@charset "utf-8";

/* CSS Document */


/*common*/

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.bg {
    background: #FFF;
}


/**/

.fullSlide {
    width: 100%;
    position: relative;
    height: 750px;
    -webkit-transition: left .5s, right .5s;
    /* transition: left .5s, right .5s; */
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 800px;
    overflow: hidden;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat
}

.fullSlide .bd li a {
    display: block;
    height: 800px;
}

.fullSlide .bd li a img {
    width: 100%;
    height: 100%;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 19px;
    height: 16px;
    margin: 0 5px;
    overflow: hidden;
    background: url(../images/ban_ico01.png) no-repeat;
    line-height: 999px;
    background-repeat: no-repeat;
}

.fullSlide .hd ul .on {
    background: url(../images/ban_ico02.png) no-repeat;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    width: 80px;
    height: 80px;
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
    display: none;
    background: url(../images/ibanner_btn.png);
}

.fullSlide .prev {
    left: 50%;
    margin-left: -646px;
    background-position: 0 0;
}

.fullSlide .next {
    left: auto;
    right: 50%;
    margin-right: -646px;
    background-position: -80px 0;
}

.fullSlide .prev:hover {
    background-position: 0 -80px;
}

.fullSlide .next:hover {
    background-position: -80px -80px;
}


/**/


/*正文开始*/


/**/

.guany {
    width: 1198px;
    height: 290px;
    border: #d4d4d4 1px solid;
    margin: 45px auto;
    font-size: 0;
}

.guany dl {
    display: inline-block;
    padding: 30px 30px 0;
    width: 1138px;
}

.guany dl dt {
    width: 465px;
    height: 224px;
    float: left;
    overflow: hidden;
}

.guany dl dt img,
.pin_m dl dt img {
    width: 463px;
    height: 221px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
}

.guany dl dt:hover img,
.pin_m dl dt:hover img {
    transform: rotateY(180deg);
}

.guany dl dd {
    width: 620px;
    padding: 15px 0 0 20px;
    float: left;
}

.guany dl dd h5 {
    font-size: 28px;
    color: #333;
    font-weight: normal;
}

.guany dl dd h5 i {
    color: #e77616;
}

.guany dl dd h5 em {
    display: block;
    font-size: 22px;
    color: #666;
    padding: 8px 0 0;
}

.guany dl dd p {
    display: inline-block;
    width: 620px;
    padding: 15px 0 0;
    height: 25px;
    line-height: 25px;
}

.guany dl dd p em {
    font-size: 16px;
    color: #333;
    display: block;
    float: left;
    width: 124px;
}

.guany dl dd p em img {
    vertical-align: middle;
    padding: 0 8px 0 0;
}

.guany dl dd span {
    display: block;
    font-size: 24px;
    color: #e77616;
    padding: 30px 0 0;
}


/**/

.pin_bg {
    background: #e7e7e7;
    font-size: 0;
    border-top: #dfdfdf 1px solid;
    border-bottom: #dfdfdf 1px solid;
    padding: 0 0 70px;
}

.pin h2 {
    text-align: center;
    height: 116px;
    line-height: 130px;
    overflow: hidden;
}

.pin h2 a {
    font-size: 30px;
    color: #e77616;
    font-weight: normal;
}

.pin_m {
    width: 1198px;
    height: 308px;
    background: #fff;
    border: #d3d3d3 1px solid;
}

.pin_m dl {
    width: 360px;
    float: left;
    padding: 40px 0 0 39px;
    overflow: hidden;
}

.pin_m dl dt {
    width: 300px;
    height: 150px;
    padding: 10px 0 0;
}

.pin_m dl dt img {
    width: 300px;
    height: 150px;
}

.pin_m dl dd {
    width: 350px;
}

.pin_m dl dd h5 {
    font-size: 20px;
    color: #e77616;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.pin_m dl dd p {
    font-size: 16px;
    color: #666;
    padding: 10px 0 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}


/*产品中心*/

.pro {
    /* padding: 60px 0 36px; */
    font-size: 0;
    position: relative;
}

.pro_l {
    width: 230px;
    border: #afafaf 1px solid;
}

.pro_lt {
    /* background: #1f9546 url(../images/cp_ltbg.gif) no-repeat; */
    width: 230px;
    height: 90px;
    overflow: hidden;
    font-weight: normal;
    background: #1f9546;
    line-height: 48px;
}

.pro_lt a {
    font-size: 24px;
    color: #fff;
    display: block;
    /* padding: 23px 0 0 80px; */
    text-align: center;
}

.pro_lt i {
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    /* padding: 5px 0 0 44px; */
    /* margin-bottom: -12px; */
    text-align: center;
}

.pro_l h3 {
    height: 56px;
    width: 230px;
    overflow: hidden;
    font-weight: normal;
    margin: 2px 0 0;
    background: #333 url(../images/cp_ico01.gif) no-repeat 48px 28px;
}

.pro_l h3 a {
    font-size: 18px;
    color: #fff;
    padding: 0 0 0 75px;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
}

.pro_l h3:hover,
.pro_l h3.cur {
    background: #1f9546 url(../images/cp_ico01.gif) no-repeat 48px 28px;
    color: #fff;
    text-decoration: none;
}

.pro_l ul li {
    height: 44px;
    line-height: 44px;
    border-bottom: #e9e9e9 1px solid;
    width: 230px;
    background: url(../images/cp_ico02.gif) no-repeat 60px 20px;
    overflow: hidden;
}

.pro_l ul li a {
    font-size: 16px;
    color: #666;
    padding: 0 0 0 80px;
}

.pro_l ul li a:hover {
    color: #e77616;
    text-decoration: none;
}

.pro_l .nobor {
    background: none;
    border: none;
}

.pro_r {
    width: 952px;
}

.pro_r ul li {
    float: left;
    margin: 0 0 22px 12px;
    display: inline;
    width: 226px;
    position: relative;
}

.pro_r ul li a {
    display: block;
    width: 224px;
    height: 335px;
    border: #d5d5d5 1px solid;
    font-size: 16px;
    color: #666;
}

.pro_r ul li a:hover {
    border: #1f9546 1px solid;
    color: #1f9546;
    text-decoration: none;
}

.pro_r ul li img {
    width: 224px;
    height: 224px;
}

.pro_r ul li span {
    width: 100%;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    background: #1f9546;		color:#000;
}


/**/

.four_bg {
    background: url(../images/four_bg.jpg) no-repeat center 0;
    height: 633px;
    font-size: 0;
}

.four h2 {
    text-align: center;
    height: 130px;
    line-height: 130px;
    font-weight: normal;
}

.four h2 a {
    font-size: 32px;
    color: #fff;
}

.four_l {
    width: 300px;
    padding: 35px 0 0;
}

.four_l p {
    height: 190px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    background: url(../images/four_ico01.png) no-repeat 0 5px;
    padding: 0 0 0 40px;
}

.four_l i {
    display: block;
    font-size: 24px;
    padding: 0 0 5px;
}

.four_c {
    padding: 0 0 0 80px;
}

.four_c img {
    width: 445px;
    height: 445px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
}

.four_c:hover img {
    transform: rotateY(180deg);
}


/*广告条*/

.ban01 {
    width: 1200px;
    height: 286px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.ban01 img {
    width: 1200px;
    height: 286px;
}

.ban01 em {
    display: block;
    position: absolute;
    top: 177px;
    left: 42px;
}

.ban01 em img,
.ban02 em img {
    width: 130px;
    height: 32px;
}

.ban01 em a,
.ban02 em a {
    display: block;
}

.ban01 em a:hover,
.ban02 em a:hover {
    animation: shake .5s linear;
    -webkit-animation: shake .5s linear;
}

.ban01 p {
    font-size: 12px;
    color: #333;
    position: absolute;
    top: 175px;
    left: 185px;
}

.ban01 p i {
    font-size: 20px;
    color: #e77616;
    display: block;
}


/*优势*/

.ys_tbg {
    background: url(../images/ys_tbg.jpg) no-repeat center 0;
    height: 180px;
    overflow: hidden;
}

.ys01 {
    background: url(../images/ys_bg01.jpg) no-repeat center 0;
    height: 415px;
    overflow: hidden;
}

.ys02 {
    background: url(../images/ys_bg02.jpg) no-repeat center 0;
    height: 421px;
    overflow: hidden;
}

.ys_tbg h2 {
    padding: 50px 0 0;
    text-align: center;
}

.ys dl {
    width: 580px;
}

.ys dl dt {
    font-size: 34px;
    color: #555;
    background: url(../images/ys_ico01.gif) no-repeat 0 5px;
    padding: 0 0 0 22px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.ys dl dd {
    padding: 20px 0 0;
}

.ys dl dd p {
    font-size: 18px;
    color: #333;
    line-height: 40px;
    background: url(../images/ys_ico02.gif) no-repeat 0 20px;
    padding: 0 0 0 20px;
}

.ys dl dd p b {
    color: #e77616;
}

.ys01 .ys dl {
    padding: 15px 0 0;
}

.ys02 .ys dl {
    padding: 60px 0 0 605px;
}


/*广告条*/

.ban02 {
    background: url(../images/ban02.jpg) no-repeat center 0;
    height: 153px;
    overflow: hidden;
}

.ban02 .ban_a {
    display: block;
    width: 1200px;
    height: 153px;
    position: absolute;
    top: 0;
    left: 0;
}

.ban02 em {
    display: block;
    position: absolute;
    top: 90px;
    left: 6px;
}


/**/

.hz {
    font-size: 0;
    padding: 0 0 55px;
}

.hz h2 {
    height: 120px;
    line-height: 140px;
    text-align: center;
}

.hz h2 a {
    font-size: 30px;
    color: #e77616;
    font-weight: normal;
}

.hz_l {
    position: absolute;
    top: 305px;
    left: -70px;
}

.hz_r {
    position: absolute;
    top: 305px;
    right: -70px;
}

.hz_l img,
.hz_r img {
    width: 58px;
    height: 58px;
}

.hz_m {
    border: #d6d6d6 1px solid;
    box-shadow: 2px 3px 4px #d6d6d6;
    width: 1198px;
    height: 458px;
    border-radius: 3px;
    -webkit- border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.hz_m dl {
    width: 260px;
    float: left;
    padding: 30px 19px 0;
    background: url(../images/hz_line.gif) no-repeat right 95px;
}

.hz_m dl dt {
    width: 192px;
    height: 192px;
    margin: 0 auto;
}

.hz_m dl dt img {
    width: 192px;
    height: 192px;
    display: block;
    transition: all 0.5s ease-in-out 0s;
}

.hz_m dl dt:hover img {
    transform: rotateY(360deg);
}

.hz_m dl dd {
    width: 260px;
}

.hz_m dl dd h5 {
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    border-bottom: #666 1px solid;
    margin: 0 auto;
    font-weight: normal;
}

.hz_m dl dd h5 a {
    font-size: 16px;
    color: #666;
}

.hz_m dl dd h5 a:hover {
    color: #e77616;
    text-decoration: none;
}

.hz_m dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    padding: 15px 0 0;
}

.hz_m dl dd span {
    display: block;
    width: 110px;
    margin: 0 auto;
    padding: 20px 0 0;
}

.hz_m dl dd span a {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 110px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #e77616;
    text-decoration: none;
    border-radius: 5px;
    -webkit- border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.hz_m dl dd span a:hover {
    animation: shake .5s linear;
    -webkit-animation: shake .5s linear;
}

.hz_m .nobor {
    background: none;
}


/*热点新闻*/

.news_bg {
    background: url(../images/news_bg.jpg) no-repeat center 0;
    font-size: 0;
    height: 633px;
    overflow: hidden;
}

.news_bg h2 {
    height: 110px;
    line-height: 120px;
    text-align: center;
    overflow: hidden;
    font-weight: normal;
}

.news_bg h2 a {
    font-size: 30px;
    color: #1f9546;
}

.news {
    width: 560px;
}

.news_t {
    height: 55px;
    line-height: 55px;
    overflow: hidden;
}

.news_t a {
    font-size: 24px;
    color: #555;
}

.news_t a:hover,
.news dd h3 a:hover,
.wd dt a:hover {
    color: #1f956d;
    text-decoration: none;
}

.news_t span {
    float: right;
}

.news_t span a {
    font-size: 14px;
    color: #555;
    text-transform: uppercase;
}

.news dl {
    width: 560px;
    height: 85px;
    padding: 28px 0;
    display: inline-block;
    overflow: hidden;
    border-bottom: #b6b6b6 1px dashed;
}

.news dt {
    width: 130px;
    float: left;
    font-size: 18px;
    color: #555;
    padding: 5px 0 0;
}

.news dt b {
    display: block;
    font-size: 26px;
    padding: 0 0 3px;
}

.news dd {
    float: left;
    overflow: hidden;
    width: 430px;
}

.news dd h3 {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.news dd h3 a {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.news dd p {
    font-size: 14px;
    color: #333;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    padding: 8px 0 0;
}

.news .nobor {
    border: none;
}


/*胶粘剂百科*/

.wd {
    width: 566px;
}

.wd p {
    width: 566px;
    padding: 15px 0 20px;
}

.wd p img {
    width: 560px;
    height: 156px;
    border: #fff 3px solid;
}

.wd dl {
    width: 566px;
    height: 90px;
    padding: 20px 0 0;
}

.wd dt {
    background: url(../images/wen.jpg) no-repeat;
    padding-left: 35px;
    height: 25px;
    line-height: 18px;
    overflow: hidden;
}

.wd dt a {
    font-size: 18px;
    color: #333;
}

.wd dd {
    font-size: 14px;
    color: #333;
    background: url(../images/da.gif) no-repeat 0 5px;
    padding-left: 35px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}


/*关于沃尔森*/

.about {
    font-size: 0;
    padding: 0 0 25px;
}

.about h2 {
    height: 110px;
    text-align: center;
    line-height: 120px;
}

.about h2 a {
    font-size: 30px;
    color: #1f9546;
    font-weight: normal;
}

.about dl {
    width: 1200px;
    display: inline-block;
    overflow: hidden;
}

.about dl dt {
    background: url(../images/ab_k.gif) no-repeat;
    width: 577px;
    height: 387px;
    padding: 11px 10px;
    float: left;
}

.about dl dt img {
    width: 577px;
    height: 387px;
}

.about dl dd {
    width: 560px;
    float: left;
    padding: 10px 0 0 25px;
}

.about dl dd h5 {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background: url(../images/ab_line.gif) no-repeat 0 58px;
}

.about dl dd h5 a {
    font-size: 18px;
    color: #666;
    font-weight: normal;
}

.about dl dd h5 a:hover {
    color: #e77616;
    text-decoration: none;
}

.about dl dd p {
    font-size: 16px;
    color: #666;
    height: 112px;
    line-height: 28px;
    padding: 15px 0 0;
    text-indent: 2em;
    overflow: hidden;
}

.about dl dd span {
    display: block;
    padding: 10px 0 0;
    font-size: 18px;
    color: #666;
    line-height: 30px;
}

.ab_m {
    top: 430px;
    right: 65px;
    width: 510px;
}

.ab_m b {
    display: block;
    width: 17px;
}

.ab_m b img {
    width: 17px;
    height: 17px;
}

.ab_c {
    width: 476px;
    background: url(../images/ab_line02.gif) repeat-x 0 8px;
    height: 90px;
    position: relative;
}

.ab_c span {
    display: block;
    width: 45px;
    height: 50px;
    padding: 0 25px;
    float: left;
}

.ab_c span a {
    font-size: 16px;
    color: #666;
    background: url(../images/ab_ico01.gif) no-repeat center 0;
    display: block;
    width: 45px;
    height: 50px;
    line-height: 80px;
    text-align: center;
}

.ab_c span a:hover {
    color: #e77616;
    font-weight: bold;
    text-decoration: none;
    background: url(../images/ab_ico02.gif) no-repeat center 0;
}

.ab_c span em {
    display: none;
    font-size: 14px;
    color: #666;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 510px;
    text-align: center;
}


/*荣誉资质*/

.honor {
    font-size: 0;
    padding: 0 0 40px;
}

.honot_t {
    background: url(../images/honor_line.gif) no-repeat 0 28px;
    height: 60px;
    padding: 0 0 0 455px;
    width: 745px;
}

.honot_t ul li {
    width: 145px;
    float: left;
    text-align: center;
    height: 60px;
    line-height: 50px;
}

.honot_t ul li a {
    font-size: 24px;
    color: #666;
}

.honot_t ul li.on a,
.honot_t ul li a:hover {
    color: #e77616;
    text-decoration: none;
}

.honor_m {
    padding: 10px 0 0;
}

.rongy_l {
    padding: 115px 0 0 30px;
}

.rongy_r {
    padding: 115px 30px 0 0;
}

.rongy_l img,
.rongy_r img {
    width: 30px;
    height: 54px;
}

.rongy_l a,
.rongy_r a {
    display: block;
}

.rongy_l a:hover,
.rongy_r a:hover {
    animation: shake .5s linear;
    -webkit-animation: shake .5s linear;
}

.rongy_c {}

.rongy_c ul li {
    width: 222px;
    float: left;
    padding: 0 0 0 38px;
}

.rongy_c ul li img {
    width: 220px;
    height: 294px;
}

.rongy_c ul li a {
    border: #dcdcdc 1px solid;
    width: 220px;
    height: 294px;
    display: block;
}

.rongy_c ul li a:hover {
    border: #e77616 1px solid;
}

.fengc ul li {
    width: 284px;
    float: left;
    padding: 0 8px;
    overflow: hidden;
}

.fengc ul li em {
    width: 284px;
    height: 214px;
    display: block;
    position: relative;
    overflow: hidden;
}

.fengc ul li img {
    width: 284px;
    height: 214px;
}

.fengc ul li em b {
    display: block;
    width: 30px;
    height: 32px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.fengc ul li em b img {
    width: 30px;
    height: 32px;
}

.fengc ul li span {
    width: 284px;
    display: block;
    text-align: center;
    height: 25px;
    line-height: 25px;
    padding: 10px 0 0;
    overflow: hidden;
}

.fengc ul li span a {
    font-size: 14px;
    color: #666;
}


/*links*/

.link_bg {
    border-top: #e5e5e5 2px solid;
    padding: 20px 0;
    font-size: 0;
}

.link_l {
    padding: 5px 0 0;
    width: 150px;
}

.link_l a {
    font-size: 18px;
    color: #e77616;
    font-weight: bold;
}

.link_l span {
    display: block;
    padding: 5px 0 0;
}

.link_l span a {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.lk_c {
    width: 1050px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
}

.lk_c a {
    padding: 0 18px;
    display: inline-block;
    font-size: 14px;
    color: #666;
}


/**/

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
    }
    20%,
    60% {
        -webkit-transform: translate3d(-10px, 0, 0);
    }
    40%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        transform: translate3d(0, 0, 0);
    }
    20%,
    60% {
        transform: translate3d(-10px, 0, 0);
    }
    40%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}


/* 问题样式 */

.problem {
    padding-top: 16px;
    overflow: hidden;
    background: #eaeaea;
}

.problem-list {
    margin: 0 auto 50px;
    width: 1200px;
    overflow: hidden;
}

.problem-list .item {
    float: left;
    margin-left: 36px;
    width: 199px;
    background: url(../images/problem_line.png) no-repeat right 26px;
}

.problem-list .item img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0px -1px 3px #000;
}

.problem-list .item img:hover {
    transition: 0.5s;
    width: 98%;
}

.problem-list .item p {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.problem-list .item:nth-child(1) {
    animation: fadeinR 0.5s ease-out backwards;
}

.problem-list .item:nth-child(2) {
    animation: fadeinR 1s ease-out backwards;
}

.problem-list .item:nth-child(3) {
    animation: fadeinR 1.5s ease-out backwards;
}

.problem-list .item:nth-child(4) {
    animation: fadeinR 2s ease-out backwards;
}

.problem-list .item:nth-child(5) {
    animation: fadeinR 2.5s ease-out backwards;
}

.problem-list .item:last-child {
    background: none
}

.problem-ad {
    padding: 27px 0;
    height: 45px;
    overflow: hidden;
    border-top: #eee solid 1px;
}

.problem-ad a {
    display: block;
    float: right;
    width: 130px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #db211e;
    background-image: linear-gradient(to right, #59a134, #169348);
}

.problem-ad .text {
    font-size: 24px;
    color: #333;
}

.problem-ad .text span {
    font-size: 36px;
    color: #4a9426;
}

.wrap-title {
    padding-bottom: 0px;
    text-align: center;
    line-height: 1.4;
    overflow: hidden;
    animation: bounceinT 1s ease-out backwards;
}

.wrap-title span {
    font-size: 24px;
    color: #333;
}

.wrap-title h3 {
    font-size: 36px;
    font-weight: normal;
    color: #333;
}

.wrap-title h3 a {
    color: #333;
}

.wrap-title h3 b {
    background-image: -webkit-gradient(linear, 0 0, right 0, from(#e31f18), to(#3e4d8e));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wrap-title p {
    font-size: 16px;
    color: #999;
}

.wrap-title i {
    display: block;
    margin: 20px auto;
    width: 100px;
    height: 1px;
    background: url(../images/title_line.png) no-repeat;
}

.wrap-title.white * {
    color: #fff;
}

.wrap-title.white i {
    background: #fff;
}

.wrapper {
    margin: 0 auto;
    width: 1200px;
}


/* 公司简介 */

.abt-inner {
    overflow: hidden;
}

.abt-inner .pic {
    float: left;
    width: 600px;
    height: 350px;
    overflow: hidden;
}

.abt-inner .pic img {
    display: block;
    width: 600px;
    height: 350px;
    transition: all 1s;
}

.abt-inner .pic a:hover img {
    transform: scale(1.1);
}

.abt-inner .text {
    float: right;
    width: 565px;
    height: 363px;
    color: #020202;
    overflow: hidden;
}

.abt-inner .text h3 {
    margin-top: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
}

.abt-inner .text h3 a {
    color: #000;
}

.abt-inner .text h3 a:hover {
    color: #1f9546;
}

.abt-inner .text em {
    font-size: 14px;
    color: #ddd;
    font-family: Arial;
}

.abt-inner .text p {
    margin: 13px 0;
    font-size: 16px;
    line-height: 30px;
    height: 234px;
    overflow: hidden;
    text-indent: 34px;
}

.abt-inner .text p a {
    color: #000;
}

.abt-inner .text .read {
    display: block;
    width: 67px;
    height: 36px;
    border: #080808 solid 1px;
    background: url(../images/read.png) no-repeat center;
    float: right;
}

.abt-inner .text .read:hover {
    border-color: #1f956f;
    background-color: #1f956f;
}


/* 页脚样式 */

.footer {
    background: #333;
    width: 100%;
}

.flinks {
    position: relative;
    height: 90px;
    border-bottom: #666 solid 1px;
}

.flinks dl {
    padding-top: 36px;
    width: 1080px;
    height: 40px;
    color: #999;
    overflow: hidden;
}

.flinks dt {
    float: left;
    padding: 0 20px;
    border-right: #666 solid 1px;
    line-height: 1;
}

.flinks dt span {
    display: block;
    font-size: 14px;
}

.flinks dt strong {
    display: block;
    font-size: 24px;
    font-family: Arial;
    text-transform: uppercase;
}

.flinks dd {
    padding-left: 15px;
    line-height: 40px;
    overflow: hidden;
}

.flinks dd a {
    display: inline-block;
    margin: 0 15px;
    font-size: 14px;
    color: #999;
}

.flinks dd a:hover {
    color: #fff;
}

.flinks .addlink {
    position: absolute;
    right: 0;
    top: -1px;
    width: 112px;
    height: 91px;
    background: #3e4d8e;
    border-bottom: #7c9aff solid 1px;
}

.flinks .addlink a {
    display: block;
    text-align: center;
    margin-top: 42px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.ft-inner {
    padding: 40px 0;
    overflow: hidden;
    border-bottom: #666 solid 1px;
}

.ft-menu {
    float: left;
    width: 500px;
}

.ft-menu dl {
    float: left;
    width: 33.33%;
}

.ft-menu dt {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.ft-menu dt a {
    color: #f1f1f1;
}

.ft-menu dd {
    padding-top: 8px;
}

.ft-menu dd a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #f1f1f1;
}

.ft-menu a:hover {
    color: #1f9546;
}

.ft-info {
    float: left;
    padding-top: 8px;
    width: 300px;
}

.ft-info dl {
    padding-left: 28px;
}

.ft-info dt {
    font-size: 18px;
    color: #fff;
    height: 25px;
    line-height: 25px;
}

.ft-info dd em {
    font-size: 30px;
    font-family: "DIN Medium";
    color: #ffffff;
}

.ft-info dd p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}

.ft-info .tel {
    margin-bottom: 25px;
    background: url(../images/ft_tel.png) no-repeat 0 3px;
}

.ft-info .address {
    background: url(../images/ft_address.png) no-repeat 0 3px;
}

.ft-QRcode {
    float: right;
    width: 150px;
}

.ft-QRcode img {
    display: block;
    margin: 0 auto;
    width: 126px;
    height: 126px;
}

.ft-QRcode p {
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.copyright {
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    overflow: hidden;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #e5322d;
}


/* 那根香肠的css */

.pro-ad {
    position: absolute;
    z-index: 333;
    left: 50%;
    bottom: 324px;
    margin-left: -960px;
    /* width: 1920px; */
    height: 300px;
}

.pro-ad img {
    display: block;
    margin-left: 300px;		margin-top:305px;		width:230px;
}

.h_dw span img {
    width: 11%;
    height: 100%;
    margin: 0 35px;
}

.pro_r ul li span:nth-child(3) {
    height: 70px;
    background: #fff;
    line-height: 21px;
    text-align: left;
    font-size: 14px;
}


/* 工程案例css */

.hz {
    font-size: 0;
    padding: 0 0 55px;
}

.content {
    width: 1200px;
    margin: 40px auto;
}

.pr {
    position: relative;
}

.hz h2 {
    height: 120px;
    line-height: 140px;
    text-align: center;
}

.hz h2 a {
    font-size: 30px;
    color: #1f9546;
    font-weight: normal;
}

.hz_l {
    position: absolute;
    top: 257px;
    left: -70px;
}

.hz_r {
    position: absolute;
    top: 257px;
    right: -70px;
}

.hz_l img,
.hz_r img {
    width: 58px;
    height: 58px;
}

.hz_m {
    border: #d6d6d6 1px solid;
    box-shadow: 2px 3px 4px #d6d6d6;
    width: 1198px;
    height: 358px;
    border-radius: 3px;
    -webkit- border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.hz_m dl {
    width: 260px;
    float: left;
    padding: 30px 19px 0;
    background: url(../images/hz_line.gif) no-repeat right 95px;
}

.hz_m dl dt {
    width: 192px;
    height: 192px;
    margin: 0 auto;
}

.hz_m dl dt img {
    width: 192px;
    height: 192px;
    display: block;
    transition: all 0.5s ease-in-out 0s;
}

.hz_m dl dt:hover img {
    transform: rotateY(360deg);
}

.hz_m dl dd {
    width: 260px;
}

.hz_m dl dd h5 {
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    border-bottom: #666 1px solid;
    margin: 0 auto;
    font-weight: normal;
}

.hz_m dl dd h5 a {
    font-size: 16px;
    color: #666;
}

.hz_m dl dd h5 a:hover {
    color: #1f956f;
    text-decoration: none;
}

.hz_m dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    padding: 15px 0 0;
}

.hz_m dl dd span {
    display: block;
    width: 110px;
    margin: 0 auto;
    padding: 20px 0 0;
}

.hz_m dl dd span a {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 110px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #1f956f;
    text-decoration: none;
    border-radius: 5px;
    -webkit- border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.hz_m dl dd span a:hover {
    animation: shake .5s linear;
    -webkit-animation: shake .5s linear;
}

.hz_m .nobor {
    background: none;
}


/* 新闻中心 */

.right,
.rightl {
    width: 910px;
    float: right;
    display: inline;
    overflow: hidden;
}

.content {
    /* margin-bottom: 0; */
}

.header,
.content,
.footer {
    /* width: 1200px; */
    /* margin: 0 auto; */
}

.right_main {
    width: 910px;
    overflow: hidden;
    border: solid 0 #d5d5d5;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 15px;
}

.plc,
.plc2 {
    /* background: url(../images/logo_03_1.png) no-repeat 2px 6px; */
    /* height: 32px; */
    /* line-height: 32px; */
    /* padding: 7px 8px 8px 42px; */
    /* position: relative; */
    /* color: #666; */
    /* overflow: hidden; */
    /* font-size: 16px; */
    /* border-bottom: 1px solid #ececec; */
    /* padding-bottom: 8px; */
    /* font-family: "Microsoft Yahei", "微软雅黑"; */
}

.plc .red_x,
.plc2 .red_x,
.plc span {
    color: #1f9546;
    font-weight: bold;
    font-size: 16px;
}

.plc span {}

.red_x {
    color: #e77616;
    display: inline;
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

div.News_2 {
    padding-top: 10px;
}

.inf_lc {
    clear: both;
    padding: 0px 0 0;
}

.inf_lc li {
    /* padding: 24px 20px 24px 0; */
    /* overflow: hidden; */
    /* margin: 0 0 0px; */
    /* border-bottom: 1px solid #ddd; */
}

.inf_lc li h4 {
    padding: 0;
    text-align: center;
    float: left;
    width: 108px;
    overflow: hidden;
    height: 100px;
    color: #fff;
    background-color: #1f9546;
    margin-right: 20px;
}

h4 {
    font-size: 14px;
}

.inf_lc li h4 b {
    display: block;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 20px;
    font-weight: normal;
}

.inf_lc li h4 span {
    width: 108px;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.inf_lc li p {
    padding: 4px 0 12px 0;
    line-height: 28px;
    width: 748px;
    overflow: hidden;
    font-size: 14px;
    float: left;
    color: #666;
}

p {
    word-spacing: -1.5px;
}

.inf_lc li {
    padding: 24px 17px 16px 0;
    overflow: hidden;
    margin: 0 0 0px;
    border-bottom: 1px solid #ddd;
}

.left,
.leftr {
    width: 260px;
    float: left;
    overflow: hidden;
}

.leib2,
.leib {
    width: 258px;
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
}

.leib2 .tit,
.leib .tit {
    color: #fff;
    background: #E77616;
    font-size: 24px;
    height: 54px;
    line-height: 38px;
    padding: 18px 0;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
}

.leib2 .tit i,
.leib .tit i {
    color: #fff;
    display: block;
    font: 12px Arial;
    text-align: center;
    line-height: 18px;
    text-transform: uppercase;
}

.leib2 .nr {
    margin-top: 2px;
}

.leib2 .nr h3:hover,
.leib2 .nr h3.cur {
    background: #e77616 url(../images/cp_ico01_1.gif) no-repeat 48px 28px;
    color: #fff;
}

h3:hover a,
.leib2 .nr h3.cur a {
    color: #fff;
    text-decoration: none;
}

.leib2 .nr ul li {
    height: 44px;
    line-height: 44px;
    border-bottom: #e9e9e9 1px solid;
    background: url(../images/cp_ico02_1.gif) no-repeat 60px 20px;
}

.leib2 .nr h3:hover,
.leib2 .nr h3.cur {
    background: #e77616 url(../images/cp_ico01_1.gif) no-repeat 48px 28px;
    color: #fff;
}

.leib2 .nr h3 {
    line-height: 56px;
    text-indent: 0px;
    font-family: "Microsoft Yahei";
    background: #333 url(../images/cp_ico01_1.gif) no-repeat 48px 28px;
    height: 56px;
    font-weight: normal;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}


/* 分页样式 */

.apage {
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
}

.apage a {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    color: #7b7b7b;
    font-size: 14px;
    width: 23px;
    height: 24px;
    line-height: 24px;
    background: #f1f1f1;
}

.apage .num_btns {
    float: right;
    font-family: Tahoma;
}

.apage a:hover,
.apage .cur {
    background-color: #1f9546;
    color: #fff;
    text-decoration: none;
}

.apage .cust_txt {
    display: none;
    float: left;
}

.apage .oran_pg_fp {
    width: 62px;
}

.apage .oran_pg_pp {
    width: 62px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
}

.apage .oran_pg_np {
    width: 62px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
}

.apage .oran_pg_lp {
    width: 62px;
}

.apage select {
    font-size: 8px;
    margin-top: 5px;
}

.apage .oran_pg_txt {
    height: 15px;
    border: solid 1px #d4e3e9;
    width: 20px;
    margin-left: 5px;
}

.apage .oran_pg_btn {
    height: 15px;
    border: solid 1px #d4e3e9;
    margin-left: 5px;
    font-size: 9px;
    background: #E77616;
    color: #fff;
}


/* -- 翻页效果2 -- */

.apage2 {
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    text-align: center;
    margin: 30px 0 10px;
}

.apage2 a {
    border: 1px solid #6A9C00;
    color: #6A9C00;
    padding: 0 3px;
    margin-right: 8px;
    line-height: 24px;
    display: inline-block;
    width: 20px;
}

.apage2 .num_btns {
    float: right;
    font-family: Tahoma;
}

.apage2 a:hover,
.apage2 .cur {
    border: 1px solid #D5D5D5;
    background-color: #6E9615;
    color: #fff;
    text-decoration: none;
}

.apage2 .cust_txt {
    float: left;
}

.apage2 .oran_pg_fp {
    width: auto;
    padding: 0 10px;
}

.apage2 .oran_pg_pp {
    width: auto;
    padding: 0 10px;
}

.apage2 .oran_pg_np {
    width: auto;
    padding: 0 10px;
    background: #6E9615;
    color: #fff;
}

.apage2 .oran_pg_lp {
    width: auto;
    padding: 0 10px;
    display: none;
}

.apage2 select {
    font-size: 8px;
    margin-top: 5px;
}

.apage2 .oran_pg_txt {
    height: 15px;
    border: solid 1px #d4e3e9;
    width: 20px;
    margin-left: 5px;
}

.apage2 .oran_pg_btn {
    height: 15px;
    border: solid 1px #d4e3e9;
    margin-left: 5px;
    font-size: 9px;
    background: #E77616;
    color: #fff;
}


/* 新闻详情页面 */

.n_info_con {
    width: 100%;
    padding: 0px 0px 0 0px;
    font-size: 14px;
}

.n_info_con strong {
    font-weight: bold;
}

.n_info_con h1 {
    padding-top: 16px;
    color: #1f9546;
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    font: 24px/63px "Microsoft Yahei";
}

.n_info_con2 {
    margin: 0 auto;
    border: 1px solid #D6D6D6;
}

.n_info_con h3 {
    text-align: center;
    color: #000;
    font-family: "Microsoft YaHei";
    margin-bottom: 10px;
    font-size: 24px;
    border-bottom: 1px dashed #CCCCCC;
}


/*资讯详细页面，内容标题*/

.info_con_tit {
    font-family: "Microsoft YaHei";
    line-height: 24px;
    margin-bottom: 15px;
}

.info_con_tit span {
    margin-right: 20px;
}

.info_con_tit .m_qrinfo {
    position: relative;
}

.m_qrcode {
    display: none;
    position: absolute;
    left: 0px;
    top: 20px;
    background: #fff;
    border: 1px dashed #f1f1f1;
}

.m_qrcode em {
    line-height: 24px;
    color: red;
    display: block;
    text-align: center;
}

.info_con_tit .n_tit {
    text-align: left;
    color: #666;
    border-bottom: 1px dashed #999;
    height: 44px;
    line-height: 44px;
}

.info_con_tit .n_tit .m_qrinfo a {
    background: url(../images/tel0.gif) no-repeat left top;
    height: 45px;
    display: inline-block;
    font-size: 0px;
    width: 24px;
}

.info_con_tit .n_tit .m_qrinfo a:hover {
    background: url(../images/tel1.gif) no-repeat left top;
}

.info_con_tit .n_tit a {
    color: #BCBBBB;
}

.info_con_tit .n_tit span .cur {
    color: #000;
}

.info_con_tit .n_tit2 {
    height: 24px;
}

.n_info_con .tit2_span {
    float: right;
    margin: 0;
    _margin-top: 5px;
}

#cntrBody {
    padding-top: 12px;
}

.n_info_con p {
    line-height: 28px;
    margin: 15px 0;
}

.n_info_con p a {
    color: #ED1B24;
    font-weight: bold;
}

.n_info_con .apage {
    text-align: center;
    margin-bottom: 10px;
}


/*资讯详细页面，翻页区块*/

.info_input {
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}


/*详细页面，评论，推荐，打印，订阅，按钮样式块*/

.info_input input {}


/*详细页面，评论，推荐，打印，订阅，按钮,可修改文字色彩*/

.info_key {
    border-bottom: solid 1px #ccc;
    line-height: 30px;
    padding: 0 10px;
    margin: 0px 0;
    overflow: hidden;
    font: 14px/30px "Microsoft Yahei";
    padding-bottom: 20px;
}

.info_key em {
    padding: 0px 12px;
}

.info_key span {
    font-size: 14px;
}

.info_key a {
    margin-right: 10px;
}

.ad2 {
    margin-bottom: 10px;
}

.n_info_con2 .t04 {
    color: #fff;
    border-bottom: 1px solid #E0E0E0;
    color: #E77616;
    line-height: 48px;
    height: 48px;
    font-size: 0;
    background: url(../images/news_28.gif) no-repeat 12px center;
}


/*可修改文字色彩(关于网络推广)*/

.n_info_con2 .t04 b {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Microsoft YaHei;
    font-size: 0;
}

.n_info_con2 .t04 a {
    color: #B61212;
}


/*可修改文字色彩(关于网络推广)*/

.n_info_con2 .t04 a:hover {
    color: #B61212;
}

.info_b {
    border-top: none;
    padding: 10px;
}

.left2bot {
    display: none;
}

ul.p_list_ul li,
ul.p_list_ul2 li {
    background: url(../images/kh_jt2.png) no-repeat left center;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 20px;
    margin-left: 10px;
    display: block;
    border-bottom: 1px dashed #ccc;
    color: #666;
    font-size: 14px;
    padding-left: 6px;
}

ul.p_list_ul2 li {
    width: 342px;
    padding-right: 5px;
}


/*下一篇、下一篇*/

.gduo {
    line-height: 30px;
    background: #f7f7f7;
    overflow: hidden;
    margin: 15px 0px;
    padding: 0 10px;
}

.gduo span {
    overflow: hidden;
    height: 30px;
    display: block;
}

.gduo a {
    color: #3c995f;
}

.pright {
    width: 460px;
    float: left;
    margin-left: 5px;
    z-index: 1;
    overflow: hidden;
    font-size: 14px;
}

.propar {}


/*产品详细参数字体颜色*/

.propar .line {
    font-weight: normal;
    text-decoration: line-through;
}

.propar .span_1 {
    font-weight: bold;
    font-size: 14px;
    color: #f00;
}

.propar .span_2 {
    font-size: 16px;
}

.propar h4 {
    color: #1f9546;
    line-height: 48px;
    padding: 20px 8px;
    border-bottom: 1px dashed #ccc;
    font-size: 24px;
}

.propar .more {
    text-align: right;
    border-bottom: dashed 1px #ccc;
    margin-bottom: 5px;
}

.propar .more a {
    color: #C10005;
    padding-left: 12px;
    line-height: 20px;
}

.propar .more a img {
    margin-right: 5px;
}

.propar div.pd_short {
    font-size: 14px;
    color: #444;
    line-height: 32px;
}

.propar div,
.proshop div {
    padding: 5px;
    padding-bottom: 0;
    line-height: 22px;
}

.propar div span {
    font-weight: bold;
}

.pd_hotline span {
    font-size: 16px;
    color: #333;
}

.pd_hotline span.font_hotline {
    font-size: 24px;
    color: #1f9546;
}

.proviewbox {
    float: left;
    width: 51%;
    position: relative;
    z-index: 5;
}

.probigshow {
    position: relative;
    padding: 1px;
    border: 1px solid #ddd;
    /*margin:0 auto;*/
}

.probigshow,
.probigshow .js_goods_image_url {
    width: 390px;
    height: 260px;
}

.probigshow .span_showtip {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 81px;
    height: 81px;
    text-indent: -999em;
    overflow: hidden;
}

.probigshow .showtip_1 {
    background-position: 0 0;
}

.probigshow .showtip_2 {
    background-position: 0 -81px;
}

.probigshow a.a_probigshow {
    cursor: crosshair;
}

.proviewbox img {
    width: 100%;
    height: 100%;
}

.side {
    position: fixed;
    width: 78px;
    right: 0;
    top: 50%;
    margin-top: -200px;
    z-index: 100;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-bottom: 0
}

.side ul li {
    width: 78px;
    height: 78px;
    float: left;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    transition: all .3s;
    cursor: pointer
}

.side ul li:hover {
    background: #4a9426;
    color: #fff;
}

.side ul li:hover a {
    color: #fff
}

.side ul li i {
    height: 25px;
    margin-bottom: 1px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 25px;
    margin-top: 14px;
    transition: all .3s
}

.side ul li i.bgs1 {
    background-image: url(../images/right_pic5.png)
}

.side ul li i.bgs2 {
    background-image: url(../images/right_pic7.png)
}

.side ul li i.bgs3 {
    background-image: url(../images/right_pic2.png)
}

.side ul li i.bgs4 {
    background-image: url(../images/right_pic1.png)
}

.side ul li i.bgs5 {
    background-image: url(../images/right_pic3.png)
}

.side ul li i.bgs6 {
    background-image: url(../images/right_pic6_on.png)
}

.side ul li:hover i.bgs1 {
    background-image: url(../images/right_pic5_on.png)
}

.side ul li:hover i.bgs2 {
    background-image: url(../images/right_pic7_on.png)
}

.side ul li:hover i.bgs3 {
    background-image: url(../images/right_pic2_on.png)
}

.side ul li:hover i.bgs4 {
    background-image: url(../images/right_pic1_on.png)
}

.side ul li:hover i.bgs5 {
    background-image: url(../images/right_pic3_on.png)
}

.side ul li .sidebox {
    position: absolute;
    width: 78px;
    height: 78px;
    top: 0;
    right: 0;
    transition: all .3s;
    overflow: hidden
}

.side ul li.sidetop {
    background: #4a9426;
    color: #fff;
}

.side ul li.sidetop:hover {
    opacity: .8;
    filter: Alpha(opacity=80)
}

.side ul li.sideewm .ewBox.son {
    width: 238px;
    display: none;
    color: #1a984d;
    text-align: center;
    padding-top: 235px;
    position: absolute;
    left: -240px;
    top: 0;
    background-image: url(../picture/ewm.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #e0e0e0
}

.side ul li.sideetel .telBox.son {
    width: 240px;
    display: none;
    color: #fff;
    text-align: left;
    position: absolute;
    left: -240px;
    top: 0px;
    background: #4a9426;
}

.side ul li.sideetel .telBox dd {
    display: block;
    height: 118.5px;
    overflow: hidden;
    padding-left: 82px;
    line-height: 24px;
    font-size: 18px
}

.side ul li.sideetel .telBox dd span {
    display: block;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    margin-top: 32px;
    font-size: 18px
}

.side ul li.sideetel .telBox dd.bgs1 {
    background: url(../images/right_pic8.png) 28px center no-repeat;
    background-color: #4a9426;
}

.side ul li.sideetel .telBox dd.bgs2 {
    background: url(../images/right_pic9.png) 28px center no-repeat
}

.side ul li:hover .son {
    display: block!important;
    animation: fadein 1s
}