锘
/*-----------------[鍒濆鍖朷--------------*/
body{color: #333;font-size: 12px;line-height: 1.5;padding-top: 185px;
    font-family:"SourceHanSansCN-Regular","寰蒋闆呴粦","Microsoft Yahei";
    overflow-x: hidden;
}
a{color: #333;}
a:hover{color: #057933;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #333;
    font-family:"SourceHanSansCN-Regular","寰蒋闆呴粦","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../fonts/SourceHanSansCN-Regular.otf');
}

/*甯冨眬*/
.wp{width: 100%;max-width: 1400px;margin: 0 auto;}
.wp2{width: 100%;max-width: 1320px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=澶撮儴]-------
********************************/
.header{position: fixed;z-index: 1024;top: 0;left: 0;right: 0;
    background-color: #fff;
    transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    -o-transition: .8s;
}
.header.hide{top: -185px;}
.header.open{top: -125px;
    box-shadow: 0 0 15px 0 rgba(202,202,202,.35);
}
.header .hd{height: 125px;overflow: hidden;
    background: #01913A url(../images/hd-bg.jpg) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.logo{float: left;line-height: 125px;font-size: 0;}
.logo img{display: inline-block;vertical-align: middle;height: 78px;}

.so{float: right;position: relative;margin-top: 41px;}
.so .inp{width: 321px;height: 45px;font-size: 16px;border: 0;
    border-radius: 23px;padding: 0 55px 0 15px;
}
.so .btn{position: absolute;top: 3px;right: 3px;width: 39px;height: 39px;
    border-radius: 50%;cursor: pointer;border: 0;
    background: #01913A url(../images/i-so.png) no-repeat center;
    -o-background-size: 20px auto;
    -ms-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
}
.nav{*zoom:1;}
.nav:after,.nav:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.nav ul{padding-right: 60px;}
.nav li{width: 12.5%;float: left;text-align: center;position: relative;}
.nav .v1{display: block;font-size: 18px;color: #057933;
    line-height: 60px;position: relative;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav .v1:after{content: '';position: absolute;right: -1px;top: 50%;width: 1px;height: 20px;
    background-color: #057933;margin-top: -10px;
}
.nav li.on .v1,.nav li:hover .v1{color: #fff;background-color: #057933;}
.nav li.on .v1:after,.nav li:hover .v1:after{display: none;}
.nav li:last-child .v1:after{display: none;}
.nav dl{position: absolute;top: 100%;left: 0;right: 0;padding-top: 4px;display: none;}
.nav dd{border-bottom: 1px dashed #b5b5b5;background-color: #fff;}
.nav dd a{display: block;font-size: 18px;color: #444;line-height: 63px;}
.nav dd:hover a{color: #057933;}
.nav dd:last-child{border-bottom: 0;}
.nav .wp{position: relative;}
.btn-logo{position: absolute;right: 0;top: 1px;width: 58px;height: 58px;}
.btn-logo img{width: 100%;height: 100%;display: block;}




/*******************************
    -------[=瀵艰埅]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #fff;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 10px;top: 50%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

/*******************************
  -------[=banner]-------
*******************************/
.banner .slick-slide .con{outline: 0;position: relative;display: block;height: 586px;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .slick-dots{position: absolute;left: 0;bottom: 40px;width: 100%;
    text-align: center;z-index: 99;font-size: 0;
}
.banner .slick-dots li{display: inline-block;margin: 0 4px;width: 17px;height: 17px;
    background-color: #fff;border-radius: 50%;
}
.banner .slick-dots li.slick-active{background-color: #0ead4d;}
.banner .slick-dots li button{display: none;}

.ban{height: 330px;position: relative;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.ban .wp{height: 100%;position: relative;}
.g-t2{position: absolute;left: 0;bottom: 0;}
.g-t2 span{display: inline-block;position: relative;
    height: 82px;line-height: 82px;padding-right: 165px;
    font-size: 24px;color: #fff;font-weight: normal;padding-left: 18px;
    background-color: rgba(1, 145, 58, .8);
}
.g-t2 span:after{content: '';position: absolute;top: 0;bottom: 0;right: 100%;width: 1000px;
    background-color: rgba(1, 145, 58, .8);
}
.g-t2 span:before{content: '';position: absolute;top: 0;bottom: 0;left: 100%;width: 112px;
    background: url(../images/i-bg2.png) no-repeat center;
    -o-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.g-t2:before{content: '';position: absolute;top: 50%;left: 0;width: 3px;height: 20px;
    margin-top: -10px;background-color: #fff;z-index: 2;
}
/*******************************
  -------[=搴曢儴]-------
********************************/
.footer{color: #fff;
    background: url(../images/fd-bg.jpg) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer a{color: #fff;}
.fd-link{overflow: hidden;line-height: 77px;overflow: hidden;}
.fd-link .tit{float: left;font-size: 18px;color: rgba(255,255,255,.8);padding-left: 32px;
    background: url(../images/i-03.png) no-repeat left center;
    -o-background-size: 23px auto;
    -ms-background-size: 23px auto;
    -moz-background-size: 23px auto;
    -webkit-background-size: 23px auto;
    background-size: 23px auto;
}
.fd-link .slider{overflow: hidden;}
.fd-link .slider li{float: left;width: auto !important;margin-right: 30px;}
.fd-link .slider .tempWrap{width: 100% !important;}
.fd-link .slider li a{font-size: 18px;display: block;}
.fd-link .slider li a:hover{opacity: .8;}

.fd-con{overflow: hidden;padding: 55px 0 30px;
    border-top: 1px solid rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.fd-con h3{font-size: 16px;font-weight: normal;margin-bottom: 3px;}
.fd-content{float: left;width: 455px;padding-left: 103px;min-height: 144px;
    border-left: 1px solid rgba(255,255,255,.3);
    border-right: 1px solid rgba(255,255,255,.3);
}
.fd-content .desc{font-size: 14px;line-height: 26px;opacity: .8;}
.fd-nv{float: left;width: 376px;padding-left: 111px;min-height: 144px;
    border-right: 1px solid rgba(255,255,255,.3);
}
.fd-nv li{float: left;width: 34%;}
.fd-nv li a{font-size: 14px;line-height: 26px;opacity: .8;}
.fd-nv li a:hover{opacity: 1;}
.fd-r{float: right;min-height: 144px;padding-right: 36px;
   border-right: 1px solid rgba(255,255,255,.3); 
}
.fd-share{float: left;margin-top: 15px;}
.fd-share .bdsharebuttonbox a{width: 44px;height: 44px;float: left;margin: 0 0 0 17px;
    padding: 0;background: #0A6F32;opacity: .5;border-radius: 50%;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.fd-share .bdsharebuttonbox .bds_weixin{background-image: url(../images/i-05.png);}
.fd-share .bdsharebuttonbox .bds_tsina{background-image: url(../images/i-04.png);}
.fd-share .bdsharebuttonbox a:hover{opacity: 1;}
.fd-qr{float: right;padding-top: 8px;}
.fd-qr .item{float: left;margin-left: 28px;}
.fd-qr span{font-size: 14px;display: block;line-height: 26px;}
.fd-qr .pic{width: 108px;}
.fd-qr .pic img{width: 100%;display: block;}

.fd-copy{text-align: center;padding: 26px 0 45px;}
.fd-copy a:hover{opacity: .8;}
.bd_weixin_popup{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
#Conac{width: 80px;display: block;margin: 0 auto;}
/*******************************
    -------[=姝ｆ枃]-------
********************************/
.fix-pop{position: fixed !important;left: 19px;z-index: 1026;
    width: 219px;height: 150px;padding: 7px;
    background: url(../images/i-bg1.jpg) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.fix-pop .close{width: 17px;height: 17px;position: absolute;top: 0;right: 0;
    cursor: pointer;z-index: 2;
    background: url(../images/i-close.png) no-repeat center;
}
.fix-pop .cont{position: relative;border: 1px solid rgba(255,255,255,.1);height: 100%;}
.fix-pop h3{position: absolute;left: 0;right: 0;top: 50%;
    font-size: 28px;color: #fff;font-weight: normal;text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.row-main{overflow: hidden;}
.row-main .side-col{width: 300px;float: left;}
.row-main .col-main{width: 1062px;float: right;}

.m-t1{height: 107px;position: relative;
    background: #01913A url(../images/i-bg3.png) no-repeat right center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.m-t1 h2{font-size: 26px;color: #fff;text-align: center;position: relative;
    padding-top: 32px;padding-bottom: 10px;
}
.m-t1 h2:after{content: '';position: absolute;bottom: 0;left: 50%;
    width: 38px;height: 2px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cur{overflow: hidden;padding: 22px 0 28px;}
.cur .con{float: right;font-size: 16px;color: #BEBEBE;padding-left: 24px;
    background: url(../images/i-06.png) no-repeat left center;
}
.cur .con a{color: #BEBEBE;}
.cur .con a:hover{color: #01913A;}

.snv{background-color: #f3f8f5;}
.snv li{border-bottom: 1px solid #ddd;}
.snv li .s1{display: block;line-height: 70px;font-size: 18px;color: #666;
    padding-left: 25px;border-left: 10px solid #d6e2db;position: relative;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.snv li .s1:after{content: '';position: absolute;right: 23px;top: 0;bottom: 0;
    width: 10px;
    background: url(../images/i-09.png) no-repeat right center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.snv li.on .s1,.snv li:hover .s1{border-color: #01913a;color: #01913a;}
.snv li.on .s1:after,.snv li:hover .s1:after{background-image: url(../images/i-09-on.png);}
.snv dl{border-left: 10px solid #d6e2db;border-top: 1px solid #ddd;padding: 20px 0;
    display: none;
}
.snv dd a{display: block;font-size: 16px;line-height: 48px;color: #666;
    position: relative;padding-left: 42px;
}
.snv dd a:after{content: '';position: absolute;top: 50%;left: 26px;
    width: 6px;height: 6px;margin-top: -3px;
    background: #01913A;
    border-radius: 50%;
}
.snv li.on dl{display: block;}
.snv li:last-child{border-bottom: 0;}
.pages{overflow:hidden;text-align:center;margin:30px 0 70px;}
.pages ul{font-size:0}
.pages li{display:inline-block;vertical-align:middle;margin:0 2px}
.pages a,.pages span{display:block;font-weight: bold;width:42px;height:42px;line-height:41px;border:1px solid #e5e5e5;
    text-align:center;font-size:16px;color:#c9c8c8;background-color:#fff;
    border-radius:50%
}
.pages li a:hover,.pages li.on a{background-color:#01913A;border-color:#01913A;color:#fff}

























