@charset "UTF-8";
/*初始化*/
.wrap { max-width: 1200px; margin: 0 auto; }

.header { position: fixed; top: 0; left: 0; z-index: 998; width: 100%; height: 100px; background: #ffffff; box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1); line-height: 100px; }
.logo { position: absolute; top: 0; left: 80px; font-size: 0; }
.logo a { display: inline-block; vertical-align: middle; height: 56px; line-height: 1; }
.logo img {  max-height: 100%; }

.nav { display: inline-block; vertical-align: top; font-size: 0; text-align: center; margin-right: 50px; }
.nav > ul { display: inline-block; white-space: nowrap; }
.nav > ul > li { display: inline-block; vertical-align: top; padding: 0 20px; }
.nav > ul > li > a { display: block; position: relative; font-size: 18px; color: #333; }
.nav > ul > li > a:before { position: absolute; bottom: 0; left: 0; width: 0; height: 2px; content: ''; background: #35428b; -webkit-transition: all .5s; transition: all .5s; }
.nav > ul > li > a:hover { color: #35428b; }
.nav > ul > li > a:hover:before { width: 100%; }
.nav > ul > li.hover a { color: #35428b; }
.nav > ul > li.hover a:before { width: 100%; }

.head_button { position: absolute; top: 0; right: 80px; background: #fff; font-size: 0; }
.head_button .language { display: inline-block; vertical-align: top; position: relative; }
.head_button .language > a { display: block; font-size: 18px; color: #00a0e4; text-align: center; cursor: pointer; font-size: 16px; color: #999; }
.head_button .language > a:hover { color: #35428b; }
.head_button .search { display: inline-block; vertical-align: top; position: relative; cursor: pointer; margin-left: 20px; }
.head_button .search > i { display: block; font-size: 20px; color: #999; text-align: center; }
.head_button .search > i:hover { color: #35428b; }
.head_button .search form.search_form { display: none; position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; line-height: 1; }
.head_button .search form.search_form .search_bg { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.head_button .search form.search_form span { display: block; position: absolute; top: 20%; left: 50%; width: 600px; height: 60px; overflow: hidden; margin-left: -300px; margin-top: -30px; background: #fff; border-radius: 10px; font-size: 0; }
.head_button .search form.search_form input[type='text'] { display: inline-block; vertical-align: top; width: 540px; height: 100%; padding: 15px 20px; border: none; background: transparent; box-sizing: border-box; font-size: 16px; color: #666; line-height: 30px; }
.head_button .search form.search_form input[type='submit'] { display: inline-block; vertical-align: top; width: 60px; height: 100%; border: none; background: #35428b; font-size: 24px; color: #fff; }
.head_button .share { display: inline-block; vertical-align: top; }
.head_button .share a { display: inline-block; vertical-align: top; margin-left: 20px; font-size: 20px; color: #999; text-align: center; }
.head_button .share a:hover { color: #35428b; }

.push-nav, .bg-nav { display: none; }

.index { padding-top: 100px; overflow: hidden; }
.index .index_tit { text-align: center; margin-bottom: 40px; }
.index .index_tit.cfff span { color: #fff; }
.index .index_tit.cfff span:before { background: #fff; }
.index .index_tit.cfff em { color: rgba(255, 255, 255, 0.5); }
.index .index_tit span { display: block; position: relative; padding: 20px 0; margin-bottom: 12px; font-size: 38px; color: #303d89; font-weight: bold; }
.index .index_tit span:before { position: absolute; bottom: 0; left: 50%; width: 32px; height: 3px; content: ''; margin-left: -16px; background: #303d89; }
.index .index_tit em { display: block; font-size: 20px; color: #666; line-height: 24px; }
.banner { position: relative; width: 100%; height: 600px; overflow: hidden; }
.banner .swiper-slide { background: no-repeat center; background-size: cover; }
.banner .swiper-slide a { display: block; width: 100%; height: 100%; }
.banner .pagination { position: absolute; bottom: 3%; left: 0; z-index: 20; width: 100%; font-size: 0; text-align: center; }
.banner .pagination .swiper-pagination-switch { display: inline-block; width: 12px; height: 12px; margin: 0 8px; border-radius: 50%; border: 1px solid #fff; box-sizing: border-box; cursor: pointer; }
.banner .pagination .swiper-active-switch { background: #fff; }

.index_1 { padding: 70px 0; background: no-repeat top center; background-size: 774px 632px; }
.index_1 .ind_1 { position: relative; width: 100%; height: 310px; }
.index_1 .ind_1 .ind_button { position: absolute; top: -32px; right: 52%; z-index: 2; font-size: 0; }
.index_1 .ind_1 .ind_button i { display: inline-block; vertical-align: top; width: 36px; height: 64px; background: #35428b; font-size: 16px; color: #fff; text-align: center; line-height: 64px; cursor: pointer; }
.index_1 .ind_1 .ind_box { position: relative; z-index: 1; width: 100%; height: 100%; font-size: 0; overflow: hidden; }
.index_1 .ind_1 .ind_box .in_img { display: inline-block; vertical-align: top; position: relative; width: 540px; height: 100%; overflow: hidden; }
.index_1 .ind_1 .ind_box .in_img .swiper-wrapper, .index_1 .ind_1 .ind_box .in_img .swiper-slide { height: 100%; position: relative; }
.index_1 .ind_1 .ind_box .in_img:before { position: absolute; left: 0; bottom: 0; z-index: -1; content: ''; width: calc(100% - 10px); height: calc(100% - 10px); background: #eff0f6; }
.index_1 .ind_1 .ind_box .in_img span { position: absolute; right: 0; top: 0; z-index: 2; width: calc(100% - 10px); height: calc(100% - 10px); background: no-repeat top center; background-size: cover; }
.index_1 .ind_1 .ind_box .in_txt { display: inline-block; vertical-align: top; position: relative; width: calc(100% - 540px); height: 100%; }
.index_1 .ind_1 .ind_box .in_txt div { position: absolute; top: 50%; left: 0; width: 100%; padding: 0 5%; box-sizing: border-box; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.index_1 .ind_1 .ind_box .in_txt div p { font-size: 18px; color: #333; line-height: 42px; }
.index_1 .ind_2 { margin-top: 50px; font-size: 0; }
.index_1 .ind_2 > div { display: inline-block; vertical-align: top; width: 25%; font-family: "微软雅黑"; text-align: center; font-size: 0; }
.index_1 .ind_2 > div > div { display: inline-block; vertical-align: top; text-align: left; }
.index_1 .ind_2 > div:nth-child(1) { text-align: left; }
.index_1 .ind_2 > div:nth-last-child(1) { text-align: right; }
.index_1 .ind_2 > div span { display: block; margin-bottom: 20px; font-size: 66px; color: #303d89; font-weight: 100; line-height: 66px; }
.index_1 .ind_2 > div span b { font-weight: 100; }
.index_1 .ind_2 > div span i { display: inline-block; vertical-align: top; position: relative; width: 16px; margin-left: 10px; font-size: 16px; color: #23273d; text-align: center; }
.index_1 .ind_2 > div span i:before { position: absolute; top: 0; left: 0; width: 100%; content: '/'; font-size: 16px; color: #23273d; line-height: 1; }
.index_1 .ind_2 > div span i:after { position: absolute; bottom: 0; left: 0; width: 100%; content: '/'; font-size: 16px; color: #23273d; line-height: 1; }
.index_1 .ind_2 > div em { display: block; font-size: 16px; color: #23273d; }

.index_2 { width: 100%; height: 738px; padding: 50px 0; background: no-repeat top center; background-size: cover; box-sizing: border-box; text-align: center; }
.index_2 .index_hd { display: inline-block; position: relative; vertical-align: top; font-size: 0; padding-bottom: 64px; }
.index_2 .index_hd .span { display: inline-block; vertical-align: top; margin: 0 10px; }
.index_2 .index_hd .span span { display: block; position: relative; width: 150px; height: 40px; border: 1px solid #bfbfbf; font-size: 15px; color: #333; text-align: center; line-height: 40px; cursor: pointer; }
.index_2 .index_hd .span span:hover { border: 1px solid #303d89; color: #303d89; }
.index_2 .index_hd .span span.on { background: #303d89; border-color: #303d89; color: #fff; }
.index_2 .index_hd .span span.on:hover { color: #fff; }
.index_2 .index_hd .span.ov span { background: #303d89; border-color: #303d89; color: #fff; }
.index_2 .index_hd .span.ov span:before { position: absolute; top: 100%; left: 50%; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid #303d89; -webkit-transform: translateX(-50%); transform: translateX(-50%); content: ''; }
.index_2 .index_hd .span_down { display: none; position: absolute; bottom: 0; left: 0; width: 100%; border-bottom: 1px solid #bfbfbf; border-top: 1px solid #bfbfbf; }
.index_2 .index_hd .span_down b { display: inline-block; vertical-align: top; padding: 0 10px; margin: 0 20px; font-size: 15px; color: #777; line-height: 40px; cursor: pointer; }
.index_2 .index_hd .span_down b:hover, .index_2 .index_hd .span_down b.on { color: #303d89; }
.index_2 .index_hd .span_down.show { display: block; }
.index_2 .index_bd { margin-top: 40px; }
.index_2 .index_bd .ind_box { display: none; }
.index_2 .index_bd .ind_box a { display: block; width: 0; padding: 0 10px; box-sizing: border-box; }
.index_2 .index_bd .ind_box .ind_img { display: block; position: relative; padding: 46.5% 0; margin-bottom: 20px; }
.index_2 .index_bd .ind_box .ind_img span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 20px; background: no-repeat center; background-size: cover; }
.index_2 .index_bd .ind_box .ind_txt { text-align: left; }
.index_2 .index_bd .ind_box .ind_txt span { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; color: #333; }
.index_2 .index_bd .ind_box .ind_txt i { display: block; width: 24px; height: 24px; margin-top: 14px; border-radius: 50%; background: #727bae; font-size: 12px; color: #fff; text-align: center; line-height: 24px; }
.index_2 .index_bd .ind_box > button { position: absolute; top: 50%; z-index: 99; width: 28px; height: 54px; border: none; overflow: hidden; background: transparent; font-size: 0; text-align: center; cursor: pointer; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.index_2 .index_bd .ind_box > button.slick-prev { left: -40px; }
.index_2 .index_bd .ind_box > button.slick-prev:before { content: '\e610'; }
.index_2 .index_bd .ind_box > button.slick-prev:after { left: 0; }
.index_2 .index_bd .ind_box > button.slick-next { right: -40px; }
.index_2 .index_bd .ind_box > button.slick-next:before { content: '\e614'; }
.index_2 .index_bd .ind_box > button.slick-next:after { right: 0; }
.index_2 .index_bd .ind_box > button:before { display: inline-block; position: absolute; top: 50%; left: 50%; z-index: 2; font-family: "iconfont" !important; font-size: 16px; color: #fff; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.index_2 .index_bd .ind_box > button:after { position: absolute; top: 0; z-index: 1; width: 54px; height: 100%; content: ''; border-radius: 50%; background: #35428b; }
.index_2 .index_bd .ind_box > button.slick-disabled { pointer-events: none; }
.index_2 .index_bd .ind_box > button.slick-disabled:after { background: #b8b8b8; }

.index_3 { padding: 70px 0; background: no-repeat top center; background-size: 100% 430px; }
.index_3 .index_mian { margin-top: 66px; position: relative; }
.index_3 .index_mian .ind_hh { position: absolute; top: 0; left: 400px; width: 400px; }
.index_3 .index_mian .ind_hh i { display: block; width: 18px; height: 18px; margin: 0 auto 30px; background: rgba(255, 255, 255, 0.5); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.index_3 .index_mian .ind_hh span { display: block; text-align: center; font-size: 32px; color: #ffffff; line-height: 42px; }
.index_3 .ind_box { position: relative; width: 100%; font-size: 0; }
.index_3 .ind_box > button { position: absolute; top: 50%; z-index: 99; width: 28px; height: 54px; border: none; overflow: hidden; background: transparent; font-size: 0; text-align: center; cursor: pointer; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.index_3 .ind_box > button.slick-prev { left: -40px; }
.index_3 .ind_box > button.slick-prev:before { content: '\e610'; }
.index_3 .ind_box > button.slick-prev:after { left: 0; }
.index_3 .ind_box > button.slick-next { right: -40px; }
.index_3 .ind_box > button.slick-next:before { content: '\e614'; }
.index_3 .ind_box > button.slick-next:after { right: 0; }
.index_3 .ind_box > button:before { display: inline-block; position: absolute; top: 50%; left: 50%; z-index: 2; font-family: "iconfont" !important; font-size: 16px; color: #fff; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.index_3 .ind_box > button:after { position: absolute; top: 0; z-index: 1; width: 54px; height: 100%; content: ''; border-radius: 50%; background: #35428b; }
.index_3 .ind_box > button.slick-disabled { pointer-events: none; }
.index_3 .ind_box > button.slick-disabled:after { background: #b8b8b8; }
.index_3 .ind_box .ind_li { display: inline-block; vertical-align: top; width: 400px; }
.index_3 .ind_box .ind_li:nth-child(2) { margin-top: 180px; }
.index_3 .ind_box .ind_li:nth-child(4), .index_3 .ind_box .ind_li:nth-child(6) , .index_3 .ind_box .ind_li:nth-child(7) , .index_3 .ind_box .ind_li:nth-child(9) { margin-top: -180px; }
.index_3 .ind_box .ind_li.blue .ind_txt { background: #303d89; }
.index_3 .ind_box .ind_li.blue .ind_txt h4, .index_3 .ind_box .ind_li.blue .ind_txt p { color: #fff; }
.index_3 .ind_box .ind_img { position: relative; width: 100%; height: 180px; }
.index_3 .ind_box .ind_img span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: no-repeat center; background-size: cover; }
.index_3 .ind_box .ind_txt { padding: 36px 30px; background: #f8f8f8; }
.index_3 .ind_box .ind_txt h4 { margin-bottom: 14px; font-size: 22px; color: #303d89; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.index_3 .ind_box .ind_txt p { height: 72px; overflow: hidden; font-size: 18px; color: #666; line-height: 24px; }

.index_4 { padding: 70px 0; background: no-repeat center; background-size: cover; }
.index_4 .index_mian { font-size: 0; }
.index_4 .ind_li { display: inline-block; position: relative; vertical-align: top; height: 524px; cursor: pointer; }
.index_4 .ind_li.w50 { width: 50%; }
.index_4 .ind_li.w25 { width: 25%; }
.index_4 .ind_li.tb .ind_img { top: auto; bottom: 0; }
.index_4 .ind_li.tb .ind_txt { bottom: auto; top: 0; }
.index_4 .ind_li .ind_img { position: absolute; left: 0; top: 0; width: 100%; height: 50%; }
.index_4 .ind_li .ind_img span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: no-repeat center; background-size: cover; }
.index_4 .ind_li .ind_txt { position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background: #fff; }
.index_4 .ind_li .ind_txt > div { position: absolute; top: 50%; left: 0; width: 100%; padding: 0 8% 20px; box-sizing: border-box; -webkit-transform: translateY(-50%); transform: translateY(-50%); text-align: center; }
.index_4 .ind_li .ind_txt > div:before { position: absolute; top: 100%; left: 50%; content: '\e70a'; font-family: 'iconfont' !important; font-size: 16px; color: #666; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.index_4 .ind_li .ind_txt h4 { position: relative; padding-bottom: 25px; margin-bottom: 20px; font-size: 22px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.index_4 .ind_li .ind_txt h4:before { position: absolute; bottom: 0; left: 50%; width: 30px; height: 1px; content: ''; margin-left: -15px; background: rgba(0, 0, 0, 0.5); }
.index_4 .ind_li .ind_txt p { height: 52px; overflow: hidden; font-size: 14px; color: #666; line-height: 26px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.index_4 .ind_li:hover .ind_txt { background: #35428b; }
.index_4 .ind_li:hover .ind_txt > div:before { color: #fff; }
.index_4 .ind_li:hover .ind_txt h4 { color: #fff; }
.index_4 .ind_li:hover .ind_txt h4:before { background: rgba(255, 255, 255, 0.5); }
.index_4 .ind_li:hover .ind_txt p { color: #fff; }

.index_5 { overflow: hidden; padding: 70px 0; }
.index_5 .index_mian a { display: inline-block; position: relative; width: 1px; height: 226px; padding: 0 5px; box-sizing: border-box; }
.index_5 .index_mian a span { display: block; width: 100%; height: 100%; background: no-repeat center; background-size: cover; }

.index_6 { padding: 0 0 70px; }
.index_6 .index_mian > button { position: absolute; top: 50%; z-index: 99; width: 28px; height: 54px; border: none; overflow: hidden; background: transparent; font-size: 0; text-align: center; cursor: pointer; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.index_6 .index_mian > button.slick-prev { left: -40px; }
.index_6 .index_mian > button.slick-prev:before { content: '\e610'; }
.index_6 .index_mian > button.slick-prev:after { left: 0; }
.index_6 .index_mian > button.slick-next { right: -40px; }
.index_6 .index_mian > button.slick-next:before { content: '\e614'; }
.index_6 .index_mian > button.slick-next:after { right: 0; }
.index_6 .index_mian > button:before { display: inline-block; position: absolute; top: 50%; left: 50%; z-index: 2; font-family: "iconfont" !important; font-size: 16px; color: #fff; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.index_6 .index_mian > button:after { position: absolute; top: 0; z-index: 1; width: 54px; height: 100%; content: ''; border-radius: 50%; background: #35428b; }
.index_6 .index_mian > button.slick-disabled { pointer-events: none; }
.index_6 .index_mian > button.slick-disabled:after { background: #b8b8b8; }
.index_6 .index_mian .in_li { font-size: 0; }
.index_6 .index_mian .in_li > div { display: inline-block; vertical-align: top; width: 16.66%; height: 150px; padding: 5px; box-sizing: border-box; }
.index_6 .index_mian .in_li > div a { display: block; width: 100%; height: 100%; border: 1px solid #ddd; background: no-repeat center; background-size: contain; box-sizing: border-box; }

.footer .footer_1 { height: 60px; overflow: hidden; background: #f0f0f0; line-height: 60px; font-size: 0; }
.footer .footer_1 .fo_span { display: inline-block; vertical-align: top; width: 80px; font-size: 14px; color: #444; }
.footer .footer_1 .fo_link { display: inline-block; vertical-align: top; position: relative; width: calc(100% - 80px); padding: 0 30px; box-sizing: border-box; }
.footer .footer_1 .fo_link > div { width: 100%; height: 60px; overflow: hidden; }
.footer .footer_1 .fo_link > div .swiper-slide { position: relative; }
.footer .footer_1 .fo_link > div .swiper-slide:before { position: absolute; top: 50%; right: 0; width: 1px; height: 14px; content: ''; margin-top: -7px; background: #ccc; }
.footer .footer_1 .fo_link > div .swiper-slide:last-child:before { display: none; }
.footer .footer_1 .fo_link > div .swiper-slide a { display: inline-block; vertical-align: middle; margin: 0 20px; font-size: 14px; color: #888; }
.footer .footer_1 .fo_link > div .swiper-slide a:hover { color: #35428B; }
.footer .footer_1 .fo_link .fo_ii { display: block; position: absolute; top: 50%; width: 16px; height: 16px; margin-top: -8px; background: #a8a8a8; font-size: 12px; color: #fff; text-align: center; line-height: 16px; cursor: pointer; }
.footer .footer_1 .fo_link .fo_ii.fo_prev { left: 0; }
.footer .footer_1 .fo_link .fo_ii.fo_next { right: 0; }
.footer .footer_2 { padding: 70px 0; background: #2d2d2f; }
.footer .footer_2 .fo_1 { float: left; width: calc(100% - 680px); }
.footer .footer_2 .fo_1 a { display: block; margin-bottom: 5%; }
.footer .footer_2 .fo_1 a img { max-width: 100%; }
.footer .footer_2 .fo_1 span { display: block; font-size: 0; line-height: 40px; }
.footer .footer_2 .fo_1 span i { display: inline-block; vertical-align: top; margin-right: 10px; font-size: 36px; color: #666; }
.footer .footer_2 .fo_1 span em { display: inline-block; vertical-align: top; font-size: 14px; color: #666; }
.footer .footer_2 .fo_2 { float: right; width: 680px; font-size: 0; text-align: right; }
.footer .footer_2 .fo_2 .fo_ul { display: inline-block; vertical-align: top; margin-left: 18%; text-align: left; }
.footer .footer_2 .fo_2 .fo_ul span { display: block; position: relative; padding-left: 25px; margin-bottom: 30px; font-size: 16px; color: rgba(255, 255, 255, 0.7); }
.footer .footer_2 .fo_2 .fo_ul span:before { position: absolute; top: 0; left: 0; width: 2px; height: 100%; content: ''; background: rgba(255, 255, 255, 0.7); }
.footer .footer_2 .fo_2 .fo_ul a { display: block; position: relative; padding-left: 25px; font-size: 13px; color: #666; line-height: 2; }
.footer .footer_2 .fo_2 .fo_ul a:before { position: absolute; top: 0; left: 0; width: 2px; content: '\e614'; font-family: 'iconfont' !important; font-size: 12px; color: rgba(255, 255, 255, 0.7); }
.footer .footer_2 .fo_2 .fo_ul a:hover { color: #fff; }
.footer .footer_3 { border-top: 1px solid #666; background: #2d2d2f; font-size: 14px; color: #666; line-height: 56px; text-align: center; }

.content { padding-top: 100px; overflow: hidden; }
.content .sub_banner { width: 100%; height: 460px; background: no-repeat center; background-size: cover; }
.content .sub_nav { background: #35428b url(../images/navbg_1.png) no-repeat center; background-size: cover; }
.content .sub_nav .Snav_ul { font-size: 0; }
.content .sub_nav .Snav_ul a { display: inline-block; vertical-align: top; width: 200px; height: 60px; font-size: 16px; color: #fff; line-height: 60px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.content .sub_nav .Snav_ul a:hover, .content .sub_nav .Snav_ul a.on { background: #f2f2f2; color: #35428b; }
.content .sub_nav_1 { height: 88px; background: #f2f2f2; font-size: 0; line-height: 88px; }
.content .sub_nav_1 a { display: inline-block; width: 200px; text-align: center; font-size: 16px; color: #666; }
.content .sub_nav_1 a i { font-size: 24px; margin-right: 5px; vertical-align: middle; }
.content .sub_nav_1 a:hover, .content .sub_nav_1 a.on { color: #35428b; }
.Problem { padding: 80px 0; }
.Problem .Pro_ul > ul > li.on { background: #f8f8f8; }
.Problem .Pro_ul > ul > li.on .pl_hd:before { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
.Problem .Pro_ul .pl_hd { position: relative; height: 70px; font-size: 0; padding: 0 50px; line-height: 70px; border-top: 1px solid #ddd; cursor: pointer; }
.Problem .Pro_ul .pl_hd:before { display: inline-block; position: absolute; top: 50%; right: 50px; margin-top: -8px; content: '\e60f'; font-family: 'iconfont' !important; font-size: 16px; color: #666; line-height: 1; -webkit-transition: all .5s; transition: all .5s; }
.Problem .Pro_ul .pl_hd span { display: block; font-size: 16px; color: #000; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.Problem .Pro_ul .pl_hd em { display: block; position: absolute; top: 0; left: 0; width: 50px; font-size: 16px; color: #333; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.Problem .Pro_ul .pl_bd { display: none; padding: 30px 50px; border-top: 1px solid #ddd; }
.Problem .Pro_ul .pl_bd p { font-size: 13px; color: #666; line-height: 30px; }

.service { padding: 80px 0; }
.service h4 { padding: 0 18%; font-size: 38px; color: #444; line-height: 54px; text-align: center; }
.service p { padding: 0 8%; font-size: 16px; color: #666; line-height: 30px; text-align: center; }
.service img { max-width: 100%; }

.News { padding: 80px 0; }
.News .News_ul { font-size: 0; }
.News .News_ul > ul { margin-right: -27px; }
.News .News_ul > ul > li { display: inline-block; vertical-align: top; width: 382px; margin-right: 27px; margin-bottom: 40px; }
.News .News_ul > ul > li:hover .ne_txt h4 { color: #35428a; }
.News .News_ul > ul > li:hover .ne_txt h6 span { color: #35428a; }
.News .News_ul .ne_img { position: relative; width: 100%; padding: 25% 0; }
.News .News_ul .ne_img a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: no-repeat center; background-size: cover; }
.News .News_ul .ne_txt { border: 1px solid #ddd; padding: 24px 20px; }
.News .News_ul .ne_txt h4 { margin-bottom: 10px; font-size: 16px; color: #333; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.News .News_ul .ne_txt p { height: 40px; overflow: hidden; font-size: 14px; color: #666; line-height: 20px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.News .News_ul .ne_txt h6 { margin-top: 20px; padding: 20px 0 0; border-top: 1px solid #ddd; }
.News .News_ul .ne_txt h6 a { display: block; }
.News .News_ul .ne_txt h6 span { float: left; font-size: 14px; color: #333; }
.News .News_ul .ne_txt h6 i { float: right; font-weight: bold; font-size: 18px; color: #35428a; }

.News_x { padding: 80px 0; background: #fff; box-sizing: border-box; }
.News_x .nx_tit { padding-bottom: 30px; text-align: center; }
.News_x .nx_tit h4 { margin-bottom: 20px; font-size: 28px; color: #444; line-height: 42px; }
.News_x .nx_tit h6 { font-size: 14px; color: #bbb; }
.News_x .nx_tit h6 span { margin: 0 10px; }
.News_x .nx_tit h6 span i { margin-right: 10px; }
.News_x .nx_mian { width: 1200px; padding: 40px 0; margin: 0 auto; border-top: 1px solid #e0e0e0; box-sizing: border-box; }
.News_x .nx_mian p { font-size: 14px; color: #666; line-height: 30px; }
.News_x .nx_mian img { max-width: 100%; }
.News_x .nx_bottom { border-top: 1px solid #ddd; padding: 40px 0; }
.News_x .nx_bottom span.fl { width: calc(100% - 150px); line-height: 30px; }
.News_x .nx_bottom span.fl em { display: block; font-size: 14px; color: #555; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.News_x .nx_bottom span.fl em a { margin-left: 10px; font-size: 14px; color: #555; }
.News_x .nx_bottom span.fl em a:hover { color: #35428b; }
.News_x .nx_bottom span.fr { width: 128px; height: 38px; margin: 10px 0; }
.News_x .nx_bottom span.fr a { display: block; width: 100%; height: 100%; background: #fff; border: 1px solid #ddd; font-size: 16px; color: #666; text-align: center; line-height: 38px; }
.News_x .nx_bottom span.fr a:hover { border-color: #35428b; background: #35428b; color: #fff; }

.Product { padding: 80px 0; }
.Product .Pro_ul > ul { margin-right: -27px; font-size: 0; }
.Product .Pro_ul > ul > li { display: inline-block; vertical-align: top; width: 382px; margin-right: 27px; margin-bottom: 20px; }
.Product .Pro_ul .pr_img { position: relative; padding: 40% 0; }
.Product .Pro_ul .pr_img span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 20px; background: no-repeat center; background-size: cover; }
.Product .Pro_ul .pr_txt { position: relative; margin: 30px 0; }
.Product .Pro_ul .pr_txt span { display: block; padding-right: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 18px; color: #333; line-height: 24px; }
.Product .Pro_ul .pr_txt i { display: block; position: absolute; top: 0; right: 0; width: 24px; height: 24px; font-size: 12px; border-radius: 50%; background: #35428B; text-align: center; line-height: 24px; font-size: 12px; color: #fff; }

.Contact .Cont_1 { position: relative; margin: 60px 0; }
.Contact .Cont_1 > i { display: block; position: absolute; top: 0; left: 0; width: 94px; height: 94px; background: no-repeat center; background-size: cover; }
.Contact .Cont_1 > div { padding-left: 120px; }
.Contact .Cont_1 > div h4 { font-size: 20px; color: #333; line-height: 46px; }
.Contact .Cont_1 > div h6 { font-size: 0; }
.Contact .Cont_1 > div h6 span { display: inline-block; vertical-align: top; width: 50%; font-size: 18px; color: #666; line-height: 24px; }
.Contact .Cont_1 > div h6 a, .Contact .Cont_1 > div h6 em { color: #35428b; font-weight: bold; }
.Contact .Cont_2 { height: 440px; }
.Contact .Cont_2 .map { width: 50%; height: 100%; }
.Contact .Cont_2 .map > span { display: block; width: 100%; height: 100%; background: no-repeat center; background-size: cover; }
.Contact .Cont_2 .con_txt { width: 50%; height: 100%; padding: 50px 60px; background: #35428b; box-sizing: border-box; }
.Contact .Cont_2 .con_txt h4 { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.5); font-size: 30px; color: #fff; }
.Contact .Cont_2 .con_txt p { font-size: 16px; color: #fff; line-height: 34px; }
.Contact .Cont_3 { margin: 80px 0; padding: 5% 10%; box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1); }
.Contact .Cont_3 > h4 { margin-bottom: 30px; text-align: center; font-size: 30px; color: #333; }
.Contact .Cont_3 .lea_mian .span { position: absolute; top: 0; left: 0; width: 90px; font-size: 15px; color: #999; line-height: 48px; text-align: right; }
.Contact .Cont_3 .lea_mian .lea_input { position: relative; width: 48%; height: 48px; margin-bottom: 16px; }
.Contact .Cont_3 .lea_mian .lea_input input { width: 100%; height: 100%; padding-left: 100px; border: 1px solid #ccc; background: #fcfcfc; box-sizing: border-box; font-size: 14px; color: #666; line-height: 24px; }
.Contact .Cont_3 .lea_mian .lea_textarea { position: relative; width: 100%; height: 200px; margin-bottom: 16px; }
.Contact .Cont_3 .lea_mian .lea_textarea textarea { width: 100%; height: 100%; padding: 10px 0; padding-left: 100px; border: 1px solid #ccc; background: #fcfcfc; box-sizing: border-box; font-size: 14px; color: #666; line-height: 24px; }
.Contact .Cont_3 .lea_mian .lea_button { width: 100%; }
.Contact .Cont_3 .lea_mian .lea_button input { width: 100%; height: 60px; border: none; font-size: 18px; color: #fff; background: #183c70; }
.Contact .Cont_3 .lea_mian .lea_button input:hover { background: #303D89; }

.Join .JO_1 > div.wrap { position: relative; height: 540px; background: no-repeat center; background-size: cover; }
.Join .JO_1 .jo_box { position: absolute; top: 50%; right: 30px; width: 450px; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.Join .JO_1 .jo_box h4 { position: relative; font-size: 38px; color: #35428b; padding-bottom: 40px; margin-bottom: 30px; }
.Join .JO_1 .jo_box h4:before { position: absolute; bottom: 0; left: 0; width: 34px; height: 2px; content: ''; background: rgba(56, 66, 139, 0.5); }
.Join .JO_1 .jo_box p { font-size: 18px; color: #666; line-height: 34px; }
.Join .JO_2 { padding: 80px 0; background: #f5f5f5; }
.Join .JO_2 .jo_tit { text-align: center; margin-bottom: 30px; }
.Join .JO_2 .jo_tit h4 { margin-bottom: 20px; font-size: 38px; color: #35428b; }
.Join .JO_2 .jo_tit p { padding: 0 8%; font-size: 15px; color: #666; line-height: 28px; }
.Join .JO_2 .jo_mian { position: relative; width: 100%; height: 472px; }
.Join .JO_2 .jo_mian .li { position: absolute; }
.Join .JO_2 .jo_mian .li span { display: block; width: 100%; height: 100%; background: no-repeat center; background-size: cover; }
.Join .JO_2 .jo_mian .li.li_0 { top: 0; left: 448px; width: 250px; height: 288px; padding: 50px 30px; background: #35428b; box-sizing: border-box; }
.Join .JO_2 .jo_mian .li.li_0 h4 { position: relative; padding-bottom: 20px; margin-bottom: 20px; font-size: 16px; color: #fff; }
.Join .JO_2 .jo_mian .li.li_0 h4:before { position: absolute; bottom: 0; left: 0; width: 30px; height: 1px; content: ''; background: #fff; }
.Join .JO_2 .jo_mian .li.li_0 p { font-size: 13px; color: rgba(255, 255, 255, 0.6); line-height: 24px; }
.Join .JO_2 .jo_mian .li.li_1 { top: 0; left: 0; width: 440px; height: 100%; }
.Join .JO_2 .jo_mian .li.li_2 { top: 0; right: 0; width: 492px; height: 288px; }
.Join .JO_2 .jo_mian .li.li_3 { bottom: 0; left: 448px; width: 370px; height: 172px; }
.Join .JO_2 .jo_mian .li.li_4 { bottom: 0; right: 0; width: 370px; height: 172px; }
.Join .JO_3 { padding: 80px 0; }
.Join .JO_3 .jo_tit span { display: block; position: relative; padding-bottom: 30px; margin-bottom: 30px; font-size: 38px; color: #35428b; text-align: center; }
.Join .JO_3 .jo_tit span:before { position: absolute; bottom: 0; left: 50%; width: 40px; height: 2px; margin-left: -20px; content: ''; background: #35428b; }
.Join .JO_3 .jo_mian dl { background: #183C70; }
.Join .JO_3 .jo_mian dl dt span { float: left; width: 20%; height: 55px; border-left: 1px solid #dadada; box-sizing: border-box; font-size: 14px; color: #fff; text-align: center; line-height: 55px; }
.Join .JO_3 .jo_mian dl dt span:first-child { border-left: none; }
.Join .JO_3 .jo_mian dl dd { cursor: pointer; background: #fff; }
.Join .JO_3 .jo_mian dl dd span { float: left; width: 20%; height: 55px; box-sizing: border-box; font-size: 14px; color: #666; text-align: center; line-height: 55px; }
.Join .JO_3 .jo_mian dl dd:hover { background: #35428b; }
.Join .JO_3 .jo_mian dl dd:hover span { color: #fff; }
.Join .JO_3 .win { display: none; position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; }
.Join .JO_3 .win > i { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.Join .JO_3 .win .box { position: absolute; top: 50%; left: 50%; z-index: 2; width: 1000px; padding: 50px 80px; margin-left: -500px; background: #fff; box-sizing: border-box; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.Join .JO_3 .win .box > h3 { padding-bottom: 30px; border-bottom: 1px solid #ddd; }
.Join .JO_3 .win .box > h3 span { display: block; margin-bottom: 15px; font-size: 30px; color: #333; }
.Join .JO_3 .win .box > h3 em { display: block; font-size: 14px; color: #a3a3a3; }
.Join .JO_3 .win .box > h4 { padding: 20px 25px; font-size: 14px; color: #585858; line-height: 16px; }
.Join .JO_3 .win .box > h6 { padding: 40px 0 0; text-align: left; }
.Join .JO_3 .win .box > h6 a { display: inline-block; width: 180px; height: 42px; background: #35428b; font-size: 18px; color: #fff; line-height: 42px; text-align: center; }
.Join .JO_3 .win .box > h6 a i { display: inline-block; vertical-align: top; margin-right: 8px; font-size: 24px; }
.Join .JO_3 .win .box > em { position: absolute; top: 20px; right: 20px; z-index: 3; width: 30px; height: 30px; font-size: 20px; color: #333; background: #f0f0f0; border-radius: 50%; text-align: center; line-height: 30px; cursor: pointer; }
.Join .JO_3 .win .box > em:hover { background: #303D89; color: #fff; }
.Join .JO_3 .win .box div.mm { width: 100%; height: 300px; overflow: scroll; margin: 0 auto; padding: 20px; box-sizing: border-box; }
.Join .JO_3 .win .box div.mm h5 { font-size: 14px; color: #585858; line-height: 40px; }
.Join .JO_3 .win .box div.mm p { font-size: 14px; color: #585858; line-height: 30px; }

.Respon .Res_tit { margin-bottom: 80px; }
.Respon .Res_tit span { display: block; margin-bottom: 20px; font-size: 36px; color: #333; }
.Respon .Res_tit em { display: block; font-size: 20px; color: #999; text-transform: uppercase; }
.Respon .Res_1 { padding: 70px 0; background: #f5f5f5; }
.Respon .Res_1 .Res_mian .res_img { width: 550px; }
.Respon .Res_1 .Res_mian .res_img img { max-width: 100%; }
.Respon .Res_1 .Res_mian .res_txt { width: calc(100% - 550px); padding: 0px 50px 50px 50px; box-sizing: border-box; }
.Respon .Res_1 .Res_mian .res_txt h4 { position: relative; margin-bottom: 30px; padding-bottom: 30px; font-size: 30px; color: #222; }
.Respon .Res_1 .Res_mian .res_txt h4:before { position: absolute; bottom: 0; left: 0; width: 50px; height: 1px; content: ''; background: #ccc; }
.Respon .Res_1 .Res_mian .res_txt p { font-size: 18px; color: #666; line-height: 31px; }
.Respon .Res_1 .Res_mian .res_txt h6 { margin-top: 80px; }
.Respon .Res_1 .Res_mian .res_txt h6 img { max-width: 100%; }
.Respon .Res_2 { padding: 70px 0; }
.Respon .Res_2 .Res_mian ul li { position: relative; width: 100%; height: 170px; margin: 50px 0; }
.Respon .Res_2 .Res_mian ul li > i { display: block; position: absolute; top: 0; left: 0; width: 170px; height: 170px; border-radius: 50%; }
.Respon .Res_2 .Res_mian ul li > i b { position: absolute; top: 50%; left: 0; width: 100%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.Respon .Res_2 .Res_mian ul li > i em { display: block; width: 64px; height: 64px; margin: 0 auto 10px; background: no-repeat center; background-size: cover; }
.Respon .Res_2 .Res_mian ul li > i span { display: block; font-size: 18px; color: #fff; text-align: center; line-height: 24px; }
.Respon .Res_2 .Res_mian ul li > div { position: absolute; top: 50%; right: 0; width: calc(100% - 200px); font-size: 18px; color: #333; line-height: 32px; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.Product_x { overflow: hidden; }
.Product_x .prx_tit { padding: 0 0 20px; border-bottom: 1px solid #ddd; font-size: 24px; color: #35428b; line-height: 30px; }
.Product_x .prx_tit i { display: inline-block; vertical-align: middle; font-size: 30px; margin-right: 12px; }
.Product_x .prx_1 { padding: 70px 0; }
.Product_x .prx_1 .sci_box { width: 520px; margin: 0 auto; }
.Product_x .prx_1 .sci_box .sci_bd { float: right; width: calc(100% - 120px); }
.Product_x .prx_1 .sci_box .sci_bd > div { overflow: hidden; height: 378px; }
.Product_x .prx_1 .sci_box .sci_bd .bd_li { position: relative; width: 100%; height: 100%; overflow: hidden; }
.Product_x .prx_1 .sci_box .sci_bd .bd_li span { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 20px; background: no-repeat center; background-size: cover; }
.Product_x .prx_1 .sci_box .sci_bd .pagination { display: none; }
.Product_x .prx_1 .sci_box .sci_hd { position: relative; float: left; width: 85px; height: 378px; padding: 0 0 30px; box-sizing: border-box; }
.Product_x .prx_1 .sci_box .sci_hd > div { height: 100%; overflow: hidden; }
.Product_x .prx_1 .sci_box .sci_hd .hd_li { width: 100%; height: 78px; padding: 0 0 10px; box-sizing: border-box; }
.Product_x .prx_1 .sci_box .sci_hd .hd_li span { display: block; position: relative; width: 100%; height: 100%; background: no-repeat center; background-size: cover; cursor: pointer; opacity: .5; border-radius: 10px; }
.Product_x .prx_1 .sci_box .sci_hd .hd_li.on span { opacity: 1; }
.Product_x .prx_1 .sci_box .sci_hd .iconfont { position: absolute; bottom: 5px; font-size: 20px; font-weight: bold; color: #333; }
.Product_x .prx_1 .sci_box .sci_hd .iconfont.prev { left: 16%; }
.Product_x .prx_1 .sci_box .sci_hd .iconfont.next { right: 16%; }
.Product_x .prx_1 .sci_box .sci_hd .iconfont:hover { color: #283684; }
.Product_x .prx_1 .prxx_txt { width: calc(100% - 520px); }
.Product_x .prx_1 .prxx_txt div { display: block; width: 80%; margin: 0 auto; }
.Product_x .prx_1 .prxx_txt div h4 { padding: 30px 0; border-bottom: 1px solid #ddd; font-size: 36px; color: #000; }
.Product_x .prx_1 .prxx_txt div p { padding: 30px 0; font-size: 14px; color: #666; line-height: 22px; }
.Product_x .prx_1 .prxx_txt div h6 a { display: block; width: 180px; height: 50px; background: #35428B; font-size: 16px; color: #fff; text-align: center; line-height: 50px; }
.Product_x .prx_1 .prxx_txt div h6 a:hover { background: #183C70; }
.Product_x .prx_1 .prxx_form { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; }
.Product_x .prx_1 .prxx_form .pr_bg { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.Product_x .prx_1 .prxx_form form { position: absolute; left: 50%; top: 50%; width: 600px; padding: 2% 5%; box-sizing: border-box; z-index: 2; background: #fff; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.Product_x .prx_1 .prxx_form form em { position: absolute; top: 10px; right: 10px; font-size: 36px; color: #666; cursor: pointer; }
.Product_x .prx_1 .prxx_form form span { display: block; padding: 5px 0; font-size: 14px; color: #666; }
.Product_x .prx_1 .prxx_form form h4 { padding-bottom: 3%; margin-bottom: 3%; font-size: 24px; color: #333; border-bottom: 1px solid #ddd; text-align: center; }
.Product_x .prx_1 .prxx_form form input[type='text'] { display: block; width: 100%; height: 40px; padding: 0 10px; border: 1px solid #ddd; box-sizing: border-box; font-size: 16px; color: #666; line-height: 24px; }
.Product_x .prx_1 .prxx_form form textarea { display: block; width: 100%; height: 150px; padding: 10px; margin-bottom: 20px; border: 1px solid #ddd; box-sizing: border-box; font-size: 16px; color: #666; line-height: 24px; }
.Product_x .prx_1 .prxx_form form input[type='button'] { display: block; width: 100%; height: 50px; border: none; background: #35428b; font-size: 16px; color: #fff; }
.Product_x .prx_2 { padding: 50px 0; background: #f5f5f5; }
.Product_x .prx_2 .prx_mian { padding: 30px 0; font-size: 15px; color: #555; line-height: 24px; }
.Product_x .prx_3 { padding: 50px 0; }
.Product_x .prx_3 .prx_mian { padding: 40px 0; }
.Product_x .prx_3 .prx_mian > ul { margin-right: -26px; font-size: 0; }
.Product_x .prx_3 .prx_mian > ul > li { display: inline-block; vertical-align: top; width: 280px; margin-right: 26px; margin-bottom: 20px; }
.Product_x .prx_3 .prx_mian .pr_img { position: relative; padding: 40% 0; }
.Product_x .prx_3 .prx_mian .pr_img span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 20px; background: no-repeat center; background-size: cover; }
.Product_x .prx_3 .prx_mian .pr_txt { position: relative; margin: 30px 0; }
.Product_x .prx_3 .prx_mian .pr_txt span { display: block; padding-right: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 18px; color: #333; line-height: 24px; }
.Product_x .prx_3 .prx_mian .pr_txt i { display: block; position: absolute; top: 0; right: 0; width: 24px; height: 24px; font-size: 12px; border-radius: 50%; background: #35428B; text-align: center; line-height: 24px; font-size: 12px; color: #fff; }

.About .about_tit span { display: block; position: relative; padding-bottom: 30px; font-size: 34px; color: #303d89; text-align: center; }
.About .about_tit span:before { position: absolute; bottom: 0; left: 50%; width: 30px; height: 1px; content: ''; margin-left: -15px; background: #303d89; }
.About .about_tit em { display: block; margin-top: 20px; font-size: 16px; color: #666; text-align: center; }
.About .about_tit.cfff span { color: #fff; }
.About .about_tit.cfff span:before { background: #Fff; }
.About .about_tit.cfff em { color: rgba(255, 255, 255, 0.6); }
.About .Ab_1 { padding: 90px 0; background: no-repeat center 50px; background-size: 774px 632px; }
.About .Ab_1 .ab_mian { margin-top: 60px; font-size: 0; padding: 0 10%; }
.About .Ab_1 .ab_mian > div { display: inline-block; vertical-align: top; width: 25%; font-family: "微软雅黑"; text-align: center; font-size: 0; }
.About .Ab_1 .ab_mian > div > div { display: inline-block; vertical-align: top; text-align: left; }
.About .Ab_1 .ab_mian > div:nth-child(1) { text-align: left; }
.About .Ab_1 .ab_mian > div:nth-last-child(1) { text-align: right; }
.About .Ab_1 .ab_mian > div span { display: block; margin-bottom: 20px; font-size: 66px; color: #303d89; font-weight: 100; line-height: 66px; }
.About .Ab_1 .ab_mian > div span b { font-weight: 100; }
.About .Ab_1 .ab_mian > div span i { display: inline-block; vertical-align: top; position: relative; width: 16px; margin-left: 10px; font-size: 16px; color: #23273d; text-align: center; }
.About .Ab_1 .ab_mian > div span i:before { position: absolute; top: 0; left: 0; width: 100%; content: '/'; font-size: 16px; color: #23273d; line-height: 1; }
.About .Ab_1 .ab_mian > div span i:after { position: absolute; bottom: 0; left: 0; width: 100%; content: '/'; font-size: 16px; color: #23273d; line-height: 1; }
.About .Ab_1 .ab_mian > div em { display: block; font-size: 16px; color: #23273d; }
.About .Ab_2 { background: #f5f5f5; }
.About .Ab_2 .wrap { position: relative; }
.About .Ab_2 .Ab_img { position: absolute; top: 0; right: 0; width: 464px; height: 100%; background: no-repeat center; background-size: cover; }
.About .Ab_2 .Ab_txt { width: calc(100% - 464px); padding: 50px 100px 50px 0; box-sizing: border-box; }
.About .Ab_2 .Ab_txt p { font-size: 18px; color: #444; line-height: 32px; }
.About .Ab_3 { padding: 80px 0; background: no-repeat center; background-size: cover; }
.About .Ab_3 .ab_mian { margin-top: 80px; font-size: 0; }
.About .Ab_3 .ab_mian span { display: inline-block; vertical-align: top; width: 25%; text-align: center; }
.About .Ab_3 .ab_mian i { display: block; position: relative; width: 146px; height: 146px; margin: 0 auto 70px; border-radius: 50%; background: no-repeat center; background-size: cover; }
.About .Ab_3 .ab_mian i:before { position: absolute; bottom: -30%; width: 1px; height: 20px; content: ''; background: rgba(255, 255, 255, 0.6); }
.About .Ab_3 .ab_mian em { display: block; margin-bottom: 10px; font-size: 24px; color: rgba(255, 255, 255, 0.9); text-transform: uppercase; }
.About .Ab_3 .ab_mian b { display: block; font-size: 18px; color: rgba(255, 255, 255, 0.6); }
.About .Ab_3 .ab_mian img{ max-width: 100%;}
.About .Ab_4 { position: relative; padding: 80px 0; background: no-repeat center; }
.About .Ab_4:before { position: absolute; top: 50%; left: 0; z-index: 1; width: 100%; height: 3px; content: ''; margin-top: 67px; background: #dbdbdb; }
.About .Ab_4 .ab_mian { position: relative; z-index: 2; margin-top: 80px; font-size: 0; }
.About .Ab_4 .ab_mian .ab_li { display: inline-block; vertical-align: top; position: relative; width: 25%; height: 510px; }
.About .Ab_4 .ab_mian .ab_li .ab_img { position: absolute; left: 50%; width: 176px; height: 176px; border-radius: 50%; margin-left: -88px; background: no-repeat center; background-size: cover; }
.About .Ab_4 .ab_mian .ab_li .ab_img:before { position: absolute; left: 50%; width: 1px; height: 70px; content: ''; background: #ccc; }
.About .Ab_4 .ab_mian .ab_li .ab_txt { position: absolute; left: 0; width: 100%; height: 45%; padding: 0 20%; box-sizing: border-box; }
.About .Ab_4 .ab_mian .ab_li .ab_txt span { display: block; margin-bottom: 15px; font-size: 26px; color: #000; text-align: center; }
.About .Ab_4 .ab_mian .ab_li .ab_txt em { display: block; font-size: 18px; color: #888; line-height: 24px; }
.About .Ab_4 .ab_mian .ab_li .ab_txt:before { position: absolute; left: 50%; width: 8px; height: 8px; content: ''; margin-left: -6px; border: 2px solid #aaa; border-radius: 50%; background: #fff; }
.About .Ab_4 .ab_mian .ab_li:nth-child(odd) .ab_img { top: 0; }
.About .Ab_4 .ab_mian .ab_li:nth-child(odd) .ab_img:before { top: calc(100% + 10px); }
.About .Ab_4 .ab_mian .ab_li:nth-child(odd) .ab_txt { bottom: 0; }
.About .Ab_4 .ab_mian .ab_li:nth-child(odd) .ab_txt:before { bottom: calc(100% + 24px); }
.About .Ab_4 .ab_mian .ab_li:nth-child(even) .ab_img { bottom: 0; }
.About .Ab_4 .ab_mian .ab_li:nth-child(even) .ab_img:before { bottom: calc(100% + 10px); }
.About .Ab_4 .ab_mian .ab_li:nth-child(even) .ab_txt { top: 0; }
.About .Ab_4 .ab_mian .ab_li:nth-child(even) .ab_txt:before { top: calc(100% + 15px); }
.About .Ab_4 .ab_mian > button { position: absolute; top: 50%; z-index: 99; width: 28px; height: 54px; border: none; overflow: hidden; background: transparent; font-size: 0; text-align: center; cursor: pointer; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.About .Ab_4 .ab_mian > button.slick-prev { left: -40px; }
.About .Ab_4 .ab_mian > button.slick-prev:before { content: '\e610'; }
.About .Ab_4 .ab_mian > button.slick-prev:after { left: 0; }
.About .Ab_4 .ab_mian > button.slick-next { right: -40px; }
.About .Ab_4 .ab_mian > button.slick-next:before { content: '\e614'; }
.About .Ab_4 .ab_mian > button.slick-next:after { right: 0; }
.About .Ab_4 .ab_mian > button:before { display: inline-block; position: absolute; top: 50%; left: 50%; z-index: 2; font-family: "iconfont" !important; font-size: 16px; color: #fff; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.About .Ab_4 .ab_mian > button:after { position: absolute; top: 0; z-index: 1; width: 54px; height: 100%; content: ''; border-radius: 50%; background: #35428b; }
.About .Ab_4 .ab_mian > button.slick-disabled { pointer-events: none; }
.About .Ab_4 .ab_mian > button.slick-disabled:after { background: #b8b8b8; }
.About .Ab_5 { padding: 80px 0; background: no-repeat center; background-size: cover; }
.About .Ab_5 .ab_mian { margin-top: 60px; }
.About .Ab_5 .ab_mian .ab_li { width: 0; overflow: hidden; padding: 0 10px; box-sizing: border-box; }
.About .Ab_5 .ab_mian .ab_li .ab_img { position: relative; padding: 36% 0; }
.About .Ab_5 .ab_mian .ab_li .ab_img span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: no-repeat center; background-size: cover; }
.About .Ab_5 .ab_mian .ab_li .ab_txt { padding: 10px 0; font-size: 18px; color: #fff; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.About .Ab_5 .ab_mian > button { position: absolute; top: 50%; z-index: 99; width: 28px; height: 54px; border: none; overflow: hidden; background: transparent; font-size: 0; text-align: center; cursor: pointer; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.About .Ab_5 .ab_mian > button.slick-prev { left: -40px; }
.About .Ab_5 .ab_mian > button.slick-prev:before { content: '\e610'; }
.About .Ab_5 .ab_mian > button.slick-prev:after { left: 0; }
.About .Ab_5 .ab_mian > button.slick-next { right: -40px; }
.About .Ab_5 .ab_mian > button.slick-next:before { content: '\e614'; }
.About .Ab_5 .ab_mian > button.slick-next:after { right: 0; }
.About .Ab_5 .ab_mian > button:before { display: inline-block; position: absolute; top: 50%; left: 50%; z-index: 2; font-family: "iconfont" !important; font-size: 16px; color: #fff; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.About .Ab_5 .ab_mian > button:after { position: absolute; top: 0; z-index: 1; width: 54px; height: 100%; content: ''; border-radius: 50%; background: #35428b; }
.About .Ab_5 .ab_mian > button.slick-disabled { pointer-events: none; }
.About .Ab_5 .ab_mian > button.slick-disabled:after { background: #b8b8b8; }
.About .Ab_6 { padding: 80px 0; }
.About .Ab_6 .ab_mian { margin-top: 60px; }
.About .Ab_6 .ab_mian > button { position: absolute; top: 50%; z-index: 99; width: 28px; height: 54px; border: none; overflow: hidden; background: transparent; font-size: 0; text-align: center; cursor: pointer; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.About .Ab_6 .ab_mian > button.slick-prev { left: -40px; }
.About .Ab_6 .ab_mian > button.slick-prev:before { content: '\e610'; }
.About .Ab_6 .ab_mian > button.slick-prev:after { left: 0; }
.About .Ab_6 .ab_mian > button.slick-next { right: -40px; }
.About .Ab_6 .ab_mian > button.slick-next:before { content: '\e614'; }
.About .Ab_6 .ab_mian > button.slick-next:after { right: 0; }
.About .Ab_6 .ab_mian > button:before { display: inline-block; position: absolute; top: 50%; left: 50%; z-index: 2; font-family: "iconfont" !important; font-size: 16px; color: #fff; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.About .Ab_6 .ab_mian > button:after { position: absolute; top: 0; z-index: 1; width: 54px; height: 100%; content: ''; border-radius: 50%; background: #35428b; }
.About .Ab_6 .ab_mian > button.slick-disabled { pointer-events: none; }
.About .Ab_6 .ab_mian > button.slick-disabled:after { background: #b8b8b8; }
.About .Ab_6 .ab_mian .in_li { font-size: 0; }
.About .Ab_6 .ab_mian .in_li > div { display: inline-block; vertical-align: top; width: 16.66%; height: 150px; padding: 5px; box-sizing: border-box; }
.About .Ab_6 .ab_mian .in_li > div a { display: block; width: 100%; height: 100%; border: 1px solid #ddd; background: no-repeat center; background-size: contain; box-sizing: border-box; }
.ab_mian .slick-track{
    margin: 0 auto;
}
.Search_x { padding: 50px 0; }
.Search_x .sea_tit { position: relative; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #ddd; }
.Search_x .sea_tit:before { position: absolute; bottom: -1px; left: 0; width: 80px; height: 3px; content: ''; background: #35428b; }
.Search_x .sea_tit h4 { margin-bottom: 10px; font-size: 68px; color: #35428b; font-weight: bold; font-weight: 100; text-transform: uppercase; }
.Search_x .sea_tit h5 { font-size: 15px; color: #444; }
.Search_x .sea_tit h5 span { color: #35428b; }
.Search_x .sea_mian { position: relative; padding-left: 220px; }
.Search_x .sea_mian > ul > li { padding: 20px 0; border-bottom: 1px dashed #ddd; }
.Search_x .sea_mian > ul > li a { display: block; padding: 0 20px; }
.Search_x .sea_mian > ul > li h4 { margin-bottom: 10px; font-size: 16px; font-weight: bold; color: #555; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.Search_x .sea_mian > ul > li p { height: 48px; overflow: hidden; text-indent: 2em; font-size: 14px; color: #6a5654; line-height: 24px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.Search_x .sea_mian > ul > li:hover { background: #35428b; }
.Search_x .sea_mian > ul > li:hover h4 { color: #fff; }
.Search_x .sea_mian > ul > li:hover p { color: #fff; }
.Search_x .sea_mian:before { position: absolute; top: 0; left: 0; width: 130px; height: 130px; content: ''; background: url(../images/icon_7.png) no-repeat center; background-size: cover; }

@media (max-width: 1680px) { .logo { left: 50px; }
  .logo a { height: 48px; }
  .nav { margin-right: 30px; }
  .nav > ul > li { padding: 0 10px; }
  .nav > ul > li > a { font-size: 16px; }
  .head_button { right: 50px; } }
@media (max-width: 1240px) { .wrap { max-width: 100%; padding: 0 3%; }
  .header { height: 60px; line-height: 60px; }
  .logo { display: inline-block; position: absolute; left: 3%; width: auto; height: 100%; padding: 0; border: none; background: transparent; font-size: 0; vertical-align: top; -webkit-transform: translate(0); transform: translate(0); line-height: 60px; }
  .logo a { display: inline-block; height: 40px; vertical-align: middle; line-height: 1; }
  .logo .a1 { display: none; }
  .logo .a2 { display: inline-block; }
  .nav { position: fixed; top: 0; right: 0; z-index: 997; width: 300px; height: 100%; padding: 60px 3%; margin: 0; background: #fff; box-sizing: border-box; }
  .nav.close-nav { -webkit-transition: -webkit-transform .3s ease; transition: transform .3s ease; -webkit-transform: translate(300px, 0); transform: translate(300px, 0); }
  .nav.open-nav { -webkit-transform: translate(0, 0) !important; transform: translate(0, 0) !important; -webkit-transition: -webkit-transform .5s; transition: transform .5s; }
  .nav > ul { width: 100%; max-height: 100%; overflow: auto; }
  .nav > ul > li { display: block; float: none; width: 100%; margin: 0; padding: 0; line-height: 1; }
  .nav > ul > li > a { display: block; padding: 20px 0; font-size: 16px; border-bottom: 1px solid #e5e5e5; color: #2b2c2d; line-height: 1; }
  .nav > ul > li.Have > a { pointer-events: none; }
  .head_button { right: calc(3% + 60px); }
  .head_button .language > a { width: 50px; }
  .head_button .search { margin-left: 0; }
  .head_button .search > i { width: 50px; }
  .head_button .share a { width: 50px; margin-left: 0; }
  .push-nav { display: block; position: absolute; top: 0; right: 3%; z-index: 998; width: 56px; height: 60px; }
  .push-nav .nav-toggle { display: block; position: absolute; left: 50%; top: 50%; border: 0; background-image: none; border-radius: 4px; cursor: pointer; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .push-nav .nav-toggle span { display: block; position: relative; z-index: 1; width: 36px; height: 3px; margin-bottom: 8px; background: #35428b; border-radius: 3px; -webkit-transform-origin: 33px; transform-origin: 33px; -webkit-transition: all .5s; transition: all .5s; }
  .push-nav .nav-toggle span:last-child { margin-bottom: 0; }
  .push-nav.on .nav-toggle span { opacity: 1; background: #35428b; }
  .push-nav.on .nav-toggle span:nth-child(3) { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
  .push-nav.on .nav-toggle span:nth-child(2) { -webkit-transform: scale(0); transform: scale(0); }
  .push-nav.on .nav-toggle span:nth-child(1) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  .bg-nav { display: none; position: fixed; top: 0; left: 0; z-index: 996; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.75); animation: fade-in .43s ease 0s; -webkit-animation: fade-in .43s ease 0s; }
  .index { padding-top: 60px; }
  .index .index_tit { margin-bottom: 5%; }
  .index .index_tit span { padding: 2% 0; margin-bottom: 2%; font-size: 28px; }
  .index .index_tit span:before { width: 30px; height: 2px; margin-left: -15px; }
  .index .index_tit em { font-size: 14px; line-height: 20px; }
  .banner { height: 500px; }
  .index_1 { padding: 6% 0; }
  .index_1 .ind_1 .ind_button { left: 33.5%; right: auto; }
  .index_1 .ind_1 .ind_button i { width: 30px; height: 54px; line-height: 54px; }
  .index_1 .ind_1 .ind_box .in_img { width: 400px; }
  .index_1 .ind_1 .ind_box .in_txt { width: calc(100% - 400px); }
  .index_1 .ind_1 .ind_box .in_txt > div p { font-size: 14px; line-height: 30px; }
  .index_2 { height: auto; padding: 5% 0; }
  .index_2 .index_bd { margin-top: 4%; }
  .index_2 .index_bd .ind_box > button { width: 24px; height: 50px; }
  .index_2 .index_bd .ind_box > button.slick-prev { left: -3%; }
  .index_2 .index_bd .ind_box > button.slick-next { right: -3%; }
  .index_2 .index_bd .ind_box > button:before { font-size: 14px; }
  .index_2 .index_bd .ind_box > button:after { width: 50px; }
  .index_3 { padding: 6% 0; }
  .index_3 .index_mian { margin-top: 0; }
  .index_3 .index_mian .ind_hh { display: none; }
  .index_3 .ind_box > button { width: 24px; height: 50px; }
  .index_3 .ind_box > button.slick-prev { left: -3%; }
  .index_3 .ind_box > button.slick-next { right: -3%; }
  .index_3 .ind_box > button:before { font-size: 14px; }
  .index_3 .ind_box > button:after { width: 50px; }
  .index_3 .ind_box .ind_li { margin-top: 0 !important; padding: 0 5px; box-sizing: border-box; }
  .index_3 .ind_box .ind_img { height: auto; padding: 24% 0; }
  .index_3 .ind_box .ind_txt { padding: 5%; }
  .index_3 .ind_box .ind_txt h4 { margin-bottom: 5%; font-size: 18px; }
  .index_3 .ind_box .ind_txt p { height: 60px; font-size: 12px; line-height: 20px; }
  .index_4 { padding: 6% 0; }
  .index_4 .ind_li.w50 { width: 100%; border-bottom: 1px solid #ddd; }
  .index_4 .ind_li.w25 { width: 50%; }
  .index_5 { padding: 6% 0; }
  .index_6 { padding: 0 0 6%; }
  .index_6 .index_mian > button { width: 24px; height: 50px; }
  .index_6 .index_mian > button.slick-prev { left: -3%; }
  .index_6 .index_mian > button.slick-next { right: -3%; }
  .index_6 .index_mian > button:before { font-size: 14px; }
  .index_6 .index_mian > button:after { width: 50px; }
  .index_6 .index_mian .in_li > div { width: 25%; }
  .footer .footer_2 .fo_1 { width: 500px; }
  .footer .footer_2 .fo_2 { width: calc(100% - 500px); }
  .footer .footer_2 .fo_2 .fo_ul { margin-left: 10%; }
  .content { padding-top: 60px; }
  .content .sub_banner { height: 400px; }
  .content .sub_nav .Snav_ul a { width: 25%; height: 40px; font-size: 14px; line-height: 40px; }
  .content .sub_nav_1 { height: 50px; line-height: 50px; }
  .content .sub_nav_1 a { width: 25%; font-size: 14px; }
  .content .sub_nav_1 a i { font-size: 20px; }
  .Problem { padding: 6% 0; }
  .Problem .Pro_ul .pl_hd { padding: 0 5%; height: 50px; line-height: 50px; }
  .Problem .Pro_ul .pl_hd:before { right: 5%; }
  .Problem .Pro_ul .pl_hd em { width: 30px; }
  .Problem .Pro_ul .pl_hd span { font-size: 14px; }
  .Problem .Pro_ul .pl_bd { padding: 3% 5%; }
  .service { padding: 6% 0; }
  .service h4 { padding: 0 10%; font-size: 30px; line-height: 48px; }
  .service p { padding: 0 5%; font-size: 14px; line-height: 24px; }
  .News { padding: 6% 0; }
  .News .News_ul > ul { margin-right: -3%; }
  .News .News_ul > ul > li { width: 31%; margin-right: 2%; margin-bottom: 3%; }
  .News .News_ul .ne_txt { padding: 5% 4%; }
  .News_x { padding: 8% 3%; }
  .News_x .nx_tit { padding-bottom: 3%; }
  .News_x .nx_tit h4 { font-size: 24px; line-height: 36px; }
  .News_x .nx_tit h6 span { font-size: 14px; }
  .News_x .nx_mian { width: auto; padding: 4% 0; }
  .News_x .nx_bottom { padding: 4% 0; }
  .Product { padding: 6% 0; }
  .Product .Pro_ul > ul { margin-right: -3%; }
  .Product .Pro_ul > ul > li { display: inline-block; vertical-align: top; width: 31%; margin-right: 2%; margin-bottom: 2%; }
  .Product .Pro_ul .pr_txt { margin: 5% 0; }
  .Product .Pro_ul .pr_txt span { font-size: 16px; }
  .Contact .Cont_1 { margin: 4% 0; }
  .Contact .Cont_1 > i { width: 60px; height: 60px; }
  .Contact .Cont_1 > div { padding-left: 80px; }
  .Contact .Cont_1 > div h4 { font-size: 18px; line-height: 20px; }
  .Contact .Cont_1 > div h6 { font-size: 0; }
  .Contact .Cont_1 > div h6 span { width: 50%; font-size: 18px; line-height: 20px; }
  .Contact .Cont_2 { height: auto; }
  .Contact .Cont_2 .map { float: none; width: 100%; height: 400px; }
  .Contact .Cont_2 .con_txt { float: none; width: 100%; height: auto; padding: 5%; }
  .Contact .Cont_2 .con_txt h4 { padding-bottom: 3%; margin-bottom: 3%; font-size: 24px; }
  .Contact .Cont_2 .con_txt p { font-size: 14px; line-height: 30px; }
  .Contact .Cont_3 { margin: 6% 0; }
  .Contact .Cont_3 > h4 { font-size: 24px; margin-bottom: 5%; }
  .Join .JO_1 { padding: 6% 0; }
  .Join .JO_1 > div.wrap { position: relative; height: auto; background-image: none !important; }
  .Join .JO_1 .jo_box { position: static; width: 100%; -webkit-transform: none; transform: none; }
  .Join .JO_1 .jo_box h4 { font-size: 30px; padding-bottom: 4%; margin-bottom: 3%; text-align: center; }
  .Join .JO_1 .jo_box h4:before { position: absolute; left: 50%; margin-left: -17px; }
  .Join .JO_1 .jo_box p { font-size: 14px; line-height: 30px; text-align: center; }
  .Join .JO_2 { padding: 6% 0; }
  .Join .JO_2 .jo_tit h4 { margin-bottom: 3%; font-size: 30px; }
  .Join .JO_2 .jo_tit p { padding: 0; font-size: 14px; line-height: 24px; }
  .Join .JO_2 .jo_mian { height: auto; margin-right: -2%; font-size: 0; }
  .Join .JO_2 .jo_mian .li { display: inline-block; vertical-align: top; position: relative; top: auto !important; bottom: auto !important; left: auto !important; right: auto !important; width: 48% !important; height: auto !important; padding: 20% 0; margin-right: 2%; margin-bottom: 2%; }
  .Join .JO_2 .jo_mian .li span { position: absolute; top: 0; left: 0; }
  .Join .JO_2 .jo_mian .li.li_0 { display: none; }
  .Join .JO_3 { padding: 6% 0; }
  .Respon .Res_tit { margin-bottom: 6%; }
  .Respon .Res_tit span { margin-bottom: 2%; font-size: 30px; }
  .Respon .Res_tit em { font-size: 18px; }
  .Respon .Res_1 { padding: 6% 0; }
  .Respon .Res_1 .Res_mian .res_img { width: 50%; }
  .Respon .Res_1 .Res_mian .res_txt { width: 50%; padding: 0 3%; }
  .Respon .Res_1 .Res_mian .res_txt h4 { margin-bottom: 3%; padding-bottom: 3%; font-size: 24px; }
  .Respon .Res_1 .Res_mian .res_txt p { font-size: 14px; line-height: 24px; }
  .Respon .Res_1 .Res_mian .res_txt h6 { margin-top: 6%; }
  .Respon .Res_2 { padding: 6% 0; }
  .Respon .Res_2 .Res_mian ul li { height: auto; margin: 6% 0; padding-left: 150px; box-sizing: border-box; }
  .Respon .Res_2 .Res_mian ul li > div { position: static; width: 100%; padding: 10px 0; -webkit-transform: none; transform: none; }
  .Respon .Res_2 .Res_mian ul li > i { width: 120px; height: 120px; }
  .Respon .Res_2 .Res_mian ul li > i em { width: 48px; height: 48px; margin-bottom: 5px; }
  .Respon .Res_2 .Res_mian ul li > i span { font-size: 16px; line-height: 20px; }
  .Product_x .prx_tit { padding: 0 0 3%; font-size: 20px; line-height: 24px; }
  .Product_x .prx_tit i { font-size: 24px; margin-right: 10px; }
  .Product_x .prx_1 { padding: 6% 0; }
  .Product_x .prx_1 .sci_box { float: none !important; width: 100%; margin-bottom: 5%; }
  .Product_x .prx_1 .sci_box .sci_hd { display: none; }
  .Product_x .prx_1 .sci_box .sci_bd { width: 100%; position: relative; }
  .Product_x .prx_1 .sci_box .sci_bd .pagination { display: block; position: absolute; bottom: 3%; left: 0; z-index: 20; width: 100%; font-size: 0; text-align: center; }
  .Product_x .prx_1 .sci_box .sci_bd .pagination .swiper-pagination-switch { display: inline-block; width: 8px; height: 8px; margin: 0 6px; border-radius: 50%; box-sizing: border-box; background: rgba(255, 255, 255, 0.8); cursor: pointer; }
  .Product_x .prx_1 .sci_box .sci_bd .pagination .swiper-active-switch { background: #283684; }
  .Product_x .prx_1 .prxx_txt { float: none; width: 100%; }
  .Product_x .prx_1 .prxx_txt > div { width: 100%; }
  .Product_x .prx_1 .prxx_txt > div h4 { padding: 4% 0; font-size: 30px; }
  .Product_x .prx_1 .prxx_txt > div p { padding: 4% 0; }
  .Product_x .prx_2 { padding: 5% 0; }
  .Product_x .prx_2 .prx_mian { padding: 5% 0; font-size: 14px; line-height: 24px; }
  .Product_x .prx_3 { padding: 5% 0; }
  .Product_x .prx_3 .prx_mian { padding: 5% 0; }
  .Product_x .prx_3 .prx_mian > ul { margin-right: -1%; }
  .Product_x .prx_3 .prx_mian > ul > li { display: inline-block; vertical-align: top; width: 24%; margin-right: 1%; }
  .Product_x .prx_3 .prx_mian .pr_txt { margin: 3% 0; }
  .Product_x .prx_3 .prx_mian .pr_txt span { padding-right: 24px; font-size: 18px; line-height: 20px; }
  .Product_x .prx_3 .prx_mian .pr_txt i { width: 20px; height: 20px; line-height: 20px; }
  .About .about_tit span { padding-bottom: 3%; font-size: 28px; }
  .About .about_tit em { margin-top: 2%; }
  .About .Ab_1 { padding: 7% 0; background: no-repeat center 5%; background-size: cover; }
  .About .Ab_1 .ab_mian { margin-top: 6%; padding: 0 5%; }
  .About .Ab_2 .Ab_img { right: 3%; width: 450px; }
  .About .Ab_2 .Ab_txt { width: calc(100% - 450px); padding: 6% 3% 6% 0; }
  .About .Ab_2 .Ab_txt p { font-size: 14px; line-height: 28px; }
  .About .Ab_3 { padding: 6% 0; }
  .About .Ab_4 { padding: 6% 0; background-size: 100%; }
  .About .Ab_4:before { display: none; }
  .About .Ab_4 .ab_mian { margin-top: 6%; }
  .About .Ab_4 .ab_mian > button { width: 24px; height: 50px; }
  .About .Ab_4 .ab_mian > button.slick-prev { left: -3%; }
  .About .Ab_4 .ab_mian > button.slick-next { right: -3%; }
  .About .Ab_4 .ab_mian > button:before { font-size: 14px; }
  .About .Ab_4 .ab_mian > button:after { width: 50px; }
  .About .Ab_4 .ab_mian:before { position: absolute; top: 50%; left: 0; z-index: -1; width: 100%; height: 2px; content: ''; margin-top: -5px; background: #dbdbdb; }
  .About .Ab_5 .ab_mian { margin-top: 5%; }
  .About .Ab_5 .ab_mian .ab_li .ab_txt { padding: 3% 0; font-size: 16px; }
  .About .Ab_5 .ab_mian > button { width: 24px; height: 50px; }
  .About .Ab_5 .ab_mian > button.slick-prev { left: -3%; }
  .About .Ab_5 .ab_mian > button.slick-next { right: -3%; }
  .About .Ab_5 .ab_mian > button:before { font-size: 14px; }
  .About .Ab_5 .ab_mian > button:after { width: 50px; }
  .About .Ab_6 { padding: 6% 0; }
  .About .Ab_6 .ab_mian { margin-top: 5%; }
  .About .Ab_6 .ab_mian > button { width: 24px; height: 50px; }
  .About .Ab_6 .ab_mian > button.slick-prev { left: -3%; }
  .About .Ab_6 .ab_mian > button.slick-next { right: -3%; }
  .About .Ab_6 .ab_mian > button:before { font-size: 14px; }
  .About .Ab_6 .ab_mian > button:after { width: 50px; }
  .About .Ab_6 .ab_mian .in_li > div { width: 25%; }
  .Search_x { padding: 6% 3%; }
  .Search_x .sea_tit { padding-bottom: 3%; margin-bottom: 3%; }
  .Search_x .sea_tit:before { width: 60px; height: 2px; }
  .Search_x .sea_tit h4 { font-size: 56px; }
  .Search_x .sea_tit h5 { font-size: 14px; }
  .Search_x .sea_mian { position: relative; padding-left: 150px; }
  .Search_x .sea_mian > ul > li { padding: 3% 0; }
  .Search_x .sea_mian > ul > li a { padding: 0 3%; }
  .Search_x .sea_mian:before { width: 100px; height: 100px; }
  ::-webkit-scrollbar { -webkit-appearance: none; }
  ::-webkit-scrollbar:vertical { width: 8px; }
  ::-webkit-scrollbar:horizontal { height: 8px; }
  ::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.2); border-radius: 10px; border: 2px solid #ffffff; }
  ::-webkit-scrollbar-track { border-radius: 10px; background-color: #ffffff; } }
@media (max-width: 1024px) { .banner { height: 400px; }
  .footer .footer_2 { padding: 10% 0; }
  .footer .footer_2 .fo_1 { float: none; width: 100%; margin-bottom: 3%; text-align: center; }
  .footer .footer_2 .fo_1 a { margin-bottom: 3%; }
  .footer .footer_2 .fo_1 > div { display: inline-block; text-align: left; }
  .footer .footer_2 .fo_1 span i { width: 20px; font-size: 20px; }
  .footer .footer_2 .fo_1 span em { width: calc(100% - 30px); }
  .footer .footer_2 .fo_2 { float: none; width: 100%; text-align: center; }
  .footer .footer_2 .fo_2 .fo_ul { width: 33.33%; text-align: center; margin-left: 0; }
  .footer .footer_2 .fo_2 .fo_ul span { padding-left: 0; margin-bottom: 10%; }
  .footer .footer_2 .fo_2 .fo_ul span:before { display: none; }
  .footer .footer_2 .fo_2 .fo_ul a { padding-left: 0; }
  .footer .footer_2 .fo_2 .fo_ul a:before { display: none; }
  .content .sub_banner { height: 350px; }
  .Join .JO_3 .jo_tit span { padding-bottom: 3%; margin-bottom: 3%; font-size: 30px; }
  .Join .JO_3 .jo_mian dl { background: #183C70; }
  .Join .JO_3 .jo_mian dl dt span { width: 33.33%; height: 40px; line-height: 40px; }
  .Join .JO_3 .jo_mian dl dt span.a2, .Join .JO_3 .jo_mian dl dt span.a5 { display: none; }
  .Join .JO_3 .jo_mian dl dd { cursor: pointer; }
  .Join .JO_3 .jo_mian dl dd span { width: 33.33%; height: 40px; line-height: 40px; }
  .Join .JO_3 .jo_mian dl dd span.a2, .Join .JO_3 .jo_mian dl dd span.a5 { display: none; }
  .Join .JO_3 .win { display: none; position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; }
  .Join .JO_3 .win > i { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
  .Join .JO_3 .win .box { left: 0; width: 100%; padding: 3% 5%; margin-left: 0; }
  .Join .JO_3 .win .box > h3 { padding-bottom: 3%; }
  .Join .JO_3 .win .box > h3 span { margin-bottom: 2%; font-size: 24px; }
  .Join .JO_3 .win .box > h3 em { font-size: 14px; }
  .Join .JO_3 .win .box > h4 { padding: 2% 2.5%; }
  .Join .JO_3 .win .box > h6 { padding: 4% 0 0; }
  .Join .JO_3 .win .box > h6 a { width: 160px; height: 36px; font-size: 16px; line-height: 36px; }
  .Join .JO_3 .win .box > h6 a i { margin-right: 5px; font-size: 20px; }
  .Join .JO_3 .win .box > em { top: 10px; right: 10px; width: 24px; height: 24px; font-size: 16px; line-height: 24px; }
  .Join .JO_3 .win .box div.mm { height: 250px; padding: 3%; } }
@media (max-width: 900px) { .banner { height: 300px; }
  .index_1 { background-size: contain; }
  .index_1 .ind_1 { height: auto; }
  .index_1 .ind_1 .ind_button { position: static; }
  .index_1 .ind_1 .ind_button i { position: absolute; top: 30%; z-index: 92; }
  .index_1 .ind_1 .ind_button i.ind_prev { left: 0; }
  .index_1 .ind_1 .ind_button i.ind_next { right: 0; }
  .index_1 .ind_1 .ind_box .in_img { float: none; width: 100%; height: 400px; padding: 0; }
  .index_1 .ind_1 .ind_box .in_img span { width: 100%; height: 100%; }
  .index_1 .ind_1 .ind_box .in_img:before { display: none; }
  .index_1 .ind_1 .ind_box .in_txt { float: none; width: 100%; }
  .index_1 .ind_1 .ind_box .in_txt > div { position: static; padding: 5%; -webkit-transform: none; transform: none; }
  .index_1 .ind_1 .ind_box .in_txt > div p { font-size: 14px; line-height: 30px; }
  .index_1 .ind_2 { margin-top: 3%; }
  .index_1 .ind_2 > div { text-align: center !important; }
  .index_1 .ind_2 > div span { margin-bottom: 10px; font-size: 36px; line-height: 36px; }
  .index_1 .ind_2 > div span i:before, .index_1 .ind_2 > div span i:after { display: none; }
  .index_1 .ind_2 > div em { font-size: 12px; }
  .index_6 .index_mian .in_li > div { width: 33.33%; }
  .content .sub_banner { height: 300px; }
  .News .News_ul > ul { margin-right: -2%; }
  .News .News_ul > ul > li { width: 48%; margin-right: 2%; }
  .News .News_ul .ne_txt h4 { font-size: 14px; }
  .News .News_ul .ne_txt p { font-size: 12px; }
  .News .News_ul .ne_txt h6 { margin-top: 5%; padding-top: 3%; }
  .News .News_ul .ne_txt h6 span { font-size: 12px; }
  .News .News_ul .ne_txt h6 i { font-size: 16px; }
  .Product .Pro_ul > ul { margin-right: -2%; }
  .Product .Pro_ul > ul > li { width: 48%; margin-right: 2%; }
  .Product .Pro_ul .pr_txt { margin: 5% 0; }
  .Product .Pro_ul .pr_txt span { font-size: 14px; }
  .Contact .Cont_2 .map { height: 300px; }
  .Contact .Cont_2 .con_txt h4 { font-size: 20px; }
  .Contact .Cont_3 > h4 { font-size: 20px; }
  .Contact .Cont_3 .lea_mian .lea_input { float: none; width: 100%; }
  .Respon .Res_tit span { font-size: 24px; }
  .Respon .Res_tit em { font-size: 14px; }
  .Respon .Res_1 .Res_mian .res_img { float: none; width: 100%; margin-bottom: 5%; text-align: center; }
  .Respon .Res_1 .Res_mian .res_txt { float: none; width: 100%; padding: 0 3%; }
  .Respon .Res_1 .Res_mian .res_txt h4 { font-size: 20px; }
  .Respon .Res_1 .Res_mian .res_txt h6 { text-align: center; }
  .Product_x .prx_1 .prxx_txt > div h4 { font-size: 24px; }
  .Product_x .prx_1 .prxx_txt > div h6 a { width: 140px; height: 40px; line-height: 40px; }
  .Product_x .prx_2 .prx_mian { line-height: 20px; }
  .Product_x .prx_3 .prx_mian > ul { margin-right: -2%; }
  .Product_x .prx_3 .prx_mian > ul > li { width: 48%; margin-right: 2%; }
  .Product_x .prx_3 .prx_mian .pr_txt span { font-size: 14px; }
  .About .about_tit span { font-size: 24px; }
  .About .about_tit em { font-size: 14px; }
  .About .Ab_1 .ab_mian > div { text-align: center !important; }
  .About .Ab_1 .ab_mian > div span { margin-bottom: 10px; font-size: 36px; line-height: 36px; }
  .About .Ab_1 .ab_mian > div span i:before, .About .Ab_1 .ab_mian > div span i:after { display: none; }
  .About .Ab_1 .ab_mian > div em { font-size: 12px; }
  .About .Ab_2 .Ab_img { position: static; right: 3%; width: 100%; height: auto; padding: 50% 0; }
  .About .Ab_2 .Ab_txt { width: 100%; padding: 6% 0; }
  .About .Ab_2 .Ab_txt p { font-size: 12px; line-height: 24px; }
  .About .Ab_3 .ab_mian { margin-top: 6%; }
  .About .Ab_3 .ab_mian i { width: 100px; height: 100px; margin: 0 auto 10%; }
  .About .Ab_3 .ab_mian i:before { display: none; }
  .About .Ab_3 .ab_mian em { font-size: 20px; }
  .About .Ab_3 .ab_mian b { font-size: 16px; }
  .About .Ab_4 .ab_mian .ab_li { height: 400px; }
  .About .Ab_4 .ab_mian .ab_li .ab_img { width: 140px; height: 140px; margin-left: -70px; }
  .About .Ab_4 .ab_mian .ab_li .ab_img:before { height: 50px; }
  .About .Ab_4 .ab_mian .ab_li .ab_txt span { font-size: 24px; }
  .About .Ab_4 .ab_mian .ab_li .ab_txt em { font-size: 18px; }
  .About .Ab_4 .ab_mian .ab_li:nth-child(odd) .ab_txt:before { bottom: calc(100% + 18px); }
  .About .Ab_4 .ab_mian .ab_li:nth-child(even) .ab_txt:before { top: calc(100% + 10px); }
  .About .Ab_6 .ab_mian .in_li > div { width: 33.33%; } }
@media (max-width: 768px) { .banner { height: 250px; }
  .index_1 .ind_1 .ind_button i { top: 23%; }
  .index_1 .ind_1 .ind_box .in_img { height: 300px; }
  .index_2 .index_hd { display: block; padding-bottom: 40px; }
  .index_2 .index_hd .span { width: 33.33%; margin: 0; padding: 0 5px; box-sizing: border-box; text-align: center; }
  .index_2 .index_hd .span span { display: inline-block; width: 100%; height: 36px; font-size: 13px; line-height: 36px; }
  .index_2 .index_hd .span_down { width: 100%; }
  .index_2 .index_hd .span_down b { display: inline-block; vertical-align: top; width: 33.33%; padding: 0; margin: 0; font-size: 13px; line-height: 30px; text-align: center; cursor: pointer; }
  .index_4 .ind_li { height: auto; }
  .index_4 .ind_li.w50 { border-bottom: none; }
  .index_4 .ind_li.w25 { width: 100%; }
  .index_4 .ind_li .ind_img { position: relative; top: auto !important; bottom: auto !important; left: auto !important; right: auto !important; height: auto; padding: 20% 0; }
  .index_4 .ind_li .ind_txt { position: static; height: auto; }
  .index_4 .ind_li .ind_txt > div { position: static; padding: 5% 5% 8%; -webkit-transform: none; transform: none; font-size: 14px; }
  .index_4 .ind_li .ind_txt > div:before { top: auto; bottom: 3%; }
  .index_4 .ind_li .ind_txt p { height: 48px; line-height: 24px; }
  .footer .footer_2 .fo_2 { border-top: 1px solid #666; padding-left: 0; }
  .footer .footer_2 .fo_2 .fo_ul { display: block; width: 100%; text-align: left; }
  .footer .footer_2 .fo_2 .fo_ul > span { display: block; font-size: 16px; position: relative; margin: 0; padding: 3% 5%; border-bottom: 1px solid #666; cursor: pointer; }
  .footer .footer_2 .fo_2 .fo_ul > span:after { position: absolute; top: 50%; right: 5%; content: '+'; font-family: 'iconfont'; font-size: 14px; color: #666; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
  .footer .footer_2 .fo_2 .fo_ul > span.on:after { content: '\e60e'; }
  .footer .footer_2 .fo_2 .fo_ul .ul { display: none; padding: 2% 6%; margin-bottom: 0; border-bottom: 1px solid #666; font-size: 0; }
  .footer .footer_2 .fo_2 .fo_ul .ul a { line-height: 30px; color: #666; }
  .content .sub_banner { height: 250px; }
  .Search_x .sea_tit h4 { font-size: 48px; }
  .Search_x .sea_mian { padding-left: 0; }
  .Search_x .sea_mian:before { display: none; } }
@media (max-width: 640px) { .header { height: 50px; line-height: 50px; }
  .logo { line-height: 50px; }
  .logo a { height: 30px; }
  .nav { padding: 50px 3%; width: 200px; }
  .nav.close-nav { -webkit-transform: translate(200px, 0); transform: translate(200px, 0); }
  .nav > ul > li > a { padding: 15px 0; font-size: 14px; }
  .head_button { right: 50px; }
  .head_button .language > a { width: 40px; font-size: 12px; }
  .head_button .search > i { width: 40px; font-size: 16px; }
  .head_button .search form.search_form span { display: block; position: absolute; top: 20%; left: 50%; width: calc(100% - 20px); height: 50px; margin-left: calc(-50% + 10px); }
  .head_button .search form.search_form input[type='text'] { width: calc(100% - 50px); padding: 0 12px; font-size: 14px; color: #666; }
  .head_button .search form.search_form input[type='submit'] { width: 50px; font-size: 20px; }
  .head_button .share a { width: 40px; margin-left: 0; font-size: 16px; }
  .push-nav { right: 0; width: 50px; height: 50px; }
  .push-nav .nav-toggle span { width: 25px; height: 2px; margin-bottom: 6px; -webkit-transform-origin: 24px; transform-origin: 24px; }
  .index { padding-top: 50px; }
  .index .index_tit span { font-size: 20px; }
  .index .index_tit span:before { width: 20px; height: 1px; margin-left: -10px; }
  .index .index_tit em { font-size: 12px; }
  .banner { height: 200px; }
  .banner .pagination .swiper-pagination-switch { width: 8px; height: 8px; margin: 0 5px; }
  .index_1 .ind_1 { height: auto; }
  .index_1 .ind_1 .ind_button i { top: 28%; width: 30px; height: 30px; line-height: 30px; font-size: 14px; }
  .index_1 .ind_1 .ind_box .in_img { height: 250px; }
  .index_1 .ind_1 .ind_box .in_txt > div p { font-size: 12px; line-height: 24px; }
  .index_1 .ind_2 { margin-top: 3%; }
  .index_1 .ind_2 > div { width: 50%; padding: 3% 0 3% 15%; text-align: left !important; box-sizing: border-box; }
  .index_1 .ind_2 > div span { font-size: 30px; line-height: 30px; }
  .index_1 .ind_2 > div span i { font-size: 12px; }
  .index_1 .ind_2 > div em { font-size: 12px; }
  .index_2 .index_hd { padding-bottom: 36px; }
  .index_2 .index_hd .span { padding: 0 3px; }
  .index_2 .index_hd .span span { height: 30px; font-size: 12px; line-height: 30px; }
  .index_2 .index_hd .span_down b { font-size: 12px; line-height: 24px; }
  .index_2 .index_bd .ind_box .ind_img { margin-bottom: 15px; }
  .index_2 .index_bd .ind_box .ind_txt span { font-size: 14px; }
  .index_2 .index_bd .ind_box .ind_txt i { width: 20px; height: 20px; margin-top: 10px; line-height: 20px; font-size: 10px; }
  .index_2 .index_bd .ind_box > button { width: 20px; height: 40px; }
  .index_2 .index_bd .ind_box > button:before { font-size: 12px; }
  .index_2 .index_bd .ind_box > button:after { width: 40px; }
  .index_3 .ind_box > button { width: 20px; height: 40px; }
  .index_3 .ind_box > button:before { font-size: 12px; }
  .index_3 .ind_box > button:after { width: 40px; }
  .index_3 .ind_box .ind_txt h4 { font-size: 16px; }
  .index_4 .ind_li .ind_txt h4 { padding-bottom: 4%; margin-bottom: 4%; font-size: 16px; }
  .index_4 .ind_li .ind_txt h4:before { width: 20px; margin-left: -10px; }
  .index_4 .ind_li .ind_txt p { font-size: 12px; }
  .index_6 .index_mian > button { width: 20px; height: 40px; }
  .index_6 .index_mian > button:before { font-size: 12px; }
  .index_6 .index_mian > button:after { width: 40px; }
  .index_6 .index_mian .in_li > div { width: 25%; height: 100px; }
  .footer .footer_1 { height: 40px; line-height: 40px; }
  .footer .footer_1 .fo_span { width: 60px; font-size: 12px; }
  .footer .footer_1 .fo_link { width: calc(100% - 60px); padding: 0 20px; }
  .footer .footer_1 .fo_link > div { height: 40px; }
  .footer .footer_1 .fo_link > div .swiper-slide a { margin: 0 10px; font-size: 12px; }
  .footer .footer_1 .fo_link .fo_ii { width: 12px; height: 12px; margin-top: -6px; font-size: 10px; line-height: 12px; }
  .footer .footer_2 .fo_1 { text-align: left; padding: 0 5%; box-sizing: border-box; }
  .footer .footer_2 .fo_1 > div { display: block; }
  .footer .footer_2 .fo_1 span { padding: 6px 0; line-height: 20px; }
  .footer .footer_2 .fo_1 span i { width: 16px; font-size: 16px; }
  .footer .footer_2 .fo_1 span em { width: calc(100% - 26px); font-size: 12px; }
  .footer .footer_2 .fo_2 .fo_ul > span { padding: 3% 5%; font-size: 14px; }
  .footer .footer_3 { font-size: 12px; }
  .content { padding-top: 50px; }
  .content .sub_banner { height: 200px; }
  .content .sub_nav .Snav_ul a { height: 36px; font-size: 12px; line-height: 36px; }
  .content .sub_nav_1 { height: 40px; line-height: 40px; }
  .content .sub_nav_1 a { font-size: 12px; }
  .content .sub_nav_1 a i { font-size: 16px; }
  .Problem .Pro_ul .pl_hd { height: 40px; line-height: 40px; }
  .Problem .Pro_ul .pl_hd:before { font-size: 12px; }
  .Problem .Pro_ul .pl_hd em { width: 20px; }
  .Problem .Pro_ul .pl_hd span { font-size: 12px; }
  .Problem .Pro_ul .pl_bd p { font-size: 12px; line-height: 24px; }
  .service { font-size: 12px; }
  .service h4 { padding: 0; font-size: 24px; line-height: 36px; }
  .service p { padding: 0; font-size: 12px; line-height: 20px; }
  .News_x .nx_tit h4 { margin-bottom: 10px; font-size: 18px; line-height: 30px; }
  .News_x .nx_tit h6 span { font-size: 12px; }
  .News_x .nx_mian p { line-height: 24px; }
  .News_x .nx_bottom span.fl { width: calc(100% - 110px); line-height: 25px; }
  .News_x .nx_bottom span.fl em { font-size: 12px; }
  .News_x .nx_bottom span.fl em a { font-size: 12px; }
  .News_x .nx_bottom span.fr { width: 100px; height: 30px; }
  .News_x .nx_bottom span.fr a { font-size: 14px; line-height: 30px; }
  .Product .Pro_ul .pr_txt span { padding-right: 24px; font-size: 12px; line-height: 20px; }
  .Product .Pro_ul .pr_txt i { width: 20px; height: 20px; font-size: 12px; line-height: 20px; }
  .Contact .Cont_1 { margin: 4% 0; }
  .Contact .Cont_1 > i { width: 40px; height: 40px; }
  .Contact .Cont_1 > div { padding-left: 60px; }
  .Contact .Cont_1 > div h4 { margin-bottom: 2%; font-size: 14px; }
  .Contact .Cont_1 > div h6 { font-size: 0; }
  .Contact .Cont_1 > div h6 span { width: 100%; font-size: 18px; }
  .Contact .Cont_2 .map { height: 250px; }
  .Contact .Cont_2 .con_txt h4 { font-size: 18px; }
  .Contact .Cont_2 .con_txt p { font-size: 12px; line-height: 24px; }
  .Contact .Cont_3 { padding: 5% 3%; }
  .Contact .Cont_3 > h4 { font-size: 18px; }
  .Contact .Cont_3 .lea_mian .span { width: 76px; font-size: 12px; line-height: 40px; }
  .Contact .Cont_3 .lea_mian .lea_input { margin-bottom: 10px; height: 40px; }
  .Contact .Cont_3 .lea_mian .lea_input input { padding-left: 88px; }
  .Contact .Cont_3 .lea_mian .lea_textarea { margin-bottom: 10px; height: 160px; }
  .Contact .Cont_3 .lea_mian .lea_textarea textarea { padding-left: 88px; line-height: 20px; }
  .Contact .Cont_3 .lea_mian .lea_button { margin-bottom: 10px; }
  .Contact .Cont_3 .lea_mian .lea_button input { height: 40px; font-size: 16px; }
  .Join .JO_1 .jo_box { position: static; width: 100%; -webkit-transform: none; transform: none; }
  .Join .JO_1 .jo_box h4 { font-size: 24px; }
  .Join .JO_1 .jo_box p { font-size: 12px; line-height: 24px; }
  .Join .JO_2 .jo_tit h4 { font-size: 20px; }
  .Join .JO_2 .jo_tit p { font-size: 12px; }
  .Join .JO_3 .jo_tit span { padding-bottom: 5%; margin-bottom: 5%; font-size: 20px; }
  .Join .JO_3 .jo_tit em { font-size: 12px; }
  .Join .JO_3 .jo_mian dl dd span { font-size: 12px; }
  .Join .JO_3 .win { display: none; position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; }
  .Join .JO_3 .win > i { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
  .Join .JO_3 .win .box { left: 0; width: 100%; padding: 3% 5%; margin-left: 0; }
  .Join .JO_3 .win .box > h3 { padding-bottom: 3%; }
  .Join .JO_3 .win .box > h3 span { margin-bottom: 3%; font-size: 20px; }
  .Join .JO_3 .win .box > h3 em { font-size: 12px; }
  .Join .JO_3 .win .box > h5 { line-height: 30px; }
  .Join .JO_3 .win .box > h6 a { width: 120px; font-size: 14px; }
  .Join .JO_3 .win .box > h6 a i { font-size: 18px; }
  .Join .JO_3 .win .box div.mm h5 { font-size: 14px; line-height: 30px; }
  .Join .JO_3 .win .box div.mm p { font-size: 12px; line-height: 24px; }
  .Respon .Res_tit span { font-size: 20px; }
  .Respon .Res_tit em { font-size: 12px; }
  .Respon .Res_1 .Res_mian .res_txt h4 { font-size: 16px; }
  .Respon .Res_1 .Res_mian .res_txt h4:before { width: 24px; }
  .Respon .Res_1 .Res_mian .res_txt h6 { padding: 0 24%; }
  .Respon .Res_1 .Res_mian .res_txt p { font-size: 12px; }
  .Respon .Res_2 .Res_mian ul li { padding-left: 90px; }
  .Respon .Res_2 .Res_mian ul li > div { padding: 5px 0; font-size: 16px; line-height: 24px; }
  .Respon .Res_2 .Res_mian ul li > i { width: 80px; height: 80px; }
  .Respon .Res_2 .Res_mian ul li > i em { width: 30px; height: 30px; margin-bottom: 0; }
  .Respon .Res_2 .Res_mian ul li > i span { font-size: 12px; line-height: 16px; }
  .Product_x .prx_tit { font-size: 16px; line-height: 20px; }
  .Product_x .prx_tit i { font-size: 20px; margin-right: 6px; }
  .Product_x .prx_1 .sci_box .sci_bd > div { height: 300px; }
  .Product_x .prx_1 .prxx_txt > div h4 { font-size: 18px; }
  .Product_x .prx_1 .prxx_txt > div p { font-size: 12px; }
  .Product_x .prx_1 .prxx_txt > div h6 a { width: 120px; height: 36px; line-height: 36px; font-size: 12px; }
  .Product_x .prx_1 .prxx_form form { width: 96%; padding: 3%; }
  .Product_x .prx_1 .prxx_form form em { top: 5px; right: 5px; font-size: 24px; }
  .Product_x .prx_1 .prxx_form form span { font-size: 12px; }
  .Product_x .prx_1 .prxx_form form h4 { font-size: 16px; }
  .Product_x .prx_1 .prxx_form form input[type='text'] { height: 36px; font-size: 14px; line-height: 20px; }
  .Product_x .prx_1 .prxx_form form textarea { height: 100px; margin-bottom: 10px; font-size: 14px; line-height: 20px; }
  .Product_x .prx_1 .prxx_form form input[type='button'] { height: 40px; font-size: 14px; }
  .Product_x .prx_2 .prx_mian { font-size: 12px; }
  .Product_x .prx_3 .prx_mian .pr_txt span { font-size: 12px; }
  .About .about_tit span { font-size: 18px; }
  .About .about_tit em { font-size: 12px; }
  .About .Ab_1 .ab_mian > div { width: 50%; padding: 3% 0 3% 15%; text-align: left !important; box-sizing: border-box; }
  .About .Ab_1 .ab_mian > div span { font-size: 30px; line-height: 30px; }
  .About .Ab_1 .ab_mian > div span i { font-size: 12px; }
  .About .Ab_1 .ab_mian > div em { font-size: 12px; }
  .About .Ab_3 .ab_mian span { width: 50%; margin-bottom: 3%; }
  .About .Ab_3 .ab_mian i { width: 80px; height: 80px; }
  .About .Ab_3 .ab_mian em { font-size: 16px; }
  .About .Ab_3 .ab_mian b { font-size: 12px; }
  .About .Ab_4 .ab_mian > button { width: 20px; height: 40px; }
  .About .Ab_4 .ab_mian > button:before { font-size: 12px; }
  .About .Ab_4 .ab_mian > button:after { width: 40px; }
  .About .Ab_4 .ab_mian .ab_li { height: 300px; }
  .About .Ab_4 .ab_mian .ab_li .ab_img { width: 120px; height: 120px; margin-left: -60px; }
  .About .Ab_4 .ab_mian .ab_li .ab_img:before { height: 30px; }
  .About .Ab_4 .ab_mian .ab_li .ab_txt span { font-size: 26px; }
  .About .Ab_4 .ab_mian .ab_li .ab_txt em { font-size: 16px; line-height: 24px; }
  .About .Ab_4 .ab_mian .ab_li:nth-child(odd) .ab_img:before { top: calc(100% + 5px); }
  .About .Ab_4 .ab_mian .ab_li:nth-child(odd) .ab_txt:before { bottom: calc(100% + 12px); }
  .About .Ab_4 .ab_mian .ab_li:nth-child(even) .ab_img:before { bottom: calc(100% + 5px); }
  .About .Ab_4 .ab_mian .ab_li:nth-child(even) .ab_txt:before { top: calc(100% + 5px); }
  .About .Ab_5 .ab_mian > button { width: 20px; height: 40px; }
  .About .Ab_5 .ab_mian > button:before { font-size: 12px; }
  .About .Ab_5 .ab_mian > button:after { width: 40px; }
  .About .Ab_5 .ab_mian .ab_li .ab_txt { font-size: 14px; }
  .About .Ab_6 .ab_mian > button { width: 20px; height: 40px; }
  .About .Ab_6 .ab_mian > button:before { font-size: 12px; }
  .About .Ab_6 .ab_mian > button:after { width: 40px; }
  .About .Ab_6 .ab_mian .in_li > div { width: 25%; height: 100px; }
  .Search_x .sea_tit:before { width: 40px; }
  .Search_x .sea_tit h4 { font-size: 42px; }
  .Search_x .sea_tit h5 { font-size: 14px; }
  .Search_x .sea_mian > ul > li h4 { font-size: 14px; }
  .Search_x .sea_mian > ul > li p { height: 40px; font-size: 12px; line-height: 20px; } }
@media (max-width: 420px) { .logo a { height: 24px; }
  .head_button { right: 40px; }
  .head_button .language > a { width: 30px; font-size: 12px; }
  .head_button .search > i { width: 30px; }
  .head_button .share a { width: 30px; }
  .push-nav { width: 40px; }
  .banner { height: 150px; }
  .content .sub_banner { height: 150px; } }

  @media (max-width: 350px) { .logo a { height: 18px; }}

/*# sourceMappingURL=style.css.map */
.page{
  text-align: center;margin:20px auto;width:100%;
}
.page .pagination{
  margin:20px auto;
}
.page a,
.page span{
  float: left;
  width: 30px;
  height: 30px;
  margin-left: -1px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #5e5e5e;
}
.page a{
  border: 1px #e5e5e5 solid;
}
.page a.a1{
  width: 72px;
}
.page a.a1 b{
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.page .text{
  float: left;
  border: 1px #e5e5e5 solid;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  color: #5e5e5e;
}
.page .submit{
  width: 45px;
  height: 32px;
  border: 1px #e5e5e5 solid;
  float: left;
  font-size: 14px;
  background: none;
  color: #5e5e5e;
}