button { cursor: pointer; }
button:hover { opacity: 0.8; }

html, body { font-family: Microsoft YaHei; min-width: 1400px; }

.header { position: fixed; top: 0; left: 0; z-index: 99; width: 100%; min-width: 1400px; height: 94px; }
.header.header_fixed { box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.6); }
.header.header_fixed--hover { box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.6); }
.header .nav { margin: 0 auto; width: 100%; max-width: 1400px; height: 94px; box-sizing: border-box; padding: 0 10px; }
.header .nav .logo { display: inline-block; }
.header .nav .logo .thumb { width: 209px; height: 54px; }
.header .nav .nav_group .link { display: inline-block; position: relative; margin-left: 56px; box-sizing: border-box; line-height: 94px; font-size: 18px; color: #f4f3f3; }
.header .nav .nav_group .link:first-child { margin-left: 0; }
.header .nav .nav_group .link:after { content: ''; position: absolute; bottom: 17px; left: 0; width: 100%; height: 2px; transition: all ease .2s; }
.header .nav .nav_group .link .link_a { display: block; color: #fff; }
.header .nav .nav_group .link .subMenu { display: none; position: fixed; left: 0; top: 94; z-index: 99; width: 100%; box-sizing: border-box; padding: 20px 270px 30px; background: rgba(0, 0, 0, 0.6); }
.header .nav .nav_group .link .subMenu .subMenu_item { margin-bottom: 20px; width: 45%; }
.header .nav .nav_group .link .subMenu .subMenu_item .subMenu_title { line-height: 28px; font-size: 18px; color: #F4F3F3; font-weight: bold; }
.header .nav .nav_group .link .subMenu .subMenu_item .subMenu_list { margin-top: 22px; }
.header .nav .nav_group .link .subMenu .subMenu_item .subMenu_list a { display: inline-block; margin-right: 50px; margin-bottom: 10px; font-size: 14px; color: #F4F3F3; line-height: 24px; }
.header .nav .nav_group .link:hover .subMenu { display: block; }
.header .nav .nav_group .link:hover, .header .nav .nav_group .active { color: #fff; }
.header .nav .nav_group .link:hover:after, .header .nav .nav_group .active:after { background: #fff; }

.footer { background: #0A0A0A; }
.footer .footer_content { padding: 70px 0; }
.footer .footer_content .company_info { min-height: 223px; box-sizing: border-box; padding: 0 60px; }
.footer .footer_content .company_info .info_group { margin-bottom: 14px; }
.footer .footer_content .company_info .info_group:last-child { margin-bottom: 0; }
.footer .footer_content .company_info .info_group .icon { margin-right: 11px; display: inline-block; width: 16px; height: auto; }
.footer .footer_content .company_info .info_group .info_right { width: auto; flex: 1; box-sizing: border-box; overflow: hidden; }
.footer .footer_content .company_info .info_group .info_right .info_line { font-size: 16px; color: #e7e7e7; line-height: 30px; }
.footer .footer_content .company_info .info_group .info_right .mobile_line { font-size: 16px; color: #e7e7e7; line-height: 30px; }
.footer .footer_content .company_info .info_group .info_right .mobile_line span { font-size: 24px; font-style: italic; font-weight: bold; }
.footer .footer_content .company_info .info_group:nth-child(2) { margin-bottom: 26px; }
.footer .footer_content .company_info .info_group:nth-child(2) .info_right { padding-left: 27px; }
.footer .footer_content .wx_group { padding: 0 50px; border-left: 1px solid #5D5D5D; }
.footer .footer_content .wx_group .qrcode { width: 120px; height: 120px; }
.footer .footer_content .wx_group .txt { margin-top: 22px; line-height: 1; font-size: 16px; color: #e7e7e7; }
.footer .footer_content .nav_group { padding: 0 16px 0 60px; padding-top: 10px; border-right: 1px solid #5D5D5D; }
.footer .footer_content .nav_group .navs .nav_title { font-size: 18px; line-height: 40px; color: #fff; font-weight: bold; }
.footer .footer_content .nav_group .navs .nav_list { margin-top: 11px; }
.footer .footer_content .nav_group .navs .nav_list a { display: inline-block; font-size: 16px; line-height: 36px; color: #e7e7e7; }
.footer .footer_content .nav_group .navs:first-child { margin-right: 42px; width: 110px; }
.footer .footer_content .nav_group .navs:first-child .nav_list a { display: block; }
.footer .footer_content .nav_group .navs:last-child { width: 246px; }
.footer .footer_content .nav_group .navs:last-child .nav_list a { margin-right: 26px; width: 110px; }
.footer .footer_content .nav_group .navs:last-child .nav_list a:nth-child(2n) { margin-right: 0; }
.footer .copyright { height: 44px; background: #000; }
.footer .copyright a, .footer .copyright span { margin: 0 4px; color: #E7E7E7; }

.navigator-bar { margin: 0 auto; width: 1380px; padding: 32px 0; }
.navigator-bar .icon_navi { margin-right: 12px; width: 13px; height: 19px; }
.navigator-bar a, .navigator-bar span { display: inline-block; font-size: 16px; line-height: 48px; color: #fff; }

.full_banner { position: relative; width: 100%; height: auto; }
.full_banner .thumb { position: relative; display: block; width: 100%; height: auto; }
.full_banner .tit_box { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #fff; text-align: center; }
.full_banner .tit_box .title { font-size: 70px; line-height: 1; font-weight: bold; }
.full_banner .tit_box .sub { margin-top: 40px; font-size: 20px; line-height: 1; }

.pagination .pagination_group a { margin: 0 10px; display: inline-block; width: 40px; height: 40px; box-sizing: border-box; border: 1px solid #717171; border-radius: 10px; font-size: 18px; color: #a4a4a4; text-align: center; line-height: 38px; transition: all ease 0.2s; }
.pagination .pagination_group a:hover, .pagination .pagination_group a.active { border-color: #0E55AE; background: #0E55AE; color: #fff; }

/*# sourceMappingURL=common.css.map */
