.layout{width: 1000px;margin: auto}
.top{background: #d3dfcf;height: 28px;line-height: 28px;color: #000000;font-size: 12px;}
.top a{color: #000000;font-size: 12px;}
 .logo{margin-top: 20px;margin-bottom: 20px;}
 .logo .dh{margin-top: 20px;}
.logo .dh .rx1{background: url("../images/rx01.png") 0 0 no-repeat;height: 51px;padding-left: 60px;font-size: 15px;color: #000}
 .logo .dh .rx1 b,.logo .dh .rx2 b{font-size: 20px;}
 .logo .dh .rx2{background: url("../images/rx02.png") 0 0 no-repeat;height: 51px;padding-left: 60px;font-size: 15px;color: #000}
.nav{background: #09922a;height: 50px;}
.nav li{float: left;width: 125px;color: #fff;line-height: 50px;text-align: center;color: #000}
.nav li a{color: #fff;font-size: 14px;display: inline-block;width: 125px;}
.nav li:hover{background: #fff}
.nav li:hover a{color: #000}
.nav li.cur{background: #fff}
.nav li.cur a{color: #000}

/* 首页轮播图*/
.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height:600px;
    overflow: hidden;
    zoom: 1;
}
.flexslider .slides li {
    width: 100%;
    height: 100%;
}
.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}
.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 10%;
}
.flex-direction-nav .flex-prev {
    left: 10%;
}
.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 8px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    background:#fff;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #09922a;
    height: 10px;
    overflow: hidden;
    text-indent: -99em;
    width: 10px;
    cursor: pointer;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    border: 1px solid #09922a;background: #09922a;
}
.flexslider .slides a img {
    width: 100%;
    height: 600px;
    display: block;
}
/* 首页轮播图结束*/

/* 首页轮播图*/
.buzhou{background: url("../images/buzhou03.png") center no-repeat;width: 100%;height: 640px;}
.buzhou2{background: url("../images/buzhou.png") center no-repeat;width: 1000px;height: 177px;}
.buzhou2 h2{font-size: 34px;color: #09922a;text-align: center;padding-top: 60px;}
.buzhou2 p{text-align: center;font-size: 22px;color: #000;line-height: 32px;}
.buzhou dl dd{margin-top: 130px;width: 230px;}
.buzhou dl dd .dh{background: url("../images/rx03.png")0 0 no-repeat;height: 47px;font-size: 14px;color: #000;padding-left: 47px;}
.buzhou dl dd .dh b{font-size: 22px;}
.buzhou dl dd .zx{display: inline-block;width: 115px;height: 35px;line-height: 35px;color: #fff;text-align: center;background: #09922a;font-size: 16px;margin-top: 15px;margin-left: 15px;}
.flexslider2 {
    margin: 0px auto;
    position: relative;
    width: 1000px;
    height:450px;
    overflow: hidden;
    zoom: 1;
    margin: auto;
}
.flexslider2 .slides2 li {
    width: 100%;
    height: 100%;
    position: relative;
}
.flexslider2 .slides2 li .sm{position: absolute;top: 70px;left: 20px;width: 1000px;}
.flexslider2 .slides2 li .sm h2{color: #09922a;font-size: 18px;line-height: 40px;}
.flexslider2 .slides2 li .sm h2 span{display: inline-block;border-bottom: 2px solid  #09922a;}
.flexslider2 .slides2 li .sm  p{margin-top: 80px;width: 245px;text-align: left;font-size: 14px;color: #000;line-height: 26px;}
.flex-direction-nav2 a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}
.flex-direction-nav2 .flex-next2 {
    background-position: 0 -70px;
    right: 10%;
}
.flex-direction-nav2 .flex-prev2 {
    left: 10%;
}
.flexslider2:hover .flex-next2 {
    opacity: 0.8;
    filter: alpha(opacity=25);
}
.flexslider2:hover .flex-prev2 {
    opacity: 0.8;
    filter: alpha(opacity=25);
}
.flexslider2:hover .flex-next2:hover,
.flexslider2:hover .flex-prev2:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}
.flex-control-nav2 {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: center;
}
.flex-control-nav2 li {
    margin: 0 8px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging2 li a {
    background:#fff;
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #09922a;
    height: 6px;
    overflow: hidden;
    text-indent: -99em;
    width: 60px;
    cursor: pointer;
}
.flex-control-paging2 li a.flex-active2,
.flex-control-paging2 li.active a {
    border: 1px solid #09922a;background: #09922a;
}
.flexslider2 .slides2 a img {
    width: 1000px;
    height: 450px;
    display: block;
}
/* 首页轮播图结束*/
.buzhou-b{width: 100%;height: 681px;}
.buzhou-b div.sm{padding-top: 580px;padding-left: 360px;font-size: 22px;color: #000000;line-height: 36px}
.gx{background: url("../images/gx.png") center no-repeat;width: 100%;height: 625px;margin-top: 40px;}
.gx h2{text-align: center;font-size: 35px;color: #F34A00;line-height: 60px;}
.gx h2 span{font-size: 68px;}
.gx h3{font-size: 24px;text-align: center;color: #000;font-weight: normal}
.gx ul li{width: 245px;height: 110px;border: 1px solid #fff;border-bottom: none;float: left;text-align: center;position: relative;
    margin-top: 36px;padding-top: 23px;cursor: pointer}
.gx ul li:hover{border: 1px solid #09922a;border-bottom: none;}
.gx ul li.cur2{border: 1px solid #09922a;border-bottom: none;}
@font-face {
    font-family:FZLTCXHJW;
    src: url('../css/FZLTCXHJW.TTF');
    src: url('../css/FZLTCXHJW.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.gx ul li b{font-family:FZLTCXHJW;font-size: 54px;color: #495a4f;font-weight: normal;position:absolute;top: 20px;
    display: inline-block;z-index: 0;left: 0;width: 140px;text-align: center}
.gx ul li span{font-size: 18px;color: #000;display: inline-block;background: #fff;width: 140px;position: absolute;top: 85px;left: 0;z-index: 10;}
.gx ul li i{font-size: 12px;font-weight: normal;font-style: normal;color: #b1b1b1;text-transform: uppercase}
.gx ul li:hover b,.gx ul li:hover span,.gx ul li:hover i{color: #09922a}
.gx dl dt img{width: 710px;height: 351px;}
.gx dl dd{width: 250px;padding-top: 60px;padding-left: 35px;}
.gx dl dd h4{font-size: 20px;color: #fff;margin-bottom: 30px;}
.gx dl dd h4 span{font-size: 14px;color: #fff;text-transform: uppercase}
.gx dl dd h4 b{border-bottom: 2px solid #fff;width:60px;display: inline-block }
.gx dl dd p{background:url("../images/gx01.png") 0 0 no-repeat;font-size: 16px;color: #fff;line-height: 28px;padding-left: 30px;}
.bz{background: url("../images/bz.png") center no-repeat;width: 100%;height: 1150px;}
.bz h2{background: url("../images/bz01.png") center no-repeat;width: 1000px;height: 145px;}
.bz h2 .dh{width: 200px;float: right;text-align: right;padding-top: 85px;font-size: 14px;color: #000;font-weight: normal}
.bz h2 .dh span{font-size: 22px;font-weight: bold}
.bz li{width: 240px;height: 455px;margin-left: 12px;margin-top: 20px;float: left;position: relative}
.bz li:first-child{margin-left: 0}
.bz li .wz{background: #e3e3e1;width: 100%;height: 405px;border-top: 6px solid #e3e3e1;cursor: pointer}
.bz li .wz:hover{background: #d3e0d2;border-top: 6px solid #09922a}
.bz li .wz b{display: inline-block;background: url("../images/bz02.png") center no-repeat;width: 100%;height: 50px;margin-top: 20px;
    text-align: center;font-weight: normal;font-size: 50px;font-family:FZLTCXHJW;padding-left: 6px;}
.bz li .wz p{padding:20px 25px;line-height: 28px;font-size: 16px;color: #000;}
.bz li .wz .zx{display: inline-block;margin-left: 25px;width: 115px;height: 35px;border: 1px solid #000;font-size: 16px;color: #000;line-height: 35px;text-align: center}
.bz li .wz:hover .zx{border: 1px solid #09922a;color: #09922a }
.bz li .pt{position: absolute;top: 250px;left: 0;}
.bz li .pt img{width: 240px;height: 243px;}
.fa h3{background: url("../images/fa.png") center no-repeat;width: 1000px;height: 194px;margin: auto;margin-top: 20px;}
.fa li{width: 245px;height: 396px;float: left;margin-left: 6px;font-size: 16px;color: #000;line-height: 28px;cursor: pointer;position: relative}
.fa li:first-child{margin-left: 0}
.fa li.js dt{background: #e3e3e1;width: 185px;height: 115px;padding-top: 80px;padding-left: 30px;padding-right: 30px;}
.fa li.js dd{margin-top: 6px;}
.fa li.os dt{}
.fa li.os dd{margin-top: 6px;background: #e3e3e1;width: 185px;height: 145px;padding-top: 50px;padding-left: 30px;padding-right: 30px;}
.fa li img{width: 245px;height: 195px}
.fa li:hover dt,.fa li:hover dd{color: #fff;background: #09922a; }
.fa li.js .zz{background-color:rgba(0, 0, 0, 0.5);width: 100%;height: 195px;position: absolute;left: 0px;bottom: 0px;display: none}
.fa li.os .zz{background-color:rgba(0, 0, 0, 0.5);width: 100%;height: 195px;position: absolute;left: 0px;top: 0px;display: none}
.fa li:hover .zz{display: block}
.fa li:hover .zz .zx{display: block;margin: auto;width: 105px;height: 35px;margin-top: 80px;line-height: 35px;text-align: center;
    color: #fff;border: 1px solid #fff;}
.fa li:hover .zz .zx:hover{text-decoration: underline}
.bz .zixun{margin-top: 450px;margin-left: 58%;font-size: 18px;color: #000}
.bz .zixun .zx{display: inline-block;width: 105px;height: 35px;;line-height: 35px;text-align: center;background: #09922a;font-size: 16px;color: #fff}
.bz .zixun .zx span{font-size: 24px;font-weight: bold;color: #000}
.jz{background: url("../images/jz.png") center no-repeat;width: 100%;height: 624px;}
.jz h2{background: url("../images/jz01.png") center no-repeat;width: 1000px;height: 92px;text-align: center;font-size: 36px;color: #09922a;line-height: 28px;margin-top: 10px;}
.jz h2 span{text-transform: uppercase;font-size: 16px;color: #b1b1b1;font-weight: normal;padding-bottom: 10px;display: block}
.jz .gd{display: block;width: 105px;height: 35px;line-height: 35px;margin: auto;border: 1px solid #09922a;text-align: center;color:#09922a;margin-bottom: 20px;}
/* .jz ul li{margin-left: 8px;width: 240px;height: 365px;background: #e3e3e1;float: left;cursor: pointer} */
.jz ul li{margin-left: 8px;width: 240px;height: 230px;background: #e3e3e1;float: left;cursor: pointer}
.jz ul li:first-child{margin-left: 0}
.jz ul li dl{margin: 6px;}
.jz ul li dl img{width: 230px;height: 170px;}
.jz h3{line-height: 50px;text-align: center;font-size: 14px;color: #000}
.jz dd div{font-size: 14px;line-height: 28px;padding: 0 20px;}
.jz ul li:hover{background:#09922a}
.jz ul li dl dt{position: relative}
.jz ul li .zz{position: absolute;bottom: 0;left: 0;width: 100%;height: 40px;line-height: 40px;background-color:rgba(0, 0, 0, 0.5);text-align: center;color: #fff;
    font-weight: bold;font-size: 14px;display: none}
.jz ul li:hover .zz{display: block}
.jz ul li:hover h3,.jz li:hover dd div{color: #fff}
.fivezc h2{margin-top: 30px;background: url("../images/fivezc.png") center no-repeat;width: 1000px;height: 120px;text-align: center;font-size: 36px;
    color: #09922a;margin-bottom: 30px;}
.fivezc h2 span{font-size: 68px;line-height: 50px;}
.fivezc h2 b{font-size: 24px;color: #000;font-weight: normal;display: block;padding-top: 10px;}
.fivezc ul li{width: 160px;padding: 0 15px;text-align: center;font-size: 14px;color: #b1b1b1;border-bottom: 1px solid #09922a;float: left;cursor: pointer}
.fivezc ul b{font-size: 18px;font-weight: bold;color: #000}
.fivezc ul span{width: 160px;height: 3px;background:transparent;display: block;position: relative;top: 2px}
.fivezc ul li:hover span{background:#09922a;}
.fivezc ul li.cur2 span{background:#09922a;}
.fivezc dl{height: 286px;width: 100%;margin-top: 20px;background:#09922a;}
.fivezc dd{float: left;background:#09922a;height: 286px;width: 495px;}
.fivezc dt{float: left}.fivezc dt img{width: 505px;height: 286px;}
.fivezc dl dd .five-t{background: url("../images/fivezc02.png") center no-repeat;text-align: center;
    width: 78px;height: 87px;margin-left: 20px;font-size: 50px;font-family:FZLTCXHJW;color: #fff;line-height: 87px;font-weight: normal;
    float: left}
.fivezc dl dd h3{margin-top: 40px;font-size: 18px;color: #fff;}
.fivezc dl dd h3 b{width: 50px;border-bottom: 2px solid #fff;display: inline-block}
.fivezc dl dd .five-c{float: left;width: 370px;padding-left: 10px;}
.fivezc dl dd .five-cc{color: #fff;margin-top: 20px;line-height: 28px;font-size:14px;}
.fivezc dl dd .zx{width: 105px;height: 35px;line-height: 35px;text-align: center;color: #fff;border: 1px solid #fff;display: inline-block;margin-top: 25px;margin-left: 110px;}
.ggt{background: url("../images/ggt01.png") center no-repeat;width: 100%;height: 429px;}
.ggt .dh{width: 100%;text-align: left;padding-top: 300px;padding-left:40%;font-size: 14px;color: #000;
    font-weight: normal;background: url("../images/rx03.png") 26% 300px no-repeat;height: 47px;font-size: 14px;color: #000}
.ggt .dh span{font-size: 22px;font-weight: bold}
.ggt .dh .zx{display: inline-block;width: 105px;height: 35px;line-height: 35px;text-align: center;border: 1px solid #09922a;color: #09922a;font-size: 16px;margin-left: 10px;}
.zj dl dt{float: left}
.zj dl dt img{width: 200px;height: 315px;}
.zj dl dd{float: left;margin-left: 50px;padding-top: 40px;width: 710px;}
.zj dl dd h3{font-size: 18px;color:#09922a; }
.zj dl dd h3 span{font-size: 14px;color: #b1b1b1;font-weight: normal;text-transform: uppercase;display: block}
.zj dl dd h3 b{width: 50px;border-bottom: 3px solid #09922a;display: block;margin-top: 10px;}
.zj dl dd .zj-c{font-size: 16px;color: #000;line-height: 28px;text-indent: 2em;margin-top: 20px;margin-bottom: 30px;}
.zj dl dd .zx{background: #09922a;width: 115px;height: 35px;line-height: 35px;text-align: center;color: #fff;font-size: 16px;display: inline-block;margin-right: 20px;}
.zj dl dd .ck{background: #9f9f9f;width: 115px;height: 35px;line-height: 35px;text-align: center;color: #fff;font-size: 16px;display: inline-block}
/* 企业相册开始*/
.honor-s {margin-top: 60px;padding-bottom: 40px;}
.honor-s .fd{width: 500px;height: 600px;}
.honor-s .fd img{width: 500px;height: 600px;}
.honor-s ul li {
    float: left;
    margin-left: 7px;
    text-align: center;
    margin-right: 7px;
    position: relative;
}
.honor-s ul li img {
    width: 290px;
    height: 180px;

    cursor: pointer;
}
.honor-s .to_l{cursor: pointer;background: url("../images/hz03.png") center no-repeat;width: 44px;height: 35px;display: inline-block;
    float: left;margin-top: 35px;}
.honor-s .to_r{cursor: pointer;background: url("../images/hz04.png") center no-repeat;width: 44px;height: 35px;;
    display: inline-block;float: left;margin-top: 35px;}
.zj2 .zx{display: inline-block;background: #cd2d2d;width: 115px;height: 38px;line-height: 38px;margin-top: 55px;
    color: #fff;font-size: 18px;text-align: center;margin-left: 60%}
.honor-s .anniu{background: #d3e0d2;height: 180px;}
.honor-s h3{font-size: 16px;color: #09922a;text-align: center;margin-top: 50px;}
.honor-s h3 span{font-size: 14px;color: #b1b1b1;font-weight: normal}
/* 企业荣誉资质开始*/
.honor-bj2{background: url("../images/ry01.png") center no-repeat;width: 100%;height:397px; }
.honor-s2 {margin-top: 30px;}
.honor-s2 .fd{width: 500px;height: 600px;}
.honor-s2 .fd img{width: 500px;height: 600px;}
.honor-s2 ul li {
    float: left;
    margin-left: 10px;
    text-align: center;
    margin-right: 10px;
    position: relative;width: 190px;
}
.honor-s2 ul li img {
    width: 188px;
    height: 248px;
    border: 1px solid #09922a;
    cursor: pointer;
}
.honor-s2 ul li p{padding: 10px}
.honor-s2 ul li p a{color: #060606;font-size: 14px;}
.honor-s2 .to_l{cursor: pointer;background: url("../images/hz032.png") center no-repeat;width: 65px;height: 120px;display: inline-block;
    float: left;margin-top: 65px;}
.honor-s2 .to_r{cursor: pointer;background: url("../images/hz042.png") center no-repeat;width: 65px;height: 120px;;
    display: inline-block;float: left;margin-top: 65px;}
.zj2 .zx{display: inline-block;background: #cd2d2d;width: 115px;height: 38px;line-height: 38px;margin-top: 55px;
    color: #fff;font-size: 18px;text-align: center;margin-left: 60%}
.honor-s2 .anniu{background: #d3e0d2;height: 180px;}
.honor-s2 h3{font-size: 16px;color: #09922a;text-align: center;margin-top: 50px;}
.honor-s2 h3 span{font-size: 14px;color: #b1b1b1;font-weight: normal}
.honor-bj2 h2{font-size: 18px;color: #09922a;padding-top: 30px;padding-left: 25px;}
.honor-bj2 h2 a{display:inline-blockblock;text-align: right;margin-left: 85%;font-size: 14px;color: #000;font-weight: normal}
.honor-b{margin: 60px 0}
.honor-b .zuo{background: url("../images/zuo.png") center no-repeat;width: 170px;height: 373px;}
.honor-b .zuo .zx{display: block;margin-top: 310px;width: 105px;height: 35px;line-height: 35px;text-align: center;color: #09922a;border: 1px solid #09922a;font-size: 16px;}
/* 问题和新闻开始*/
.jszx-sl{width: 380px;margin-left: 40px;}
.jszx-sl h3{height: 30px;font-weight: normal;border-bottom: 1px solid #09922a}
.jszx-sl h3 span{color: #09922a;font-size: 18px;display: inline-block;float: left;}
.jszx-sl h3 span b{border-bottom: 3px solid  #09922a;position: relative;top: 5px;display: block;width: 70px;}
.jszx-sl h3 .more{display: block;height: 35px;float: right;font-size: 14px;}
.jszx-sl h3 .more:hover{text-decoration: underline}
.jszx-sl dl{border-bottom: 1px dashed #d2d2d2;margin-bottom: 10px;margin-top: 10px;padding-bottom: 10px;font-size: 14px}
.jszx-sl dl dt{background: url('../images/q01.png') no-repeat;padding-left: 40px;}
.jszx-sl dl dt a{color: #000;font-weight: bold;line-height: 28px;}
.jszx-sl dl dt a:hover{text-decoration: underline}
.jszx-sl dl dd{color: #000;line-height: 20px;background: url('../images/a01.png') no-repeat;padding-left: 40px;margin-top: 12px;}
.zhong{width: 320px;border-left: 1px solid #09922a;border-right: 1px solid #09922a;padding: 0 35px;height: 380px;}
.zhong li{float: left;font-size: 18px;color: #000;margin-right: 40px;cursor: pointer}
.zhong ul{border-bottom: 1px solid #09922a;line-height: 36px;margin-bottom: 20px;}
.zhong li:hover{color: #09922a}
.zhong li span{ width: 70px;height: 3px;background: transparent;display: block;position: relative;top: 2px;}
.zhong li.cur2 span{background: #09922a;}
.zhong dl.tu-index img{width: 320px;height: 140px;}
.zhong dl dd .pp{border-bottom: 1px dashed #b5b5b5;line-height: 28px;width: 320px;font-size: 14px;display: block}
.zhong dl dd .pp:hover{text-decoration: underline}
.zhong dl dd .pp span{text-align: right;display: inline-block;float: right}
.zhong dl .wen-index{margin-bottom: 15px;}
.zhong dl .wen-index .sj{margin-top: 25px;font-size: 30px;background: url('../images/xw02.png') center no-repeat;width: 60px;height: 60px;}
.zhong dl .wen-index .sj span{font-size: 23px;display: block;position: relative;top: -12px;}
.zhong dl .wen-index .sj-h{width: 240px;height: 60px;margin-top: 25px;line-height: 20px;font-size: 14px;display: block}
.zhong dl .wen-index .sj-h:hover{text-decoration: underline}
.zhong .gd{display: block;float: right;font-size: 14px;}
.zhong .gd:hover{text-decoration: underline}
/*留言*/
.ly{background: url("../images/ly01.png") center no-repeat;width: 100%;height: 446px;}
.ly .ly-l{width: 463px;height: 283px;margin-top: 15px;}
.ly .ly-l h2{padding-top: 90px;text-align: center;font-size: 16px;font-weight: normal;padding-left: 20px;}
.ly .ly-l span{display: block;text-align: center;line-height: 40px;font-weight: bold;color: #000;font-size: 28px;padding-left: 20px;}
.ly .ly-t{text-align: center;
    font-size: 36px;color: #fff;font-weight:bold;padding-top: 45px;line-height: 40px;}
.ly .ly-l .zx{border: 1px solid #09922a;
    height: 36px;
    line-height: 36px;
    width: 110px;
    font-size: 18px;display: block;margin: auto;background: #09922a;margin-top: 10px;text-align: center;color: #fff}

.ly p{text-align: center;color: #fff;font-size: 24px;line-height: 28px;padding-top: 8px;}
.ly label{color: #FFF;font-size: 16px;padding-top: 5px;display: inline-block;}
.ly .ly-c{width: 520px;margin-top: 10px;position: relative}
.ly .ly-c span{border: 1px solid #ffffff;display: inline-block;height: 40px;top: 17px;position: relative;border-right: none}
.ly label input,.ly label textarea{background-color: rgba(255, 255, 255, 0);border: 1px solid #ffffff;height: 38px;line-height: 38px;
    color: #fff;font-size: 16px;line-height: 28px;padding-left: 10px;background-color:rgba(255, 255, 255, 0.3);}
.ly label textarea{height: 112px;width: 470px;margin-top: 8px;margin-bottom: 8px;}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #fff;
}
.ly .ly-c span.dh1{background: url("../images/ly03.png") center no-repeat;width: 40px;height: 40px;}
.ly .ly-c span.xm1{background: url("../images/ly04.png") center no-repeat;width: 40px;height: 40px;}
.ly label .xm{width: 180px;}
.ly label .dh{width: 180px;margin-right: 12px;}
.ly font{padding-left: 10px;padding-right: 25px;height: 30px;display: inline-block;line-height: 30px;}
.ly label .yzm{width: 100px;}
.ly .an{display: inline-block;position: absolute;top: 200px;left: 220px;}
.ly .an input{border: 1px solid #fff;height: 36px;line-height: 36px;width: 100px;margin-top: 20px;margin-left: 20px;font-size: 18px;
    color: #fff;cursor: pointer;background-color:rgba(255, 255, 255, 0.3);}
.ly .an .tij{background-color:rgba(255, 255, 255, 0.3);}
.ly label img{width: 100px;}
.lj{background: #d3e0d2;width: 100%;height: 120px;}
.lj dl{padding-top: 30px;}
.lj dt{float: left;width: 90px;height: 60px;font-size: 18px;color: #09922a;border-right: 1px solid #09922a;padding-top: 10px;}
.lj dt span{font-size: 18px;color: #000;text-transform: uppercase}
.lj dd ul li{padding-top: 20px;font-size: 14px;float: left}
.lj dd ul a{color: #000;display: inline-block;margin-left: 20px;}
.lj dd .gd{display: block;float: right;;border-left: 1px solid #09922a;;height: 50px;padding-top: 20px;padding-left: 10px;}
.footer-b{margin-top: 40px;margin-bottom: 40px;}
.footer-b .logo{margin-left: 60px;margin-bottom: 0px;margin-top: 0px;}
.footer-b .logo-r{margin-left: 80px;font-size: 14px;color: #000;width: 460px;line-height: 26px;margin-top: 20px;}
.footer-b .ewm{margin-right: 60px;margin-top: 10px;}
/*rollup.css*/
#roll_top,#fall,#ct{position:relative;cursor:pointer;height:135px;width:140px}
#roll_top{background:url(../images/top.png) no-repeat}
#fall{background:url(../images/top.png) no-repeat 0 -80px}
#ct{background:url(../images/top.png) no-repeat 0 -40px}
#roll{display:block;width:15px;margin-right:-550px;position:fixed;right:50%;top:80%;_margin-right:-520px;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8)); z-index:100;}

/*文章分页样式*/
#fenye{clear:both; margin:10px 20px 20px 0;}
#fenye a{ width:28px; text-align:center; float:left; border:1px solid #bfbfc7;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px; display:inline-block;}
#fenye .prev,#fenye .next{width:60px;}
#fenye a.curr{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff;}
#fenye a:hover{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pageNext{ margin:10px;}
#pageNext .prev,#pageNext .next{text-align:center;width: 60px;}
#pageNext a.curr{background: #bfbfc7;border: 1px solid #bfbfc7;color: #fff;}
#pageNext a.curr span{ color:#fff !important;}
#pageNext a{width: 28px;text-align: center;float: left;border: 1px solid #bfbfc7;background: #fff;height: 28px;font-size: 12px;color: #666;line-height: 28px;margin-left: 5px;border-radius: 3px;}
#realname{height: 30px;border: 1px solid #ddd;}
#b1{padding: 5px 10px;background: #ff7d02;color: #fff;border: 1px solid #ff7d02;border-radius: 3px;}

.fenyetips{ display:none}
#pagelist{ line-height:22px;color:#666; padding:15px;}
#pagelist a{ width:28px; text-align:center; float:left; border:1px solid #bfbfc7;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px;}
#pagelist a.next,#pagelist a.prev{width:60px;}
#pagelist a.curr{ background:#bfbfc7;border:1px solid #bfbfc7;color:#fff;}
#pagelist a:hover{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:28px; font-size:13px; height:28px; margin-left:10px;}
#pagelist span#totalpage{ margin:0;}
.fenye a img{ display:block;margin:0 auto;margin-top:12px;}


