@charset "utf-8";

.inner {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

.keFu {
    width: 45px;
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 5;
    margin: 0;
    z-index: 1002;
}

    .keFu li {
        width: 45px;
        margin-bottom: 1px;
        background: #333;
        height: 45px;
        position: relative;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .keFu li a {
            display: block;
            width: 45px;
            height: 45px;
            text-align: center;
            position: relative;
            z-index: 5;
            zoom: 1;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        .keFu li:hover {
            background: #5574a9;
        }

.keZ {
    overflow: hidden;
    position: absolute;
    width: 140px;
    display: block;
    z-index: 1;
    left: 6em;
    top: 0px;
}

    .keZ.ema {
        width: 170px;
    }

.keFu li .keZ a {
    width: auto;
    color: #fff;
    font-size: 13px;
    line-height: 45px;
    padding: 0px 10px;
    background: #c7000b;
    position: relative;
    z-index: 1;
}

    .keFu li .keZ a:hover {
        color: #fff;
        background: #5574a9;
    }

.kCd {
    position: absolute;
    overflow: hidden;
    top: 0;
    top: -69px;
    left: -114px;
    display: none;
    /*left: 135px;*/
}

    .kCd img {
        padding: 5px;
        background: #fff;
        border: 1px solid #0F0F0F;
    }

.kTel {
    background: url(../img/dianhua.png) no-repeat center #c7000b;
}

.kSyp {
    background: url(../img/qqhover.pn) no-repeat center #c7000b;
}

.kQq {
    background: url(../img/qqhover.png) no-repeat center #c7000b;
}

.kMail {
    background: url(../img/xinxi.png) no-repeat center #c7000b;
}

.kBack {
    background: url(../img/jiantou_one.png) no-repeat center #c7000b;
}

.kCode {
    background: url(../img/xiaoxi.png) no-repeat center #c7000b;
}

.kWeixin {
    background: url(../img/weixin.png) no-repeat center #c7000b;
}

.keFu li:hover .kTel,
.keFu li:hover .kSyp,
.keFu li:hover .kQq,
.keFu li:hover .kMail,
.keFu li:hover .kBack,
.keFu li:hover .kCode,
.keFu li:hover .kWeixin {
    background-color: #0084ff;
}

.lastk {
    display: none;
}

.weixin-box {
    position: absolute;
    right: 50px;
    bottom: 0;
    border: 1px solid #bbb;
    *zoom: 1;
    background-color: #fff;
    padding: 5px;
    display: none;
}

    .weixin-box h6 {
        line-height: 24px;
        text-align: center;
    }



@media all and (max-width:1400px) {
    .inner {
        width: 1200px;
        /*padding: 0 10px;*/
    }
}

.head_top {
    /*padding: 0 90px;*/
    height: 80px;
    background: #fff;
}

.head_lf {
    float: left;
}

    .head_lf .logo {
        float: left;
        margin-top: 20px;
    }

        .head_lf .logo img {
            display: block;
            width: 100%;
        }

    .head_lf .logo_tit {
        display: inline-block;
        font-size: 20px;
        color: #c7000b;
        line-height: 80px;
        position: relative;
        font-weight: bold;
        padding-left: 30px;
    }

        .head_lf .logo_tit:before {
            content: '';
            width: 1px;
            height: 37px;
            background: #a7a7a7;
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
        }

.head_rt {
    float: right;
}

    .head_rt dl dd {
        float: left;
    }

    .head_rt .h-tel {
        font-size: 30px;
        color: #c7000b;
        padding-left: 33px;
        line-height: 80px;
        background: url(../images/h-tel.png) no-repeat left center;
        padding-right: 30px;
        position: relative;
        margin-right: 30px;
    }

        .head_rt .h-tel:after {
            content: '';
            width: 1px;
            height: 16px;
            background: #dadada;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -8px;
        }

    .head_rt .h-lan {
        font-size: 0;
        padding-left: 32px;
        background: url(../images/h-lan.png) no-repeat left center;
    }

.h-lan a {
    display: inline-block;
    font-size: 16px;
    font-family: arial;
    line-height: 80px;
    position: relative;
}

    .h-lan a:hover {
        color: #c7000b;
    }

    .h-lan a:first-child {
        padding-right: 20px;
    }

        .h-lan a:first-child:after {
            content: '';
            width: 1px;
            height: 16px;
            background: #dadada;
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -8px;
        }

.head_rt .butt-search {
    border: none;
    background: none;
    float: left;
    width: 40px;
    line-height: 28px;
    margin-top: 26px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 10;
    margin-left: 18px;
}

.head_rt .sub-bot {
    display: block;
    width: 40px;
    height: 26px;
    line-height: 30px;
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center transparent;
}

.head_rt .sub-txt {
    display: block;
    margin-left: 26px;
    line-height: 30px;
    color: #909090;
    font-weight: lighter;
    background: transparent;
    border: none;
    padding: 0 30px 0 0px;
    box-sizing: border-box;
    width: 130px;
    font-size: 0;
}

.head_rt .butt-search:hover {
    background: #e2e2e2;
    border-radius: 20px;
    width: 180px;
}

    .head_rt .butt-search:hover .sub-txt {
        font-size: 14px;
    }

/*header*/


.search-alert {
    position: fixed;
    z-index: 1006;
    background-color: #222222;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

    .search-alert .close {
        display: block;
        width: 18px;
        height: 18px;
        background: url(../images/close.png) no-repeat center;
        position: absolute;
        top: 38px;
        right: 2.6%;
        cursor: pointer;
        transition: transform 0.3s ease 0s;
    }

.close:hover {
    transform: rotateZ(90deg);
    transition: transform 0.3s ease 0s;
}

.search-alert .topsearch-form {
    position: absolute;
    width: 94.8%;
    left: 2.6%;
    top: 50%;
    height: 124px;
    margin-top: -63px;
    border-bottom: 1px solid #515151;
}

    .search-alert .topsearch-form .topsearchtx {
        border: none;
        font-size: 52px;
        height: 124px;
        line-height: 124px;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        color: #555;
        background: none;
        padding-left: 88px;
        padding-right: 80px;
        background: url(../images/ser.png) no-repeat 35px 53px;
        outline: none;
    }

.fl {
    float: left;
    display: inline;
}

.search-alert .topsearch-form .topsearchbtn {
    cursor: pointer;
    width: 124px;
    height: 124px;
    border: none;
    background: url(../images/ser.png) no-repeat center;
    background-color: #1169d0;
    background-size: 20px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1001;
    outline: none;
}

.ovh {
    overflow: hidden;
}

/*===============ä¸‹æ‹‰==============*/
.container {
    margin: 0 auto;
    width: 1400px;
}

@media (max-width: 1430px) {
    .container {
        width: 1200px;
    }
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.navbar {
    text-align: center;
}

    .navbar * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.category-item {
    display: inline-block;
    margin: 0 21px;
}

.category-a {
    display: block;
    font-size: 16px;
    line-height: 53px;
    color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
    font-weight: bold;
}

    .category-a::after {
        content: '';
        width: 0;
        height: 3px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

.category-item.active .category-a::after, .category-item:hover .category-a::after {
    width: 100%;
}

.category-item.active .category-a, .category-item:hover .category-a {
    color: #fff;
}

.dropdown-menu * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1100;
    background-color: #f5f5f5;
    border-top: 1px solid #cdcdcd;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    display: none;
    overflow: hidden;
    width: 100%;
    left: 0;
    margin-top: 0;
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    text-align: left;
}

.category-item:hover .dropdown-menu {
    display: block;
    visibility: visible;
}

.navbar:hover .category-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.drop-padd {
    padding: 55px 80px 50px;
}

    .drop-padd dl {
        display: inline-block; /* float: left; */
        margin-left: 15px;
        width: 31%;
        vertical-align: top;
        margin-bottom: 20px;
    }

    .drop-padd dt {
        padding-bottom: 15px;
        border-bottom: 1px solid #dbdbdb;
        position: relative;
        margin-bottom: 10px;
    }

        .drop-padd dt::after {
            content: '';
            width: 30px;
            height: 2px;
            background: #c7000b;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
        }

        .drop-padd dt a {
            font-size: 20px;
            color: #444;
            line-height: 24px;
        }

    .drop-padd dd {
        padding: 7px 0;
    }

        .drop-padd dd a {
            color: #666;
        }

            .drop-padd dd a::before {
                content: ">";
                font-size: 14px;
                color: #777;
                font-family: "å®‹ä½“";
                margin-right: 10px;
                display: inline-block;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

    .drop-padd dl a {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .drop-padd dl a:hover,
        .drop-padd dl a:hover::before {
            color: #1ca883
        }

.drop-menu dl {
    float: left;
    width: 690px;
}

.drop-menu dd {
    float: left;
    width: 50%;
}

.drop-pic {
    float: right;
    padding: 0 32px 0 42px;
    border-left: 1px solid #d7d7d7;
}
































    .drop-pic .m-pic {
        width: 320px;
        height: 180px;
        overflow: hidden;
    }

        .drop-pic .m-pic img {
            width: 100%;
            height: 100%;
            -webkit-transition: all .8s;
            -o-transition: all .8s;
            transition: all .8s;
        }

        .drop-pic .m-pic:hover img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

/*===============è½®æ’­åˆ‡æ¢==============*/


/*banner*/


.banner_index li a > img {
    display: block;
    width: 100%;
}

.banner_index {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slides li {
    position: relative;
}

.banner_index a {
    display: block;
}

.banner_index .flex-direction-nav .flex-prev,
.banner_index .flex-direction-nav .flex-next {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 0;
    background: rgba(255, 255, 255, 0.3);
    display: none;
}

/*.banner_index .flex-direction-nav .flex-prev {
    left: 30px;
    background: rgba(255, 255, 255, 0.3) url(../images/index-l.png) no-repeat center;
}

.banner_index .flex-direction-nav .flex-next {
    right: 30px;
    background: rgba(255, 255, 255, 0.3) url(../images/index-r.png) no-repeat center;
}

.banner_index .flex-direction-nav .flex-prev:hover {
    background: #4f66c3 url(../images/index-l.png) no-repeat center;
}

.banner_index .flex-direction-nav .flex-next:hover {
    background: #4f66c3 url(../images/index-r.png) no-repeat center;
}*/

.banner_index .flex-control-paging li .flex-active {
    background: #0b8c62;
    width: 31px;
}

.banner_index .flex-control-paging {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

    .banner_index .flex-control-paging li {
        float: left;
        margin-right: 10px;
        cursor: pointer;
    }

        .banner_index .flex-control-paging li:last-child {
            margin-right: 0;
        }

    .banner_index .flex-control-paging a {
        display: block;
        width: 11px;
        height: 11px;
        border-radius: 11px;
        background: #91969d;
        font-size: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.banner_con {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    transform: translate(-50%,-50%);
}

.ban_info {
    width: 600px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

    .ban_info h3 {
        margin-bottom: 4px;
    }

    .ban_info p {
        font-size: 0;
    }

    .ban_info .p-1 {
        margin-bottom: 30px;
    }

        .ban_info .p-1 span {
            display: inline-block;
            font-size: 18px;
            color: #fff;
            padding: 0 18px;
            position: relative;
        }

            .ban_info .p-1 span:after {
                content: '';
                width: 1px;
                height: 17px;
                background: rgba(255,255,255,0.3);
                position: absolute;
                right: 0;
                top: 50%;
                margin-top: -8px;
            }

            .ban_info .p-1 span:last-child:after {
                display: none;
            }

    .ban_info .p-2 span {
        color: #fff;
        font-size: 14px;
        display: inline-block;
        width: 147px;
        height: 37px;
        line-height: 37px;
        text-align: center;
    }

        .ban_info .p-2 span.span1 {
            background: url(../images/span1.png) no-repeat center;
            margin-right: -15px;
        }

        .ban_info .p-2 span.span2 {

            background: url(../images/span2.png) no-repeat center;
        }

a.more, .more {
    display: inline-block;
    width: 156px;
    height: 49px;
    border-radius: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 47px;
    margin-top: 69px;
    background: transparent;
    position: relative;
    border: 1px solid #fff;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.3s;
    z-index: 2;
}
    /*.more:after{
    content: '';
    width: 0;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear,left top, right top,from(#189ee4),to(#09cdea));
    background: -webkit-linear-gradient(left,#189ee4,#09cdea);
    background: -o-linear-gradient(left,#189ee4,#09cdea);
    background: linear-gradient(to right,#189ee4,#09cdea);
    transition: all 0.3s;
    z-index: -1;
}*/
    .more:hover, .more.active {
        background: #c7000b;
        border-color: transparent;
    }

        .more:hover i {
            transform: translateX(5px);
        }

    .more i {
        display: inline-block;
        background: url(../images/right.png) no-repeat center;
        width: 6px;
        height: 11px;
        margin-left: 6px;
        transition: all 0.3s;
    }

.ban_info div {
    width: 75px;
    height: 3px;
    background: url(../images/line.png) no-repeat center;
    margin-bottom: 18px;
    display: inline-block;
}

.ban-left {
    position: absolute;
    left: 20%;
    font-size: 0;
    width: 426px;
    text-align: center;
    top: 34%;
}

    .ban-left dd {
        width: 213px;
        height: 213px;
        display: inline-block;
        position: relative;
    }

        .ban-left dd .dd-pic {
            width: 213px;
            height: 213px;
            overflow: hidden;
        }

            .ban-left dd .dd-pic img {
                display: block;
                width: 100%;
            }

        .ban-left dd.dd3 {
            margin-top: -100px;
        }

        .ban-left dd .dd-desc p {
            font-size: 16px;
            color: #fff;
            line-height: 36px;
        }

        .ban-left dd .dd-desc {
            background: url(../images/ban4.png) no-repeat center;
            width: 139px;
            height: 70px;
            overflow: hidden;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            transition: all 0.4s;
        }

        .ban-left dd:hover .dd-desc {
            bottom: -20px;
        }





/*é¦–é¡µ*/
/*çƒ­é—¨å…³é”®è¯*/
.key-words {
    height: 48px;
    background: #fff;
    font-size: 0;
}

    .key-words span, .key-words a {
        font-size: 14px;
        color: #666;
        line-height: 48px;
        display: inline-block;
    }

    .key-words span {
        font-weight: bold;
    }

    .key-words a {
        margin: 0 17px;
    }

        .key-words a:hover {
            color: #c7000b;
        }

/*æ ¸å¿ƒä¼˜åŠ¿*/
.in-one {
    padding-top: 76px;
    background: #f2f2f2;
}

.video-bann {
    height: 600px;
    position: relative;
}

.explore-video {
    height: 100%;position:relative;
    background: url(/images/banner_sodh-zzbg1.png);
}

.explore-video:after {
    content: '';
    width: 64px;
    height: 64px;
    background: url(../images/play.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
    z-index: 2;
    cursor: pointer;
}

.tit {
    position: relative;
    margin-bottom: 36px;
}

.tit-btn {
    position: absolute;
    right: 0;
    top: 0;
}

    .tit-btn .more {
        margin-top: 30px;  
    }

.tit-words h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 46px;
    margin-bottom: 14px;
    text-transform: uppercase;

}
.tit-words h3 a{
     color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 46px;
    margin-bottom: 14px;
    text-transform: uppercase;

}

.tit-words p {
    font-size: 18px;
    color: #666;
}

.video-bann video {
    width: 100%;
    display: block;
}
.vidbacking-active-block-back{opacity: 0.6;}
.in1-desc {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 80px;
}

    .in1-desc dd span {
        color: #fff;

    }

        .in1-desc dd span.big {
            font-size: 80px;
            font-family: "Hel-bold";
            line-height: 60px;
            letter-spacing: 4px;
        }

        .in1-desc dd span.small {
            font-size: 16px;
        }

        .in1-desc dd span.span1 {
            position: absolute;
            top: 0;
        }

    .in1-desc dl div {
        position: relative;
    }

    .in1-desc dd {
        padding-top: 28px;
        border-top: 2px solid rgba(255,255,255,0.5);
        float: left;
        width: 260px;
        margin-right: 60px;
    }

        .in1-desc dd:last-child {
            margin-right: 0;
        }

/*äº§å“ä¸­å¿ƒ*/
.in-two {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-bottom: 80px;
}

.in2-ask {
    height: 126px;
    background: #c7000b;
    margin-bottom: 76px;
    padding: 0 83px;
}

.ask-left {
    font-size: 0;
    float: left;
}

    .ask-left span {
        color: #fff;
        display: inline-block;
        font-size: 16px;
        line-height: 126px;
        vertical-align: middle;
    }

        .ask-left span.span1 {
            width: 45px;
            height: 45px;
            background-color: #017d5d;
            border-radius: 5px;
            background-image: url(../images/tel2.png);
            background-repeat: no-repeat;
            background-position: center;
            margin-right: 17px;
        }

        .ask-left span.span2 {
            font-size: 30px;
            font-family: "Hel-medium";
        }

            .ask-left span.span2 i {
                display: inline-block;
                width: 12px;
                height: 23px;
                background: url(../images/line2.png) no-repeat center;
            }

.ask-right {
    float: right;
}

    .ask-right .more {
        margin-top: 38px;
    }

        .ask-right .more:hover {
            border: 1px solid #fff;
            background: #fff;
            color: #666;
        }

            .ask-right .more:hover i {
                background: url(../images/righth.png) no-repeat center;
            }

.in2-tit li {
    height: 46px;
    line-height: 44px;
    border-radius: 22.5px;
    border: 1px solid #e3e3e3;
    text-align: center;
    padding: 0 15px;
    float: left;
    margin-left: 3px;
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.in2-con .tit-btn {
    top: auto;
    bottom: 0;
}

.in2-tit li a {
    font-size: 16px;
    display: block;
}

.in2-tit li:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 22.5px;
    background: -webkit-gradient(linear,left top, right top,from(#00ba72),to(#0084ff));
    background: -webkit-linear-gradient(left,#00ba72,#0084ff);
    background: -o-linear-gradient(left,#00ba72,#0084ff);
    background: linear-gradient(to right,#00ba72,#0084ff);
    transition: all 0.3s;
    z-index: -1;
    opacity: 0;
    cursor: pointer;
}

.in2-tit li:hover, .in2-tit li.on {
    border-color: transparent;
}

    .in2-tit li:hover a, .in2-tit li.on a {
        color: #fff;
    }

    .in2-tit li:hover:after, .in2-tit li.on:after {
        opacity: 1;
    }

.in2-list .in2-item {
    display: none;
}

    .in2-list .in2-item.on1 {
        display: block;
    }

.in2-list .in2-item-lf {
    width: 65%;
    position: relative;
}

.in2-list .in2-item-rt {
    width: 33.5%;
    position: relative;
}

.in2-item .in2-item-con > div {
    background: url(../images/pro-bg2.png) no-repeat center;
    background-size: cover;
}

.in2-item .in2-item-con {
    margin-bottom: 20px;
}

    .in2-item .in2-item-con:last-child {
        margin-bottom: 0;
    }

.in2-item .in2-item-lf .in2-pic {
    width: 61.6%;
    float: right;
    position: relative;
    transition: all 0.4s;
    position: relative;
}

    .in2-item .in2-item-lf .in2-pic:before {
        content: '';
        width: 16px;
        height: 22px;
        background: url(../images/trangle.png) no-repeat center;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -11px;
        opacity: 0;
    }

.in2-list .in2-item-lf .in2-pic:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/border.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    opacity: 0;
    transition: all 0;
}

.in2-item .in2-item-lf .in2-desc {
    width: 38.4%;
    float: left;
    overflow: hidden;
    position: absolute;
    height: 100%;
}

.in2-item .in2-item-lf .in2-desc-top {
    transition: all 0.3s;
    position: absolute;
    top: 100px;
    left: 43px;
}

.in2-item .in2-pic img {
    display: block;
    width: 100%;
}

.in2-desc .in2-pro-tit h3 {
    font-size: 26px;
    font-family: arial;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in2-desc .in2-pro-tit p {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in2-item .in2-desc {
    text-align: center;
    padding-top: 58px;
    padding-left: 10px;
    padding-right: 10px;
}

.in2-desc .in2-pro-btn {
    border-radius: 22.5px;
    margin: 18px auto 32px;
    font-size: 0;
    overflow: hidden;
}

.in2-pro-btn a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 44px;
    width: 50%;
    text-align: center;
    position: relative;
    transition: all 0s;
    width: 131px;
    height: 46px;
    border: 1px solid #c0c0c0;
}

    .in2-pro-btn a.a1 {
        border-radius: 22.5px 0 0 22.5px;
    }

    .in2-pro-btn a.a2 {
        border-radius: 0 22.5px 22.5px 0;
    }

.in2-con .in2-desc .in2-pro-desc {
    opacity: 0;
    display: none;
    transition: all 0.3s;
}

.in2-desc .in2-pro-desc p {
    color: #666;
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 142px;
    margin-top: 30px;
}

.in2-item-rt .in2-desc {
    position: absolute;
    top: 0;
    width: 100%;
}

.in2-item .in2-item-con .in2-item-lf1 {
    position: relative;
}

.in2-item .in2-item-lf1 .in2-desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 58px;
}

.in2-item .in2-item-con > div:hover .in2-pic {
    background: url(../images/pro-bg.jpg) no-repeat center;
    background-size: cover;
}

    .in2-item .in2-item-con > div:hover .in2-pic:after {
        opacity: 1;
    }

    .in2-item .in2-item-con > div:hover .in2-pic:before {
        opacity: 1;
    }

.in2-item .in2-item-con > div:hover {
    background: #1e9b7f;
    background-size: cover;
}




.ols:hover{ background: url(../images/pro-bg.jpg) no-repeat center!important}

.ols:hover .in2-pic {
    background:none!important;
    background-size: cover;
}
    .in2-item .in2-item-con > div:hover .in2-pro-tit h3, .in2-item .in2-item-con > div:hover .in2-pro-tit p {
        color: #fff;
    }

    .in2-item .in2-item-con > div:hover .in2-pro-btn a {
        color: #fff;
        border: 1px solid #fff;
    }

    .in2-item .in2-item-con > div:hover .in2-pro-desc p {
        color: rgba(255,255,255,0.6);
    }

    .in2-item .in2-item-con > div:hover .in2-pro-desc {
        opacity: 1;
        display: block;
    }

.in2-pro-btn a:hover {
    background: #c7000b;
    color: #fff;
    border: 1px solid #c7000b;
}

.in2-item .in2-item-con > div:hover .in2-desc-top {
    top: 26px;
}

.in2-item .in2-item-con > div:hover .in2-desc .in2-pro-desc {
    margin-top: 125px;
}

.in2-item-lf .in2-pro-btn a:hover {
    background: #fff;
    color: #666 !important;
    border: 1px solid #fff;

}

/*äº§å“åº”ç”¨è§£å†³æ–¹æ¡ˆ*/

.in-three {
}

    .in-three .tit-words h3, .in-three .tit-words p {
        color: #fff;
    }

.in3-con-top {
    background:#212934;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 76px;
}

.in3-tit li {
    width: 342px;
    height: 62px;
    border-radius: 5px 5px 0 0;
    background: #fff;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .in3-tit li:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: -webkit-gradient(linear,left top, right top,from(#c7000b),to(#0084ff));
        background: -webkit-linear-gradient(left,#c7000b,#c7000b);
        background: -o-linear-gradient(left,#c7000b,#c7000b);
        background: linear-gradient(to right,#c7000b,#c7000b);
        transition: all 0.3s;
        z-index: -1;
        opacity: 0;
        cursor: pointer;
    }

    .in3-tit li a {
        color: #333;
        font-size: 18px;
        display: block;
        width: 100%;
        line-height: 62px;
    }

    .in3-tit li:last-child {
        margin-right: 0;
    }

    .in3-tit li.on a, .in3-tit li:hover a {
        color: #fff;
    }

    .in3-tit li:hover:after, .in3-tit li.on:after {
        opacity: 1;
    }

.in3-bot {
    padding: 40px 20px;
    border: 1px solid #e6e6e6;
    background: #fff;
    border-top: 0;
}

.in3-con-bot {
    padding-bottom: 30px;
    background: url(../images/in2-bg.jpg) no-repeat center;
    background-size: cover;
}

.in3-list .in3-pic {
    width: 50%;
    float: left;
    overflow: hidden;
}

    .in3-list .in3-pic:hover img {
        transform: scale(1.1);
    }

    .in3-list .in3-pic img {
        display: block;
        height: 489px;
        transition: all 0.4s;
    }

.in3-list .in3-desc {
    width: 50%;
    padding-left: 15px;
    float: left;
    right: 0;
}

    .in3-list .in3-desc dt {
        font-size: 20px;
        color: #333;
        border-bottom: 1px solid #c7000b;
        padding-bottom: 26px;
        padding-top: 14px;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .in3-list .in3-desc dt:before {
            content: '';
            width: 34px;
            height: 3px;
            background: #fff;
            position: absolute;
            bottom: -1.5px;
            left: 0;
        }

    .in3-list .in3-desc dd {
        font-size: 14px;
        color: #333;
        border-bottom: 1px solid #e6e6e6;
        line-height: 41px;
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
    }

        .in3-list .in3-desc dd:last-child {
            border-bottom: none;
        }

        .in3-list .in3-desc dd:after {
            content: '';
            width: 3px;
            height: 3px;
            border-radius: 3px;
            background: #c7000b;
            position: absolute;
            left: -12px;
            top: 50%;
            margin-top: -1.5px;
        }

.in3-list .in2-pro-btn {
    font-size: 0;
    position: absolute;
    bottom: 0;
}

.in3-list .in3-item {
    position: relative;
    display: none;
}

    .in3-list .in3-item.on1 {
        display: block;
    }

.in-four {
    background: #f5f6fa;
    padding-bottom: 0px;
}

.in4-con-top {
    padding-top: 36px;
    text-align: center;
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 290px;
    position: relative;

    z-index: 2;
}

    .in4-con-top .tit-words h3, .in4-con-top .tit-words p {
        color: #fff;
    }

.in4-tit {
    font-size: 0;
    margin-top: 27px;
}

    .in4-tit a {
        color: #fff;
    }

        .in4-tit a.on {
            background: #c7000b;
            color: #fff;
            border: 1px solid #c7000b;
        }

.in4-item ul {
    font-size: 0;
}

.in4-list {
    text-align: center;
}



.in4-item {
    display: none;
    padding: 0 48px;
    margin-top: -258px;
    position: relative;
    z-index: 3;
}

    .in4-item.on1 {
        display: block;
    }

    .in4-item li {
        width: 253px;
        float: left;
        position: relative;
        margin-right: 9px;
    }
        /*.in4-item li:after{content: '';width: 100%;height: 100%;box-shadow: 1px 0 15px rgba(1,76,52,0.07);position: absolute;left: 0;top: 0;transform: rotate(45deg);}*/
        .in4-item li.li4, .in4-item li.li9 {
            margin-right: 0;
        }

        .in4-item li.li1 {
            margin-left: 130px;
        }

        .in4-item li.li-2 {
            margin-top: -121px;
        }

        .in4-item li img {
            display: block;
            width: 100%;
            /* -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
           filter: grayscale(100%); */
            transition: all 1s;
            filter: gray;
        }

        .in4-item li:hover img {
            -webkit-filter: grayscale(0%);
            -moz-filter: grayscale(0%);
            -ms-filter: grayscale(0%);
            -o-filter: grayscale(0%);
            filter: grayscale(0%);
            filter: gray;
        }

    .in4-item ul > * {
        transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
    }

    .in4-item ul:hover > * {
        opacity: 1;
        transform: scale(0.95);
    }

    .in4-item ul > *:hover {
        opacity: 1;
        transform: scale(1);
        transition-delay: 0ms, 0ms;
    }

.in4-list .more {
    width: 196px;
    color: #fff;
    border-color: #bebfc1;
    /* background: #fff; */
    margin-top: 37px;

}

    .in4-list .more i {
        width: 21px;
        height: 21px;
        background: url(../images/tel3.png) no-repeat center;
        margin-left: 0;
        margin-right: 10px;
        vertical-align: text-bottom;
    }

    .in4-list .more:hover i {
        transform: none;
        background: url(../images/tel3h.png) no-repeat center;
    }

    .in4-list .more:hover {
        color: #fff;
        border-color: #fff;
    }

/*æ–°é—»ä¸­å¿ƒ*/
.in-five {
    padding: 76px 0;
}

    .in-five .tit {
        text-align: center;
    }

    .in-five .in5-tit a {
        color: #666;
    }

        .in-five .in5-tit a:hover, .in-five .in5-tit a.on {
            color: #fff;
        }

.in5-list .in5-desc {
    padding: 0 25px;
    margin-top: -47px;
}

.in5-list .in5-pic {
    width: 100%;
    overflow: hidden;
}

    .in5-list .in5-pic img {
        display: block;
        width: 100%;
        transition: all 0.4s;
    }

.in5-list .in5-item li {
    width: 453px;
    float: left;
    margin-right: 20px;
}

    .in5-list .in5-item li:last-child {
        margin-right: 0;
    }

.in5-descIn {
    box-shadow: 2px 0 15px rgba(7,0,2,0.11);
    background: #fff;
    position: relative;
    height: 214px;
    padding: 16px 40px;
}

    .in5-descIn h3 {
        color: #333;
        font-size: 14px;
        text-align: left;
        margin-bottom: 24px;
    }

    .in5-descIn h2 {
        color: #333;
        font-size: 20px;
        margin-bottom: 9px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all 0.4s;
    }

    .in5-descIn p {
        color: #888;
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        height: 48px;
    }

    .in5-descIn span {
        color: #c7000b;
        font-size: 14px;
        position: absolute;
        bottom: 16px;
    }

.in5-list .in5-item li:hover .in5-pic img {
    transform: scale(1.1);
}

.in5-list .in5-item {
    display: none;
}

    .in5-list .in5-item.on1 {
        display: block;
    }

    .in5-list .in5-item li:hover .in5-desc h2 {
        color: #c7000b;
    }

/*å®¢æœå’¨è¯¢*/
.in-kf {
    padding: 30px 0 20px;
}

.kf-con {
    height: 144px;
}

.kf-left {
    width: 32.28%;
    background: #0b8c62;
    height: 100%;
    position: relative;
}

    .kf-left:after {
        content: '';
        width: 16px;
        height: 23px;
        background: url(../images/trangle1.png) no-repeat center;
        position: absolute;
        right: -16px;
        top: 50%;
        margin-top: -11.5px;
    }

    .kf-left p {
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        line-height: 144px;
    }

.kf-right {
    background: url(../images/kf-bg.jpg) no-repeat center;
    height: 100%;
    width: 67.72%;
    padding-top: 48px;
    padding-left: 92px;
    position: relative;
}

.kf-tit {
    font-size: 0;
}

.kf-right dl dd {
    float: left;
}

.kf-dd {
    width: 290px;
    padding-left: 39px;
    border-left: 1px solid #cacaca;
    margin-left: 40px;
}

    .kf-dd span {
        display: inline-block;
        padding-left: 32px;
        line-height: 1;
    }

        .kf-dd span.kf-tel {
            font-size: 18px;
            color: #0b8c62;
            background: url(../images/tel4.png) no-repeat left center;
            margin-bottom: 17px;
        }

        .kf-dd span.kf-add {
            background: url(../images/add.png) no-repeat left center;
            font-size: 16px;
            color: #333;
        }

.kf-dd1 {
    position: absolute;
    right: 50px;
    bottom: 0;
}

    .kf-dd1 img {
        display: block;
        width: 100%;
    }

/*footer*/

.foot-top dt a {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

.foot-top dl {
    float: left;
    margin-right: 110px;
}

.foot-top dd a {
    color: #888;
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
}

.foot-top dl:last-child {
    margin-right: 0;
}

.footer-friend {
    position: relative;
    width: 115px;
    margin-top: 25px;
}

.footer-text {
    padding: 0 10px;
    font-size: 14px;
    color: #888;
    line-height: 40px;
    width: 100%;
    height: 40px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .footer-text::after {
        content: '';
        width: 12px;
        height: 7px;
        background: url(../images/up.png) no-repeat center;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -3.5px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

.footer-list {
    position: absolute;
    left: 0;
    bottom: 35px;
    padding-bottom: 5px;
    width: 100%;
    z-index: 10;
    display: none;
}

    .footer-list .m-padd {
        border: 1px solid #0b8c62;
        background: #fff;
    }

    .footer-list a {
        display: block;
        padding: 5px 10px;
        color: #888;
    }

        .footer-list a:hover {
            color: #0b8c62 !important;

        }

.foot-top {
    padding-bottom: 30px;
}

.foot-top-right dl dd {
    float: left;
    margin-left: 20px;
    width: 151px;
}

    .foot-top-right dl dd img {
        display: block;
        width: 100%;
    }

    .foot-top-right dl dd p {
        color: #888;
        font-size: 14px;
        text-align: center;
        line-height: 42px;
    }

.foot-mid {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    height: 100px;
    border-top: 1px solid #ec9898;
    border-bottom: 1px solid #ec9898;
    padding: 20px 0;

}

    .foot-mid dl dd {
        float: left;
        width: 25%;
        padding-left: 85px;
        position: relative;
    }

        .foot-mid dl dd:after {
            content: '';
            width: 1px;
            height: 43px;
            background: #fff;
            position: absolute;
            left: 68px;
            top: 50%;
            margin-top: -21.5px;
        }

        .foot-mid dl dd span {
            color: #fff;
            display: block;
        }

            .foot-mid dl dd span.span1 {
                font-size: 16px;
                margin-bottom: 10px;
            }

            .foot-mid dl dd span.span2 {
                font-size: 12px;
            }

        .foot-mid dl dd.dd1 {
            background: url(../images/adress33.png) no-repeat left center;
        }

        .foot-mid dl dd.dd2 {
            background: url(../images/phone44.png) no-repeat left center;
        }

        .foot-mid dl dd.dd3 {
            background: url(../images/mail11.png) no-repeat left center;
        }

        .foot-mid dl dd.dd4 {
            background: url(../images/qqqq22.png) no-repeat left center;
        }

.foot-bot p {
    color: #888;
    font-size: 14px;
    text-align: center;
}

.foot-bot {
    padding: 25px 0;
}

.footer a:hover {
    color: #fff;
}

/*å…è´¹ç”³è¯·è¯•æ ·*/
.pop_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 80;
    background: #c7000b;
    height: 88px;
}

.pop_content {
    margin: 0 auto;
    overflow: hidden;
}

.pop_cfont {
    float: left;
}

.form_pop {
    float: left;
    overflow: hidden;
    margin-top: 24px;
    margin-left: 38px;
}

    .form_pop input[type="text"] {
        color: #888;
        line-height: 39px;
        background: transparent;
        height: 39px;
        padding: 0 20px;
        width: 243px;
        float: left;
        margin-right: 12px;
        border: none;
        box-sizing: border-box;
        position: relative;
        background: #fff;
    }

    .form_pop select {
        color: #888;
        line-height: 39px;
        background: transparent;
        height: 39px;
        padding: 0 20px;
        width: 243px;
        float: left;
        margin-right: 10px;
        border: none;
        box-sizing: border-box;
        position: relative;
        background: #fff;
    }

.sub_sure {
    width: 142px;
    text-align: center;
    line-height: 39px;
    color: #c7000b;
    border: none;
    background: #fff;
    cursor: pointer;
    margin-left: 20px;
    font-size: 16px;
}

.erwei {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 5px;
}

.close_pop2 {
    width: 59px;
    background: url(../images/close.png) no-repeat top right;
    float: left;
    height: 34px;
    cursor: pointer;
    transition: .5s;
    position: relative;
    z-index: 2;
}

    .close_pop2:hover {
        background-image: url(../images/close.png)
    }

.sys {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-align: right;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.gzwx {
    line-height: 22px;
    color: #fff;
    text-align: right;
    font-size: 14px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.pop_font1 {
    overflow: hidden;
    padding: 2px 0px;
    box-sizing: border-box;
}

.pop_cfont p {

    font-size: 30px;
    color: #fff;
    display: inline-block;
    margin-top: 22px;
    font-weight: bold;
}


.fixleft {
    width: 200px;
    height: 65px;
    background: #c7000b;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 80;
    text-align: center;
    box-sizing: border-box;
    padding-top: 14px;
    display: none;
}

.mfsl_pop {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
}



@media all and (max-width:1400px) {
    .search {
        margin-left: 30px;
    }

    .category-item {
        margin: 0 14px;
    }

    .p-drop-Lwrap {
        width: 600px;
    }

    .in1-desc {
        padding: 0 27px;
    }

        .in1-desc dd {
            margin-right: 35px;
        }

    .in2-desc .in2-pro-btn {
        margin: 10px auto 16px;
    }

    .in2-item .in2-desc {
        padding-top: 26px;
    }

    .in2-item .in2-item-lf .in2-desc-top {
        left: 19px;
    }

    .in2-item .in2-item-lf .in2-desc {
        padding-top: 26px;
    }

    .in3-tit li {
        width: 292px;
    }

    .in4-item {
        padding: 0;
        margin-top: -275px;
    }

        .in4-item li.li1 {
            margin-left: 122px;
        }

        .in4-item li.li-2 {
            margin-top: -113px;
        }

        .in4-item li {
            width: 228px;
            margin-right: 15px;
        }

    .in5-list .in5-item li {
        width: 386px;
    }

    .foot-top dl {
        margin-right: 80px;
    }

    .kf-left {
        width: 30%;
    }

    .kf-right {
        width: 70%;
        padding-left: 36px;
    }

    .kf-dd1 {
        right: 25px;
    }

    .form_pop input[type="text"], .form_pop select {
        width: 194px;
    }

    .sub_sure {
        width: 140px;
    }

    .ban-left dd {
        width: 190px;
        height: 190px;
    }

        .ban-left dd .dd-pic {
            width: 190px;
            height: 190px;
        }

        .ban-left dd.dd3 {
            margin-top: -88px;
        }

    .ban-left {
        top: 30%;
    }
}



/*äº§å“åˆ—è¡¨*/
.ny-key-words {
    background: #f1f1f1;
    margin-top: 3px;
    padding-left: 64px;
}

.ny-banner {
    height: 320px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

    .ny-banner:after {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

.ny-bancon h3 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ny-bancon p {
    color: #fff;
    font-size: 16px;
    margin-top: 27px;
}

.ny-bancon {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.pro-nav {
    height: 57px;
    line-height: 57px;
    background: #f6f6f6;
}

.proNav-con li {
    float: left;
}

    .proNav-con li a {
        display: block;
        color: #333;
        font-size: 16px;
        padding: 0 30px;
    }

    .proNav-con li.on a, .proNav-con li:hover a {
        color: #fff;
        background: #c7000b;
    }

.ny-kf .kf-right {
    padding-left: 40px;
}

.ny-kf .kf-dd {
    margin-left: 30px;
    padding-left: 30px;
}

.ny-kf .kf-dd1 {
    right: 30px;
}

.bread {
    padding: 18px 0 0;
}

    .bread span, .bread a {
        display: inline-block;
        font-size: 14px;
        color: #888;
    }

        .bread a:hover, .bread a:last-child {
            color: #c7000b;
        }

.pro-list {
    padding-bottom: 60px;
    padding-top: 38px;
    width: 100%;
}

    .pro-list .in2-item-con {
        padding: 0 108px;
    }

    .pro-list li {
        background: #f6f6f6;
        margin-bottom: 10px;
    }

        .pro-list li .in2-pic {
            width: 468px;
            height: 431px;
            overflow: hidden;
        }


            .pro-list li .in2-pic img {
                display: block;
                width: 100%;
                height: 100%;
                transition: all 0.4s;
            }

        .pro-list li .in2-desc {
            text-align: center;
            padding-top: 56px;
            width: 515px;
            position: relative;
        }

        .pro-list li .prodesc-con {
            position: absolute;
            left: 140px;
        }

        .pro-list li .in2-desc .more {
            color: #666;
            border-color: #c0c0c0;
            margin-top: 16px;
            margin-bottom: 3px;
        }

            .pro-list li .in2-desc .more:hover {
                color: #fff;
                border-color: #fff;
            }

        .pro-list li .in2-desc .in2-pro-desc p {
            color: #888;
        }

        .pro-list li .in2-desc .tel {
            font-size: 30px;
            color: #c7000b;
            padding-left: 32px;
            font-family: "Hel-medium";
            background: url(../images/h-tel.png) no-repeat left center;
        }

        .pro-list li:hover .in2-pic img {
            transform: scale(1.1);
        }


/*å¸¸è§é—®é¢˜*/
.faq-list {
    padding-bottom: 60px;
}

    .faq-list li .faq-item {
        width: 575px;
        float: left;
        padding: 28px 30px;
        background: url(../images/jia.png) no-repeat left 32px;
    }

        .faq-list li .faq-item:first-child {
            margin-right: 50px;
        }

    .faq-list li {
        border-bottom: 1px solid #d5d5d5;
    }

.faq-item .zp_tit {
    font-size: 20px;
    color: #666;
    font-weight: bold;
}

.faq-item .zp_font {
    display: none;
    margin-top: 10px;
}

.faq-item .zp_det p {
    color: #888;
    font-size: 14px;
    line-height: 24px;
}

.faq-list li .faq-item.on .zp_tit {
    color: #c7000b;
}

.faq-list li .faq-item.on {
    background: url(../images/jiah.png) no-repeat left 32px;
}

.faq-list li.show {
    display: none;
}

.faq-list .show_more {
    color: #666;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-top: 27px;
}


/*ç ”å‘åˆ¶é€ å…¥å£*/
.yfzz-enter {
    padding: 40px 0 70px;
}

.yfzz-left {
    width: 590px;
    position: relative;
    overflow: hidden;
}

    .yfzz-left img {
        display: block;
        width: 100%;
        transition: all 0.4s;
    }

.yfzz-desc {
    padding: 20px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
/*.yfzz-desc:before{content: '';width: 100%;height: 100%;background: rgba(0,0,0,0.2);position: absolute;left: 0;bottom: 0;z-index: -1;}*/
.yfzz-descIn {
    padding-left: 15px;
    position: relative;
}

    .yfzz-descIn:before {
        content: '';
        width: 3px;
        height: 52px;
        background: #c7000b;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -26px;
    }

    .yfzz-descIn h3 {
        color: #fff;
        font-size: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .yfzz-descIn p {
        color: #fff;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.yfzz-right ul {
    font-size: 0;
}

.yfzz-right li {
    position: relative;
    width: 590px;
    overflow: hidden;
}

    .yfzz-right li img {
        transition: all 0.4s;
    }

    .yfzz-right li.li1 {
        margin-bottom: 20px;
    }

.yfzz-left:hover img {
    transform: scale(1.1);
}

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

/*ç ”å‘åˆ¶é€ */
.rd-list {
    padding-bottom: 70px;
    padding-top: 38px;
}

.rd-top-lf {
    width: 798px;
    position: relative;
    overflow: hidden;
}

.rd-item img {
    display: block;
    width: 100%;
    transition: all 0.4s;
}


.rd-item .yfzz-desc:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.4s;
}

.rd-item .rd-top-lf1 .yfzz-desc:before {
    background: rgba(0,0,0,0.7);
}

.rd-item .yfzz-desc {
    padding: 30px 45px;
}


.rd-item .yfzz-descIn:before {
    display: none;
}

.rd-item .yfzz-descIn {
    padding-left: 0;
}


    .rd-item .yfzz-descIn h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .rd-item .yfzz-descIn p {
        font-size: 14px;
        margin-top: 14px;
    }

.rd-item .rd-top-rt li {
    width: 393px;
    position: relative;
    overflow: hidden;
}

    .rd-item .rd-top-rt li.li1 {
        margin-bottom: 10px;
    }

.rd-item1 .rd-top-rt li {
    float: left;
    margin-right: 10px;
}

    .rd-item1 .rd-top-rt li:nth-child(3n) {
        margin-right: 0;
    }

.rd-item1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.rd-top-lf:hover .yfzz-desc:before {
    background: rgba(28,168,131,0.9);
}

.rd-top-lf:hover img {
    transform: scale(1.1);
}

.rd-item .rd-top-rt li:hover img {
    transform: scale(1.1);
}

.rd-item .rd-top-rt li:hover .yfzz-desc:before {
    background: rgba(28,168,131,0.9);
}


.news-list {
    padding-top: 37px;
    padding-bottom: 70px;
}

.news-left {
    width: 900px;
}

    .news-left .news-pic {
        width: 347px;
        height: 229px;
        overflow: hidden;
    }

        .news-left .news-pic img {
            display: block;
            width: 100%;
            transition: all 0.4s;
        }

    .news-left .news-desc {
        width: 520px;
        padding-top: 15px;
    }

        .news-left .news-desc h3 {
            color: #333;
            font-size: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-bottom: 5px;
            transition: all 0.4s;
        }

        .news-left .news-desc h4 {
            color: #888;
            font-size: 14px;
            font-family: arial;
            margin-bottom: 20px;
        }

        .news-left .news-desc p {
            color: #888;
            font-size: 14px;
            line-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            height: 48px;
        }

        .news-left .news-desc .more {
            font-size: 14px;
            color: #666;
            border-color: #e1e1e1;
            margin-top: 27px;
        }

            .news-left .news-desc .more i {
                background: url(../images/right1.png) no-repeat center;
            }

    .news-left li {
        margin-bottom: 20px;
    }

        .news-left li:last-child {
            margin-bottom: 0;
        }

        .news-left li:hover .news-desc h3 {
            color: #c7000b;
        }

        .news-left li:hover .news-desc .more {
            color: #fff;
            background: #c7000b;
            border-color: transparent;
        }

            .news-left li:hover .news-desc .more i {
                background: url(../images/right.png) no-repeat center;
            }

        .news-left li:hover .news-pic img {
            transform: scale(1.1);
        }

.news-right {
    width: 253px;
}

    .news-right .news-rtit {
        color: #333;
        font-size: 20px;
        margin-bottom: 18px;
    }

    .news-right .news-rsearch {
        width: 252px;
        height: 33px;
        border: 1px solid #cacaca;
        border-radius: 16px;
        overflow: hidden;
        margin-bottom: 26px;
    }

        .news-right .news-rsearch input {
            width: 83%;
            border: none;
            line-height: 31px;
            padding: 0 20px;
        }


        .news-right .news-rsearch button {
            width: 42px;
            height: 31px;
            background: url(../images/search1.png) no-repeat center;
            border: none;
            float: right;
            cursor: pointer;
        }

    .news-right .news-rhot h3 {
        color: #333;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 4px;
        transition: all 0.3s;
    }

    .news-right .news-rhot h4 {
        color: #888;
        font-size: 14px;
        transition: all 0.3s;
    }

    .news-right .news-rhot li {
        border-top: 1px solid #cacaca;
        padding: 15px 0;
    }

        .news-right .news-rhot li:hover h3, .news-right .news-rhot li:hover h4 {
            color: #c7000b;
        }

.page {
    font-size: 0;
    text-align: right;
    margin-top: 30px;
}

    .page a {
        display: inline-block;
        font-size: 16px;
        color: #666;
        font-family: arial;
        vertical-align: middle;
        width: 35px;
        height: 35px;
        border: 1px solid #dadada;
        text-align: center;
        line-height: 33px;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 10px;
    }

        .page a.page-prev {
            background-image: url(../images/left.png);
        }

        .page a.page-next {
            background-image: url(../images/right2.png);
        }

        .page a:hover {
            color: #fff;
            background-color: #c7000b;
            border-color: #c7000b;
        }

        .page a.page-prev:hover {
            background-image: url(../images/lefth.png);
        }

        .page a.page-next:hover {
            background-image: url(../images/right2h.png);
        }

.newsxq-con .newsxq-top h3 {
    color: #333;
    font-size: 20px;
    margin-bottom: 7px;
}

.newsxq-con .newsxq-top p {
    color: #888;
    font-size: 14px;
    line-height: 2;
}

.newsxq-top p.p1 {
    margin-bottom: 14px;
}

.newsxq-con .newsxq-top p span {
    display: inline-block;
    padding-left: 18px;
    color: #888;
    font-size: 14px;
    margin-right: 20px;
}

.newsxq-top p span.time {
    background: url(../images/time.png) no-repeat left center;
}

.newsxq-top p span.admin {
    background: url(../images/admin.png) no-repeat left center;
}

.newsxq-top p span.view {
    background: url(../images/view.png) no-repeat left center;
}

.newsxq-top {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 23px;
}

.share {
    margin-top: 28px;
    margin-bottom: 10px;
}

    .share .bdsharebuttonbox span {
        display: inline-block;
        font-size: 14px;
        color: #888;
        vertical-align: middle;
    }

    .share .bdsharebuttonbox a {
        width: 30px;
        height: 24px;
        float: none;
        display: inline-block;
        vertical-align: middle;
        padding-left: 0;
        margin: 0 0 0 6px;
    }

    .share .bdsharebuttonbox .s1 {
        background: url(../images/wx.png) no-repeat center;
    }

    .share .bdsharebuttonbox .s2 {
        background: url(../images/wb.png) no-repeat center;
    }

    .share .bdsharebuttonbox .s3 {
        background: url(../images/qq.png) no-repeat center;
    }

    .share .bdsharebuttonbox .s1:hover {
        background: url(../images/wxh.png) no-repeat center;
    }

    .share .bdsharebuttonbox .s2:hover {
        background: url(../images/wbh.png) no-repeat center;
    }

    .share .bdsharebuttonbox .s3:hover {
        background: url(../images/qqh.png) no-repeat center;
    }

.newsxq-menu a {
    display: block;
    color: #888;
    font-size: 14px;
    line-height: 28px;
}

    .newsxq-menu a:hover {
        color: #c7000b;
    }

.bd_weixin_popup {
    height: 320px !important;
}

.news-xq {
    padding-bottom: 20px;
}

/* äº§å“è¯¦æƒ… */

.proxq-con {
    padding-bottom: 60px;
    padding-top: 38px;
}

.spec-preview {
    overflow: hidden;
}

.spec-scroll {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin-top: 29px;
}

    .spec-scroll .prev {
        float: left;
        background: url(../images/prev.png) no-repeat center;
    }

        .spec-scroll .prev:hover {
            background: url(../images/prevh.png) no-repeat center;

        }

    .spec-scroll .next {
        float: right;
        background: url(../images/next.png) no-repeat center;
    }

        .spec-scroll .next:hover {
            background: url(../images/nexth.png) no-repeat center;
        }

    .spec-scroll .prev, .spec-scroll .next {
        line-height: 100px;
        cursor: pointer;
        color: #d2d2d2;
        width: 11px;
        height: 100px;
    }

        .spec-scroll .prev:hover, .spec-scroll .next:hover {
            color: #026fde;
        }

    .spec-scroll .items {
        margin: auto;
        position: relative;
        height: 100px;
        width: 481px;
        overflow: hidden;
    }

        .spec-scroll .items ul {
            position: absolute;
            width: 999999px;
        }

            .spec-scroll .items ul li {
                position: relative;
                float: left;
                text-align: center;
                margin-right: 15px;
                width: 109px;
                height: 100px;
                border: 1px solid #e5e5e5;
            }

                .spec-scroll .items ul li.hover {
                    border-color: #c7000b;
                }

                .spec-scroll .items ul li img {
                    width: 100%;
                    display: block;
                    height: 100%;
                }

.pro-left {
    overflow: hidden;
    float: left;
    width: 576px;
    height: 576px;
    border: 1px solid #e5e5e5;
}

.jqzoom {
    width: 576px;
    height: 576px;
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
    overflow: hidden;
}

    .jqzoom img {
        width: 100%;
        display: block;
    }

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 485px;
    height: 476px;
    background: #ffffff;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px !important;
    height: 184px !important;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

.pro-right {
    width: 584px;
    float: right;
    margin-top: 1px;
}

.proxq-one {
    background: #fff;
    margin-bottom: 40px;
}

.pro-right h3 {
    color: #fff;
    background: #c7000b;
    font-weight: bold;
    font-size: 26px;
    font-family: arial;
    padding: 21px 40px;
}

.proxq-descIn {
    padding: 20px 40px 30px;
    border-bottom: 1px solid #d9d9d9;
}

    .proxq-descIn p {
        color: #666;
        font-size: 14px;
    }

.proxq-btn {
    margin-top: 13px;
}

    .proxq-btn .more {
        color: #666;
        font-size: 14px;
        border-color: #c0c0c0;
        margin-top: 0;
        vertical-align: middle;
        margin-right: 15px;
    }

        .proxq-btn .more i {
            background: url(../images/ly.png) no-repeat center;
            width: 22px;
            height: 21px;
            margin-left: 0;
            margin-right: 10px;
            vertical-align: middle;
        }

        .proxq-btn .more:hover {
            color: #666;
            border-color: #c0c0c0;
            background: #fff;
        }

            .proxq-btn .more:hover i {
                transform: translateX(0);
            }

    .proxq-btn .xq-tel {
        font-size: 30px;
        color: #c7000b;

        font-family: "Hel-medium";
        padding-left: 30px;
        background: url(../images/h-tel.png) no-repeat left center;
        display: inline-block;
        vertical-align: middle;
    }

.pro-two {
    margin-bottom: 20px;
}

.proxq_nav {
    height: 56px;
    font-size: 0;
}

    .proxq_nav a {
        display: inline-block;
        color: #888;
        font-size: 18px;
        line-height: 56px;
        width: 179px;
        text-align: center;
        position: relative;
        z-index: 1;
        background: #dfdfdf;
        margin-right: 3px;
    }

.proxq2_list .proxq_item {
    display: none;
    /* padding: 35px 48px; */
    /* background: #f6f6f6; */
    margin-top: 3px;
}

    .proxq2_list .proxq_item.on1 {
        display: block;
    }

.proxq_nav a.on, .proxq_nav a:hover {
    color: #fff;
    background: #c7000b;
}

.proxq_item p {
    color: #888;
    font-size: 14px;
    line-height: 28px;
}

.pro-three table {
    width: 100%;
}

    .pro-three table tr:nth-child(1) p {
        color: #ffffff
    }

    .pro-three table tr:nth-child(1) td {
        line-height: 56px;
        border-right: 1px solid #e1e1e1;
        background: #c7000b;
        font-weight: normal;
        color: #fff;
        font-size: 20px;
    }

    .pro-three table td {
        line-height: 48px;
        color: #666;
        font-size: 16px;
        border: 1px solid #e1e1e1;
        text-align: center;
    }

.proxq-menu a {
    display: inline-block;
    color: #666;
    font-size: 16px;
    line-height: 43px;
    border: 1px solid #cdcdcd;
    border-radius: 21px;
    padding: 0 46px;
}

.proxq-menu {
    font-size: 0;
    margin-top: 20px;
}

    .proxq-menu a.prev {
        margin-right: 10px;
    }

    .proxq-menu a.return {
        float: right;
    }

    .proxq-menu a:hover {
        color: #fff;
        background: #c7000b;
        border-color: transparent;
    }

.tj-tit {
    text-align: center;
    margin-bottom: 35px;
}

    .tj-tit h3 {
        font-size: 30px;
        color: #333;
        margin-bottom: 2px;
    }

    .tj-tit p {
        font-size: 16px;
        color: #888;
        font-family: arial;
    }

.tj-pro {
    padding-top: 57px;
}

.tjpro-list li {
    width: 385px;
    float: left;
    margin-right: 21px;
}

    .tjpro-list li:last-child {
        margin-right: 0;
    }

.tjpro-list .tjpro-pic {
    width: 386px;
    height: 355px;
    overflow: hidden;
}

    .tjpro-list .tjpro-pic img {
        display: block;
        width: 100%;
        transition: all 0.4s;
    }

.tjpro-list .tjpro-desc {
    color: #333;
    font-size: 26px;
    font-weight: bold;
    font-family: arial;
    text-align: center;
    padding: 15px 20px;
    transition: all 0.4s;
}

.tjpro-list li:hover .tjpro-pic img {
    transform: scale(1.1);
}

.tjpro-list li:hover .tjpro-desc {
    color: #c7000b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tj-case {
    margin-top: 30px;
}

.tjcase-list li {
    width: 23%;
    float: left;
    margin-right: 1%;
}

    .tjcase-list li:nth-child(4n) {
        margin-right: 0;
    }

.tjcase-list .tjcase-pic {
    width: 100%;
    overflow: hidden;
}

    .tjcase-list .tjcase-pic img {
        display: block;
        width: 100%;
        transition: all 0.4s;
    }

.tjcase-list .tjcase-desc p {
    color: #333;
    font-size: 18px;
    text-align: center;
    line-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s;
}

.tjcase-list .tjcase-desc {
    background: #ebebeb;
    overflow: hidden;
    padding: 0 20px;
    transition: all 0.4s;
}

.tjcase-list li:hover .tjcase-pic img {
    transform: scale(1.1);
}

.tjcase-list li:hover .tjcase-desc {
    background: #c7000b;
}

    .tjcase-list li:hover .tjcase-desc p {
        color: #fff;
    }

.proxq-scx {

    height: 311px;
    background: url(../images/img39.jpg) no-repeat center;
    background-size: cover;
    margin-top: 60px;
}

.proxq-scx-con {
    position: relative;
    height: 311px;
}

    .proxq-scx-con .in1-desc dd {
        margin-right: 51px;
    }

    .proxq-scx-con .in1-desc {
        padding: 0;
    }

        .proxq-scx-con .in1-desc dd:last-child {
            margin-right: 0;
        }



/* äº§å“åº”ç”¨ */
.case-list .in3-list .in3-pic {
    width: 50%;
    height: 100%;
}

.case-list .in3-list .in3-item {
    display: block;
    height: 489px;
    overflow: hidden;
}

.case-list .in3-list .in3-desc {
    width: 50%;
    height: 489px;
    background: #f0f0f0;

}

    .case-list .in3-list .in3-desc dt:before {
        background: #c7000b;
    }

    .case-list .in3-list .in3-desc dd:after {
        background: #ababab;
    }

.case-list .in3-list .in2-pro-btn {
    bottom: 10px;
}

.case-list .in3-list .in3-item:hover .in3-pic img {
    transform: scale(1.1);
}

.case-list .in3-list .in3-item:hover .in3-desc {
    background: #c7000b;
}

    .case-list .in3-list .in3-item:hover .in3-desc dd, .case-list .in3-list .in3-item:hover .in3-desc dt {
        color: #fff;
    }

    .case-list .in3-list .in3-item:hover .in3-desc dd {
        border-bottom-color: #fff;
    }
        .case-list .in3-list .in3-item:hover .in3-desc dt {
        border-bottom-color: #fff;
    }

    .case-list .in3-list .in3-item:hover .in3-desc dt:before {
        background: #fff
    }

    .case-list .in3-list .in3-item:hover .in3-desc dd:after {
        background: rgba(255,255,255,0.5);
    }

.case-list .in3-list .in3-item:hover .in2-pro-btn a {
    color: #fff;
    border-color: #fff;
}

.case-list .in3-list .in3-item {
    margin-bottom: 10px;
    width: 50%;
    float: left;
    padding-left: 1%;

}

    .case-list .in3-list .in3-item:last-child {
        margin-bottom: 0;
    }

.case-list .in2-pro-btn a:hover {
    background: #fff;
    border-color: #fff;
    color: #c7000b !important;
}

/* åº”ç”¨è¯¦æƒ… */
.casexq-tit {
    color: #333;
    font-size: 24px;
    margin-bottom: 26px;
}

.casexq-con {
    padding-top: 32px;
    padding-bottom: 70px;
}

.casexq-item {
    margin-top: 20px;
}

    .casexq-item li {
        width: 122px;
        float: left;
        margin-right: 20px;
        overflow: hidden;
    }

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

.casexq-item-pic {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    border: 1px solid #dadada;
    overflow: hidden;
}

    .casexq-item-pic img {
        display: block;
        width: 100%;
        transition: all 0.3s;
    }

.casexq-item p {
    text-align: center;
    color: #333;
    font-size: 16px;
    padding: 6px 0;
}

.casexq-con .pro-three {
    margin-top: 30px;
}


/*èµ„æ–™ä¸‹è½½*/
.download-con {
    padding: 38px 0 70px;
}

.down-list li .p1 {
    width: 962px;
    float: left;
    padding: 0 20px;
    border-right: 1px solid #d6d6d6;
}

.down-list li .p2 {
    width: 236px;
    float: right;
}

.down-list li {
    border: 1px solid #d6d6d6;
    height: 80px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .down-list li:last-child {
        margin-bottom: 0;
    }

    .down-list li p span, .down-list li p span a {
        display: inline-block;
        line-height: 80px;
        color: #888;
        font-size: 16px;
    }

    .down-list li .p1 .span1 {
        font-size: 26px;
        color: #333;
        font-weight: bold;
        padding-left: 66px;
        background: url(../images/ym1.png) no-repeat left center;
    }

    .down-list li .p1 .span2 {
        float: right;
    }

    .down-list li .p2 span {
        width: 50%;
        float: left;
        text-align: center;
    }

        .down-list li .p2 span.span3 {
            border-right: 1px solid #d6d6d6;
        }

    .down-list li p span a {
        width: 100%;
    }

    .down-list li:hover {
        border-color: #c7000b;

    }

        .down-list li:hover .p1 .span1 {
            color: #c7000b;
        }

        .down-list li:hover a {
            color: #fff;
            background: #c7000b;
        }

/*å“ç‰Œæˆ˜ç•¥*/
.brand-con {
    padding-top: 38px;
    padding-bottom: 70px;
}

.brand-slide li {
    border-radius: 22.5px;
    width: 220px;
    height: 46px;
    border: 1px solid #c0c0c0;
    line-height: 44px;

    text-align: center;
    margin-right: 20px;
    overflow: hidden;
    float: left
}

.brand-slide {
    position: relative;
    margin-bottom: 30px;
}

    .brand-slide li a {
        display: inline-block;
        font-size: 14px;
        color: #666;
        width: 100%;
    }

    .brand-slide .brand-btn a {
        display: inline-block;
        width: 17px;
        height: 46px;
        background: #ccc;
        position: absolute;
    }

        .brand-slide .brand-btn a.brand-prev {
            left: -30px;
            top: 0;
            background: url(../images/ym-left.png) no-repeat center;
        }

        .brand-slide .brand-btn a.brand-next {
            right: -30px;
            top: 0;
            background: url(../images/ym-right.png) no-repeat center;
        }

.brand-navbox {
    overflow: hidden;
    width: 1170px;
    margin: 0 auto;
}

.brand-slide li:hover a, .brand-slide li.on a {
    color: #c7000b;
}

.brand-slide li:hover, .brand-slide li.on {
    border-color: #c7000b;
}

.brand-slide .brand-btn a.brand-prev:hover {
    background: url(../images/ym-lefth.png) no-repeat center;
}

.brand-slide .brand-btn a.brand-next:hover {
    background: url(../images/ym-righth.png) no-repeat center;
}

.brand-pic .brand-item {
    display: none;
}

    .brand-pic .brand-item.on1 {
        display: block;
    }

@media screen and (max-width: 1300px) {
    .brand-slide .brand-btn a.brand-prev {
        left: 0;
    }

    .brand-slide .brand-btn a.brand-next {
        right: 0;
    }
}

.brand-pic table {
    width: 100%;
}

    .brand-pic table td {
        width: 240px;
        height: 130px;
        border: 1px solid #e7e7e7;
        overflow: hidden;
    }

        .brand-pic table td img {
            display: block;
            width: 100%;
            transition: all 0.4s;
        }

        .brand-pic table td:hover img {
            transform: scale(1.1);
        }



/*è”ç³»æˆ‘ä»¬*/
.target_con {
    font-size: 0;
    background: #f6f6f6;
}

.target a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 57px;
    padding: 0 30px;
    position: relative;
}

    .target a.on, .target a:hover {
        color: #fff;
        background: #c7000b;
    }

        .target a.on:after {
            display: none;
        }

.nei_anchor {
    text-align: center;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    font-size: 0;
    width: 100%;
    z-index: 1001;
    background: #fff;
    box-shadow: 0px 0px 8px 0px #d6d6d6;
}

    .nei_anchor span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

        .nei_anchor span a {
            font-size: 16px;
            color: #666;
            line-height: 50px;
            padding: 0 30px;
            display: inline-block;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            position: relative;
        }

        .nei_anchor span:hover a,
        .nei_anchor span.on a {
            color: #fff;
            background: #c7000b;
        }

.ab_poti {
    position: relative;
}

.abposi_ab {
    position: absolute;
    height: 1px;
    top: -65px;
}

.cont-one {
    padding: 60px 0;
}

.cont-tit {
    margin-bottom: 36px;
}

    .cont-tit h3 {
        font-family: "Impact";
        font-size: 82px;
        color: rgba(28,168,131,0.1);
        line-height: 58px;
        text-transform: uppercase;
    }

    .cont-tit h4 {
        color: #c7000b;
        font-size: 30px;
        margin-top: -27px;
    }

.cont1-con {
    height: 400px;
}

.con1-left {
    width: 670px;
    height: 400px;
    overflow: hidden;
}

    .con1-left img {
        display: block;
        width: 100%;
    }

.con1-right {
    width: 530px;

    height: 400px;

    background: url(../images/ym4.jpg) no-repeat center;
    position: relative;
}

    .con1-right dd span {
        color: #fff;
        font-size: 16px;
        display: block;

    }

        .con1-right dd span.span1 {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 6px;
        }

    .con1-right dd {
        padding-left: 70px;
        margin-bottom: 48px;
        position: relative;
    }

        .con1-right dd:before {
            content: '';
            width: 1px;
            height: 40px;
            background: rgba(255,255,255,0.3);
            position: absolute;
            left: 49px;
            top: 50%;
            margin-top: -20px;
        }

        .con1-right dd:last-child {
            margin-bottom: 0;
        }

        .con1-right dd.dd1 {
            background: url(../images/dd1.png) no-repeat left center;
        }

        .con1-right dd.dd2 {
            background: url(../images/dd2.png) no-repeat left center;
        }

        .con1-right dd.dd3 {
            background: url(../images/dd3.png) no-repeat left center;
        }

    .con1-right dl {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 77%;
    }

.cont-two {
    padding: 0 0 60px;
}

    .cont-two .zp-desc {
        font-size: 18px;
        color: #333;
        margin-bottom: 36px;
    }

.cont2-con li {
    border-bottom: 1px solid #fff;
}

.cont2-con .zp_tit {
    height: 90px;
    line-height: 90px;
    padding: 0 60px;
    background: #c7000b;
}

    .cont2-con .zp_tit span {
        display: inline-block;
        color: #fff;
        font-size: 20px;
    }

    .cont2-con .zp_tit .span1 {
        font-weight: bold;
    }

    .cont2-con .zp_tit .span2 {
        padding-right: 40px;
        background: url(../images/ym-add.png) no-repeat right center;
    }

.cont2-con .zp_det {
    padding: 25px 0;
}

    .cont2-con .zp_det .p1 {
        font-size: 0;
    }

        .cont2-con .zp_det .p1 span {
            color: #c7000b;
            font-size: 16px;
            width: 136px;
            height: 45px;
            line-height: 43px;
            border: 1px solid #c7000b;
            text-align: center;
            display: inline-block;
            margin-right: 20px;
            border-radius: 5px;
        }

    .cont2-con .zp_det .p2 {
        font-size: 0;
        margin-top: 15px;
    }

        .cont2-con .zp_det .p2 span {
            color: #333;
            font-size: 16px;
            display: inline-block;
            margin-right: 70px;
        }

    .cont2-con .zp_det dl {
        margin-top: 25px;
    }

        .cont2-con .zp_det dl dt {
            font-size: 20px;
            color: #333;
            margin-bottom: 5px;
        }

        .cont2-con .zp_det dl dd {
            font-size: 16px;
            color: #888
        }

.cont2-con .zp_font {
    display: none;
}

.cont2-con li.on .zp_tit {
    background: #111
}

    .cont2-con li.on .zp_tit .span2 {
        background: url(../images/ym-addh.png) no-repeat right center;
    }

.cont-three {
    padding-bottom: 60px;
}

    .cont-three .map {
        width: 1200px;
        height: 520px;
        overflow: hidden;
    }

        .cont-three .map img {
            display: block;
            width: 100%;
        }

.cont-four {
    padding-bottom: 70px;
}

    .cont-four .cont4-item {
        font-size: 0;
        margin-bottom: 20px;
    }

.cont4-item input, .cont4-item select {
    width: 378px;
    height: 53px;
    border: 1px solid #d3d3d3;
    color: #666;
    font-size: 14px;
    padding: 0 20px;
    margin-right: 33px;
}

    .cont4-item input:last-child, .cont4-item select:last-child {
        margin-right: 0;
    }

.cont4-item textarea {
    resize: none;
    width: 100%;
    height: 79px;
    border: 1px solid #d3d3d3;
    color: #666;
    font-size: 14px;
    padding: 10px 20px;
}

.cont4-item input.cont-sub {
    width: 100%;
    background: #c7000b;
    color: #fff;
    cursor: pointer;
}

.cont4-item:last-child {
    margin-bottom: 0;
}

.cont4-item span i {
    color: #f20505;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    font-size: 14px;
    font-style: normal;
}

.cont4-item span {
    display: inline-block;
    position: relative;
}


/* å…³äºŽæˆ‘ä»¬ */
.about-one {
    padding: 60px 0;
}

.abo1-left {
    width: 583px;
}

    .abo1-left p {
        color: #888;
        font-size: 14px;
        line-height: 28px;
        max-height: 200px;
        overflow-y: auto;
        padding-right: 10px;
    }

.about-one .cont-tit {
    margin-bottom: 28px;
}

.abo1-right {
    width: 527px;
    height: 345px;
    position: relative;
    z-index: 1;
}

    .abo1-right .abo1-pic {
        position: relative;
        overflow: hidden;
    }

        .abo1-right .abo1-pic img {
            display: block;
            width: 100%;
            transition: all 0.4s;
        }

    .abo1-right:after {
        content: '';
        width: 575px;
        height: 271px;
        background: rgba(184,184,184,0.1);
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
    }

    .abo1-right:hover .abo1-pic img {
        transform: scale(1.1);
    }

.abo1-scx {
    position: relative;
    height: 93px;
    margin-top: 40px;
}

    .abo1-scx .in1-desc {
        padding: 0;
    }

        .abo1-scx .in1-desc dd {
            border-top: 2px solid #c3c3c3;
            margin-right: 51px;
        }

            .abo1-scx .in1-desc dd span {
                color: #333;
            }

            .abo1-scx .in1-desc dd:last-child {
                margin-right: 0;
            }

.abo2-con {
    background: #0b8c62;
    padding: 60px 0 0;
}

    .abo2-con .cont-tit {
        padding: 0 56px 40px;
        margin-bottom: 0;
    }

        .abo2-con .cont-tit h3 {
            color: rgba(255,255,255,0.1);
        }

        .abo2-con .cont-tit h4 {
            color: #fff;
        }
/* è§†é¢‘å¼¹çª— */
.msg-box-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url(/images/banner_sodh-zzbg1.png);
    display: none;
    z-index: 1001;
}

.msg-box {
    width: 927px;
    height: 524px;
    padding: 2px;
    background-color: #F3F3F3;
    position: absolute;
    left: 50%;
    margin-left: -430px;
    top: 0;
    margin-top: -290px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

    .msg-box .close-box {
        width: 38px;
        height: 38px;
        background: url("../images/btn-close-modal.png") no-repeat center;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        -webkit-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .msg-box .close-box:hover {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.abo2-videoBox {
    height: 525px;
    overflow: hidden;
}

.abo2-video img {
    display: block;
    width: 100%;
}

.abo2-videoIn {
    position: relative;
    z-index: 1;
}

    .abo2-videoIn:after {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.2);
        position: absolute;
        left: 0;
        top: 0;
    }

    .abo2-videoIn .abo2-video {
        position: relative;
    }

        .abo2-videoIn .abo2-video:after {
            content: '';
            width: 64px;
            height: 64px;
            background: url(../images/play.png) no-repeat center;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            z-index: 2;
            cursor: pointer;
        }

.about-three {
    padding: 60px 0;
}


.develop-line {
    position: relative;
    z-index: 1;
}

.develop-item {
    margin-left: 47px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 20px;
}

.develop-line::before {
    content: '';
    width: 1px;
    background: #cfcfcf;
    position: absolute;
    left: 13px;
    top: 26px;
    bottom: 0;
    z-index: -1;
}

.develop-tit {
    font-size: 20px;
    color: #333;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .develop-tit::before {
        content: '';
        width: 27px;
        height: 27px;
        background: url(../images/deve_01.jpg) no-repeat center;
        position: absolute;
        left: -47px;
        top: 0;
    }

.btn-develop {
    cursor: pointer;
    text-align: center;
    color: #888;
    font-size: 16px;
    line-height: 24px;
}

.develop-month {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 40px;
    margin-top: 37px;
}

    .develop-month:first-child {
        margin-top: 15px;
    }

    .develop-month:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .develop-month .p-des p {
        line-height: 28px;
        color: #888;
        font-size: 14px;
    }

    .develop-month .p-des img {
        margin-top: 13px;
        max-width: 100%;
    }

.develop-cont {
    display: block;
}

.develop-item.open .develop-cont {
    display: block;
}

.about-four {
    background: url(../images/img43.jpg) no-repeat center;
    background-size: cover;
    height: 644px;
    padding: 85px 0;
}

    .about-four .cont-tit h3 {
        color: rgba(255,255,255,0.1);
    }

    .about-four .cont-tit h4 {
        color: #fff;
    }

.abo4-list ul {
    font-size: 0;
    margin-top: 62px;
}

.abo4-list li {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    padding-left: 84px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 6%;
}

    .abo4-list li h3 {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 12px;
    }

    .abo4-list li p {
        color: #cecece;
        font-size: 14px;
        line-height: 25px;
    }

    .abo4-list li.li1 {
        background: url(../images/a1.png) no-repeat left top;
    }

    .abo4-list li.li2 {
        background: url(../images/a2.png) no-repeat left top;
    }

    .abo4-list li.li3 {
        background: url(../images/a3.png) no-repeat left top;
    }

    .abo4-list li.li4 {
        background: url(../images/a4.png) no-repeat left top;
    }

    .abo4-list li:nth-child(2n) {
        margin-right: 0;
    }

.about-five {
    padding: 60px 0;
}

.abo5-item {
    width: 597px;
    overflow: hidden;
}

.abo5-item1 {
    height: height: 445px;
}

.abo5-item img {
    display: block;
    width: 100%;
    transition: all 0.4s;
}
.abo5-item  img:hover {
 transform: scale(1.1);
}

.abo5-item li {
    width: 296px;
    height: 221px;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.abo5-item-con1 {
    margin-bottom: 5px;
}

    .abo5-item-con1 .abo5-item li:nth-child(2n) {
        margin-right: 0;
    }

.abo5-item li img {
    display: block;
    width: 100%;
    transition: all 0.4s;

}

.abo5-item-con1 .abo5-item li:last-child, .abo5-item li:nth-last-child(2) {
    margin-bottom: 0;
}

.abo5-item-con2 .abo5-item {
    width: 100%;
}

    .abo5-item-con2 .abo5-item li:last-child {
        margin-right: 0;
    }

.abo5-item-con .abo5-item li:hover img, .abo5-item-con .abo5-item1:hover img {
    /* transform: scale(1.1); */
}

.about-six {
    padding-bottom: 70px;
}

.abo6-list li {
    width: 389px;
    float: left;
    margin-right: 16px;
}

    .abo6-list li:last-child {
        margin-right: 0;
    }

.abo6-list .abo6-pic {
    width: 389px;
    height: 257px;
    overflow: hidden;
}

    .abo6-list .abo6-pic img {
        display: block;
        width: 100%;
        transition: all 0.4s;
    }

.abo6-list .abo6-desc h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s;
}

.abo6-list .abo6-desc p {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    /* -webkit-box-orient: vertical; */
    /* height: 48px; */
}

.abo6-list .abo6-desc {
    padding: 37px 30px;
    box-shadow: 2px 0 8px rgba(0,0,0,0.11);
}

.abo6-list li:hover .abo6-pic img {
    transform: scale(1.1);
}

.abo6-list li:hover .abo6-desc h3 {
    color: #c7000b;
}

.in5-tit a.on {
    background: #c7000b;
    color: #fff;
    border: 1px solid #c7000b;
  
}

.in5-tit {
    font-size: 0;
    margin-top: 27px;
}

.header.hr_color {
    position: fixed;
    width: 100%;
    /*background: #fff;*/
    box-shadow: 0px 4px 13px -4px #CCCCCC;
    transition: all ease-out .3s;
    z-index: 999;
}

.bg_color {
    position: fixed;
    width:100%;
    z-index: 1000;
}
.w1400 {
    width: 1400px;
    margin: 0 auto;
}
@media only screen and (max-width:1440px) {
    .w1400 {
        width: 1200px;
    }
}
