/*header start*/
.header_top_box{width: 100%;height: auto;}
.header_top_content{width: 100%;height: 70px;display: flex;justify-content: space-between;align-items: center;}
.header_top_content h2{font-size: 22px;color: #0068b7;}
.header_top_content_right{display: flex;justify-content: flex-end;align-items: center;}
.header_top_content_right_left{width: 314px;height: auto;display: flex;justify-content: space-between;align-items: center;}
.header_top_content_right_left a{display: flex;justify-content: flex-start;align-items: center;font-size: 18px;color: #0068b7;}
.header_top_content_right_left a img{width: 28px;height: auto;display: block;margin-right: 15px;}
.header_top_content_right_left span{display: block;width: 1px;height: 30px;background: #0068b7;}
.header_top_content_right_right{width: 288px;height: 54px;background: url(../images/header_top_phone_bg.png) no-repeat center center;background-size: 288px;height: 54px;display: flex;justify-content: flex-start;align-items: center;padding-left: 51px;font-size: 22px;color: #FFFFFF;font-weight: bold;margin-left: 13px;}
.header_top_content_right_right img{width: 29px;height: auto;display: block;margin-right: 14px;}
.header{width: 100%;height: 100px;background: #0068b7;transition: all 0.6s;}
.header_box{width: 100%;height: 100px;display: flex;justify-content: space-between;align-items: center;}
.header_box h1{display: block;width: 180px;height: auto;}
.header_box h1 img{width: 100%;height: auto;display: block;}
.header_box h1 img:nth-of-type(2){display: none;}
.header_nav_box{width: 652px;height: 100%;display: flex;justify-content: space-between;align-items: center;}
.header_nav_box li{height: 100%;display: flex;align-items: center;}
.header_nav_box li a{font-size: 16px;color: #FFFFFF;position: relative;display: flex;height: 100%;align-items: center;}
.header_nav_box li:hover a:after{content: "";display: block;width: 100%;height: 3px;background: #00a0e9;position: absolute;left: 50%;transform: translateX(-50%);bottom: 27px;}
.header_nav_box li.on a:after{content: "";display: block;width: 100%;height: 3px;background: #00a0e9;position: absolute;left: 50%;transform: translateX(-50%);bottom: 27px;}
.header_phone_box{width: 280px;height: 50px;display: flex;justify-content: flex-start;align-items: center;padding-left: 64px;background: url(../images/header_phone_bg.png) no-repeat center center;background-size: 280px 50px;transition: all 0.6s;}
.header_phone_left{width: 39px;height: auto;}
.header_phone_left img{width: 100%;height: auto;display: block;}
.header_phone_left img:nth-of-type(2){display: none;}
.header_phone_right{font-size: 20px;color: #0068b7;margin-left: 10px;}
.header:hover{background: #FFFFFF;}
.header:hover .header_nav_box li a{color: #000000;}
.header:hover h1 img:nth-of-type(1){display: none;}
.header:hover h1 img:nth-of-type(2){display: block;}
.header:hover .header_phone_left img:nth-of-type(1){display: none;}
.header:hover .header_phone_left img:nth-of-type(2){display: block;}
.header:hover .header_phone_box{background: url(../images/header_phone_bg2.png) no-repeat center center;background-size: 280px 50px;}
.header:hover .header_phone_right{color: #000000;}
.header.on{position: fixed;left: 0px;top: 0px;background: #FFFFFF;height: 100px;box-shadow: 0 2px 10px hsla(214,3%,49%,.3);z-index: 999;}
.header.on .header_box{height: 100px;}
.header.on .header_nav_box li a{color: #000000;}
.header.on h1 img:nth-of-type(1){display: none;}
.header.on h1 img:nth-of-type(2){display: block;}
.header.on .header_phone_left img:nth-of-type(1){display: none;}
.header.on .header_phone_left img:nth-of-type(2){display: block;}
.header.on .header_phone_box{background: url(../images/header_phone_bg2.png) no-repeat center center;background-size: 280px 50px;}
.header.on .header_phone_right{color: #000000;}
.header_nav_list{display: none;width: 100%;height: auto;padding: 50px 0px;background: #FFFFFF;position: absolute;left: 0px;top: 170px;overflow: hidden;transition: all 0.6s;padding-top: 20px;z-index: 999;}
.header_nav_list_div{position: absolute;width: 100%;height: 100%;background: #e6e6e6;right: 0px;top: 0px;overflow: hidden;transition: all 0.6s;z-index: 999;animation:mymove 5s infinite;animation-delay:1.5s;-webkit-animation:mymove 5s infinite;-webkit-animation-delay:1.5s;animation-iteration-count: 1;-webkit-animation-iteration-count: 1;}
.header_nav_box li:hover .header_nav_list_div{-webkit-animation: to100vh 1s cubic-bezier(.25,.46,.45,.94) both .3s;animation: to100vh 1s cubic-bezier(.25,.46,.45,.94) both .3s;}
@-webkit-keyframes to100vh {
	0% {
		width: 100%
	}
	100% {
		width: 0
	}
}
@keyframes to100vh {
	0% {
		width: 100%
	}
	100% {
		width: 0
	}
}
.header_nav_box li:hover .header_nav_list{display: block;}
.header.on .header_nav_list{top: 100px;}
.header_nav_list_dl{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.header_nav_list_dl dd{width: 325px;height: auto;padding-bottom: 30px;margin-top: 30px;margin-left: 99px;border-bottom: 1px solid #bfbfbf;}
.header_nav_list_dl dd:nth-of-type(3n+1){margin-left: 0px;}
.header_nav_list_dl dd a{display: flex;justify-content: flex-start;width: 100%;align-items: center;}
.header_nav_list_dl dd a span{display: block;width: 9px;height: 14px;background: url(../images/header_nav_list_ico2.png) no-repeat center center;background-size: 9px 14px;margin-right: 30px;margin-left: 10px;}
.header_nav_list_dl_right i{display: block;font-size: 14px;margin-bottom: 5px;font-style: normal;width: 272px;}
.header_nav_list_dl_right{color: #000000;font-size: 14px;}
.header_nav_list_dl dd:hover a span{background: url(../images/header_nav_list_ico1.png) no-repeat center center;background-size: 9px 14px;}
.header_nav_list_dl dd:hover .header_nav_list_dl_right{color: #0068b7;}
.header_nav_box li:hover .header_nav_list_dl dd a:after{display: none;}
.header_nav_box li.on .header_nav_list_dl dd a:after{display: none;}
.hd_btn{display: none;position: relative;float: right;width: 6vw;height: 5vw;cursor: pointer;}
.hd_btn span{position: absolute;left: 0;top: 0px;width: 100%;height: 0.5vw;background-color: #FFFFFF;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.hd_btn .s1 {top: 0;}
.hd_btn .s2 {top: 2vw;}
.hd_btn .s3 {top: 4vw;}
.hd_btn.on .s1 {top: 2vw;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.hd_btn.on .s2 {opacity: 0;}
.hd_btn.on .s3 {top: 2vw;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
.header.on .hd_btn span{background: #0068b7;}
.header:hover .hd_btn span{background: #0068b7;}
/*header end*/
/*banner start*/
.banner{width: 100%;height: auto;}
.banner img{width: 100%;height: auto;display: block;}
/*banner end*/
/*content start*/
.index_gjzx_box{width: 100%;height: auto;padding: 80px 0px;}
.index_gjzx_butn_box{width: 100%;height: auto;position: relative;}
.index_gjzx_butn_box:after{content: "";display: block;width: 100%;height: 3px;background: #DBDBDB;position: absolute;left: 0px;bottom: 0px;}
.index_butn{width: 1188px;height: auto;overflow: hidden;padding-bottom: 10px;margin-left: 0px;}
.index_butn .swiper-slide{font-size: 20px;position: relative;cursor: pointer;display:inline-block;text-align: center;}
.index_butn .swiper-slide p{position: relative;cursor: pointer;display:inline-block;text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.index_butn .swiper-slide.on{color: #0068b7;font-weight: bold;}
.index_butn .swiper-slide.on p{color: #0068b7;font-weight: bold;}
.index_butn .swiper-slide.on:after{content: "";display: block;width: 100%;height: 3px;background: #0068b7;position: absolute;left: 50%;transform: translateX(-50%);bottom: -10px;z-index: 999;}
.index_butn .swiper-slide.on p:after{content: "";display: block;width: 100%;height: 3px;background: #0068b7;position: absolute;left: 50%;transform: translateX(-50%);bottom: -10px;z-index: 999;}
.index_gjzx_content{width: 100%;height: auto;}
.index_gjzx_content_list{width: 100%;height: auto;display: none;}
.index_gjzx_content_list_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.index_gjzx_content_list_ul li{width: 592px;height: auto;overflow: hidden;border-radius: 10px;margin-top: 40px;box-shadow: 1px 1px 4px 0px rgba(130, 130, 130, 0.65);position: relative;}
.index_gjzx_content_list_ul li img{width: 100%;height: auto;display: block;}
.index_gjzx_content_list_ul li h2{font-size: 20px;color: #6e6e6e;text-align: center;line-height: 60px;}
.index_gjzx_content_list_ul_div{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;background: rgba(0,0,0,0.6);opacity: 0;transition: all 0.6s;}
.index_gjzx_content_list_ul_div_top{width: 508px;height: auto;margin: 0px auto;margin-top: 42px;}
.index_gjzx_content_list_ul_div_top h3{font-size: 20px;color: #FFFFFF;}
.index_gjzx_content_list_ul_div_top p{color: #FFFFFF;text-align: justify;line-height: 30px;margin-top: 40px;}
.index_gjzx_content_list_ul_div_top span{width: 133px;height: 42px;border-radius: 21px;border: 2px solid #FFFFFF;color: #FFFFFF;font-size: 18px;text-align: center;line-height: 42px;float: right;margin-top: 20px;}
.index_gjzx_content_list_ul li:hover .index_gjzx_content_list_ul_div{opacity: 1;}
.index_sbsys_box{width: 100%;height: auto;}
.index_next{width: 12px;height: 20px;background: url(../images/index_more.png) no-repeat center center;background-size: 12px 20px;right: 0px;top: 50%;margin-top: -13px !important;}
.index_fwly_box{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 24px;}
.index_fwly_box li{width: 288px;height: auto;background: #FFFFFF;overflow: hidden;border-radius: 10px;box-shadow: 1px 1px 4px 0px rgba(130, 130, 130, 0.65);margin-top: 16px;position: relative;}
.index_fwly_box li img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.index_fwly_div{width: 80%;height: auto;padding-bottom: 15px;margin: 0px auto;}
.index_fwly_div h2{font-size: 20px;color: #717171;text-align: center;margin-top: 13px;display: block;width: 100%;border-bottom: 1px solid #8c8885;padding-bottom: 5px;}
.index_fwly_div p{text-align: center;margin-top: 5px;line-height: 24px;font-size: 14px}
.index_fwly_box li:hover .index_fwly_div h2{color: #0068b7;}
.index_fwly_box li:hover .index_fwly_div p{color: #0068b7;}
.index_fwly_box li:nth-of-type(1){width: 592px;}
.index_fwly_box li:nth-of-type(1) .index_fwly_div{position: absolute;width: 100%;height: 100%;left: 0px;top: 0px;display: flex;justify-content: center;align-items: center;flex-direction: column;padding-bottom: 0px;}
.index_fwly_box li:nth-of-type(1) .index_fwly_div h2{width: 80%;text-align: left;color: #FFFFFF;border-color: #FFFFFF;margin-top: 0px;}
.index_fwly_box li:nth-of-type(1) .index_fwly_div p{display: block;width: 80%;color: #FFFFFF;text-align: left;}
.index_fwly_box li:hover img{transform: scale(1.1);}
.index_news_box{width: 100%;height: auto;padding: 80px 0px;}
.index_news_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 40px;}
.index_news_ul li{width: 384px;height: auto;border-radius: 10px;overflow: hidden;}
.index_news_ul li img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.index_news_div{width: 92%;height: auto;margin: 0px auto;}
.index_news_div p{font-size: 16px;color: #717171;line-height: 30px;margin-top: 15px;text-align: justify;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.index_news_div span{display: block;width: 100%;text-align: right;font-size: 14px;color: #0068b7;margin-top: 8px;}
.index_news_ul li:hover img{transform: scale(1.1);}
.index_news_ul li:hover .index_news_div p{color: #0068b7;}
.index_zzzs_box{width: 100%;height: auto;padding-bottom: 80px;}
.index_gjzx_content4 .index_gjzx_content_list{display: block;height: 0px;overflow: hidden;position: relative;}
.index_gjzx_content4 img{display: block;width: 100%;height: auto;}
.index_gjzx_sw{margin-top: 42px;}
.index_gjzx_sw_right,.index_gjzx_sw_left{width: 15px;height: 76px;}
.index_gjzx_sw_right{background: url(../images/index_ryzz_right.png) no-repeat center center;background-size: 15px 76px;right: 0px;}
.index_gjzx_sw_left{background: url(../images/index_ryzz_left.png) no-repeat center center;background-size: 15px 76px;left: 0px;}
/*塑料检测*/

.sljc_dszj_title{font-size: 36px;color: #0068b7;text-align: center;}
.sljc_dszj_box{width: 100%;height: auto;padding: 40px 0px;}
.sljc_dszj_content{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 50px;align-items: center;}
.sljc_dszj_content_left{width: 656px;height: auto;}
.sljc_dszj_content_left h2{font-size: 24px;color: #333333;display: block;padding-bottom: 23px;position: relative;}
.sljc_dszj_content_left h2:after{content: "";display: block;width: 50px;height: 5px;background: #0068b7;position: absolute;left: 0px;bottom: 0px;}
.sljc_dszj_content_left p{color: #333333;opacity: 0.8;line-height: 36px;text-align: justify;margin-top: 40px;}
.sljc_dszj_content_right{width: 384px;height: auto;}
.sljc_dszj_content_right img{width: 100%;height: auto;display: block;}
.sljc_jccp_box{width: 100%;height: auto;padding: 40px 0px;background: #f9f9f9;}
.sljc_jccp_ul{width: 100%;height: auto;padding-top: 34px;}
.sljc_jccp_ul li{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 16px;}
.sljc_jccp_ul_left{width: 288px;height: auto;display: flex;justify-content: center;align-items: center;background: #0068b7;border-radius: 5px;}
.sljc_jccp_ul_left p{font-size: 20px;color: #FFFFFF;text-align: center;display: block;width: 193px;line-height: 30px;}
.sljc_jccp_ul_right{width: 896px;height: auto;padding: 50px 27px;background: #EEEEEE;border-radius: 5px;display: flex;justify-content: center;flex-direction: column;}
.sljc_jccp_ul_right h2{font-size: 20px;color: #000000;}
.sljc_jccp_ul_right p{color: #5d5d5d;text-align: justify;line-height: 30px;margin-top: 20px;}
.sljc_mljc_box{width: 100%;height: auto;padding: 40px 0px;background: url(../images/sljc_mljc_bg.png) no-repeat center center;background-size: cover;}
.sljc_mljc_title{font-size: 36px;color: #FFFFFF;text-align: center;}
.sljc_mljc_content{width: 100%;height: auto;margin-top: 32px;}
.sljc_mljc_content h2{color: #FFFFFF;text-align: center;font-size: 24px;display: block;position: relative;padding-bottom: 38px;}
.sljc_mljc_content h2:after{content: "";display: block;width: 50px;height: 5px;background: #FFFFFF;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0px;}
.sljc_mljc_content p{font-size: 16px;color: #FFFFFF;text-align: center;line-height: 30px;margin-top: 20px;}
.sljc_jcxm_box{width: 100%;height: auto;padding: 40px 0px;background: #F9F9F9;}
.sljc_jcxm_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 50px;}
.sljc_jcxm_ul li{width: 275px;height: auto;border: 1px solid #0068b7;overflow: hidden;border-radius: 5px;}
.sljc_jcxm_ul_div{width: 100%;height: 160px;background: #0068B7;display: flex;justify-content: center;align-items: center;font-size: 20px;color: #FFFFFF;}
.sljc_jcxm_ul_bottom{width: 100%;height: 300px;display: flex;justify-content: center;align-items: center;}
.sljc_jcxm_ul_bottom p{display: block;width: 240px;height: auto;color: #5c5c5c;line-height: 30px;text-align: justify;}
.sljc_hybz_box{width: 100%;height: auto;padding: 40px 0px;}
.sljc_hybz_content{width: 100%;height: auto;padding: 20px;border: 1px solid #0068b7;margin-top: 50px;}
.sljc_hybz_content table{width: 100%;height: auto;}
.sljc_hybz_content table th{line-height: 50px;color: #FFFFFF;text-align: center;background: #0068B7;border: 1px solid #0068B7;font-size: 18px}
.sljc_hybz_content table td{border: 1px solid #0068B7;line-height: 50px;color: #333333;text-align: center;}
.sljc_fwys_box{width: 100%;height: auto;padding: 40px 0px;background: url(../images/sljc_fwys_bg.jpg) no-repeat center center;background-size: cover;}
.sljc_fwys_top{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 50px;}
.sljc_fwys_top_left{width: 845px;height: auto;display: flex;justify-content: space-between;}
.sljc_fwys_top_left li{width: 136px;height: 136px;border: 1px solid #FFFFFF;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: relative;}
.sljc_fwys_top_left li h2{font-size: 24px;display: block;color: #FFFFFF;padding-bottom: 20px;border-bottom: 1px solid #FFFFFF;}
.sljc_fwys_top span{display: block;width: 276px;height: 2px;background: #FFFFFF;}
.sljc_fwys_top_left li:after{content: "";display: block;width: 16px;height: 17px;background: url(../images/sljc_fwys_ico.png) no-repeat center center;background-size: 16px 17px;position: absolute;right: -54px;top: 50%;transform: translateY(-50%);}
.sljc_fwys_top_left li:nth-last-of-type(1):after{display: none;}
.sljc_fwlc_box{width: 100%;height: auto;padding: 40px 0px;}
.sljc_fwlc_ul{width: 100%;height: auto;display: flex;justify-content: space-between;}
.sljc_fwlc_ul li{width: 250px;height: auto;margin-top: 50px;position: relative;}
.sljc_fwlc_ul li img{display: block;width: 100%;height: auto;border-radius: 8px;}
.sljc_fwlc_ul_div{width: 100%;margin: 0px auto;padding: 20px;background: #f4f4f4;border-radius: 8px;}
.sljc_fwlc_ul_div h2{font-size: 20px;color: #0068b7;text-align: center;}
.sljc_fwlc_ul_div p{font-size: 16px;color: #565656;text-align: center;line-height: 24px;margin-top: 8px;}
.sljc_fwlc_ul li:after{display: block;content: "";width: 33px;height: 37px;background: url(../images/sljc_fwlc_ico.png) no-repeat center center;background-size: 33px 37px;position: absolute;right: -50px;top: 50%;transform: translateY(-50%);}
.sljc_fwlc_ul li:nth-last-of-type(1):after{display: none;}
.slc_yqsb_box{width: 100%;height: auto;padding-bottom: 40px;}
.slc_yqsb_butn{width: 100%;height: auto;display: flex;justify-content: center;margin-top: 40px;}
.slc_yqsb_butn li{width: 288px;height: 64px;border: 1px solid #0068b7;border-radius: 5px;font-size: 20px;color: #0068b7;font-weight: bold;text-align: center;line-height: 64px;margin-left: 16px;cursor: pointer;}
.slc_yqsb_butn li.on{background: #0068b7;color: #FFFFFF;}
.slc_yqsb_butn li:nth-of-type(1){margin-left: 0px;}
.slc_yqsb_content{width: 100%;height: auto;margin-top: 50px;position: relative;}
.slc_yqsb_content_list{width: 100%;height: 0;overflow: hidden;}
.slc_yqsb_content_sw_div{width: 100%;border: 1px solid #0068B7;border-radius: 5px;overflow: hidden;}
.slc_yqsb_content_sw_div img{display: block;width: 100%;height: auto;}
.slc_yqsb_content_sw_div h2{display: block;width: 100%;background: #0068B7;height: 60px;font-size: 18px;color: #FFFFFF;text-align: center;line-height: 60px;}
.slc_yqsb_content_sw_right,.slc_yqsb_content_sw_left{width: 15px;height: 76px;}
.slc_yqsb_content_sw_right{background: url(../images/index_ryzz_right.png) no-repeat center center;background-size: 15px 76px;right: -25px;}
.slc_yqsb_content_sw_left{background: url(../images/index_ryzz_left.png) no-repeat center center;background-size: 15px 76px;left: -25px;}
/*澄信概览*/
.cxgl_jj_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/cxgl_jj_bg.jpg) no-repeat center center;background-size: cover;}
.cxgl_jj_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 50px;}
.cxgl_jj_content_left{width: 599px;height: auto;}
.cxgl_jj_content_left p{font-size: 18px;color: #454545;text-align: justify;line-height: 36px;margin-top: 36px;}
.cxgl_jj_content_left p:nth-of-type(1){margin-top: 0px;}
.cxgl_jj_content_right{width: 560px;height: auto;}
.cxgl_jj_content_right img{width: 100%;height: auto;display: block;}
.cxgl_nl_box{width: 100%;height: auto;padding: 80px 0px;}
.cxgl_nl_ul{width: 100%;height: auto;}
.cxgl_nl_ul li{width: 100%;height: auto;margin-top: 50px;display: flex;justify-content: space-between;align-items: center;}
.cxgl_nl_ul li:nth-of-type(1){margin-top: 0px;}
.cxgl_nl_ul li:nth-of-type(even){flex-direction: row-reverse;}
.cxgl_nl_ul_left{width: 584px;height: auto;}
.cxgl_nl_ul_left img{width: 100%;height: auto;display: block;}
.cxgl_nl_ul_right{width: 584px;height: auto;}
.cxgl_nl_ul_right h2{display: flex;align-items: center;justify-content: flex-start;font-size: 24px;color: #0068B7;}
.cxgl_nl_ul_right h2 img{width: 48px;height: auto;display: block;margin-right: 18px;}
.cxgl_nl_ul_right p{font-size: 16px;color: #454545;text-align: justify;line-height: 30px;margin-top: 11px;}
.cxgl_nl_content{width: 100%;height: auto;}
.cxgl_nl_content p{font-size: 18px;color: #454545;text-align: justify;line-height: 36px;margin-top: 36px;}
.cxgl_nl_content h2{font-size: 24px;color: #0068b7;margin-top: 36px;}
.cxgl_dsj_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/cxgl_dsj_bg.jpg) no-repeat center center;background-size: cover;}
.cxgl_dsj_content{width: 100%;height: auto;margin-top: 50px;position: relative;}
.cxgl_dsj_sw_div{width: 100%;height: auto;}
.cxgl_dsj_sw_div_top{width: 100%;height: auto;text-align: center;font-size: 32px;color: #FFFFFF;height: 70px;line-height: 70px;} 
.cxgl_dsj_sw_div_bottom{width: 100%;height: auto;margin-top: 55px;}
.cxgl_dsj_sw_div_bottom p{color: #FFFFFF;text-align: justify;line-height: 24px;margin-top: 24px;}
.cxgl_dsj_sw_div_bottom p:nth-of-type(1){margin-top: 0px;}
.cxgl_dsj_sw_div:before{content: "";display: block;width: 18px;height: 18px;background: url(../images/cxgl_dsj_ico1.png) no-repeat center center;background-size: 18px;position: absolute;left: 50%;transform: translateX(-50%);top: 86px;transform: translateY(-50%);}
.cxgl_dsj_content:after{content: "";width: 100%;height: 1px;background: #FFFFFF;position: absolute;left: 0px;top: 86px;}
.cxgl_dsj_sw_left,.cxgl_dsj_sw_right{width: 17px;height: 30px;background-size: 17px 30px;}
.cxgl_dsj_sw_left{background: url(../images/cxgl_dsj_left.png) no-repeat center center;left: -37px;top: 93px;}
.cxgl_dsj_sw_right{background: url(../images/cxgl_dsj_right.png) no-repeat center center;right: -37px;top: 93px;}
.cxgl_dsj_sw .swiper-slide.swiper-slide-active .cxgl_dsj_sw_div_top{font-size: 48px;font-weight: bold;}
.cxgl_dsj_sw .swiper-slide.swiper-slide-active .cxgl_dsj_sw_div:before{content: "";display: block;width: 32px;height: 32px;background: url(../images/cxgl_dsj_ico2.png) no-repeat center center;background-size: 32px;}
.cxgl_hzhb_box{width: 100%;height: auto;padding: 80px 0px;}
.cxgl_hzhb_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 32px;}
.cxgl_hzhb_ul li{width: 285px;height: auto;background: #FFFFFF;padding: 16px 0px;box-shadow: 4px 4px 32px 0px rgba(217, 217, 217, 0.6);margin-top: 18px;}
.cxgl_hzhb_ul li img{max-width: 100%;height: auto;display: block;margin: 0px auto;}
.cxgl_hzhb_ul li h2{font-size: 18px;color: #3a3a3a;text-align: center;margin-top: 8px;}
.pagination{width: 100%;height: auto;display: flex;justify-content: center;margin-top: 40px;}
.pagination li{width: 50px;height: 30px;border: solid 1px #dae0e5;margin-left: 8px;}
.pagination li:nth-of-type(1){margin-left: 0px;}
.pagination li a{display: block;width: 100%;height: 100%;color: #000000;text-align: center;line-height: 28px;}
.pagination li.active{background: #0068b7;border-color: #0068b7;}
.pagination li.active a{color: #FFFFFF;}
.cxgl_ryq_box{width: 100%;height: auto;padding-bottom: 80px;}
.cxgl_ryq_content{width: 100%;height: auto;margin-top: 50px;position: relative;}
.cxgl_ryq_sw_div{width: 100%;height: auto;border: 1px solid #dadada;background: #f7f8fa;padding: 20px;}
.cxgl_ryq_sw_div img{width: 100%;height: auto;display: block;}
.cxgl_ryq_sw_div h2{font-size: 20px;color: #000000;margin-top: 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; }
.cxgl_ryq_sw_div p{font-size: 16px;color: #8a8989;margin-top: 8px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.cxgl_ryq_sw_left{left: -30px;}
.cxgl_ryq_sw_right{right: -30px;}
/*防伪查询*/
.fwcx_yz_box{width: 100%;height: auto;padding: 80px 0px;}
.fwcx_yz_content{width: 100%;height: auto;padding: 24px;border-radius: 8px;box-shadow: 4px 4px 32px 0px rgba(217, 217, 217, 0.6);margin-top: 50px;}
.fwcx_yz_content_title{display: flex;justify-content: flex-start;align-items: center;font-size: 32px;color: #0068B7;}
.fwcx_yz_content_title img{width: 35px;height: auto;display: block;margin-right: 18px;}
.fwcx_yz_content_center{width: 744px;height: auto;margin: 0px auto;margin-top: 50px;}
.fwcx_yz_content_center_ul{width: 100%;height: auto;}
.fwcx_yz_content_center_ul li{width: 100%;height: auto;display: flex;justify-content: flex-end;align-items: center;margin-top: 30px;}
.fwcx_yz_content_center_ul li:nth-of-type(1){margin-top: 0px;}
.fwcx_yz_content_center_ul li p{font-size: 18px;color: #696969;margin-right: 14px;}
.fwcx_yz_content_center_ul li input{display: block;width: 560px;height: 40px;border-radius: 5px;border: solid 1px #bfbfbf;outline-color: #696969;padding: 0px 14px;outline: none;}
.fwcx_yz_content_center_last{width: 100%;height: auto;display: flex;justify-content: flex-end;align-items: center;margin-top: 30px;}
.fwcx_yz_content_center_last p{font-size: 18px;color: #696969;margin-right: 14px;}
.fwcx_yz_content_center_last input{display: block;width: 450px;height: 40px;border-radius: 5px;border: solid 1px #bfbfbf;outline-color: #696969;padding: 0px 14px;outline: none;}
.fwcx_yz_content_center_last_yz{width: 100px;height: 40px;margin-left: 10px;background: pink;cursor: pointer;}
.fwcx_yz_content_btn{width: 120px;height: 40px;background: #0068B7;border-radius: 5px;margin: 0px  auto;margin-top: 32px;font-size: 18px;color: #FFFFFF;display: block;border: none;outline: none;cursor: pointer;}
.fwcx_yz_content_center table{width: 100%;height: auto;margin-top: 32px;}
.fwcx_yz_content_center table th{background: #0068B7;font-size: 18px;color: #FFFFFF;text-align: center;line-height: 48px;border: 1px solid #FFFFFF;}
.fwcx_yz_content_center table td{font-size: 16px;color: #333333;padding: 12px;border: 1px solid #BFBFBF;}
.fwcx_yz_content_center table td a{color: #333333;}
.fwcx_yz_content_center table td a:hover{color: #0068B7;text-decoration: underline;}
/*加入我们*/
.jrwm_rmzw_box{width: 100%;height: auto;padding: 80px 0px;}
.jrwm_rmzw_butn{width: 100%;height: auto;display: flex;justify-content: center;margin-bottom: 80px;}
.jrwm_rmzw_butn li{width: 288px;height: 64px;border: 1px solid #0068b7;border-radius: 5px;font-size: 24px;font-weight: bold;text-align: center;line-height: 64px;margin-left: 16px;}
.jrwm_rmzw_butn li:nth-of-type(1){margin-left: 0px;}
.jrwm_rmzw_butn li a{color: #0068B7;display: block;width: 100%;height: 100%;}
.jrwm_rmzw_butn li.on{background: #0068B7;}
.jrwm_rmzw_butn li.on a{color: #FFFFFF;}
.jrwm_rmzw_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 8px;}
.jrwm_rmzw_ul li{width: 584px;height: auto;padding: 30px;border: 1px solid #0068b7;border-radius: 5px;margin-top: 32px;}
.jrwm_rmzw_ul li a{display: block;width: 100%;height: 100%;}
.jrwm_rmzw_top{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.jrwm_rmzw_top h2{font-size: 20px;color: #0068B7;}
.jrwm_rmzw_top span{display: block;width: 120px;height: 32px;background: #0068B7;border-radius: 5px;font-size: 16px;color: #FFFFFF;line-height: 32px;text-align: center;}
.jrwm_rmzw_ul li p{font-size: 16px;color: #454545;margin-top: 16px;}
.jrwm_rmzw_ul li:hover{background: #0068B7;}
.jrwm_rmzw_ul li:hover .jrwm_rmzw_top h2{color: #FFFFFF;}
.jrwm_rmzw_ul li:hover .jrwm_rmzw_top span{color: #0068B7;background: #FFFFFF;}
.jrwm_rmzw_ul li:hover p{color: #FFFFFF;}
.jrwm_gzhj_box{width: 100%;height: auto;padding-bottom: 80px;}
.jrwm_gzhj_content{width: 100%;height: auto;position: relative;}
.jrwm_gzhj_content img{width: 100%;height: auto;display: block;}
.jrwm_gsfl_box{width: 100%;height: auto;padding-bottom: 80px;}
.jrwm_gsfl_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 8px;flex-wrap: wrap;}
.jrwm_gsfl_ul li{width: 232px;height: 64px;border: 1px solid #0068B7;border-radius: 5px;margin-top: 32px;font-size: 24px;color: #0068B7;text-align: center;line-height: 64px;}
.jrwm_gzhj_content_left,.jrwm_gzhj_content_right{width: 23px;height: 84px;background-size: 23px 84px;}
.jrwm_gzhj_content_left{background: url(../images/jrwm_hj_left.png) no-repeat center center;}
.jrwm_gzhj_content_right{background: url(../images/jrwm_hj_right.png) no-repeat center center;}
.jyjc_jsfw_box{width: 100%;height: auto;padding: 80px 0px;}
/*检验检测列表*/
.jyjc_jsfw_butn{margin-top: 40px;margin-bottom: 46px;}
.jyjc_jsfw_content{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.jyjc_jsfw_content li{width: 384px;height: auto;padding-bottom: 40px;background: #EEEEEE;border-radius: 5px;overflow: hidden;position: relative;margin-top: 24px;}
.jyjc_jsfw_content_top{width: 100%;height: auto;position: relative;border-radius: 5px;overflow: hidden;}
.jyjc_jsfw_content_top img{width: 100%;height: auto;display: block;}
.jyjc_jsfw_content_top h2{display: block;width: 260px;height: auto;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); font-size: 20px;color: #FFFFFF;text-align: center;}
.jyjc_jsfw_content_bottom{width: 92%;height: auto;margin: 0px auto;margin-top: 23px;}
.jyjc_jsfw_content_bottom p{color: #5D5D5D;text-align: justify;line-height: 24px;}
.jyjc_jsfw_content li span{display: block;font-size: 16px;color: #0068B7;position: absolute;right: 4%;bottom: 10px;}
.jyjc_jsfw_content_box{width: 100%;height: auto;}
.jyjc_jsfw_content_list{width: 100%;height: auto;display: none;}
/*免责声明*/
.mzsm_sm_box{width: 100%;height: auto;padding: 80px 0px;}
.mzsm_sm_div{width: 100%;height: auto;border: 5px solid #0068B7;margin-top: 50px;}
.mzsm_sm_div_top{width: 100%;height: auto;padding: 0px 2%;background: #0068B7;color: #FFFFFF;line-height: 45px;font-size: 24px;}
.mzsm_sm_div_bottom{width: 94%;height: auto;margin: 0px auto;padding: 30px 0px;}
.mzsm_sm_div_bottom p{font-size: 18px;color: #333333;line-height: 30px;padding-left: 18px;display: block;position: relative;text-align: justify;}
.mzsm_sm_div_bottom p:before{content: "";display: block;width: 6px;height: 6px;background: #0068B7;border-radius: 50%;position: absolute;left: 0px;top: 13px;}
.mzsm_sm_div_bottom h2{font-size: 18px;color: #257bc1;margin-top: 47px;margin-bottom: 12px;}
.mzsm_sm_div_bottom h3{font-size: 18px;color: #000000;font-weight: bold;margin-bottom: 47px;}
.mzsm_sm_div_bottom h4{font-weight: normal;font-size: 18px;color: #333333;margin-top: 58px;display: block;padding-left: 18px;}
/*平台荣誉*/
.ptry_kycg_box{width: 100%;height: auto;padding: 80px 0px;}
.kycg_sw_sw_left{left: -40px;}
.kycg_sw_sw_right{right: -40px;}
.ptry_zzzs_box{width: 100%;height: auto;padding-bottom: 80px;}
.ptry_ptry_box{width: 100%;height: auto;padding-bottom: 80px;}
/*新闻资讯*/
.news_box{width: 100%;height: auto;padding: 80px 0px;}
.news_butn li{box-shadow: 4px 4px 5px 0px rgba(153, 153, 153, 0.6);}
.news_top_box{width: 100%;height: auto;padding: 40px 0px;background: rgba(238,238,238,0.6);}
.news_top_ul{width: 100%;height: auto;display: flex;justify-content: space-between;}
.news_top_ul li{width: 350px;height: auto;}
.news_top_ul li img{width: 100%;height: auto;display: block;}
.news_top_ul li h2{font-size: 18px;color: #000000;margin-top: 18px;}
.news_bottom_ul{width: 100%;height: auto;}
.news_bottom_ul li{width: 100%;height: auto;margin-top: 40px;}
.news_bottom_ul li a{width: 100%;height: auto;display: flex;justify-content: flex-start;}
.news_bottom_ul_div{width: 135px;height: 135px;background: #acb8c5;display: flex;justify-content: center;align-items: center;flex-direction: column;font-size: 18px;color: #FFFFFF;}
.news_bottom_ul_div span{display: block;font-size: 24px;color: #FFFFFF;margin-bottom: 15px;}
.news_bottom_ul_div span strong{font-size: 34px;font-weight: bold;}
.news_bottom_ul_right{width: 1065px;height: auto;background: #f5f7f9;}
.news_bottom_ul_right h2{font-size: 20px;color: #000000;margin-top: 20px;margin-left: 34px;}
.news_bottom_ul_right p{display: block;width: 984px;height: auto;margin-top: 15px;color: #5a5a5a;line-height: 24px;text-align: justify;margin-left: 34px;}
.news_bottom_box li:hover .news_bottom_ul_div{background: #0068b7;}
/*性能检测*/
.xnjc_box{width: 100%;height: auto;padding: 80px 0px;}
.xnjc_content_box{width: 100%;height: auto;}
.xnjc_content_box h2{font-size: 32px;color: #333333;font-weight: bold;margin-top: 80px;display: inline-block;padding-bottom: 16px;border-bottom: 1px solid #0068b7;}
.xnjc_content_box p{font-size: 18px;color: #333333;opacity: 0.8;line-height: 30px;margin-top: 12px;text-align: justify;}
.xnjc_content_box table{width: 100%;height: auto;margin-top: 45px;}
.xnjc_content_box table th{font-size: 22px;color: #FFFFFF;background: #0068b7;border: 1px solid #0068b7;line-height: 50px;text-align: center;}
.xnjc_content_box table th:nth-of-type(1){width: 259px;}
.xnjc_content_box table td{padding: 22px;color: #333333;line-height: 24px;text-align: justify;border: 1px solid #0068b7;}
/*.xnjc_content_box table tr td:nth-of-type(1){text-align: center;}*/
/*新闻详情*/
.news_detial_mbx_box{width: 100%;height: auto;margin-top: 24px;color: #666666;}
.news_detial_mbx_box a{color: #666666;}
.news_detial_content{width: 100%;height: auto;margin-top: 24px;}
.news_detial_content_title{width: 100%;height: auto;padding-bottom: 32px;border-bottom: 1px solid #b5b5b5;}
.news_detial_content_title h2{font-size: 32px;color: #0068B7;text-align: center;}
.news_detial_content_title span{display: block;font-size: 18px;color: #717171;text-align: center;margin-top: 20px;}
.news_detial_content_div{width: 100%;height: auto;}
.news_detial_content_div img{max-width: 100%;height: auto;display: block;margin: 0px auto;margin-top: 20px;}
.news_detial_content_div p{font-size: 16px;color: #5A5A5A;line-height: 30px;text-align: justify;margin-top: 20px;text-indent: 2em;}
.news_detial_content_div h2{font-size: 18px;margin-top: 20px;font-weight: bold;}
.news_detial_last{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 40px;margin-bottom: 80px;}
.news_detial_last a{color: #0068B7;font-size: 16px;display: block;}
/*联系我们*/
.lxwm_gsdz_box{width: 100%;height: auto;padding: 80px 0px;}
.lxwm_gsdz_content{width: 100%;height: auto;padding: 47px 0px;background: url(../images/lxwm_xx_bg.jpg) no-repeat center center;background-size: cover;margin-top: 40px;}
.lxwm_gsdz_content_div{width: 90%;height: auto;margin: 0px auto;}
.lxwm_gsdz_content_div h2{font-size: 32px;color: #FFFFFF;text-align: center;display: block;width: 100%;padding-bottom: 32px;border-bottom: 2px solid #FFFFFF;}
.lxwm_gsdz_content_div_last{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.lxwm_gsdz_content_div_last p{font-size: 32px;color: #FFFFFF;margin-top: 34px;}
.lxwm_bgyj_box{width: 100%;height: auto;padding-bottom: 80px;}
.lxwm_bgyj_content{width: 100%;height: auto;padding: 52px;background: #f6f6f6;margin-top: 40px;}
.lxwm_bgyj_content_title{font-size: 32px;color: #717171;font-weight: bold;}
.lxwm_bgyj_content_box{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 47px;}
.lxwm_bgyj_content_left{width: 520px;height: auto;}
.lxwm_bgyj_content_left li{width: 100%;height: auto;margin-top: 39px;position: relative;}
.lxwm_bgyj_content_left li:nth-of-type(1){margin-top: 0px;}
.lxwm_bgyj_content_left li input{display: block;width: 100%;height: 56px;padding:0 20px;font-size: 24px;color: #333333;border: none;background: #FFFFFF;outline: none;}
.lxwm_code{width: 113px;height: 42px;background: pink;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);cursor: pointer;}
.lxwm_bgyj_content_right{width: 520px;height: auto;}
.lxwm_bgyj_content_right textarea{width: 100%;height: 100%;background: #FFFFFF;padding: 16px 22px;font-size: 24px;color: #333333;display: block;resize: none;border: none;outline: none;}
.lxwm_btn{width: 200px;height: 56px;background: #0068B7;color: #FFFFFF;font-size: 24px;border: none;outline: none;margin: 0px auto;margin-top: 50px;display: block;}
/*职位详情*/
.zwxq_box{width: 100%;height: auto;padding: 80px 0px;background: #f5f5f5;}
.zwzp_content_box{width: 100%;height: auto;padding: 56px 48px;background: #FFFFFF;box-shadow: -6px 0px 32px 0px rgba(242, 243, 248, 0.6);border-radius: 12px;}
.zwzp_title{font-size: 32px;color: #262626;font-weight: bold;}
.zwzp_content_ul_bq{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;margin-top: 30px;}
.zwzp_content_ul_bq p{display: block;padding: 0px 25px;color: #444444;border-right: 1px solid #ccc;}
.zwzp_content_ul_bq p:nth-of-type(1){padding-left: 0px;}
.zwzp_content_ul_bq p:nth-last-of-type(1){border-right: none;padding-right: 0px;}
.zwzp_content_ul_title{font-size: 18px;color: #444;}
.zwzp_content_top{width: 100%;height: auto;padding-bottom: 25px;border-bottom: 1px solid #e2e2e2;}
.zwzp_content_bottom{width: 100%;height: auto;padding-top: 5px;}
.zwzp_content_bottom h2{font-size: 18px;color: #262626;font-weight: bold;padding-left: 12px;display: block;position: relative;margin-top: 47px;margin-bottom: 15px;}
.zwzp_content_bottom h2:before{content: "";display: block;width: 3px;height: 16px;background: #3f88cc;position: absolute;left: 0px;top: 50%;transform: translateY(-50%);}
.zwzp_content_bottom p{color: #666666;text-align: justify;line-height: 32px;}
/*正在建设中*/
.js_page_box{padding: 100px 0px;height: auto;width: 100%;}
.js_page_box h2{font-size: 72px;color: #000000;font-weight: bold;}
.hy_list_top h2{width: 100%;height: 100%;background: rgba(0,0,0,0.5);left: 0px;top: 0px;transform: none;display: flex;justify-content: center;align-items: center;}
/*在线委托*/
.zxwt_box{width: 100%;height: auto;padding-bottom: 80px;}
.zxwt_box table{width: 100%;height: auto;margin-top: 40px;}
.zxwt_box table th{height: 60px;font-size: 18px;color: #696969;text-align: center;border-top: 1px solid #0068b7;border-bottom: 1px solid rgba(175,175,175,0.3);}
.zxwt_box table td{height: 60px;border-bottom: 1px solid rgba(175,175,175,0.3);color: #8c8c8c;text-align: center;}
.zxwt_box table td img{width: 24px;height: auto;display: inline-block;vertical-align: middle;margin-right: 16px;}
.zxwt_box table td a{width: 97px;height: 25px;background: #696969;display: block;color: #FFFFFF;text-align: center;line-height: 25px;margin: 0px auto;border-radius: 8px;font-size: 14px;}
.zxwt_box table tr td:nth-of-type(1){text-align: left;padding-left: 24px;}
.zxwt_box table tr:hover{background: #f0f0f0;}
.zxwt_box table tr:hover a{background: #0068B7;}
.zxwt_box table tr:nth-of-type(1):hover{background: #FFFFFF;}
/*content end*/
/*footer start*/
.footer{width: 100%;height: auto;}
.footer_top_box{width: 100%;height: auto;background: #EEEEEE;padding: 25px 0px;}
.footer_top_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: flex-end;padding-bottom: 50px;border-bottom: 1px solid #0F2550;}
.footer_top_content_left{position: relative;}
.footer_top_content_left:after{content: "";display: block;width: 1px;height: 86px;background: #0F2550;position: absolute;right: -78px;bottom: 0px;}
.footer_top_content_left img{width: 180px;height: auto;display: block;}
.footer_top_content_left p{font-size: 16px;color: #0f2550;margin-top: 27px;}
.footer_top_content_center{width: 463px;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.footer_top_content_center a{height: auto;font-size: 16px;color: #0F2550;margin-top: 37px;width: calc(100% / 3);}
.footer_top_content_center a:nth-of-type(1),.footer_top_content_center a:nth-of-type(2),.footer_top_content_center a:nth-of-type(3){margin-top: 0px;}
/*.footer_top_content_center a:nth-of-type(1),.footer_top_content_center a:nth-of-type(4){width: 168px;}*/
.footer_top_content_right{width: 120px;height: auto;}
.footer_top_content_right img{width: 100%;height: auto;display: block;}
.footer_link_box{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;}
.footer_link_box p{font-size: 20px;color: #0F2550;margin-right: 30px;margin-top: 30px;}
.footer_link_div{width: 88%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.footer_link_div a{display: block;margin-left: 10px;margin-top: 30px;color: #0F2550;}
.footer_bottom{width: 100%;height: auto;padding: 35px 0px;background: #0068b7;}
.footer_bottom p{color: #FFFFFF;font-size: 14px;text-align: center;}
.footer_bottom p strong{font-weight: normal;font-size: 16px;}
.footer_bottom p img{vertical-align: middle;}
.footer_bottom p a{color: #FFFFFF;}
/*footer end*/
/*right online*/
.right_online_box{width: 76px;height: auto;border: 3px solid #0068B7;border-radius: 10px;position: fixed;right: 10px;top: 50%;transform: translateY(-50%);z-index: 999;background: #FFFFFF;}
.right_online_box li{width: 100%;height: 76px;position: relative;}
.right_online_left{width: 100%;height: 100%;position: relative;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.right_online_box li:nth-of-type(1){margin-top: 0px;}
.right_online_box li:after{content: "";display: block;width: 80%;height: 1px;background: #0068b7;position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);}
.right_online_box li:nth-last-of-type(1):after{display: none;}
.right_online_left img{width: 34px;height: auto;display: block;margin: 0px auto;z-index: 3;position: relative;}
.right_online_left p{font-size: 14px;text-align: center;margin-top: 6px;z-index: 3;position: relative;color: #3c3f50;}
.right_online_left img:nth-of-type(2){display: none;}
.right_online_left span{position: absolute;left: 50%;width: 90px;height: 100%;transform: translateX(-50%);background: #2b66b1;border-radius: 10px;top: 0px;z-index: 2;display: none;}
.right_online_box li:hover .right_online_left img:nth-of-type(2){display: block;}
.right_online_box li:hover .right_online_left img:nth-of-type(1){display: none;}
.right_online_box li:hover .right_online_left span{display: block;}
.right_online_box li:hover .right_online_left p{color: #FFFFFF;}
.right_online_right{padding: 16px;border-radius: 8px;background: #2b66b1;box-shadow: 10px 3px 7px 0px rgba(0, 0, 0, 0.35);width: 174px;height: auto;position: absolute;left: -174px;top: 50%;transform: translateY(-50%);display: flex;justify-content: flex-start;align-items: center;z-index: 3;height: 80px;display: none;}
.right_online_right div{color: #FFFFFF;font-size: 18px;font-weight: bold;}
.right_online_box li:hover .right_online_right{display: flex;}
.right_online_rights{padding: 16px;border-radius: 8px;background: #2b66b1;box-shadow: 10px 3px 7px 0px rgba(0, 0, 0, 0.35);width: 174px;height: auto;position: absolute;left: -174px;top: 50%;transform: translateY(-50%);display: flex;justify-content: flex-start;align-items: center;z-index: 3;display: none;}
.right_online_rights img{width: 74px;display: block;height: auto;margin-right: 12px;}
.right_online_rights p{font-size: 14px;color: #FFFFFF;display: block;}
.right_online_box li:hover .right_online_rights{display: flex;}
.top_back{cursor: pointer;}
@media (max-width: 1199px) {
	.content_WH{width: 990px;}
	.index_butn{width: 95%;}
	.header_phone_box{display: none;}
	.index_gjzx_content_list_ul li{width: 48%;}
	.index_gjzx_content_list_ul_div_top{width: 92%;margin-top: 20px;}
	.index_gjzx_content_list_ul_div_top p{margin-top: 15px;line-height: 28px;}
	.index_gjzx_content_list_ul_div_top span{margin-top: 10px;}
	.index_fwly_box li{width: 237px;}
	.index_fwly_box li:nth-of-type(1){width: 484px;}
	.index_fwly_div h2{font-size: 18px;margin-top: 10px;}
	.index_fwly_div p{font-size: 14px;line-height: normal;}
	.index_news_ul li{width: 320px;}
	.footer_top_content_left p{font-size: 18px;}
	.footer_top_content_left img{width: 200px;}
	.footer_top_content_center a{font-size: 18px;}
	.footer_top_content_center{width: 379px;}
	.footer_top_content_center a:nth-of-type(1), .footer_top_content_center a:nth-of-type(4){width: 120px;}
	.footer_top_content_right{width: 120px;}
	.header_nav_list_dl dd{width: 264px;}
	.header_nav_list_dl_right i{width: 215px;}
	.sljc_dszj_content_left{width: 580px;}
	.sljc_jccp_ul_right{width: 702px;}
	.sljc_jcxm_ul_bottom p{width: 90%;}
	.sljc_jcxm_ul li{width: 240px;}
	.sljc_fwys_top_left li{width: 130px;height: 130px;}
	.sljc_fwys_top_left{width: 700px;}
	.sljc_fwys_top_left li:after{right: -41px;}
	.sljc_fwlc_ul li{width: 239px;}
	.sljc_fwlc_ul li:after{display: none;}
	.cxgl_jj_content{flex-wrap: wrap-reverse;}
	.cxgl_jj_content_right{margin: 0px auto;}
	.cxgl_jj_content_left{width: 100%;margin-top: 30px;}
	.cxgl_nl_ul_left{width: 48%;}
	.cxgl_nl_ul_right{width: 48%;}
	.cxgl_dsj_sw_left, .cxgl_dsj_sw_right{display: none;}
	.cxgl_hzhb_ul li{width: 240px;}
	.index_gjzx_sw_right, .index_gjzx_sw_left{display: none;}
	.jrwm_rmzw_ul li{width: 48%;}
	.jrwm_gsfl_ul li{width: 190px;}
	.jyjc_jsfw_content li{width: 322px;}
	.news_top_ul li{width: 317px;}
	.news_bottom_ul_right{width: 855px;}
	.news_bottom_ul_right p{width: 805px;}
	.lxwm_gsdz_content_div_last p{font-size: 28px;}
	.lxwm_bgyj_content_left{width: 48%;}
	.lxwm_bgyj_content_right{width: 48%;}
}
@media (max-width: 990px) {
	.content_WH{width: 92%;}
	.header{height: 13.8vw;}
	.header_box{height: 13.8vw;}
	.header_box h1{width: 20vw;}
	.header_nav_box li a{font-size: 16px;}
	.header_nav_box{width: 75%;}
	.header_nav_list{top: 13.8vw;}
	.header.on{height: 13.8vw;}
	.header.on .header_box{height: 13.8vw;}
	.header_nav_list_dl dd{width: 30%;margin-left: 2%;}
	.index_gjzx_box{padding: 8vw 0px;}
	.index_gjzx_content_list_ul li h2{font-size: 18px;}
	.index_gjzx_content_list_ul_div_top h3{font-size: 18px;}
	.index_gjzx_content_list_ul_div_top p{font-size: 14px;line-height: 24px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
	.index_gjzx_content_list_ul_div_top span{font-size: 16px;}
	.index_butn .swiper-slide{font-size: 18px;}
	.index_fwly_div h2{font-size: 16px;}
	.index_fwly_box li:nth-of-type(1){width: 48%;}
	.index_fwly_box li{width: 24%;height: 27vw;}
	.index_fwly_box li:nth-of-type(1) img{width: auto;}
	.index_news_ul li{width: 32%;}
	.index_news_div p{font-size: 18px;}
	.index_news_div span{font-size: 16px;}
	.footer_top_content_left{width: 100%;}
	.footer_top_content{flex-wrap: wrap;}
	.footer_top_content_left{display: flex;justify-content: space-between;align-items: center;}
	.footer_top_content_left p{margin-top: 0px;}
	.footer_top_content_right {margin-top: 15px;}
	.footer_link_div{width: 80%;}
	.header_nav_box li:hover a:after{width: 100%;}
	.header_nav_box li.on a:after{width: 100%;}
	.footer_top_content_left:after{display: none;}
	.index_news_box{padding: 8vw 0px;}
	.index_zzzs_box{padding-bottom: 8vw;}
	.sljc_dszj_content{flex-wrap: wrap-reverse;}
	.sljc_dszj_content_right{margin: 0px auto;}
	.sljc_dszj_content_left{width: 100%;margin-top: 50px;}
	.sljc_dszj_content_left h2{text-align: center;}
	.sljc_dszj_content_left h2:after{left: 50%;transform: translateX(-50%);}
	.sljc_jcxm_ul{margin-top: 0px;flex-wrap: wrap;}
	.sljc_jcxm_ul li{width: 48%;margin-top: 32px;}
	.sljc_hybz_content table td{padding: 0 12px;}
	.sljc_fwys_top span{display: none;}
	.sljc_fwys_top_left{width: 100%;}
	.sljc_fwlc_ul{flex-wrap: wrap;}
	.sljc_fwlc_ul li{width: 48%;}
	.cxgl_jj_box{padding: 8vw 0px;}
	.cxgl_nl_box{padding: 8vw 0px;}
	.cxgl_jj_content_left p{font-size: 18px;}
	.cxgl_nl_ul_right h2{font-size: 18px;}
	.cxgl_nl_ul_right p{font-size: 16px;}
	.cxgl_nl_ul_right h2 img{width: 32px;}
	.cxgl_nl_ul li{flex-wrap: wrap;}
	.cxgl_nl_ul li:nth-of-type(even){flex-direction: row;}
	.cxgl_nl_ul_left{max-width: 100%;margin: 0px auto;width: auto;}
	.cxgl_nl_ul_right{width: 100%;margin-top: 30px;}
	.cxgl_nl_content p{font-size: 16px;margin-top: 30px;}
	.cxgl_nl_content h2{font-size: 18px;margin-top: 30px;}
	.cxgl_dsj_box{padding: 8vw 0px;}
	.cxgl_hzhb_ul li{width: 48%;}
	.cxgl_hzhb_box{padding: 8vw 0px;}
	.cxgl_ryq_box{padding-bottom: 8vw;}
	.fwcx_yz_box{padding: 8vw 0px;}
	.fwcx_yz_content_center{width: 92%;}
	.fwcx_yz_content_center_ul li input{width: 422px;}
	.fwcx_yz_content_center_last input{width: 316px;}
	.jrwm_rmzw_box{padding: 8vw 0px;}
	.jrwm_rmzw_butn{margin-bottom: 8vw;}
	.jrwm_rmzw_top h2{font-size: 16px;}
	.jrwm_rmzw_top span{font-size: 16px;width: 96px;}
	.jrwm_rmzw_ul li p{font-size: 16px;}
	.jrwm_gsfl_ul li{font-size: 16px;}
	.jrwm_gsfl_ul li{width: 135px;}
	.jrwm_gzhj_box{padding-bottom: 8vw;}
	.jyjc_jsfw_content li{width: 32%;}
	.jyjc_jsfw_butn li{font-size: 18px;}
	.mzsm_sm_box{padding: 8vw 0px;}
	.ptry_kycg_box{padding: 8vw 0px;}
	.ptry_zzzs_box{padding-bottom: 8vw;}
	.ptry_ptry_box{padding-bottom: 8vw;}
	.news_box{padding: 8vw 0px;}
	.news_top_ul li{width: 32%;}
	.news_bottom_ul_right{width: calc(100% - 135px);}
	.news_bottom_ul_right p{width: 92%;}
	.news_bottom_ul_div{height: auto;padding: 5vw 0px;}
	.xnjc_box{padding: 8vw 0px;}
	.lxwm_gsdz_box{padding: 8vw 0px;}
	.lxwm_bgyj_box{padding-bottom: 8vw;}
	.lxwm_gsdz_content_div_last p{font-size: 20px;}
	.lxwm_bgyj_content{padding: 30px;}
	.lxwm_bgyj_content_left li input{font-size: 18px;}
	.lxwm_bgyj_content_right textarea{font-size: 18px;}
	.zwxq_box{padding: 8vw 0px;}
	.header_top_content h2{font-size: 18px;}
	.header_top_content_right_left{width: 276px;}
	.zxwt_box{padding-bottom: 8vw;}
}
@media (max-width: 768px) {
	.header_nav_box{width: 100%;height: 100vh;position: absolute;left: 0px;top: 13.8vw;background: #FFFFFF;z-index: 999;display: none;}
	.header_nav_box li{width: 100%;text-align: center;display: block;height: auto;}
	.header_nav_box li a{text-align: center;width: 100%;display: block;color: #000000 !important;line-height: 8vw;font-size: 3.6vw;width: 80%;margin: 0px auto;}
	.header_nav_box li:hover a:after{bottom: 0;}
	.header_box h1{width: 32vw;}
	.hd_btn{display: block;}
	.header_nav_list{position: relative;top: 0;}
	.header_nav_box li:hover .header_nav_list{padding: 5vw 0px;padding-top: 0;}
	.header_nav_list_dl dd{width: 32%;padding-bottom: 3vw;margin-top: 5vw;}
	.header_nav_list_dl_right{text-align: left;}
	.header_nav_list_dl_right i{display: none;}
	.header_nav_list_dl dd a span{display: none;}
	.header_nav_list_dl_right{width: 100%;font-size: 3.2vw;}
	.header_nav_list_dl dd a{width: 100%;line-height: normal;}
	.index_butn .swiper-slide{font-size: 3.6vw;}
	.index_butn{padding-bottom: 3vw;}
	.index_butn .swiper-slide.on:after{bottom: -3vw;}
	.index_next{display: none;}
	.index_gjzx_content_list_ul li{margin-top: 4.2vw;}
	.index_gjzx_content_list_ul li h2{font-size: 3.6vw;line-height: normal;display: block;width: 90%;margin: 3.2vw auto;}
	.index_gjzx_content_list_ul_div_top h3{font-size: 3.2vw;}
	.index_gjzx_content_list_ul_div_top{margin-top: 2vw;}
	.index_gjzx_content_list_ul_div_top p{font-size: 2.8vw;line-height: 5.4vw;margin-top: 2vw;-webkit-line-clamp: 3;}
	.index_gjzx_content_list_ul_div_top span{width: 28vw;height: 8vw;border-radius: 4vw;border: 0.2vw solid #FFFFFF;margin-top: 1.2vw;font-size: 3.2vw;line-height: 8vw;}
	.index_fwly_box li:nth-of-type(1){width: 100%;height: auto;}
	.index_fwly_box li{margin-top: 4.2vw;}
	.index_fwly_box{margin-top: 0px;}
	.index_fwly_box li{width: 48%;height: auto;}
	.index_fwly_div h2{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_fwly_div p{font-size: 3.2vw;margin-top: 1.8vw;}
	.index_fwly_div{padding-bottom: 3.2vw;}
	.index_news_ul{margin-top: 4.2vw;}
	.index_news_div p{font-size: 3.2vw;line-height: 5.6vw;margin-top: 2vw;}
	.index_news_div span{font-size: 2.8vw;margin-top: 1.8vw;}
	.index_gjzx_sw{margin-top: 4.2vw;}
	.index_gjzx_sw_right, .index_gjzx_sw_left{display: none;}
	.footer_top_content_left{flex-direction: column;}
	.footer_top_box{padding: 4.2vw 0px;}
	.footer_top_content_left img{width: 50vw;}
	.footer_top_content_left p{font-size: 3.6vw;margin-top: 3.2vw;text-align: center;}
	.footer_top_content_center{width: 52%;margin-top: 3.2vw;}
	.footer_top_content_center a{font-size: 3.6vw;margin-top: 3.2vw;}
	.footer_top_content_center a{width: 48%;text-align: right;}
	.footer_top_content_center a:nth-of-type(1), .footer_top_content_center a:nth-of-type(4){width: 48%;}
	.footer_top_content_center a:nth-of-type(1), .footer_top_content_center a:nth-of-type(2), .footer_top_content_center a:nth-of-type(3){margin-top: 3.2vw;}
	.footer_top_content_right{width: 32vw;margin-top: 3.2vw;}
	.footer_top_content{padding-bottom: 5vw;}
	.footer_link_box{display: block;}
	.footer_link_box p{font-size: 3.6vw;margin-top: 5vw;}
	.footer_link_div{width: 100%;}
	.footer_link_div a{font-size: 3.2vw;margin-top: 3.2vw;}
	.footer_bottom{padding: 3.2vw 0px;}
	.footer_bottom p strong{font-size: 3.2vw;}
	.footer_bottom p{font-size: 2.8vw;}
	.footer_bottom p img{width: 3vw;}
	.footer_bottom p a{font-size: 2.8vw;}
	.sljc_dszj_box{padding: 8vw 0px;}
	.sljc_dszj_title{font-size: 4.6vw;}
	.sljc_dszj_content{margin-top: 5vw;}
	.sljc_dszj_content_right{width: 100%;}
	.sljc_dszj_content_left{margin-top: 5vw;}
	.sljc_dszj_content_left h2{font-size: 4.2vw;padding-bottom: 3vw;}
	.sljc_dszj_content_left h2:after{width: 12vw;height: 0.5vw;}
	.sljc_dszj_content_left p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.sljc_jccp_box{padding: 8vw 0px;}
	.sljc_jccp_ul{padding-top: 0px;margin-top: 1.8vw;}
	.sljc_jccp_ul li{flex-wrap: wrap;margin-top: 3.2vw;}
	.sljc_jccp_ul_left{width: 100%;height: 10.8vw;}
	.sljc_jccp_ul_left p{font-size: 4.2vw;width: 90%;text-align: center;}
	.sljc_jccp_ul_right{width: 100%;height: auto;padding: 5vw 3.2vw;}
	.sljc_jccp_ul_right h2{font-size: 3.6vw;}
	.sljc_jccp_ul_right p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.sljc_mljc_title{font-size: 4.6vw;}
	.sljc_mljc_box{padding: 8vw 0px;}
	.sljc_mljc_content{margin-top: 3.2vw;}
	.sljc_mljc_content h2{font-size: 4.2vw;padding: 3vw;}
	.sljc_mljc_content h2:after{width: 12vw;height: 0.5vw;}
	.sljc_mljc_content p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.sljc_jcxm_box{padding: 8vw 0px;}
	.sljc_jcxm_ul{margin-top: 1.8vw;}
	.sljc_jcxm_ul li{margin-top: 3.2vw;}
	.sljc_jcxm_ul_div{font-size: 4.2vw;height: 25vw;}
	.sljc_jcxm_ul_bottom{height: auto;padding: 3.2vw 0 5vw 0;}
	.sljc_jcxm_ul_bottom p{font-size: 3.2vw;line-height: 5.8vw;}
	.sljc_hybz_box{padding: 8vw 0px;}
	.sljc_hybz_content{margin-top: 5vw;padding: 2vw;}
	.sljc_hybz_content table th{line-height: 10.8vw;font-size: 4.2vw;}
	.sljc_hybz_content table td{font-size: 3.2vw;line-height: normal;padding: 1.2vw;}
	.sljc_fwys_box{padding: 8vw 0px;}
	.sljc_fwys_top{margin-top: 5vw;}
	.sljc_fwys_top_left li{width: 20vw;height: 20vw;}
	.sljc_fwys_top_left li h2{font-size: 4.2vw;padding-bottom: 3vw;}
	.sljc_fwys_top_left li:after{display: none;}
	.sljc_fwlc_box{padding: 8vw 0px;}
	.sljc_fwlc_ul{margin-top: 1.8vw;}
	.sljc_fwlc_ul li{margin-top: 3.2vw;}
	.sljc_fwlc_ul_div{padding: 2vw;}
	.sljc_fwlc_ul_div h2{font-size: 4.2vw;}
	.sljc_fwlc_ul_div p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.slc_yqsb_box{padding-bottom: 8vw;}
	.slc_yqsb_butn li{width: 32vw;height: 10.8vw;font-size: 4.2vw;line-height: 10.8vw;}
	.slc_yqsb_content_sw_div h2{height: 10.8vw;line-height: 10.8vw;font-size: 3.6vw;}
	.cxgl_jj_content{margin-top: 5vw;}
	.cxgl_jj_content_left{margin-top: 3.2vw;}
	.cxgl_jj_content_left p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.cxgl_nl_ul_right h2{font-size: 4.2vw;}
	.cxgl_nl_ul_right{margin-top: 3.2vw;}
	.cxgl_nl_ul li{margin-top: 5vw;}
	.cxgl_nl_ul_right h2 img{width: 7vw;margin-right: 3.2vw;}
	.cxgl_nl_ul_right p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.cxgl_nl_content p{margin-top: 3.2vw;font-size: 3.2vw;line-height: 5.8vw;}
	.cxgl_nl_content h2{font-size: 4.2vw;margin-top: 3.2vw;}
	.cxgl_dsj_content{margin-top: 5vw;}
	.cxgl_dsj_sw_div_top{font-size: 4.2vw;line-height: 10.8vw;height: 10.8vw;}
	.cxgl_dsj_sw .swiper-slide.swiper-slide-active .cxgl_dsj_sw_div_top{font-size: 4.8vw;height: 10.8vw;line-height: 10.8vw;}
	.cxgl_dsj_sw .swiper-slide.swiper-slide-active .cxgl_dsj_sw_div:before{width: 5vw;height: 5vw;background-size: 5vw;}
	.cxgl_dsj_sw_div:before{width: 3.2vw;height: 3.2vw;background-size: 3.2vw;}
	.cxgl_dsj_sw_div_bottom p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.cxgl_dsj_sw_div_bottom{margin-top: 8vw;}
	.cxgl_dsj_sw_div:before{left: 16.5vw;top: 14vw;}
	.cxgl_dsj_content:after{top: 14vw;}
	.cxgl_hzhb_ul li{padding: 3.2vw;}
	.cxgl_hzhb_ul li h2{font-size: 3.6vw;margin-top: 2vw;}
	.pages li{width: 10.8vw;height: 8vw;font-size: 3.2vw;margin-left: 1.2vw;}
	.cxgl_ryq_sw_div{padding: 2vw;}
	.cxgl_ryq_sw_div h2{font-size: 3.6vw;margin-top: 3.2vw;}
	.cxgl_ryq_sw_div p{font-size: 3.2vw;margin-top: 3.2vw;}
	.fwcx_yz_content{margin-top: 5vw;}
	.fwcx_yz_content_title{justify-content: center;font-size: 4vw;}
	.fwcx_yz_content_title img{width: 5vw;margin-right: 2.5vw;}
	.fwcx_yz_content{padding: 2vw;}
	.fwcx_yz_content_center{margin-top: 5vw;}
	.fwcx_yz_content_center_ul li{flex-wrap: wrap;justify-content: flex-start;margin-top: 3.2vw;}
	.fwcx_yz_content_center_ul li p{font-size: 3.6vw;}
	.fwcx_yz_content_center_ul li input{width: 100%;height: 10.8vw;font-size: 3.2vw;padding: 0vw 2.4vw;margin-top: 3.2vw;}
	.fwcx_yz_content_center_last{flex-wrap: wrap;justify-content: flex-start;margin-top: 3.2vw;}
	.fwcx_yz_content_center_last p{font-size: 3.6vw;display: block;width: 100%;margin-bottom: 3.2vw;}
	.fwcx_yz_content_center_last input{width: 56%;}
	.fwcx_yz_content_center_last_yz{width: 40%;}
	.fwcx_yz_content_btn{width: 24vw;height: 10.8vw;font-size: 4.2vw;margin-top: 5vw;}
	.fwcx_yz_content_center table th{font-size: 3.2vw;line-height: 10.8vw;}
	.fwcx_yz_content_center table td{font-size: 3.2vw;}
	.fwcx_yz_content_center table{margin-top: 5vw;}
	.cxgl_ryq_content{margin-top: 5vw;}
	.jrwm_rmzw_ul{margin-top: 1.8vw;}
	.jrwm_rmzw_ul li{padding: 2vw;margin-top: 3.2vw;}
	.jrwm_rmzw_top h2{font-size: 3.2vw;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
	.jrwm_rmzw_top span{font-size: 3.2vw;width: 16vw;height: 8.8vw;line-height: 8.8vw;}
	.jrwm_rmzw_ul li p{font-size: 3.2vw;margin-top: 3.2vw;white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}
	.jrwm_gsfl_ul{margin-top: 1.8vw;}
	.jrwm_gsfl_ul li{width: 48%;height: 10.8vw;line-height: 10.8vw;margin-top: 3.2vw;font-size: 3.2vw;}
	.jrwm_gsfl_box{padding-bottom: 8vw;}
	.jrwm_rmzw_butn li{width: 32vw;height: 10.8vw;line-height: 10.8vw;font-size: 4.2vw;}
	.jyjc_jsfw_box{padding: 8vw 0px;}
	.jyjc_jsfw_butn{margin-top: 4.8vw;flex-wrap: wrap;justify-content: space-between;margin-bottom: 4.8vw;}
	.jyjc_jsfw_butn li{font-size: 3.6vw;margin-left: 0px;width: 48%;margin-top: 3.2vw;}
	.jyjc_jsfw_content li{width: 48%;margin-top: 3.2vw;}
	.jyjc_jsfw_content_top h2{width: 92%;font-size: 4.6vw;}
	.jyjc_jsfw_content_bottom p{font-size: 3.2vw;line-height: 5.8vw;}
	.jyjc_jsfw_content_bottom{margin-top: 3.2vw;}
	.jyjc_jsfw_content li span{bottom: 1vw;font-size: 3.2vw;}
	.jyjc_jsfw_content li{padding-bottom: 5vw;}
	.mzsm_sm_div{margin-top: 5vw;}
	.mzsm_sm_div{border: 0.8vw solid #0068B7;}
	.mzsm_sm_div_top{font-size: 4.6vw;line-height: 10.8vw;}
	.mzsm_sm_div_bottom{padding: 5vw 0px;}
	.mzsm_sm_div_bottom p{font-size: 3.2vw;line-height: 5.8vw;padding-left: 3.2vw;}
	.mzsm_sm_div_bottom p:before{width: 1.2vw;height: 1.2vw;top: 2.5vw;}
	.mzsm_sm_div_bottom h2{font-size: 3.6vw;margin-top: 3.2vw;margin-bottom: 3.2vw;}
	.mzsm_sm_div_bottom h3{font-size: 3.6vw;margin-bottom: 3.2vw;}
	.mzsm_sm_div_bottom h4{font-size: 3.2vw;margin-top: 3.2vw;padding-left: 3.2vw;}
	.news_top_box{padding: 5vw 0px;}
	.news_top_ul li h2{font-size: 3.2vw;margin-top: 3.2vw;}
	.news_bottom_ul li{margin-top: 4.8vw;}
	.news_bottom_ul_div{width: 30%;}
	.news_bottom_ul_right{width: 70%;}
	.news_bottom_ul_div span{font-size: 3.6vw;margin-bottom: 1.8vw;}
	.news_bottom_ul_div span strong{font-size: 4.2vw;}
	.news_bottom_ul_right{height: auto;padding: 5vw 0px;}
	.news_bottom_ul_right h2{font-size: 3.6vw;margin-left: 3.2vw;margin-top: 0;}
	.news_bottom_ul_right p{margin-left: 3.2vw;font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;width: 88%;}
	.xnjc_content_box h2{font-size: 4.2vw;margin-top: 4.2vw;width: 17vw;padding-bottom: 3.2vw;}
	.xnjc_content_box p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.xnjc_content_box table{margin-top: 3.2vw;}
	.xnjc_content_box table th{font-size: 3.6vw;line-height: 10.8vw;}
	.xnjc_content_box table th:nth-of-type(1){width: 40%;}
	.xnjc_content_box table td{padding: 1.2vw;font-size: 3.2vw;line-height: 5.8vw;}
	.news_detial_mbx_box{font-size: 3.2vw;margin-top: 3.2vw;}
	.news_detial_content{margin-top: 3.2vw;}
	.news_detial_content_title{padding-bottom: 3.2vw;}
	.news_detial_content_title h2{font-size: 4.2vw;}
	.news_detial_content_title span{font-size: 2.8vw;margin-top: 2.8vw;}
	.news_detial_content_div h2{font-size: 3.6vw;margin-top: 3.2vw;}
	.news_detial_content_div img{margin-top: 3.2vw;}
	.news_detial_content_div p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.news_detial_last{margin-top: 3.2vw;margin-bottom: 8vw;}
	.news_detial_last a{font-size: 3.2vw;width: 48%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
	.lxwm_gsdz_content{margin-top: 5vw;padding: 3.2vw;}
	.lxwm_gsdz_content_div h2{font-size: 4.2vw;padding-bottom: 3.2vw;border-bottom: 0.2vw solid #FFFFFF;}
	.lxwm_gsdz_content_div_last p{font-size: 3.2vw;margin-top: 3.2vw;}
	.lxwm_bgyj_content{padding: 3.2vw;margin-top: 5vw;}
	.lxwm_bgyj_content_title{font-size: 4.2vw;}
	.lxwm_bgyj_content_left{width: 100%;height: auto;}
	.lxwm_bgyj_content_box{flex-wrap: wrap;margin-top: 5vw;}
	.lxwm_bgyj_content_left li{margin-top: 3.2vw;}
	.lxwm_bgyj_content_left li input{width: 100%;height: 10.8vw;padding-left: 3.2vw;font-size: 3.2vw;}
	.lxwm_code{width: 24vw;height: 8.8vw;right: 0.8vw;}
	.lxwm_bgyj_content_right{width: 100%;margin-top: 3.2vw;}
	.lxwm_bgyj_content_right textarea{padding: 3.2vw;font-size: 3.2vw;}
	.lxwm_btn{width: 48vw;height: 10.8vw;line-height: 10.8vw;font-size: 3.6vw;margin-top: 5vw;}
	.zwzp_content_bottom h2{font-size: 3.2vw;margin-top: 6.8vw;margin-bottom: 3vw;}
	.zwzp_content_bottom p{font-size: 2.8vw;line-height: 5.8vw;}
	.zwzp_content_ul_title{font-size: 3.6vw;}
	.zwzp_content_ul_bq{margin-top: 3vw;}
	.zwzp_content_ul_bq p{font-size: 3.2vw;padding:0 3vw;}
	.js_page_box{padding: 8vw 0px;}
	.js_page_box h2{font-size: 5.2vw;}
	.hy_list_top h2{width: 100%;}
	.header_top_content h2{display: none;}
	.header_top_content_right_left span{display: none;}
	.header_top_content{height: 10.8vw;}
	.header_top_content_right{width: 100%;}
	.header_top_content_right_left{width: 100%;justify-content: space-between;}
	.header_top_content_right_right{display: none;}
	.header_top_content_right_left a{font-size: 4.2vw;}
	.header_top_content_right_left a img{width: 4.2vw;margin-right: 2vw;}
	.zxwt_box table{margin-top: 5.2vw;}
	.zxwt_box table th{height: 10.8vw;font-size: 3.6vw;}
	.zxwt_box table td img{width: 3.2vw;margin-right: 1.2vw;}
	.zxwt_box table tr td:nth-of-type(1){padding-left: 1.2vw;}
	.zxwt_box table td{height: 10.8vw;font-size: 3.2vw;}
	.zxwt_box table td a{width: 16vw;height: 5.8vw;font-size: 3.2vw;line-height: 5.8vw;}
	.right_online_box{bottom: 0px;transform: initial;top: initial;width: 100%;display: flex;justify-content: space-between;right: 0px;border: none;border-radius: 0px;box-shadow: 0 2px 10px hsl(214deg 3% 49% / 30%);}
	.right_online_box li:nth-last-of-type(1){display: none;width: calc(100% / 3);height: 10.8vw;padding-bottom: 0px;}
	.right_online_box li:after{width: 1px;height: 50%;position: absolute;right: 0px;left: initial;transform: initial;top: 50%;transform: translateY(-50%);bottom: initial;}
	.right_online_box li:hover .right_online_left span{display: none;}
	.right_online_box li:hover .right_online_left img:nth-of-type(2){display: none;}
	.right_online_box li:hover .right_online_left img:nth-of-type(1){display: block;}
	.right_online_box li:hover .right_online_left p{color: #3c3f50;}
	.right_online_box li .right_online_left img{width: 6.2vw;}
	.right_online_box li .right_online_left p{font-size: 3.6vw;margin-top: 1.2vw;}
	.right_online_box li:hover .right_online_right{display: none;}
	.right_online_box li:hover .right_online_rights{display: none;}
	.right_online_box li:nth-last-of-type(2):after{display: none;}
}


















