/*公共样式开始*/
*{margin:0;padding:0;list-style: none;text-decoration: none;box-sizing: border-box;}
html{font-size: 100px;}
body{font-size: 0.2rem;position: relative;font-family: Microsoft YaHei;}
.w90{width: 16rem;margin:0px auto;}
.w12{width: 1200px;margin:0px auto;}
.fl{float:left;}
.fr{float:right;}
input{outline: none;border: none;}
.clearfix:after{content: "";display: block;clear: both;}
img{border: none;vertical-align:middle;}
.flexbox{display: flex;display: -webkit-flex;}
.flex{display: flex;display: -webkit-flex;justify-content: space-between;}
.flex-left{display: flex;display: -webkit-flex;justify-content: flex-start;}
.flex-center{display: flex;display: -webkit-flex;justify-content: center;}
.flex-right{display: flex;display: -webkit-flex;justify-content: flex-end;}
.flex-column{flex-direction: column;}
.flex-c-center{align-items: center;}
.flex-wrap{flex-wrap: wrap;}
.f0{flex-shrink: 0;}
.none{display: none;}
.pic{width: 100%;height: 0;position: relative;overflow: hidden;}
.pic::before{position: absolute;top: 0;left: -90%;z-index: 1;display: block;content: "";width: 50%;height: 100%;opacity: .25;pointer-events: none;background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);-webkit-transform: skewX(-25deg);-ms-transform: skewX(-25deg);transform: skewX(-25deg);}
.image{width: 100%;height: 100%;position: absolute;left: 0;top:0;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.image img,.img{width: 100%;height: 100%;object-fit: cover;}
.line1{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.line2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.line3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.txtline{position:relative;background-image:linear-gradient(#ffffff,#f1f1f1);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:background-size .3s}
.txtline1{position:relative;background-image:linear-gradient(#007750,#007750);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:background-size .3s}
.txtline:hover{background-size:100% 1px;}
.txtline1:hover{background-size:100% 1px;}
.wave{animation: wave 3s linear;animation-iteration-count: infinite;}
/*公共样式结束*/
@keyframes roted{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}
@keyframes wave{
  to{transform: translateX(-100%);}
}
@font-face {
	font-family: titlefont;
	src: url(../fonts/systh.woff2);
}
@font-face {
	font-family: titlefont1;
	src: url(../fonts/STLITI.ttf);
}	
@font-face {
	font-family: textfont;
	src: url(../fonts/systr.woff2);
}
@font-face {
	font-family: numfont;
	src: url(../fonts/gilroy.otf);
}
@keyframes beat{
from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
}
@-webkit-keyframes shine {
  100% {
      left: 125%
  }
}
@keyframes shine {
  100% {
      left: 125%
  }
}

/*兼容模式下升级提示开始*/
.pageTips {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #007750;
}

.pageTips .container {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px;
}

.pageTips .container a.close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: auto;
    right: -15px;
    top: 40px;
    bottom: auto;
}

.pageTips .container .img {
    text-align: center;
}

.pageTips .container .msg {
    font-size: 18px;
    line-height: 36px;
    padding-top: 30px;
}

.pageTips .container a {
    color: #fff;
    text-decoration: underline;
}

.pageTips .container a.close {
    display: none !important;
}

/*兼容模式下升级提示结束*/
.header{width: 100%;position: fixed;top:0;left: 0;z-index: 5;padding-top: 0.2rem;}
.header .w90{position: relative;z-index: 1;width: 17rem;}
.header::after{content: "";width: 100%;height: 3rem;background-image: linear-gradient(180deg, #007750 0%, rgba(0,0,0,0) 100%);display: block;position: absolute;top:0;left: 0;z-index: 0;transition: all 0.4s ease-out 0s;}
body.scrolling .header::after{height:1.3rem;}
.logo a{display: block;}
.logo img{height: 0.74rem;}
.h1-link ul{margin-right: 0.05rem;}
.h1-link ul li{font-size: 0.18rem;line-height: 0.36rem;margin-right: 0.2rem;}
.h1-link ul li a{color: #ffffff;display: inline-block;padding-right: 0.15rem;position: relative;}
.h1-link ul li a::after{content: "";width: 1px;height: 0.18rem;display: block;background: #ffffff;position: absolute;right: 0;top:0.1rem;}
.h1-link ul li:last-of-type{margin-right: 0;}
.header-top2{background: #007750;opacity: 0;transform: translateY(-100%);transition: 0.3s linear;box-shadow: 0 0 10px rgba(0,0,0,0.15);position: fixed;top:0;left: 0;z-index: 5;width: 100%;}
.search{width: 0.36rem;height: 0.36rem;background: url(../image/search.svg) no-repeat center center;background-size: auto 0.2rem;cursor: pointer;}

/*PC端导航开始*/
.nav{width: 100%;}
.nav>ul>li{position:relative;margin-left: 0.3rem;}
.nav>ul>li:first-of-type{margin-left: 0;}
.nav>ul>li h3{font-size: 0.22rem;position:relative;line-height: 0.6rem;}
.nav>ul>li h3 a{color:#ffffff;text-shadow: 0 1px 1px rgba(0,0,0,0.6);}
.nav>ul>li.on h3,.nav>ul>li:hover h3{font-weight: bold;}
.sub{opacity: 0;visibility:hidden;position:absolute;top:0.6rem;left:50%;z-index:2;min-width: 1.6rem;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%) scaleY(0);transition: 0.4s all;transform-origin: top;}
.sub .sub-h{text-align:center;position:relative;background:rgba(0,0,0,0.5);border-top: 1px solid #ffffff;}
.sub .sub-h:before{content:'';position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);border:0.08rem solid transparent;border-bottom-color:#fff;top:-0.16rem;}
.sub .sub-h a{display:block;font-size: 0.2rem;color: #ffffff;line-height: 0.55rem;border-bottom: 1px solid rgba(255,255,255,0.2);}
.sub .sub-h a:hover{background: #007750;}
.nav li:hover .sub{opacity: 1;visibility: inherit;transform:translateX(-50%) scaleY(1);}
/*PC端导航结束*/

/*手机端导航开始*/
body.navShow{overflow: hidden;}
.nav-menu{width:.34rem;height:.28rem;cursor:pointer;display:none;position: relative;}
.nav-menu div{position:absolute;right:0;display:block;height:2px;background:#ffffff;transform-origin:50% 50%;}
.nav-menu div:nth-child(1){top:0;width:100%;transition:.8s;transform:rotate(0);}
.nav-menu div:nth-child(2){top:calc(50% - 1px);width:24px;transition:.6s;}
.nav-menu div:nth-child(3){top:calc(100% - 2px);width:100%;transition:.6s;transform:rotate(0);}
.hd1-aon1 div:nth-child(1){top:50%;transition:.6s;transform:rotate(45deg);}
.hd1-aon1 div:nth-child(2){width:0;transition:.6s;}
.hd1-aon1 div:nth-child(3){top:50%;transition:.6s;transform:rotate(-45deg);}
.navm-box{position:fixed;top:0;right:-100%;z-index:3;box-sizing:border-box;margin:auto;width:100%;height:100vh;background:#ffffff;padding-top:1rem;padding-bottom:0.2rem;transition: 0.6s all;visibility: hidden;opacity: 0;display: flex;flex-direction: column;}
.navm-box.act{visibility: inherit;opacity: 1;right: 0;}
.navm-box .link{width: 100%;padding: 0 5%;margin: 0.1rem 0;}
.navm-box .link ul{border: 1px solid #007750;padding: 0 15px;}
.navm-box .link ul li{font-size: 14px;line-height: 36px;margin-right: 20px;}
.navm-box .link ul li:last-of-type{margin-right: 0;}
.navm-box .link ul li a{color: #007750;padding-right: 20px;position: relative;}
.navm-box .link ul li a::after{content: "";width: 1px;height: 16px;display: block;background: #007750;position: absolute;right: 0;top:50%;transform: translateY(-50%);}
.navm-box .link ul li:last-of-type a{padding-right: 0;}
.navm-box .link ul li:last-of-type a::after{content: none;}
.nav-wrap{padding:0 5%;text-align:left;overflow-y: auto;}
.nav-wrap li{position:relative;width:100%;border-bottom:1px solid #eeeeee;font-size:18px;line-height:60px;}
.nav-wrap li div.icon-jia{position:absolute;top:0;right:0;margin:auto;width:60px;height:60px;font-size: 18px;background:url(../image/down.svg) no-repeat center center;background-size:22px 22px;transition: 0.3s all;}
.nav-wrap li a{display:block;color:#333333;}
.nav-wrap dl{display:none;}
.nav-wrap dt{text-indent:.2rem;font-size:16px;line-height: 50px;}
.nav-wrap dt a{color:#434343;}
.search_m{width: 90%;margin: 0.2rem auto;border-bottom: none;position: relative;}
.search_m .searchbox{border: 1px solid #007750;width: 100%;border-radius: 0;color: #333333;height: 0.4rem;padding: 0 0.4rem 0 0.1rem;}
.search_m .button{background: #007750 url(../image/search.svg) no-repeat center center;background-size: 0.18rem auto;width: 0.4rem;height: 0.4rem;position: absolute;right:0;top:0;z-index: 2;cursor: pointer;}
.search_m .searchbutton{width: 0.4rem;height: 0.4rem;position: absolute;right:0;top:0;z-index: 1;}
/*手机端导航结束*/

.search_wrap{position:fixed;left:0;top:0;width:100%;height:100%;color:#666;z-index:6;display:none}
.search_wrap .search_box{position:fixed;width:80%;max-width:660px;z-index:999;z-index:3;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.search_wrap .bck{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:3;}
.search_wrap .i_txt{position: absolute;height:42px;font-size:15px;border:none;background:#fff;width: 100%;padding-left:3%;padding-right: 80px;}
.search_wrap .submit{position:absolute;top:0;right:0;width:80px;height:42px;cursor:pointer;background:#007750;color:#ffffff;font-size:18px;}


.footer{width: 100%;position: relative;}
.ft1{width: 100%;padding: 0.4rem 0;background: url(../image/footer_bg.jpg) no-repeat center bottom;background-size: cover;position: relative;z-index: 2;}
.ft1 h3{font-size: 0.2rem;color: #007750;font-family: textfont;font-weight: normal;line-height: 1;margin-bottom: 0.1rem;}
.ft-contact h3{margin-bottom: 0.2rem;}
.ft-contact p{font-size: 0.16rem;color: #333333;line-height: 0.26rem;margin-top: 0.1rem;}
.ft-link1{width: 3.4rem;}
.ft-link2{width: 5.2rem;}
.ft-link ul li{line-height: 0.26rem;margin-top: 0.1rem;margin-right: 0.3rem;font-size: 0.16rem;}
.ft-link2 ul li:last-of-type{margin-right: 0;}
.ft-link ul li a{color: #333333;}
.ft-link ul li:hover a{color: #007750;}
.ft-ewm ul li{width: 1.62rem;height: 1.23rem;background: url(../image/ewm_bg.png) no-repeat left top;background-size: 100% 100%;padding: 0.14rem 0 0 0.26rem;}
.ft-ewm ul li img{height: 0.97rem;}
.ft-ewm ul li:first-of-type{margin-right: -0.1rem;}
.copyright{width: 100%;background: #006342;padding: 0.12rem 0;position: relative;z-index: 2;}
.copyright p{font-size: 0.18rem;color: #ffffff;line-height: 0.36rem;text-align: center;}
.copyright p a{color: #ffffff;}

.list-footer{padding-top: 1rem;overflow: hidden;margin-top: -1rem;}
.list-footer .ft1{background: #007750;}
.list-footer .ft1 h3{color: #ffffff;}
.list-footer .ft1 .ft-contact p{color: #ffffff;}
.list-footer .ft1 .ft-link ul li a{color: #ffffff;}
.list-footer .ft1 .ft-ewm ul li{background: url(../image/ewm_bg1.png) no-repeat left top;background-size: 100% 100%;}

.footer .bl3,.footer .bl4{width: 100%;position: absolute;left: 0;bottom: 0.6rem;}
.footer .bl3{z-index: 1;}
.footer .bl4{z-index: 0;}
.footer svg{display: block;}
.footer svg.svgbl4 .wave{fill: #007750;}
.footer svg.svgbl3 .wave{fill: #007750;opacity: 0.07;animation-delay: 2s;}