*{margin:0;padding:0;}
body{background:#fff; font-size:100%;line-height:22px;font-family:"Microsoft YaHei";font-size:14px;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,dl,dd,select,option{ margin:0; padding:0;}
.body,.ul,.ol,.li,.p,.h1,.h2,.h3,.h4,.h5,.h6,.form,.fieldset,.table,.td,.img,.div,.tr,.dl,.dd,.select,.option{ margin:0; padding:0;}
li,img,input,em,select{ list-style:none; border:none; font-style:normal;}
a{ text-decoration:none !important; cursor:pointer !important;}
select::-ms-expand { display: none; }
.img_cover{position: absolute;top: 0;bottom: 0;left: 0;right: 0;max-width: 100%;max-height: 100%;display: block;margin:auto;padding: auto;}
.img_size{background-size:cover;background-position: 50% 50%;}
.clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
.tr{ transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;}
.wrap{ max-width:1400px; margin:0 auto;width:100%;}
.overflow { overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
input[type=text], input[type=button], input[type=submit], textarea{outline:none;}


body.active{overflow: hidden;}
.header-mask{position:fixed;left:0;top:0;overflow: hidden;background:rgba(0,0,0,0.3);z-index: 20;display: none;width:100%;height:100%;}
.header-mask.active{opacity:1;display: block;}

header{position:relative;z-index: 100;width: 100%;} 
header::before{content:"";display: block;width: 100%;}
header.act .header-content{background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.3);position:fixed;animation:searchTop 0.5s ease-in-out !important;visibility: visible !important;}
@keyframes searchTop {0% {top:-100px}100% {top:0}}
header.act .header-top, header.act .header-box{display:none;}

.header-content{position:fixed;left:0;top:0;z-index:99999;width: 100%;background:#fff;}

.header-main{display:flex;justify-content:space-between;align-items:center;padding:0.18rem 0;}
.header-main .logo img{ max-width:100%; display:block;}

.but-icon{cursor: pointer;padding-right: 15px;}
.but-icon .icon-wrapper{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.but-icon .icon-wrapper .search-icon {width: 0.36rem;height: 0.36rem;border-radius: 50%;display: flex;justify-content: center;align-items: center;position: relative;}
.but-icon .icon-wrapper .search-icon img{display:block;max-width: 100%;}

.but-icon .close-icon{position: absolute;top:0;right: 0;bottom:0;left:0;margin:auto; width: 18px;height:24px;display:none;}
.but-icon .close-icon::before, .but-icon .close-icon::after{content:"";display: block; width:100%;height:2px;background:#aeaeae;}
.but-icon .close-icon::before{position:relative;top:12px;transform:rotate(45deg);}
.but-icon .close-icon::after{ position:relative;top:10px;transform:rotate(-45deg);}

.header-form{width:100%;background:#fff;box-shadow: 0 0 5px rgba(0,0,0,0.3);position: absolute;top:0;padding:0.1rem 0;opacity: 0;transition: all 0.5s;left: 0;z-index: -1;}
.header-form form{width:100%;display:flex;justify-content: space-between;}
.header-form form input[type=button]{width:1.25rem;line-height: 0.44rem;border-radius: 5px;background:#0073c4;color:#fff;font-size:0.16rem;}
.header-form form input[type=text]{width:calc(100% - 150px);border:1px solid #d4d4d4;padding-left: 0.15rem;line-height: 0.42rem;}

.but-icon .icon-wrapper.on .search-icon img {display:none;}
.but-icon .icon-wrapper.on .close-icon {display:block;}
.header-form.on{opacity:1;z-index: 9;top:103px;}
header.act .header-form.on{top:80px;}
header.act .nav-ul li .nav_a {line-height: 80px;}

.header-main .right{display: flex;align-items: center;}
.header-main .right .tel{display: flex;align-items: center;font-size: 0.2rem;color:#333;font-weight: bold;font-family: "arial";margin-left: 0.24rem;white-space: nowrap;}
.header-main .right .tel img{margin-right: 10px;;}

.header-nav{ width:100%;background:#f1f3f5;border-top: 1px solid #c9cfd4;}
.nav-ul {display: flex;}
.nav-ul li {position:relative;width:calc(100% / 10);}
.nav-ul li .nav_a {display:block;font-size:16px;color:#333;line-height:60px;text-align:center;position: relative;}
.nav-ul li .nav_a::before{content:"";display: block;width: 0;height: 2px;background-color: #0073c4;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);transition: 0.5s;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #0073c4;font-weight: bold;}
.nav-ul li:hover .nav_a::before, .nav-ul li.active .nav_a::before{width: 32px;}

.nav-ul .sub_ul {display: none;width: 130%;position: absolute;left:50%;transform:translateX(-50%);z-index:999;background:rgba(255,255,255,1);box-shadow: 0 0 5px rgba(0, 0, 0,0.3);}
.nav-ul .sub_ul li{width:100%;}
.nav-ul .sub_ul li .nav_a2{font-size:14px;line-height:36px;color:#909399;font-weight: bold; display:block;text-align:center;transition: all 0.3s;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nav-ul li .nav_a2:hover, .nav-ul li .nav_a2.on {color: #0073c4;}

.icon-menu{ cursor:pointer;z-index:999; width:40px; height:40px;  border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative;right:0;top:0;}
.icon-menu span { width:30px;height:3px;background:#0073c4;border-radius:5px; display:block;}
.icon-menu .span02 {  margin:5px 0;}
.icon-menu .span03{width:22px;}
.icon-menu.click .span02 {width:0;opacity:0;filter:alpha(opacity=0); }
.icon-menu.click .span01 { position:relative;top:8px;transform:rotate(45deg);}
.icon-menu.click .span03 { position:relative;top:-8px;transform:rotate(-45deg);width: 100%;}

.sjnav{ width:250px; position:fixed;right:0%;z-index:30;display: block;transition: all 0.5s;top:0;}
.sjnav .list-inline{ padding:0; margin:0;overflow: hidden;right: -100%;width: 100%;transition: all 0.3s;position: absolute;transform:translateX(100%);opacity: 0;background:#fff;padding:60px 20px 0 20px;}
.sjnav.click .list-inline{transform:translateX(0);opacity: 1;right:0;}

.sjnav .list-inline-li{ display:block; margin:0; padding:0;width: 100%;border-bottom: 1px solid #ccc;}
.sjnav .list-inline-li .list-box{display: flex;justify-content: space-between;align-items: center;padding:0 0 0 10px;}
.sjnav .list-inline-li .list-box .list-link{display:block;line-height:57px; font-size:15px; color:#555;width: calc(100% - 50px);}
.sjnav .list-inline-li .list-box .list-link i{margin-right: 15px;font-size:12px;}
.sjnav .list-inline-li .list-box .fa-span{ font-size:16px;width: 40px; line-height: 50px;transition: 0.5s; display: block;text-align: center;}
.sjnav .list-inline-li.active .list-box .fa-span{transform: rotate(90deg);} 

.sjnav .list-inline-li .sublist{border-top: 1px solid #ccc;display: none;}
.sjnav .list-inline-li .sublist li{line-height: 40px;padding:0 20px 0 40px;background-color: #f5f5f5;}
.sjnav .list-inline-li .sublist li a{display: flex;justify-content: space-between;align-items: center;font-size: 14px;color:#666;}
.sjnav .list-inline-li .sublist li a:hover{color:#0073c4;}
.sjnav .list-inline-li.active .list-box .list-link{color:#0073c4;font-weight: bold;}

.banner{position: relative;}
.ban-img{display: block;max-width: 100%;margin:0 auto;}
.banner .swiper-pagination-bullet{width:10px; height:5px; opacity:1; border-radius:2px; background:#000;transition: 0.5s;border-radius: 10px;}
.banner .swiper-pagination-bullet-active{background:#0073c4;width: 30px;}
.prev-banner, .next-banner{ font-size:30px;font-family:"SimSun";color:#fff;width:40px;height:40px;background:rgba(0,0,0,0.5);border-radius:6px;display:flex;justify-content:center;align-items:center;font-weight:bold;transform:translate(0,-50%);margin:0;}
.prev-banner{left:-50%;}
.next-banner{right:-50%;}
.banner:hover .prev-banner{left:10px;}
.banner:hover .next-banner{right:10px;}

.title{text-align: center;}
.title .t1{font-size: 72px;color:#555;text-transform: uppercase;font-family:"arial";position: relative;font-weight: bold;}
.title .t1 span{opacity: 0.1;}
.title .t1::before{content:"";display: block;width: 170px;height: 1px;background-color: #767676;position: absolute;top:50%;transform: translateY(-50%);left: calc(50% - 270px);}
.title .t2{font-size: 30px;color:#222;font-weight: bold;line-height: 32px;position: relative;}
.title .t2 b{padding:0 45px;position: relative;display: inline-block;}
.title .t2 b::before, .title .t2 b::after{content:"";display: block;width: 20px;height: 20px;background: url(../images/title.png) no-repeat center center;position: absolute;top:50%;transform: translateY(-50%);}
.title .t2 b::before{left: 0;}
.title .t2 b::after{right: 0;}
.title .t3{font-size: 0.18rem;color:#555;padding-top: 16px;}

.about{padding:60px 0;}
.about .box{display: flex;justify-content: space-between;}
.about .box .left{width: 50%;}
.about .box .left .title{text-align: left;}
.about .box .left .title .t1{padding-left: 50px;}
.about .box .left .title .t1::before{display: none;}
.about .box .left .title .t2::before{content:"";display: block;width: 90px;height:3px;background-color: #0073c4;border-right: 45px solid #a4da1c;position: absolute;bottom: 0;left: 185px;}
.about .box .left .bt{font-size: 0.3rem;color:#0073c4;line-height: 0.3rem;padding:0.45rem 0 0.25rem 0;}
.about .box .left .nr{line-height: 0.3rem;font-size: 0.16rem;color:#555;}
.about .box .left a{display: block;text-align: center;border:1px solid #999;border-radius: 30px;width: 1.6rem;line-height: 0.46rem;font-size: 0.16rem;color:#333;margin-top: 0.5rem;transition: 0.5s;}
.about .box .right{width: 48%;border-radius: 30px;box-shadow: 0 0 30px rgba(0, 0, 0,0.2);position: relative;overflow: hidden;}
.about .box .right::before{content:"";display: block;padding-top: calc(432/670*100%);}
.about .box:hover .left a{background-color: #0073c4;color:#fff;border-color: #0073c4;}

.pro{padding:70px 0 60px 0;}
.pro .bigbox{margin-top: 0.4rem;border-radius: 5px;}
.pro .bigbox .box{display: none;border-radius: 5px;}
.pro .bigbox .box:first-child{display: block;}
.pro .bigbox .box .max{display: flex;border-radius: 5px;}
.pro .bigbox .box .max .txt{width: 365px;background-color: #0073c4;border-radius: 5px 0 0 5px;color:#fff;padding:45px;display: flex;flex-wrap: wrap;align-content: space-around ;}
.pro .bigbox .box .max .txt .bt{width: 100%;line-height: 0.38rem;font-size: 0.3rem;}
.pro .bigbox .box .max .txt .bt em{display: block;line-height: 0.22rem;font-size: 0.18rem;font-family: "arial";}
.pro .bigbox .box .max .txt .nr{width: 100%;line-height: 0.3rem;font-size: 0.16rem;padding:0.17rem 0;border-top: 1px solid rgba(255,255,255,0.2);border-bottom: 1px solid rgba(255,255,255,0.2);}
.pro .bigbox .box .max .pic{width: calc(100% - 365px);position: relative;overflow: hidden;}
.pro .bigbox .box .max .pic::before{content:"";display: block;padding-top: calc(324/1035*100%);}
.pro .tabs{display: flex;justify-content: space-between;background-color: #fff;border-radius: 0 0 5px 5px;}
.pro .tabs a{display: block;font-weight: bold;font-size: 0.18rem;color:#333;line-height: 0.8rem;padding:0 36px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.pro .tabs a + a{border-left: 1px solid #e3e3e3;}
.pro .tabs a:hover, .pro .tabs a.on{color:#0073c4;}
.indexpro-ul{display: flex;flex-wrap: wrap;padding:30px 0 0 0;justify-content: space-between;}
.indexpro-ul li{width: 49%;padding:0.15rem 0;border-radius: 5px;transition: 0.5s;}
.indexpro-ul li a{display:flex;border-radius: 5px;padding:30px;transition: 0.5s;}
.indexpro-ul li a .txt{width: 220px;margin-right: 20px;}
.indexpro-ul li a .txt .t1{line-height: 0.4rem;font-size: 0.3rem;color:#333;width: 100%;}
.indexpro-ul li a .txt .t1 span{display: block;line-height: 0.22rem;font-size: 0.14rem;font-family: "arial";}
.indexpro-ul li a .txt .t2{width: 100%;line-height: 0.24rem;font-size: 0.16rem;color:#555;margin: 0.24rem 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.indexpro-ul li a .txt .t3{width: 1.05rem;line-height: 0.36rem;border-radius: 5px;text-align: center;background-color: #ebebeb;font-size: 0.14rem;color:#333;transition: 0.5s;}
.indexpro-ul li a .pic{width: calc(100% - 240px);position: relative;overflow: hidden;}
.indexpro-ul li a .pic::before{content:"";display: block;padding-top: calc(250/385*100%);}
.indexpro-ul li:hover a{transform: translateY(-10px);box-shadow: 0 4px 5px rgba(0, 0, 0,0.2);}
.indexpro-ul li:hover a .txt .t3{background-color: #0073c4;color:#fff;}

.swiper-pro .swiper-slide{padding:15px 0;border-radius: 5px;}
.swiper-pro .swiper-slide a{display:flex;border-radius: 5px;padding:30px;transition: 0.5s;}
.swiper-pro .swiper-slide a .txt{width: 220px;margin-right: 20px;}
.swiper-pro .swiper-slide a .txt .t1{line-height: 0.4rem;font-size: 0.3rem;color:#333;width: 100%;}
.swiper-pro .swiper-slide a .txt .t1 span{display: block;line-height: 0.22rem;font-size: 0.14rem;font-family: "arial";}
.swiper-pro .swiper-slide a .txt .t2{width: 100%;line-height: 0.24rem;font-size: 0.16rem;color:#555;margin: 0.24rem 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.swiper-pro .swiper-slide a .txt .t3{width: 1.05rem;line-height: 0.36rem;border-radius: 5px;text-align: center;background-color: #ebebeb;font-size: 0.14rem;color:#333;transition: 0.5s;}
.swiper-pro .swiper-slide a .pic{width: calc(100% - 240px);position: relative;overflow: hidden;}
.swiper-pro .swiper-slide a .pic::before{content:"";display: block;padding-top: calc(250/385*100%);}
.swiper-pro .swiper-slide:hover a{transform: translateY(-10px);box-shadow: 0 4px 5px rgba(0, 0, 0,0.2);}
.swiper-pro .swiper-slide:hover a .txt .t3{background-color: #0073c4;color:#fff;}







.ys{padding:80px 0 400px 0;position: relative;}
.ys .title .t1{color:#fff;}
.ys .title .t1 span{opacity: 0.2;}
.ys .title .t2{color:#fff;}
.ys .title .t3{color:#fff;}
.ys .box{padding:50px 0 0 0;display: flex;justify-content: space-between;}
.ys .box .left{background-color: #fff;padding:40px 50px;position: relative;width: 50%;}
.swiper-ys .txt{width: 100%;position: relative;padding-bottom: 10px;}
.swiper-ys .txt .t1{font-size: 0.3rem;color:#333;padding-bottom: 0rem;width: 100%;display: flex;justify-content: space-between;align-items: flex-start;line-height: 0.5rem;}
.swiper-ys .txt .t1 em{font-size: 0.6rem;color:#dbdbdb;font-weight: bold;font-family: "arial";}
.swiper-ys .txt .t2{font-size: 0.18rem;color:#222;font-weight: bold;padding:0.18rem 0;}
.swiper-ys .txt .t3{font-size: 0.16rem;color:#444;line-height: 0.25rem;min-height: 1rem;}
.ys .box .left .jt-box{display: flex;}
.prev-ys, .next-ys{width: 0.4rem;height: 0.4rem;display: flex;justify-content: center;align-items: center;font-size: 0.24rem;color:#fff;background-color: #a4da1c;}
.prev-ys:hover, .next-ys:hover{background-color: #0073c4;}
.ys .box .right{width: 50%;}
.ys .box .right .pic{width: 100%;position: relative;overflow: hidden;}
.ys .box .right .pic::before{content:"";display: block;padding-top: calc(375/700*100%);}
.ys-img{display: block;max-width: 100%;position: absolute;left: 0;bottom: 0;}

.shebei{padding:80px 0;}
#certify {position: relative;width: 100%;margin: 0 auto;padding:50px 100px 50px 100px;}
#certify .swiper-slide {width: 450px;}
#certify .swiper-slide a{display: block;position: relative;border-radius: 50%;}
#certify .swiper-slide a .pic{width: 100%;border-radius: 50%;padding:10px;background-color: rgba(0, 0, 0,0.1);position: relative;}
#certify .swiper-slide a .pic .img{position: relative;overflow: hidden;border-radius: 50%;background-color: #fff;}
#certify .swiper-slide a .pic .img::before{content:"";display: block;padding-top: calc(100%);}
#certify .swiper-slide a .txt{text-align: center;padding:30px 0 0 0;}
#certify .swiper-slide a .txt .t1{line-height: 0.38rem;font-size: 0.24rem;color:#333;}
#certify .swiper-slide a .txt .t2{line-height: 0.32rem;font-size: 0.16rem;color:#777;opacity: 0;}
#certify .swiper-slide a .txt .t3{font-size: 14px;color:#fff;background-color: #0073c4;border-radius: 30px;width: 1.35rem;line-height: 0.46rem;margin:20px auto 0 auto;opacity: 0;}
#certify .swiper-slide-active a .pic{padding:20px;}
#certify .swiper-slide-active a .txt .t2{opacity: 1;}
#certify .swiper-slide-active a .txt .t3{opacity: 1;}
#certify .swiper-button-prev, #certify .swiper-button-next{ width:60px;height:60px;border:3px solid #0073c4; background:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:bold;transform:translate(0,-50%);margin:0;color:#0073c4;font-size: 0.24rem;top:45%}
#certify .swiper-button-prev:hover, #certify .swiper-button-next:hover{background-color: #0073c4;color:#fff;}
#certify .swiper-button-prev{left: -1%;}
#certify .swiper-button-next{right: -1%;}

.index-box{padding:70px 0;}
.index-box .box{display: flex;justify-content: space-between;}
.index-box .box .bb{display: block;width: 49%;border-radius: 5px;background-color: #fff;box-shadow: 0 0 20px rgba(0, 0, 0,0.2);}
.index-box .box .pic{width: 100%;position: relative;overflow: hidden;border-radius: 5px;}
.index-box .box .pic::before{content:"";display: block;padding-top: calc(293/684*100%);}
.index-box .box .links{display: flex;flex-wrap: wrap;}
.index-box .box .links a{font-size: 0.18rem;color:#333;display: block;text-align: center;background-color: #f5f5f5;border-radius:30px;margin-left: 10px;line-height: 40px;width: 125px;;}
.index-box .box .links a:hover{background-color: #0073c4;color:#fff;}
.index-box .box .txt{padding:42px 30px;display: flex;justify-content: space-between;align-items: center;}
.index-box .box .t1{font-size: 0.18rem;color:#555;line-height: 0.4rem;}
.index-box .box .t1 b{font-size: 0.26rem;color:#444;padding-right: 0.25rem;white-space: nowrap;}
.index-box .box .t1 b span{color:#0073c4;padding-right:5px;}

.video{background-color: #f8f8f8;padding:70px 0;}
.video .box{position: relative;margin-top: 50px;}
.video .box .txt{text-align: center;padding-top: 0.2rem;font-size: 0.18rem;color:#333;}
.video .box video{width: 100%;height: 2.85rem;background-color: #000;border-radius: 5px;}
.prev-video, .next-video{font-family:'SimSun'; color:#888;font-size:0.7rem;position: absolute;top:50%;transform: translateY(-50%);}
.prev-video{left: -60px;}
.next-video{right:-60px;}
.prev-video:hover, .next-video:hover{color:#0073c4}

.news{padding:70px 0;}
.news .box{padding:50px 0 0 0;display: flex;justify-content:space-between;}
.news .box .left{width: 45%;padding:0 4%;}
.news .box .left a{display: block;}
.news .box .left a .pic{width: 100%;position: relative;overflow: hidden;margin: 0.35rem 0;}
.news .box .left a .pic::before{content: "";display: block;padding-top: calc(315/520*100%);}
.news .box .left a:hover .img_cover{transform: scale(1.1);}
.news .box .left a:hover .t1{color:#0073c4}

.news .box .t1{font-size: 0.18rem;color:#333;font-weight: bold;margin-bottom: 18px;}
.news .box .t2{font-size: 0.15rem;color:#777;line-height: 0.24rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;height: 0.72rem;}
.news .box .t3{font-size: 0.14rem;color:#6c6c6c;font-family: "arial";}

.news .box .right{width: 55%;border-left: 1px solid #e5e5e5;padding-left: 4%;}
.news .box .right a{display: flex;}
.news .box .right a .pic{width: 160px;position: relative;overflow: hidden;}
.news .box .right a .pic::before{content:"";display: block;padding-top: calc(125/160*100%);}
.news .box .right a .txt{width: calc(100% - 160px);padding-left: 20px;}
.news .box .right a .txt .t1{margin-bottom: 10px;}
.news .box .right a .txt .t2 span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news .box .right a + a{border-top: 1px solid #e5e5e5;}
.news .box .right a:nth-child(1){padding:0 0 35px 0;}
.news .box .right a:nth-child(2){padding:35px 0;}
.news .box .right a:nth-child(3){padding:35px 0 0 0;}
.news .box .right a:hover .img_cover{transform: scale(1.1);}
.news .box .right a:hover .t1{color:#0073c4}


.hf{width: 100%;position: relative;height: 178px;}
.hf::before, .hf::after{content: "";display: block;width: 50%;position: absolute;top: 0;height: 100%;}
.hf::before{background: url(../images/bg5.jpg) no-repeat 50% 50%;background-size: cover;left: 0;}
.hf::after{background: url(../images/bg6.jpg) no-repeat 50% 50%;background-size: cover;right: 0;}
.hf .wrap{display: flex;position: relative;z-index: 3;height: 100%;}
.hf .wrap a{display: flex;align-items: center;justify-content: center;width: 50%;font-size: 0.24rem;color:#fff;font-weight: bold;}
.hf .wrap a img{display: block;max-width: 100%;margin-right: 0.28rem;transition: 0.5s;}
.hf .wrap a:hover img{transform: rotateY(360deg);}

footer{background:#e9ebee;}
footer .box2{display: flex;justify-content: space-between;align-items: flex-start;padding:0.5rem 0;border-bottom: 1px solid rgba(255,255,255,0.3);}
footer .box2 dl dt{line-height: 0.3rem;font-size: 0.18rem;color:#2a2a2a;margin-bottom: 0.2rem;font-weight: normal;}
footer .box2 dl dd a{display: block; line-height: 0.3rem;font-size: 0.14rem;color:#707070;}
footer .box2 dl dd a:hover{color:#707070;text-decoration: underline !important;opacity: 1;}
footer .box2 .lxfs .tel{padding:18px 0 18px 48px;background: url(../images/d6.png) no-repeat left center;border-top: 1px solid #848586;border-bottom: 1px solid #848586;}
footer .box2 .lxfs .t1{font-size: 14px;color:#707070;line-height: 22px;}
footer .box2 .lxfs .t2{line-height: 0.25rem;font-size: 0.24rem;color:#0073c4;font-family: "arial";font-weight: bold;}
footer .box2 .lxfs .t3{line-height: 0.3rem;font-size: 14px;color:#707070;padding-top: 0.2rem;}
footer .box2 .ewm{text-align: center;width: 110px;}
footer .box2 .ewm img{display: block;max-width: 100%;width: 100%;;}
footer .box2 .ewm span{display: block;font-size: 0.14rem;color:#707070;padding-top: 0.1rem;}
footer .box3{padding:0.2rem 0;font-size: 0.14rem;color:#fff;line-height: 0.2rem;background-color: #555;}
footer .box3 .wrap{display: flex;justify-content: space-between;align-items: center;}
footer .box3 a{color:#fff}
footer .box3 a:hover{color:#fff;text-decoration: underline !important;}

/**/
.page{padding:50px 0;}
.page .wrap{display: flex;align-items: flex-start;}
.page-left{width: 280px;box-shadow: 0 0 30px rgba(0, 0, 0,0.2);border-top: 5px solid #a2d818;margin-right: 40px;}

.s-drop-wrap { width:100%; }
.s-drop-btn { background:#0071c1; line-height:0.34rem; font-size:0.24rem; color: #fff; position:relative;padding:0.16rem 0.25rem;font-weight: bold;}
.s-drop-btn em{display: block;font-weight: normal;text-transform: uppercase;line-height: 0.22rem;font-size: 0.18rem;opacity: 0.6;font-family: "arial";}
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%);}
.s-drop-btn.act{ background:#0071c1;}

.s-drop-list {display: block;}
.s-drop-list li + li{border-top: 1px solid #e0e0e0;}
.s-drop-list li a{display: block;}
.aside-list-link{ font-size:0.16rem; color:#333;line-height:0.62rem;padding:0 0.4rem 0 0.25rem;align-items: center;position: relative;}
.aside-list-link::before{content: '-';display: block;font-size: 0.18rem;color:#999;position: absolute;right: 30px;top:50%;transform: translateY(-50%);;}
.aside-list-link:hover, .aside-list-link.act{  color:#0071c1;font-weight: bold;}
.aside-list-link:hover::before, .aside-list-link.act::before{content: '+';color:#0071c1}

.s-drop-list li .aside-sublist{ width:100%;  display:none; padding:10px 25px; }
/*.s-drop-list li:first-child .aside-sublist{display:block;}*/
.s-drop-list li .aside-sublist li + li{border:none}
.s-drop-list li .aside-sublist li {padding:5px 0;}
.s-drop-list li .aside-sublist li a{ color:#5e5e5e; font-size:0.14rem;background-color: #f1f1f1;display: flex;justify-content: space-between;align-items: center;line-height: 0.38rem;border-radius: 10px; padding:0 0.2rem;overflow: hidden;white-space:nowrap;text-overflow: ellipsis;}
.s-drop-list li .aside-sublist li a:hover, .s-drop-list li .aside-sublist li a.act{ background:#0071c1;color:#fff;}

.page-right{width: calc(100% - 320px);}
.page-bt{display: flex;justify-content: space-between;align-items: center;font-size: 0.24rem;color:#555;border-bottom: 1px solid #dedede;line-height: 0.4rem;padding-bottom: 0.2rem;}
.page-bt a{font-size: 14px;color:#555;}
.page-bt a:hover{color:#0071c1;}

.pro-ul{display: flex;flex-wrap:wrap;margin:0 -1%;padding:0.2rem 0;}
.pro-ul li{width: calc(100% / 3 - 2%);margin:1%;border:1px solid #d0d0d0;padding:20px;transition: 0.5s;}
.pro-ul li a{display: block;}
.pro-ul li a .pic{width: 100%;position: relative;overflow: hidden;}
.pro-ul li a .pic::before{content:"";display: block;padding-top: calc(60%);}
.pro-ul li a .txt .t1{line-height: 0.44rem;font-size: 0.18rem;color:#333;width: 100%;}
.pro-ul li a .txt .t2{width: 100%;line-height: 0.24rem;font-size: 0.16rem;color:#555;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.pro-ul li a .txt .t3{width: 1.05rem;line-height: 0.36rem;border-radius: 5px;text-align: center;background-color: #ebebeb;font-size: 0.14rem;color:#333;transition: 0.5s;margin-top: 0.2rem;}
.pro-ul li:hover{transform: translateY(-7px);box-shadow: 7px 7px 0 #f2f2f2;}
.pro-ul li:hover .txt .t3{background-color: #0071c1;color:#fff;}

.pro-show{display: flex;justify-content: space-between;padding:0.2rem 0 0 0;}
.pro-show .left{width: 52%;border:1px solid #d2d2d2;border-right: none;background-color: #fff;padding:10px;}
.pro-show .left .pic{width: 100%;position: relative;overflow: hidden;;}
.pro-show .left .pic::before{content:"";display: block;padding-top: calc(65%);}
.pro-show .right{width: 48%;background-color: #f0f0f0;padding:50px;}
.pro-show .right .t1{font-size: 0.26rem;color:#0073c4;margin-bottom: 0.25rem;}
.pro-show .right .t2{font-size: 0.16rem;color:#555;;}
.pro-show .box .nr{font-size: 0.16rem;}

.pro-xq{padding:0.25rem 0;}
.pro-xq .tabs{display: flex;border-bottom: 1px solid #bdbdbd;;}
.pro-xq .tabs a{display: block;font-size: 0.18rem;color:#555;line-height: 0.62rem;margin-right: 0.45rem;position: relative;}
.pro-xq .tabs a:hover, .pro-xq .tabs a.on{font-weight: bold;color:#0071c1}
.pro-xq .tabs a::before{content:"";display: block;width: 0px;height: 1px;background-color: #0071c1;position: absolute;left: 0;bottom: -1px;transition: 0.5s;}
.pro-xq .tabs a:hover::before, .pro-xq .tabs a.on::before{width: 100%;}
.pro-xq .box{padding:0.24rem 0 0 0;}
.pro-xq .box .nr{display: none;}
.pro-xq .box .nr:first-child{display: block;}
.pro-xq .box img{display: block;max-width: 100%;margin: auto;}

.news-ul{display: block;padding:0.25rem 0;}
.news-ul li{background-color: #f6f6f6;padding:15px;width: 100%;margin:6px 0;}
.news-ul li a{display: flex;}
.news-ul li a .pic{width: 160px;position: relative;overflow: hidden;}
.news-ul li a .pic::before{content:"";display: block;padding-top: calc(125/160*100%);}
.news-ul li a .txt{width: calc(100% - 160px);padding-left: 20px;display: flex;flex-wrap: wrap;align-content: space-between;}
.news-ul li a .txt .t1{width:100%;font-size: 0.18rem;color:#333;font-weight: bold;}
.news-ul li a .txt .t2{width:100%;font-size: 0.15rem;color:#777;line-height: 0.24rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.news-ul li a .txt .t3{width:100%;font-size: 0.14rem;color:#6c6c6c;font-family: "arial";}
.news-ul li a:hover .img_cover{transform: scale(1.1);}
.news-ul li a:hover .t1{color:#0073c4}

.news-show{min-height:5rem;padding: 0.24rem 0;}  
.news-show .bt{border-bottom: 1px solid #dadada;padding-bottom: 0.15rem;text-align: center;}
.news-show .bt b{display: block;line-height: 0.36rem;font-size: 0.2rem;color:#333;}
.news-show .bt span{display: block;line-height: 0.25rem;font-size: 0.14rem;color:#888;}
.news-show .nr{font-size: 0.16rem;color:#555;line-height: 0.28rem;}
.news-show img{display: block;max-width: 100%;margin:0.2rem auto;}

.video-ul{padding:0.22rem 0;display: flex;flex-wrap: wrap;}
.video-ul li{width: calc(100% / 3 - 1%);margin:0.5%;}
.video-ul li .txt{text-align: center;padding: 0.14rem 0;font-size: 0.16rem;color:#333;border-bottom: 1px solid #d2d2d2;}
.video-ul li video{width: 100%;height: 2.5rem;background-color: #000;border-radius: 5px;}

.page-contact{display: flex;justify-content: space-between;padding:0.35rem 0;}
.page-contact .txt{width: 38%;font-size:0.16rem;color:#555;line-height: 0.36rem;padding-right: 2%;}
.page-contact .right{width:60%;position: relative;overflow: hidden;box-shadow:0 0 5px rgba(0,0,0,0.3);}
.page-contact .right:before{content:"";display:block;padding-top:60%;}
.page-about .right iframe{width: 100%;height: 100%;}






.hot{width:100%;background:#0073c4; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;
    height: calc(58px +  constant(safe-area-inset-bottom));height: calc(58px +  env(safe-area-inset-bottom));padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);}
.hot span{ color:#fff; font-size:16px; line-height:20px;display: block;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row .decoration{ display:block; color:#fff; padding:7px 0;}
.hot .row .col-xs-3{border-right: 1px solid rgba(255,255,255,0.3);}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box img{ max-width: 140px; }

.view-wecht-icon{position: relative;}
.view-wecht-icon a{width:100%;position: absolute;left: 0;top: 0;z-index: 5;background: #191919;}
.view-wecht-icon button{ position: relative; z-index: 2; padding: 0; width:100%; height:100%; border:none;background:none;}
.view-wecht-icon input{ display: block; position: absolute; left: 10px; top: 10px; z-index: 1; width: 40px; height: 40px; opacity: 0;}
.view-wecht-box{position: fixed; left:0; top:0; z-index: 99999999999999; width: 100%; height: 100%; background: rgba(0,0,0,.6); overflow: hidden; visibility: hidden; opacity: 0; transition: all 0.3s;}
.view-wecht-box .view-wecht{ position: absolute; left:5%; right: 5%; top: 50%; margin-top: -150px; background: #fff; border-radius: 20px; box-shadow:0 0 15px rgba(0,0,0,.1); transform: scale(1.2); transition: all 0.3s;}
.view-wecht-box .view-wecht .view-wecht-container{ padding:30px 30px 0 30px;font-size:12px;}
.view-wecht-box .view-wecht .view-wecht-container .mc{ font-size:18px; color: #333; line-height: 24px; font-weight: bold;}
.view-wecht-box .view-wecht .view-wecht-container .textbox{ margin-bottom: 15px; font-size: 12px; color: #333; line-height:18px;}
.view-wecht-box .view-wecht .view-wecht-container .textbox span{ font-family:'Impact';font-size:14px;}
.view-wecht-box .view-wecht .view-wecht-container .queren{width:30px;height: 30px; font-size: 16px; color: #fff;position: absolute;left:50%;bottom:-38px;border:1px solid #fff;transform:translateX(-50%);border-radius: 50%;display:flex;justify-content: center;align-items: center}
.view-wecht-box .view-wecht .view-wecht-container img{display:block;max-width:150px; margin:2% auto;}
.view-wecht-box.active{ visibility: visible; opacity: 1;}

.haoma{width: 100%;background-color:#f5f5f5;position: fixed;left: 0;bottom: 0;z-index: 999999;overflow: hidden;display: none;box-shadow: 0 0 5px rgba(0, 0, 0,0.3);}
.haoma a, .haoma .quxiao{display: block;background-color: #fff;line-height: 44px;color:#333;text-align: center;border-bottom: 1px solid #ddd; font-size:15px;}
.haoma .quxiao{margin-top: 6px;border-top: 1px solid #ddd;}
.haoma .quxiao:hover, .haoma a:hover{background:#ddd;}
.foot-bbj{width:100%;height: 100%;position: fixed;left: 0;top: 0;background-color: rgba(0,0,0,0.6);display: none;z-index: 999;}



.jlfanye{ /*float:right;*/ width:100%;}
.jlfanye a{ padding:5px;  border: solid 1px #dedede; /*float:left;*/ min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#f00;}

@media (max-width:1400px){
	.wrap{ width:96%}
  .ban-img{object-fit:initial}
  .header-main .right .tel:last-child{display: none;}
  .pro .tabs a{padding:0 10px;}
}
@media (max-width:1100px){
	.wrap{ width:96%}
}

@media (max-width:991px){
  header.act .header-box{display:block;}
  .header-main .right{display: none;}
  .about .box, .ys .box, .news .box{display: block;}
  .about .box .left, .ys .box .left, .ys .box .right, .news .box .left{width: 100%;}
  .about .box .right{width: 100%;margin-top:20px;}
  .indexpro-ul li{width: 100%;}
  .ys-img{display: none;}
  .ys{padding:80px 0;}
  .news .box .right{width: 100%;padding:20px 0 0 0;}
  /**/
  .page .wrap{display: block;width: 100%;}
  .page-left{width: 100%;margin:0;}
  .s-drop-list{display: none;}
  .page-right{padding:0 2%;width: 100%;}
  .pro-show .right{padding:20px;}
  .video-ul li{width: 49%;}
}
 
@media (max-width:767px){
  .header-main .logo{width:180px;}
  .title .t1{font-size: 34px;}
  .title .t1::before, .title .t2 b::before, .title .t2 b::after{display: none;}
  .title .t2{font-size: 20px;line-height: 24px;margin-top: -10px;}
  .title .t3{font-size: 13px;padding-top: 5px;}
  .about .box .left .title .t1{padding-left: 10px;}
  .about .box .left .title .t2::before{left: 120px;}
  .about .box .left .bt{font-size: 18px;padding:20px 0;}
  .about .box .left a{margin-top: 20px;}
  .about, .pro, .ys, .shebei, .index-box, .video, .news{padding:24px 0;}
  .pro .bigbox{margin-top:20px;}
  .pro .bigbox .box .max{display: block;}
  .pro .bigbox .box .max .txt{width: 100%;padding:15px;}
  .pro .bigbox .box .max .txt .bt{font-size: 20px;margin-bottom: 20px;}
  .pro .bigbox .box .max .pic{width: 100%;}
  .pro .bigbox .box .max .pic::before{padding-top: 50%;}
  .pro .tabs{display: none;}
  .indexpro-ul{padding:14px 0 0 0;}
  .indexpro-ul li a{padding:10px;display: block;}
  .indexpro-ul li a .txt{width: 100%;margin:0 0 10px 0;}
  .indexpro-ul li a .txt .t1{font-size: 20px;font-weight: bold;}
  .indexpro-ul li a .pic{width: 100%;}
  
  .swiper-pro .swiper-slide a{padding:10px;display: block;}
  .swiper-pro .swiper-slide a .txt{width: 100%;margin:0 0 10px 0;}
  .swiper-pro .swiper-slide a .txt .t1{font-size: 20px;font-weight: bold;}
  .swiper-pro .swiper-slide a .pic{width: 100%;}
  
  .ys .box{padding:20px 0 0 0;}
  .ys .box .left{padding:15px;}
  .swiper-ys .txt .t1{font-size: 22px;}
  .swiper-ys .txt .t1 em{font-size: 40px;}
  #certify{padding:20px 0 0 0;}
  #certify .swiper-button-prev, #certify .swiper-button-next{width: 30px;height: 30px;border-width: 1px;font-size: 16px;top: 35%;}
  #certify .swiper-slide{width: 75%;}
  #certify .swiper-slide-active a .pic{padding: 6px;}
  #certify .swiper-slide a .txt{padding:10px 0 0 0;}
  .index-box .box{display: block;}
  .index-box .box .bb{width: 100%;}
  .index-box .box .txt{padding:20px 10px;}
  .index-box .box .txt img{width: 40px;display: block;}
  .index-box .box .t1 b{font-size: 18px;padding-right: 10px;}
  .index-box .box .links a{width: initial;padding:0 10px;font-size: 13px;line-height: 30px;}
  .video .box{margin-top:20px;}
  .news .box{padding:20px 0 0 0;}
  .news .box .left a .pic{margin:10px 0;}
  .news .box .right a:nth-child(1){padding:0 0 15px 0;}
  .news .box .right a:nth-child(2){padding:15px 0;}
  .news .box .right a:nth-child(3){padding:15px 0 0 0;}
  .news .box .right a .pic{width: 130px;}
  .news .box .right a .txt{width: calc(100% - 130px);padding-left: 10px;}
  .hf{height: 90px;}
  .hf .wrap a{font-size:16px;}
  .hf .wrap a img{width: 30px;margin-right: 10px;}
  footer .box3 .wrap{display: block;text-align: center;}
  footer .box3 .wrap div{display: inline;}
  footer .box2{padding:20px 0;display: block;}
  footer .box2 dl{display: none;}
  footer .box2 .lxfs .tel{padding:10px 0 10px 45px;border-color: #d2d2d2;}
  /**/
  .page{padding:24px 0;}
  .s-drop-btn{padding:10px 20px;font-size:18px;}
  .s-drop-btn em{font-size: 13px;}
  .pro-ul li{width: 48%;padding:10px;}
  .pro-ul li a .txt .t3{margin-top: 10px;}
  .pro-ul li a .txt .t1{font-size: 16px;}
  .pro-ul li a .txt .t2{font-size: 13px;}
  .pro-show{display: block;}
  .pro-show .left{width: 100%;border-right: 1px solid #d2d2d2;}
  .pro-show .right{width: 100%;padding:15px;;}
  .pro-show .right .t1{font-size: 22px;margin-bottom: 10px;}
  .news-ul li{padding:5px;}
  .news-ul li a .pic{width: 130px;}
  .news-ul li a .txt{width: calc(100% - 130px);padding-left: 10px;}
  .news-ul li a .txt .t2{-webkit-line-clamp:2;}
  .news-show .bt{text-align: left;}
  .news-show .bt b{line-height: 20px;font-size: 16px;margin-bottom: 5px;}
  .video-ul li{width: 99%;}
  .video-ul li .txt{margin-bottom: 15px;}
  .page-contact{display: block;padding:20px 0;}
  .page-contact .txt{width: 100%;padding:0 0 20px 0;}
  .page-contact .right{width: 100%;}
}

@media (max-width:567px){
}

@media (max-width:336px) {
}
	
	
	
	
	
	
	