/***********************内页广告**********************/

.sub_banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    margin-top: 89px;
    width: 100%;
}

.break {
    background-color: #f0f0f0;
    border-bottom: 1px solid #e6e6e6;
}

.break .home_ico {
    padding-left: 30px;
    background: url(../images/home_ico.png) no-repeat left center;
}


/***********************底部**********************/

.c_footer {
    background-color: #eaeaea;
}

.c_footer .cf01 {
    width: 12%;
    float: left;
}

.c_footer .cf02 {
    width: 15%;
    float: left;
}
.c_footer .cf0a {
    width: 12%;
    float: left;
}

.c_footer .cf0b {
    width: 15%;
    float: left;
}
.c_footer .cf03 {
    width: 23%;
    float: left;
    text-align: right;
    padding-top: 10px;
    letter-spacing: 2px;
}

.c_footer .mx-dn {
    width: 20%;
    float: left;
}

.c_footer li:hover {
    float: left;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.c_footer li.cf01 .cf_box {
    background-image: url(../images/address.png);
}

.c_footer li.cf01 .cf_box:hover {
    background-image: url(../images/address2.png);
}

.c_footer li.cf02 .cf_box {
    background-image: url(../images/down.png);
}

.c_footer li.cf02 .cf_box:hover {
    background-image: url(../images/down2.png);
}

.c_footer li.cf0a .cf_box {
    background-image: url(../images/mark.png);
}

.c_footer li.cf0a .cf_box:hover {
    background-image: url(../images/mark2.png);
}
.c_footer li.cf0b .cf_box {
    background-image: url(../images/pro.png);
}

.c_footer li.cf0b .cf_box:hover {
    background-image: url(../images/pro2.png);
}
.c_footer li.cf04 .cf_box {
    background-image: url(../images/cf04.png);
}

.c_footer li.cf04 .cf_box:hover {
    background-image: url(../images/cf04_hover.png);
}

.c_footer li .cf05 {
    background: url(../images/ico_na.png) no-repeat right top;
    z-index: 9;
}

.c_footer li .ewm {
    width: 90px;
    height: 90px;
    right: 0;
    top: 0;
}

.c_footer li .ewm_touch {
    right: 0;
    top: 0;
    z-index: 10;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.c_footer li:hover .cf_box {
    color: #15b041;
}

.c_footer .cf_box {
   padding-top: 25px;
padding-bottom: 25px;
padding-left: 42px;
background-position: left center;
background-repeat: no-repeat;

}

.c_footer01 {
    background-color: #202020;
}

.c_footer01 li {
    padding-top: 25px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 20%;
    float: left;
    cursor: pointer;
}

.c_footer01 li:hover {
    padding-top: 25px;
    background-repeat: no-repeat;
    background-position: center top;
    width: 20%;
    float: left;
    cursor: pointer;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.c_footer01 li:hover p {
    color: #c89f62;
}

.c_footer01 li.short {
    width: 10%;
}

.c_footer01 li.c01 {
    background-image: url(../images/cf05.png);
}

.c_footer01 li.c01:hover {
    background-image: url(../images/cf05_hover.png);
}

.c_footer01 li.c02 {
    background-image: url(../images/cf06.png);
}

.c_footer01 li.c02:hover {
    background-image: url(../images/cf06_hover.png);
}

.c_footer01 li.c03 {
    background-image: url(../images/cf07.png);
}

.c_footer01 li.c03:hover {
    background-image: url(../images/cf07_hover.png);
}

.c_footer01 li.c04 {
    background-image: url(../images/cf08.png);
}

.c_footer01 li.c04:hover {
    background-image: url(../images/cf08_hover.png);
}

.c_footer01 li.c05 {
    background-image: url(../images/cf09.png);
}

.c_footer01 li.c05:hover {
    background-image: url(../images/cf09_hover.png);
}

.c_footer01 li.c06 {
    background-image: url(../images/cf10.png);
}

.c_footer01 li.c06:hover {
    background-image: url(../images/cf10_hover.png);
}

.c_box .c_left {
    width: 22.34%;
}

.c_box .c_left .c_title {
    padding: 15px 0 15px 27px;
    background: url(../images/c_title_bg.jpg) no-repeat center center / cover;
}

.c_box .c_left ul {
    border: 1px solid #d0d0d0;
}

.c_box .c_left ul li {
    border-bottom: 1px solid #fff;
    padding-right: 33px;
}

.c_box .c_left ul li a {
    display: block;
    padding: 15px 0 15px 34px;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    background: url(../images/ico02.png) no-repeat right center;
}

.c_box .c_left ul li:hover,
.c_box .c_left ul li.act {
    border-color: #bdbcbc;
    background-color: #3caf47;
}

.c_box .c_left ul li:hover a,
.c_box .c_left ul li.act a {
    color: #fff;
    background-image: url(../images/ico03.png);
}

.c_box .c_left .gz_wx_box {
    border: 1px solid #d0d0d0;
}

.c_box .c_left .gz_wx_box .wx-bx {
    max-width: 153px;
    width: 80%;
}

.c_box .c_right {
    width: 75.84%;
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .c_footer .cf01 {
        width: 20%;
        float: left;
    }
    .c_footer .cf02 {
        width: 20%;
        float: left;
    }
    .c_footer .cf03 {
        width: 60%;
        float: left;
        text-align: right;
        padding-top: 10px;
        letter-spacing: 2px;
    }
    .c_footer .mx-dn {
        width: 20%;
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    .c_footer .cf01 {
        width: 50%;
        float: left;
    }
    .c_footer .cf02 {
        width: 50%;
        float: left;
    }
    .c_footer .cf03 {
        width: 100%;
        text-align: right;
        padding-top: 10px;
        letter-spacing: 2px;
    }
}


/***********************产品中心**********************/

.product ul {
    margin-left: -1.833%;
}

.product li {
    width: 31.497%;
    margin-left: 1.833%;
    float: left;
    margin-bottom: 25px;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.product li .box {
    border: 1px solid #efefef;
    padding: 9px 9px 11px;
    box-shadow: 4px 5px 0px #e8e8e8;
}


.product li .box .pro_img{
height: 265px;
width: 100%;
overflow: hidden;
}
.img100 {
    width: 100%;
   height: auto;
  
}
.product li .box .pro_text {
    height: 40px;
    margin-top: 7px;
    margin-bottom: 11px;
}

.product li:hover {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.product.news li .box {
    padding-bottom: 3px;
}

.product.news li .box .pro_text {
    margin-top: 11px;
    height: 60px;
}

.product.news li .box .xq-a {
    width: 20px;
    height: 15px;
    background: url(../images/news_ico.png) no-repeat right center;
    margin-top: 6px;
}

.pro_more {
    width: 60px;
    line-height: 30px;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.more_c .pro_more {
    width: 91px;
}


/***********************产品详情**********************/

.product_detail {
    border: 1px solid #d0d0d0;
}
.product_detail img{
    max-width:100%;
	height:auto;
}
.culture ul {
    margin-left: -0.81%;
}

.culture li {
    width: 24.19%;
    margin-left: 0.81%;
    float: left;
    height: 396px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.culture li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
}

.culture li:hover {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.culture li:hover:after {
    opacity: 0.2;
    filter: alpha(opacity=20);
    transition: all 0.5s;
}

.culture .box {
    height: 226px;
    width: 140px;
}

.big-honor {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
}

.big-honor .big_close {
    width: 25px;
    height: 25px;
    right: 5%;
    top: 5%;
    background: url(../images/close.png) no-repeat center center;
}

.news_detail .bdshare-button-style1-24 a,
.news_detail .bdshare-button-style1-24 .bds_more {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-image: url(../images/ico-lx.jpg);
}

.news_detail .bdshare-button-style1-24 .bds_tsina {
    background-position: 0 0;
}

.news_detail .bdshare-button-style1-24 .bds_weixin {
    background-position: -25px 0;
}

.news_detail .bdshare-button-style1-24 .bds_zone {
    background-position: -50px 0;
}

.news_detail .bdshare-button-style1-24 .bds_sqq {
    background-position: -75px 0;
}

#allmap {
    height: 325px;
}

.download {
    border-top: 1px dotted #cccccc;
}

.download li {
    padding: 15px 0;
    border-bottom: 1px dotted #cccccc;
    height: 100px;
}

.download li .date {
    width: 100px;
    background-color: #f2f2f2;
    color: #999999;
}

.download li .center_text {
    margin-left: 3.36%;
    width: 54.5%;
}

.download li .text-title {
    max-height: 40px;
}

.download li .downico {
    width: 55px;
    margin-right: 1%;
    background: url(../images/downico01.png) no-repeat center center;
}

.download li .downico:hover {
    background-image: url(../images/downico02.png);
}

.download li:hover .date {
    color: #fff;
    background-color: #3caf47;
}

.download li:hover .downico {
    background-image: url(../images/downico02.png);
}

.menber-div {
    width: 392px;
}

.menber-div .s01 {
    width: 86px;
}

.menber-div .wjm {
    width: 296px;
}

.menber-div .inp {
    width: 280px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    padding: 8px;
    line-height: 22px;
}

.menber-div .inp.short {
    width: 163px;
}

.menber-div .inp.submit {
    background-color: #3caf47;
    border-color: #3caf47;
    color: #fff;
    width: 296px;
}

.menber-div .inp.submit.shorts {
    width: 140px;
}

.menber-div .inp.submit.grey {
    background-color: #bfbfbf;
    border: #bfbfbf;
}

.menber-div select {
    width: 99px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    padding: 8px;
    line-height: 22px;
    color: #999;
}

.menber-div textarea {
    height: 96px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    width: 292px;
}

.menber-div .myzm {
    width: 96px;
    height: 36px;
    border: 1px solid #787288;
}

.menber-login .menber-div .inp {
    width: 240px;
    padding-left: 48px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.menber-login .menber-div .inp.short {
    width: 131px;
}

.menber-login .menber-div .inp.submit {
    width: 296px;
}

.menber-login .menber-div .inp.i01 {
    background-image: url(../images/login01.png);
}

.menber-login .menber-div .inp.i02 {
    background-image: url(../images/login02.png);
}

.menber-login .menber-div .inp.i03 {
    background-image: url(../images/login03.png);
}

.question li {
    border-bottom: 1px dotted #cccccc;
    padding: 10px;
    padding-right: 40px;
    background: url(../images/q_01.png) no-repeat 98% 20px;
}

.question li .num {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #999999;
    color: #fff;
    margin-right: 20px;
}

.question li .qtitle {
    width: 95%;
}

.question li .qbody {
    margin-left: 54px;
    display: none;
    overflow: hidden;
}

.question li.act {
    background-image: url(../images/q_02h.png);
}

.question li.act .qbody {
    display: block;
}

.question li.act .num {
    background-color: #c89f62;
}

.question li.act .qtitle {
    color: #c89f62;
}

.question li:hover .num {
    background-color: #c89f62;
}

.question li:hover .qtitle {
    color: #c89f62;
}


/*****************问卷调查***************/

.header-blank {
    height: 80px;
}

.wj dl {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.wj dd {
    margin-bottom: 5px;
}

.jcjj {
    width: 300px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #c89f62;
    color: #fff;
}

.product_detail {
    min-height: 200px;
}

.c_footer01 li.short {
    position: relative;
    z-index: 999;
}

.c_footer01 li.short img {
    visibility: hidden;
}

.c_footer01 li.short img {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -39px;
    bottom: 58px;
    width: 77px;
    height: 77px;
    max-width: 77px;
    z-index: 888;
}

.c_footer01 li.short:hover img {
    display: block;
    visibility: visible;
}

.c_footer01 li.short img {
    display: block;
}