 /*header start*/
.header{width: 100%;height: auto;}
.header_box{width: 100%;height: 100px;display: flex;justify-content: space-between;align-items: center;}
.logo{width: 125px;height: auto;display: block;}
.logo img{width: 100%;height: auto;display: block;}
.header_right_box{width: 916px;height: 100%;display: flex;justify-content: space-between;align-items: center;}
.nav_box{width: 770px;height: auto;display: flex;justify-content: space-between;}
.nav_box li{position: relative;}
.nav_box li h2{display: block;line-height: 100px;font-size: 18px;color: #444444;position: relative;}
.nav_box li h2:after{content: "";display: block;width: 1px;height: 12px;background: #434343;position: absolute; right: -20px;top: 50%;margin-top: -6px;}
.nav_box li:nth-last-of-type(1) h2:after{display: none;}
.header_language_box{width: 110px;height: 38px;position: relative;}
.header_language_list{width: 100%;height: 100%;border: 1px solid #000000;border-radius: 5px;}
.header_language_list a{width: 100%;height: 100%;display: flex;justify-content: space-around;align-items: center;font-size: 14px;color: #444444;}
.header_language_list a img{width: 12px;height: auto;display: block;}
.header_language_list a:hover{color: #0068b7;}
.header_language_english{width: 100%;height: 100%;position: absolute;left: 0px;bottom: -38px;border: 1px solid #000000;border-radius: 0px 0px 5px 5px;border-top: none;line-height: 38px;display: none;background: #FFFFFF;z-index: 9999;}
.header_language_english a{color: #444444;font-size: 14px;padding-left: 17px;}
.header_language_box:hover .header_language_english{display: block;}
.header_language_english a:hover{color: #0068b7;}
.nav_list_box{width: 230px;height: auto;border-top: 6px solid rgba(49,49,49,0.9);position: absolute;top: 100px;left: 50%;transform: translateX(-50%);display: none;z-index:9999;}
.nav_list_box:before{content: "";display: block;width: 21px;height: 16px;background: url(../image/nav_list_icon.png) no-repeat center center;position: absolute;left: 50%;transform: translateX(-50%);top: -16px;}
.nav_list2_box{width: 100%;height: auto;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.22);position: absolute;left: 0px;top: 0px;background: #313131;}
.nav_list2_box li{width: 100%;height: 49px;line-height: 49px;background: #313131;position: initial;cursor: pointer;}
.nav_list2_box li h3{line-height: 49px;font-size: 16px;width: 100%;height: 100%;display: block;}
.nav_list2_box li h3 a{color: #FFFFFF;position: relative;display: block;width: 100%;height: 100%;text-align: center;}
.nav_list2_box li.on h3 a{color: #0068b7;background: rgba(255,255,255,0.9);}
.nav_list2_box li h3 a:hover{color: #0068b7;background: rgba(255,255,255,0.9);}
.nav_list2_box1{left: 227%;}
.nav_list2_box1:before{left: 34%;}
.navlist3_content{width: 360px;height: auto;position: absolute;left: 230px;top: 0px;}
.navlist3_content_list{width: 100%;height: auto;display: none;}
.nav_list3_box{width: 100%;height: 520px;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.22);background: #f5f5f5;z-index: 22;}
.nav_list3_box dd h4{font-size: 16px;color: #444444;line-height: 49px;position: relative;display: block;width: 100%;height: 100%;}
.nav_list3_box dd h4 a{display: block;width: 333px;height: 100%;color: #444444;padding-left: 27px;position: relative;line-height:40px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.nav_list3_box dd.on h4{background: #FFFFFF;}
.nav_list3_box dd.on h4 a:before{content: "";width: 4px;height: 30px;background: #565656;left: 0px;top: 50%;margin-top: -15px;position: absolute;}
.nav_list3_box dd h4 a:hover{background: #FFFFFF;}
.nav_list3_box dd h4 a:hover:before{content: "";width: 4px;height: 30px;background: #565656;left: 0px;top: 50%;margin-top: -15px;position: absolute;}
.navlist4_content{width: 611px;height: auto;position: absolute;left: 360px;top: 0px;}
.navlist4_content_list{width: 100%;height: auto;display: none;}
.nav_list4_box{width: 611px;height: 520px;box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.22);background: #FFFFFF;z-index: 11;}
.nav_list4_top{width: 100%;height: 372px;border-bottom: dashed 1px #e1e1e1;}
.nav_list4_top_box{width: 100%;height: 322px;overflow: hidden;overflow-y: auto;}
.nav_list4_top_box a{display: flex;font-size: 14px;color: #444444;text-align: center;margin-top: 10px;height: 30px;line-height: 30px;justify-content: flex-start;align-items: center;padding: 0px 15px; position: relative;float: left;}
.nav_list4_top_box a img{width: 22px;height: auto;display: block;margin-left: 5px;display: none;}
.nav_list4_top_box a:hover{color: #0068b7;}
.nav_list4_top_box a.hot img{display: block;}
.nav_list4_center_box{width: 100%;height: auto;padding: 15px 0px;}
.nav_list4_center_box a{font-size: 14px;color: #0068b7;text-align: right;padding-right: 24px;display: block;}
.nav_list4_bottom{width: 574px;height: auto;margin: 0px auto;display: flex;justify-content: space-between;}
.nav_list4_bottom li{width: 260px;height: auto;margin-top: 19px;line-height: normal;background: none;}
.nav_list4_bottom li a{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.nav_list4_bottom li a img{width: 150px;height: auto;display: block;}
.nav_list4_bottom_div{width: 96px;height: auto;}
.nav_list4_bottom_div p{font-size: 14px;color: #666666;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;display: block;width: 100%;line-height: normal;}
.nav_list4_bottom_div span{display: block;width: 80px;height: 30px;background: #0068b7;color: #FFFFFF;font-size: 14px;text-align: center;line-height: 30px;margin-top: 10px;}
.nav_box li .nav_list4_bottom_div h2{color: #444;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;display: block;width: 100%;line-height: normal;}
.nav_list3_box dd:hover .nav_list4_box{display: block;}
.nav_list2_box li:hover .nav_list3_box{display: block;}
.nav_box li:hover .nav_list_box{display: block;}
.nav_box li:nth-of-type(2) .nav_list_box{width: 1200px;}
.nav_box li:nth-of-type(2) .nav_list2_box{width: 230px;height: 520px;}
.nav_box li:nth-of-type(3) .nav_list_box{width: 1200px;}
.nav_box li:nth-of-type(3) .nav_list2_box{width: 230px;height: 520px;background: #313131;}
.nav_box li:nth-of-type(2) .nav_list2_box li h3 a{width: 195px;padding-left: 35px;text-align: left;}
.nav_box li:nth-of-type(3) .nav_list2_box li h3 a{width: 195px;padding-left: 35px;text-align: left;}
.header_m_right{justify-content: flex-start;align-items: center;display: none;}
.header_m_right li:nth-of-type(1){width: 5vw;height: auto;}
.header_m_right li:nth-of-type(2){width: 7vw;height: auto;margin-left: 8.3vw;}
.header_m_right li img{width: 100%;height: auto;display: block;}
/*header end*/
/*banner start*/
.banner{width: 100%;height: auto;}
.banner img{width: 100%;height: auto;display: block;}
.banner_m{width: 100%;height: auto;display: none;}
.banner_m img{width: 100%;height: auto;display: block;}
/*banner end*/
/*content start*/
.content{width: 100%;height: auto;}
.index_services_box{width: 100%;height: auto;padding: 70px 0px;}
.index_title_box{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;}
.index_title_box span{display: block;width: 66px;height: 22px;background: url(../image/web_icon.png) no-repeat;}
.index_title_box span:nth-of-type(1){background-position:  -251px -58px;margin-right: 33px;}
.index_title_box span:nth-of-type(2){background-position:  -579px -58px;margin-left: 33px;}
.index_title_center h2{font-size: 34px;text-align: center;color: #333333;}
.index_title_center p{font-size: 14px;color: #333333;text-align: center;}
.index_services_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 27px;}
.index_services_ul li{width: 230px;height: auto;position: relative;background: #444444;margin-top: 12px;perspective: 800px;}
.index_services_ul_top{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;z-index: 1}
.index_services_ul_top p{width: 182px;height: auto;display: block;margin: 0px auto;margin-top: 25px;font-size: 14px;color: #FFFFFF;text-align: justify;line-height: 24px;opacity: 0;transition: all 2s;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;  -webkit-box-orient: vertical; }
.index_services_ul_top span{display: block;width: 49px;height: 26px;background: url(../image/web_icon.png) no-repeat -725px -56px;margin: 0px auto;margin-top: 30px;transition: all 2s;}
.index_services_ul_bottom{width: 100%;height: 100%;position: relative;transition: transform 0.6s;transform-origin: bottom;z-index: 2;}
.index_services_ul_bottom img{width: 100%;height: auto;display: block;}
.index_services_ul_bottom_div{width: 180px;height: 132px;background: rgba(0,0,0,0.4);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.index_services_ul_bottom_div h2{width: 200px;height: 95px;background: url(../image/index_fwly_bg.png) no-repeat center center;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);line-height: 95px;text-align: center;font-size: 18px;color: #FFFFFF;font-weight: bold;}
.index_services_ul li:hover .index_services_ul_bottom{transform: rotateX(70deg);transition: transform 0.6s;}
.index_services_ul li:hover .index_services_ul_top p{opacity: 1;}
.index_services_ul li:hover .index_services_ul_top span{opacity: 1;}
.index_kysl_box{width: 100%;height: auto;padding: 58px 0px 83px;background: url(../image/index_kysl_bg.jpg) no-repeat center center;background-size: cover;}
.index_title_boxs{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;}
.index_title_boxs span{display: block;width: 66px;height: 22px;background: url(../image/web_icon.png) no-repeat;}
.index_title_boxs span:nth-of-type(1){background-position:  -251px -103px;margin-right: 33px;}
.index_title_boxs span:nth-of-type(2){background-position:  -579px -103px;margin-left: 33px;}
.index_title_centers h2{font-size: 34px;text-align: center;color: #FFFFFF;}
.index_title_centers p{font-size: 14px;color: #FFFFFF;text-align: center;}
.index_kysl_content{width: 100%;height: auto;padding-top: 28px;}
.index_kysl_content p{font-size: 18px;color: #FFFFFF;text-align: justify;text-indent: 2em;line-height: 30px;}
.index_kysl_content_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 40px;}
.index_kysl_content_ul li{padding-bottom: 30px;position: relative;}
.index_kysl_content_ul li:before{content: "";display: block;width: 165px;height: 1px;background: #FFFEFE;position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);}
.index_kysl_content_ul li h2{text-align: center;font-size: 20px;color: #fffefe;}
.index_kysl_content_ul li h2 span{font-size: 48px;color: #fffefe;}
.index_kysl_content_ul li p{font-size: 20px;color: #FFFEFE;text-align: center;margin-top: 10px;}
.index_kysl_content_ul li:after{content: "";display: block;width: 1px;height: 120px;background: #FFFEFE;right: -45px;position: absolute;top: 0px;}
.index_kysl_content_ul li:nth-last-of-type(1):after{display: none;}
.index_news_box{width: 100%;height: auto;padding: 70px 0px;}
.index_news_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 29px;}
.index_news_ul li{width: 395px;height: auto;position: relative;margin-top: 10px;}
.index_news_ul li:nth-of-type(1),.index_news_ul li:nth-of-type(2){width: 595px;}
.index_news_ul li img{width: 100%;height: auto;display: block;}
.index_news_ul_div{width: 100%;height: 60px;position: absolute;left: 0px;bottom: 0px;background: rgba(0,0,0,0.5);display: flex;justify-content: space-around;align-items: center;}
.index_news_ul_div p{display: block;width: 70%;height: 100%;line-height: 60px;font-size:18px;color: #FFF;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.index_news_ul li:nth-of-type(1) p,.index_news_ul li:nth-of-type(2) p{font-size: 24px;}
.index_news_ul_div span{display: block;width: 13px;height: 25px;background: url(../image/web_icon.png) no-repeat -854px -57px;}
.index_weipu_fgs_box{width: 100%;height: auto;padding-bottom: 70px;}
.index_weipu_fgs_content{width: 100%;height: auto;margin-top: 40px;}
.index_weipu_fgs_div{width: 100%;height: auto;position: relative;}
.index_weipu_fgs_div img{width: 100%;height: auto;display: block;}
.index_weipu_fgs_div_box{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;background: rgba(0,0,0,0.3);transition: all 0.6s;}
.index_weipu_fgs_div_box h2{display: block;width: 130px;height: 50px;background: rgba(0,0,0,0.4);position: absolute;left:50%;top: 50%;transform: translate(-50%,-50%);text-align: center;line-height: 50px;color: #FFFFFF;font-size: 18px;}
.index_weipu_fgs_content_sw .swiper-slide:hover .index_weipu_fgs_div_box{background: rgba(0,0,0,0);}
.index_weipu_fgs_content_sw .swiper-wrapper{-webkit-transition-timing-function: linear; /*涔嬪墠鏄痚ase-out*/-moz-transition-timing-function: linear;-ms-transition-timing-function: linear;-o-transition-timing-function: linear;transition-timing-function: linear;}
/*鏂版潗鏂�*/
.main_links_box{width: 100%;height: auto;padding-top: 35px;color: #444444;}
.main_links_box a{color: #444444;}
.xcl_fwxm_box{width: 100%;height: auto;padding: 70px 0px;}
.xcl_fwxm_title{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: flex-end;}
.xcl_fwxm_title h2{font-size: 50px;color: #d6dee2;font-weight: bold;margin-right: 36px;line-height: 46px;}
.xcl_fwxm_title h2 span{display: block;font-size: 40px;font-weight: normal;}
.xcl_fwxm_title h3{font-size: 24px;color: #333333;font-weight: bold;}
.xcl_fwxm_ul_box{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 19px;}
.xcl_fwxm_ul_box li{width: 290px;height: auto;position: relative;margin-top: 17px;overflow: hidden;margin-left: 13px;}
.xcl_fwxm_ul_box li:nth-of-type(4n+1){margin-left: 0px;}
.xcl_fwxm_ul_box li img{width: 100%;height: auto;display: block;}
.xcl_fwxm_ul_div{width: 100%;height: 100%;background: rgba(0,0,0,0.75);position: absolute;left: 0px;top: 324px;transition: all 0.6s;}
.xcl_fwxm_ul_div h2{display: block;width: 100%;height: 56px;line-height: 56px;color: #FFFFFF;text-align: center;transition: all 0.6s;font-size: 16px;}
.xcl_fwxm_ul_div p{display: block;width: 217px;height: auto;margin: 0px auto;margin-top: 35px;font-size: 14px;color: #FFFFFF;text-align: justify;line-height: 24px;}
.xcl_fwxm_ul_div span{display: block;width: 120px;height: 35px;border-radius: 18px;background: #0068b7;display: flex;justify-content: center;align-items: center;position: absolute;left: 25px;bottom: 70px;color: #FFFFFF;}
.xcl_fwxm_ul_div span img{width: 14px;height: auto;display: block;margin-right: 10px;}
.xcl_fwxm_ul_box li:hover .xcl_fwxm_ul_div{top: 0px;}
.xcl_fwxm_ul_box li:hover .xcl_fwxm_ul_div h2{width: 92%;margin:0px auto;margin-top: 30px;line-height:normal;}
.xcl_jj_box{width: 100%;height: auto;background: url(../image/xcl_jsfw_bg.jpg) no-repeat center bottom;}
.xcl_jj_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.xcl_jj_content_left{width: 618px;height: auto;}
.xcl_jj_content_left_txt{width: 100%;height: auto;margin-top: 134px;}
.xcl_jj_content_left_txt p{color: #444444;text-align: justify;line-height: 30px;}
.xcl_jj_content_right{width: 550px;height: auto;}
.xcl_jj_content_right img{width: 100%;height: auto;display: block;}
.xcl_choose_us_box{width: 100%;height: auto;padding: 70px 0px;}
.xcl_choose_us_title{font-size: 30px;color: #333333;text-align: center;}
.xcl_choose_us_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 30px;}
.xcl_choose_us_ul li{width:285px;height: auto;position: relative;border: solid 1px #e1e1e1;padding-bottom: 59px;cursor: pointer;}
.xcl_choose_us_ul li a{display: block;width: 100%;height: 100%;}
.xcl_choose_us_ul li img{width: 100%;height: auto;display: block;}
.xcl_choose_us_ul li h2{font-size: 18px;color: #0068b7;text-align: center;margin-top: 24px;}
.xcl_choose_us_ul li p{display: block;width: 232px;height: auto;text-align: justify;line-height: 24px;color: #444444;font-size: 15px;margin: 0px auto;margin-top: 30px;}
.xcl_choose_us_ul li:after{display: block;content: "";width: 131px;height: 9px;background: #0068b7;position: absolute;left: 50%;bottom: 0px;transform: translateX(-50%);}
.xcl_choose_us_ul li:hover{box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.35);}
.xcl_news_box{width: 100%;height: auto;padding: 70px 0px;background: #f7fbfc;}
.xcl_news_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.xcl_news_content_left{width: 430px;height: auto;}
.xcl_news_content_left_news{width: 100%;height: auto;padding-top: 35px;}
.xcl_news_content_left_news span{display: block;font-size: 14px;color: #999999;}
.xcl_news_content_left_news h2{font-size: 24px;color: #404448;margin-top: 20px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.xcl_news_content_left_news img{width: 100%;height: auto;display: block;margin-top: 40px;}
.xcl_news_content_right{width: 650px;height: auto;}
.xcl_news_content_right_butn{display: flex;justify-content: flex-end;width: 100%;height: auto;}
.xcl_news_content_right_butn li{width: 115px;height: 44px;background: #FFFFFF;color: #444444;text-align: center;line-height: 44px;box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.19);margin-right: 7px;cursor: pointer;}
.xcl_news_content_right_butn li:nth-last-of-type(1){margin-right: 0px;}
.xcl_news_content_right_butn li a{display: block;width: 100%;height: 100%;color: #444444;}
.xcl_news_content_right_butn li.on{background: #0068b7;color: #FFFFFF;}
.xcl_news_content_right_butn li.on a{color: #FFFFFF;}
.xcl_news_content_right_content{width: 100%;height: auto;margin-top: 64px;}
.xcl_news_content_right_content_list{width: 100%;height: auto;display: none;}
.xcl_news_content_right_content_list_ul{width: 100%;height: auto;}
.xcl_news_content_right_content_list_ul li{width: 650px;height: auto;padding: 15px;}
.xcl_news_content_right_content_list_ul li span{display: block;width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;font-size: 13px;color: #999999;}
.xcl_news_content_right_content_list_ul li span img{width: 13px;height: auto;display: block;margin-right: 14px;}
.xcl_news_content_right_content_list_ul li h2{color: #444444;font-size: 18px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;margin-top: 9px;font-weight: bold;}
.xcl_news_content_right_content_list_ul li strong{display: block;font-weight: normal;font-size: 14px;color: #999999;width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;margin-top: 25px;}
.xcl_news_content_right_content_list_ul li strong img{width: 15px;height: auto;display: block;margin-left: 28px;}
.xcl_news_content_right_content_list_ul li:hover{border: solid 2px #0068b7;background: #FFFFFF;}
.xcl_news_content_right_content_list_ul li:hover h2{color: #0068b7;}
/*鏂版潗鏂欎笁绾ч〉闈�*/
.xcl_detial_box{width: 100%;height: auto;padding: 70px 0px;}
.xcl_detial_ul{width: 100%;height: auto;display: table;}
.xcl_detial_ul li{width: 100%;height: auto;background: url(../image/xcl_content_bg.jpg) no-repeat center bottom;clear: both;display: table;margin-top: 80px;}
.xcl_detial_ul li img{width: 620px;height: auto;display: block;float: left;}
.xcl_detial_ul_div{width: 580px;height: auto;float: right;padding: 0px 50px;}
.xcl_detial_title{width: 100%;height: auto;}
.xcl_detial_title h2{font-size: 50px;font-weight: bold;color: #e7e9eb;line-height: 50px;}
.xcl_detial_title h2 span{display: block;font-weight: normal;}
.xcl_detial_ul_div_content{width: 100%;height: auto;}
.xcl_detial_ul_div_content h2{font-size: 30px;color: #444444;margin-top: 90px;font-weight: bold;}
.xcl_detial_ul_div_content span{display: block;width: 85px;height: 4px;background: #0068b7;margin-top: 15px;}
.xcl_detial_ul_div_content p{font-size: 15px;color: #666;text-align: justify;line-height: 30px;margin-top: 30px;}
.xcl_detial_ul_div_content a{display: block;width: 110px;height: 40px;border: solid 1px #0068b7;color: #0068b7;text-align: center;line-height: 40px;margin-top: 62px;}
.xcl_detial_ul li:nth-of-type(1){margin-top: 0px;}
.xcl_detial_ul li:nth-of-type(even) img{float: right;}
.xcl_detial_ul li:nth-of-type(even) .xcl_detial_ul_div{float: left;}
/*鏂伴椈鍒楄〃*/
.news_content_box{width: 100%;height: auto;padding: 70px 0px;}
.news_title_box{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;}
.news_title_box span{display: block;width: 100px;height: 1px;background: #333333;}
.news_title_box h2{font-size: 36px;color: #333333;margin: 0px 50px;}
.news_list_box{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 18px;}
.news_list_box li{width: 395px;height: auto;padding-bottom: 26px;margin-top: 30px;margin-left: 7px;;}
.news_list_box li:hover{box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 20%);}
.news_list_box li:nth-of-type(3n+1){margin-left: 0px;}
.news_list_box li img{width: 100%;height: auto;display: block;}
.news_list_box li h2{width: 351px;height: auto;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;text-align: center;margin: 0px auto;margin-top: 20px;font-size: 16px;}
.news_list_box li p{width: 351px;height: auto;display: block;margin: 0px auto;font-size: 14px;color: #333333;text-align: justify;line-height: 24px;margin-top: 25px;overflow: hidden;text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 3;  -webkit-box-orient: vertical; }
.news_pages_box{width: 100%;height: auto;display: flex;justify-content: center;margin-top: 60px;}
.news_pages_box li{width: 50px;height: 45px;border: 1px solid #e1e1e1;border-right: none;}
.news_pages_box li a{display: block;width: 100%;height: 100%;color: #333333;line-height: 45px;text-align: center;}
.news_pages_box li:hover a{background: #f15a28;color: #FFFFFF;}
.news_pages_box li:nth-of-type(1){width: 130px;margin-right: 25px;border-right: 1px solid #e1e1e1;}
.news_pages_box li:nth-last-of-type(1){width: 130px;margin-left: 25px;border-right: 1px solid #e1e1e1;text-align: center;line-height:45px;}
.news_pages_box li:nth-last-of-type(2){border-right: 1px solid #e1e1e1;}
.news_pages_box li.thisclass{width: 50px;height: 45px;text-align: center;line-height:45px;background: #f15a28;color: #FFFFFF;}
.news_detial_box{width: 100%;height: auto;padding: 70px 0px;}
.news_detial_top{width: 100%;height: auto;}
.news_detial_top h2{font-size: 30px;color: #333333;text-align: center;}
.news_detial_top span{text-align: center;font-size: 14px;color: #666666;margin-top: 35px;margin-bottom: 11px;}
.news_detial_top p{font-size: 14px;color: #333;text-align: justify;line-height: 24px;margin-top: 24px;text-indent: 2em;}
.news_detial_top img{display: block;margin: 0px auto;margin-top: 30px;}
.news_pages_box li.active{border: none;text-align: center;line-height:45px;}
/*寰氨姒傝*/
.about_gsjj_box{width: 100%;height: auto;padding: 60px 0px;}
.about_gsjj_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 35px;}
.about_gsjj_content_left{width: 462px;height: auto;}
.about_gsjj_content_left img{width: 100%;height: auto;display: block;}
.about_gsjj_content_right{width: 688px;height: auto;}
.about_gsjj_content_right p{color: #444444;line-height: 24px;text-align: justify;margin-top: 14px;}
.about_gsjj_content_right p:nth-of-type(1){margin-top: 0px;}
.about_gsjj_title{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;}
.about_gsjj_title span{display: block;width: 100px;height: 1px;background: #333333;}
.about_gsjj_title h2{font-size: 36px;color: #333333;font-weight: bold;margin: 0px 47px;}
.about_sj_box{width: 100%;height: 303px;clear: both;display: flex;justify-content: center;align-items: center;}
.about_sj_content{width: 971px;height: 303px;display: flex;align-items: center;margin: 0px auto;}
.about_sj_content_ul{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.about_sj_content_ul li{width: 288px;height: auto;text-align: center;height: 60px;display: flex;align-items: center;flex-direction: column;border-right: 1px solid #FFFFFF;}
.about_sj_content_ul li p{font-size: 18px;color: #FFFFFF;text-align: center;}
.about_sj_content_ul li h2{font-size: 24px;color: #FFFFFF;text-align: center;}
/*.about_sj_content_ul li:nth-last-of-type(1) p{display: none;}*/
.about_sj_content_ul li:nth-of-type(1),.about_sj_content_ul li:nth-of-type(2),.about_sj_content_ul li:nth-of-type(3){margin-bottom: 68px;}
.about_sj_content_ul li:nth-of-type(3),.about_sj_content_ul li:nth-of-type(6){border-right: none;}
.about_sj_content_ul li:hover p{font-size: 22px;}
.about_sj_content_ul li:hover h2{font-size: 30px;color: #ff8519;}
.about_fzlc_box{width: 100%;height: auto;padding: 60px 0px;}
.about_fzlc_ul{width: 1191px;height: auto;margin-top: 60px;display: table;position: relative;}
.about_fzlc_ul li{width: 547px;height: auto;position: relative;float: left;clear: both;}
.about_fzlc_ul_div{width: 429px;height: auto;float: left;}
.about_fzlc_ul_div p{color: #666666;text-align: justify;line-height: 24px;}
.about_fzlc_ul li span{display: block;width: 101px;height: 101px;background: url(../image/about_fzlc_bg.png) no-repeat center center;font-size: 22px;color: #FFFFFF;font-weight: bold;text-align: center;line-height: 101px;float: right;position: absolute;right: 0px;top: 50%;transform: translateY(-50%);}
.about_fzlc_ul:after{content: "";display: block;width: 1px;height: 100%;background: #0068b7;position: absolute;left: 50%;transform: translateX(-50%);top: 30px;}
.about_fzlc_ul li:nth-of-type(even){float: right;clear: both;}
.about_fzlc_ul li:nth-of-type(even) span{left: 0px;float: left;}
.about_fzlc_ul li:nth-of-type(odd):after{content:"";display: block;width: 19px;height: 19px;background: url(../image/about_fzlc_icon.png) no-repeat center center;background-size: 19px;position: absolute;right: -57px;top: 20px;z-index: 999;}
.about_fzlc_ul li:nth-of-type(even) .about_fzlc_ul_div{float: right;}
.about_lab_content_box{width: 1050px;height: auto;margin: 0px auto;margin-top: 37px;}
.about_labory_box{width: 100%;height: auto;padding-bottom: 60px;}
.about_lab_content_top_sw_img{width: 100%;height: auto;position: relative;}
.about_lab_content_top_sw_img img{width: 100%;height: auto;display: block;}
.about_lab_content_top_sw_img h2{display: block;width: 100%;height: 60px;background: rgba(0,0,0,0.5);display: flex;justify-content: center;align-items: center;font-size: 20px;color: #FFFFFF;position: absolute;left: 0px;bottom: 0px;}
.about_lab_content_bottom_sw_img img{width: 100%;height: auto;display: block;}
.about_lab_content_bottom_sw_img h2{display: block;width: 100%;height: 34px;background: rgba(0,0,0,0.5);display: flex;justify-content: center;align-items: center;font-size: 16px;color: #FFFFFF;position: absolute;left: 0px;bottom: 0px;}
.about_lab_content_bottom_sw_left,.about_lab_content_bottom_sw_right{width: 40px;height: 40px;outline: none;}
.about_lab_content_bottom_sw_left{background: url(https://www.weipugroup.com/templets/default/images/about_lab_left.png) no-repeat center center;left: -50px;}
.about_lab_content_bottom_sw_right{background: url(https://www.weipugroup.com/templets/default/images/about_lab_right.png) no-repeat center center;right: -50px;}
.about_lab_content_bottom{width: 100%;height: auto;margin-top: 50px;position: relative;}
.about_lab_content_top_sw_img{width: 100%;height: auto;position: relative;}
.about_lab_content_top_sw_img img{width: 100%;height: auto;display: block;}
.about_lab_content_top_sw_img h2{display: block;width: 100%;height: 60px;background: rgba(0,0,0,0.5);display: flex;justify-content: center;align-items: center;font-size: 20px;color: #FFFFFF;position: absolute;left: 0px;bottom: 0px;}
.about_lab_content_bottom_sw_img img{width: 100%;height: auto;display: block;}
.about_lab_content_bottom_sw_img h2{display: block;width: 100%;height: 34px;background: rgba(0,0,0,0.5);display: flex;justify-content: center;align-items: center;font-size: 14px;color: #FFFFFF;position: absolute;left: 0px;bottom: 0px;}
.about_lab_content_bottom_sw_left,.about_lab_content_bottom_sw_right{width: 54px;height: 54px;outline: none;}
.about_lab_content_bottom_sw_left{background: url(../image/about_ryzz_left.png) no-repeat center center;left: -74px;}
.about_lab_content_bottom_sw_right{background: url(../image/about_ryzz_right.png) no-repeat center center;right: -74px;}
.about_lab_content_bottom_sw .swiper-slide-thumb-active{border: 2px solid #0068b7;}
.about_lab_content_bottom_sw_lefts,.about_lab_content_bottom_sw_rights{width: 54px;height: 54px;outline: none;}
.about_lab_content_bottom_sw_lefts{background: url(../image/about_ryzz_left.png) no-repeat center center;left: -74px;}
.about_lab_content_bottom_sw_rights{background: url(../image/about_ryzz_right.png) no-repeat center center;right: -74px;}
.about_lab_content_bottom_sw2 .swiper-slide-thumb-active{border: 2px solid #0068b7;}
/*寰氨浜烘枃*/
.wprw_gshj_box{width: 100%;height: auto;padding: 60px 0px;}
.wprw_gshj_content{width: 100%;height: auto;margin-top: 34px;}
.wprw_gshj_content_list{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 15px;}
.wprw_gshj_content_list:nth-of-type(1){margin-top: 0px;}
.wprw_gshj_content_list_left{width: 50px;height: 160px;background: #0068b7;display: flex;justify-content: center;align-items: center;}
.wprw_gshj_content_list_left h2{display: block;width: 24px;color: #FFF;height: auto;}
.wprw_gshj_content_list_right{width: 1110px;height: auto;display: flex;justify-content: space-between;}
.wprw_gshj_content_list_right li{width: 360px;height: auto;}
.wprw_gshj_content_list_right li img{width: 100%;height: auto;display: block;}
.wprw_ygfz_box{width: 100%;height: auto;padding-bottom: 60px;}
.wprw_ygfz_content{width: 1043px;height: auto;margin: 0px auto;margin-top: 17px;}
.wprw_ygfz_content img{width: 100%;height: auto;display: block;}
.wprw_ygpx_box{width: 100%;height: auto;padding-bottom: 60px;}
.wprw_ygpx_title{width: 1200px;height: 55px;background: #0070c1;font-size: 24px;color: #FFFFFF;text-align: center;line-height: 55px;}
.wprw_ygpx_content{width: 1118px;height: auto;margin: 0px auto;margin-top: 50px;}
.wprw_ygpx_content img{width: 100%;height: auto;display: block;}
.wprw_ygfl_content{width: 100%;height: auto;background-size: cover;}
.wprw_ygfl_box{width: 100%;height: auto;padding: 42px 0px 57px 0px;margin-top: 47px;}
.wprw_ygfl_title{width: 100%;height: auto;position: relative;}
.wprw_ygfl_title h2{font-size: 16px;color: #525254;text-align: center;}
.wprw_ygfl_title a{display: block;font-size: 16px;color: #0070c1;padding-bottom: 5px;border-bottom: 1px solid #0070c1;position: absolute;right: 44px;top: 0px;font-weight: bold;}
.wprw_ygfl_ul{width: 820px;height: auto;display: table;margin: 0px auto;margin-top: 80px;}
.wprw_ygfl_ul li{width: 360px;height: auto;padding: 10px 0px;box-shadow: 0px 4px 5px 0px rgba(127, 127, 135, 0.45);border-radius: 10px;float: left;}
.wprw_ygfl_ul li:nth-of-type(even){float: right;}
.wprw_ygfl_ul li p{font-size: 14px;color: #FFFFFF;text-align: center;line-height: 24px;}
.wprw_ygfl_ul li:nth-of-type(even) p{color: #444444;}
.wprw_ygfl_ul li:nth-of-type(1){background: #f7a463;}
.wprw_ygfl_ul li:nth-of-type(2){background: #e1e1e1;padding-bottom: 24px;}
.wprw_ygfl_ul li:nth-of-type(3){background: #448aca;margin-left: -59px;margin-top: 18px;position: relative;z-index: 999;}
.wprw_ygfl_ul li:nth-of-type(4){background: #dcdcdc;margin-right: 52px;margin-top: -13px;position: relative;z-index: 999;padding: 24px 0px;}
.wprw_ygfl_ul li:nth-of-type(5){background: #8cbe73;position: relative;padding-top: 29px;margin-top: -25px;clear: both;margin-left: 37px;}
.wprw_ygfl_ul li:nth-of-type(6){background: #e1e1e1;position: relative;padding-top: 27px;margin-top: -15px;margin-right: -25px;padding-bottom: 21px;z-index: 99;}
.wprw_ygfl_ul li:nth-of-type(7){background: #648dc5;position: relative;padding-top: 23px;margin-top: 6px;margin-left: -10px;padding-bottom: 25px;clear: both;z-index: 99;}
.wprw_ygfl_ul li:nth-of-type(8){background: #d1d1d1;position: relative;padding-top: 28px;margin-top: -94px;margin-right: 18px;padding-bottom: 18px;z-index: 88;clear: both;}
.wprw_ygfc_box{width: 100%;height: auto;padding: 60px 0px;}
.wprw_ygfc_ul{width: 100%;height: auto;}
.wprw_ygfc_ul li{width: 100%;height: auto;margin-top: 60px;}
.wprw_ygfc_ul li h2{font-size: 24px;color: #444444;text-align: center;}
.wprw_ygfc_ul_div{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 30px;}
.wprw_ygfc_ul_div img{display: block;}
/*浼佷笟瀹ｄ紶鍝�*/
.qyxcp_video_box{width: 100%;height: auto;padding: 60px 0px;}
.qyxcp_video_content{width: 100%;height: auto;margin-top: 40px;}
.qyxcp_video_content video{width: 100%;height: auto;object-fit: fill;cursor: pointer;}
.qyxcp_more{display: block;width: 140px;height: 40px;border: solid 1px #0068b7;font-size: 18px;color: #0068b7;text-align: center;line-height: 40px;margin: 0px auto;margin-top: 43px;}
.qyxcp_xcc_box{width: 100%;height: auto;padding-bottom: 60px;}
.qyxcp_xcc_ul{width: 100%;height: auto;margin-top: 9px;}
.qyxcp_xcc_ul li{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 40px;}
.qyxcp_xcc_ul li a:nth-of-type(1){font-size: 18px;color: #444444;display: block;padding-bottom: 5px;border-bottom: 1px solid #444444;}
.qyxcp_xcc_ul li a:nth-of-type(2){display: block;font-size: 18px;color: #0068b7;padding-bottom: 5px;text-align: center;border-bottom: 1px solid #0068b7;}
.qyxcp_xcc_ul li a:hover{color: #f15a28;border-bottom-color: #f15a28;}
.qyxcp_more:hover{color: #f15a28;border-color: #f15a28;}
/*鎷涜搐绾冲＋*/
.zxns_box{width: 100%;height: auto;padding: 60px 0px;}
.zxns_content_box{width: 100%;height: auto;padding: 29px 25px;background: #f5f5f5;}
.zxns_content_ul{width: 100%;height: auto;padding-left: 40px;padding-right: 110px;background: #FFFFFF;}
.zxns_content_ul li{width: 100%;height: auto;padding-bottom: 30px;border-bottom: 1px solid #d4d4d4;padding-top: 50px;}
.zxns_content_ul li:nth-last-of-type(1){border-bottom: none;}
.zxns_content_ul li h2{font-size: 18px;color: #444444;font-weight: bold;}
.zxns_content_ul_div{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;margin-top: 40px;}
.zxns_content_ul_div p{display: block;padding: 0px 28px;border-right: 1px solid #d4d4d4;line-height: 25px;color: #444444;}
.zxns_content_ul_div p:nth-of-type(1){padding-left: 0px;}
.zxns_content_ul_div p:nth-last-of-type(1){padding-right: 0px;border-right: none;}
.zxns_detial_content{width: 100%;height: auto;padding: 0px 40px;background: #FFFFFF;padding-bottom: 92px;}
.zxns_detial_content_top{width: 100%;height: auto;padding-top: 55px;}
.zxns_detial_content_top h2{font-size: 20px;color: #444444;text-align: center;font-weight: bold;}
.zxns_detial_content_bottom{width: 100%;height: auto;}
.zxns_detial_content_bottom h2{font-size: 16px;color: #444444;font-weight: bold;margin-top: 42px;margin-bottom: 15px;}
.zxns_detial_content_bottom p{font-size: 16px;color: #444444;text-align: justify;line-height: 60px;}
/*鍏ㄥ浗鍒嗘敮*/
.qgfz_box{width: 100%;height: auto;padding: 60px 0px;}
.qgfz_ul_box{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.qgfz_ul_box li{width: 590px;height: auto;}
.qgfz_ul_box li a{margin-top: 48px;display: flex;justify-content: flex-start;align-items: flex-start;width: 100%;height: auto;}
.qgfz_ul_box li img{width: 210px;height: auto;display: block;}
.qgfz_ul_right{margin-left: 19px;}
.qgfz_ul_right h2{font-size: 24px;color: #0b5d8c;font-weight: bold;}
.qgfz_ul_right p{font-size: 14px;color: #666666;line-height: 24px;}
.qgfz_ul_box li:nth-last-of-type(1) .qgfz_ul_right p{display: none;}
.qgfz_ul_box li:nth-last-of-type(1) .qgfz_ul_right h2{display: block;padding-bottom: 4px;border-bottom: 1px solid #ed6d46;color: #ed6d46;}
/*绀句細濯掍綋*/
.shmt_box{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.shmt_box li{display: flex;justify-content: flex-start;align-items: center;width: 35%;margin-top: 37px;}
.shmt_box li img{width: 196px;height: auto;display: block;box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);}
.shmt_box li h2{font-size: 18px;color: #444444;margin-left: 24px;}
.shmt_box li:nth-of-type(1),.shmt_box li:nth-of-type(2){margin-top: 0px;}
/*鍥涚骇椤甸潰璇︽儏*/
.siji_detial_box{width: 100%;height: auto;padding: 70px 0px;}
.siji_detial_content{width: 100%;height: auto;}
.siji_detial_content_top{width: 100%;height: auto;padding-bottom: 28px;border-bottom: 2px solid #e1e1e1;}
.siji_detial_content_top h2{font-size: 40px;color: #444444;font-weight: bold;}
.siji_detial_content_top p{color: #444444;text-align: justify;line-height: 24px;margin-top: 30px;}
.siji_detial_content_bottom{width: 100%;height: auto;margin-top: 40px;position: relative;}
.siji_detial_content_bottom_left{width: 850px;height: auto;}
.siji_detial_content_bottom_left img{width: 100%;height: auto;display: block;}
.siji_detial_content_bottom_left h3{font-size: 24px;color: #444444;font-weight: bold;margin-top: 45px;}
.siji_detial_content_bottom_left p{color: #444444;text-align: justify;line-height: 24px;margin-top: 30px;}
.siji_detial_content_bottom_right{width: 310px;height: auto;position: absolute;right: 0px;top: 0px;background: #FFFFFF;}
.siji_detial_content_bottom_right_top{width: 100%;height: auto;padding: 26px;padding-bottom: 40px;background: #f8f8f8;}
.siji_detial_content_bottom_right_top p{color: #666666;line-height: 30px;text-align: justify;}
.siji_detial_content_bottom_right_top_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 35px;}
.siji_detial_content_bottom_right_top_ul li{width: 120px;height: 45px;background: #0068b7;}
.siji_detial_content_bottom_right_top_ul li:nth-last-of-type(2){background: #f15a28;}
.siji_detial_content_bottom_right_top_ul li a{display: block;width: 100%;height: 100%;font-size: 18px;color: #FFFFFF;text-align: center;line-height: 45px;}
.siji_detial_content_bottom_right_bottom{width: 100%;height: auto;padding: 20px;}
.siji_detial_content_bottom_right_bottom h2{font-size: 18px;color: #666666;margin-bottom: 20px;}
.siji_detial_content_bottom_right_bottom p{color: #666666;line-height: 30px;padding-left: 26px;position: relative;display: block;}
.siji_detial_content_bottom_right_bottom p:before{content: "";display: block;width: 18px;height: 16px;background: url(../image/siji_detial_icon.png) no-repeat center center;background-size: 18px 16px;position: absolute;left: 0px;top: 50%;margin-top: -8px;}
.siji_detial_content_bottom_right.on{position: fixed;right: 12.1%;top: 0;}
/*content end*/
/*footer start*/
.footer{width: 100%;height: auto;padding: 63px 0px 32px 0px;background: #484848;}
.footer_top_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.footer_logo_box{width: 191px;height: auto;padding-right: 50px;position: relative;}
.footer_logo_box img{width: 100%;height: auto;display: block;}
.footer_logo_box:after{content: "";width: 2px;height: 188px;background: url(../image/web_icon.png) no-repeat -390px -403px;position: absolute;right: 0px;top: 50%;transform: translateY(-50%);}
.footer_top_nav{width: 447px;height: auto;display: flex;justify-content: space-between;}
.footer_top_nav_div{width: 290px;height: auto;display: flex;justify-content: space-around;flex-wrap: wrap;}
.footer_top_nav li h2{font-size: 18px;color: #FFF;text-align: center;margin-bottom: 40px;}
.footer_top_nav a{display: block;width: 100%;height: auto;display: block;text-align: center;line-height: 45px;color: #FFF;}
.footer_top_nav_div a{width: 50%;line-height: 36px;}
.footer_top_right{width: 454px;height: auto;}
.footer_top_right_lxfs{width: 100%;height: auto;}
.footer_top_right_lxfs li{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;color: #FFFFFF;margin-top: 10px;}
.footer_top_right_lxfs li:nth-of-type(1){margin-top: 0px;}
.footer_top_right_lxfs li span{display: block;width: 40px;height: 40px;background: url(../image/web_icon.png) no-repeat;}
.footer_top_right_lxfs li:nth-of-type(1) span{background-position: -110px -395px;}
.footer_top_right_lxfs li:nth-of-type(2) span{background-position: -160px -395px;}
.footer_top_right_alinks{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}
.footer_top_right_alinks li{width: 23%;margin-left: 10px;margin-top: 10px;}
.footer_top_right_alinks li:nth-of-type(4n+1){margin-left: 0px;}
.footer_top_right_alinks li a{display: flex;justify-content: space-between;align-items: center;width: 100%;color: #FFFFFF;}
.footer_top_right_alinks li span{display: block;width: 40px;height: auto;}
.footer_top_right_alinks li span img{width: 100%;height: auto;display: block;}
.footer_last{width: 100%;height: auto;padding-top: 27px;border-top: 1px solid #595959;margin-top: 33px;color: #FFFFFF;text-align: center;}
.footer_last a{color: #FFFFFF;}
.right_online_box{width: 10.8vw;height: auto;position: fixed;z-index: 9999;right: 1.3vw;bottom: 9.3vw;display: none;}
.right_online_box li{width: 100%;height: 10.8vw;background: #FFFFFF;border-radius: 50%;box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);margin-top: 2vw;display: flex;justify-content: center;align-items: center;}
.right_online_box li a{display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;}
.right_online_box li img{display: block;width: 5.3vw;height: auto;}
/*footer end*/
.right_online{width: 86px;height: auto;position: fixed;top: 50%;transform: translateY(-50%);right: 3px;z-index: 9999;}
.right_online li{width: 100%;height: auto;position: relative;margin-top:10px;}
.right_online li:nth-of-type(1){margin-top:0px;}
.right_online li img{width: 100%;height: auto;display: block;z-index: 99;position: relative;}
.right_online li img:nth-of-type(2){display: none;}
.right_online_div{width: 0px;height: 90px;background: #fef0eb;border-radius: 9px;position: absolute;right: 3px;top: 3px;z-index: 11;font-size: 20px;color: #f15a28;line-height: 90px;text-indent: 1.5em;transition: all 0.6s;overflow: hidden;}
.right_online li:hover img:nth-of-type(2){display: block;}
.right_online li:hover img:nth-of-type(1){display: none;}
.right_online li:hover .right_online_div{width: 260px;}
.right_list_ewm_box{width: 150px;height: 139px;background:url(../image/right_online_ewm_list_bg.jpg.png) no-repeat;background-size: 150px 180px;position: absolute;left: -150px;top: -16px;display: none;}
.right_list_ewm_box img{width: 128px !important;height: auto;margin-left:7px;margin-top:7px;display: block !important;}
.right_list_ewm_box p{display: block;width: 100%;height: auto; padding: 0px 13px 0px 4px;font-size: 12px;color: #fff;text-align: center;margin-top:10px;}
.right_online li:hover .right_list_ewm_box{display: block;}

/*绔欑偣鍦板浘*/
.zdit_box{width: 100%;height: auto;padding: 70px 0px;}
.zdit_top{width: 100%;height: auto;padding-bottom: 8px;border-bottom: 1px solid #e5e5e5;display: flex;justify-content: space-between;align-items: center;}
.zdit_left{font-size: 24px;font-weight: bold;color: #333333;}
.zdit_right{display: flex;justify-content: flex-start;}
.zdit_right a{display: block;color: #333333;margin-left: 15px;width: 80px;height: 30px;border: 1px solid #e5e5e5;text-align: center;line-height: 30px;}
.zdit_right a:hover{color: #0068b7;border-color: #0068b7;}
.zdit_right a.on{color: #0068b7;border-color: #0068b7;}
.zddt_box{width: 100%;height: auto;}
.zddt_box li{width: 100%;height: auto;padding: 50px 0px;border-bottom: 1px solid #E5E5E5;}
.zddt_box li:nth-last-of-type(1){border-bottom: none;padding-bottom: 0px;}
.zddt_div_nav1{font-size: 24px;color: #FFFFFF;font-weight: bold;padding:0px 32px;height: 30px;line-height: 30px;text-align: center;background: #0068B7;border-radius: 0px 15px 15px 0px;display: initial;}
.zddt_div_nav1 a{color: #fff;}
.zddt_div_nav2{width: 100%;height: auto;}
.zddt_div_nav2 a{font-size: 20px;color: #333333;font-weight: bold;border-bottom: 1px solid #e5e5e5;margin-top: 30px;display: block;width: 100%;padding-bottom: 18px;}
.zddt_div_nav2 a:hover{color: #0068b7;}
.zddt_div_nav3{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.zddt_div_nav3 a{display: initial;width: auto;font-weight: normal;border: none;padding: 0;margin-top: 20px;color: #666666;margin-right: 20px;font-size: 14px;}
/*鍝嶅簲寮忛儴鍒�*/
@media (max-width: 1199px) {
	.content_WH{width: 92%;}
	/*header*/
	.header_right_box{width: 750px;}
	.nav_box{width: 615px;}
	.nav_box li h2:after{display: none;}
	.nav_box li:nth-of-type(2) .nav_list_box{width: 910px;}
	.nav_box li:nth-of-type(2) .nav_list2_box{width: 173px;}
	.nav_box li:nth-of-type(2) .nav_list2_box li h3 a{width: 153px;padding-left: 20px}
	.navlist3_content{left: 173px;}
	.navlist4_content{width: 377px;}
	.nav_list4_box{width: 100%;}
	.nav_list4_bottom{width: 94%;}
	.nav_list4_bottom li{width: 48.5%;}
	.nav_list4_bottom li a img{width: 45%;}
	.nav_list4_bottom_div{width: 45%}
	.nav_box li .nav_list4_bottom_div h2{font-size: 16px;}
	/*footer */
	.footer_top_box{flex-wrap: wrap;justify-content: flex-start;}
	.footer_top_nav{width: 547px;}
	.footer_top_nav_div{width: 404px;}
	.footer_top_right{width: 100%;}
	.footer_top_right_alinks li{width: 13%;}
	/*right_online*/
	.right_online{width: 55px;}
	.right_online_div{height: 100%;display: flex;align-items: center;top: 0px;}
	/*index.html start*/
	.index_services_ul li{width: 19.5%;}
	.index_services_ul_bottom_div{width: 92%;}
	.index_services_ul_bottom_div h2{width: 92%;background: none;}
	.index_services_ul_top p{width: 92%;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
	.index_services_ul_top span{margin-top:5px;}
	.index_services_box{padding: 40px 0px;}
	.index_kysl_box{padding: 40px 0px;}
	.index_kysl_content_ul li:before{width: 100%;}
	.index_kysl_content_ul li h2 span{font-size: 40px;}
	.index_kysl_content_ul li:after{display: none;}
	.index_news_ul li{width: 296px;}
	.index_news_ul li:nth-of-type(1), .index_news_ul li:nth-of-type(2){width: 48.5%;}
	.index_news_box{padding: 40px 0px;}
	/*index.html end*/
	/*xclly.html*/
	.xcl_fwxm_box{padding: 40px 0px;}
	.xcl_fwxm_title h2{font-size: 35px;}
	.xcl_jj_content_left{width: 497px;}
	.xcl_jj_content_right{width: 386px;}
	.xcl_choose_us_ul li{width: 220px;padding-bottom:35px;}
	.xcl_choose_us_ul li p{width: 90%;margin-top:15px;}
	.xcl_choose_us_box{padding: 40px 0px;}
	.xcl_news_box{padding: 40px 0px;}
	.xcl_news_content_left{width: 48.5%;}
	.xcl_news_content_right{width: 48.5%}
	.xcl_news_content_right_content_list_ul li{width: 100%;}
	/*涓夌骇椤甸潰*/
	.xcl_detial_box{padding: 40px 0px;}
	.xcl_detial_ul li img{width: 48.5%;}
	.xcl_detial_ul_div{width: 48.5%;}
	.xcl_detial_ul_div_content a{margin-top: 25px;}
	.xcl_detial_ul_div_content p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
	/*鍥涚骇椤甸潰*/
	.siji_detial_box{padding: 40px 0px;}
	.siji_detial_content_bottom_right.on{right: 0px;}
	.siji_detial_content_bottom_left{width: 585px;}
	/*寰氨姒傝*/
	.about_gsjj_box{padding: 40px 0px;}
	.about_gsjj_content_left{width: 48.5%;}
	.about_gsjj_content_right{width: 48.5%;}
	.about_fzlc_box{padding: 40px 0px;}
	.about_fzlc_ul{width: 100%;}
	.about_fzlc_ul li{width: 447px;}
	.about_fzlc_ul_div{width: 342px;}
	.about_fzlc_ul li:nth-of-type(odd):after{right: -19px;}
	.about_lab_content_box{width: 100%;}
	.about_lab_content_bottom_sw_left{display: none;}
	.about_lab_content_bottom_sw_lefts{display: none;}
	.about_lab_content_bottom_sw_right{display: none;}
	.about_lab_content_bottom_sw_rights{display: none;}
	/*寰氨浜烘枃*/
	.wprw_gshj_box{padding: 40px 0px;}
	.wprw_gshj_content_list{flex-wrap: wrap;}
	.wprw_gshj_content_list_left{width: 100%;height: auto;}
	.wprw_gshj_content_list_left h2{width: 100%;text-align: center;}
	.wprw_gshj_content_list_right{width: 100%;}
	.wprw_gshj_content_list_right li{width: 295px;}
	.wprw_ygfz_content{width: 100%;}
	.wprw_ygpx_title{width: 100%;}
	.wprw_ygpx_content{width: 100%;}
	.wprw_ygfz_box{padding-bottom: 40px;}
	.wprw_ygfc_box{padding: 40px 0px;}
	.wprw_ygfc_ul li{margin-top:30px;}
	.wprw_ygfc_ul_div img{width: 32%;}
	/*鏂伴椈*/
	.news_content_box{padding: 40px 0px;}
	.news_list_box li{width: 299px;}
	.news_list_box li h2{width: 100%;}
	.news_list_box li p{width: 100%;}
	/*鏂伴椈璇︽儏*/
	.news_detial_box{padding: 40px 0px;}
	/*浼佷笟瀹ｄ紶鍝�*/
	.qyxcp_video_box{padding: 40px 0px;}
	.qyxcp_xcc_box{padding-bottom: 40px;}
	/*绀句氦濯掍綋*/
	.qgfz_box{padding: 40px 0px}
	.shmt_box li{width: 48.5%;}
	/*鍏ㄥ浗鍒嗘敮*/
	.qgfz_ul_box li{width: 48.5%;}
	/*鎷涜仒*/
	.zxns_box{padding: 40px 0px;}
	.zxns_content_box{width: 100%;}
	.zxns_content_ul{width: 100%;}


}
@media (max-width: 990px) {
	.header_right_box{display: none;position: absolute;width: 100%;left: 0px;top: 13.4vw;z-index: 9999;height: calc(100% - 13.3vw);background: #fff;overflow: hidden;overflow-y: auto;}
	.header_m_right{display: flex;}
	.header_box{height: 13.4vw;}
	.nav_box{width: 100%;display: block;}
	.nav_box li h2{line-height: 9.8vw;text-align: center;}
	.header_language_box{position: absolute;right: 4%;top: 0px;}
	.nav_list2_box{width: 100%;position: relative;}
	.nav_list2_box1:before{left: 50%;}
	.nav_list_box{width: 100%;position: relative;transform: none;left: 0px;top: 0px;}
	.nav_box li:nth-of-type(2) .nav_list_box{width: 100%;position: relative;transform: none;left: 0px;top: 0px;}
	.nav_box li:nth-of-type(2) .nav_list2_box{width: 100%;position: relative;}
	.nav_box li:nth-of-type(2) .nav_list2_box li h3 a{width: 100%;padding-left: 0px;text-align: center;}
	.nav_box li:nth-of-type(3) .nav_list_box{width: 100%;position: relative;transform: none;left: 0px;top: 0px;}
	.nav_box li:nth-of-type(3) .nav_list2_box{width: 100%;position: relative;}
	.nav_box li:nth-of-type(3) .nav_list2_box li h3 a{width: 100%;padding-left: 0px;text-align: center;}
	.navlist3_content{display: none;}
	.logo{width: 13vw;}
	.index_services_ul_top p{-webkit-line-clamp: 2;margin-top:15px;}
	.index_kysl_content_ul li h2 span{font-size: 20px;}
	.index_kysl_content_ul li p{font-size: 16px;}
	.index_news_ul li{width: 48.5%;}
	.index_news_ul li:nth-last-of-type(1){display: none;}
	.footer_top_nav{width: 68%;}
	.footer_top_right_alinks li{width: 15%;}
	.footer_top_nav li:nth-of-type(1){width: 68%}
	.footer_top_nav li{width: 32%;}
	.footer_top_nav_div{width: 100%;}
	.footer_last{font-size: 14px;}
	/*xclly.html*/
	.xcl_fwxm_ul_box li{width: 32%;}
	.xcl_fwxm_ul_box li{width: 23.6%;}
	.xcl_fwxm_ul_div h2{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
	.xcl_fwxm_ul_div p{width: 90%;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;margin-top:0px;}
	.xcl_fwxm_ul_box li:hover .xcl_fwxm_ul_div h2{margin-top:5px;}
	.xcl_fwxm_ul_div span{bottom: 20px;}
	.xcl_fwxm_ul_div{top: 77%;}
	.xcl_jj_content_left{width: 48.5%;}
	.xcl_jj_content_right{width: 48.5%;}
	.xcl_fwxm_title{display: block;}
	.xcl_fwxm_title h2{padding-top: 2%;display: block;}
	.xcl_jj_content_left_txt{margin-top:19px;}
	.xcl_choose_us_ul li{width: 24.8%;}
	.xcl_detial_ul_div_content h2{margin-top:6%;font-size: 25px;}
	/*鍥涚骇椤甸潰*/
	.siji_detial_content_bottom_left{width: 55%;}
	/*寰氨姒傝*/
	.about_gsjj_content{display: block;}
	.about_gsjj_content_left{width: 462px;margin:0px auto;}
	.about_gsjj_content_right{width: 100%;margin-top:30px;}
	.about_fzlc_ul_div{width: 67%;}
	.about_fzlc_ul li{width: 50%;}
	.about_fzlc_ul li span{right: 2%;}
	.about_fzlc_ul li:nth-of-type(even) span{left: 2%;}
	.about_fzlc_ul li:nth-of-type(odd):after{right: -3%;top: 40%;}
	.about_fzlc_ul:after{height: 100%;top: 0px;}
	.about_fzlc_ul li:nth-of-type(even){clear: none;margin-top:5%;}
	.about_fzlc_ul{margin-top: 40px;}
	.about_sj_content{width: 100%;}
	/*寰氨浜烘枃*/
	.wprw_gshj_content_list_right li{width: 32%;}
	.wprw_ygfl_ul{width: 100%;}
	.wprw_ygfl_ul li{width: 43%;}
	.wprw_ygfc_ul_div img{height: 100%;}
	/*鏂伴椈*/
	.news_list_box li{width: 32%;padding-bottom: 2%;margin-top:2%;}
	/*绀句氦濯掍綋*/
	.shmt_box li{display: block;}
	.shmt_box li img{margin:0px auto;}
	.shmt_box li h2{margin-left: 0px;text-align: center;margin-top:18px;}
	/*鍏ㄥ浗鍒嗘敮*/
	.qgfz_ul_box li a{display: block;}
	.qgfz_ul_box li img{margin:0px auto;}
	.qgfz_ul_right{margin-left: 0px;width: 100%;}
	.qgfz_ul_right h2{text-align: center;margin-top:15px;margin-bottom:15px;}
	.qgfz_ul_right p{text-align: center;}
}
@media(max-width: 768px){
	.logo{width: 21vw;}
	.nav_box li h2{line-height:20vw;}
	.banner{display: none;}
	.banner_m{display: block;}
	.index_title_box span{display: none;}
	.index_services_ul{margin-top:3.8vw;}
	.index_services_ul li{margin-top:1.5vw;}
	.index_services_box{padding: 8vw 0px;}
	.index_title_center h2{font-size: 4.8vw;font-weight: bold;}
	.index_title_center p{font-size: 3.2vw;}
	.index_services_ul li{width: 48.5%;}
	.index_services_ul_top p{-webkit-line-clamp: 3;margin-top:5vw;}
	.index_services_ul_bottom_div{height: 33vw;}
	.index_services_ul_bottom_div h2{font-size: 4.2vw;}
	.index_title_boxs span{display: none;}
	.index_kysl_box{padding: 8vw 0px;}
	.index_title_centers h2{font-size: 4.8vw;font-weight: bold;}
	.index_title_centers p{font-size: 3.2vw;}
	.index_kysl_content{padding-top: 6.8vw;}
	.index_kysl_content p{font-size: 3.2vw;line-height:5.8vw;}
	.index_kysl_content_ul{margin-top:5.3vw;flex-wrap: wrap;}
	.index_kysl_content_ul li{padding-bottom: 3.8vw;width: 48.5%;margin-top: 3.8vw;}
	.index_kysl_content_ul li:nth-of-type(1),.index_kysl_content_ul li:nth-of-type(2),.index_kysl_content_ul li:nth-of-type(3){width: 32%;}
	.index_kysl_content_ul li h2{font-size: 4.8vw;}
	.index_kysl_content_ul li p{font-size: 3.2vw;margin-top: 2.8vw;}
	.index_news_box{padding: 8vw 0px;}
	.index_news_ul{margin-top: 5.8vw;}
	.index_news_ul_div{height: 8vw;}
	.index_news_ul_div p{line-height:8vw;font-size: 3.2vw;width: 92%;}
	.index_news_ul li:nth-of-type(1) p, .index_news_ul li:nth-of-type(2) p{font-size: 3.2vw;}
	.index_news_ul_div span{display: none;}
	.index_weipu_fgs_box{padding-bottom: 8vw;}
	.index_weipu_fgs_content{margin-top: 5.8vw;}
	.footer{padding:8vw 0px;}
	.right_online{display: none;}
	.footer_logo_box:after{display: none;}
	.footer_top_box{display: block;}
	.footer_logo_box{padding: 0;margin:0px auto;width: 33vw;}
	.footer_top_nav{width: 100%;margin-top: 5.8vw}
	.footer_top_nav li h2{margin-bottom: 3.8vw;font-size: 4.8vw;font-weight: bold;}
	.footer_top_nav_div a{font-size: 3.2vw;line-height:6.2vw;}
	.footer_top_nav a{font-size: 3.2vw;line-height:6.2vw;}
	.footer_top_right_lxfs{margin-top:5.8vw;}
	.footer_top_right_lxfs li{font-size: 3.8vw;}
	.footer_top_right_alinks li a{font-size: 3.8vw;}
	.footer_top_right_alinks li{margin-left: 5vw;width:29%;}
	.footer_top_right_alinks li:nth-of-type(3n+1){margin-left:0px;}
	.footer_last{padding-top:5.8vw;font-size: 3.2vw;margin-top:5vw;}
	.right_online_box{display: block;}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{display: none;}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{display: none;}
	/*xclly.html*/
	.main_links_box{padding-top:5vw;font-size: 3.8vw;}
	.xcl_fwxm_box{padding: 8vw 0px;}
	.xcl_fwxm_title h2{font-size: 5.8vw;font-weight: bold;line-height:5.8vw;}
	.xcl_fwxm_title h2 span{font-size: 5.8vw;font-weight: bold;}
	.xcl_fwxm_title h3{font-size: 4.8vw;}
	.xcl_fwxm_ul_box{margin-top:1.8vw;justify-content: space-between;}
	.xcl_fwxm_ul_box li{width: 48.5%;margin-top:3.2vw;margin-left:0px;}
	.xcl_fwxm_ul_div{top: 84%;}
	.xcl_fwxm_ul_div span{width: 32vw;height: 10vw;font-size: 3.2vw;bottom: 5.5vw;}
	.xcl_fwxm_ul_div h2{padding: 0px 1.2vw;font-size: 3.2vw;line-height:10vw;height: 10vw;}
	.xcl_fwxm_ul_div p{font-size: 3.2vw;}
	.xcl_jj_content{flex-wrap: wrap;}
	.xcl_jj_content_left{width: 100%;}
	.xcl_jj_content_right{width: 100%;margin-top:3.5vw;}
	.xcl_choose_us_title{font-size: 4.8vw;font-weight: bold;}
	.xcl_choose_us_box{padding: 8vw 0px;}
	.xcl_choose_us_ul{margin-top:1.5vw;}
	.xcl_choose_us_ul li{width: 48.5%;padding-bottom: 5%;margin-top:3.5vw;}
	.xcl_news_box{padding: 8vw 0px;}
	.xcl_news_content{flex-wrap: wrap;}
	.xcl_news_content_left{width: 100%;height: auto;}
	.xcl_news_content_left_news{padding-top:5.3vw;}
	.xcl_news_content_left_news span{font-size: 3.2vw;}
	.xcl_news_content_left_news h2{font-size: 4.2vw;}
	.xcl_news_content_left_news img{margin-top:3.2vw;}
	.xcl_news_content_right{width: 100%;}
	.xcl_news_content_right_butn{margin-top:5.2vw;justify-content: space-between;}
	.xcl_news_content_right_butn li{width: 32vw;height: 8.8vw;line-height:8.8vw;font-size: 3.2vw;}
	.xcl_news_content_right_content{margin-top:5.2vw;}
	.xcl_jj_content_left_txt{margin-top:3.5vw;}
	.xcl_jj_content_left_txt p{font-size: 3.5vw;line-height:5.8vw;}
	.xcl_choose_us_ul li h2{font-size: 4.2vw;font-weight: bold;margin-top: 3.2vw;}
	.xcl_choose_us_ul li p{font-size: 3.2vw;line-height:5.8vw;margin-top:2.8vw;}
	.xcl_choose_us_ul li:after{width: 33vw;height: 1vw;}
	.xcl_news_content_right_content_list_ul li{padding: 3.5vw;}
	.xcl_news_content_right_content_list_ul li span{font-size: 3.2vw;}
	.xcl_news_content_right_content_list_ul li h2{font-size: 4.8vw;margin-top:1.5vw;}
	.xcl_news_content_right_content_list_ul li strong{font-size: 3.2vw;margin-top:2.8vw;}
	/*涓夌骇椤甸潰*/
	.xcl_detial_box{padding: 8vw 0px;padding-top: 2.2vw;}
	.xcl_detial_ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.xcl_detial_ul li{width: 48.5%;margin-top:5.8vw;display: block;}
	.xcl_detial_ul li:nth-of-type(1){margin-top:5.8vw;}
	.xcl_detial_ul li img{float: none;width: 100%;}
	.xcl_detial_ul li:nth-of-type(even) img{float: none;}
	.xcl_detial_ul_div{float: none;width: 100%;padding: 3.2vw;padding-top: 0px;}
	.xcl_detial_ul li:nth-of-type(even) .xcl_detial_ul_div{float: none;}
	.xcl_detial_ul_div_content h2{font-size: 4.8vw;font-weight: bold;text-align: center;margin-top:3.2vw;}
	.xcl_detial_ul_div_content span{width: 26vw;height: 0.6vw;margin:0px auto;margin-top:3.2vw;}
	.xcl_detial_ul_div_content p{font-size: 3.2vw;margin-top:3.2vw;line-height:5.8vw;}
	.xcl_detial_ul_div_content a{width: 28vw;height: 10vw;line-height:10vw;margin:0px auto;margin-top:3.2vw;font-size: 3.2vw;}
	/*鍥涚骇椤甸潰*/
	.siji_detial_content_bottom_right{display: none;}
	.siji_detial_box{padding: 8vw 0px;}
	.siji_detial_content_top h2{font-size: 4.8vw;text-align: center;}
	.siji_detial_content_top p{font-size: 3.2vw;margin-top:3.2vw;line-height:5.8vw;}
	.siji_detial_content_top{padding-bottom: 3.2vw;}
	.siji_detial_content_bottom_left{width: 100%;}
	.siji_detial_content_bottom{width: 100%;height: auto;margin-top:3.2vw;}
	.siji_detial_content_bottom_left h3{font-size: 4.8vw;margin-top:3.8vw;}
	.siji_detial_content_bottom_left p{font-size: 3.2vw;line-height:5.8vw;margin-top:3.2vw;}
	/*寰氨姒傝*/
	.about_gsjj_box{padding: 8vw 0px;}
	.about_gsjj_title span{width: 14vw;}
	.about_gsjj_title h2{font-size: 4.8vw;}
	.about_gsjj_content{margin-top: 5.3vw;}
	.about_gsjj_content_left{width: 100%;}
	.about_gsjj_content_right{margin-top: 5.3vw;}
	.about_gsjj_content_right p{font-size: 3.2vw;line-height:5.8vw;margin-top: 3.2vw;}
	.about_sj_box{height: auto;padding: 8vw 0px;background-size: cover; }
	.about_sj_content{height: auto;}
	.about_sj_content_ul li:nth-of-type(1), .about_sj_content_ul li:nth-of-type(2), .about_sj_content_ul li:nth-of-type(3){margin-bottom:0;}
	.about_sj_content_ul li{border-right: none;width: 48.5%;height: auto;margin-top:5vw;}
	.about_sj_content_ul li p{font-size: 3.2vw;}
	.about_sj_content_ul li h2{font-size: 4.8vw;}
	.about_sj_content_ul li:nth-of-type(1), .about_sj_content_ul li:nth-of-type(2){margin-top:0px;}
	.about_fzlc_box{padding: 8vw 0px;}
	.about_fzlc_ul:after{display: none;}
	.about_fzlc_ul{margin-top:5.2vw;}
	.about_fzlc_ul li:nth-of-type(odd):after{display: none;}
	.about_fzlc_ul li{width: 48.5%;padding-top: 101px;}
	.about_fzlc_ul_div{width: 100%;}
	.about_fzlc_ul li span{top: 0px;left: 50%;transform: translateX(-50%);}
	.about_fzlc_ul li:nth-of-type(even) span{margin-left:50%;}
	.about_fzlc_ul li:nth-of-type(even){margin-top:0px;}
	.about_fzlc_ul_div p{font-size: 3.2vw;line-height:5.8vw;}
	.about_lab_content_top_sw_img h2{font-size: 4.8vw;height: 10vw;line-height:10vw;}
	.about_labory_box{padding-bottom: 8vw;}
	.about_lab_content_bottom_sw_img h2{font-size: 3.2vw;height: 8vw;line-height:8vw;}
	.about_lab_content_bottom{margin-top:5.2vw;}
	.about_lab_content_box{margin-top:5.2vw;}
	/*寰氨浜烘枃*/
	.wprw_gshj_box{padding: 8vw 0px;}
	.wprw_gshj_content{margin-top:5.2vw;}
	.wprw_gshj_content_list_left h2{font-size: 4.8vw;line-height:10vw;}
	.wprw_gshj_content_list_left{height: 10vw;}
	.wprw_gshj_content_list_right{flex-wrap: wrap;}
	.wprw_gshj_content_list_right li{width: 48.5%;}
	.wprw_gshj_content_list_right li:nth-of-type(1){width: 100%;margin-bottom:3.2vw;}
	.wprw_ygfz_box{padding-bottom: 8vw; }
	.wprw_ygpx_title{font-size: 4.8vw;height: 8vw;line-height:8vw;}
	.wprw_ygfl_box{margin-top:0px;padding: 8vw 0px;}
	.wprw_ygfl_title h2{font-size: 4.2vw;text-align: left;}
	.wprw_ygfl_title a{font-size: 3.2vw;right: 0px;}
	.wprw_ygfl_ul{margin-top:3.2vw;}
	.wprw_ygfl_ul li{width: 48.5%;padding: 1.5vw 0px;}
	.wprw_ygfl_ul li:nth-of-type(3){margin-left: 0px;margin-top:3.2vw;}
	.wprw_ygfl_ul li:nth-of-type(4){margin-top:3.2vw;padding: 1.5vw;margin-right:0px;}
	.wprw_ygfl_ul li:nth-of-type(5){margin-top:-7.8vw;margin-left: 0px;padding: 1.5vw;}
	.wprw_ygfl_ul li:nth-of-type(6){padding: 1.5vw;margin-top:3.2vw;margin-right:0px;}
	.wprw_ygfl_ul li:nth-of-type(8){padding: 1.5vw;margin-right:0px;margin-top: -24vw;}
	.wprw_ygfl_ul li:nth-of-type(7){padding: 1.5vw;margin-top:3.2vw;margin-left: 0px;}
	.wprw_ygfc_box{padding: 8vw 0px;}
	.wprw_ygfc_ul li{margin-top: 5.2vw;}
	.wprw_ygfc_ul li h2{font-size: 4.2vw;}
	.wprw_ygfc_ul_div{margin-top:5.2vw;flex-wrap: wrap;}
	.wprw_ygfc_ul_div img{width: 48.5%;}
	.wprw_ygfc_ul_div img:nth-of-type(1){width: 100%;margin-bottom:3.2vw;}
	/*鏂伴椈*/
	.news_content_box{padding: 8vw 0px;}
	.news_title_box span{width: 20vw;}
	.news_title_box h2{font-size: 4.8vw;}
	.news_list_box{margin-top:3.2vw;justify-content: space-between;}
	.news_list_box li{width: 48.5%;margin-left: 0px;padding-bottom: 5.3vw;}
	.news_list_box li h2{font-size: 4.2vw;margin-top:3.2vw;}
	.news_list_box li p{font-size: 3.2vw;line-height:5.8vw;margin-top:3.2vw;}
	.news_pages_box{margin-top:5.3vw;}
	.news_pages_box li:nth-of-type(1){width: 20vw;margin-right:3.2vw;}
	.news_pages_box li:nth-last-of-type(1){width: 20vw;}
	.news_pages_box li{width: 8vw;height: 8vw;font-size: 3.2vw;line-height:8vw;}
	.news_pages_box li.thisclass{width: 8vw;height: 8vw;font-size: 3.2vw;line-height:8vw;margin-right:0px;border-right: none;}
	.news_pages_box li a{line-height:8vw;}
	/*鏂伴椈璇︽儏*/
	.news_detial_box{padding: 8vw 0px;}
	.news_detial_top h2{font-size: 4.8vw;}
	.news_detial_top span{font-size: 3.2vw;margin:3.2vw 0px;}
	.news_detial_top img{width: 100%;margin-top:3.2vw;}
	.news_detial_top p{font-size: 3.2vw;margin-top:3.2vw;line-height:5.8vw;}
	/*浼佷笟瀹ｄ紶鍝�*/
	.qyxcp_video_box{padding: 8vw 0px;}
	.qyxcp_video_content{margin-top:5.3vw;}
	.qyxcp_more{width: 33vw;height: 10vw;font-size: 3.8vw;line-height:10vw;margin-top:5.3vw;}
	.qyxcp_xcc_ul li{margin-top:5vw;}
	.qyxcp_xcc_ul li a:nth-of-type(1){font-size: 3.2vw;}
	.qyxcp_xcc_ul li a:nth-of-type(2){font-size: 3.2vw;}
	.qyxcp_xcc_box{padding-bottom: 8vw;}
	/*绀句氦濯掍綋*/
	.qgfz_box{padding: 8vw 0px;}
	.shmt_box li{margin-top:5vw;}
	.shmt_box li img{width: 100%;}
	.shmt_box li h2{font-size: 3.8vw;}
	/*鍏ㄥ浗鍒嗘敮*/
	.qgfz_ul_box li img{width: 100%;}
	.qgfz_ul_box li a{margin-top:5.2vw;}
	.qgfz_ul_right h2{font-size: 4.8vw;margin:3.2vw 0px;}
	.qgfz_ul_right p{font-size: 3.2vw;line-height:5.8vw;}
	/*鎷涜仒*/
	.zxns_box{padding: 8vw 0px;}
	.zxns_content_box{padding: 5vw;}
	.zxns_content_ul{padding:0px 2vw;}
	.zxns_content_ul li{padding: 5vw 0px;}
	.zxns_content_ul li h2{font-size: 4.8vw;}
	.zxns_content_ul_div{margin-top:5vw;}
	.zxns_content_ul_div p{font-size: 3.2vw;padding: 0px 3.2vw;}
	.zxns_detial_content_top{padding-top: 5vw;}
	.zxns_detial_content_top h2{font-size: 4.8vw;}
	.zxns_content_ul_div{display: flex;justify-content: center;}
	.zxns_detial_content{padding: 0px 5vw;}
	.zxns_detial_content_bottom p{font-size: 3.2vw;line-height:5.8vw;}
	/*绔欑偣鍦板浘*/
	.zdit_box{padding: 8vw 0px;}
	.zdit_left{font-size: 4.8vw;}
	.zdit_top{padding-bottom: 2vw;}
	.zdit_right a{font-size: 15vw;height: 8vw;line-height: 8vw;font-size: 3.2vw;}
	.zddt_box li{padding: 5.8vw 0px;}
	.zddt_div_nav1{font-size: 4vw;padding: 0px 5vw;height: 10vw;line-height: 10vw;border-radius: 0px 5vw 5vw 0px;}
	.zddt_div_nav2 a{margin-top: 5vw;padding-bottom: 2vw;font-size: 3.8vw;}
	.zddt_div_nav3 a{font-size: 3.2vw;margin-top: 3.2vw;margin-right: 3.2vw;}
}