@import url("head.css");
@import url("foot.css");
@import url("pages.css");
* {
    padding: 0px;
    margin: 0px;
}
html {}
body {
    font: 12px 'microsoft yahei', Verdana, Arial, Tahoma;
    position: relative;
}
img {
    border: none;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover {
    color: #009945;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
ul ,li{
    list-style: none;
}
input,select,button {
    font: 12px 'microsoft yahei', Verdana, Arial, Tahoma;
    vertical-align: middle;
}
.w1200 {
    width: 1220px;
    margin: 0px auto;
}
.clear {
    overflow: hidden;
}

.banner{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.swiper-pagination-bullet {
    opacity: .5;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0076b4;
}
.banner .swiper-button-prev{
    left: 60px;
}
.banner .swiper-button-next {
    right: 60px;
}
.banner .swiper-button-prev, .banner .swiper-button-next{
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.banner:hover .swiper-button-prev, .banner:hover .swiper-button-next{
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

 {
    right: 60px;
}
.banner .swiper-slide img{
    width: 100%;
}
.bannerbg{
    height: 620px;
    width: 100%;
}

.searchsub{
    padding:20px 0;
    font-size: 14px;
    overflow: hidden;
}
.key{
    float: left;
}
.search{
    float: right;
}
.search .search-submit{
    float: right;
    width: 30px;
    height: 27px;
    background: url(../images/search.png) center no-repeat #009944;
    text-indent: -999em;
    border:0;
}
.search .search-keyword{
    width: 268px;
    padding:0 10px;
    float: right;
    border:0;
    height: 27px;
    line-height: 27px;
    color: #c3c3c3;
    font-size: 14px;
}
.form{
    border:1px solid #d6d6d6;
    overflow: hidden;
}


.mainsub{
    padding: 40px 0;
    overflow: hidden;
    width: 100%;
}
.big_itle {
    font-size: 40px;
    color: #191919;
    text-align: center;
    position: relative;
    text-transform: uppercase;

}
.sm_title {
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    text-align: center;
    padding:10px 0;
}
.title_line{
    position: relative;
    width: 504px;
    margin:0 auto;
    height: 1px;
    background: #dedede;
    margin-top: 15px;
}
.title_line:before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #0d86dc;
    left: 245px;
    top:-7px;
}
.newpro{
    background: #f0f0f2;
}
.procat{
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
}
.procat a{
    display: block;
    float: left;
    background: #2b2b2b;
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-right:28px;
    margin-bottom: 20px;
    width: 284px;
    text-align: center;
    font-size: 18px;
}
.procat a:nth-child(4n){
    margin-right:0;
}
.procat a:hover,.procat a.on{
    background: #009944;
    color: #fff;
}
.prorswiper{
    width: 1220px;
    overflow: hidden;
}

.indexpro{
    padding:10px 0;
    overflow: hidden;
    font-size: 14px;
}
.indexpro li{
    float: left;
    width: 393px;
    margin-right:20.5px;
    text-align: center;
    line-height: 2;
    margin-bottom: 10px;
    margin-top: 10px;
}
.indexpro li:nth-child(3n){
    margin-right:0;
}
.indexpro li .pic{
    width: 393px;
    height: 259px;
    overflow: hidden;
    box-sizing: border-box;
}
.indexpro li .pic img{
    width: 393px;
    height: 259px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.indexpro li:hover .pic{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.indexpro li:hover .pic img{
    transform: scale(1.1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.isou{
    background: url(../images/ibg2.jpg) top center no-repeat;
    padding:67px 0 30px 0;
    min-height: 400px;
    overflow: hidden;
}
.isou .big_itle{
    color: #fff;
}
.isou .sm_title{
    color: rgba(255,255,255,0.5);
    padding-top: 10px;
}
.soulist{
    float: left;
    width: 272px;
    padding:7px;
    border:1px solid #e3e3e3;
    background: #fff;
    margin-right: 20px;
    position: relative;
    padding-bottom: 65px;
    margin-top: 30px;
}
.soulist:last-child{
    margin-right: 0;
}
.soulist .souimg{
    width: 272px;
    height: 201px;
    overflow: hidden;
}
.soulist .souimg img{
    width: 272px;
    height: 201px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.soulist:hover .souimg img{
    transform: scale(1.2);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.soulist .soutitle{
    color: #050505;
    font-size: 24px;
    text-align: center;
    margin-top: 60px;
}
.soulist:hover .soutitle a{
    color: #009945;
}
.soulist .souline{
    background: #e3e3e3;
    width: 71px;
    height: 1px;
    margin:0 auto;
    margin-top: 18px;
}
.soulist:after{
    content: "";
    position: absolute;
    width: 103px;
    height: 9px;
    background: #009945;
    bottom: -5px;
    left: 90px;
}
.support{
    margin-top: 70px;
    overflow: hidden;
    padding-bottom: 30px;
}
.zclist{
    width: 383px;
    height: 213px;
    float: left;
    text-align: center;
    background: #f9f9f9;
    box-sizing: border-box;
    padding:26px 0;
    margin-right: 32.5px;
    margin-top: 38px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.zclist:nth-child(3n){
    margin-right: 0
}
.zclist .zcimg{}
.zclist .zcbtitle{
    font-size: 20px;
    color: #6d6d6d;
    padding:10px 0;
    margin-top: 20px;
}
.zclist .zcstitle{
    font-size: 12px;
    color: #d2d2d2;
}
.zclist .zcline{
    background: #d7d7d7;
    width: 46px;
    height: 1px;
    margin:0 auto;
    margin-top: 35px;
}
.zclist:hover{
    box-shadow: 2px 3px 5px #ccc;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.zclist:hover  .zcbtitle{
    color: #009944;
}
.ad{
    width: 100%;
    height: 356px;
    background: url(../images/jingchenghaibao.jpg) center no-repeat;
    margin-top: 30px;
}
.shimoxi{
    width: 100%;
    height: 450px;
    background: url(../images/shimoxi.jpg) center no-repeat;
}
.iyoushi{
    overflow: hidden;
    padding:70px 0;
}
.iyoushi .big_itle span{
    color: #009944;
    font-weight: bold;
}
.iyoushi ul{
    overflow: hidden;
    width: 1082px;
    margin:0 auto;
    margin-top: 50px;
}
.iyoushi ul li{
    width: 100%;
    float: left;
}
.iyoushi ul li .ysimg{
    width: 541px;
    float: left;
}
.iyoushi ul li .ystxt{
    width: 500px;
    float: right;
    padding-left: 41px;
}
.iyoushi ul li:nth-child(2n) .ysimg{
    width: 541px;
    float: right;
}
.iyoushi ul li:nth-child(2n) .ystxt{
    float: left;
    padding-left: 0;
}
.iyoushi ul li .ystxt h3  {
    display: block;
    height: 60px;
    padding-top: 20px;
}
.iyoushi ul li .ystxt h3 i {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
}
.iyoushi ul li .ystxt h3 span {
    display: block;
    float: left;
    margin-left: 18px;
    width: 400px;
    font-size: 24px;
    color: #333;
    line-height: 30px;
}
.iyoushi ul li .ystxt h3 b {
    display: block;
    float: left;
    margin-left: 18px;
    width: 400px;
    font-size: 24px;
    color: #009944;
    line-height: 30px;
    font-weight: bold;
}
.iyoushi ul li .ystxt p {
    display: block;
    font-size: 16px;
    color: #787878;
    line-height: 30px;
    margin-top: 22px;
}
.iyoushi ul li .ystxt a {
    display: block;
    position: relative;
    width: 124px;
    height: 30px;
    border: #c3c3c3 solid 1px;
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #636363;
    z-index: 10;
    margin-top: 20px;
}
.iyoushi ul li .ystxt a:hover {
    border: #44bd7e solid 1px;
    background: #44bd7e; 
    color: #fff;
}
.igy{
    overflow: hidden;
    background: url(../images/ibg3.jpg) top center no-repeat;
    min-height: 629px;
    box-sizing: border-box;
    padding:60px 0;
}
.igytitle{
    color: #fff;
    font-size: 36px;
    text-align: center;
}
.igy ul{
    overflow: hidden;
    margin-top: 40px;
}
.igy ul li{
    float: left;
    width: 274px;
    height: 263px;
    border:1px solid #b6d6c8;
    position: relative;
    color: #fff;
    margin-top: 161px;
    text-align: center;
    margin-right: 38.6666px;
}
.igy ul li:last-child{
    margin-right: 0;
}
.igy ul li .gypic{
    position: absolute;
    text-align: center;
    top: -131px;
    width: 100%;
    height: 222px;
}
.igy ul li .gypic img{
    width: 222px;
    height: 222px;
}
.igy ul li .gytitle{
    margin-top: 110px;
    font-size: 26px;
    padding-bottom: 10px;
}
.igy ul li .gyline{
    width: 24px;
    height: 1px;
    background: rgba(255,255,255,0.5);
    margin:0 auto;
}
.igy ul li .gytxt{
    width: 80%;
    margin:0 auto;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
}

.iabout{
    padding: 50px 0;
    overflow: hidden;
}
.st_title{
    color: #8c8c8c;
    text-align: center;
}
.iabouttit{
    background: url(../images/titlebg.png) center no-repeat;
}
.iaboutsub{
    position: relative;
    overflow: hidden;
    min-height: 512px;
    margin-top: 60px;
}
.iabouttxt{
    overflow: hidden;
    width: 607px;
    float: left;
    margin-top: 30px;
}
.iabouttxt .ibt{
    width: 100%;
    overflow: hidden;
    float: left;
    font-size: 14px;
    color: #232323;
    line-height: 28px;
    clear: both;
}
.iabouttxt .ibt p{
    text-indent: 2em;
    margin-bottom: 15px;
}
.iabouttxt .link{
    float: left;
    position: relative;
    color: rgba(0,0,0,.4);
    text-align: right;
    width: 100%;
    margin-top: 48px;
}
.iabouttxt .link a{
    color: rgba(0,0,0,.4);
}
.iabouttxt .link:before{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #f2f2f2;
    height: 1px;
    width: 545px;
}
.abimg{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}
.abshuzi{
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 2;
    height: 142px;
    width: 100%;
    background: #009945;
}
.anum{
    float: left;
    width: 607px;
    margin-top: 20px;
}
.anum dl{
    width: 33.3333%;
    float: left;
    text-align: center;
    color: #fff;
}
.anum dl dt{
    color: #fff;
    font-size: 16px;
}
.anum dl dt i{
    font-size: 38px;
    font-style: normal;
    font-weight: bold;
}
.anum dl dd{
    font-size: 14px;
    margin:7px 0;
}
.anum dl dd.numline{
    width: 24px;
    height: 1px;
    background: #fff;
    margin:0 auto;
}
.igognsi{
    padding:50px 0;
    overflow: hidden;
}
.gstop{
    overflow: hidden;
}
.gstop a{
    display: block;
    position: relative;
    float: left;
    width: 550px;
    padding:0 10px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #686868;
    background: #f0f0f0;
}
.gstop a:last-child{
    float: right;
}
.gstop a:after{
    content: "";
    position: absolute;
    right: 10px;
    top: 25px;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: #d0d0d0 transparent transparent;    
}
.gstop a:hover,.gstop a.active{
    color: #fff;
    background: #009945;
}
.gstop a:hover:after,.gstop a.active:after{
    border-color: #fff transparent transparent;    
}
.gstop a span{
    font-size: 12px;
    padding-left: 10px;
}
.gsswiper{
    overflow: hidden;
}
ul.gslist{
    padding: 10px 0;
    overflow: hidden;
    font-size: 14px;
    margin-top: 30px;
}
ul.gslist li{
    float: left;
    width: 293px;
    margin-right: 16px;
    text-align: center;
    line-height: 2;
    margin-bottom: 10px;
    margin-top: 10px;
}
ul.gslist li:nth-child(4n){
    margin-right:0;
}
ul.gslist li .pic {
    width: 293px;
    height: 194px;
    overflow: hidden;
    box-sizing: border-box;
}
ul.gslist li .pic img {
    width: 293px;
    height: 194px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
ul.gslist li:hover .pic{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
ul.gslist li:hover .pic img{
    transform: scale(1.2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
ul.gslist li .gstitle{
    color: #535252;
    text-align: left;
    height: 40px;
    line-height: 40px;
    background: url(../images/arrow.png) right center no-repeat;
}
.partner{
    background: url(../images/partnerbg.jpg) center no-repeat #f5f6fa; 
    min-height: 690px;
    padding-top: 48px;
}
.ptcon{
    text-align: center;
    padding:40px 0;
}
.ptcon img{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.ptcon img:hover{
    transform: scale(1.1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.inews{
    padding:55px 0;
}
.inewstop{
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    line-height: 45px;
    
    position: relative;
}
.inewstopsc{
    position: relative;
    overflow: hidden;
    padding:20px 0;
}
.inewstop .inews_title{
    font-size: 34px;
    color: #191919;
    float: left;
}
.inewstop .inews_title span{
    font-size: 24px;
    color: #929292;
}
.inewstop .inewsnav{
    position: absolute;
    right: 0;
    bottom: 22px;
    line-height: 1;
}
.inewstop .inewsnav a{
    font-size: 16px;
    margin-left: 30px;
    padding-bottom: 16px;
    border-bottom: 4px solid transparent;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
}
.inewstop .inewsnav a:hover,.inewstop .inewsnav a.active{
    border-bottom: 4px solid #009945;
     -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
}
.inewscon{
    overflow: hidden;
    margin-top: 30px;
}
.inewsleft{
    width: 600px;
    float: left;
    box-sizing: border-box;
    padding:16px;
    background: #009945;
    color: #fff;
}
.inewsleft .inlimg{
    width: 568px;
    height: 300px;
    overflow: hidden;
}
.inewsleft .inlimg img{
    width: 568px;
    height: 300px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.inewsleft .inlimg img:hover{
    transform: scale(1.2);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.inewsleft .inlc{
    padding:20px 0 10px 0;
    overflow: hidden;
}
.inewsleft .inlc .date{
    float: left;
}
.inewsleft .inlc .date span{
    display: block;
    text-align: center;
}
.inewsleft .inlc .date span.nian{
    font-size: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.inewsleft .inlc .date span.yue{
    font-size: 14px;
    padding-top: 5px;
}
.inewsleft .inlc .inlrg{
    float: right;
    width: 477px;
}
.inewsleft .inlc .inlrg h3{
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.inewsleft .inlc .inlrg p{
    font-size: 14px;
    height: 20px;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;: 
}
.inewsright{
    float: right;
    width: 600px;
    overflow: hidden;
}
.inewslist{
    overflow: hidden;
}
.inewslist li{
    background: #ebebeb;
    margin-bottom: 12px;
    padding:20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.inewslist li .inlc{
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.inewslist li .inlc .date{
    float: left;
}
.inewslist li .inlc .date span{
    display: block;
    text-align: center;
}
.inewslist li .inlc .date span.nian{
    font-size: 20px;
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 5px;
}
.inewslist li .inlc .date span.yue{
    font-size: 14px;
    padding-top: 5px;
}
.inewslist li .inlc .inlrg{
    float: right;
    width: 477px;
}
.inewslist li .inlc .inlrg h3{
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-weight: 100;
}
.inewslist li .inlc .inlrg p{
    font-size: 14px;
    height: 20px;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;: 
}
.inewslist li:hover{
    color: #fff;
    background: #009945;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.inewslist li:hover .inlc{
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.inewslist li:hover .inlc .date span.nian{
    border-bottom: 1px solid #fff;
}




.nbanner{
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
}
.a1{
    background: url(../images/a1.jpg) top center no-repeat;
}
.a2{
    background: url(../images/a2.jpg) top center no-repeat;
}
.a3{
    background: url(../images/a3.jpg) top center no-repeat;
}
.a4{
    background: url(../images/a4.jpg) top center no-repeat;
}
.a5{
    background: url(../images/a5.jpg) top center no-repeat;
}
.a6{
    background: url(../images/a6.jpg) top center no-repeat;
}
.a10{
    background: url(../images/a10.jpg) top center no-repeat;
}
.nmain{
    width: 1220px;
    margin:0 auto;
    overflow: hidden;
    padding:0;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}
.topdh{
    overflow: hidden;
}
.xlm{
    text-align: center;
    margin-top: 50px;
}
.xlm a{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding:0 45px;
    text-align: center;
    font-size: 18px;
    border:1px solid #009944;
    border-radius: 5px;
    margin: 0 15px;
}
.xlm a:hover,.xlm a.active{
    
    background: #009944;
    color: #fff;
}
.position{
    font-size: 14px;
    color: #4f4f4f;
    line-height: 50px;
    border-bottom: 1px solid #8c8c8c;
    margin-top: 20px;
}
.position a{
    color: #4f4f4f;
}
.tcon{
    padding: 40px 0;
    overflow: hidden;
    width: 100%;
}


.contact{}
.contact .position,.contact .nmain{
    background: #f9f9f9;
    box-sizing: border-box;
    padding-left:10px;
    padding-right: 10px;
    margin-top: 0;
    padding-top: 20px;
}
.contact .nmain{
    margin-bottom: 50px;
}
.messages{
    overflow: hidden;
    margin:0 auto;
}
.messages li{
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}
.messages li:nth-child(1){
    float: left;
    width: 49%;
}
.messages li:nth-child(2){
    float: right;
    width: 49%;
}
.messages li input,.messages textarea{
    border: none;
    border: 1px solid #dadada;
    outline: 0;
    background: none;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #585858;
}

.messages li .coolbg{
    border:1px solid #009945;
    background: #009945;
    outline: 0;
    width: 78px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    padding:0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.messages li .coolbg:hover{
    background: #329de8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

ul.piclist {
    overflow: hidden;
}

ul.piclist li {
    float: left;
    width: 293px;
    margin-right: 16px;
    text-align: center;
    line-height: 2;
    margin-bottom: 10px;
    
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 10px;
}
ul.piclist li:nth-child(4n){
    margin-right: 0px;
}
ul.piclist li .npic {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border:1px solid #ccc;
}

ul.piclist li .npic img {
    width: 293px;
    height: 194px;  
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
ul.piclist li .nti {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    line-height: 40px;
}
ul.piclist li:hover {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
ul.piclist li:hover .npic{
    border:1px solid #009945;
}
ul.piclist li:hover .npic img {
    transform: scale(1.2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
ul.piclist li:hover .nti{
    color: #009945;
}
ul.newslist {
    overflow: hidden;
}

ul.newslist li {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding:  20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 30px;
    border:1px solid #dedede;    
}

ul.newslist li .npic {
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    width: 303px;
    height: 160px;
}

ul.newslist li .npic img {
    width: 303px;
    height: 160px;   
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

ul.newslist li .nifo {
    float: right;
    width: 840px;
    overflow: hidden;
}

ul.newslist li .nti {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

ul.newslist li .ndate {
    color: #cac8c8;
    padding: 10px 0;
}

ul.newslist li .nzy {
    color: #878787;
    padding-top: 20px;
    line-height: 22px;
    height: 50px;
    font-size: 12px;
    overflow: hidden;
}

ul.newslist li .ndate span {
    float: right;
    margin-top: -5px;
    display: block;
    background: #b6b6b6;
    width: 105px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

ul.newslist li  .item_link_icon img{
    width: 100%;
    height: 100%;
}
ul.newslist li:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border:1px solid #8cd600;
}
ul.newslist li:hover .npic img {
    transform: scale(1.2);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
ul.newslist li:hover .nti{
    color: #009944;
}
ul.newslist li:hover .ndate span{
    background: #009944;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.showtitle{
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    font-size: 24px;
    color: #000;
}
.info{
    text-align: center;
    padding-top: 5px;
    font-size: 12px;
    color: #878787
}
.info small{
    margin-left: 10px;
}
.content{
    padding:20px 0;
}
.context{
    border: 1px solid #ccc;
    margin-top: 20px;
    padding: 10px;
    overflow: hidden;
}
.context ul{
    position: relative;
}
.context ul li{
    font-size: 12px;
    color: #878787;
    height: 30px;
    line-height: 30px;
    float: left;

}
.context ul li:last-child{
    float: right;

}
.context ul li:last-child:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #ddd;
    position: absolute;
    left: 50%;
    top: 6px;
}
.context ul li a{
    color: #878787;
}
.context ul li a:hover{
    color: #009944
}

ul.partlist{
    width: 100%;
    overflow: hidden;
}
ul.partlist li{
    float: left;
    width: 18%;
    box-sizing: border-box;
    margin: 1%;
}
ul.partlist li .nti{
    text-align: center;
    height: 40px;
    line-height: 40px;
}
ul.partlist li .item_img {
    position: relative;
    border: 1px solid #eee;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
ul.partlist li .item_img img{
    width: 100%;
}
ul.partlist li:hover .item_img {
    border: 1px solid #009944;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.fwzc{
    overflow: hidden;
    width: 100%;
    text-align: center;
}
dl.dl_42 {
    width: 394px;
    height: 370px;
    margin-right: 19px;
    float: left;
    margin-bottom: 20px;
}
dl.dl_42:nth-child(3n) {
    margin-right: 0;
}
dl.dl_42 dt {
    display: block;
    width: 394px;
    height: 187px;
    overflow: hidden;
}
dl.dl_42 dt img {
    display: block;
    transform: scale(1);
    transition: all 2s ease-out;
    width: 395px;
    height: 187px;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
dl.dl_42 dt img:hover {
    transform: scale(1.2);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
dl.dl_42 dd {
    padding: 28px 32px 0;
    height: 177px;
    background: #fff;
    position: relative;
}
dl.dl_42 dd h4 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}
dl.dl_42 dd p {
    line-height: 22px;
    color: #666666;
    font-size: 13px;
    margin-top: 14px;
    text-align: left;
}
dl.dl_42 dd .btn {
    overflow: hidden;
    width: 281px;
    height: 42px;
    border:1px solid #dddddd;
    border-radius: 30px;
    position: absolute;
    bottom: 26px;
    left: 32px;
}
dl.dl_42 dd .btn a {
    display: block;
    width: 140px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #777777;
    text-decoration: none;
}
dl.dl_42 dd .btn a:first-child {
    border-right: 1px solid #eaeaea;
}
dl.dl_42 dd .btn a i {
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url(../images/proListClassify_icon04.png) no-repeat center;
    margin-left: 8px;
    position: relative;
    top: 2px;
}
dl.dl_42 dd .btn a:hover{color: #fff;}
dl.dl_42 dd:hover h4 a{color: #4ab04d;}
dl.dl_42 dd .btn a.more:hover{background: #009944}
dl.dl_42 dd .btn a.more:hover i{background: url(../images/proListClassify_icon05.png) no-repeat center;}
dl.dl_42 dd .btn a.zx:hover{background: #009944}
dl.dl_42 dd .btn a.zx:hover i{background: url(../images/proListClassify_icon05.png) no-repeat center;}

.pro .position,.pro .nmain{
    background: #f9f9f9;
    box-sizing: border-box;
}
.pro .position{
    padding-left:10px;
    padding-right: 10px;
}
.pro .nmain{
    padding-left:20px;
    padding-right: 20px;
    margin-bottom: 30px;
}
.pleft{
    float: left;
    width: 246px;
}
.pleft_title{
    background: url(../images/pctop.png) right center no-repeat #009944;
    font-size: 22px;
    font-weight: bold;
    height: 54px;
    line-height: 54px;
    color: #fff;
    width: 246px;
    box-sizing: border-box;
    padding-left: 10px;
}
.pright{
    width: 903px;
    float: right;
}
.pcat{
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pcat a{
    display: block;
    height: 35px;
    line-height: 35px;
    background: url(../images/parrow1.png) right center no-repeat #f1f1f1;
    color: #585858;
    margin-bottom: 15px;
    padding-left: 15px;
}
.pcat a:hover{
    display: block;
    background: url(../images/parrow2.png) right center no-repeat #009944;
    color: #fff;
}
ul.prolist{
    overflow: hidden;
}
ul.prolist li{
    position: relative;
    width: 440px;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}
ul.prolist li:nth-child(2n){
    float: right;
}
ul.prolist li .propic{

}
ul.prolist li .propic img{
    width: 440px;
    height: 284px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
ul.prolist li:hover .propic img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
ul.prolist li .pti{
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 2.7% 0;
    text-align: center;
}
ul.prolist li  .details {
    height: 60px;
    width: 100%;
    position: absolute;
    z-index: 999;
    text-align: center;
    line-height: 60px;
    background: #4baf4b;
    left: 0;
    bottom: -60px;
    transition: all ease-out .5s;
    opacity: 1;
}
ul.prolist li  .details em {
    font-size: 14px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
}
ul.prolist li  .details img {
    position: relative;
    top: 2px;
    margin-left: 14px;
}
ul.prolist li:hover .details {
    bottom: 0;
    transition: all ease-out .5s;
    opacity: 1;
}
.prodet .tcon{
    width: 1042px;
    margin:0 auto;
}

.showprotop{
    overflow: hidden;
    width: 100%;
}
.showprotop .left{
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.showprotop .center{
    float: left;
    width: 100%;
    overflow: hidden;
}
.showprotop .center .proswiper{
    position: relative;
}
.showprotop .left .prothumbs{
    overflow: hidden;
    width: 962px;
    margin:0 auto;
}
.showprotop  .swiper-pagination-bullet {
    background: #000;
    opacity: .3;
}
.showprotop .swiper-pagination-bullet-active {
    opacity: 1;
    background: #009947;
}
.showprotop .left .swiper-next, .showprotop .left .swiper-prev {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    font-size: 0;
    top:0;
    background: #dfdfdf;
    width: 25px;
    height: 100%;
}
.showprotop .left .swiper-prev{
    left: 0 
}
.showprotop .left .swiper-next{
    right: 0;
}
.showprotop .left .swiper-next:hover, .showprotop .left .swiper-prev:hover{
    background: #009947;
}
.showprotop .left .swiper-next:after,.showprotop .left .swiper-prev:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid;
    top: 45%;
}
.showprotop .left .swiper-next:after{
    right: 0;
    border-color: transparent transparent transparent #fff ;
}
.showprotop .left .swiper-prev:after{
    left: 0;
    border-color: transparent  #fff transparent transparent;
}

.showprotop .left .swiper-slide img{
    box-sizing: border-box;
    padding:1px;
    border:2px solid #fff;
}
.showprotop .left .swiper-slide-thumb-active img{
    border:2px solid #ec6818;
}

.showprotop .center .proswiper .swiper-slide img{
    width: 100%;
}
.showprotop .left .prothumbs .swiper-slide img{
    width: 100%;
}
.showprotop .right{
    float: right;
    width: 400px;
}
.showprotop .right h3{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-top: 35px;
}


.prodes{
    margin-top: 40px;
}
.prodes .prodt{
    background: #eee;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    padding:10px 0 10px 20px;
}
.prodes .prodet{
   overflow: hidden;
   padding:20px 0;
}




