
a, img {
    transition: all ease-out .5s;
}

/*tupian*/
.index-img {
    overflow: hidden;
    position: relative;
}

.index-img:before {
    position: absolute;
    transition: 0.3s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.index-img:hover:before {
    -webkit-transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(3, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.imgh img {
    display: block;
    width: 100%;
    height: 100%;
}

.imgh:hover img {
    transform: scale(1.1);
}


/*按钮*/
.mm {
    transition: .5s;
}

.mm:hover {
    transform: translateY(-5px);
}

.mm:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.mm:hover:before {
    opacity: 1;
}

a, img {
    transition: all ease-out .5s;
}

/*首页banner*/
.banner-box {
    width: 100%;
    max-height: 650px;
    overflow: hidden;
}

.pics_wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: -1;
}

.html5zoo-img-0 img {
    width: 100%;
}

.html5zoo-arrow-left-0 {
    left: 10% !important;
}

.html5zoo-arrow-right-0 {
    right: 10% !important;
}

.html5zoo-bullet-wrapper-0 div {
    margin: 0 4px !important;
}

.html5zoo-nav-0 {
    margin-top: -35px !important;
    left: 48% !important;
}

.html5zoo-bullet-wrapper-0 {
    width: 100% !important;
}

.banner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 325px;
    margin-top: 8px;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 2px;
    bottom: 10px;
    z-index: 100;
}

.banner .num li {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

.banner .num li.num_hover {
    background-color: #f7de07;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

#bannerArrow, #bannerCircle {
    display: none
}

/*幻灯片样式2*/
#focus {
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
}

#focus ul {
    height: 188px;
    position: absolute;
}

#focus ul li {
    float: left;
    width: 255px;
    height: 188px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#focus ul li a img {
    height: 188px;
    width: 255px;
}

#focus ul li div {
    position: absolute;
    overflow: hidden;
}

#focus .btnBg {
    position: absolute;
    width: 255px;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
}

#focus .btn {
    position: absolute;
    width: 255px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: right;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

#focus .btn span.on {
    background: #fff;
}

.title {
    line-height: 1;
    text-align: center;
}

.title b {
    display: block;
    width: 130px;
    border-left: 2px solid #068d48;
    border-right: 2px solid #068d48;
    margin: 0 auto 12px;
    font-size: 24px;
    color: #343434;
}

.title b a {
    color: #343434;
}

.title p {
    letter-spacing: 8px;
    color: #666666;
    font-size: 14px;
}


/*duct*/
.duct-box {
    margin: 60px 0;
}

.duct-nav {
    position: relative;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-top: 24px;
}

.duct-nav li {
    float: left;
    font-size: 16px;
    transition: all ease-out .5s;
    border-radius: 22px;
    overflow: hidden;
    width: 120px;
    height: 44px;
}

.duct-nav li a {
    display: block;
    color: #343434;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 5px;
    width: 100%;
}
.duct-nav li:hover a {
    color: #fff;
}
.duct-nav li:hover {
    background: #068d48;
    box-shadow: 0px 0px 14px 4px rgba(0, 70, 34, 0.15);
}

.dn-more{
    display: block;
    color: #fff;
    font-size: 16px;
    width: 160px;
    height: 44px;
    background-color: #068d48;
    box-shadow: 0px 0px 14px 4px
    rgba(0, 70, 34, 0.15);
    border-radius: 22px;
    position: absolute;
    top: 0;
    right: 0;
}

.duct li:nth-child(4n+1){
    margin-left: 0;
}
.duct li{
    width: 280px;
    height: 311px;
    border: solid 1px #f0f0f0;
    float: left;
    margin: 30px 0 0 24px;
    line-height: 1;
    text-align: center;
    transition: all ease-out .5s;
    position: relative;
    z-index: 0;
}
.duct li:before{
    content: '';
    position: absolute;
    bottom:-20px;
    left: 0;
    background: url("../images/d-yin.png") no-repeat center;
    width: 294px;
    height: 33px;
    z-index: -1;
    transition: all ease-out .5s;
    opacity: 0;
}
.duct li:hover:before{
    opacity: 1;
}
.duct li .duct-nn{
    width: 100%;
    height: 96px;
    background: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.duct li .duct-nn:before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 0;
    border-left: 1px solid #068d48;
    border-right: 1px solid #068d48;
    border-bottom: 1px solid #068d48;
    box-sizing: border-box;
    transition: all ease-out .5s;
}
.duct li:hover .duct-nn:before{
    height: 100%;
    bottom: 0;
}
.duct li .duct-img{
    display: block;
    width: 100%;
    height: 215px;
    background-color: #f0f0f0;
    border: solid 5px #f0f0f0;
    box-sizing: border-box;
    overflow: hidden;
}

.duct li .duct-img img{
    display: block;
    width: 100%;
    height: 100%;
}

.duct li:hover .duct-img img{
    transform: scale(1.1);
}
.duct li .duct-name{
    display: block;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 16px 20px 9px;
    font-size: 16px;
    color: #333333;
}

.duct li p{
    background: url("../images/p-img.png") no-repeat center;
    width: 196px;
    height: 8px;
    margin: 0 auto 17px;
}

.duct li .duct-mm{
    background: url("../images/d-j.png") no-repeat center;
    width: 21px;
    height: 15px;
    display: block;
    margin: 0 auto;
    -webkit-animation: hang linear 2s infinite;
}
@-webkit-keyframes hang {
    0%,100%{
        -webkit-transform: translate(0,5px);
    }
    50%{
        -webkit-transform: translate(0,0);
    }
}


/*small-box*/
.small-box{
    background: url("../images/small-bg.jpg") no-repeat center;
    height: 250px;
    margin-bottom: 60px;
    line-height: 1;
    color: #fff;
}

.samL{
    padding-top: 43px;
    width: 528px;
}
.samL b{
    display: block;
    font-size: 34px;
}

.samL p{
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 24px;
}

.small-q{
    background: url("../images/smal-a.png") no-repeat center;
    width: 440px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.small-q a{
    display: block;
    font-size: 22px;
    color: #33a556;
    width: 217px;
    height: 48px;
    text-align: center;
}

.small-q span{
    display: block;
    width: 223px;
    font-size: 22px;
    font-weight: bold;
}


.samR{
    width: 494px;
    height: 255px;
}


/*ys-box*/
.ys-box{

}

.ysT{
    width: 100%;
    height: 605px;
    position: relative;
    overflow: hidden;
}
.yst1{
    width: 100%;
    height: 389px;
}


.yst1 .tst1-img{
    width: 757px;
    height: 389px;
    overflow: hidden;
}

.yst1 .ys-tit{
    background: url("../images/ys-titbg.png") no-repeat center bottom;
    height: 117px;
    margin-top: 55px;
    line-height: 1;
    width: 378px;
}

.yst1 .ys-tit .yt1{
    line-height: 1;
    font-weight: bold;
}

.yst1 .ys-tit .yt1 b{
    font-size: 78px;
    color: #068d48;
    line-height: .8;
    margin-right: 10px;
}
.yst1 .ys-tit .yt1 p span{
    display: block;
    font-size: 34px;
    color: #068d48;
    line-height: .9;
}

.yst1 .ys-tit .yt1 p i{
    display: block;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 8px;
}

.yst1 .ys-tit .yt-p{
    font-size: 14px;
    letter-spacing: 4.9px;
    color: #333333;
    margin-top: 17px;
}

.ys-tell{
    margin-top: 59px;
    line-height: 1;
    background: url("../images/y-tell.png") no-repeat 0 top;
    padding: 45px 0 0 61px;
    box-sizing: border-box;
    text-align: right;
    font-family: SimHei;
    font-size: 28px;
    color: #333;
    width: 452px;
}

.ys-tu{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 706px;
    height: 377px;
    overflow: hidden;
}

.ys{
    width: 100%;
    margin-top: 38px;
    position: relative;
}
.ys .tempWrap{
    width: 100% !important;
}
.ys li{
    float: left;
    width: 380px !important;
    box-sizing: border-box;
    border-right: 1px dashed #eee;
    height: 192px;
    line-height: 1;
    padding-right: 58px;
    margin-right: 57px;
}

.ys li .ysn{
    border-bottom: 1px solid #bfbfbf;
    height: 55px;
    position: relative;
}
.ys li .ysn:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #068d48;
    transition: all ease-out .5s;
}
.ys li:hover .ysn:before{
    width: 100%;
}
.ys li .ysn .ys-name{
    width: 80%;
    line-height: 1;
}

.ys li .ysn .ys-name b{
    display: block;
    font-size: 22px;
    color: #333333;
    transition: all ease-out .5s;
}

.ys li .ysn .ys-name i{
    display: block;
    font-size: 12px;
    color: #333333;
    margin-top: 10px;
}

.ys li .ysn span{
    display: block;
    font-family: SourceHanSansCN-Heavy;
    font-size: 40px;
    color: #ededed;
    font-weight: bold;
    line-height: .8;
    transition: all ease-out .5s;
}
.ys li:hover .ysn b{
    transform: translateX(5px);
}
.ys li:hover .ysn span,
.ys li:hover .ysn b{
    color: #068d48;
}
.ys li p{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    height: 120px;
    width: 100%;
    margin-top: 15px;
}

.yl,.yr{
    position: absolute;
    cursor: pointer;
    transition: all ease-out .5s;
    width: 195px;
    height: 52px;
    top: -109px;
    left: 63px;
}

.yl:hover,.yr:hover{
    background-color: #068d48;
}


.yl{
    background: url("../images/yl.png") no-repeat center #363636;
}
.yr{
    background: url("../images/yr.png") no-repeat center #363636;
    left: 258px;
}


/*case-box*/
.case-box{
    background: url("../images/case-bg.jpg") no-repeat center;
    height: 564px;
    margin-top: 57px;
    box-sizing: border-box;
    padding-top: 60px;
}

.case-box .title b{
    color: #fff;
    border-color: #fff;
}

.case-box .title b a,
.case-box .title p{
    color: #fff;
}

.case{
    margin: 30px 0 40px;
    width: 100%;
}

.case li{
    float: left;
    width: 380px !important;
    margin-right: 30px;
}

.case li .case-img{
    display: block;
    width: 100%;
    height: 212px;
    overflow: hidden;
}

.case li .case-img img{
    display: block;
    width: 100%;
    height: 100%;
}

.case li:hover .case-img img{
    transform: scale(1.1);
}

.case li .case-name{
    display: block;
    width: 100%;
    line-height: 46px;
    box-sizing: border-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 35px;
    background: url("../images/c-j.png") no-repeat right center;
    border-bottom: 1px dashed #fff;
    height: 46px;
    position: relative;
    font-size: 16px;
    color: #fff;
    margin: 0 0 12px;
    transition: all ease-out .9s;
}
.case li:hover .case-name{
    border-bottom: solid 1px  #fff;
}
.case li .case-name:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all ease-out .5s;
}
.case li:hover .case-name:before{
    width: 100%;
}
.case li p{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    line-height: 1;
    font-size: 14px;
    color: #e1f0e7;
}

.case-more{
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #05a855;
    width: 160px;
    height: 44px;
    background-color: #ffffff;
    box-shadow: 0px 0px 14px 4px
    rgba(0, 69, 34, 0.27);
    border-radius: 22px;
    line-height: 44px;
}
.case .tempWrap{
    width: 100% !important;
}


/*about-box*/
.about-box{
    box-sizing: border-box;
    padding-top: 74px;
    height: 900px;
    background-color: #f5f5f5;
}


.about{
    margin: 44px 0 35px;
    width: 100%;
}

.aboutL{
    width: 693px;
    height: 417px;
    overflow: hidden;
}

.aboutL img{
    display: block;
    width: 100%;
    height: 100%;
}

.aboutR{
    width: 475px;
    padding-top: 49px;
    line-height: 1;
    background: url("../images/aboutus.png") no-repeat center top;
}

.about-name{
    display: inline-block;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
}

.aboutR span{
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 9px;
    color: #ffffff;
    width: 373px;
    height: 22px;
    background-color: #333333;
    border-radius: 10px;
    line-height: 22px;
    margin-bottom: 35px;
}

.aboutR p{
    text-indent: 2em;
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    width: 460px;
    height: 104px;
}

.about-a{
    margin-top: 26px;
}
.about-a a{
    display: block;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
}

.about-a .a1{
    width: 160px;
    height: 44px;
    background-color: #068d48;
    box-shadow: 0px 0px 14px 4px
    rgba(0, 70, 34, 0.15);
    border-radius: 22px;
    color: #fff;
}

.about-a .a2{
    width: 160px;
    height: 44px;
    background-color: #ffffff;
    box-shadow: 0px 0px 14px 4px
    rgba(0, 7, 7, 0.05);
    border-radius: 22px;
    color: #333;
    margin-left: 55px;
}

.about-a .a2:hover{
    color: #fff;
    background-color: #068d48;
}

.about-a .a1:hover{
    color: #333;
    background-color: #fff;
}


/* 荣誉资质 */
.zi {
    width: 100%;
    position: relative;
}


.zi .parHd {
    text-align: center;
    position: absolute;
    top: -84px;
    right: 0;
    background: url("../images/zi-nav.png") no-repeat center 40px;
}
.zi .parHd ul li:first-child{
    margin-left: 0;
}
.zi .parHd ul li {
    width: 56px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    margin-left: 144px;
    padding-top: 35px;
    line-height: 1;
    transition: all ease-out .5s;
}
.zi .parHd ul .zi-li1{
    background: url("../images/z1.png") no-repeat center top;
}
.zi .parHd ul .zi-li1.on{
    background: url("../images/z11.png") no-repeat center top;
}
.zi .parHd ul .zi-li2{
    background: url("../images/z2.png") no-repeat center top;
}
.zi .parHd ul .zi-li2.on{
    background: url("../images/z22.png") no-repeat center top;
}

.zi .parHd ul .zi-li3{
    background: url("../images/z3.png") no-repeat center top;
}
.zi .parHd ul .zi-li3.on{
    background: url("../images/z33.png") no-repeat center top;
}



.zi .parHd ul li a {
    display: block;
    color: #333;
    font-size: 14px;
}


.zi .parHd ul li.on a {
    color: #068d48;
}

.zi .parBd .slideBox {
    position: relative;
    width: 1200px;
    margin: 0 auto 0;
    box-sizing: border-box;
}

.zi .parBd .slideBox .tempWrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}

.zi .parBd ul {
    overflow: hidden;
    zoom: 1;
}

.zi .parBd ul li {
    width: 293px !important;
    box-sizing: border-box;
    position: relative;
    margin-right: 9px;
    overflow: hidden;
    float: left;
    text-align: center;
}

.zi .parBd ul li .pic {
    display: block;
    width: 100%;
    height: 200px;
    transition: .5s;
    overflow: hidden;
}

.zi .parBd ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    transition: .8s;
}

.zi .parBd ul li:hover .pic img {
    transform: scale(1.1);
}

.zi .parBd ul li .name {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 0;
    color: #545454;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .5s;
    position: relative;
    z-index: 0;
}
.zi .parBd ul li .name:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transition: all ease-out .5s;
    z-index: -1;
}

.zi .parBd ul li:hover .name:before{
    height: 100%;
}

.zi .zi-prev, .zi .zi-next {
    position: absolute;
    width: 12px;
    height: 22px;
    transition: .6s;
    cursor: pointer;
}

.zi .zi-prev:hover, .zi .zi-next:hover {
    transform: translateY(-5px);
}

.zi .zi-prev {
    left: -42px;
    top: 68px;
    background: url("../images/cl.png") center center no-repeat;
}

.zi .zi-next {
    right: -42px;
    top: 68px;
    background: url("../images/cr.png") center center no-repeat;
}

.zi .zi-prev:hover{
    background: url("../images/cl2.png") center center no-repeat;
}
.zi .zi-next:hover{
    background: url("../images/cr2.png") center center no-repeat;
}

/*new-box*/
.new-box{
    margin: 64px 0 60px;
}


.new{
    width: 800px;
}
.new-nav{
    width: 200px;
    text-align: center;
    line-height: 1;
}
.new-nav li{
    width: 100%;
    box-sizing: border-box;
    height: 150px;
    border: solid 1px #068d48;
    font-size: 18px;
    position: relative;
    z-index: 0;
    padding-top: 45px;
}
.new-nav li:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #068d48;
    transition: all ease-out .5s;
    z-index: -1;
}
.new-nav li.on:before{
    width: 100%;
}
.new-nav li a{
    display: block;
    color: #068d48;
}
.new-nav li.on a{
    color: #fff;
}
.new-nav li i{
    display: block;
    height: 32px;
    width: 100%;
    transition: all ease-out .5s;
    margin-bottom: 13px;
}
.new-nav .n1 i{
    background: url("../images/n1.png") no-repeat center;
}
.new-nav .n1.on i{
    background: url("../images/n11.png") no-repeat center;
}
.new-nav .n2 i{
    background: url("../images/n2.png") no-repeat center;
}
.new-nav .n2.on i{
    background: url("../images/n22.png") no-repeat center;
}
.new-nav .n3 i{
    background: url("../images/n3.png") no-repeat center;
}
.new-nav .n3.on i{
    background: url("../images/n33.png") no-repeat center;
}

.new-desc{
    width: 574px;
}

.newt{
    width: 100%;
}
.newt .new-tu{
    width: 195px;
    height: 125px;
    border: solid 3px #e6e6e6;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}

.newt .new-tu img{
    display: block;
    width: 100%;
    height: 100%;
}
.newt:hover .new-tu{
    border-color: #068d48;
}
.newt:hover .new-tu img{
    transform: scale(1.1);
}
.newt .newt-zi{
    line-height: 1;
    width: 360px;
}

.newt .newt-zi a{
    display: block;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    padding-top: 10px;
}
.newt:hover .newt-zi a{
    transform: translateX(5px);
    color: #068d48;
}

.newt .newt-zi span{
    display: block;
    color: #666666;
    font-size: 12px;
    margin: 16px 0 14px;
}

.newt .newt-zi p{
    overflow:hidden;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 48px;
}

.new-list{
    width: 100%;
    margin-top: 6px;
}
.new-list li{
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px dashed #e6e6e6;
    transition: all ease-out .5s;
}
.new-list li:hover{
    border-color: #068d48;
}
.new-list li a{
    display: block;
    width: 75%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #444;
}

.new-list li:hover a{
    transform: translateX(5px);
    color: #068d48;
}

.new-list li span{
    font-size: 14px;
    color: #777;
}

.newR-big{
    width: 353px;
}
.newR{
    width: 353px;
    height: 446px;
    background-color: #f6f6f6;
    box-sizing: border-box;
    padding: 29px 0 0 34px;
}
.form{
    width: 100%;
}

.webq_bottom_r {
    width: 100%;
    box-sizing: border-box;
}

.webq_bottom_d1 {
    background: url(../images/ly_d1.png) no-repeat 8px center #fff;
}

.webq_bottom_d2 {
    background: url(../images/ly_d2.png) no-repeat 12px center #fff;
    padding-left: 40px !important;
    width: 181px !important;
}

.webq_bottom_d3 {
    background: url(../images/ly_d3.png) no-repeat 9px 14px #fff;
}



.webq_bottom_r1 {
    height: 111px;
    margin-top: 10px;
    padding: 6px 5px 5px 33px;
    box-sizing: border-box;
    width: 290px;
    float: left;
}

.webq_bottom_r3 {
    float: left;
}

.webq_bottom_r3_1 {
    width: 100px;
    float: left;
    height: 37px;
    line-height: 37px;
    padding: 0 6px 0 33px;
    box-sizing: border-box;
}

.webq_bottom_rml {
    margin-left: 10px;
}


.webq_bottom_r4 {
    height: 37px;
    width: 290px;
    background: #068d48;
    margin-top: 20px;
}

.webq_bd_1 {
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    line-height: 33px;
    color: #777;
}

.webq_bd_2 {
    width: 100%;
    height: 37px;
    line-height: 37px;
    border: 0;
    background: none;
    color: #777;
    display: block;
}

.webq_yan {
    margin-top: 10px;
    float: left;
    height: 37px;
}

.webq_yan input {
    width: 190px;
    height: 37px;
    box-sizing: border-box;
    padding-left: 33px;
    font-size: 14px;
    color: #777;
    float: left;
    background: url(../images/ly_d4.png) no-repeat 10px center #fff;
}

.webq_yan .web_yanimg {
    width: 90px;
    height: 36px;
    overflow: hidden;
    float: left;
    margin: 0 0 0 9px;
}

.webq_yan .web_yanimg img {
    display: block;
    width: 100%;
    height: 100%;
}

.webq_bd_go {
    margin: 0;
    border: 0;
    width: 100%;
    background: none;
    cursor: pointer;
    color: #fff;
    line-height: 37px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
}


.webq_bottom_r input::-webkit-input-placeholder {
    color: #777;
}

.webq_bottom_r input::-moz-placeholder {
    color: #777;
}

.webq_bottom_r input:-moz-placeholder {
    color: #777;
}

.webq_bottom_r input:-ms-input-placeholder {
    color: #777;
}

.webq_bottom_r textarea::-webkit-input-placeholder {
    color: #777;
}

.webq_bottom_r textarea::-moz-placeholder {
    color: #777;
}

.webq_bottom_r textarea:-moz-placeholder {
    color: #777;
}

.webq_bottom_r textarea:-ms-input-placeholder {
    color: #777;
}

.new-er{
    margin-top: 20px;
}

.new-er li{
    float: left;
}
.new-er li:nth-child(2){
    margin-right: 10px;
}
.new-er li img{
    display: block;
    box-sizing: border-box;
    padding: 12px;
    background: url("../images/new-kk.png") no-repeat center;
    width: 115px;
    height: 115px;
}

.new-er li p{
    width: 53px;
    height: 115px;
    background-color: #068d48;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    padding: 8px 12px;
    text-align: center;
}


.new-title{
    width: 100%;
    line-height: 1;
    margin-bottom: 33px;
}
.new-title b{
    display: block;
    font-size: 20px;
    color: #444444;
}

.new-title a{
    display: inline-block;
    font-size: 16px;
    color: #333333;
}

.new-title a:hover{
    color: #068d48;
    transform: translateY(-3px);
}


/*link-box*/
.link-box{
    margin: 40px 0 50px;
    height: 56px;
    overflow: hidden;
}
.link-box h6 i{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 1;
}
.link-box h6 b{
    display: block;
    font-size: 34px;
    color: #333;
    line-height: 1;
    margin-top: 8px;
}
.link-a{
    width:1050px;
    margin-top: -5px;
}
.link-a a{
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding:0 17px;
    line-height: 30px;
    transition: .5s;
}

.link-a a:hover{
    color: #068d48;
    transform: translateY(-3px);
}































































