/**************************************通用**********************************/
*{
    font-size: 14px;
    font-family: '微软雅黑','Hiragino Sans GB','宋体',arial,sans-serif;
    color: #666;
    font-weight: normal;
}
html,body{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
.wrap-outer {    
	margin-left: calc(100vw - 100%);    
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
ul,dl,dd{
    list-style: none;
    padding: 0;
    margin: 0;
}
h1,p,h2{
    margin: 0;
}
.clear{
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

/**************************************header+banner+footer**********************************/
.header{
    width: 100%;
}
.top-box{
    background: #bdbdbd;
}
.top{
    width: 1200px;
    margin: 0 auto;
}
.top span{
    color: #fff;
    line-height: 36px;
}
.nav-box{
    width: 100%;
    height: 120px;
}
.nav{
    width: 1200px;
    margin: 0 auto;
}
.logo{
    display: block;
    margin-top: 11px;
}
.nav-list>li{
    float: left;
    position: relative;
}
.nav-list>li>a{
    display: block;
    padding: 40px 20px;
}
.nav-list>li>a:hover{
    background: #3f7052;
}
.nav-list>li>a:hover .nav-content dt,.nav-list li a:hover .nav-content dd{
    color: #fff;
}
.nav-content{
    text-align: center;
}
.nav-content dt{
    font-size: 16px;
    color: #333;
    line-height: 25px;
}
.nav-content dd{
    line-height: 16px;
    font-size: 11px;
    color: #a1a1a1;
}
.son-nav{
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    padding: 10px 10px 30px 10px;
    box-sizing: border-box;
    background: #fff;
}
.son-nav li{
    border-bottom: 1px solid #e1e1e1;
}
.son-nav li a{
    line-height: 34px;
}
.son-nav li a:hover{
    color: #006428;
    font-weight: bold;
}
.banner-boxindex{
    width: 100%;
    height: 535px;
    overflow: hidden;
    position: relative;
}
.banner-box{
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
}
.bannerindex{
    width: 1500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -267px;
    margin-left: -750px;
    z-index: 1;
}
.banner{
    width: 1500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -167px;
    margin-left: -750px;
    z-index: 1;
}
.footer-box{
    margin-top: 40px;
    width: 100%;
    background: #afafaf;
    padding: 20px 0;
    box-sizing: border-box;
}
.footer{
    width: 1200px;
    margin: 0 auto;
}
.footer-l span{
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}
.footer-l span a{
    color: #fff;
}
.footer-r{
    margin-top: 20px;
}
.footer-r dl{
    margin-right: 30px;
    text-align: center;
}
.footer-r dt{
    border: 6px solid #fff;
}
.footer-r img{
    display: block;
}
.footer-r dd{
    color: #fff;
}

/**************************************index**********************************/
.content-box1{
    margin-top: 40px;
    width: 100%;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.content-in1{
    width: 310px;
    overflow: hidden;
}
.title1{
    border-bottom: 1px solid #e1e1e1;
}
.title1-content{
    border-bottom: #397150 4px solid;
}
.title1-content h1{
    color: #333;
    font-size: 18px;
    line-height: 32px;
}
.title1-content span{
    font-size: 14px;
    color: #666666;
    padding-top: 8px;
}
.more1{
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}
.content-in1 img{
    width: 302px;
    margin: 20px auto 10px;
    border: 1px solid #e3dfdf;
}
.content-in1 p{
    width: 306px;
    text-indent: 2em;
    line-height: 25px;
    font-size: 14px;
    height: 100px;
    color: #666;
    overflow: hidden;
}
.content-in1>p>span>a{
    color: #006428;
}
.content-in2{
    width: 490px;
    margin-left: 37px;
    overflow: hidden;
}
.news-list1 {
    width: 490px;
    height: 265px;
    margin: 10px auto 0px;
    overflow: hidden;
}
.news-list1 dl {
    width: 470px;
    margin: 0px auto 0px;
    border-bottom: 1px dotted #cccccc;
    padding: 25px 5px 25px;
    overflow: hidden;
}
.news-list1 dl dt {
    width: 67px;
    height: 62px;
    padding-top: 5px;
    text-align: center;
    color: #898989;
    font-size: 12px;
    background-color: #e6e6e6;
    float: left;
    overflow: hidden;
}
.news-list1 dl dt span {
    color: #666666;
    font-size: 24px;
}
.news-list1 dl dd {
    width: 390px;
    float: right;
    font-size: 14px;
    overflow: hidden;
}
.news-list1 a dl dd h2 {
    color: #006428;
}
.news-list1 a dl dd p {
    width: 390px;
    margin: 5px auto 0;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    height: 40px;
}
.news-list1 a:hover dl dt{
    background-color: #006428;
    color: #fff;
}
.news-list1 a:hover dl dt span{
    color: #fff;
}
.content-in3{
    width: 330px;
    overflow: hidden;
}

/**************************************about**********************************/
.content-box2{
    width: 100%;
}
.content2{
    width: 1200px;
    margin: 0 auto;
}
.cb2-l{
    width: 255px;
    padding-bottom: 20px;
    overflow: hidden;
}
.title2{
    width: 255px;
    height: 85px;
    border-bottom: 1px #bebebe solid;
    overflow: hidden;
}
.title2>h1{
    width: 56px;
    text-align: center;
    margin-top: 5px;
    height: 80px;
    font-size: 70px;
    color: #006428;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    overflow: hidden;
}
.title2-in{
    height: 80px;
    margin-top: 18px;
    width: 195px;
    overflow: hidden;
}
.title2-in h1{
    font-size: 22px;
    color: #333;
}
.title2-in h2{
    line-height: 26px;
    font-size: 22px;
    color: #006428;
}
.list1{
    width: 255px;
    overflow: hidden;
    padding: 20px 0 0 0;
}
.list1 li{
    width: 255px;
    height: 47px;
    text-indent: 70px;
    line-height: 47px;
    font-size: 18px;
    margin-bottom: 2px;
    background: #eee url(../images/ny_listbg.png) 50px center no-repeat;
    overflow: hidden;
}
.list1 li a{
    text-indent: 70px;
    line-height: 47px;
    font-size: 18px;
    color: #333;
}
.list1 .list1-current,.list1 li:hover{
    background: #006428 url(../images/ny_listhoverbg.png) 50px center no-repeat;
}
.list1 .list1-current a,.list1 li:hover a{
    color: #fff;
}
.cb2-r {
    width: 895px;
    margin-top: 24px;
    overflow: hidden;
}
.cb2-loc {
    width: 885px;
    height: 55px;
    padding-bottom: 5px;
    text-indent: 5px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    border-bottom: 1px #bebebe solid;
    line-height: 55px;
    overflow: hidden;
}
.cb2-loc span {
    width: auto;
    float: right;
    font-size: 14px;
    padding-right: 5px;
    margin-top: 7px;
    font-weight: normal;
    color: #666666;
}
.cb2-loc span img {
    vertical-align: middle;
    margin-right: 2px;
}
.cb2-loc span a {
    color: #666666;
}
.cb2-loc span span {
    color: #3f7052;
    margin-top: 0px;
}
.cb2-r-content {
    width: 880px;
    margin: 0px auto 50px;
    overflow: hidden;
}
.cb2-r-content p {
    text-indent: 2em;
    margin: 15px auto;
    font-size: 15px;
    color: #333;
    line-height: 25px;
}
.cb2-r-content img{
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

/**************************************news**********************************/
.cb2-r-content ul li {
    width: 860px;
    margin: 0 auto;
    padding: 25px 10px;
    height: 145px;
    cursor: pointer;
    border-bottom: 1px dashed #CCC;
    overflow: hidden;
}
.news_left {
    float: left;
    width: 240px;
}
.news_left img {
    float: left;
    width: 240px;
    height: 140px;
    padding: 0;
}
.news_right {
    float: right;
    width: 590px;
}
.news_right h1 {
    margin: 4px auto 0;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 20px;
    color: #006428;
    font-weight: bold;
}
.cb2-r-content ul li h2 {
    padding: 10px 0;
    font-size: 12px;
    font-weight: normal;
    color: #CCC;
}
.cb2-r-content ul li p {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-indent: 0;
    padding: 0;
    margin: 0;
}

/**************************************products**********************************/
.plist {
    width: 870px;
    margin: 20px auto 40px;
    overflow: hidden;
}
.plist ul {
    width: 870px;
    overflow: hidden;
}
.plist ul li {
    width: 290px;
    margin: 10px 0 20px;
    float: left;
    height: 185px;
    text-align: center;
    overflow: hidden;
}
.plist ul li dl {
    width: 265px;
    height: 185px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.plist ul li dl dt {
    width: 265px;
    height: 185px;
}
.plist ul li dl dt img {
    width: 265px;
    height: 185px;
}
.plist ul li dl dd {
    width: 265px;
    text-align: center;
    left: 0px;
    bottom: 0px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    line-height: 30px;
    background-color: rgba(0,0,0,0.4);
    transition: all .5s ease;
}
.plist ul li a:hover dl dd{
    background-color: rgba(0,100,40,0.6);
    text-decoration: underline;
}

/**************************************business**********************************/
ul.expmenu {
    width: 255px;
    margin: 40px auto;
}
ul.expmenu li div.exp-header {
    padding: 12px;
    text-indent: 20px;
    border-bottom: 1px #fff solid;
    box-sizing: border-box;
}
ul.expmenu div.exp-header {
    color: #203f61;
    background-color: #3f7052;
    font-size: 18px;
}
ul.expmenu li div.exp-header .label {
    background: no-repeat;
    color: #fff;
    font-size: 18px;
}
ul.expmenu li div.exp-header .arrow {
    display: block;
    width: 13px;
    height: 13px;
    margin-top: 5px;
    float: right;
    background-image: url(../images/ny_listbg1.png);
}
ul.expmenu li div.exp-header .arrow.down {
    background-image: url(../images/ny_listhoverbg1.png);
}
ul.expmenu li ul li {
    background-color: #eee;
    padding: 12px;
    text-indent: 40px;
    font-size: 16px;
    border-top: 1px solid #ddd;
    color: #727272;
}
.menu a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 16px;
}
.menu li:hover{
    background-color: #ddd;
}

/***********************************************contact****************************/
.contact-c{
    margin-top: 25px;
    margin-left: 25px;
}
.contact-c dt{
    font-weight: bold;
    color: #333;
    font-size: 16px;
    line-height: 32px;
}
.contact-c dd{
    line-height: 28px;
    font-size: 14px;
    color: #666;
}

/**************************************news-details**********************************/
.news-details {
    width: 860px;
    margin: 10px auto 0;
    padding-bottom: 15px;
    font-size: 14px;
    overflow: hidden;
}
.news-details h1 {
    width: 840px;
    margin: 10px auto 0;
    height: 55px;
    line-height: 55px;
    font-family: "微软雅黑";
    font-size: 30px;
    font-weight: 400;
    color: #006428;
    text-align: center;
    overflow: hidden;
}
.news-details h2 {
    width: 720px;
    margin: 10px auto 20px;
    height: 30px;
    color: #333;
    padding: 0 60px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    background-color: #f4f4f4;
    overflow: hidden;
}
.news-details dl {
    width: 805px;
    padding: 0px 25px 0;
    margin: 45px auto 0;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    background: #eee;
}
.news-details dl dt {
    width: 380px;
    float: left;
    height: 36px;
    line-height: 36px;
    color: #666;
    overflow: hidden;
}
.news-details dl dd {
    width: 380px;
    float: right;
    height: 36px;
    line-height: 36px;
    text-align: right;
    color: #666;
    overflow: hidden;
}

/**************************************products-details**********************************/
.ny_r {
    width: 895px;
    margin-top: 24px;
    float: right;
    overflow: hidden;
}
.hang1 img{
    width: 410px;
    height: 320px;
    display: block;
    float: left;
}
.p_m1_r {
    width: 360px;
    margin-top: 20px;
    margin-right: 30px;
    float: right;
    overflow: hidden;
}
.p_m1_r h1 {
    width: 360px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    font-weight: normal;
    color: #006428;
    text-align: left;
}
.p_m1_r ul {
    width: 360px;
    overflow: hidden;
}
.p_m1_r ul li {
    width: 360px;
    line-height: 42px;
    color: #333;
    text-align: left;
    font-size: 18px;
    overflow: hidden;
}
.p_m1_r ul li .span1 {
    font-size: 12px;
    color: #666666;
}
.p_m1_r ul li .span2 {
    color: #006428;
}
.p_m1_r ul li .span3 {
    color: #ff3000;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    font-style: italic;
}
.tijiao1 {
    width: 170px;
    margin: 20px 0 10px;
    text-align: center;
    overflow: hidden;
}
.tijiao1 a {
    line-height: 45px;
    height: 45px;
    line-height: 45px;
    width: 170px;
    text-align: center;
    color: #FFF;
    text-align: center;
    background-color: #3f7052;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    font-size: 24px;
}
.hang2,.hang3{
    width: 854px;
    margin: 40px auto 0;
    overflow: hidden;
}
.hang2 li{
    float: left;
    background-color: #e9e6e9;
    color: #333;
    width: 121px;
    text-align: center;
    font-size: 18px;
    border-right: 1px solid #fff;
    overflow: hidden;
    line-height: 40px;
    cursor: pointer;
}
.hang2 li.hover{
    background-color: #3f7052;
    color: #ffffff;
}
.hang3 li p{
    line-height: 28px;
    font-size: 16px;
}


/* fullSlide */
.fullSlide{width:100%;position:relative;height:535px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:535px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:535px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:20px;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;}
.fullSlide .hd ul .on{background:#3f7052;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:15%;background-position:-6px -137px;}
