    html,
    body {
        width: 100%;
        font-size: 16px;
        min-width: 1200px;
    }
    
    * {
        margin: 0;
        padding: 0;
    }
    
    em {
        font-style: normal;
    }
    
    img {
        border: 0 none;
        height: auto;
        vertical-align: middle;
    }
    
    ul {
        list-style: none;
    }
    
    .clear {
        clear: both
    }
    
    .l {
        float: left;
    }
    
    .r {
        float: right;
    }
    
    div {
        box-sizing: border-box;
    }
    
    .zhichi {
        width: 100%;
        text-align: center;
        margin: 20px auto;
    }
    
    .marquee2 {
        width: 90%;
        margin: 20px auto 0;
    }
    
    .marquee2 .pro_cc {
        width: 24%;
        height: auto;
        float: left;
        margin: 0 0.5% 1% 0.5%;
        position: relative;
        overflow: hidden;
        border: 10px solid #f2f2f2;
    }
    
    .marquee2 .pro_cc a:hover {
        color: #165aa8;
    }
    
    .marquee2 .chanpin_con_pic {
        width: 100%;
        height: 30vh;
        position: relative;
        overflow: hidden;
    }
    
    .marquee2 .pro_cc img {
        width: 100%;
        transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
    }
    
    .marquee2 .pro_cc:hover img {
        transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }
    
    .marquee2 .pro_cc .chanpin_con_cc {
        height: 60px;
        width: 100%;
        overflow: hidden;
        position: relative;
        font: 22px "Microsoft Yahei";
        background: #f2f2f2;
        text-align: center;
        line-height: 60px;
    }
    
    .marquee2 .pro_cc:hover p {
        color: #fff;
    }
    
    .marquee2 .pro_cc:hover {
        border: 10px solid #eb1d1d;
    }
    
    .marquee2 .pro_cc:hover .chanpin_con_cc {
        background: #eb1d1d
    }
    
    li {
        list-style: none;
    }
    
    .relative {
        position: relative;
    }
    
    .absolute {
        position: absolute;
    }
    
    a {
        text-decoration: none;
        color: #333;
    }
    
    .cuya {
        font-family: "impact";
    }
    
    .s_width {
        width: 85%;
        margin: 0 auto;
        position: relative
    }
    
    i,
    em {
        font-style: normal;
    }
    
    .biaoge {
        overflow-x: auto;
    }
    
    .biaoge td {
        padding: 5px 5px;
        white-space: nowrap;
    }
    
    table {
        width: 100%;
        border-collapse: collapse;
    }
    
    table td {
        border: 1px solid #e6e7ea;
        padding: 0.5%;
        line-height: 1.4;
        font-size: 16px;
    }
    /*===================== 公用样式 START =====================*/
    
    .pub_title {
        text-align: center;
        color: #fff;
        text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 30px rgba(0, 0, 0, 0.075);
    }
    
    .pub_title h3 {
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .pub_title p,
    .pub_title h4 {
        font-weight: 400;
    }
    
    .img {
        overflow: hidden;
        position: relative;
    }
    
    .img img {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }
    /*------topper-----*/
    
    .header {
        width: 100%;
        line-height: 44px;
        border-bottom: 1px #e5e5e5 solid;
    }
    
    .header ul {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        font-size: 15px
    }
    
    .header .welcome {
        color: #979797;
        line-height: 44px;
    }
    
    .header .tel span {
        font-size: 24px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        color: #e60012;
    }
    
    .topper {
        width: 100%;
        overflow: hidden;
        height: 100px;
    }
    
    .topper ul {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        height: 100px;
    }
    
    .topper .logo {
        width: 23%;
        margin-top: 10px;
    }
    
    .topper .menu {
        width: 55%;
    }
    
    .topper .menu li {
        width: 12.5%;
        float: left;
        line-height: 100px;
        text-align: center;
    }
    
    .topper .menu li.on {
        background: #e60012;
        color: #fff;
        font-weight: bold;
    }
    
    .topper .menu li.on a {
        color: #fff;
    }
    
    .topper .menu li:hover {
        background: #e60012;
        color: #fff;
        font-weight: bold;
    }
    
    .topper .menu li:hover a {
        color: #fff;
        font-weight: bold;
    }
    /* ===================== 内页 Banner 图 ===================== */
    
    .ty_tit h2 {
        color: #d90a2c;
        font-size: 48px;
        font-weight: 900;
        transition: .3s;
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
    }
    
    .ty_tit h2 a {
        color: #d90a2c;
    }
    
    .index_service {
        padding: 27px 0 0 0;
        background: #eef3ff;
        background-size: 100% 100%;
        padding-bottom: 30px;
        overflow: hidden
    }
    
    .index_service_tit {
        padding: 20px 0;
        text-align: center;
        margin: 20px auto;
    }
    
    .index_service_tit h2 {
        color: #ef002c;
        font-size: 48px;
        margin-top: -0px;
        background: url("../images/lmbg.jpg") center no-repeat;
    }
    
    .index_service_tit p {
        color: #191919;
        margin-top: 10px;
        font-size: 16px;
        line-height: 25px;
    }
    /*-联系我们电子地铁图---*/
    
    .ny_lianxi {
        width: 90%;
        margin: 20px auto 55px;
        display: flex;
        justify-content: space-between;
    }
    
    .ny_lianxi li {
        text-align: center;
    }
    
    .ny_lianxi li .img {
        text-align: center;
        margin-bottom: 20px;
        animation-name: myAnimation;
        animation-duration: 10s;
        animation-timing-function: linear;
        animation-iteration-count: infinite
    }
    
    .ny_lianxi li .txt {
        font-size: 16px;
        line-height: 33px;
    }
    
    .ny_lianxi li .txt strong {
        font-size: 20px;
        color: #eb1e2f;
    }
    
    .cont-map {
        overflow: hidden;
        height: 600px;
    }
    
    #map-show * {
        box-sizing: content-box;
        font-size: 14px
    }
    
    #map-show {
        width: 100%;
        height: 110%;
        position: relative;
        top: 0;
        right: 0;
        bottom: -10%;
    }
    
    #map-show .BMap_Marker {
        width: 30px !important;
        height: 53px !important;
        position: relative;
        cursor: default;
        -webkit-animation: mark-down 1.5s linear infinite;
        -o-animation: mark-down 1.5s linear infinite;
        animation: mark-down 1.5s linear infinite;
    }
    
    #map-show .BMapLib_sendToPhone {
        display: none;
    }
    
    @-webkit-keyframes mark-down {
        25% {
            -webkit-transform: translateY(-6px);
        }
        50%,
        100% {
            -webkit-transform: translateY(0);
        }
        75% {
            -webkit-transform: translateY(6px);
        }
    }
    
    @keyframes mark-down {
        25% {
            transform: translateY(-6px);
        }
        50%,
        100% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(6px);
        }
    }
    /*----sy_lm-----*/
    
    .sy_lm {
        width: 90%;
        margin: 30px auto;
        text-align: center;
    }
    
    .sy_lm h2 {
        font-size: 48px;
        color: #eb1e2f;
        margin-top: -0px;
        line-height: 130px;
        font-weight: bold;
        background: url("../images/sylm.jpg") center no-repeat;
    }
    
    .sy_lm p {
        font-size: 16px;
        line-height: 28px;
        margin-top: -20px;
    }
    
    .sy_fenlei {
        width: 90%;
        margin: 0px auto;
        text-align: center;
        overflow: hidden;
    }
    
    .sy_fenlei li {
        width: 19%;
        float: left;
        background: #f0002d;
        height: 55px;
        line-height: 55px;
        margin: 0.2% 0.5%;
        text-align: center;
    }
    
    .sy_fenlei li:hover {
        background: #333;
    }
    
    .sy_fenlei li a {
        color: #fff;
    }
    /* =================== 首页产品分类 ===================== */
    
    .index-pro {
        width: 100%;
        overflow: hidden;
    }
    
    .index-pro .row-l {
        width: 34.07%;
        float: left;
    }
    
    .index-pro .row-r {
        width: 65.93%;
        float: right;
    }
    
    .pro-col {
        overflow: hidden;
    }
    
    .pro-col .pro-box {
        float: left;
        width: 50%;
    }
    
    .pro-box {
        position: relative;
        overflow: hidden;
    }
    
    .pro-box .img img {
        display: block;
        width: 100%;
    }
    
    .pro-box .txt {
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 0;
        color: #000000;
        background-color: rgba(255, 255, 255, 0.8);
        border-top-right-radius: 60px;
        -webkit-box-shadow: 10px 15px 18px inset rgba(22, 25, 50, 0.28);
        -moz-box-shadow: 10px 15px 18px inset rgba(22, 25, 50, 0.28);
        -ms-box-shadow: 10px 15px 18px inset rgba(22, 25, 50, 0.28);
        -o-box-shadow: 10px 15px 18px inset rgba(22, 25, 50, 0.28);
        box-shadow: 10px 15px 18px inset rgba(22, 25, 50, 0.28);
    }
    
    .pro-box .text {
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    
    .pro-box .text .con {
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        padding: 30px;
        width: 100%;
        margin-top: -110px;
    }
    
    .pro-box .text .tit {
        display: block;
        color: #fff;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .pro-box .text .see-btn {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.43);
        border: 1px dashed #fff;
        margin-top: 0px;
        color: #fff;
    }
    
    .pro-box .text .see-btn:hover {
        background-color: #e71a29;
        border-color: #e71a29;
        color: #fff;
    }
    
    .pro-box .text .tit:hover {
        color: #e71a29;
    }
    
    .pro-box:hover .txt {
        opacity: 0;
    }
    
    .pro-box:hover .text {
        top: 0;
    }
    
    @media only screen and (max-width: 750px) {
        .index-pro {
            display: none;
        }
    }
    
    @media only screen and (min-width: 751px) {
        .pro-box .txt {
            font-size: 18px;
            padding: 10px 44px 10px 34px;
            line-height: 60px;
            border-top-right-radius: 60px;
        }
        .pro-box .text .tit {
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 0px;
            padding-top: 10%;
        }
        .pro-box .text .see-btn {
            line-height: 28px;
            font-size: 14px;
            border-radius: 20px;
            padding: 0 30px;
            height: 30px;
        }
    }
    
    @media only screen and (min-width: 1000px) {
        .pro-box .txt {
            font-size: 20px;
            padding: 20px 74px 20px 64px;
            line-height: 60px;
            border-top-right-radius: 60px;
        }
        .pro-box .text .tit {
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 10px;
        }
        .pro-box .text .see-btn {
            line-height: 40px;
            font-size: 16px;
            border-radius: 24px;
            padding: 0 40px;
            height: 40px;
        }
    }
    
    @media only screen and (min-width: 1200px) {
        .pro-box .txt {
            font-size: 24px;
            padding: 20px 74px 20px 64px;
            line-height: 60px;
            border-top-right-radius: 60px;
        }
        .pro-box .text .see-btn {
            line-height: 50px;
            font-size: 18px;
            border-radius: 28px;
            padding: 0 50px;
            height: 50px;
        }
        .pro-box .text .tit {
            font-size: 24px;
            line-height: 34px;
            margin-bottom: 20px;
        }
    }
    
    @media only screen and (min-width: 1400px) {
        .pro-box .txt {
            font-size: 30px;
            padding: 20px 74px 20px 64px;
            line-height: 60px;
            border-top-right-radius: 60px;
        }
        .pro-box .text .see-btn {
            line-height: 60px;
            font-size: 20px;
            border-radius: 30px;
            padding: 0 60px;
            height: 60px;
        }
        .pro-box .text .tit {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 20px;
        }
    }
    /*----sy_why----*/
    
    .sy_why {
        width: 100%;
        background: url("../images/whybg.jpg") center no-repeat;
        overflow: hidden;
    }
    
    .sy_why ul {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding: 5% 0 0;
    }
    
    .sy_why .left {
        width: 40%;
        float: left;
        padding-top: 4%;
    }
    
    .sy_why .left h2 {
        color: #e5212b;
        font-size: 48px;
        font-weight: bold;
    }
    
    .sy_why .left h4 {
        color: #262c3f;
        font-size: 24px
    }
    
    .sy_why .left .lianxi {
        width: 90%;
        margin-top: 15%;
    }
    
    .sy_why .left .lianxi h3 {
        font-size: 28px;
        font-weight: bold;
        padding-top: 10px;
    }
    
    .sy_why .left .lianxi p {
        font-size: 16px;
        font-weight: bold;
    }
    
    .sy_why .left .lianxi .add {
        background: url("../images/w_add.png") left no-repeat;
        padding-left: 88px;
        height: 77px;
        color: #262c3f;
    }
    
    .sy_why .left .lianxi .tel {
        background: url("../images/w_tel.png") left no-repeat;
        padding-left: 88px;
        height: 77px;
        color: #e5212b;
        margin-top: 5%;
    }
    
    .sy_why .left .more {
        width: 380px;
        height: 74px;
        background: url("../images/morebg.png") center no-repeat;
        font-size: 20px;
        color: #fff;
        line-height: 74px;
        text-align: center;
        margin-top: 5%;
    }
    
    .sy_why .right {
        width: 60%;
        float: right
    }
    
    .sy_why .right img {
        max-width: 100%
    }
    /*----首页新闻---*/
    
    .zixun {
        width: 90%;
        height: 560px;
        margin: 0 auto 70px;
        display: flex;
        justify-content: space-between;
    }
    
    .zixun li {
        width: 32.3%;
    }
    
    .zixun img {
        width: 100%;
    }
    
    .zixun .news_rr_text {
        width: 100%
    }
    
    .news_rr_text span {
        font-size: 16px;
    }
    
    .news_right_list {
        width: 100%
    }
    
    .news_right_list li {
        height: 140px;
        margin-bottom: 15px;
        border-bottom: 1px #ececec solid;
        width: 100%
    }
    
    .innewimg {
        width: 30%;
        float: right;
        text-align: right
    }
    
    .innewimg img {
        max-width: 100%
    }
    
    .news_list {
        width: 55%
    }
    
    .news_rr_text {
        width: 90%;
        text-align: left;
        float: left
    }
    
    .news_rr_text h2 a {
        color: #333;
        font-size: 18px;
    }
    
    .news_rr_text .date {
        font-size: 13px;
        color: #fff;
        background: #e5212b;
        height: 30px;
        width: 100px;
        text-align: center;
        line-height: 30px;
        font-family: Arial;
        margin-top: 5px
    }
    
    .news_rr_text .more {
        font-size: 14px;
        color: #fff;
        background: #e5212b;
        height: 50px;
        width: 120px;
        text-align: center;
        line-height: 50px;
        margin-top: 15px;
    }
    
    .news_rr_text p {
        font-size: 14px;
        color: #444;
        line-height: 25px;
        margin-top: 5px;
        width: 100%
    }
    /*---首页工程案例滚动----*/
    
    .espcms_piclist_slide1 {
        overflow: hidden;
        padding: 0px 14px 40px 14px;
        height: 540px;
        width: 90%;
        margin: 0px auto 25px
    }
    
    .espcms_piclist_slide1 ul li {
        float: left;
        margin: 0 10px 15px 0;
        position: relative;
        background: #fff;
        transition: all .5s linear;
        border-bottom: #eb1d1d 3px solid;
    }
    
    .espcms_piclist_slide1 ul li:hover {
        background: #eb1d1d;
    }
    
    .espcms_piclist_slide1 ul li:hover a {
        color: #fff
    }
    
    .espcms_piclist_slide1 li .pic {
        width: 450px;
        margin: 0 auto
    }
    
    .espcms_piclist_slide1 li .pic img {
        width: 450px;
    }
    
    .espcms_piclist_slide1 li p {
        text-align: left;
        font-size: 16px;
        z-index: 99;
        position: relative;
    }
    
    .espcms_piclist_slide1 li p a {
        color: #777;
        font-size: 16px;
    }
    
    .espcms_piclist_slide1 li .lm {
        width: 100%;
        float: left;
        padding: 20px 0 20px 20px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    
    .espcms_piclist_slide1 li .lm .t14 {
        font-size: 14px;
        line-height: 30px;
        font-weight: normal;
        color: #333;
    }
    
    .espcms_piclist_slide1 li .lm a {
        color: #777;
        font-size: 16px;
        line-height: 33px;
    }
    
    .espcms_piclist_slide1 li:hover .t14 {
        color: #fff
    }
    
    .espcms_piclist_slide1 li p:hover a {
        color: #fff
    }
    
    .espcms_piclist_slide1 li .case_more {
        width: 60px;
        margin: 0 auto;
        height: 18px;
        line-height: 18px;
        text-align: center;
        color: #a9a9a9;
        font-size: 12px;
        text-transform: uppercase;
        border: 1px solid #604a32;
        z-index: 99;
        position: relative
    }
    
    .espcms_piclist_slide1 li .case_more a {
        color: #604a32;
    }
    
    .espcms_piclist_slide1 li .case_more div a {
        color: #a9a9a9;
    }
    /*----banner----*/
    
    #banner {
        position: relative;
        overflow: hidden;
        width: 100%;
        top: 0;
    }
    
    #banner ul {
        position: relative;
        overflow: hidden;
        width: 300%;
        margin: 0;
    }
    
    #banner ul li {
        width: 33.333%;
        float: left
    }
    
    #banner ul li img {
        width: 100%;
        display: block;
    }
    
    #banner aside {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 0;
        width: 90%;
        right: 0;
        left: 0;
        margin: auto
    }
    
    #banner aside span {
        display: block;
        width: 65px;
        height: 65px;
        z-index: 63;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        position: relative;
        cursor: pointer;
        opacity: 0;
        transition: all 0.3s;
        margin-top: -2%;
    }
    
    #banner:hover aside span {
        opacity: 1;
    }
    
    #banner aside span:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 20%;
        margin: auto;
        width: 27px;
        height: 27px;
        border-top: 3px solid #ffffff;
        border-left: 3px solid #ffffff;
        -webkit-transform: rotateZ(-45deg);
        -moz-transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
        -o-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg)
    }
    
    #banner aside span.prev {
        float: left;
    }
    
    #banner aside span.next {
        float: right;
    }
    
    #banner aside span.next:after {
        left: 0;
        right: 20%;
        -webkit-transform: rotateZ(135deg);
        -moz-transform: rotateZ(135deg);
        -ms-transform: rotateZ(135deg);
        -o-transform: rotateZ(135deg);
        transform: rotateZ(135deg)
    }
    
    #banner #bannerBtnS {
        width: 85px;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 3%;
        margin: auto
    }
    
    #banner #bannerBtnS em {
        display: block;
        float: left;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 3px solid #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 4.75px;
        background: #fff;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        cursor: pointer
    }
    
    #banner #bannerBtnS em.act {
        background: #ce1d1d
    }
    /*------why------*/
    
    .why {
        width: 100%;
        background: url("../images/why.jpg") center no-repeat;
        max-height: 986px;
        overflow: hidden;
        margin-top: 45px;
        padding-bottom: 5%;
    }
    
    .why .zixun {
        width: 100%;
        margin: 0 auto;
        padding-top: 0px;
        text-align: center;
    }
    
    .why ul {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding-top: 3%;
    }
    
    .why .img {
        width: 37%
    }
    
    .why .img img {
        max-width: 100%
    }
    
    .why .txt {
        width: 60%;
        display: flex;
        justify-content: space-between;
        color: #fff;
        text-align: center;
        margin-top: 8%;
    }
    
    .why .txt li {
        width: 30%
    }
    
    .why .txt li img {
        max-width: 100%
    }
    
    .why .txt li:nth-child(1),
    .why .txt li:nth-child(3) {
        margin-top: 80px;
    }
    
    .why .txt li .bt {
        width: 100%;
        display: flex;
        justify-content: start;
        margin-top: 15px;
    }
    
    .why .txt li .bt .shuzi {
        background: #ce1d1d;
        width: 55px;
        line-height: 55px;
        text-align: center;
        border-radius: 55px;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .why .txt li .bt .t20 {
        font-size: 24px;
        font-weight: bold;
        line-height: 55px;
        margin-left: 10px;
    }
    
    .why .txt li p {
        color: #bfbfbf;
        font-size: 16px;
        margin-top: 15px;
        line-height: 28px;
    }
    
    .lanyun_ad {
        background: url("../images/ad.jpg") center no-repeat;
        width: 100%
    }
    
    .lanyun_ad ul {
        width: 90%;
        text-align: center;
        color: #fff;
        padding: 55px 0;
        margin: 0 auto;
    }
    
    .lanyun_ad h3 {
        font-size: 24px;
        line-height: 33px;
    }
    
    .lanyun_ad p {
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 20px;
    }
    /*产品分类*/
    
    .prolist {
        width: 100%;
        margin: 0px auto;
        position: relative;
        overflow: hidden;
        padding: 0% 3% 0;
    }
    
    .prolist_tit::before {
        display: block;
        text-align: center;
        font-size: 70px;
        font-family: impact;
        color: rgba(0, 0, 0, .12);
        text-transform: uppercase;
    }
    
    .tit_one::before {
        content: "products center";
    }
    
    .tit_six::before {
        content: "cases";
    }
    
    .tit_four::before {
        content: "news center";
    }
    
    .prolist_tit h2 {
        text-align: center;
        font-weight: bold;
        color: #262626;
        font-size: 52px;
        margin-top: -60px;
    }
    
    .prolist_tit h2 span {
        font-size: 52px;
        color: #e5212b;
        font-weight: 550;
        font-style: normal;
    }
    
    .prolist_tit p {
        color: #000;
        text-align: center;
        font-size: 18px;
        padding-top: 15px;
    }
    
    .prolist_cont {
        width: 90%;
        margin: 2% auto 0 auto;
    }
    
    .tx_index_pro {
        overflow: hidden;
        width: 100%;
        padding: 20px 0;
        clear: both;
        position: relative;
        margin-top: 2%;
    }
    
    .rtCont {
        position: relative;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .rtCont ul {
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    
    .rtCont ul li {
        width: 12%;
        border-radius: 18px;
        overflow: hidden;
        padding: 0.5%;
        margin: 0 1%;
        position: relative;
        z-index: 1;
    }
    
    .pro_pic {
        border-radius: 50%;
        border: 7px solid #ececec;
        overflow: hidden;
    }
    
    .rtCont ul li img {
        border-radius: 10px 10px 0 0;
        width: 100%;
        transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
    }
    
    .rtCont ul li:hover img {
        transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
    }
    
    .rtCont ul li p {
        background: #e5212b;
        margin-top: 5%;
        border-radius: 30px;
        font-size: 16px
    }
    
    .rtCont ul li p a {
        color: #fff;
        line-height: 30px;
        text-align: center;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 2% 0;
        transition: all linear .3s
    }
    
    .rtCont ul li:hover p a {
        font-size: 22px;
        font-weight: 700;
        color: #fff
    }
    
    .pf_prolist {
        width: 85%;
        margin: 2% auto;
    }
    
    .pf_prolist ul {
        width: 70%;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: center;
        justify-content: center;
        flex-wrap: wrap;
        padding: 1% 0;
        ;
    }
    
    .pf_prolist li {
        padding: 0 5%;
        line-height: 65px;
        border: 1px solid transparent;
        border-color: rgba(151, 151, 151, 0.5);
        margin: 0 1% 0 0;
        transition: .5s;
    }
    
    .pf_prolist li a {
        color: #333;
    }
    
    .pf_prolist li:hover {
        background: #f0c02e;
        color: #fff;
    }
    
    .shit2 {
        position: fixed;
        top: 50px;
        left: 50%;
        ;
        z-index: 999;
        background: #f5f5f5;
        width: 100%;
        margin-left: -50%;
        border-bottom: 1px solid #c6c6c6;
    }
    /*----sy_about-----*/
    
    .sy_about {
        width: 100%;
        background: url("../images/abg.jpg") center no-repeat;
        justify-content: space-between;
        color: #fff;
        /* display: flex;
        justify-content: space-around;
        align-items: center;
        background-attachment: fixed; */
    }
    
    .sy_about ul {
        width: 90%;
        margin: 0 auto;
        padding: 5% 0;
        display: flex;
        justify-content: space-between;
    }
    
    .sy_about .left {
        width: 42%
    }
    
    .sy_about .right {
        width: 56%
    }
    
    .sy_about .right .tit {
        background: url("../images/alogo.png") left center no-repeat;
        padding-left: 60px;
        margin-top: 3%;
    }
    
    .sy_about h2 {
        color: #e5212b;
        text-align: left;
        font-weight: bold;
    }
    
    @media only screen and (max-width: 1240px) {
        .sy_about h2 {
            font-size: 24px;
        }
    }
    
    @media only screen and (min-width: 1241px) {
        .sy_about h2 {
            font-size: 32px;
        }
    }
    
    @media only screen and (min-width: 1400px) {
        .sy_about h2 {
            font-size: 38px;
        }
    }
    
    @media only screen and (min-width: 1300px) {
        .sy_about h2 {
            font-size: 40px;
        }
    }
    
    @media only screen and (min-width: 1600px) {
        .sy_about h2 {
            font-size: 48px;
        }
    }
    
    .sy_about p {
        color: #3d3d3d;
    }
    
    .sy_about .jianjie {
        font-size: 16px;
        line-height: 33px;
        width: 100%;
        margin: 20px auto;
        overflow: hidden;
        text-align: left;
        margin-top: 5%;
    }
    
    .sy_about .jianjie p {
        font-size: 15px;
        line-height: 25px;
        margin-top: 20px;
    }
    
    .sy_about .alist {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        margin-top: 8%;
    }
    
    .sy_about .alist li {
        width: 32%
    }
    
    .sy_about img {
        max-width: 100%
    }
    /*----我们的优势----*/
    
    .ys_bt {
        width: 100%;
        text-align: center;
    }
    
    .ys_all {
        background: url("../images/ys_bg.jpg") no-repeat top;
        position: relative;
        padding: 40px 0 50px 0;
        background-size: cover;
        height: 1000px;
        margin-bottom: 100px;
    }
    
    .ys_1300 {
        position: relative;
    }
    
    .ys_all ul li {
        width: 230px;
        height: 230px;
        border-radius: 230px;
        position: absolute;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
        transition: all .5s
    }
    
    .ys_all ul li img {
        display: block;
        margin: auto;
        margin-top: 44px;
        -webkit-transition-duration: time;
        -moz-transition-duration: time;
        -ms-transition-duration: time;
        -o-transition-duration: time;
        transition-duration: time;
        transition: all 1s
    }
    
    .ys_all ul li h3 {
        font-size: 24px;
        font-weight: normal;
        text-align: center;
        color: #fff;
        margin-top: 8px;
    }
    
    .ys_all ul li p {
        color: #fff;
        text-align: center;
    }
    
    .ys_all ul li:nth-of-type(1) {
        background: url("../images/bg1.png") no-repeat center;
    }
    
    .ys_all ul li:nth-of-type(3) {
        background: url("../images/bg3.png") no-repeat center;
    }
    
    .ys_all ul li:nth-of-type(5) {
        background: url("../images/bg5.png") no-repeat center;
    }
    
    .ys_all ul li:nth-of-type(2) {
        background: url("../images/bg2.png") no-repeat center;
    }
    
    .ys_all ul li:nth-of-type(4) {
        background: url("../images/bg4.png") no-repeat center;
    }
    
    .ys_all ul li:nth-of-type(1) {
        top: 470px;
    }
    
    .ys_all ul li:nth-of-type(2) {
        top: 250px;
        left: 20%;
    }
    
    .ys_all ul li:nth-of-type(3) {
        top: 150px;
        left: 45%
    }
    
    .ys_all ul li:nth-of-type(4) {
        top: 250px;
        right: 15%;
    }
    
    .ys_all ul li:nth-of-type(5) {
        top: 470px;
        right: 0;
    }
    
    .jjdi_gsm {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 360px;
    }
    
    .jjdi_gsm img {
        display: block;
        margin: auto;
    }
    
    .jjdi_gsm h2 {
        text-align: center;
        margin-top: -100px;
    }
    
    .jjdi_gsm p {
        color: #a7a7a7;
        text-align: center;
        text-transform: uppercase;
        font-size: 20px;
    }
    
    .jjdi_gsm h4 {
        text-align: center;
        font-size: 24px;
        font-weight: normal;
        color: #f08300;
        margin-top: 35px;
    }
    
    .ys_all ul li:hover {
        margin-top: -15px;
    }
    
    .ys_all ul li:hover img {
        -webkit-transition-duration: time;
        -moz-transition-duration: time;
        -ms-transition-duration: time;
        -o-transition-duration: time;
        transition-duration: time;
        transform: rotateY(360deg);
    }
    
    .ys_tu {
        margin-top: 550px;
        animation: sss 1s infinite alternate linear;
    }
    
    @keyframes sss {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-20px);
        }
    }
    /*产品展示*/
    
    .pro {
        width: 90%;
        margin: 2% auto 5% auto;
    }
    
    #top_scroll {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 3%;
        height: 1000px;
    }
    
    #top_scroll ul li {
        position: relative;
        float: left;
        width: 32.3%;
        margin: 0.5%;
        overflow: hidden;
        box-sizing: border-box;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        background: #f2f2f2;
    }
    
    #top_scroll ul li .img {
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    #top_scroll ul li .img img {
        width: 100%;
        transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
    }
    
    #top_scroll ul li .img:hover img {
        transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
    }
    
    #top_scroll ul li .proText {
        padding: 12px;
        transition: .4s;
        -webkit-transition: .4s;
    }
    
    #top_scroll ul li strong {
        display: block;
        font-weight: normal;
        color: #333333;
        font-size: 18px;
        margin-bottom: 8px;
        text-align: center;
    }
    
    #top_scroll ul li:hover {
        background-color: #e5212b;
    }
    
    #top_scroll ul li:hover strong,
    #top_scroll ul li:hover .proText i {
        color: #fff;
    }
    /*公司简介*/
    
    .about {
        width: 100%;
        margin: 0px auto;
        position: relative;
        background: url("../images/about.jpg") no-repeat center top;
        overflow: hidden;
        padding: 0 0 5% 0;
    }
    
    .about ul {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    
    .about h2 {
        font-size: 38px;
        color: #fff;
        padding-top: 50px;
    }
    
    .about h1 {
        font-size: 24px;
        color: #ffffff;
        font-weight: normal;
    }
    
    .about .txt {
        margin-top: 30px;
        font-size: 15px;
        line-height: 25px;
    }
    
    .about .lanyun {
        width: 100%;
        text-align: right;
    }
    
    .about .lanyun img {
        max-width: 100%
    }
    
    .about .jianjie {
        width: 85%;
        margin: 70px auto 0;
        text-align: left;
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        display: flex;
        justify-content: space-between;
    }
    
    .about .jianjie .left {
        width: 62%
    }
    
    .about .jianjie .img {
        width: 438px
    }
    
    .about .ad_h2 {
        color: #fff;
        font-size: 28px;
        line-height: 2em;
    }
    
    .about .ad_p {
        color: #fff;
        font-size: 18px;
    }
    
    .about .ad_more {
        background: #ce1d1d;
        width: 420px;
        text-align: center;
        color: #fff;
        margin: 0 auto;
        border-radius: 60px;
        line-height: 60px;
        font-size: 28px;
        margin-top: 15px;
    }
    
    .about .ad_more a {
        color: #fff
    }
    
    .about .anniu {
        width: 300px;
        margin-top: 20px;
    }
    
    .about .anniu li {
        width: 140px;
        margin-right: 10px;
        float: left;
        line-height: 40px;
        text-align: center;
        height: 40px;
    }
    
    .about .anniu .abouta {
        background: #eb3030;
        line-height: 50px;
        display: block;
        height: 50px;
        overflow: hidden;
    }
    
    .about .anniu .abouta a {
        color: #fff
    }
    
    .about .anniu .lianxi {
        background: #fff;
        line-height: 50px;
        display: block;
        height: 50px;
    }
    /*客户案例*/
    
    .case {
        width: 90%;
        margin: 2% auto 0 auto;
    }
    
    .case_tit {
        margin-bottom: 3%;
    }
    
    .case_tit::before {
        display: block;
        text-align: center;
        font-size: 70px;
        font-family: impact;
        color: rgba(0, 0, 0, .12);
        text-transform: uppercase;
    }
    
    .case_tit h2 {
        text-align: center;
        font-weight: bold;
        color: #e5212b;
        font-size: 52px;
        margin-top: -60px;
    }
    
    .case_tit h2 span {
        font-size: 52px;
        color: #161823;
        font-weight: 550;
        font-style: normal;
    }
    
    .case_tit p {
        color: #000;
        text-align: center;
        font-size: 20px;
        padding-top: 15px;
    }
    
    #case_scroll {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 3%;
        height: 745px;
    }
    
    #case_scroll ul li {
        position: relative;
        float: left;
        width: 23%;
        margin: 0 1% 1% 1%;
        overflow: hidden;
        border-bottom: #e1dfdf 1px solid;
        box-sizing: border-box;
        background-color: #f8f8f8;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }
    
    #case_scroll ul li .img {}
    
    #case_scroll ul li .img img {
        width: 400px;
        height: 300px;
        transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
    }
    
    #case_scroll ul li .img:hover img {
        transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
    }
    
    #case_scroll ul li .proText {
        padding: 12px;
        transition: .4s;
        -webkit-transition: .4s;
        text-align: center;
    }
    
    #case_scroll ul li strong {
        display: block;
        font-weight: normal;
        color: #333333;
        font-size: 18px;
        margin-bottom: 8px;
        text-align: center;
    }
    
    #case_scroll ul li .proText i {
        display: block;
        line-height: 34px;
        background: url(../images/dianhua.png) no-repeat left 22% center;
        font-style: normal;
        font-size: 21px;
        color: #333333;
        transition: .4s;
        -webkit-transition: .4s;
    }
    
    #case_scroll ul li:hover {
        background-color: #e5212b;
    }
    
    #case_scroll ul li:hover strong,
    #top_scroll ul li:hover .proText i {
        color: #fff;
    }
    /*news*/
    
    .news {
        width: 85%;
        margin: 2% auto 0 auto;
    }
    
    .news_tit {
        margin-bottom: 3%;
    }
    
    .news_tit::before {
        display: block;
        text-align: center;
        font-size: 70px;
        font-family: impact;
        color: rgba(0, 0, 0, .12);
        text-transform: uppercase;
    }
    
    .news_tit h2 {
        text-align: center;
        font-weight: bold;
        color: #e5212b;
        font-size: 52px;
        margin-top: -60px;
    }
    
    .news_tit h2 span {
        font-size: 52px;
        color: #161823;
        font-weight: 550;
        font-style: normal;
    }
    
    .news_tit p {
        color: #000;
        text-align: center;
        font-size: 20px;
        padding-top: 15px;
    }
    
    .news_cont {
        padding-top: 2%;
        display: flex;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .news_cont .newList {
        flex-basis: 32%;
        margin-right: 2%;
    }
    
    .newList {
        overflow: hidden;
        padding: 0rem 0 04% 0;
        height: auto;
        width: 100%;
    }
    
    .news_cont .newList:nth-child(3n) {
        margin-right: 0px;
    }
    
    .news_cont .newPicBox {
        position: relative;
        width: 100%;
        height: 0px;
        padding-bottom: 50%;
        overflow: hidden;
        border-radius: 0px;
        margin: 0 auto;
    }
    
    .news_cont .newPic {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        width: 100%;
        height: auto;
        transition: all .5s ease;
    }
    
    .news_cont .picLink {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    
    .news_cont .contentBoxB {
        padding: 0 3%;
        background: rgba(255, 255, 255, 0.9)
    }
    
    .news_cont .newTitle {
        font-size: 20px;
        margin-bottom: 0;
        line-height: 1.2;
        font-weight: normal;
        color: #373c41;
        transition: all .5s ease;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
    
    .news_cont .lineBox {
        position: relative;
        width: 100%;
        height: 1px;
        background: #ededed;
        margin-bottom: 26px;
    }
    
    .news_cont .lineBox::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 100%;
        background: #afafaf;
        transition: all .5s ease;
    }
    
    .news_cont .TimeBox {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: .25px;
        color: #777;
        margin-bottom: 20px;
    }
    
    .news_cont .newMs {
        position: relative;
        width: 100%;
        line-height: 1.4;
        clear: both;
        font-size: 14px;
        color: #777;
        min-height: 22px;
        letter-spacing: 0;
        padding: 20px 0px 30px;
        display: -webkit-box;
        overflow: hidden;
        line-height: 30px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        font-weight: 100;
    }
    
    .news_cont .image_con {
        width: 100%;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.9);
        padding-top: 10px;
    }
    
    .news_cont .image_con img {
        width: 90%;
        transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
        margin: 0 auto;
        display: block;
    }
    
    .news_cont .image_con:hover img {
        transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
    }
    
    .news_cont .look {
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px;
        color: #777;
        overflow: hidden;
    }
    
    .news_cont .look .look_name {
        margin-right: 10px;
        position: relative;
    }
    
    .news_cont .newList:hover .newPic {
        transform: translate(-50%, -50%) scale(1.1);
    }
    
    .news_cont .newList:hover .newTitle {
        color: #222;
    }
    
    .news_cont .newList:hover .lineBox::before {
        width: 100%;
    }
    
    .di_img {
        width: 100%;
        background: url(../images/model_bg_02.jpg) no-repeat center top;
        position: relative;
        height: 358px;
    }
    
    .news_img {
        width: 56%;
        margin: 0 auto;
    }
    
    .news_img img {
        width: 100%;
        margin-top: 5%;
    }
    
    .news_cont .bottom_btn {
        font-size: 14px;
        line-height: 7.5;
        /* font-weight:bold; */
        letter-spacing: .5px;
        text-transform: uppercase;
        transition: all .5s ease;
        background: rgba(255, 255, 255, 0.9);
        padding-left: 5%;
    }
    
    .news_cont .contentBoxB .bottom_btn {
        display: none;
    }
    
    .news_cont .newList:hover .bottom_btn {
        color: #b62021;
    }
    
    @media (max-width:769px) {
        .news {
            padding: 0 0 3rem 0;
            background-attachment: fixed;
            background-size: cover;
        }
        .news_tit {
            padding-top: 10%;
        }
        .news_tit h2 {
            font-size: 38px;
            line-height: 45px;
            font-weight: 500;
            padding-top: 20px;
            background-size: 75%;
        }
        .news_tit p {
            display: none;
        }
        .news_cont {
            width: 95%;
        }
        .news_cont .newList {
            flex-basis: 100%;
            margin-right: 0%;
        }
        .news_cont .newMs {
            margin: 20px 0px 0px;
        }
        .di_img {
            height: 240px;
        }
        .news_img {
            width: 100%;
            height: 145px;
        }
    }
    /* ===================== 内页 Banner 图 ===================== */
    
    #nyba {
        height: 320px;
        position: relative;
        overflow: hidden;
        background: url("../images/ys_bg.jpg") top -170px center no-repeat;
        background-attachment: fixed;
    }
    
    .box_box {
        width: 600px;
        padding: 30px 0 20px;
        border-radius: 6px;
        position: absolute;
        top: 50%;
        margin-top: -63px;
        left: 50%;
        margin-left: -250px;
        text-align: center;
    }
    
    .box_box h3 {
        font-size: 36px;
        font-weight: 500;
        color: #fff;
        height: 36px;
        line-height: 36px;
    }
    
    .box_box h3 i {
        display: inline-block;
        width: 40px;
        height: 1px;
        vertical-align: middle;
        background-color: #fff;
        margin: 0 20px;
    }
    
    .box_box p {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        line-height: 40px;
        opacity: 0.5
    }
    
    .mbx {
        width: 100%;
        height: 60px;
        background: #f2f2f2;
    }
    
    .mbx .mbx_cont {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 60px;
        color: #333;
    }
    /*产品详情页*/
    
    .container {
        width: 90%;
        margin: 1% auto 0;
    }
    
    .container h2 {
        text-align: center;
        font-weight: bold;
        font-size: 38px;
    }
    
    .info-intro {
        text-align: left;
        font-size: 16px;
        line-height: 33px;
        border-bottom: 1px solid transparent;
        border-top: 1px solid transparent;
        border-color: rgba(151, 151, 151, 0.3);
        padding-bottom: 15px;
    }
    
    .info-pic {
        margin: 10px 0;
    }
    
    .info-pic img {
        margin: 0 auto;
        width: 100%;
        max-width: 800px;
        display: block;
    }
    
    .info_cont {
        font-size: 16px;
        line-height: 27px;
    }
    
    .info_cont img {
        max-width: 100%
    }
    
    .info_cont p {
        margin-bottom: 15px;
        text-align: left;
    }
    
    .more-info {
        line-height: 40px;
    }
    
    .more-info ul {
        width: 100%;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-top: 20px;
    }
    
    .more-info li {
        width: 50%;
    }
    
    .more-info li em {
        font-weight: 500;
        padding-right: 15px;
    }
    
    .more-info a {
        color: #fff
    }
    /*----ny_xq-----*/
    
    .ny_xq {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    
    .ny_xq .left,
    .ny_xq .right {
        width: 48%
    }
    /*footer*/
    
    .end_line {
        width: 40px;
        background: #3d3d3d;
        height: 3px;
        margin: 1px 0 15px;
    }
    
    .footer {
        width: 100%;
        background: #f9f9f9
    }
    
    .footer ul {
        width: 90%;
        padding: 30px 0;
        margin: 0 auto;
    }
    
    .footer .logo {
        width: 20%;
        float: left;
        color: #3d3d3d;
    }
    
    .footer .f_contact {
        width: 30%;
        float: left;
        color: #3d3d3d;
    }
    
    .footer .f_contact h2 {
        font-size: 28px;
        text-transform: uppercase;
        font-weight: normal;
        color: #eb1e2f;
    }
    
    .footer .f_contact .f_contact_cont {
        padding-top: 10px;
        width: 100%;
        line-height: 33px;
        font-size: 16px;
        color: #3d3d3d;
    }
    
    .footer .f_contact .f_contact_cont .t18 {
        font-size: 20px;
        font-weight: bold;
    }
    
    .footer .f_contact .f_contact_cont h3 {
        font-weight: normal;
        font-size: 18px;
        line-height: 35px;
    }
    
    .footer .f_contact .f_contact_cont p {
        font-size: 16px;
        line-height: 40px;
        padding-bottom: 20px
    }
    
    .footer .f_contact .f_contact_cont em {
        color: #3d3d3d;
        line-height: 31px;
    }
    
    .footer .f_contact .f_contact_cont em a {
        color: #3d3d3d
    }
    
    .footer .f_contact .f_contact_cont em a:hover {
        color: #3d3d3d;
    }
    
    .footer .f_pro {
        width: 30%;
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
        float: left;
        color: #3d3d3d;
    }
    
    .footer .f_pro h2 {
        font-size: 28px;
        text-transform: uppercase;
        font-weight: normal;
        color: #eb1e2f
    }
    
    .footer .en {
        font-size: 11px;
        color: #3d3d3d;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 23px;
        margin-bottom: 8px;
    }
    
    .footer .f_pro ul {
        overflow: hidden;
        padding-top: 10px;
        overflow: hidden
    }
    
    .footer .f_pro li {
        width: 100%;
        float: left;
    }
    
    .footer .f_pro li em {
        display: block;
        color: #262c3f;
        padding-bottom: 20px;
    }
    
    .footer .f_pro li em:after {
        content: "";
        width: 40px;
        height: 3px;
        background: #eb1e2f;
        display: block;
        margin-top: 10px;
    }
    
    .footer .f_pro li a {
        color: #3d3d3d;
        line-height: 34px;
        display: block;
        font-size: 16px;
    }
    
    .footer .f_pro li a:hover {
        display: block;
        color: #eb1e2f;
        font-weight: bold;
    }
    
    .footer .f_wx {
        width: 20%;
        float: right;
        color: #535353;
        text-align: center;
    }
    
    .footer .f_wx h2 {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .footer .f_wx img {
        max-width: 100%;
    }
    
    .copy {
        width: 100%;
        text-align: center;
        color: #fff;
        background: #eb1e2f;
        font-size: 16px;
        line-height: 55px;
    }
    /*内页公司简介*/
    
    .se_about {
        width: 90%;
        margin: 2% auto;
        background: url("../images/lanyun.png") center top no-repeat;
    }
    
    .se_about_tit {
        margin-bottom: 3%;
    }
    
    .se_about_tit h2 {
        text-align: center;
        margin: 0px auto;
        font-size: 55px;
        line-height: 90px;
        font-weight: 500;
        padding-top: 88px;
        background-size: 19%;
        color: #2d2d2d;
    }
    
    .se_about_tit h2 em {
        font-weight: 800;
        color: #e5212b;
    }
    
    .se_about_tit p {
        text-align: center;
        margin-top: 20px;
        color: #999;
    }
    
    .se_about_cont {
        padding: 3%;
        line-height: 31px;
    }
    
    .se_about_cont p {
        margin-bottom: 1%;
    }
    
    .se_about_cont img {
        width: 100%;
    }
    /*内页业务布局*/
    
    .se_yewu {
        width: 80%;
        margin: 0 auto 3% auto;
        display: flex;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    
    .se_yewu .se_yewu_l {
        align-items: center;
        padding: 0;
        width: 50%;
        transition: .5s;
    }
    
    .se_yewu .se_yewu_l img {
        width: 100%;
        height: 100%;
    }
    
    .se_yewu .se_yewu_r {
        width: 50%;
        background: #f2f2f2;
    }
    
    .se_yewu .se_yewu_r .se_yewu_cont {
        padding: 10% 7% 7% 10%;
        color: #333;
    }
    
    .se_yewu .se_yewu_r .se_yewu_cont h3 {}
    
    .se_yewu .se_yewu_r .se_yewu_cont p {
        margin-top: 15px;
        line-height: 31px;
    }
    
    .PubLink {
        display: inline-block;
        color: rgb(102, 102, 102);
        width: 50%;
        max-width: 256px;
        line-height: 62px;
        text-align: center;
        font-family: Times New Roman;
        font-size: 15px;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(102, 102, 102);
        border-image: initial;
        padding: 0px 30px;
        margin-top: 7%;
    }
    
    .PubLink:hover {
        border: 1px #d2bb84 solid;
        background: #d2bb84;
        color: #fff;
    }
    
    @media screen and (max-width:770px) {
        .se_yewu {
            display: block;
            width: 95%;
        }
        .se_yewu .se_yewu_l {
            width: 100%;
        }
        .se_yewu .se_yewu_r {
            width: 100%;
        }
    }
    /*内页产品展示*/
    
    .se_tuandui {
        width: 90%;
        margin: 5rem auto 1rem auto;
    }
    
    .se_tuandui ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .se_tuandui li {
        padding: 0;
        width: 23%;
        margin: 0 26px 25px 0;
        position: relative;
        overflow: hidden;
        background: #fff;
        border: 1px solid #eee;
    }
    
    .se_tuandui li:nth-child(4n) {
        margin-right: 0px;
    }
    
    .se_tuandui li .p-img {
        margin: 0 auto 0px auto;
        text-align: center;
        position: relative;
        overflow: hidden;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .se_tuandui li .p-name {
        height: 57px;
        line-height: 57px;
        word-break: break-all;
        word-wrap: break-word;
        overflow: hidden;
        text-align: center;
        font-weight: 800;
        border-top: 1px solid #eee
    }
    
    .se_tuandui li .p-img img {
        width: 100%;
        height: 100%;
        transition: 0.4s ease;
        -moz-transition: 0.4s ease;
        -webkit-transition: 0.4s ease;
    }
    
    .se_tuandui li:hover img {
        transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }
    
    .se_tuandui p {
        font-size: 18px;
        line-height: 35px;
        color: #666;
    }
    
    .se_tuandui p span {
        font-size: 17px;
        color: #af1318;
    }
    
    .se_tuandui ul li i {
        display: block;
        padding-left: 10%;
        line-height: 34px;
        background: url(../images/tel.png) no-repeat left 18% center;
        font-style: normal;
        color: #333333;
        transition: .4s;
        -webkit-transition: .4s;
        font-family: impact;
        text-align: center;
        padding-bottom: 3%;
    }
    
    .se_tuandui ul li:hover {
        background-color: #e5212b;
        cursor: pointer;
    }
    
    .se_tuandui ul li:hover i {
        background: url(../images/tel.png) no-repeat left 18% center;
        color: #fff;
    }
    
    .se_tuandui ul li:hover .p-name {
        color: #fff;
    }
    
    @media (max-width:769px) {
        .se_tuandui {
            width: 100%;
            margin: 2rem auto;
        }
        .se_tuandui ul {}
        .se_tuandui li {
            float: left;
            padding: 0;
            width: 47%;
            margin: 0 1% 25px 1%;
            position: relative;
            overflow: hidden;
            border: 1px solid #eee;
        }
        .se_tuandui li:nth-child(2n) {
            margin-right: 0px;
        }
        .se_tuandui li .p-img {
            width: 100%;
            height: auto;
            margin: 0 auto 0px auto;
            text-align: center;
            position: relative;
            overflow: hidden
        }
        .se_tuandui li .p-name {
            height: 70px;
            line-height: 70px;
            word-break: break-all;
            word-wrap: break-word;
            overflow: hidden;
            text-align: center;
            font-size: 18px;
            border-top: 1px solid #eee
        }
        .se_tuandui li .p-img img {
            width: 100%;
            transition: 0.4s ease;
            -moz-transition: 0.4s ease;
            -webkit-transition: 0.4s ease;
        }
        .se_tuandui li:hover img {
            transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -webkit-transform: scale(1.1, 1.1);
        }
        .se_tuandui p {
            font-size: 18px;
            line-height: 35px;
            color: #666;
        }
        .se_tuandui p span {
            font-size: 17px;
            color: #af1318;
        }
    }
    
    .sepro_cont {
        width: 90%;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        background: #f8f8f8;
    }
    
    .sepro_cont_l {
        width: 50%;
    }
    
    .sepro_cont_l img {
        width: 100%;
    }
    
    .sepro_cont_r {
        width: 50%;
        padding: 4% 3%;
    }
    
    .sepro_cont_r h2 {
        text-align: left;
        font-weight: 500;
        font-size: 35px;
    }
    
    .sepro_cont_r .info-intro {
        text-align: left;
    }
    
    .sepro_cont_r .info-pic {
        margin: 10px 0;
    }
    
    .sepro_cont_r .info-pic img {
        margin: 0 auto;
        max-width: 100%;
        display: block;
    }
    
    .sepro_cont_r .info_cont {
        font-size: 16px;
        line-height: 31px;
        text-align: left;
    }
    
    .sepro_cont_r .info_cont p {
        margin-bottom: 15px;
    }
    
    .fenye {
        width: 1280px;
        margin: 0 auto 1% auto;
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        -webkit-align-items: center;
        height: 45px;
    }
    
    .fenye_zong {
        font-size: 14px;
        width: 200px;
        background: #f2f2f2;
        text-align: center;
        line-height: 45px;
    }
    /*内页简介*/
    
    .ny_about {
        width: 100%;
        height: 500px;
        overflow: hidden;
        background-attachment: fixed;
        background-size: cover;
    }
    
    .ny_about_cont {
        width: 80%;
        margin: 50px auto;
    }
    
    .ny_about_cont h2 {
        font-size: 40px;
        color: #159e50;
        line-height: 80px;
    }
    
    .ny_about_cont p {
        font-size: 18px;
        line-height: 35px;
        color: #666;
        margin-top: 30px;
        text-indent: 2em;
    }
    /*se_hangye*/
    
    .newsout {
        padding: 0 0 120px;
    }
    
    .newslist {
        padding: 0 0 120px;
        width: 100%;
    }
    
    .newslist li {
        width: 100%;
        padding: 38px 0;
        background-color: #eee;
        border-bottom: 2px solid #fff;
    }
    
    .newslist li:nth-child(even) {
        background-color: #f5f5f5;
    }
    
    .newslist li .lin {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    .newslist li a {
        display: block;
        position: relative;
        padding-left: 0;
        min-height: 220px;
        overflow: hidden;
        padding-right: 166px;
    }
    
    .newslist li a:after {
        content: '';
        position: absolute;
        right: 130px;
        top: 40px;
        z-index: 2;
        width: 1px;
        height: 143px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    
    .newslist li .pic {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 0;
        height: 220px;
        overflow: hidden;
    }
    
    .newslist li .pic img {
        width: 386px;
        height: 100%;
    }
    
    .newslist li h3 {
        font-size: 18px;
        color: #333;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        padding-top: 28px;
    }
    
    .newslist li .txt {
        font-size: 16px;
        color: #666;
        line-height: 32px;
        overflow: hidden;
        height: 64px;
        text-align: justify;
        margin: 18px 0 24px;
    }
    
    .newslist li .date {
        font-size: 16px;
        color: #666;
        line-height: 30px;
        height: 30px;
        background: url('../images/clock.png') 0 center no-repeat;
        font-family: 'helvetica';
        padding-left: 28px;
    }
    
    .newslist li label {
        display: block;
        width: 28px;
        height: 28px;
        font-size: 0;
        cursor: pointer;
        background: #e5212b url('../images/jtr-n.png') center no-repeat;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        z-index: 1;
        margin-top: -14px;
    }
    
    .newslist li:hover {
        background-color: #e5212b;
    }
    
    .newslist li:hover a {
        padding-left: 426px;
    }
    
    .newslist li:hover a:after {
        background-color: rgba(255, 255, 255, 0.2);
    }
    
    .newslist li:hover .pic {
        width: 386px;
    }
    
    .newslist li:hover h3 {
        color: #fff;
    }
    
    .newslist li:hover .txt {
        color: rgba(255, 255, 255, 0.7);
    }
    
    .newslist li:hover .date {
        background-image: url('../images/clock2.png');
        color: #fff;
    }
    
    .newslist li:hover label {
        background-image: url('../images/jtr-nh.png');
        background-color: #fff;
    }
    
    .newslist li,
    .newslist a:after,
    .newslist h3,
    .newslist .date,
    .newslist label {
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    
    .newslist a,
    .newslist .pic {
        -webkit-transition: 1s;
        transition: 1s;
    }
    
    .newslist .txt {
        -webkit-transition: color 0.4s;
        transition: color 0.4s;
    }
    
    @media screen and (max-width: 1440px) {
        .newsout {
            padding: 0 0 80px;
        }
        .newslist {
            padding: 0 0 80px;
        }
    }
    
    @media screen and (max-width: 1280px) {
        .newslist li a {
            padding-left: 426px;
            padding-right: 20px;
        }
        .newslist li:hover a {
            padding-left: 426px;
        }
        .newslist li a:after {
            display: none;
        }
        .newslist li label {
            display: none;
        }
        .newslist li .pic {
            width: 386px;
            left: 20px;
        }
        .newslist li:hover .pic {
            width: 386px;
        }
    }
    
    @media screen and (max-width: 1000px) {
        .newslist li h3 {
            padding-top: 10px;
        }
        .newslist li .txt {
            height: auto;
            max-height: 96px;
        }
    }
    
    @media screen and (max-width: 840px) {
        .newslist li a {
            padding-left: 46%;
            padding-right: 3%;
        }
        .newslist li:hover a {
            padding-left: 46%;
        }
        .newslist li .pic {
            width: 40%;
            left: 3%;
        }
        .newslist li:hover .pic {
            width: 40%;
        }
        .newslist li .pic img {
            position: absolute;
            left: 50%;
            margin-left: -193px;
        }
    }
    
    @media screen and (max-width: 600px) {
        .newsout {
            padding: 0 0 60px;
        }
        .newslist {
            padding: 0 0 60px;
        }
        .newslist li a {
            padding-left: 3%;
        }
        .newslist li:hover a {
            padding-left: 3%;
        }
        .newslist li .pic {
            position: relative;
            width: 100%;
            left: 0;
            height: auto;
        }
        .newslist li:hover .pic {
            width: 100%;
        }
        .newslist li .pic img {
            position: static;
            left: 0;
            margin-left: 0;
            width: 100%;
            height: auto;
        }
    }
    /*se-contact*/
    /*内页联系我们*/
    
    .contacts {
        padding: 107px 0 66px;
        background: #fff;
    }
    
    .contact-title {
        position: relative;
        padding-bottom: 70px;
        color: #f0c02e;
        line-height: 1;
    }
    
    .contact-title:before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        width: 82vw;
        height: 10px;
        background: url(../images/line6.png) left center repeat-x;
    }
    
    .contact-address {
        margin-top: 70px;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    
    .contact-item {
        min-width: 330px;
    }
    
    .contact-top {
        padding-bottom: 24px;
        border-bottom: 3px solid #f2f2f2;
    }
    
    .contact-top strong {
        display: block;
        margin-bottom: 13px;
        line-height: 1;
        color: #333333;
        font-size: 24px;
    }
    
    .contact-top p {
        color: #333333;
        font-size: 16px;
    }
    
    .contact-info {
        margin-top: 25px;
    }
    
    .contact-info p {
        color: #333333;
        font-size: 16px;
        line-height: 31px;
    }
    
    .contact-eq {
        width: 130px;
    }
    
    .contact-eq img {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .map {
        width: 100%;
        height: 658px;
        margin: 0 auto;
    }
    
    @media only screen and (max-width: 768px) {
        .contacts {
            padding: 3rem 0 3rem 0;
            background: #fff;
        }
        .contact-address {
            margin-top: 70px;
            display: block;
        }
        .contact-title {
            padding-bottom: 20px;
        }
        .contact-item {
            min-width: 100%;
        }
        .contact-map {
            display: none;
        }
        .contact-us-title p {
            font-size: 16px;
        }
        .form-group {
            padding: 0rem 0px;
            line-height: 35px;
            width: 100%;
            margin: 0 20px 0px 0rem;
        }
        .col-sm-2 {
            height: 40px;
        }
        .btn-success {
            font-size: 16px;
            height: 40px;
            line-height: 27px;
        }
    }
    /*===================== 响应式代码 START =====================*/
    
    .f_80 {
        font-size: 80px;
    }
    
    .f_72 {
        font-size: 72px;
    }
    
    .f_62 {
        font-size: 62px;
    }
    
    .f_48 {
        font-size: 48px;
    }
    
    .f_40 {
        font-size: 40px;
    }
    
    .f_30 {
        font-size: 30px;
    }
    
    .f_24 {
        font-size: 23px;
    }
    
    .f_20 {
        font-size: 20px;
    }
    
    .f_18 {
        font-size: 18px;
    }
    
    .f_16 {
        font-size: 16px;
    }
    
    .f_15 {
        font-size: 15px;
    }
    
    .f_14 {
        font-size: 14px;
    }
    /*===================== 响应式代码 START =====================*/
    
    @media( max-width:1600px) {
        .f_80 {
            font-size: 60px;
        }
        .f_72 {
            font-size: 50px;
        }
        .f_62 {
            font-size: 40px;
        }
        .f_48 {
            font-size: 38px;
        }
        .f_40 {
            font-size: 30px;
        }
        .f_30 {
            font-size: 24px;
        }
        .f_24 {
            font-size: 20px;
        }
        .f_20 {
            font-size: 20px;
        }
        .f_18 {
            font-size: 18px;
        }
        .f_16 {
            font-size: 16px;
        }
        .f_15 {
            font-size: 15px;
        }
        .f_14 {
            font-size: 14px;
        }
    }
    
    @media( max-width:1210px) {
        .f_80 {
            font-size: 60px;
        }
        .f_72 {
            font-size: 50px;
        }
        .f_62 {
            font-size: 30px;
        }
        .f_48 {
            font-size: 28px;
        }
        .f_40 {
            font-size: 26px;
        }
        .f_30 {
            font-size: 24px;
        }
        .f_24 {
            font-size: 16px;
        }
        .f_20 {
            font-size: 18px;
        }
        .f_18 {
            font-size: 16px;
        }
        .f_16 {
            font-size: 14px;
        }
        .f_15 {
            font-size: 14px;
        }
        .f_14 {
            font-size: 14px;
        }
    }
    
    @media (max-width:750px) {
        .f_80 {
            font-size: 60px;
        }
        .f_72 {
            font-size: 50px;
        }
        .f_62 {
            font-size: 30px;
        }
        .f_48 {
            font-size: 22px;
        }
        .f_40 {
            font-size: 22px;
        }
        .f_30 {
            font-size: 24px;
        }
        .f_24 {
            font-size: 14px;
        }
        .f_20 {
            font-size: 14px;
        }
        .f_18 {
            font-size: 16px;
        }
        .f_16 {
            font-size: 14px;
        }
        .f_14 {
            font-size: 14px;
        }
    }
    /*-----新闻资讯----*/
    
    .questiontwo {
        padding: 20px 22px;
        width: 90%;
        margin: 0px auto 40px;
        overflow: hidden;
    }
    
    .questiontwo .questiontwotit {
        font-size: 25px;
        padding-bottom: 28px;
        font-weight: 700;
        line-height: 1
    }
    
    .questiontwo ul li {
        float: left;
        margin-left: 1%;
        width: 48%;
        padding-bottom: 31px
    }
    
    .questiontwo.questiontwowen {
        clear: both;
        overflow: hidden
    }
    
    .questiontwowen span {
        float: left;
        width: 80px;
        border: 1px solid #d8e1ff;
        overflow: hidden;
    }
    
    .questiontwoda span {
        font-size: 14px;
        line-height: 25px;
    }
    
    .questiontwowen span img {
        max-width: 100%
    }
    
    .questiontwowen a {
        float: left;
        margin-left: 20px;
        font-size: 18px;
        line-height: 24px;
        color: #464646;
        margin-top: 5px;
        height: 48px;
        overflow: hidden
    }
    
    .questiontwowen a:hover {
        color: #d90a2c
    }
    
    .questiontwoda {
        margin-top: 15px;
        padding: 20px;
        border-radius: 5px;
        color: #737373;
        overflow: hidden
    }
    
    .questiontwoda i {
        float: left;
        background-size: 37px;
        width: 37px;
        height: 48px;
        text-align: center;
        font-style: normal;
        padding-top: 8px;
        line-height: 1;
        color: #fff;
        font-weight: 700;
        font-size: 17px;
    }
    
    .questiontwoda {
        background: #f2f2f2;
        clear: both;
    }
    /*----工程案例图片---*/
    
    .case-con {
        margin: 20px auto;
        width: 90%;
        overflow: hidden;
        clear: both;
    }
    
    .case-con .case-list li {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        border: 1px solid #F6F6F6;
        margin-bottom: 30px;
    }
    
    .case-list li {
        float: left;
        width: 32%;
        margin: 1%;
        background-color: #FFF;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .case-list li:hover {
        background: #ce1d1d;
    }
    
    .case-list li:hover .txt {
        color: #fff
    }
    
    .case-list li:nth-child(1n) {
        margin-left: 0;
    }
    
    .case-list li img {
        max-width: 100%
    }
    
    .case-list li .pic a {
        display: block;
        position: relative;
        padding-top: 76.8%;
    }
    
    .case-list li .pic a img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    
    .case-list li .txt {
        padding: 20px 28px;
    }
    
    .case-list li .txt h3 {
        color: #666;
        text-align: center;
        font-size: 16px
    }
    
    .case-list li:hover h3 {
        color: #fff;
    }
    
    .case-list li .txt a {
        display: block;
        font-size: 16px;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 6px;
    }
    
    .case-list li .txt a:hover {
        color: #DA251D;
    }
    
    .case-list li .txt p {
        line-height: 1.9;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .case-list li:hover {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    /*-----为什么选择我们--------*/
    /*-----特点展示--------*/
    
    .tedian {
        width: 100%;
        background: url("../images/fwbg.gif") center;
        display: flex;
        align-items: center;
        text-align: center;
        padding: 10% 0;
        justify-content: space-between;
        color: #fff;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-attachment: fixed;
    }
    
    .tedian .left {
        width: 40%;
        text-align: left;
        margin-left: 5%;
    }
    
    .tedian .left .en {
        font-size: 68px;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 70px;
        color: #fff;
    }
    
    .tedian .left .t28 {
        font-size: 28px;
        line-height: 44px;
        color: #d90a2c
    }
    
    .tedian .left .en16 {
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .tedian .right {
        width: 45%;
        text-align: left;
        margin-right: 5%;
        display: flex;
        justify-content: space-between;
    }
    
    .tedian .right li {
        width: 28%;
        border: 1px #d90a2c solid;
        padding: 5% 2.5%;
    }
    
    .tedian .right li .img {
        text-align: left;
    }
    
    .tedian .right li .line {
        background: #d90a2c;
        width: 33px;
        height: 3px;
        margin: 2% 0 5%;
    }
    
    .tedian .right li h2 {
        font-size: 24px;
        line-height: 40px;
    }
    
    .tedian .right li p {
        font-size: 14px
    }
    /*----首页新闻----*/
    
    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }
    
    @media (min-width:576px) {
        .container {
            max-width: 540px
        }
    }
    
    @media (min-width:768px) {
        .container {
            max-width: 720px
        }
    }
    
    @media (min-width:992px) {
        .container {
            max-width: 960px
        }
    }
    
    @media (min-width:1200px) {
        .container {
            max-width: 90%
        }
    }
    
    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }
    
    .cover-bg-img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }
    
    .no-gutters {
        margin-right: 0;
        margin-left: 0
    }
    
    .no-gutters>.col,
    .no-gutters>[class*=col-] {
        padding-right: 0;
        padding-left: 0
    }
    
    .title-block {
        position: relative;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 20px
    }
    
    @media only screen and (max-width:767px) {
        .title-block {
            margin-bottom: 15px
        }
    }
    
    .our-blog.our-blog-classic .blog-classic-item:nth-of-type(n+4) {
        margin-top: 50px
    }
    
    @media only screen and (max-width:767px) {
        .our-blog.our-blog-classic .blog-classic-item:nth-of-type(n+3) {
            margin-top: 30px
        }
    }
    
    @media only screen and (max-width:575px) {
        .our-blog.our-blog-classic .blog-classic-item:nth-of-type(n+2) {
            margin-top: 30px
        }
    }
    
    .our-blog.our-blog-classic .blog-item {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-right: 0
    }
    
    .v-light:not(.no-light) .our-blog.our-blog-classic .blog-item {
        border-color: #bebebe
    }
    
    @media only screen and (max-width:991px) {
        .our-blog.our-blog-classic .blog-item {
            padding: 30px 25px
        }
    }
    
    .our-blog.our-blog-classic .blog-item .after-bg {
        top: 0;
        left: 0;
        opacity: 0.05;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out
    }
    
    .our-blog.our-blog-classic .blog-item .after-bg img {
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out
    }
    
    .our-blog.our-blog-classic .blog-item.blog-item-active .after-bg {
        opacity: 0.1
    }
    
    .our-blog.our-blog-classic .blog-item.blog-item-active .after-bg img {
        opacity: 1
    }
    
    .our-blog.our-blog-classic .blog-item:hover .after-bg {
        opacity: 0.1
    }
    
    .our-blog.our-blog-classic .blog-item:hover .after-bg img {
        opacity: 1
    }
    
    .our-blog.our-blog-classic .blog-item .box-content {
        padding: 0
    }
    
    .our-blog.our-blog-classic .blog-item .box-content p {
        color: #888;
        font-size: 15px;
        line-height: 24px;
    }
    
    .our-blog.our-blog-classic .blog-item .box-content .entry-date a {
        color: #fff
    }
    
    .our-blog.our-blog-classic .blog-item .box-content .entry-date {
        font-weight: 600;
        margin-bottom: 10px;
        background: #eb1d1d;
        width: 120px;
        border-radius: 20px;
        text-align: center;
        line-height: 36px;
    }
    
    .our-blog.our-blog-classic .blog-item .box-content .link-vist {
        left: auto;
        bottom: auto;
        margin-top: 20px
    }
    
    .our-blog.our-blog-classic .blog-item .box-content .link-vist .link-vist-text {
        font-weight: bold
    }
    
    .our-blog.our-blog-classic .blog-item .box-content .link-vist .link-vist-text:before {
        height: 1.5px
    }
    
    .our-blog.our-blog-sub .blog-sub-item:nth-of-type(n+4) {
        margin-top: 50px
    }
    
    @media only screen and (max-width:767px) {
        .our-blog.our-blog-sub .blog-sub-item:nth-of-type(n+3) {
            margin-top: 30px
        }
    }
    
    @media only screen and (max-width:575px) {
        .our-blog.our-blog-sub .blog-sub-item:nth-of-type(n+2) {
            margin-top: 30px
        }
    }
    
    .our-blog.our-blog-sub .blog-item {
        padding: 30px 25px;
        overflow: hidden
    }
    
    .our-blog.our-blog-sub .blog-item:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(280deg, rgba(255, 255, 255, 0.1), transparent 75%);
        background: -o-linear-gradient(280deg, rgba(255, 255, 255, 0.1), transparent 75%);
        background: linear-gradient(170deg, rgba(255, 255, 255, 0.1), transparent 75%);
        -webkit-transform: skew(-10deg) translateX(50%);
        -ms-transform: skew(-10deg) translateX(50%);
        transform: skew(-10deg) translateX(50%);
        opacity: 0.9;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        z-index: 2
    }
    
    .our-blog.our-blog-sub .blog-item .after-bg {
        opacity: 0.09
    }
    
    .our-blog.our-blog-sub .blog-item .after-bg img {
        opacity: 1
    }
    
    .our-blog.our-blog-sub .blog-item .box-content {
        position: relative;
        z-index: 2
    }
    
    .our-blog.our-blog-sub .blog-item .box-content .box-content-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    
    .our-blog.our-blog-sub .blog-item .box-content .entry-date {
        color: #fff;
        margin-bottom: auto
    }
    
    .v-light:not(.no-light) .our-blog.our-blog-sub .blog-item .box-content .entry-date {
        color: #000
    }
    
    .our-blog.our-blog-sub .blog-item .box-content .entry-date span.day {
        display: block;
        font-size: 35px;
        font-weight: bold;
        color: #dc742b;
        line-height: 0.8
    }
    
    .v-light:not(.no-light) .our-blog.our-blog-sub .blog-item .box-content .entry-date span.day {
        color: #d90a2c
    }
    
    .our-blog.our-blog-sub .blog-item .box-content .content-bottom {
        margin-top: 60%
    }
    
    .our-blog.our-blog-sub .blog-item .category {
        margin-bottom: 20px
    }
    
    .our-blog.our-blog-sub .blog-item .category a {
        position: relative;
        font-weight: 600;
        font-size: 14px;
        color: #fff;
    }
    
    .v-light:not(.no-light) .our-blog.our-blog-sub .blog-item .category a {
        color: #0009
    }
    
    .our-blog.our-blog-sub .blog-item .title-block {
        margin-bottom: 0
    }
    
    .our-blog.our-blog-sub .blog-item .link-vist {
        margin-top: 10px
    }
    
    .our-blog.our-blog-sub .blog-item:hover:before {
        -webkit-transform: skew(-10deg) translateX(25%);
        -ms-transform: skew(-10deg) translateX(25%);
        transform: skew(-10deg) translateX(25%)
    }
    
    .our-blog.our-blog-sub .blog-item:hover .after-bg {
        opacity: 0.04
    }
    
    .v-light:not(.no-light) .our-blog .link-vist .link-vist-text {
        color: #000
    }
    
    .v-light:not(.no-light) .our-blog .link-vist .link-vist-text:before {
        background-color: #000
    }
    
    .v-light:not(.no-light) .our-blog .link-vist .link-vist-arrow svg * {
        stroke: #000
    }
    /*----产品详情----*/
    
    .pro02BoxBotNav {
        background: #d6d6d6;
        width: 100%;
        height: 66px;
        margin-top: -20px;
    }
    
    .pro02BotNav {
        margin: 0 auto;
        padding: 0;
        width: 90%;
    }
    
    .pro02BotNav li {
        margin: 0;
        padding: 0;
        min-width: 33%;
        text-align: center;
        font-size: 18px;
        color: #212020;
        line-height: 66px;
        border-left: 1px solid #c8c8c8;
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        float: left;
    }
    
    .pro02BotNav li:first-child {
        border-left: none;
    }
    
    .pro02BotNav li:after {
        position: absolute;
        left: 50%;
        margin-left: -10px;
        bottom: 0;
        opacity: 0;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 11px solid #d90a2c;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }
    
    .pro02BotNav li.active {
        background: #d90a2c;
        color: #ffffff;
    }
    
    .pro02BotNav li.active:after {
        opacity: 1;
        bottom: -11px;
    }
    
    .pro02BotNav li:hover {
        background: #d90a2c;
        color: #ffffff;
    }
    
    .pro02BoxBotCon {
        font-size: 16px;
        color: #5a5a5a;
        line-height: 24px;
    }
    
    .pro02BoxBotCon .swiper-slide {
        color: #5a5a5a;
    }
    
    .pro02BoxBotConText {
        padding: 0 0 30px;
        width: 80%;
        margin: 0 auto;
    }
    
    .pro02BoxBotConText img {
        margin: 10px auto;
        max-width: 100%;
    }
    
    .pro02BoxBotConText p {
        line-height: 31px;
    }
    
    .pro02BoxTit {
        font-size: 23px;
        color: #3d3d3d;
        line-height: 200%;
        padding: 2% 0 10px 0px;
    }
    
    .pro02BoxTit:after {
        content: "";
        width: 214px;
        height: 5px;
        display: block;
        margin: 10px 0;
    }
    
    .pro02BoxBrief {
        font-size: 16px;
        color: #5a5a5a;
        line-height: 24px;
        padding: 0 26.5% 30px;
    }
    
    .pro02BotImg3 {
        padding-bottom: 20px;
    }
    
    .pro02BotImg3 li {
        padding-bottom: 15px;
    }
    
    .pro02BotImg3Con {
        font-size: 14px;
        color: #5a5a5a;
        line-height: 24px;
        padding: 0 23%;
    }
    
    .pro02BotImg3Con h4 {
        font-size: 26px;
        color: #3d3d3d;
        line-height: 180%;
    }
    
    .pro02BotImg5 {
        border-top: 1px solid #bebebe;
        border-bottom: 1px solid #bebebe;
        font-size: 0;
        padding: 30px 0;
    }
    
    .pro02BotImg5Con {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        padding: 0 5%;
        font-size: 16px;
        text-align: center;
    }
    
    .pro02BotImg5Con h4 {
        font-size: 30px;
        color: #3d3d3d;
        line-height: 150%;
        padding: 10px 0;
    }
    
    .pro02BotImg5 img {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
    }
    /*-----casebg------*/
    
    .casebg {
        background: #232425;
        width: 100%
    }
    
    .casebg ul {
        margin: 0 auto;
        padding: 3% 0;
    }
    /*----   .ny_banner--------*/
    
    .ny_banner {
        width: 100%;
        background: url("../images/ys_bg.jpg") center;
        display: flex;
        align-items: center;
        text-align: center;
        padding: 5% 5% 4%;
        justify-content: space-between;
        color: #fff;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-attachment: fixed;
        display: flex;
        justify-content: space-between;
    }
    
    .ny_banner .txt {
        width: 50%;
        color: #fff;
        text-align: left;
    }
    
    .ny_banner h2 {
        font-size: 36px;
        line-height: 55px;
    }
    
    .ny_banner .img {
        width: 45%
    }
    
    .ny_banner .img img {
        max-width: 100%
    }
    /*----------------首页为什么选择我们----------------*/
    
    .v-light:not(.no-light) .testimonials-2.testimonials-3.testimonials-new .testimonials-inner:after {
        color: #000
    }
    
    .testimonials-2 .slick-list {
        padding: 0!important;
        width: 90%;
        margin: 0 auto;
    }
    
    .testimonials-2 .testimonials-nav {
        width: 100%
    }
    
    @media only screen and (max-width:767px) {
        .testimonials-2 .testimonials-nav {
            margin-bottom: 30px
        }
    }
    
    @media only screen and (max-width:400px) {
        .testimonials-2 .testimonials-nav {
            display: none
        }
    }
    
    .testimonials-2 .testimonials-nav .testimonials-nav-item-inner {
        width: 70%;
        text-align: center;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transition: -webkit-transform 0.8s;
        transition: -webkit-transform 0.8s;
        -o-transition: transform 0.8s;
        transition: transform 0.8s;
        transition: transform 0.8s, -webkit-transform 0.8s;
        cursor: pointer
    }
    
    @media only screen and (max-width:575px) {
        .testimonials-2 .testimonials-nav .testimonials-nav-item-inner {
            width: 50%
        }
    }
    
    .testimonials-2 .testimonials-nav .testimonials-nav-item-inner img {
        width: 100%;
        border-radius: 50%
    }
    
    .testimonials-2 .testimonials-nav .slick-current .testimonials-nav-item-inner {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    
    .testimonials-2 .testimonials-main-content {
        position: relative
    }
    
    .testimonials-2 .testimonials-main-content:after {
        content: "”";
        right: 30px;
        bottom: -40px;
        position: absolute;
        font-size: 150px;
        font-weight: bold;
        color: #fff;
        opacity: 0.3
    }
    
    @media only screen and (max-width:575px) {
        .testimonials-2 .testimonials-main-content:after {
            display: none
        }
    }
    
    .testimonials-2 .testimonials-main-content .testimonials-item .top-box {
        padding: 0 40px
    }
    
    @media only screen and (max-width:767px) {
        .testimonials-2 .testimonials-main-content .testimonials-item .top-box {
            padding: 0 30px
        }
    }
    
    @media only screen and (max-width:575px) {
        .testimonials-2 .testimonials-main-content .testimonials-item .top-box {
            padding: 0 15px
        }
    }
    
    .testimonials-2 .testimonials-main-content .testimonials-item .bottom-box {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        background-color: #dc314d;
        -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
        margin-top: 20px;
        padding: 20px 65px 20px 40px
    }
    
    .v-light:not(.no-light) .testimonials-2 .testimonials-main-content .testimonials-item .bottom-box {
        background-color: #d90a2c
    }
    
    @media only screen and (max-width:767px) {
        .testimonials-2 .testimonials-main-content .testimonials-item .bottom-box {
            padding: 20px 40px 20px 20px
        }
    }
    
    .testimonials-2 .testimonials-main-content .testimonials-item .sm-title-block {
        margin-bottom: 10px
    }
    
    .v-light:not(.no-light) .testimonials-2 .testimonials-main-content .testimonials-item .sm-title-block {
        color: #fff
    }
    
    .testimonials-2 .testimonials-main-content .testimonials-item h6 {
        color: rgba(255, 255, 255, 0.69);
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1.5px
    }
    
    .testimonials-2.testimonials-3 .testimonials-nav {
        position: relative;
        overflow: hidden
    }
    
    .testimonials-2.testimonials-3 .testimonials-nav:before {
        content: "";
        position: absolute;
        top: -35px;
        right: 65%;
        width: 100%;
        height: 350px;
        border: 2px solid #0e0e0d;
        border-radius: 50%
    }
    
    .v-light:not(.no-light) .testimonials-2.testimonials-3 .testimonials-nav:before {
        border-color: #bebebe
    }
    
    @media only screen and (max-width:767px) {
        .testimonials-2.testimonials-3 .testimonials-nav:before {
            display: none
        }
    }
    
    .testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        text-align: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin-bottom: 10px
    }
    
    .testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner img {
        width: 80px;
        border-radius: 50%
    }
    
    .testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner .info {
        margin-left: 10px
    }
    
    .testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner .info h5 {
        color: #dc314d;
        font-size: 20px;
        margin-bottom: 10px
    }
    
    .v-light:not(.no-light) .testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner .info h5 {
        color: #d90a2c
    }
    
    .testimonials-2.testimonials-3 .testimonials-nav .testimonials-nav-item-inner .info h6 {
        font-size: 14px;
        font-weight: 500
    }
    
    .testimonials-2.testimonials-3 .testimonials-nav .slick-current .testimonials-nav-item-inner {
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px)
    }
    
    @media only screen and (max-width:767px) {
        .testimonials-2.testimonials-3 .testimonials-nav .slick-current .testimonials-nav-item-inner {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }
    }
    
    .testimonials-2.testimonials-3 .testimonials-main-content {
        position: relative;
        padding-bottom: 40px
    }
    
    @media only screen and (max-width:767px) {
        .testimonials-2.testimonials-3 .testimonials-main-content {
            padding-bottom: 0
        }
    }
    
    .testimonials-2.testimonials-3 .testimonials-main-content:after {
        display: none
    }
    
    .testimonials-2.testimonials-3 .testimonials-main-content .testimonials-item {
        padding: 0
    }
    
    @media only screen and (max-width:767px) {
        .testimonials-2.testimonials-3 .testimonials-main-content .testimonials-item .top-box {
            padding-left: 0
        }
    }
    
    .testimonials-2.testimonials-3 .testimonials-main-content .testimonials-item:after {
        content: "”";
        position: absolute;
        top: -15px;
        left: 0;
        font-size: 40px;
        line-height: 0.7;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    
    .testimonials-2.testimonials-3 .testimonials-main-content .testimonials-item:before {
        content: "”";
        position: absolute;
        bottom: -15px;
        right: 0;
        font-size: 40px;
        line-height: 0.7
    }
    
    @media only screen and (max-width:767px) {
        .testimonials-2.testimonials-3 .testimonials-main-content .testimonials-item {
            padding: 0
        }
    }
    
    .testimonials-2.testimonials-3 .slick-arrow {
        bottom: -20px;
        width: 40px;
        line-height: 50px;
        text-align: center;
        position: absolute;
        display: block;
        cursor: pointer;
        z-index: 2
    }
    
    .testimonials-2.testimonials-3 .slick-arrow.fa-angle-left {
        left: 25px
    }
    
    .testimonials-2.testimonials-3 .slick-arrow.fa-angle-right {
        left: 75px
    }
    
    @media only screen and (max-width:767px) {
        .testimonials-2.testimonials-3 .slick-arrow {
            display: none!important
        }
    }
    
    .testimonials-2.testimonials-3.testimonials-new {
        position: relative
    }
    
    .testimonials-2.testimonials-3.testimonials-new .testimonials-inner {
        position: relative
    }
    
    .testimonials-2.testimonials-3.testimonials-new .testimonials-inner:after {
        content: "”";
        font-family: sans-serif;
        position: absolute;
        bottom: -70px;
        right: 30px;
        font-weight: 800;
        font-size: 165px;
        line-height: 100px;
        color: #fff
    }
    
    .v-light:not(.no-light) .testimonials-2.testimonials-3.testimonials-new .testimonials-inner:after {
        color: #000
    }
    
    .testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box .p-larg {
        font-family: "Roboto"
    }
    
    .testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5 {
        position: relative;
        margin-bottom: 25px;
        padding-bottom: 25px;
        font-size: 28px;
    }
    
    .v-light:not(.no-light) .testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5 {
        color: #000
    }
    
    .testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5:after,
    .testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0
    }
    
    .testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5:after {
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%
    }
    
    .v-light:not(.no-light) .testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5:after {
        background-color: #000
    }
    
    .testimonials-2.testimonials-3.testimonials-new .testimonials-inner .testimonials-item .top-box h5:before {
        bottom: 3px;
        width: 80px;
        height: 1px;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #eeeeee), color-stop(35%, #bababa), color-stop(65%, #999), to(#212121));
        background: -webkit-linear-gradient(left, #eeeeee 0, #bababa 35%, #999 65%, #212121 100%);
        background: -o-linear-gradient(left, #eeeeee 0, #bababa 35%, #999 65%, #212121 100%);
        background: linear-gradient(to right, #eeeeee 0, #bababa 35%, #999 65%, #212121 100%)
    }
    
    .testimonials-2.testimonials-3.testimonials-new .section-title-2 {
        position: absolute;
        width: 100%;
        text-align: right;
        margin-bottom: 0;
        top: 0;
        margin-right: 80px;
        left: 0;
        padding-right: 35px
    }
    
    @media only screen and (max-width:991px) {
        .testimonials-2.testimonials-3.testimonials-new .section-title-2 {
            position: relative;
            text-align: left;
            top: auto;
            margin-bottom: 50px
        }
    }
    
    @media only screen and (max-width:991px) {
        .testimonials-2.testimonials-3.testimonials-new .section-title-2 {
            margin-bottom: 40px
        }
    }
    
    .testimonials-2.testimonials-3.testimonials-new .testimonials-inner {
        padding: 60px 35px
    }
    
    @media only screen and (max-width:767px) {
        .testimonials-2.testimonials-3.testimonials-new .testimonials-inner {
            padding: 60px 15px
        }
    }
    
    .testimonials-2.testimonials-3.testimonials-new .testimonials-nav:before {
        content: "";
        position: absolute;
        top: -8px;
        right: 70%;
        width: 100%;
        height: 210px;
        border: 2px solid #0e0e0d;
        border-radius: 50%
    }
    
    .testimonials-2.testimonials-3.testimonials-new .testimonials-nav .testimonials-nav-item {
        margin: 3px 0
    }
    
    .testimonials-2.testimonials-3.testimonials-new .testimonials-nav-item-inner {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }
    
    .testimonials-2.testimonials-3.testimonials-new .testimonials-nav-item-inner img {
        width: 50px;
        border-radius: 50%
    }
    /*----新闻列表页----*/
    
    .news-ul {
        width: 90%;
        margin: 0 auto;
        min-width: 1200px
    }
    
    .news-ul li {
        overflow: hidden;
        width: 46%;
        float: left;
        padding: 20px;
        border-radius: 2px;
        margin: 0.5%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        margin-bottom: 40px;
        overflow: hidden;
    }
    
    .news-ul li .img {
        float: left;
        display: block;
        width: 30%;
        overflow: hidden;
    }
    
    .news-ul li .img img {
        display: block;
        max-width: 100%;
    }
    
    .news-ul li .text {
        float: right;
        width: 67%;
        padding-left: 18px;
        position: relative;
    }
    
    .news-ul li .text .tit {
        display: block;
        font-size: 18px;
        color: #333333;
        line-height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: bold;
        margin-bottom: 10px;
    }
    
    .news-ul li .text p {
        font-size: 14px;
        color: #666666;
        line-height: 23px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 30px;
    }
    
    .news-ul li .text span {
        font-size: 16px;
        color: #666666;
        line-height: 26px;
        display: inline-block;
    }
    
    .news-ul li .text .more {
        display: block;
        width: 80px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #cf3535;
        background: -moz-linear-gradient(left, #fd4c4c 0%, #cf3535 100%);
        background: -webkit-linear-gradient(left, #fd4c4c 0%, #cf3535 100%);
        background: -o-linear-gradient(left, #fd4c4c 0%, #cf3535 100%);
        background: -ms-linear-gradient(left, #fd4c4c 0%, #cf3535 100%);
        background: linear-gradient(to right, #fd4c4c 0%, #cf3535 100%);
        background-position: left center;
        background-size: 200% 100%;
        background-repeat: no-repeat;
        transition: background-position .6s ease;
        position: absolute;
        right: -20px;
        bottom: -30px;
        border-radius: 4px 0 4px 0;
    }
    
    .news-ul li .text .more:hover {
        background-position: right center;
    }
    
    .news-ul li:hover {
        -webkit-box-shadow: 4px 10px 16px rgba(69, 0, 5, 0.05);
        -moz-box-shadow: 4px 10px 16px rgba(69, 0, 5, 0.05);
        -ms-box-shadow: 4px 10px 16px rgba(69, 0, 5, 0.05);
        -o-box-shadow: 4px 10px 16px rgba(69, 0, 5, 0.05);
        box-shadow: 4px 10px 16px rgba(69, 0, 5, 0.05);
        background-color: #fff;
    }
    
    .news-ul li:hover .text .tit {
        color: #d53838;
    }
    /*-----相关文章----*/
    
    .xg-news {
        width: 91%;
        margin: 40px auto;
        overflow: hidden;
    }
    
    .xg-bt {
        font-size: 28px;
        border-left: 5px #ff0a0a solid;
        padding-left: 10px;
    }
    
    .xw-list li {
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        border-radius: 4px;
        margin-bottom: 30px;
        width: 48%;
        float: left;
        margin: 0.5%;
    }
    
    .xw-list li .pic {
        display: block;
        float: left;
        width: 25%;
        overflow: hidden;
        object-fit: cover;
        border-radius: 4px 0 0 4px;
    }
    
    .xw-list li .pic img {
        display: block;
        width: 100%;
    }
    
    .xw-list li .text {
        float: right;
        width: 70%;
        padding: 15px 30px 0 18px;
    }
    
    .xw-list li .text .tit {
        font-size: 22px;
        color: #333333;
        line-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 55px;
        display: block;
    }
    
    .xw-list li .text .time {
        overflow: hidden;
    }
    
    .xw-list li .text .time span {
        display: block;
        font-size: 16px;
        color: #666666;
        line-height: 36px;
        float: left;
    }
    
    .xw-list li .text .time a {
        float: right;
    }
    
    .xw-list li:hover {
        -webkit-box-shadow: 0 4px 16px rgba(69, 0, 5, 0.05);
        -moz-box-shadow: 0 4px 16px rgba(69, 0, 5, 0.05);
        -ms-box-shadow: 0 4px 16px rgba(69, 0, 5, 0.05);
        -o-box-shadow: 0 4px 16px rgba(69, 0, 5, 0.05);
        box-shadow: 0 4px 16px rgba(69, 0, 5, 0.05);
        background-color: #fff;
    }
    
    .xw-list li .tit:hover {
        color: #cf3535;
    }
    
    .xw-list li:hover .time a {
        margin-right: 14px;
    }
    /*---内页详情部门----*/
    
    .info_cont {
        width: 90%;
        margin: 30px auto;
    }
    
    .more-info {
        width: 91%;
        margin: 0 auto;
    }
    
    .more-info li {
        background: #f2f2f2;
        width: 49%;
        margin: 0.5%;
        text-align: center;
        line-height: 66px;
    }