/* CSS Document */
body {
    font-family: "Microsoft Yahei";
    font-size: 0.875rem;
    color: #333333;
    padding: 0;
    margin: 0;
    background-color: #fff;
    overflow-x: hidden;
}

input, textarea, select, button {
    font-family: "Microsoft Yahei";
    color: #333333;
    font-size: 0.875rem;
}

a:focus, :focus, input[type=button], input[type=submit] {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}
.a{}
.a:hover{
    text-decoration: none;
}
/*首页1*/
.rotate {
    width: 1920px;
    height: 100vh;
    overflow: hidden;
    background: url(../img/bg.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.row-bot {
    width: 50%;
    min-height: 20px;
    margin: 280px auto 0;
}

.center-shadow {
    width: 100%;
    height: 100%;
    min-height: 20px;
    margin: 0 auto;
}

.carousel-container {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#carousel {
    height: 449px;
    width: 640px;
    position: relative;
    margin: 0px auto;
}

.carousel-image {
    border: 0;
    display: block;
    width: 233px;
    height: 300px;
    margin: 0 auto;
    display: block;
}

.carousel-feature {
    position: absolute;
    top: -1000px;
    left: -1000px;
    cursor: pointer;
    background-color: #FFFFFF;
}

/*首页2*/
.wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../img/wrap_bg.jpg) repeat-x;
}

.mune {
    display: none;
    cursor: pointer;
}

.header {
    width: 1200px;
    height: 29px;
    overflow: hidden;
    margin: 0 auto;
}

.header > span {
    width: 280px;
    height: 29px;
    line-height: 29px;
    display: block;
    float: left;
    font-size: 12px;
    color: #666666;
}

.header > a {
    height: 29px;
    display: block;
    line-height: 29px;
    float: right;
    color: #666666;
    font-size: 12px;
}

.logo {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 16px auto;
}

.logo > img {
    width: 526px;
    height: 89px;
    float: left;
}

.banner img {
    width: 100%;
    height: auto;
}

.Telephone {
    width: 230px;
    height: auto;
    overflow: hidden;
    float: right;
    margin: 8px 22px 0 0;
}

.Telephone img {
    float: left;
    margin-top: 18px;
}

.Telephone span {
    display: block;
    width: 170px;
    height: auto;
    float: left;
    margin-left: 14px;
    font-size: 14px;
    color: #666666;
}

.Telephone span p {
    float: left;
    font-size: 21px;
    color: #ff9933;
    font-weight: bold;
}

.gjc_bg {
    width: 1200px;
    height: 38px;
    margin: 0px auto;
    font-size: 14px;
    color: #666;
}

.gjc {
    width: 600px;
    height: 38px;
    line-height: 38px;
    float: left;
}

.gjc_bg a {
    color: #666;
    margin: 0px 10px;
}

.sousuo {
    width: 324px;
    height: 27px;
    float: right;
    margin-top: 5px;
    background: #ccc;
}

.sousuo_kuang {
    width: 275px;
    height: 27px;
    background: url(../img/sousuo_kuangbg.jpg) no-repeat;
    float: left;
}

.sousuo_kuang input {
    width: 230px;
    height: 25px;
    border: none;
    margin-top: 1px;
    margin-left: 1px;
    padding: 0 5px;
}

.sousuo_btn {
    width: 49px;
    height: 27px;
    float: right;
    line-height: 27px;
    text-align: center;
}

.sousuo_btn input {
    width: 49px;
    height: 27px;
}

.nav_bg {
    width: 100%;
    height: 49px;
    overflow: hidden;
    background: url(../img/nav_bg.jpg);
}

.nav {
    width: 1200px;
    height: 49px;
    margin: 0 auto;
}

.nav ul {
    width: 100%;
    height: 49px;
    overflow: hidden;
    display: inline-flex;
    background: url(../img/nav_li_bg.jpg) no-repeat right;
}

.nav ul li {
    width: 11.11%;
    height: 49px;
    background: url(../img/nav_li_bg.jpg) no-repeat left;
    text-align: center;
    line-height: 52px;
}

.nav ul li a {
    width: 100%;
    height: 49px;
    display: block;
    color: #FFFFFF;
    font-size: 16px;
}

.nav ul li a:hover,.nav ul .nav_active a {
    color: #333333;
    text-decoration: none;
    background: url(../img/a_bg.jpg) no-repeat;
    font-weight: 600;
    background-size: 100% 100%;
}

.nav ul li:hover + li,.nav ul .nav_active+li {
    background-image: none;
}

.nav ul li:last-child ul {
    background: none;
}

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.hz_subtitle {
    width: 1200px;
    height: auto;
    margin: 72px auto 0;
    text-align: center;
}

.hz_subtitle span {
    font-size: 24px;
    color: #00cc00;
    font-weight: bold;
}

.hz_subtitle p {
    font-size: 14px;
    color: #b1b1b1;
    margin-top: 5px;
    position: relative; /*定位横线（当横线的父元素）*/
    letter-spacing: 2px;
}

.hz_subtitle p:before, .hz_subtitle p:after {
    content: ''; /*CSS伪类用法*/
    position: absolute; /*定位背景横线的位置*/
    top: 45%;
    background: #c9c9c9; /*宽和高做出来的背景横线*/
    width: 160px;
    height: 1px;
}

.hz_subtitle p:before {
    left: 26%; /*调整背景横线的左右距离*/
}

.hz_subtitle p:after {
    right: 26%;
}

.picMarquee-left {
    width: 1200px;
    margin: 15px auto 0;
    overflow: hidden;
    position: relative;
    height: auto;
}

.picMarquee-left .hd {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.picMarquee-left .hd .prev {
    display: block;
    width: 26px;
    height: 58px;
    float: left;
    margin-top: 40px;
    overflow: hidden;
    cursor: pointer;
    background: url("../img/left.jpg") no-repeat;
}

.picMarquee-left .hd .next {
    display: block;
    width: 26px;
    height: 58px;
    float: right;
    margin-top: 40px;
    overflow: hidden;
    cursor: pointer;
    background: url("../img/right.jpg") no-repeat;
}

.picMarquee-left .hd .next { /*background-position:0 -50px; */
}

.picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
    background-position: -60px -50px;
}

.picMarquee-left .bd {
    padding: 10px;
    margin-top: 17px;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
    background-color: #FFFFFF;
}

.picMarquee-left .bd ul li .pic img {
    width: 168px;
    height: 86px;
    display: block;
    border: 2px solid #c8c8c8;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}

.pic span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
}

.tempWrap {
    margin: 0 auto;
    width: 1082px !important;
}

.chanpin_bg {
    width: 1920px;
    height: 508px;
    overflow: hidden;
    margin: 70px 0 0 -960px;
    position: relative;
    left: 50%;
    background: url(../img/chanpin_bg.png) no-repeat;
}

.chanpin_subtitle {
    width: 1200px;
    height: auto;
    margin: 70px auto 0;
    overflow: hidden;
    text-align: center;
}

.chanpin_subtitle span {
    font-size: 24px;
    color: #FFFFFF;
}

.chanpin_subtitle p {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 5px;
    position: relative; /*定位横线（当横线的父元素）*/
    letter-spacing: 2px;
}

.chanpin_subtitle p:before, .chanpin_subtitle p:after {
    content: ''; /*CSS伪类用法*/
    position: absolute; /*定位背景横线的位置*/
    top: 45%;
    background: #c9c9c9; /*宽和高做出来的背景横线*/
    width: 160px;
    height: 1px;
}

.chanpin_subtitle p:before {
    left: 27%; /*调整背景横线的左右距离*/
}

.chanpin_subtitle p:after {
    right: 27%;
}

.chanpin {
    width: 1200px;
    height: auto;
    margin: 0px auto;
    margin-top: 40px;
}

.chanpin ul {
    width: 102%;
    overflow: hidden;
}

.chanpin ul li {
    width: 225px;
    height: 270px;
    background: #000;
    float: left;
    margin-right: 19px;
    text-align: center;
}

.chanpin ul li img {
    width: 225px;
    height: 216px;
    overflow: hidden;
    float: left;
}

.chanpin span {
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 54px;
    display: block;
    background: #ec9955;
    float: left;
}

.chanpin ul li:nth-child(2) span {
    background: #e9393c;
}

.chanpin ul li:nth-child(3) span {
    background: #0092fe;
}

.chanpin ul li:nth-child(4) span {
    background: #006cb8;
}

.chanpin ul li:nth-child(5) span {
    background: #72ddbf;
}

.youshi {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 29px auto 0;
}

.youshi > img {
    float: left;
    margin-left: 363px;
}

.youshineirong {
    width: 1920px;
    height: 899px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin: 0 0 0 -960px;
    background: url(../img/youshineirong_bg.jpg);
}

.youshi_con {
    width: 1200px;
    height: 899px;
    overflow: hidden;
    margin: 0 auto;
}

.one {
    width: 397px;
    height: auto;
    float: left;
    margin: 7px 0 0 100px;
}

.one li {
    font-size: 20px;
    color: rgba(32, 177, 55, 0.5);
    list-style-type: none;
}

.one span {
    display: block;
    font-size: 20px;
    color: #20b137;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 9px;
    margin-bottom: 7px;
}

.one p {
    font-size: 14px;
    color: #333333;
    line-height: 34px;
}

.tupian {
    width: 393px;
    height: auto;
    overflow: auto;
    float: left;
    margin-left: 310px;
}

.img1 {
    float: left;
    margin: 47px 9px 0 0;
}

.two {
    width: 379px;
    height: auto;
    overflow: hidden;
    float: right;
    margin: 44px 12px 0 0;
}

.two li {
    font-size: 20px;
    color: rgba(32, 177, 55, 0.5);
    list-style-type: none;
}

.two span {
    display: block;
    font-size: 20px;
    color: #20b137;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.two span > p {
    font-size: 20px;
    color: #20b137;
    line-height: 18px;
}

.two > p {
    font-size: 14px;
    color: #333333;
    line-height: 34px;
    margin-left: 15px;
}

.three {
    width: 395px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 302PX 0 0 87PX;
}

.three li {
    font-size: 20px;
    color: rgba(32, 177, 55, 0.5);
    list-style-type: none;
}

.three span {
    display: block;
    font-size: 20px;
    color: #20b137;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.three span > p {
    font-size: 20px;
    color: #20b137;
    line-height: 18px;
}

.three > p {
    font-size: 14px;
    color: #333333;
    line-height: 34px;
    margin-left: 15px;
}

.Groundproject_title {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 70px auto 0;
    text-align: center;
}

.Groundproject_title span {
    font-size: 28px;
    color: #20b137;
}

.Groundproject_title p {
    font-size: 14px;
    color: #b1b1b1;
    margin-top: 5px;
    position: relative; /*定位横线（当横线的父元素）*/
    letter-spacing: 2px;
}

.Groundproject_title p:before, .Groundproject_title p:after {
    content: ''; /*CSS伪类用法*/
    position: absolute; /*定位背景横线的位置*/
    top: 45%;
    background: #c9c9c9; /*宽和高做出来的背景横线*/
    width: 160px;
    height: 1px;
}

.Groundproject_title p:before {
    left: 27%; /*调整背景横线的左右距离*/
}

.Groundproject_title p:after {
    right: 27%;
}

.Groundproject_con {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 30px auto 0;
    background: url(../img/groundproject_bg.jpg) no-repeat bottom;
}

.picScroll-left {
    width: 1200px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd {
    height: auto;
    width: 100%;
}

.picScroll-left .hd .prev {
    display: block;
    width: 28px;
    height: 28px;
    float: left;
    margin-left: 5px;
    overflow: hidden;
    position: relative;
    top: 100px;
    z-index: 10;
    cursor: pointer;
    background: url("../img/left2.jpg") no-repeat;
}

.picScroll-left .hd .next {
    display: block;
    width: 28px;
    height: 28px;
    float: right;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
    top: 100px;
    z-index: 10;
    cursor: pointer;
    background: url("../img/right2.jpg") no-repeat;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 250px;
    height: 142px;
    overflow: hidden;
    margin-right: 5px; /*text-indent:-999px;*/
    cursor: pointer;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    padding: 10px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 10px 8px 0 8px;
    float: left;
    _display: inline;
    text-align: center;
    height: auto;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 250px;
    height: 142px;
    display: block;
    margin-right: 3px;
}

/*.picScroll-left .hd .bd ul li .pic a:hover img{ border-color:#999;  }*/
.picScroll-left .bd ul li .title {
    line-height: 34px;
    width: 99%;
    height: 34px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    top: -34px;
}

.title a {
    color: #FFFFFF;
    font-size: 14px;
}

.picScroll-left .bd .picList li:nth-of-type(odd) {
    position: relative;
    top: 30px;
}

/*奇数行*/

.Aboutus {
    width: 1920px;
    height: 556px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin: 75px 0 0 -960px;
    background: url(../img/aboutus_bg.jpg) no-repeat;
}

.aboutus_con {
    width: 1200px;
    height: 320px;
    overflow: hidden;
    margin: 35px auto 0;
    background-color: #FFFFFF;
}

.aboutus_con > img {
    width: 359px;
    height: 258px;
    float: left;
    margin: 30px 0 0 32px;
    border: 3px solid #339933;
}

.wenzi {
    width: 464px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 31px 0 0 22px;
}

.wenzi > span {
    font-size: 16px;
    color: #20b137;
}

.wenzi > span > p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.wenzi > a {
    width: 120px;
    height: 34px;
    display: block;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #20b137;
    line-height: 34px;
    border-radius: 10px;
    text-decoration: none;
    float: left;
    margin-top: 11px;
}

.zizhi {
    width: 267px;
    height: auto;
    float: right;
    margin: 31px 23px 0 0;
}

.slideBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    width: 213px;
    height: auto;
    z-index: 0;
    margin: 0 auto;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 188px;
    height: 262px;
    display: block;
    border-left: 13px solid #20b137;
    border-right: 12px solid #20b137;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 26px;
    height: 58px;
    background: url(../img/left3.jpg) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    position: absolute;
    top: 50%;
    right: 0%;
    margin-top: -25px;
    display: block;
    width: 26px;
    height: 58px;
    background: url(../img/right3.jpg) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.Newsinformation {
    width: 1200px;
    height: 360px;
    overflow: hidden;
    margin: 75px auto 0;
}

.Newsinformation_con {
    width: 718px;
    height: 358px;
    overflow: hidden;
    float: left;
    border: 1px solid #D2D2D2;
}

#outer {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#tab {
    width: 80%;
    height: auto;
    overflow: hidden;
    display: inline-flex;
    float: left;
    margin: 28px 0 0 29px;
}

#tab li {
    width: 110px;
    height: 40px;
    background-color: #cccccc;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    font-size: 14px;
    color: #000000;
    cursor:pointer;
}

#tab li:hover,#tab .current {
    color: #FFFFFF;
    background-color: #20b137;
}

#outer > a {
    color: #333333;
    font-size: 14px;
    float: right;
    margin: 38px 29px 0 0;
}

#content ul {
    width: 100%;
    height: auto;
    display:none;
}

#content {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.content_tu {
    width: 250px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 16px 0 0 29px;
}
.content_tu  a{
 color: #000
}
.content_tu img
{
    width:100%;
    height:auto;
}

.content_tu > p {
    width: 221px;
    font-size: 14px;
    color: #000000;
    float: left;
    margin: 5px 0 0 0px;
}

.content_tu > p > a {
    font-size: 12px;
    color: #666666;
    float: right;
}

#content ul li {
    width: 397px;
    height: auto;
    float: right;
    font-size: 12px;
    color: #333333;
    margin-right: 21px;
    border-bottom: 1px dashed #D2D2D2;
    padding-bottom: 13px;
    margin-top: 10px;
}

#content ul li > span {
    float: right;
}

#content ul li > a {
    width: 290px;
    float: left;
    font-size: 14px;
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shiping {
    width: 468px;
    height: 358px;
    overflow: hidden;
    float: right;
    border: 1px solid #D2D2D2;
    background-color: #dfdfdf;
}

.shiping > p {
    width: 110px;
    height: 40px;
    background-color: #20b137;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    float: left;
    margin: 28px 0 0 27px;
}

.shiping > a {
    float: right;
    margin: 44px 16px 0 0;
    font-size: 14px;
    color: #333333;
}

.shiping_con {
    width: 412px;
    height: 240px;
    overflow: hidden;
    float: left;
    background-color: #efefef;
    margin: 21px 0 0 28px;
}

.shiping_video {
    width: 90%;
    height: 90%;
    display: block;
    margin: 10px auto 0;
}

.footer {
    width: 1920px;
    height: 434px;
    overflow: hidden;
    background: url(../img/footer_bg.jpg) no-repeat;
    position: relative;
    left: 50%;
    margin: 108px 0 0 -960px;
}

.Friendshiplink {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.Friendshiplink > p {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 94px;
    border-bottom: 1px solid #68af69;
}

.Friendshiplink > a {
    font-size: 12px;
    color: #FFFFFF;
    float: left;
    margin: 20px 40px 0 20px;
}

.footernav {
    width: 1200px;
    height: 46px;
    overflow: hidden;
    margin: 42px auto 0;
    background-color: #20b137;
}

.footernav ul {
    width: 100%;
    height: 46px;
    display: inline-flex;
}

.footernav ul li {
    width: 135px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: url(../img/footernav_bg.jpg) no-repeat left;
}

.footernav ul li a {
    font-size: 16px;
    color: #FFFFFF;
}

.footernav ul li:first-child {
    background-image: none;
}

.information {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 40px auto 0;
}

.information img {
    height: 96px;
    display: block;
    float: left;
    border-right: 1px solid #FFFFFF;
}

.information ul {
    width: 466px;
    height: auto;
    float: left;
    margin-left: 27px;
}

.information ul li {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 33px;
}

.footers {
    display: none;
}

/*产品页*/
.xian {
    width: 100%;
    height: 1px;
    border-top: 1px solid #d2d2d2;
    margin-top: -3px;
}

.position_ {
    width: 1200px;
    height: 48px;
    overflow: auto;
    margin: 0 auto 0;
    border-bottom: 1px solid #d2d2d2;
    line-height: 48px;
}

.position_ > span, .position_ > span > a {
    font-size: 12px;
    color: #333333;
}

.ProductCenter {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 26px auto 0;
}

.ProductCenter_left {
    width: 250px;
    height: auto;
    overflow: hidden;
    float: left;
}

.ProductCentertitle {
    width: 248px;
    height: 78px;
    text-align: center;
    border: 1px solid #d2d2d2;
}

.ProductCentertitle > span {
    display: block;
    font-size: 22px;
    color: #339933;
    margin-top: 10px;
}

.ProductCentertitle > span > p {
    color: #d9d9d9;
    font-size: 22px;
}

#pro_tab {
    width: 100%;
    height: auto;
    overflow: hidden;
}

#pro_tab li {
    width: 100%;
    height: 69px;
    background-color: #20b137;
    margin-top: 2px;
    line-height: 69px;
}

#pro_tab li a {
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 13px;
}

#pro_tab li:hover,#pro_tab .pro_current {
    background: url(../img/tab_bg.jpg) no-repeat;
}

.data {
    width: 248px;
    height: auto;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    margin-top: 30px;
}

.data > span {
    display: block;
    margin-left: 13px;
    margin-top: 30px;
    line-height: 30px;
}

.ProductCenter_right {
    width: 925px;
    height: auto;
    overflow: hidden;
    float: right;
}

.ProductCenter_right ul {
    width: 103%;
    height: auto;
    overflow: hidden;
}

.ProductCenter_right > ul > li {
    width: 445px;
    height: 206px;
    float: left;
    border: 1px solid #d2d2d2;
    background-color: #f4f4f4;
    margin: 0 29px 19px 0;
}

.ProductCenter_right > ul li img {
    width: 204px;
    height: 195px;
    float: left;
    display: block;
    margin: 6px 0 0 5px;
}

.ProductCenter_right > ul li span {
    width: 210px;
    height: auto;
    display: block;
    overflow: hidden;
    float: left;
    font-size: 14px;
    color: #339933;
    font-weight: bold;
    margin: 25px 0 0 15px;
}

.ProductCenter_right > ul li p {
    font-size: 12px;
    color: #333333;
    line-height: 25px;
    padding-top: 20px;
}

.ProductCenter_right > ul li a {
    width: 96px;
    height: 28px;
    display: block;
    background-color: #20b137;
    line-height: 28px;
    text-align: center;
    float: left;
    border-radius: 5px;
    margin: 15px 0 0 15px;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

.Recommended {
    width: 1200px;
    height: 62px;
    overflow: hidden;
    margin: 28px auto 0;
    border-top: 1px solid #d2d2d2;
    line-height: 62px;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    padding-left: 20px;
}

.recommended_pro {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.txtMarquee-left {
    width: 1198px;
    position: relative;
}

.txtMarquee-left .hd {
    height: 30px;
}

.txtMarquee-left .hd .prev {
    display: block;
    width: 26px;
    height: 58px;
    float: left;
    margin-top: 120px;
    overflow: hidden;
    cursor: pointer;
    background: url("../img/left.jpg") no-repeat;

}

.txtMarquee-left .hd .next {
    display: block;
    width: 26px;
    height: 58px;
    float: right;
    margin-top: 120px;
    overflow: hidden;
    cursor: pointer;
    background: url("../img/left.jpg") no-repeat;
}

.txtMarquee-left .hd .next {
    background: url("../img/right.jpg") no-repeat;
}

.txtMarquee-left .bd {
    padding: 10px;
}

.txtMarquee-left .bd .tempWrap {
    width: 1140px !important;
    height: auto;
}

/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.txtMarquee-left .bd ul li {
    margin-right: 20px;
    float: left;
    width: 214px;
    height: 256px;
    line-height: 24px;
    text-align: left;
    _display: inline;
}
.txtMarquee-left .bd ul li a
{
    color:#ffffff;
}

/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txtMarquee-left .bd ul li img {
    width: 214px;
    height: 206px;
    display: block;
}

.txtMarquee-left .bd ul li span {
    font-size: 15px;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    font-weight: bold;
    line-height: 50px;
    display: block;
    background: #20b137;
    text-align: center;
}

/*产品详情*/
.details {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    border-bottom: 1px solid #D2D2D2;
}

.details > img {
    width: 313px;
    height: 300px;
    display: block;
    float: left;
    margin: 28px 0 20px 11px;
}

.details_wenzi {
    width: 505px;
    height: auto;
    overflow: hidden;
    float: right;
    margin-top: 25px;
}

.details_wenzi > span {
    font-size: 28px;
    color: #339933;
    font-weight: bold;
}

.details_title {
    width: 95%;
    height: auto;
    overflow: hidden;
    float: left;
    border-bottom: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    margin-top: 5px;
    padding: 25px 0;
}

.details_title > span {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.details_title > p {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.details_rexian {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 24px;
}

.details_rexian > span {
    font-size: 14px;
    color: #999999;

}

.details_rexian > p {
    font-size: 24px;
    color: #339933;
    font-weight: bold;
    margin: 10px 0 15px 0;
}

.details_rexian > a {
    display: block;
    width: 107px;
    height: 31px;
    background-color: #20b137;
    border-radius: 5px;
    text-align: center;
    line-height: 31px;
    color: #FFFFFF;
    text-decoration: none;
}

.Characteristic {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 40px;
    margin-left: 10px;
}

.Characteristic > span {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.Characteristic > p {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

/*新闻页*/
.ProductCenter_right > span {
    font-size: 22px;
    color: #666666;
}

.news_list {
    width: 922px;
    height: auto;
    overflow: hidden;
    float: right;
    border: 1px solid #D2D2D2;
    margin-top: 10px;
}

.news_list ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 41px;
}

.news_list > ul > li {
    width: 846px;
    height: auto;
    margin-top: 17px;
    margin-left: 38px;
    float: left;
    border-bottom: 1px dashed #D2D2D2;
}

.news_list ul li img {
    width: 224px;
    height: 154px;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.news_li {
    width: 602px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 20px;
}

.news_li a {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.news_li span {
    display: block;
    float: right;
    font-size: 12px;
    color: #333333;
    margin-top: 5px;
}

.news_li p {
    font-size: 12px;
    color: #333333;
    line-height: 25px;
    margin-top: 10px;
}

/*新闻详情页*/
.news_name {
    width: 90%;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 30px;
}

.news_name h2 {
    font-size: 1.1rem;
    color: #333;
    padding-top: 20px;
}

.news_name p {
    color: #666;
    line-height: 50px;
}
.news_name p span
{
    margin:0px 5px;
    }

.prodetail22 {
    width: 98%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    color: #333;
    line-height: 22px;
    padding-bottom: 30px;
    font-size: 14px;
}

.prodetail22 p {
    font-size: 14px;
    line-height: 25px;
}


/*分页样式*/
.fenye{ width:98%; height:auto; margin:20px auto 30px; overflow:hidden;}
.fenye a{ color:#f9a600;}
.pagebox{font-size:0.9rem;line-height:200%;font-weight:normal; margin:10px auto 10px;}
.flickr {padding:0px;margin:0px; text-align:center; font-family:Verdana; font-size:0.9rem;}
.flickr a {border: #c7c7c7 1px solid; padding:5px 10px; background:#fff; background-position: 50% bottom;color: #999999; margin-right: 5px; text-decoration: none}
.flickr a:hover {border: #DFDFDF 1px solid; background-image: none; color: #ffffff; background-color: #20b137}
.meneame a:active {border: #333 1px solid; background-image: none; color: #fff; background-color: #0061de}
.flickr span.current {padding:5px 10px; font-weight: bold; background:#20b137; color:#ffffff; margin-right: 3px; border:1px solid #c7c7c7;}
.flickr span.disabled { padding:5px 10px; color: #80653E; background:#fff; margin-right: 3px; border:1px solid #c7c7c7;}

.nav .peiseka{ display:none;}

.izl-rmenu{position:fixed; right:10px; bottom:10px; padding-bottom:73px; background:url(../img/r_b.png) 0px bottom no-repeat; z-index:999; }
.izl-rmenu .btn{width:72px; height:73px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url(../img/r_qq.png) 0px 0px no-repeat; background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu .btn-ps{background:url(../img/peise.png) 0px 0px no-repeat; background-color:#56A3FF; display:block;}
.izl-rmenu .btn-ps:hover{ background-color:#3F8BE6;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../img/r_qq.png) 0px 0px no-repeat; background-color:#6da9de; text-decoration:none; display:block;}
.izl-rmenu .btn-wx{background:url(../img/r_wx.png) 0px 0px no-repeat; background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-160px; top:0px; display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../img/r_phone.png) 0px 0px no-repeat; background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b; position:absolute; width:160px; left:-160px; top:0px; line-height:73px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-top{background:url(../img/r_top.png) 0px 0px no-repeat; background-color:#666666; display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}

.sx{ width:98%; height:30px; margin:10px auto 30px; color:#20b137;}
.sx a{ color:#333;}






















