/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;font-family:"微软雅黑","Microsoft Yahei";}
a{color: #444;}
a:hover{color: #1b8000;}
img,.ani{
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
input,textarea,select{font-size: 12px;color: #444;font-family:"微软雅黑","Microsoft Yahei";}
input[type='submit'],input[type='reset'],input[type='button'],select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*布局*/
.wp{width: 1200px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}

*{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}

/*标题*/

/*按钮*/

/*颜色*/


/*******************************
	-------[=头部]-------
********************************/
.header{
    *zoom:1;position: relative;
    background: url(../images/header-img.jpg) no-repeat top center;
    height: 149px;
}
.header:after,.header:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.header .hd-top{
    overflow: hidden;
    padding-top: 24px;padding-bottom: 24px;
    background: url(../images/hd-bor.jpg) no-repeat left bottom;
}
.header .hd-top-r{
    float: right;padding-top: 17px;
    font-size: 14px;color: #fff;line-height: 35px;
}
.header .hd-top-r a{color: inherit;}
.header .hd-top-r a:hover{text-decoration: underline;}

.logo{
    display: block;float: left;
}
.logo img{
    display: inline-block;vertical-align: middle;
}
.header .so{
    display: inline-block;vertical-align: top;
    width: 250px;height: 35px;
    border:0;
    background: url(../images/search-bor.png) no-repeat left top;
    position: relative;
    padding: 0 43px 0 19px;margin-right: 9px;
}
.header .so input[type="text"]{
    display: block;width: 100%;height: 33px;
    background: none;border: none;
    font-size: 14px;color: #cfddcc;line-height: 33px;
}
.header .so input[type="text"]::-webkit-input-placeholder {
    color: #cfddcc;font-size: 14px;
}
.header .so input[type="text"]:-moz-placeholder {
    color: #cfddcc;font-size: 14px;
}
.header .so input[type="text"]:-ms-input-placeholder {
    color: #cfddcc;font-size: 14px;
}

.header .so input[type="submit"]{
    display: block;width: 35px;height: 35px;
    position: absolute;right: 8px;top: -1px;
    cursor: pointer;
    border: none;
    background:  url(../images/icon-so.png) center center no-repeat;
}




/*******************************
	-------[=导航]-------
********************************/
.header .wp{position: relative;}
.header .hd-top .wp{position: static;}
.nav{
    height: 48px;margin: 0 -39px;
    *zoom:1;
}
.nav:after,.nav:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.nav li{float: left;width: 11.1%;position: relative;
    background-position: left center;background-repeat: no-repeat;background-image: url(../images/icon8.png);}
.nav .li-last{margin-right: 0;}
.nav .li-first{margin-right: 0;background: none;}
.nav .v1{
    display: block;text-align: center;
    font-size: 16px;color: #fff;line-height: 49px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav li dl{position: absolute;top: 100%;left: 50%;z-index: 2;
    width: 100%;padding-top: 2px;display: none;margin-left: -71px;}
.nav li dd{background-color: #e1f2ea;height: 45px;line-height: 45px;}
.nav li dd a{display: block;font-size: 16px;color:#105401;text-align: center;}
.nav li dd:hover a{background-color: #3a7430;color:#fff;}
.nav .li-last .v1{background: none;}
.nav li:hover,.nav li.on{
    background-color: #fff;
}
.nav li.not{background-image: none;}
.nav li:hover .v1,.nav li.on .v1{
    color:#105401;
}
.nav li:hover dl{display: block;}

/* 手机导航 */
.menuBtn {
    position: absolute;top: 30px;right: 20px;width: 30px;
    height: 30px;display: none;cursor: pointer;z-index: 10;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);}
.menuBtn em {margin-bottom: 8px;display: block;height: 2px;background-color: #fff;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.menuBtn.on em {display: none;margin: -2px 0 0;position: absolute;top: 45%;width: 30px;}
.menuBtn.on em:first-child {display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.on em:last-child {display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);}

#aside {
    position: absolute;top: -150%;
    left: 0;height: 100%; width: 100%;
    z-index: 1001;overflow-y: auto;background: url(../images/hd-bor.jpg) no-repeat left top;background-color: #156701;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
#aside.open{top: 50px;}
#aside .menu{margin-top: 10px;}
#aside .menu li{text-align: center;}
#aside .menu a{display: block;line-height: 30px;font-size: 12px;color: #fff;}
#aside .menu .v1{display: block;line-height: 36px;font-size: 14px;color: #fff;}

#aside .link{overflow: hidden;margin-top: 20px;}
#aside .link a{text-align: center;float: left;width: 50%;line-height: 34px;font-size: 14px;color: #fff;}
#aside .link .a1{padding-left: 50px;}
#aside .link .a2{padding-right: 50px;}


#aside .so{
    margin: 10px auto;padding: 0 43px 0 19px;
    width: 90%;height: 38px;position: relative;
    border: 1px solid  #fff;border-radius: 19px;
}
#aside .so input[type="text"]{
    display: block;width: 100%;height: 36px;
    background: none;border: none;
    font-size: 14px;color: #cfddcc;line-height: 36px;
}
#aside .so input[type="text"]::-webkit-input-placeholder {
    color: #cfddcc;font-size: 14px;
}
#aside .so input[type="text"]:-moz-placeholder {
    color: #cfddcc;font-size: 14px;
}
#aside .so input[type="text"]:-ms-input-placeholder {
    color: #cfddcc;font-size: 14px;
}

#aside .so input[type="submit"]{
    display: block;width: 35px;height: 35px;
    position: absolute;right: 8px;top: -1px;
    cursor: pointer;
    border: none;
    background:  url(../images/icon-so.png) center center no-repeat;
}
/*******************************
	-------[=banner]-------
********************************/
.banner{overflow: hidden;position: relative;max-height: 488px;}
.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}
.banner .slick-slide{outline: 0;position: relative;
    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: 61%;bottom: 49px;z-index: 10;margin-left: 49px;}
.banner .slick-dots li{display: inline-block;margin: 0 2px;}
.banner .slick-dots li button{display: block;width: 50px;height: 3px;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: #9f9fa0;
    border: none;cursor: pointer;padding: 0;
}
.banner .slick-dots li.slick-active button{background-color: #fff;}
.banner .pic{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
	 height:500px;
display:block;
}
.banner .con{
    width: 50%;height: 100%;
    position: absolute;left: 50%;margin-left: 0;
    background:  url(../images/bg1.png);
    padding-top: 231px;padding-left: 49px;
    z-index: 1;
}
.banner .txt{
    float: left;
    width: 386px;
    font-size: 14px;color: #fff;line-height: 24px;
}
.banner .txt h3{
    font-size: 32px;color: #fff;line-height: 47px;
    max-height: 94px;overflow: hidden;
    margin-bottom: 10px;
}
.banner .txt p{
    max-height: 72px;overflow: hidden;
}




/*******************************
	-------[=底部]-------
********************************/
.footer{
    /*overflow: hidden;*/
    padding: 54px 0 52px;
    margin-top: 60px;*zoom:1;
    background: #093001;
    background: url(../images/fd-bg.jpg) no-repeat center center;
}
.footer:after,.footer:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.footer .copy{
    float: left;width: 740px;
    font-size: 14px;color: #fff;line-height: 26px;
}
.footer .f-link{
    float:left;
    font-size: 20px;color: #fff;line-height: 26px;
    /*overflow: hidden;*/
    padding-top: 13px;
}
.footer .f-link li{
    display: block;float: left;
    color: inherit;position: relative;
    padding-left: 20px;margin-left: 14px;
    background: url(../images/icon1.png) no-repeat left center;
}
.footer .f-link li .v1{color: #fff;}
.footer .f-link li .v1:hover{
    text-decoration: underline;
}
.f-link dl{position: absolute;left: 0;bottom: 100%;text-align: center;
    background-color: #fff;padding: 8px;width: 130px;display: none;
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
.f-link dd a{font-size: 14px;}
.f-link .qr{position: absolute;bottom: 100%;left: -74px;width: 306px;padding: 0 4px;
    background-color: #fff;box-shadow: 0px 0px 5px rgba(0,0,0,.3);overflow: hidden;display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.f-link .er{float: left;width: 99px;text-align: center;padding: 8px 4px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.f-link .er img{width: 91px;height: 91px;display: block;}
.f-link .er p{color: #333;font-size: 14px;}

.m-float{
    position: fixed;right: 0;top: auto;bottom: 10%;
    margin-top: -322px;
    width: 72px;
    z-index: 10000000;
}
.m-float ul{}
.m-float li{margin-bottom: 3px;}
.m-float li a{
    display: block;
    padding-top: 5px;padding-bottom: 5px;
    background: #389d1d;
    font-size: 12px;color: #fff;line-height: 22px;text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.m-float li a:hover{background: #1b8000;}
.m-float li i{
    display: block;width: 40px;height: 40px;
    margin: 0 auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.vsbcontent_img img{height:auto}
.con-banner{margin-bottom: 70px;}
.con-banner .ban{height: 280px;background-size: cover;background-repeat: no-repeat;
    background-position: left top;}
.con-banner .ban img{width: 100%;height: 100%;display: block;}
.m-cur{background-color: #f1f1f1;height: 55px;*zoom:1;position: relative;}
.m-cur:after,.m-cur:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.m-cur .tit{float: left;width: 250px;height: 140px;line-height: 140px;margin-top: -85px;
    background: url(../images/zz-green.png) repeat left top;text-align: center;}
.m-cur .tit span{display: inline-block;color:#fff;font-size: 28px;
    padding-right: 30px;background: url(../images/y-arrow1.png) no-repeat right center;}
.m-cur .cur-l{float: left;line-height: 55px;color:#000;font-size: 14px;margin-left: 39px;}
.m-cur .cur-l.cur-right{float: right;}
.m-cur .cur-l a{color:#000;}
.m-cur .cur-l i{font-style: normal;}
.m-cur .cur-l a:hover{color:#105401;text-decoration: underline;}
.m-cur .cur-r{float: right;line-height: 55px;}
.m-cur .cur-r a{float: left;padding: 0 31px;background-color: #f1f1f1;color:#000;font-size: 18px;}
.m-cur .cur-r a:hover,.m-cur .cur-r a.on{background-color: #105401;color:#fff;}
