*{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;border-bottom: 5px solid #004fc5;}

.header-main{display:flex;justify-content:space-between;align-items:center;padding:0 4%;position: relative;}
.header-main .logo img{ max-width:100%; display:block;}

.header-main .right{display: flex;align-items: center;}
.header-main .right a{display: flex;justify-content: center;align-items: center;align-content: center; border-radius: 50%;border: 1px solid #d6d6d6;color:#004fc5;font-weight: bold;font-size: 18px;width: 35px;height: 35px;margin:0 10px;}
.header-main .right a:hover{background-color: #004fc5;color:#fff;}
.header-main .right a .kf:last-child{display: none;}
.header-main .right a:hover .kf:first-child{display: none;}
.header-main .right a:hover .kf:last-child{display: block;}
.header-main .right a .ewm{display: none;position: absolute;z-index: 2;box-shadow: 0 0 5px rgba(0, 0, 0,0.3);}
.header-main .right a:hover .ewm{display: block;}



.nav-ul {display: flex;width: 56%;position: relative;}
.nav-ul li {width: calc(100% / 8);}
.nav-ul li .nav_a {display:block;font-size:16px;color:#333;line-height:105px;text-align:center;position: relative;}
.nav-ul li .nav_a::before{content:"";display: block;width: 0px;height: 6px;border-radius: 6px 6px 0 0;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);transition: 0.5s;background-color: #004fc5;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #004fc5;font-weight: bold;}
.nav-ul li:hover .nav_a::before, .nav-ul li.active .nav_a::before{width: 80%;}

.nav-ul .sub_ul {display: none;width: 1200px;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 .box{display: flex;}
.nav-ul .sub_ul .box .sub-left{width: 200px;border-right: 1px solid #ebebeb;padding:20px}
.nav-ul .sub_ul .box .sub-left .bt{position: relative;font-size: 18px;color:#004fc5;padding-top: 40px;line-height: 24px;}
.nav-ul .sub_ul .box .sub-left .bt .t2{font-size: 14px;color:#c0c0c0;text-transform: uppercase;}
.nav-ul .sub_ul .box .sub-left .bt::before{content:"";display: block;width: 30px;height: 1px;background-color: #004fc5;position: absolute;left: 0;top:0;}
.nav-ul .sub_ul .box .sub-right{width: calc(100% - 150px);padding:10px;}
.nav-ul .sub_ul .box .sub-right .links{display: flex;flex-wrap: wrap;}
.nav-ul .sub_ul .box .sub-right .links a{width: calc(100% / 4 - 2%);margin:1%;}
.nav-ul .sub_ul .box .sub-right .links a .pic{width: 100%;position: relative;overflow: hidden;}
.nav-ul .sub_ul .box .sub-right .links a .pic::before{content:"";display: block;padding-top: 64%;}
.nav-ul .sub_ul .box .sub-right .links a .txt{text-align: center;line-height: 40px;font-size: 14px;color:#333;}
.nav-ul .sub_ul .box .sub-right .links a:hover .img_cover{transform: scale(1.1);}
.nav-ul .sub_ul .box .sub-right .links a:hover .txt{color:#004fc5;}

.nav-ul .sub_ul .box .sub-tabs{width:200px;background-color: #f6f6f6;}
.nav-ul .sub_ul .box .sub-tabs a{display: block;line-height: 50px;border-bottom: 1px solid #ebebeb;font-size: 15px;color:#666;padding:0 15px;;}
.nav-ul .sub_ul .box .sub-tabs a:hover, .nav-ul .sub_ul .box .sub-tabs a.on{background-color: #fff;}
.nav-ul .sub_ul .box .sub-right .sub-box{padding:30px;display: none;}
.nav-ul .sub_ul .box .sub-right .sub-box:first-child{display: block;}
.nav-ul .sub_ul .box .sub-right .sub-box .bt{font-size: 18px;color:#004fc5;font-weight: bold;position: relative;}
.nav-ul .sub_ul .box .sub-right .sub-box .bt::before{content:"";display: block;width: 30px;height: 1px;background-color: #004fc5;position: absolute;left: 0;bottom:-12px;}
.nav-ul .sub_ul .box .sub-right .sub-box .nr{width: 100%;display: flex;flex-wrap: wrap;padding-top: 20px;}
.nav-ul .sub_ul .box .sub-right .sub-box .nr a{display: block;width: calc(100% / 3);position: relative;padding-left: 14px;line-height: 32px;font-size: 14px;color:#333;;}
.nav-ul .sub_ul .box .sub-right .sub-box .nr a::before{content:"";display: block;width: 3px;height: 3px;background-color: #004fc5;position: absolute;left: 0;top:50%;transform: translateY(-50%);}
.nav-ul .sub_ul .box .sub-right .sub-box .nr a:hover{color:#004fc5;}


.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:#004fc5;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:#004fc5;}
.sjnav .list-inline-li.active .list-box .list-link{color:#004fc5;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:#fff;transition: 0.5s;border-radius: 10px;}
.banner .swiper-pagination-bullet-active{background:#004fc5;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;position: relative;color:#333;}
.title .t1{line-height: 56px;font-size: 30rem;font-weight: bold;position: relative;}
.title .t1::before{content:"";display: block;width: 100px;height: 2px;background-color: #004fc5;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
.title .t1::after{content:"";display: block;width: 200px;height: 1px;background-color: #fff;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
.title .t2{font-size: 14px;padding:8px 0 12rem 0;;}
.title img{display: block;max-width: 100%;margin:0 auto;}

.tabs{display: flex;justify-content: center;padding:20px 0 0 0;}
.tabs a{display: block;width: 160px;line-height: 40px;text-align: center;border:1px solid #eee;border-radius: 30px;margin:0 5px;font-size: 16px;color:#333;}
.tabs a:hover, .tabs a.on{background-color: #004fc5;color:#fff;}

.about{padding:50px 0 0 0;}
.about .box{padding:70px 0 0 0;display: flex;justify-content: space-between;position: relative;}
.about .box .left{width: 47%;}
.about .box .left .bt{width: 100%;position: relative;;}
.about .box .left .bt .t1{font-size: 48px;color:#333;font-weight:bold;font-family: "arial";opacity: 0.1;position: absolute;left: 0;top: 0;}
.about .box .left .bt .t2{display: flex;align-items: center;font-size: 30px;color:#004fc5;font-weight: bold;line-height: 48px;}
.about .box .left .bt .t2 img{margin-right: 10px;}
.about .box .left .nr{width: 100%;line-height: 30rem;font-size: 13px;color:#333;height: 540rem;overflow: hidden;;}
.about .box .left a{display: block;text-align: center;border-radius:30px;border:2px solid #004fc5;width: 140rem;line-height: 32px;font-size: 14px;color:#333;margin:60px 0 0 0;}
.about .box .left a:hover{background-color: #004fc5;color:#fff;}
.about .box .right{width: 50%;}
.about .box .right ul{display: flex;flex-wrap: wrap;position: relative;}
.about .box .right ul li{width: calc(100% / 3);position: relative;overflow: hidden;}
.about .box .right ul li::before{content: "";display: block;padding-top: 100%;}
.about .box .right ul li a{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;align-content: center; background-color: #004fc5;color:#fff;text-align: center;}
.about .box .right ul li a img{display: block;max-width: 100%;transition: 0.5s;}
.about .box .right ul li a .t1{width: 100%;line-height: 26px;font-size: 18px;}
.about .box .right ul li a .t1 span{display: block;line-height: 21rem;font-size: 13rem;}
.about .box .right ul li:nth-last-child(3){background-color: rgba(48,111,205,0.2);}
.about .box .right ul li:hover a img{transform: rotateY(360deg);}

.service{padding:70px 0 0 0;}
.service .wrap{display: flex;justify-content: space-between;}
.service .title{color:#fff;text-align: left;}
.service .title .t1::before{background-color: #fff;left: 0;transform: translate(0);display: none;}
.service .title .t1::after{left: 0;transform: translate(0);}
.service .bt{display: flex;}
.service .bt a{display: block;text-align: center;line-height: 40px;border:1px solid #fff;font-size: 14px;color:#fff;margin-right: 10px;width: 105px;}
.service .bt a:hover, .service .bt a.on{background-color: #fff;color:#333;}
.service .txt{width: 100%;}
.service .txt .nr{display: none;font-size: 14px;color:#fff;line-height: 30px;}
.service .txt .nr:first-child{display: block;}
.service .more{display: block;text-align: center;border-radius:30px;border:2px solid #fff;width: 140rem;line-height: 32px;font-size: 14px;color:#fff;}
.service .more:hover{background-color: #fff;color:#004fc5;}
.service .left{width: 58%;padding:5%;display: flex;flex-wrap:wrap;align-content: space-between;height: 640px;}
.service .left .txt{padding-bottom: 10%;}
.service .left .box .txt .nr{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:7;overflow:hidden;}
.service .right{width: 40%;display: flex;flex-wrap: wrap;align-content: space-between;}
.service .right .box{width: 100%;height: 48%;padding: 5%;display: flex;flex-wrap:wrap;align-content: space-between;}
.service .right .box .txt .nr{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}

.news{padding:50px 0;}
.news .box{display: flex;justify-content: space-between;padding:40px 0 0 0;}
.news .box .bt{font-size:24rem;color:#333;margin-bottom: 25px;position: relative;padding-right: 115px;display: inline-block;}
.news .box .bt::before{content:"";display: block;width: 96px;height: 3px;background-color: #004fc5;position: absolute;right: 0;top:50%;transform: translateY(calc(-50% - 0.5px));}
.news .box .left{width: 59%;}
.news .box .left a{display: flex;border:1px solid #eee;padding:15px;}
.news .box .left a .pic{width: 250px;position: relative;overflow: hidden;;}
.news .box .left a .pic::before{content:"";display: block;padding-top:56%;}
.news .box .left a .txt{width: calc(100% - 250px);padding-left: 20px;color:#333;font-size:14rem;display: flex;flex-wrap: wrap;align-content: space-around;}
.news .box .left a .txt .t1{width: 100%;font-weight: bold;}
.news .box .left a .txt .t2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news .box .left a .txt div{width: 100%;}
.news .box .left a:hover .img_cover{transform: scale(1.1);}
.news .box .left a:hover .txt .t1{color:#004fc5}
.news .box .left a + a{margin-top: 20rem;}
.news .box .right{width: 38%;}
.news .box .right .bb{border:1px solid #eee;height:100%;padding:0 20px;display: flex;flex-wrap: wrap;align-content: space-between;}
.news .box .right .bb div{width: 100%;}
.news .box .right .bb .max .txt{padding:10rem 0;}
.news .box .right .bb .max .txt .t1{line-height: 38rem;font-size: 16rem;color:#333;display: flex;justify-content: space-between;align-items: center;}
.news .box .right .bb .max .txt .t1 i{font-size: 20rem;}
.news .box .right .bb .max .txt .t2{line-height: 30rem;font-size: 14rem;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;height: 120rem;}
.news .box .right .bb .max:hover .txt .t1{color:#004fc5;}

.news .box .right .bb .links{display: flex;justify-content: space-between;align-items: center;padding:0 20rem;line-height: 50rem;border-top: 1px solid #e5e5e5;font-size:13rem;color:#666;font-weight: bold;}
.news .box .right .bb .links em{display: flex;align-items: center;justify-content: center;width: 16px;height: 16px;border:1px solid #333;border-radius: 50%;color:#333;}
.news .box .right .bb .links:hover{color:#004fc5;}
.news .box .right .bb .links:hover em{color:#004fc5;border-color: #004fc5;}

.case{padding:50px 0;}
.case .title{color:#fff}
.case .title .t1::before{background-color: #fff;}
.swiper-case{padding:30rem 0;}
.swiper-case a{display: block;position: relative;overflow: hidden;border:5px solid #e0e0e0;background-color: #fff;transition: 0.5s;}
.swiper-case a::before{content:"";display: block;padding-top: 48%;}
.swiper-case a:hover{transform: translateY(-6px);box-shadow: 0 5px 5px rgba(0, 0, 0,0.3);}

footer{background:#f2f2f2;}
footer .box{display: flex;justify-content: space-between;align-items: flex-start;padding:70px 0 50px 0;}
footer .box img{display: block;max-width: 100%;}
footer .box dl dt{margin-bottom: 5px;}
footer .box dl dt a{display: block;position: relative;font-weight: normal;line-height: 40px;font-size: 16px;color:#333;}
footer .box dl dt a::before{content:"";display: block;width: 80px;height: 1px;background-color: #afafaf;position: absolute;left: 0;bottom: 0;;}
footer .box dl dt a::after{content:"";display: block;width: 34px;height: 1px;background-color: #2f318b;position: absolute;left: 0;bottom: 0;;}
footer .box dl dd a{display: block;line-height: 32px;font-size: 12px;}
footer .box .txt{line-height: 32px;font-size: 14px;}
footer .box .ewm{display: flex;}
footer .box .ewm div{width: 110px;text-align: center;margin:0 10px;}
footer .box .ewm img{width: 100%;}
footer .box .ewm span{display: block;font-size: 14px;color:#333;padding-top: 10px;}
footer a{color:#333;}
footer a:hover{text-decoration:underline !important;color:#333;}
.foot-txt{padding:20rem 0;font-size:14rem;color:#333;text-align: center;background-color: #e8e8e8;line-height: 20rem;}

/**/
.page{position: relative;width: 100%;z-index: 9;padding:0 0 50px 0;}
.page .wrap{display: flex;}
.page-left{width: 345px;margin-right: 25px;margin-top: -60px;}
.s-drop-wrap { width:100%;border-bottom: 3px solid #004fc5;border-radius: 0 0 5px 5px; }
.s-drop-btn { background:#004fc5; line-height:34rem; font-size:24rem; color: #fff; text-align:left;position:relative;padding:40px 0 20px 30px;border-radius: 10px;}
.s-drop-btn em{display: block;line-height: 22rem;font-size:14rem;}
.s-drop-btn img{display: block;max-width: 100%;position: absolute;right: 40px;top:40px;;}
.s-drop-btn span {position:absolute;right:20px;top:50%;transform:translate(0, -50%);}
.s-drop-btn.act{ background:#004fc5;}

.s-drop-list {display: block;}
.s-drop-list li {padding:5rem 0; border-bottom: 1px solid #004fc5;}
.aside-list-link{ font-size:14px;font-weight: bold; color:#333;line-height:60rem;padding:0 40px;display: flex;justify-content: space-between;align-items: center;border-radius: 5px;}
.aside-list-link i{width: 24rem;height: 24px;border-radius: 50%;border:2px solid #004fc5;display: flex;justify-content: center;align-items: center;align-content: center;color:#004fc5;}
.aside-list-link:hover, .aside-list-link.act{ background:#004fc5; color:#fff;}
.aside-list-link:hover i, .aside-list-link.act i{background-color: #fff;color:#004fc5;}

.s-drop-list li .aside-sublist{ width:100%;  display:none;  }
.s-drop-list li:first-child .aside-sublist{display:block;}
.s-drop-list li .aside-sublist li{margin-top:5px;}
.s-drop-list li .aside-sublist li a{ color:#5e5e5e; line-height:40px;  font-size:14px; margin-bottom:1px; text-align:center; background:#eee;}
.s-drop-list li .aside-sublist li a:hover, .s-drop-list li .aside-sublist li a.act{ background:#fff;color:#860000;}

.page-left .lxfs{margin:30px 0 0 0;display: flex;flex-wrap: wrap;align-content: center;justify-content: center;text-align: center;height: 390px;border-radius: 5px;color:#fff;}
.page-left .lxfs img{display: block;max-width: 100%;margin:0 auto 10px auto;}
.page-left .lxfs .t1{line-height: 38px;font-size: 16px;width: 100%;}
.page-left .lxfs .t2{line-height: 46px;font-size: 30px;font-weight: bold;width: 100%;}

.page-right{width: calc(100% - 370px);padding:30px 0 0 0;}
.pro-ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.pro-ul li{width: 49%;margin-bottom: 1%;}
.pro-ul li a{display: flex;background-color: #f5f5f5;}
.pro-ul li a .pic{width: 50%;position: relative;overflow: hidden;}
.pro-ul li a .pic::before{content:"";display: block;padding-top: 100%;}
.pro-ul li a .txt{width: 50%;padding:20px;display: flex;flex-wrap:wrap;align-content: space-between;}
.pro-ul li a .txt .t1{font-weight: bold;font-size: 16px;color:#333;line-height: 30px;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.pro-ul li a .txt .t2{font-size: 14px;color:#999;line-height: 24px;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.pro-ul li a .txt i{width: 24rem;height: 24rem;border-radius: 50%;display: flex;justify-content: center;align-items: center;border:2px solid #2186d1;color:#2186d1;}
.pro-ul li a:hover .img_cover{transform: scale(1.1);}
.pro-ul li a:hover .txt .t1{color:#004fc5;}

.news-show{min-height:500rem;padding:0 20px;background-color: #fff;height: calc(100% - 58px);}  
.news-show .bt{border-bottom: 1px solid #dadada;padding-bottom: 15rem;text-align: center;margin-bottom:20rem;}
.news-show .bt b{display: block;line-height: 36px;font-size: 18px;color:#333;}
.news-show .bt span{display: block;line-height: 25rem;font-size: 14rem;color:#888;}
.news-show .nr{font-size: 15px;color:#555;line-height: 28px;}
.news-show img{display: block;max-width: 100%;margin:20rem auto;}

.news-show1{min-height:500rem;padding:0 20px;background-color: #fff;height: calc(100% - 58px);}  
.news-show1 .bt{border-bottom: 1px solid #dadada;padding-bottom: 15rem;text-align: center;margin-bottom:20rem;}
.news-show1 .bt b{display: block;line-height: 36px;font-size: 18px;color:#333;}
.news-show1 .bt span{display: block;line-height: 25rem;font-size: 14rem;color:#888;}
.news-show1 .nr{font-size: 15px;color:#555;line-height: 28px;}
.news-show1 img{display: block;max-width: 55%;margin:20rem auto;}

.news-ul{display: block;padding:0 0;}
.news-ul li{background-color: #f6f6f6;padding:15px;width: 100%;margin:0 0 20px 0;}
.news-ul li a{display: flex;}
.news-ul li a .pic{width: 190px;position: relative;overflow: hidden;}
.news-ul li a .pic::before{content:"";display: block;padding-top: calc(130/190*100%);}
.news-ul li a .txt{width: calc(100% - 190px);padding-left: 20px;display: flex;flex-wrap: wrap;align-content: space-between;}
.news-ul li a .txt .t1{width:100%;font-size:18rem;color:#333;}
.news-ul li a .txt .t2{width:100%;font-size:15rem;color:#777;line-height: 24rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.news-ul li a .txt .t3{width:100%;font-size:14rem;color:#6c6c6c;font-family: "arial";}
.news-ul li a:hover .img_cover{transform: scale(1.1);}
.news-ul li a:hover .t1{color:#004fc5;font-weight: bold;}

.case-ul{display: flex;flex-wrap: wrap;margin:0 -1%;}
.case-ul li{width: calc(100% / 4 - 2%);margin:1%;}
.case-ul li a{display: block;position: relative;overflow: hidden;border:5px solid #e0e0e0;background-color: #fff;transition: 0.5s;}
.case-ul li a::before{content:"";display: block;padding-top: 48%;}
.case-ul li a:hover{transform: translateY(-6px);box-shadow: 0 5px 5px rgba(0, 0, 0,0.3);}











.hot{width:100%;background:#004fc5; 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);  transition: all 0.3s;}
.view-wecht-box .view-wecht .view-wecht-container{ padding:25px 30px 30px 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{ 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:25px;height: 25px; 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 a i{margin-right: 10px;}
.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;}

@media (max-width:1400px){
	.wrap{ width:96%}
  .header-main{padding:0 2%;}
  .ban-img{object-fit:initial}
  .header-main .right{display: none;}
  .nav-ul{width: 65%;}
}
@media(max-width:1200px){
  .nav-ul li .nav_a{font-size: 14px;}
  footer .box .ewm{display: none;}
}
@media (max-width:991px){
  header.act .header-box{display:block;}
  .header-main{padding:20px;}
  .about .box .right ul li a img{width: 35px;}
  .about .box .left a{margin-top: 20px;}
  .news .box{display: block;}
  .news .box .left{width: 100%;}
  .news .box .right{width: 100%;margin-top: 20px;}
  .service .wrap{display: block;}
  .service .left{width:100%;}
  .service .right{width: 100%;margin-top: 20px;justify-content: space-between;}
  .service .right .box{width: 48%;}
  .service .right .box .txt{margin:5px 0 15px 0;}
  footer .box img{display: none;}
  /**/
  .page .wrap{display: block;width: 100%;}
  .page-left{width: 100%;margin:0;}
  .s-drop-btn{border-radius: 0;padding:20px}
  .s-drop-btn img{display: none;}
  .aside-list-link{border-radius: 0;}
  .s-drop-list{display: none;}
  .s-drop-wrap{border:none;}
  .page-right{width: 100%;padding:2%;}
  .pro-ul li a .txt{padding:10px;}
  .pro-ul li a .txt .t1{line-height: 24px;}
  .case-ul li{width: calc(100% / 3 - 2%);margin:1%;}
}
 
@media (max-width:767px){
  .header-main{padding:10px 2%;}
  .header-main .logo{width:280px;}
  .title .t1{font-size: 20px;line-height: 40px;}
  .title .t2{padding:5px 0;}
  .about, .service{padding:25px 0 0 0;}
  .about .box{padding:20px 0 0 0;display: block;}
  .about .box .left{width: 100%;}
  .about .box .left .bt .t1{font-size:26px;}
  .about .box .left .bt .t2{line-height: 30px;font-size: 20px;}
  .about .box .left .nr{margin:15px 0 0 0;}
  .about .box .right{width: 100%;margin-top: 20px;}
  .about .box .right ul li a .t1{font-size: 16px;line-height: 20px;}
  .service .left{height: initial;}
  .service .bt{flex-wrap: wrap;margin: 0 -1%;}
  .service .bt a{width: calc(100% / 3 - 2%);margin:1%;line-height: 36px;font-size: 13px;}
  .service .txt .nr{font-size: 13px;line-height: 26px;}
  .service .left .txt{padding:20px 0;}
  .service .more{border-width: 1px;}
  .service .right{margin-top: 10px;display: block;}
  .service .right .box{width: 100%;height: initial;margin-top: 10px;}
  .tabs a{width: calc(100% / 3 - 2%);margin:1%;font-size: 14px;line-height: 34px;}
  .news, .case{padding:25px 0;}
  .news .box{padding:20px 0 0 0;}
  .news .box .right .bt{display: none;}
  .news .box .left a{padding:10px;}
  .news .box .left a .pic{width: 120px;}
  .news .box .left a .txt{width: calc(100% - 120px);padding-left: 10px;}
  .news .box .left a .txt .t2{line-height: 18px;}
  .news .box .bt::before{width: 50px;}
  .news .box .bt{padding-right: 70px;}
  .news .box .right .bb{padding:0 10px;}
  .news .box .right .bb .links{padding:0 5px;}
  .news .box .right .bb .links em{padding-bottom: 3px;}
  footer .box{padding: 10px 0 20px 0;display: block;;}
  /**/
  .s-drop-btn{padding:10px 15px;}
  .pro-ul li{width: 100%;margin-bottom: 10px;}
  .pro-ul li a .pic{width: 40%;}
  .pro-ul li a .txt{width: 60%;}
  .pro-ul li a .txt .t2{font-size: 13px;line-height: 20px;}
  .pro-ul li a .txt i{display: none;}
  .pro-ul li a .txt .t1{font-size: 15px;;}
  .news-ul{padding: 0;}
  .news-ul li{padding:5px;margin-bottom: 14px;}
  .news-ul li a .pic{width: 120px;}
  .news-ul li a .pic::before{padding-top: 80%;}
  .news-ul li a .txt{width: calc(100% - 120px);padding-left: 10px;}
  .news-ul li a .txt .t2{-webkit-line-clamp:2;line-height: 20px;font-size: 12px;} 
  .news-show{padding:10px 0;}
  .news-show .bt{text-align: left;}
  .news-show .bt b{line-height: 20px;font-size: 16px;margin-bottom: 5px;}
  .news-show .nr{font-size: 13px;line-height: 24px;}
  .news-show .nr table{width:100% !important; height: auto;}
  .news-show .nr table td{width:auto !important; height: auto;}
  .news-show .nr span{font-size: 12px !important; clear: both;}
  .news-show .nr p{font-size: 12px !important; clear: both;}
  .case-ul li{width: calc(100% / 2 - 2%);margin:1%;}
	.news-show img{display: block;max-width: 85%;margin:20rem auto;}
}

@media (max-width:567px){
}

@media (max-width:336px) {
}
	
	
	
	
	
	
	