
*{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%;}
.wrap2{ max-width:1600px; 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;}

header.act{position:fixed;left:0;top:0;z-index:99999;animation:searchTop 0.5s ease-in-out !important;width:100%;background:#fff; visibility: visible !important;box-shadow: 0 0 10px rgba(0,0,0,0.3);}
@keyframes searchTop {
    0% {top:-100px}
    to {top:0}
}

.pagin{position:relative; margin:20px; font-size:14px;}
.pagin .blue{color:#056dae;font-style:normal;}
.pagin .paginList{position:absolute;right:12px;top:0;}
.pagin .paginList .paginItem{float:left;}
.pagin .paginList .paginItem a{float:left;width:31px;height:28px;border:1px solid #DDD; text-align:center;line-height:30px;border-left:none;color:#3399d5;}
.pagin .paginList .paginItem:first-child a{border-left:1px solid #DDD;}
.pagin .paginList .paginItem:first-child a{border-bottom-left-radius:5px;border-top-left-radius:5px;}
.pagin .paginList .paginItem:last-child a{border-bottom-right-radius:5px;border-top-right-radius:5px;}
.pagin .paginList .paginItem.current,.pagin .paginList .paginItem.current a{background:#f5f5f5; cursor:default;color:#737373;}
.pagin .paginList .paginItem:hover{background:#f5f5f5;}
.pagin .paginList .paginItem.more,.pagin .paginList .paginItem.more a:hover{ cursor:default;}
.pagin .paginList .paginItem.more:hover{background:#FFF;}
.pagin .paginList .paginItem.more a{color:#737373;}
.message{ float:left; width:30%;margin-top:15px;}
.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;}

header.act .header-top, header.act .header-box{display:none;}
header.act .header-main{padding:10px 0;}

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;width:100%;z-index: 9999;border-top:4px solid #273147;}   

.header-main{display:flex;justify-content:space-between;align-items:center;padding:0.25rem 0 0.2rem 0;transition: 0.5s;}
.header-main .logo img{ max-width:100%; display:block;}

.header-main .right{display: flex;align-items: center;}
.header-main .right .xw {margin-right: 0.5rem;cursor: pointer;}
.header-main .right .xw .bb{width: 0.38rem;height: 0.38rem;background: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.header-main .right .xw .bb i{color:#7f9f9e;font-size:0.26rem;}
.header-main .right .xw .ewm{position:absolute;bottom:-50px;box-shadow: 0 0 5px rgba(0,0,0,0.3);opacity: 0;transition: all 0.5s;max-width: 94px;}
.header-main .right .xw:hover .ewm{bottom:-80px;opacity: 1;}
.header-main .right form{width: 2rem;display: flex;border:1px solid #e7e7e7;border-radius: 30px;line-height: 0.36rem;}
.header-main .right form input[type=text]{width:calc(100% - 0.5rem);padding-left: 0.15rem;border-radius: 30px 0 0 30px;}
.header-main .right form input[type=submit]{width: 0.5rem;background: url(../images/but.png) no-repeat center center;}

.nav-ul {display: flex;width: 55%;}
.nav-ul li {position:relative;width:calc(100% / 6);text-align: center;}
.nav-ul li .nav_a {display:inline-block;font-size:16px;color:#273147;line-height:50px;text-align:center;position: relative;}
.nav-ul li .nav_a::before{content:"";display: block;width: 0%;height: 2px;background: #7f9f9f;position: absolute;left: 0;top:0;transition: 0.5s;}
.nav-ul li .nav_a::after{content:"";display: block;width: 0%;height: 2px;background: #f2c051;position: absolute;left: 0;top:0;transition: 0.5s;}
.nav-ul li:hover .nav_a, .nav-ul li.active .nav_a {color: #273147;font-weight: bold;}
.nav-ul li:hover .nav_a::before, .nav-ul li.active .nav_a::before{width: 100%;}
.nav-ul li:hover .nav_a::after, .nav-ul li.active .nav_a::after{width: 20px}

.nav-ul .sub_ul {display: none;width: 150%;position: absolute;left:50%;transform:translateX(-50%);z-index:999;background:rgba(255,255,255,1);box-shadow: 0 0 8px rgba(0, 0, 0,0.3);}
.nav-ul .sub_ul li{width:100%;}
.nav-ul .sub_ul li .nav_a2{font-size:15px;line-height:40px;color:#1d1e20;display:block;text-align:center;transition: all 0.3s;}
.nav-ul li .nav_a2:hover, .nav-ul li .nav_a2.on {color: #fff;transform: scale(1.1);background:#7f9f9f;}

.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;color:#273147;font-size:16px;font-weight: bold;}
.icon-menu span { width:30px;height:3px;background:#273147;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 ul{ 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 li{ display:block; margin:0; padding:0;}
.sjnav li a{display:block;line-height:59px;  font-size:15px; color:#333;border-bottom: 1px solid #ddd;transition: all 0.3s;padding-left: 20px;}
.sjnav li a:hover, .sjnav li.active a{color:#273147;font-weight: bold;}
.sjnav.click ul{transform:translateX(0);opacity: 1;right:0;}

.banner{position: relative;}
.ban-img{display: block;max-width: 100%;margin:0 auto;}
.banner .swiper-pagination-bullet{width:15px; height:4px; opacity:1; border-radius:2px; background:#fff;}
.banner .swiper-pagination-bullet-active{background:#273147}
.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;}
.title .t1{font-size:0.3rem;color:#000;font-weight: bold;position: relative;display:inline-block;line-height: 0.4rem;}
.title .t1::before{content:"";display: block;width: 0.26rem;height: 0.26rem;border-radius: 50%;background: #fae9c2;position: absolute;right: 3px;top:0;z-index: -1;}
.title .t2{font-size:0.16rem;color:#333;line-height: 0.24rem;font-family: "Arial";text-transform: uppercase;}
.title::before, .title::after{width: calc(50% - 0.8rem);height: 1px;background: #e8e8e8;position: absolute;top:0.32rem;content:"";display: block;}
.title::before{left: 0;}
.title::after{right: 0;}

.index-more{display: block;width: 1.7rem;line-height: 0.42rem;text-align: center;font-size:0.16rem;color:#fff;margin:0 auto;background: #000;border:3px solid #000;}
.index-more:hover{background: #7f9f9e;color:#fff;font-weight: bold;border-color:#7f9f9e;}

.index-tabs{display: flex;justify-content: center;padding:0.45rem 0 0 0;}
.index-tabs a{display: block;width: 2rem;line-height: 0.56rem;text-align: center;border:1px solid #e4e4e4;background: #fff;font-size:0.2rem;color:#333;margin:0 5px;transition: 0.5s;}
.index-tabs a:hover, .index-tabs a.on{background: #f2c051;}

main{overflow: hidden;}
.kczx{padding:0.5rem 0;}
.swiper-kczx{padding:0.55rem 0 0 0;}
.swiper-kczx a{display: flex;}
.swiper-kczx a .pic{width: 50%;position: relative;overflow: hidden;}
.swiper-kczx a .pic::before{content:"";display: block;padding-top:66.666%;}
.swiper-kczx a .txt{width: 50%;color:#fff;text-align:center;display: flex;flex-wrap: wrap;align-content: center;transition: 0.5s;}
.swiper-kczx a .txt .t1{width: 100%;}
.swiper-kczx a .txt .t1 span{display: inline-block;position: relative;line-height: 0.28rem;padding:0 0.17rem;font-size:0.24rem;font-weight: bold;}
.swiper-kczx a .txt .t1 span::before, .swiper-kczx a .txt .t1 span::after{content:"";display: block;width: 0.11rem;height: 0.11rem;position: absolute;transition: 0.5s;}
.swiper-kczx a .txt .t1 span::before{border-left: 1px solid rgba(255,255,255,0.6);border-top: 1px solid rgba(255,255,255,0.6);top: 0;left:0;}
.swiper-kczx a .txt .t1 span::after{border-right: 1px solid rgba(255,255,255,0.6);border-bottom: 1px solid rgba(255,255,255,0.6);right: 0;bottom:0;}
.swiper-kczx a .txt .t2{width: 100%;font-size:0.16rem;margin:0.22rem 0 0.3rem 0;}
.swiper-kczx a .txt .t3{width: 1.2rem;line-height: 0.3rem;border:1px solid #fff;text-align: center;font-size:0.12rem;margin:0 auto;transition: 0.5s;}
.swiper-kczx a:hover .txt{background: #f2c051;color:#000;}
.swiper-kczx a:hover .txt .t3{background: #fff;color:#333;}
.swiper-kczx a:hover .txt .t1 span::before{border-color:#333;}
.swiper-kczx a :hover.txt .t1 span::after{border-color:#333;}

.swiper-kczx a:hover .img_cover{transform: scale(1.1);}
.swiper-kczx .swiper-slide:nth-child(1){background: #597f99;}
.swiper-kczx .swiper-slide:nth-child(2){background: #d0aaa3;}
.swiper-kczx .swiper-slide:nth-child(3){background: #7f9f9e;}
.swiper-kczx .swiper-slide:nth-child(4){background: #455177;}
.swiper-kczx .swiper-slide:nth-child(3) a{flex-direction: row-reverse;}
.swiper-kczx .swiper-slide:nth-child(4) a{flex-direction: row-reverse;}

.about{position: relative;display: flex;flex-direction: row-reverse;background: url(../images/bj1.jpg) no-repeat left top;}
.about .wrap{position: absolute;left: 50%;top:0;transform: translateX(-50%);height: 100%;}
.about .wrap .txt{width: 42%;color:#fff;height: 100%;display: flex;flex-wrap: wrap;align-content: space-around;padding:3% 0;}
.about .wrap .txt .bt{line-height: 0.6rem;font-size:0.3rem;font-weight: bold;}
.about .wrap .txt .bt span{display: block;line-height: 0.5rem;font-family: "arial";text-transform:uppercase;}
.about .wrap .txt .nr{line-height: 0.3rem;font-size:0.16rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;}
.about .wrap .txt a{display: flex;justify-content: center;align-items: center;background: #fff;width: 0.42rem;height: 0.42rem;font-size:0.3rem;color:#333;transition: 0.5s;}
.about .wrap:hover .txt a{background: #f2c051;}
.about .pic{width: 50%;position: relative;overflow: hidden;}
.about .pic::before{content:"";display: block;padding-top:69%;}
.about:hover .txt a{transform: translateX(10px);width: 0.8rem;}

.yxzp{padding:0.4rem 0 0.6rem 0;background: #f7f7f7;}
.swiper-pro{padding:0.45rem 0 0 0;}
.swiper-pro a{display: block;}
.swiper-pro a .pic{width: 100%;position: relative;overflow: hidden;}
.swiper-pro a .pic::before{content:"";display: block;padding-top:140%;}
.swiper-pro a .txt{background: #fff;padding:0.2rem;}
.swiper-pro a .txt .t1{width: 100%;line-height: 0.25rem;padding-bottom: 0.25rem;position: relative;font-size:0.16rem;color:#333;}
.swiper-pro a .txt .t1::before{content:"";display: block;width: 26px;height: 2px;background: #244268;position: absolute;left: 0;bottom:0;}
.swiper-pro a .txt .t2{display: flex;justify-content: space-between;align-items: center;font-size:0.12rem;color:#999;padding-top:0.28rem;}
.swiper-pro a:hover .txt{background: #f2c051;}
.swiper-pro a:hover .txt .t2{color:#333;}
.swiper-pro a:hover .img_cover{transform: scale(1.1);}

.hf{background: #f2c051;position: relative;}
.hf .box{display: flex;justify-content: space-between;padding:0.55rem 0;}
.hf .box .txt{width: 45%;color:#000;}
.hf .box .txt .bt{line-height: 0.5rem;font-size:0.3rem;font-weight: bold;}
.hf .box .txt .bt span{display: block;line-height: 0.44rem;font-family: "arial";text-transform:uppercase;}
.hf .box .txt .nr{font-size:0.2rem;line-height: 0.4rem;margin:0.5rem 0;}
.hf .box .pic{width: 50%;display: flex;justify-content: center;align-items: center;align-content: center;}
.hf .box .pic img{display: block;max-width: 100%;}
.hf .img1{position: absolute;bottom:-0.7rem;left:1%}
.hf .img2{width: calc((100% - 1200px) / 2);height: 100%;position: absolute;right: 0;top: 0;}

.xyhj{background: #f7f7f7;padding:1.25rem 0 0.8rem 0;overflow: hidden;}
.xyhj .box{padding:0.6rem 4%;}
.swiper-xyhj a{display: block;}
.swiper-xyhj a .pic{width: 100%;position: relative;overflow: hidden;}
.swiper-xyhj a .pic::before{content:"";display: block;padding-top:75%;}
.swiper-xyhj a .img_cover{transition: 2s;}
.swiper-xyhj a:hover .img_cover{transform: scale(1.1);}

.szll{padding:0.5rem 0;overflow: hidden;}
.swiper-szll{padding:0.6rem 0 0 0;overflow: hidden;}
.swiper-szll a{display: block;}
.swiper-szll a .pic{width:100%;position: relative;overflow: hidden;background: #333;}
.swiper-szll a .pic::before{content:"";display: block;padding-top:142%;}
.swiper-szll a .txt{background: #f7f7f7;padding:0.2rem;}
.swiper-szll a .txt .t1{width: 100%;line-height: 0.25rem;padding-bottom: 0.25rem;position: relative;font-size:0.16rem;color:#333;}
.swiper-szll a .txt .t1::before{content:"";display: block;width: 26px;height: 2px;background: #244268;position: absolute;left: 0;bottom:0;}
.swiper-szll a .txt .t2{line-height: 0.3rem;font-size:0.14rem;color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0.22rem 0;}
.swiper-szll a .txt .t3{font-size:12px;color:#999;line-height: 15px;}
.swiper-szll a:hover .img_cover{transform: scale(1.1);}
.swiper-szll a:hover .txt{background: #7f9f9e;}
.swiper-szll a:hover .txt .t1, .swiper-szll a:hover .txt .t2, .swiper-szll a:hover .txt .t3{color:#fff;}
.swiper-szll a:hover .txt .t1::before{background: #fff;}

.news{background: #7f9f9e;padding:0.5rem 0;}
.news .title .t1, .news .title .t2{color:#fff;}
.news .title .t1::before{background: rgba(255,255,255,0.3);}
.news ul{display: flex;flex-wrap: wrap;justify-content: space-between;padding:0.4rem 0;}
.news ul li{width: 48%;padding:0.18rem 0;}
.news ul li a{display: flex;transition: 0.5s;}
.news ul li a .pic{width: 39%;position: relative;overflow: hidden;}
.news ul li a .pic::before{content:"";display: block;padding-top:83%}
.news ul li a .txt{width: 61%;background: #fff;padding:5px 0.2rem 0 0.2rem;}
.news ul li a .txt .t1{width: 100%;line-height: 0.6rem;font-size:0.18rem;color:#000;font-weight: bold;}
.news ul li a .txt .t2{width: 100%;line-height: 0.32rem;font-size:0.14rem;color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.news ul li a:hover{transform: translateY(-8px);box-shadow: 5px 5px 8px rgba(0, 0, 0,0.3);}
.news .index-more{border-color: #fff;background: none;}
.news .index-more:hover{background: #f2c051;color:#000;border-color:#f2c051;}

footer{background:url(../images/bj2.jpg) no-repeat top center, #1b1b1b;padding-top:1.35rem;}
footer .bm{background: #fff;display: flex;justify-content: space-between;align-items: center;}
footer .bm form{width: 49%;padding:0.16rem 0 0.22rem 0.38rem;position: relative;z-index: 9;font-size:0.16rem;color:#000;}
footer .bm form b{display: block;line-height: 0.62rem;font-size:0.3rem;color:#000;}
footer .bm form .form-group{position: relative;margin:16px 0 0 0;}
footer .bm form .form-group input[type=text], footer .bm form .form-group textarea{width: 100%;position: relative;z-index: 3;height:58px;line-height: 58px; background: none;border: none;;transition: 0.3s; border-bottom: 1px solid #c6c6c6;}
footer .bm form .form-group label{position: absolute;z-index: 1;left: 0;top:10px;transition:0.3s;font-weight:normal;margin:0;}
footer .bm form .form-group textarea{height: 135px;}
footer .bm form input[type=submit]{Width:1.7rem;line-height: 0.48rem;text-align: center;background:#191c23;font-size:0.2rem;color:#fff;margin-top: 0.2rem;}
footer .bm form .form-group input[type=text]:focus + label, footer .bm form .form-group input[type=text]:valid + label{font-size:13px;transform:translateY(-20px);color:#777;}
footer .bm form .form-group textarea:focus + label, footer .bm form .form-group textarea:valid + label{font-size:13px;transform:translateY(-20px);color:#777;}
footer .bm .right{width: 45%;color:#000;padding-right: 3%;}
footer .bm .right .t1{line-height: 0.6rem;font-size:0.4rem;font-weight: bold;font-family: "Arial";text-transform: uppercase;}
footer .bm .right .t2{line-height: 0.52rem;font-size:0.25rem;font-weight: bold;}
footer .bm .right .t3{line-height: 0.36rem;font-size:0.18rem;padding:0.16rem 0;}
footer .box{display: flex;justify-content: space-between;align-items: flex-start;padding:0.3rem 0 0.4rem 0;}
footer .box .txt{line-height: 30px;font-size:14px;color:#999;}
footer .box .txt a{color:#999;}
footer .box .txt a:hover{text-decoration:underline !important;color:#fff;}
footer .box .lxfs{display: flex;align-items: flex-start;}
footer .box .lxfs .bb .zx{display: flex;flex-direction: row-reverse;margin-bottom: 0.3rem;}
footer .box .lxfs .bb .zx a{display: flex;align-items: center;width: 1.38rem;line-height: 0.38rem;text-align: center;justify-content: center;font-size:0.14rem;color:#000;background: #f2c051;}
footer .box .lxfs .bb .zx img{display: block;margin-right: 0.2rem;max-width: 100%;transition: 0.5s;}
footer .box .lxfs .bb .zx:hover img{transform: rotateY(360deg);}
footer .box .lxfs .bb .tel{line-height: 0.28rem;font-size:0.14rem;color:#fff;text-align: right;}
footer .box .lxfs .bb .tel a{color:#fff;line-height: 0.38rem;font-size:0.3rem;font-family: "Arial";display: block;}
footer .box .lxfs .ewm{display: flex;margin-left: 0.25rem;}
footer .box .lxfs .ewm .ewm-b{width: 94px;margin-left: 0.4rem;}
footer .box .lxfs .ewm .ewm-b img{display: block;max-width: 100%;width: 100%;}
footer .box .lxfs .ewm .ewm-b span{display: block;text-align: center;line-height: 0.38rem;font-size:0.14rem;color:#fff;}
footer .bbot{display: flex;justify-content: space-between;align-items: center;border-top:1px solid rgba(255,255,255,0.3);padding:0.3rem 0;font-size:12px;color:#999;}
footer .bbot .foot-nav{display: flex;}
footer .bbot a{font-size:12px;color:#999;}
footer .bbot .foot-nav a + a{margin-left: 0.24rem;}
footer .bbot a:hover{text-decoration:underline !important;color:#fff;}

/**/
.page{background: #f8f8f8;min-height: 7rem;position: relative;padding-bottom: 0.5rem;}
.page-list{background: #fff;display: flex;justify-content: center;border-bottom: 1px solid #eaeaea;}
.page-list a{display: block;font-size:0.18rem;color:#333;margin:0 0.25rem;position: relative;line-height: 0.8rem;}
.page-list a::before{content:"";display: block;width: 0px;height: 3px;background: #7f9f9e;position: absolute;left: 50%;bottom:0;transform: translateX(-50%);transition: 0.5s;}
.page-list a:hover, .page-list a.on{color:#333}
.page-list a:hover::before, .page-list a.on::before{width: 100%;}
.page-list .wrap{display: flex;justify-content:space-between;align-items: center;line-height: 0.72rem;padding-top:8px;font-size:0.16rem;color:#333;}
.page-list .wrap a{font-size:0.16rem;}
.page-bt{font-size:0.3rem;color:#000;font-weight: bold;text-align: center;line-height: 0.3rem;padding:0.55rem 0  0;}
.page-tabs{display: flex;justify-content: center;}
.page-tabs a{display: block;font-size:0.2rem }

.content{font-size:0.16rem;color:#333;line-height: 0.32rem; padding: 15px 0 0 0;}

.pro-ul{display: flex;flex-wrap: wrap;padding:0.2rem 0 0 0;margin:0 -1%;}
.pro-ul li{width:calc((100% / 3) - 2%);margin:1%;background: #fff;}
.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:130%;}
.pro-ul li a .txt{background: #fff;padding-bottom: 0.3rem;text-align: center;}
.pro-ul li a .txt .t1{font-size:0.2rem;color:#000;font-weight: bold;line-height: 0.74rem;}
.pro-ul li a .txt .t2{width: 1.55rem;line-height: 0.36rem;text-align: center;background: #f2f2f2;font-size:0.12rem;color:#333;margin:0 auto;}
.pro-ul li a:hover .img_cover{transform: scale(1.1);}
.pro-ul li a:hover .txt{background: #f2c051;}
.pro-ul li a:hover .txt .t2{background: #000;color:#fff;}

.pro-ul1{display: flex;flex-wrap: wrap;padding:0.2rem 0 0 0;margin:0 -1%;}
.pro-ul1 li{width:calc((100% / 3) - 2%);margin:1%;background: #fff;}
.pro-ul1 li a{display: block;}
.pro-ul1 li a .pic{width: 100%;position: relative;overflow: hidden;}
.pro-ul1 li a .pic::before{content:"";display: block;padding-top:72%;}
.pro-ul1 li a .txt{background: #fff;padding-bottom: 0.3rem;text-align: center;}
.pro-ul1 li a .txt .t1{font-size:0.2rem;color:#000;font-weight: bold;line-height: 0.74rem;}
.pro-ul1 li a .txt .t2{width: 1.55rem;line-height: 0.36rem;text-align: center;background: #f2f2f2;font-size:0.12rem;color:#333;margin:0 auto;}
.pro-ul1 li a:hover .img_cover{transform: scale(1.1);}
.pro-ul1 li a:hover .txt{background: #f2c051;}
.pro-ul1 li a:hover .txt .t2{background: #000;color:#fff;}

.pro-ul2 {display: flex;flex-wrap: wrap;padding:0.5rem 0 0 0;margin:0 -1%;}
.pro-ul2 li{width:calc((100% / 4) - 2%);margin:1%;background: #fff;}
.pro-ul2 li a{display: block;}
.pro-ul2 li a .pic{width: 100%;position: relative;overflow: hidden;}
.pro-ul2 li a .pic::before{content:"";display: block;padding-top:100%;}
.pro-ul2 li a .txt{background: #fff;padding:0.13rem 0.2rem;}
.pro-ul2 li a .txt .t1{width: 100%;line-height: 0.25rem;padding-bottom: 0.25rem;position: relative;font-size:0.16rem;color:#333;}
.pro-ul2 li a .txt .t1::before{content:"";display: block;width: 26px;height: 2px;background: #244268;position: absolute;left: 0;bottom:0;}
.pro-ul2 li a .txt .t2{display: flex;justify-content: space-between;align-items: center;font-size:0.12rem;color:#999;padding-top:0.2rem;}
.pro-ul2 li a:hover .txt{background: #f2c051;}
.pro-ul2 li a:hover .txt .t2{color:#333;}
.pro-ul2 li a:hover .img_cover{transform: scale(1.1);}


#baguetteBox-overlay figcaption .t1{display: block;line-height: 0.5rem;font-size:0.2rem;}

.news-ul{display:block;padding:0.5rem 0 0 0;}
.news-ul li{width:100%;padding:0.12rem;background:#fff;border:1px solid rgba(0,0,0,0.1);margin-bottom:0.3rem;transition: all 0.5s;}
.news-ul li a{display:flex;}
.news-ul li a .pic{width:215px;position:relative;overflow:hidden;}
.news-ul li a .pic:before{content:"";display:block;padding-top:70%;}
.news-ul li a .txt{width:calc(100% - 215px);display:flex;flex-wrap:wrap;align-content: space-around;padding-left:25px;}
.news-ul li a .txt .t1{width:100%;font-size:0.16rem;color:#333;font-weight:bold;} 
.news-ul li a .txt .t2{width:100;line-height:22px;font-size:0.14rem;color:#777;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.news-ul li a .txt .t3{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#9a9a9a;width:100%;}
.news-ul li a .txt .t3 span{line-height:0.28rem;text-align: center;width:0.8rem;background:#2b2b2b;color:#fff;}
.news-ul li:hover {transform:translateY(-6px);box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.news-ul li:hover a .img_cover{transform:scale(1.1);}
.news-ul li:hover a .txt .t1{color:#f2c051;}
.news-ul li:hover a .txt .t3 span{background:#f2c051;}

.news-show{padding:0.5rem 0 0 0;min-height:5rem;} 
.news-show .t1{text-align: center;font-size:17px;color:#333;}
.news-show img{display: block;max-width: 100%;margin:0.2rem auto;}
.news-show .t2{font-size:0.16rem;color:#333;line-height: 0.32rem;}
.news-show .date{display:block;text-align:center;font-size:0.13rem;color:#999;padding-top: 0.1rem;}

.szll-ul{display: flex;flex-wrap: wrap;padding:0.5rem 0 0 0;margin:0 -1%;}
.szll-ul li{width:calc((100% / 4) - 2%);margin:1%;}
.szll-ul li a{display: block;}
.szll-ul li a .pic{width:100%;position: relative;overflow: hidden;background: #333;}
.szll-ul li a .pic::before{content:"";display: block;padding-top:113%;}
.szll-ul li a .txt{background: #f7f7f7;padding:0.2rem;}
.szll-ul li a .txt .t1{width: 100%;line-height: 0.25rem;padding-bottom: 0.25rem;position: relative;font-size:0.16rem;color:#333;}
.szll-ul li a .txt .t1::before{content:"";display: block;width: 26px;height: 2px;background: #244268;position: absolute;left: 0;bottom:0;}
.szll-ul li a .txt .t2{line-height: 0.3rem;font-size:0.14rem;color:#333;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0.22rem 0;}
.szll-ul li a .txt .t3{font-size:12px;color:#999;line-height: 15px;}
.szll-ul li a:hover .img_cover{transform: scale(1.1);}
.szll-ul li a:hover .txt{background: #7f9f9e;}
.szll-ul li a:hover .txt .t1, .szll-ul li a:hover .txt .t2, .szll-ul li a:hover .txt .t3{color:#fff;}
.szll-ul li a:hover .txt .t1::before{background: #fff;}

.hhcj-box{padding:0.5rem 0 0 0;display: flex;flex-direction: row-reverse;justify-content: space-between;align-items: center;}
.hhcj-box .pic{width: 48%;display: flex;flex-direction: row-reverse;}
.hhcj-box .pic img{display: block;max-width: 100%;}
.hhcj-box .txt{width: 48%;font-size:0.2rem;line-height: 0.4rem;}

.video-ul{padding:22px 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: 14px 0;font-size: 16px;color:#333;border-bottom: 1px solid #d2d2d2;}
.video-ul li video{width: 100%;height: 260px;background-color: #000;border-radius: 5px;}




.hot{width:100%;background:-webkit-linear-gradient(left,#7f9f9e,#6e9493); position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;}
.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:1600px){
	.wrap2{ width:96%}
    .ban-img{object-fit:initial}
.nav-ul {
    display: flex;
    width: 76%;
}
.header-main .right .xw {
    margin-right: 0.2rem;
    cursor: pointer;
}
.header-main .right form {
    width: 1.5rem;
    display: flex;
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    line-height: 0.36rem;
}
    }
@media (max-width:1400px){
.nav-ul {
    display: flex;
    width: 76%;
}
.header-main .right .xw {
    margin-right: 0.2rem;
    cursor: pointer;
}
.header-main .right form {
    width: 1.5rem;
    display: flex;
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    line-height: 0.36rem;
}
    }
@media (max-width:1200px){
	.wrap{ width:96%}
    .header-main .right{display: none;}
    .nav-ul{width: 73%;}
    .nav-ul li .nav_a{font-size:15px;}
    }



@media (max-width:991px){
    .swiper-kczx a .pic::before{padding-top: 100%;}
    .swiper-kczx a .txt .t1 span{font-size:20px;}
    .swiper-kczx a .txt .t2{margin:10px 0;font-size:16px;}
    .about .wrap .txt .bt{font-size:24px;line-height: 36px;}
    .about .pic::before{padding-top:100%;}
    .hf .img1{display: none;}
    .hf .box .txt{width: 100%;}
    .hf .box .pic{position: absolute;right: 2%;top:10%;width: 30%;}
    .xyhj{padding:30px 0;}
    .news ul li{width: 100%;}
    footer .bm .right .t2{font-size:20px;}
    /**/
    .pro-ul2 li, .szll-ul li{width:calc((100% / 3) - 2%);margin:1%;}
	.video-ul li{width: 49%;}
    }
 
@media (max-width:767px){
    header.act .header-box{display:block;}
    .header-main .logo{width:180px;}
    .header-main{padding:10px 0;}
    .kczx, .yxzp, .xyhj, .szll, .news{padding:24px 0;}
    .swiper-kczx, .swiper-pro, .swiper-szll{padding:24px 0 0 0;}
    .swiper-kczx a .txt .t1 span{font-size:16px;}
    .swiper-kczx a .txt .t2{font-size:13px;}
    .about{display: block;}
    .about .pic{width: 100%;}
    .about .wrap{position: static;transform: translateX(0);}
    .about .wrap .txt{width: 100%;padding:20px 0;}
    .about .wrap .txt .bt{font-size:18px;line-height: 26px;}
    .about .wrap .txt .nr{margin:10px 0 16px 0;}
    .index-tabs{padding:20px 0 0 0;flex-wrap: wrap;}
    .index-tabs a{width:calc((100% / 3) - 2%);margin:1%;line-height: 34px;}
    .swiper-pro a .txt, .swiper-szll a .txt, .pro-ul2 li a .txt, .szll-ul li a .txt{padding:10px ;}
    .swiper-pro a .txt .t1, .swiper-szll a .txt .t1, .pro-ul2 li a .txt .t1, .szll-ul li a .txt .t1{font-size:14px;padding-bottom:10px;}
    .hf .box{padding:24px 0;display: block;}
    .hf .box .pic{display: none;}
    .hf .box .txt .bt{font-size:20px;line-height: 30px;}
    .hf .box .txt .nr{margin:15px 0 20px 0;}
    .xyhj .box{padding:24px 0%;}
    .swiper-xyhj{padding:0 10%;}
    .news ul{padding:10px 0;}
    .news ul li{padding:6px 0;}
    .news ul li a .txt{padding:0 10px 10px 10px;}
    footer{padding:30px 0 0 0;}
    footer .bm{display: block;}
    footer .bm form{width: 100%;padding:20px;font-size:14px;}
    footer .bm form .form-group input[type=text], footer .bm form .form-group textarea{height: 48px;line-height: 48px;}
    footer .bm .right{width: 100%;padding:0 20px 20px 20px;}
    footer .bm .right .t1{font-size:20px;line-height: 24px;}
    footer .bm .right .t2{font-size:19px;line-height: 24px;padding-bottom: 5px;}  
    footer .bm .right .t3{font-size:14px;line-height: 20px;padding:5px 0;}  
    footer .bot, footer .box .bb{display: none;}
    footer .box .txt{font-size:13px;line-height: 24px;}
    footer .box{padding:10px 0;}
    /**/
    .page-list{flex-wrap: wrap;border:none;justify-content: flex-start;}
    .page-list a{width: 25%;text-align: center;margin:4px 0;border-bottom: 1px solid #eee;font-size:14px;}
    .page-bt{padding:24px 0 0 0;font-size:20px}
    .page-list .wrap a{display: none;}
    .pro-ul, .pro-ul1, .pro-ul2{Padding:24px 0 0 0;margin:0;}
    .pro-ul li, .pro-ul1 li, .pro-ul2 li, .szll-ul li{width: 48%;}
    #baguetteBox-overlay figcaption .t1{font-size:16px;}
    #baguetteBox-overlay .full-image figcaption{padding:10px 2%;white-space:normal;font-size:13px;line-height: 22px;;}
    .news-ul, .news-show, .szll-ul{padding:24px 0 0 0;}
    .news-ul li{padding:5px;margin-bottom: 15px;}
    .news-ul li a .pic{width:130px;}
    .news-ul li a .pic:before{padding-top:75%}
    .news-ul li a .txt{width:calc(100% - 130px);padding-left:10px;}
    .news-ul li a .txt .t1{font-size:14px;}
    .news-ul li a .txt .t2{line-height:20px;margin:3px 0;}
    .news-show .t1{font-size:16px;}
    .news-show .t2{font-size:13px;}
    .hhcj-box{display: block;padding:24px 0 0 0;}
    .hhcj-box .pic{width: 100%;flex-direction: initial;justify-content: center;}
    .hhcj-box .txt{width: 100%;padding-top:20px;}
	.video-ul li{width: 99%;}
}

@media (max-width:567px){
	}

@media (max-width:336px) {
    }
	
	
	
	
	
	
	