*{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:1200px; 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-box{background-color: #181818;}
.header-main{display:flex;justify-content:space-between;align-items:center;padding:0.23rem 0;}
.header-main .logo {display: flex;align-items: center;}
.header-main .logo img{ max-width:100%; display:block;}
.header-main .logo a{margin-right: 50px;}
.header-main form{width: 210px;border-radius: 30px;border:1px solid rgba(255,255,255,0.3);line-height: 28px;display: flex;}
.header-main form input[type=text]{width: calc(100% - 30px);border-radius: 30px 0 0 30px;background: none;padding-left: 14px;font-size: 12px;color:#fff;;}
.header-main form input[type=submit]{width: 30px; border-radius: 50%;background: url(../images/but.png) no-repeat center center, #fff;}

.header-nav{ width:100%;background:#000;}
.nav-ul {display: flex;}
.nav-ul li {position:relative;width:calc(100% / 8);}
.nav-ul li .nav_a {display:block;font-size:15px;color:#fff;line-height:40px;text-align:center;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #fff;background-color: #515050;}

.nav-ul .sub_ul {display: none;width: 100%;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%;border-bottom: 1px solid #ddd;}
.nav-ul .sub_ul li .nav_a2{font-size:14px;line-height:40px;color:#1d1e20;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: #FE7700;}

.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:#fff;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%;}
.icon-menu.click span{background-color: #FE7700;}

.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:#FE7700;}
.sjnav .list-inline-li.active .list-box .list-link{color:#FE7700;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:#FE7700;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;}
.swiper-banner .swiper-slide::before{content:"";display: block;padding-top:28%;}

main{background-color: #E3E3E3;}

.title{text-align: center;font-family: 'SimSun';}
.title .t1{font-size:0.4rem;line-height: 0.6rem;color:#333;}
.title .t2{font-size:0.4rem;line-height: 0.38rem;color:#000;font-weight: bold;position: relative;}
.title .t2 span{padding:0 0.2rem;border-left: 1px solid #000;border-right: 1px solid #000;position: relative;z-index: 2;background-color: #E3E3E3;}
.title .t2::before{content:"";display: block;width: 100%;height: 1px;background-color: #000;position: absolute;left: 0;top:50%;transform: translateY(calc(-50% - 0.5px));}

.index-form{display: flex;padding-top: 0.35rem;justify-content: space-between;}
.index-form span{width: 140px;line-height: 28px;border:1px solid #000;text-align: center;font-size:14px;}
.index-form form{width: calc(100% - 200px);display: flex;justify-content: space-between;}
.index-form form input[type=text]{width: 30%;line-height: 28px;border:1px solid #ddd;padding-left: 10px;background:-webkit-linear-gradient(top,#fff,#e7e7e7);}
.index-form form select{line-height: 28px;border:1px solid #ddd;background:-webkit-linear-gradient(top,#fff,#e7e7e7);outline: none;padding:0 4px;}
.index-form form input[type=submit]{width: 15%;background-color: #555;color:#fff;}

.lc{padding:0.7rem 0 0.5rem 0;}
.lc .bigbox{overflow-x: auto;width: 100%;}
.lc .box{overflow-x: auto;padding-top: 0.5rem;width: 1200px;}
.lc .box ul{display: flex;justify-content: space-between;}
.lc .box ul li{text-align: center;}
.lc .box ul li img{display: block;max-width: 100%;transition: 0.5s;margin:0 auto;}
.lc .box ul li span{display: block;padding-top: 0.1rem;}
.lc .box ul i{height: 72px;display: flex;align-items: center;font-size:0.24rem;color:#666;}
.lc .box ul li:hover img{transform: rotateY(360deg);}

.swiper-lc{padding-top: 0.5rem;}
.swiper-lc .swiper-slide img{display: block;max-width: 100%;transition: 0.5s;margin:0 auto;}
.swiper-lc .swiper-slide span{display: block;padding-top: 0.1rem;text-align: center;}


.hf{width: 100%;height: 509px;background-color: #E3E3E3;background-repeat: no-repeat;background-position: center center;}

.service{padding:0.8rem 0;}
.service .box{border:1px solid #333;margin-top: 0.5rem;padding:0.2rem;}
.service .box ul{width: 870px;margin:0 auto;display: block;}
.service .box ul li{display: flex;flex-wrap: wrap;justify-content: space-between;padding:0.25rem 0;position: relative;}
.service .box ul li img{display: block;max-width: 100%;position: relative;z-index: 2;transition: 0.5s;}
.service .box ul li::before{content:"";display: block;width: 100%;height: 1px;background-color: #000;position: absolute;left: 0;top:50%;transform: translateY(calc(50% - 0.5px));}
.service .box ul li img:hover{transform: translateY(-4px);}






.case{padding:0.5rem 0;}
.swiper-case{padding:0.5rem 0 0 0;}
.swiper-case a{display: block;}
.swiper-case a .pic{width: 100%;position: relative;overflow: hidden;}
.swiper-case a .pic::before{content:"";display: block;padding-top: calc(220/250*100%);}
.swiper-case a .txt{width: 100%;line-height: 0.44rem;text-align: center;background-color: #333;font-size:0.16rem;color:#fff;;}
.swiper-case a:hover .img_cover{transform: scale(1.1);}

footer{background:#474747;color:#fff;}
footer .box{display: flex;justify-content: space-between;align-items: flex-start;padding:0.2rem 0;}
footer .box .left{width: 70%;font-size:0.16rem;line-height: 26px;}
footer .box .left img{/*display: block;*/max-width: 100%;}
footer .box .left .t1{padding:0.14rem 0 0 0;}
footer .box .right {padding:10px;}
footer .box .right .ewm{display: block;max-width: 100%;width: 115PX;}
footer a{color:#fff;}
footer a:hover{text-decoration:underline !important;color:#fff;}

.page{background-color: #EEE9EF;padding:0.3rem 0;}
.page .box{display: flex;}
.page-left{width: 290px;margin-right: 25px;}
.page-left a{display: block;}
.page-left a img{display: block;max-width: 100%;}
.page-left .tabs{width: 100%;height: 100%;padding:0.5rem 0;}
.page-left .tabs a{display: block;padding:2px 0}
.page-left .tabs a img{display: block;max-width: 100%;margin:0 auto;}

.page-right{width: calc(100% - 315px);padding:20px;}

.zpyg-ul{display: block;}
.zpyg-ul li{width: 100%;padding: 0.3rem 0;border-bottom: 1px solid #ccc;}
.zpyg-ul li a{display: flex;justify-content: space-between;}
.zpyg-ul li a .pic{width: 250px;position: relative;overflow: hidden;}
.zpyg-ul li a .pic::before{content:"";display: block;padding-top: calc(170/250*100%);}
.zpyg-ul li a .txt{width: calc(100% - 240px);padding: 0 0 0 0.2rem;}
.zpyg-ul li a .txt .bt{display: flex;justify-content: space-between;}
.zpyg-ul li a .txt .bt b{color:#333;font-size: 0.26rem;transition: 0.5s;}
.zpyg-ul li a .txt .bt span{font-size:0.28rem;color:#CDA75C;}
.zpyg-ul li a .txt .bt span em{color:#333;font-size:0.14rem}
.zpyg-ul li a .txt .dz{padding:0.13rem 0;display: flex;align-items: center;font-size:0.18rem;color:#333;}
.zpyg-ul li a .txt .dz img{display: block;margin-right: 5px;}
.zpyg-ul li a .txt .nr{width: 100%;font-size:0.15rem;line-height: 0.26rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:#333;}
.zpyg-ul li a:hover .img_cover{transform: scale(1.1);}
.zpyg-ul li a:hover .txt .bt b{color:#d70029}

.zbyg-show{width: 100%;position: relative;}
.zbyg-show .top{display: flex;justify-content: space-between;padding:0.2rem;background-color: #d8d8d8;}
.zbyg-show .top .left{width: 49%;text-align: center;}
.zbyg-show .top .left .t1{font-size: 0.4rem;color:#000;line-height: 0.6rem;}
.zbyg-show .top .left .t2{font-size: 0.2rem;color:#333;line-height: 0.3rem;display: flex;align-items: center;justify-content: center;}
.zbyg-show .top .left .t2 img{margin-right: 6px;}
.zbyg-show .top .right{display: flex;justify-content: space-between;width: 48%;}
.zbyg-show .top .right .bb{text-align: center;width: calc(100% / 4);}
.zbyg-show .top .right .bb img{display: block;max-width: 100%;margin:0 auto 5px auto;}
.zbyg-show .top .right .bb .txt{height: 30px;border-left: 1px solid #767676;padding:0 0.1rem;}
.zbyg-show .top .right .bb .txt .t1{font-size: 0.16rem;color:#222;line-height: 22px;}
.zbyg-show .top .right .bb .txt .t2{font-size: 0.14rem;color:#CDA75C;line-height: 12px;}
.zbyg-show .top .right .bb:first-child .txt{border:none}


.zbyg-xc{display: flex;justify-content: space-between;width: 100%;margin:0.2rem 0 0 0;background-color: #fff;padding:0.2rem;}
.zbyg-xc .left{width: 50%;}

.gallery-top {width:100%;}
.gallery-top .swiper-slide a{display: block;position: relative;overflow: hidden;border:2px solid #e5e5e5;}
.gallery-top .swiper-slide a::before{content:"";display: block;padding-top:calc(70%)}

.thumbs-box{margin-top: 5px;border:1px solid #e5e5e5;padding:5px 25px;position: relative;}
.gallery-thumbs{width:100%;}
.gallery-thumbs .swiper-slide a{display: block;position: relative;overflow: hidden;border:2px solid #e5e5e5;}
.gallery-thumbs .swiper-slide a::before{content:"";display: block;padding-top:calc(140 / 205 * 100%)}
.gallery-thumbs .swiper-slide-thumb-active a{border-color: #CDA75C;}
.prev-thumbs, .next-thumbs{width:22px;height: 100%;display: flex;justify-content: center;align-items: center;background-color: #eeeded;font-size:0.2rem;color:#000;position: absolute;top:0;}
.prev-thumbs{left:0;}
.next-thumbs{right: 0;}
.prev-thumbs:hover, .next-thumbs:hover{background-color: #CDA75C;color:#fff;}
.zbyg-xc .right{width: 46%;border: 1px solid #333;text-align: center;display: flex;flex-wrap: wrap;align-content: space-between;padding-bottom: 0.2rem;}
.zbyg-xc .right img{display: block;max-width: 100%;margin:0 auto;}
.zbyg-xc .right .bt{font-size:0.3rem;color:#333;background-color: #CDA75C;line-height: 0.6rem;width: 100%;}
.zbyg-xc .right .img{width: 100%;border-bottom: 1px solid #333;padding-bottom: 0.3rem;}
.zbyg-xc .right a{display: block;width: 100%;}
.zbyg-box{background-color: #fff;width: 100%;margin:0.2rem 0 0 0;padding:0.2rem;}
.zbyg-box img{max-width: 100%;}

.lyzs-ul{display: block;}
.lyzs-ul li{width: 100%;padding: 0.3rem 0;border-bottom: 1px solid #aaa;}
.lyzs-ul li a{display: flex;justify-content: space-between;}
.lyzs-ul li a .pic{width: 300px;position: relative;overflow: hidden;}
.lyzs-ul li a .pic::before{content:"";display: block;padding-top: calc(180/300*100%);}
.lyzs-ul li a .txt{width: calc(100% - 300px);display: flex;flex-wrap: wrap;align-content: space-between;padding-left: 40px;}
.lyzs-ul li a .txt .t1{width: 100%;font-size: 0.24rem;color:#333;line-height: 0.3rem;}
.lyzs-ul li a .txt .t2{width: 100%;font-size:0.15rem;line-height: 0.26rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:#333;}
.lyzs-ul li a .txt .t3{width: 100%;display: flex;}
.lyzs-ul li a .txt .t3 span{display: flex;align-items: center;font-size:0.13rem;color:#666;margin-right: 20px;}
.lyzs-ul li a .txt .t3 span i{color:#999;margin-right: 5px;}
.lyzs-ul li a:hover .img_cover{transform: scale(1.1);}
.lyzs-ul li a:hover .txt .t1{color:#d70029}

.tuij{width: 100%;padding:0.3rem;}
.tuij .bt{font-weight: bold;font-size:0.2rem;color:#000;padding:0 0 0.2rem 0;}
.tuij a{display: block;border-top: 1px solid #333;padding:0.2rem 0;}
.tuij a .pic{width: 100%;position: relative;overflow: hidden;;}
.tuij a .pic::before{content:"";display: block;padding-top: calc(137/230*100%);}
.tuij a .t1{font-size:0.14rem;color:#333;margin-top: 0.1rem;}
.tuij a:hover .t1{color:#d70029}
.tuij a:hover .img_cover{transform: scale(1.1);}
.lzys-show{padding:0.3rem;}
.lzys-show .bt{width: 100%;text-align: center;font-size: 0.3rem;color:#333;font-weight: bold;}
.lzys-show .date{width: 100%;display: flex;justify-content: center;padding:0.3rem 0;}
.lzys-show .date span{display: flex;align-items: center;font-size:0.13rem;color:#666;margin-right: 20px;}
.lzys-show .date span i{color:#999;margin-right: 5px;}
.lzys-show .nr{font-size:0.16rem;line-height: 0.3rem;}
.lzys-show img{display: block;max-width: 100%;margin:0.2rem auto!important;}
.lzys-show .fy{display: flex;justify-content: space-between;}
.lzys-show .fy a{display: block;width: 48%;background-color:#ECECEC;padding:4px 0.1rem;line-height: 0.26rem;font-size:0.14rem;color:#333;}
.lzys-show .fy a:last-child{text-align: left;}
.lzys-show .fy a:hover{color:#d70029;}

.case-ul{display: flex;flex-wrap: wrap;margin:0 -1%;padding:0.1rem 0;}
.case-ul li{width: calc(100% / 3 - 2%);margin:1%;}
.case-ul li a{display: block;}
.case-ul li a .pic{width: 100%;position: relative;overflow: hidden;}
.case-ul li a .pic::before{content:"";display: block;padding-top: calc(225/325*100%);}
.case-ul li a .txt{background-color: #fff;padding:0.1rem 0.1rem 0.3rem 0.1rem;}
.case-ul li a .txt .t1{width: 100%;font-size:0.22rem;color:#333;line-height: 0.3rem;text-align: center;}
.case-ul li a .txt .t2{display: flex;justify-content: center;padding:0.15rem 0 0.2rem 0;}
.case-ul li a .txt .t2 span{background-color: #6D929A;border-radius: 30px;line-height: 0.3rem;font-size:0.14rem;color:#fff;padding:0 0.2rem;margin:0 0.1rem;}
.case-ul li a .txt .t3{display: flex;justify-content: space-around;font-size:0.14rem;color:#333;  }
.case-ul li a:hover .img_cover{transform: scale(1.1);}
.case-ul li a:hover .txt .t1{color:#d70029}

.case-show{width: 100%;padding:0.2rem 0;min-height: 5rem;}
.case-show .t1{font-size:0.24rem;color:#333;line-height: 0.3rem;text-align: center;font-weight: bold;}
.case-show .t2{padding:0.2rem 0;font-size:0.15rem;color:#666;text-align: center;}
.case-show .nr img{display: block;max-width: 100%;margin:0.2em auto!important;}

.about{width: 100%;}
.about .box1{background-color: #A19A90;padding:0.4rem 0;}
.about .box1 .wrap{display: flex;justify-content: space-around;align-items: center;}
.about .box1 .wrap img{display: block;max-width: 100%;}
.about .box1 .wrap .txt{color:#fff;font-size:0.16rem;line-height: 0.26rem;width: 60%;}

.about .box2{background-color: #E1DFE2;padding:0.4rem 0;}
.about .box2 .wrap{display: flex;justify-content: center;align-items: center;}
.about .box2 .wrap .left{width: 40%;}
.about .box2 .wrap .left .t1{font-size:0.16rem;line-height: 0.26rem;color:#333;margin-top: 0.4rem;}
.about .box2 .wrap img{display: block;max-width: 100%;}
.about .box2 .wrap .right{margin-left: 0.2rem;}

.about .box3{background-color: #BCB6AC;padding:0.5rem 0;}
.about .box3 .title .t2 span{background-color: #BCB6AC;}
.about .box3 ul{width: 100%;max-width: 1025px;margin:0 auto;padding:0.4rem 0 0 0;}
.about .box3 ul li{width: calc(100% / 3 - 6px);margin:3px;position: relative;overflow: hidden;float: left;}
.about .box3 ul li::before{content:"";display: block;padding-top: calc(230/320*100%);}
.about .box3 ul li .txt{position: absolute;left: 0;bottom: 0;width: 100%;color:#fff;padding:0.2rem;}
.about .box3 ul li .txt .t2{font-size:0.15rem;line-height: 0.24rem;}
.about .box3 ul li .txt .t1{font-weight: bold;font-size:0.2rem;padding-bottom: 5px;}
.about .box3 ul li:first-child{width:calc(100% - 6px);}
.about .box3 ul li:first-child::before{padding-top: calc(478/1024*100%);}
.about .box3 ul li:first-child .txt{text-align: center;}

.about .box4{background-color: #E1DFE2;padding:0.5rem 0;}
.about .box4 .title .t2 span{background-color: #E1DFE2;}
.about .box4 ul{width: 100%;max-width: 1025px;margin:0.5rem auto 0 auto;position: relative;}
.about .box4 ul::before{content:"";display: block;padding-top: calc(533/1025*100%);}
.about .box4 ul li img{display: block;max-width: 100%;}
.about .box4 ul li:nth-child(1){width: 60%;position: absolute;left: 0;top: 0;}
.about .box4 ul li:nth-child(2){width: 38%;position: absolute;right: 0;top: 0;}
.about .box4 ul li:nth-child(3){width: 38%;position: absolute;right: 0;bottom: 0;}
.about .box4 ul li:nth-child(4){width: 60%;position: absolute;left: 0;bottom: 0;}

.about .box5{background-color: #EEE9EF;padding:0.5rem 0;}
.about .box5 .title .t2 span{background-color: #EEE9EF;}
.swiper-contact{padding:0.5rem 0 0 0;}
.swiper-contact .swiper-slide .pic{width: 100%;position: relative;overflow: hidden;;}
.swiper-contact .swiper-slide .pic::before{content:"";display: block;padding-top: calc(438/330*100%);}
.swiper-contact .swiper-slide .txt{padding:0.3rem 0 0 0;}
.swiper-contact .swiper-slide .txt .t1{font-size:0.16rem;color:#333;/*font-weight: bold;*//*padding-bottom: 0.1rem;*/line-height: 30px;}
.swiper-contact .swiper-slide .txt .t2{font-size:0.16rem;line-height: 0.25rem;}
.swiper-contact .swiper-slide .txt .t1 img{margin-right: 0.1rem;}

.page-service{background-color: #161616;}
.page-service .index-form {padding:0.5rem 8%;}
.page-service .index-form span{border-color: #fff;color:#fff;}
.page-service .bt{text-align: center;line-height: 1.5rem;font-weight: bold;color:#fff;font-size:0.4rem}
.page-service ul{display: flex;flex-wrap: wrap;justify-content: center;}
.page-service ul li{max-width: 50%;}
.page-service ul li a{display: block;}
.page-service ul li a img{display: block;max-width: 100%;}

.service-show{background-color: #fff;min-height: 5rem;}
.service-show .nr img{display: block;max-width: 100%;margin:0 auto;}

.service-show .nr table img{display: block;margin:0 auto;}
.service-show .nr {overflow: hidden;}
.service-show .nr table{width: 100% !important;}


.myform{width: 100%;height: 100%;position: fixed;left: 0;top:0;z-index: 9999;display: none;}
.myform .bj1{width: 100%;height: 100%;background: rgba(0,0,0,.3);position: fixed;left: 0;top: 0;}
.myform form{width:400px;background:#fff;padding:10px 20px 30px 20px;position:fixed;left:50%;top:50%;transform:translate(-50% ,-50%);z-index:9999;text-align:center;box-shadow:0 0 10px rgba(0,0,0,0.5);font-size:14px;}
.myform h3{font-size:17px;line-height:30px;font-weight: bold;color:#000;margin-bottom: 10px;}
.myform h4{font-size:14px;color:#CDA75C;padding:10px 10px 20px 10px;line-height: 20px;}
.myform input[type="text"]{width:100%;line-height:40px;padding-left:10px;border:1px solid #ccc;margin-bottom:10px;border-radius: 5px;}
.myform input[type="submit"]{width:60%;line-height:40px;background:#CDA75C;font-size:16px;color:#fff;text-align:center;border:none;border-radius: 5px;}
.myform span{position:absolute;right:-10px;top:-10px;width:30px;height:30px;background:#333;border-radius:50%;display:flex;justify-content:center;align-items:center;border:5px solid #fff;color:#fff;cursor:pointer;}





.foot-sj{width:100%;background:#191919; 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);display: flex;justify-content: center;align-items: center;font-size:18px;color:#CDA75C;}
.foot-sj i{font-size: 26px;margin-right: 10px;}
.foot-sj:hover{color:#CDA75C;}

.hot{width:100%;background:#191919; 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;}

@media (max-width:1200px){
	.wrap{ width:96%}
  .ban-img{object-fit:initial}
}

@media (max-width:991px){
  header.act .header-box{display:block;}
  .index-form form{width: calc(100% - 140px);}
  footer .box{display: block;}
  footer .box .left{width: 100%;}
  .page .box{display: block;}
  .page-left{width: 100%;margin:0;}
  .page-right{width: 100%;}
  .zbyg-show .top, .zbyg-xc{display: block;}
  .zbyg-show .top .left, .zbyg-xc .left {width: 100%;}
  .zbyg-show .top .right, .zbyg-xc .right{width: 100%;margin-top: 20px;}
  .zbyg-xc .right .img{padding:20px 0;  }
  .page-left .tabs{display: flex;flex-wrap: wrap;padding:0.2rem 0;}
  .page-left .tabs a{width: calc(100% / 3 - 2%);margin:1%;padding:0;}
  .case-ul li{width: 48%;}
  .service .box ul{width: 100%;}
  .page-service .index-form{padding:50px 0;}
  .swiper-banner .swiper-slide::before{padding-top: 340px;}
}
 
@media (max-width:767px){
.service-show .wrap{width: 100%;}
.service-show .nr img{width: 100%;height: auto;}

  .about .box4 ul iframe{width: 100%;}
  .header-main{padding:10px 0;}
  .header-main .logo a{margin:0;}
  .header-main .logo{width:140px;}
  .swiper-banner .swiper-slide::before{padding-top: 200px;}
  .index-form span{display: none;}
  .index-form form{width:100%;flex-wrap: wrap;}
  .index-form form input[type=text]{width: 49%;margin-bottom: 5px;}
  .index-form form select, .index-form form input[type=submit]{width: 32%;line-height: 28px;}
  .title .t1{font-size:24px;line-height: 38px;}
  .title .t2{font-size: 26px;}
  .hf{height: 330px;background-size: cover;}
  .index-form{padding-top: 10px;}
  .lc .bigbox{display: none;}
  .lc{padding:25px 0 20px 0;}
  .swiper-lc{padding-top: 20px;}
  .swiper-lc .swiper-slide span{font-size: 12px;}
  .swiper-lc .swiper-slide img{max-width: 70%;}
  .lc .box{width: 1000px;}
  .lc .box ul i{display: none;}
  .lc .box ul{width: 100%;justify-content: flex-start;}
  footer .box .left{font-size:12px;line-height: 22px;}
  footer .box .left img{max-width: 80%;;}
  .page-right{padding:10px 10px 25px 10px;margin-top: 10px;}
  .zpyg-ul li a .pic{width: 130px;}
  .zpyg-ul li a .txt{width: calc(100% - 130px);padding:0 0 0 10px;}
  .zpyg-ul li a .txt .bt span, .zpyg-ul li a .txt .dz{display: none;}
  .zpyg-ul li a .txt .bt{display: block;}
  .zpyg-ul li a .txt .bt b{font-size: 18px;}
  .zpyg-ul li a .txt .nr{line-height: 22px;margin-top: 5px;}
  .zbyg-show .top{padding:10px 10px 30px 10px;}
  .zbyg-show .top .left .t1{font-size:24px;line-height: 40px;}
  .zbyg-show .top .left .t2{font-size:14px;}
  .zbyg-xc{padding:10px;}
  .zbyg-xc .right .bt{line-height: 40px;font-size: 20px;}
  .lyzs-ul li a .pic{width: 130px;}
  .lyzs-ul li a .txt{width: calc(100% - 130px);padding:0 0 0 10px;}
  .lyzs-ul li a .txt .t3{display: none;}
  .lyzs-ul li a .txt .t1{font-size: 18px;}
  .lyzs-ul li a .txt .t2{line-height: 20px;margin-top: 5px;font-size: 13px;}
  .lzys-show{padding:10px;}
  .lzys-show .bt{font-size:20px;}
  .case-ul li{width: 48%;}
  .case-ul li a .txt .t2{display: none;}
  .case-ul li a .txt{padding:6px;}
  .case-ul li a .txt .t1{font-size:14px;}
  .case-show{padding:0;}
  .case-show .t1{font-size: 18px;}
  .case-show .t2{padding:8px 0; }
  .about .box1 .wrap, .about .box2 .wrap{display: block;}
  .about .box1 .wrap img{max-width: 50%;}
  .about .box1 .wrap .txt{width: 100%;padding-top: 10px;}
  .about .box2 .wrap .left{width: 100%;}
  .about .box3 ul li{width: calc(100% - 6px);}
  .about .box3 ul li:first-child::before{padding-top: 64%;}
  .about .box4 ul li{width: 100% !important;position: static !important;}
  .about .box4 ul::before{display: none;}
  .swiper-contact .swiper-slide .txt .t2{font-size:14px;line-height: 24px;}
  .service{padding:18px 0 0 0;}
  .service .box {padding:1%;}
  .service .box ul li{padding:0;}
  .service .box ul li::before{display: none;}
  .service .box ul li img{margin:2% 1%;}
  .page-service .bt{font-size: 24px;line-height: 100px;}
  .page-service ul li{width: 100%;max-width: 100%;}
}

@media (max-width:567px){
}

@media (max-width:336px) {
}
	
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 6px; font-size: 12px; border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}	
	
	
	
	
	