﻿
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input {
    margin: 0;
    padding: 0;
}

.disflex {
    z-index: 999;
    display: flex;
}

.hdra.disflex {
    display: inline-block;
}

.hdrsc i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    margin-top: 12px;
    cursor: pointer;
}

.schide {
    width: 160px;
    position: absolute;
    top: 0px;
    margin-right: -25px;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}

.schide_active {
    opacity: 1;
    visibility: inherit;
}

.schide input.ipt1 {
    width: 100%;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 6px;
    background: none;
    color: #fff;
    /* padding: 0 40px; */
    padding-left: 55px;
}

.se {
    margin-top: -21%;
    /* height: 34px; */
}

select {
    height: 34px;
    color: #666;
    padding-left: 1%;
    /* text-align: center; */
    position: absolute;
    top: 1px;
    color: white;
    border-right: 1px solid white;
    background: #eee0;
    width: 50px;
    border-radius: 6px 0 0 6px;
}

option {
    color: #666;
}

.si {
    display: inline-block;
    height: 34px;
    margin-top: -18%;
    margin-left: 18%;
    float: left;
}

    .si img {
        margin: auto;
    }

.schide input.ipt1::-webkit-input-placeholder {
    color: #fff;
}

.schide input.ipt2 {
    width: 34px;
    height: 34px;
    background: url(../../../TemplatePage/images/scico_03.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 40%;
    cursor: pointer;
}

.hdren {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    margin-left: 25px;
}

    .hdren a {
        color: #fff;
        opacity: .5;
    }

        .hdren a.active {
            opacity: 1;
        }

.qh {
    float: right;
    /* display: inline-block; */
    text-align: right;
    /*margin-right: 0px;*/

    margin-right: -60px;
    margin-top: -55px;
    z-index: 350;
}





    .qh a {
        color: #0a4ea0;
        font-size: 18px;
        margin-right: 30px;
    }

* {
    margin: 0 auto;
    padding: 0;
    font-family: 微软雅黑;
}

body {
    font-size: 12px;
    /*min-width: 1260px;*/
    margin: 0 auto;
}

img, a img, form, fieldset {
    border: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.wrap {
    width: 1260px;
    margin: 0 auto;
}

.m1t {
    font-size: 22px;
    line-height: 55px;
    color: #666;
    font-style: italic;
}

.textcenter {
    text-align: center;
}

.father {
    width: 100%;
    height: auto;
}

.top {
    width: 100%;
    background-color: rgba(28,28,28,.9);
    height: 62px;
    z-index: 1000;
    position: fixed;
}

.top1 {
    width: 1600px;
    height: 62px;
    margin: 0px auto;
}

.top .topright {
    width: 30%;
    float: right;
    text-align: center;
    display: none;
}

.logo {
    float: left;
    margin-top: 3px;
    margin-left: 20px;
    display: inline;
    margin-bottom: 5px;
    margin-right: 20px;
}

.daohang {
    width: 70%;
    float: left;
    margin-left: 100px;
    margin-top: 40px;
}

    .daohang ul {
        width: 100%;
        height: auto;

    }

        .daohang ul .nLi {
            width: 12%;
            float: left;
            text-align: center;
            line-height: 62px;
            position: relative;
            display: inline;
        }

            .daohang ul .nLi:hover {
                background: linear-gradient(to bottom, rgba(30,129,131,0.56), rgba(29,102,158,0.56));
            }

        .daohang ul li a {
            color: #fff;
            font-size: 14px;
        }

    .daohang .sub {
        z-index: 100;
        display: none;
        width: 100%;
        left: 0px;
        position: absolute;
        background: #4E4E4E;
        line-height: 30px;
        padding: 5px 0;
        margin-left: 0%;
    }

        .daohang .sub li {
            zoom: 1;
        }

            .daohang .sub li a {
                color: #fff;
                font-size: 12px;
            }

                .daohang .sub li a:hover {
                    font-weight: bolder;
                }

.tel {
    float: right;
    right: 20px;
    top: 20px;
    display: inline;
    position: relative;
}

/*.nav {
    background-color: #2777be;
    width: 100%;
    height: 45px;
    position: relative;
    z-index: 999
}*/

    /*.nav .nav_one {
        width: 1600px;
        margin: auto;
        padding: auto;
    }

    .nav ul {
        width: 100%;
    }

        .nav ul li {
            list-style: none;
            float: left;
            font-weight: bold;
            color: #fff;
            width: 156.6px;
            text-align: center;
            line-height: 45px;
            height: 45px;
        }

    .nav .ico {
        width: 1px;
        text-align: center;
        line-height: 45px;
    }

        .nav .ico img {
            width: 100%;
            display: block;
            height: 17px;
            position: relative;
            top: 14px;
        }

    .nav ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
    }*/

.m1b {
    display: flex;
    width: 101.333333%;
}

.mt_80 {
    margin-top: 60px;
}

.m1ba {
    width: 32%;
    margin-right: 1.333333%;
    overflow: hidden;
}

.disblock {
    display: block;
}

.posrelative {
    position: relative;
}

.posrelative {
    position: relative;
}

a {
    text-decoration: none;
    /* display: inline-block; */
    color: #333;
    transition: all 0.25s;
}

.m1ba img {
    transition: .5s;
}

.w100 {
    width: 100%;
}

.disblock {
    display: block;
}

.m1ba .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    transition: .25s;
}

.flex_center {
    align-items: center;
    position: relative;
}

.disflex {
    z-index: 999;
    display: flex;
}

.m1ba .txt span {
    position: relative;
}

    .m1ba .txt span i {
        height: 2px;
        background: #fff;
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: -5px;
        transition: .25s;
        width: 0;
    }

.md {
    padding: 65px 0;
}

.m1t {
    font-size: 30px;
    line-height: 55px;
    color: #666;
    font-style: italic;
}

.m1b {
    display: flex;
    width: 101.333333%;
}

.m1ba {
    width: 32%;
    margin-right: 1.333333%;
    overflow: hidden;
}

    .m1ba img {
        transition: .5s;
    }

    .m1ba .txt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.4);
        justify-content: center;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        font-style: italic;
        transition: .25s;
    }

        .m1ba .txt span {
            position: relative;
        }

            .m1ba .txt span i {
                height: 2px;
                background: #fff;
                display: inline-block;
                position: absolute;
                left: 0;
                bottom: -5px;
                transition: .25s;
                width: 0;
            }

    .m1ba:hover .txt {
        background: rgb(0 84 157 / 0.7);
    }

        .m1ba:hover .txt span i {
            width: 100%;
        }

    .m1ba:hover img {
        transform: scale(1.02);
    }

.txt span {
    color: white;
}
.container {
    height: 400px;
    width: 1400px;
    margin-top: 50px;
}

.menuasd {
    display: none;
}
/*头部*/
.top {
    width: 100%;
    height: 62px;
}

.oneall {
    width: 1260px;
}

.top .Top_left {
    width: 370px;
    margin-top: -16px;
    float: left;
    text-align: center;
}

    .top .Top_left img {
        max-width: 100%;
        max-height: 70px;
        width: 64%;
        height: auto;
        margin-top: 20px;
    }

.top .Top_right {
    width: 100%;
    float: left;
    height: 40px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

    .top .Top_right ul {
        width: 1260px;
        margin: 0 auto;
    }

        .top .Top_right ul li {
            border-right: 1px solid #fff;
        }

            .top .Top_right ul li:hover {
                border-bottom-color: #26377f;
            }

    .top .Top_right .title {
        width: 103.2px;
        height: 20px;
        float: left;
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin-top: 10px;
    }

        .top .Top_right .title a {
        }

            .top .Top_right .title a:hover {
            }

    .top .Top_right .suxian {
        width: 1px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        height: 40px;
        float: left;
    }

.telephone {
    width: 300px;
    float: right;
    height: 49px;
    text-align: right;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: 55px;
    line-height: 34px;
    color: #26377f;
    font-size: 16px;
    font-weight: bold;
    font-family: '微软雅黑';
    letter-spacing: 2px;
    padding-right: 9px;
}

    .telephone img {
        margin-right: 8px;
    }

.top .topright {
    display: none;
}

/*.top .Top_right ul li:hover{border-bottom:3px solid; border-bottom-color:#26377f; width:105px;color:#fff}*/
.top .Top_right .sub ul li a {
    color: #666666;
}

    .top .Top_right .sub ul li a:hover {
        color: #fff;
    }

.top .Top_right .sub ul li {
    border-radius: 0 0 10px 10px;
    background: #fff;
    width: 115px;
    margin-bottom: -6px;
    margin-left: 4px;
    height: 50px;
}




#nav-responsive-main {
    display: none;
}

    #nav-responsive-main, #nav-responsive-main + LABEL {
        display: none;
    }

        #nav-responsive-main + lable {
            display: none;
        }

.newsimgs {
    width: 210px;
    height: 140px;
    float: left;
    position: relative;
    top: 5px;
}

.yearold {
    float: right;
}

.top {
    position: relative;
}

    .top div.sousuokuang {
        display: none;
        position: absolute;
        width: 100%;
        padding: 20px 50px;
        background-color: #eaeaea;
    }

        .top div.sousuokuang ul.sousuo_ssqv {
            display: flex;
            flex-wrap: nowrap;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

            .top div.sousuokuang ul.sousuo_ssqv > input {
                display: inline-block;
            }

            .top div.sousuokuang ul.sousuo_ssqv > li {
                margin: 0 20px;
                padding: 0;
            }

            .top div.sousuokuang ul.sousuo_ssqv input.sousuo_key {
                width: 500px;
            }

            .top div.sousuokuang ul.sousuo_ssqv input.sousuo_qd, .top div.sousuokuang ul.sousuo_ssqv input.sousuo_qx {
                width: 100px;
                font-size: 18px;
                cursor: pointer;
            }

                .top div.sousuokuang ul.sousuo_ssqv input.sousuo_qd:hover, .top div.sousuokuang ul.sousuo_ssqv input.sousuo_qx:hover {
                    font-size: 19px;
                    border: 1px solid black;
                }

    .top > div.sousuokuang.suk_show {
        display: block;
        transition: .25s;
        z-index: 1000;
    }


@media screen and (max-width:767px) {
    /*头部*/
    .top {
        width: 100%;
        height: 1.4rem;
    }

    .yearold {
        float: none;
    }

    .newsimgs {
        display: none;
    }

    .top .Top_left {
        width: 12%;
        float: left;
        margin-top: -30px;
        text-align: left;
    }

        .top .Top_left img {
            margin: -0rem 0.3rem;
        }
    /*width:2rem; */
    .top .Top_right {
        display: none;
    }

    .telephone {
        display: none;
    }

    .top .topright {
        display: block;
        width: 100%;
        text-align: center;
        height: 100%;
    }


    #nav-responsive-main + label {
        text-indent: 0px !important;
        display: block !important;
        z-index: 30;
        cursor: pointer;
        border: 0px solid #666;
        font-size: 1.4em;
        color: #666;
        width: 1rem;
        height: 0.9rem;
        top: 0.2rem;
        right: 0.2rem;
    }

        #nav-responsive-main + label img {
            width: 100%;
            margin: 0.3rem 1.5rem;
        }
}

/*头部幻灯片*/
.topimg {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    margin-top: 98px;
}

    .topimg img {
        width: 100%;
        height: 100%;
    }

@media screen and (max-width:767px) {
    /*首页中间幻灯片*/
    .topimg {
        width: 100%;
        height: 3.83rem;
    }

        .topimg img {
            width: 100%;
            height: 3.83rem;
        }
}


.control {
    position: absolute;
    bottom: 10px;
    height: 24px;
    left: 41%;
}

    .control a {
        display: inline-block;
        padding-left: 8px;
        padding-right: 8px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        text-align: center;
        border-radius: 10px;
        background-image: url('../images/ad_b.png');
        background-repeat: no-repeat;
        background-position: center;
    }

    .control .now {
        border-radius: 10px;
        background-image: url(../images/ad_a.png);
        background-repeat: no-repeat;
        background-position: center;
    }

.topimg .prev, .tabs, .next {
    position: absolute;
    top: 35%;
    padding: 13px 20px;
    height: 24px;
    background-color: rgba(49,35,24,0.5);
}

.topimg .prev {
    left: 0;
    background: url(../images/l.png) no-repeat;
}

.topimg .next {
    right: 0;
    background: url(../images/r.png) no-repeat;
}

.mm-listitem img {
    width: 24px;
    height: 20px;
    margin: 5px;
    vertical-align: middle;
}

.iconfont {
    vertical-align: middle;
    margin-right: 5px;
}

.mm-navbar {
    display: none;
}

/*banner幻灯片效果*/
#simpleTabs {
    width: 100%;
    overflow: hidden;
}

/*中间产品展示*/
.sycp {
    width: 100%;
    height: 600px;
    background: url(../images/10597532_143611680178_2.jpg) no-repeat;
    background-size: 100% 100%;
}

.center_cpzs {
    width: 1260px;
    height: 500px;
    margin: auto;
}

    .center_cpzs .title {
        width: 100%;
        height: 40px;
        text-align: center;
    }

        .center_cpzs .title img {
            width: 100px;
        }

        .center_cpzs .title .span1 {
            font-size: 24px;
            color: #26377f;
            letter-spacing: 5px;
            vertical-align: middle;
            margin: 15px;
        }

            .center_cpzs .title .span1 a {
                color: #fff;
                font-size: 30px;
            }

            .center_cpzs .title .span1 .span2 {
                font-size: 20px;
            }

    .center_cpzs .cpxq {
        width: 100%;
        margin-top: 20px;
    }

        .center_cpzs .cpxq li {
            width: 315px;
            float: left;
            height: 220px;
            text-align: center;
            line-height: 40px;
        }

            .center_cpzs .cpxq li p {
                font-size: 14px;
                color: #111;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

            .center_cpzs .cpxq li img {
                width: 300px;
                height: 200px;
            }

@media screen and (max-width:767px) {
    .sycp {
        /*margin-top: -60px;*/
        width: 100%;
        height: 500px;
        background: url(../images/1200.jpg) no-repeat;
        background-size: 100% 100%;
    }
    /*中间产品展示*/
    .center_cpzs {
        width: 100%;
        height: 10rem;
    }

        .center_cpzs .title {
            width: 100%;
            height: 1.5rem;
            text-align: center;
            padding-top: 15px;
        }

            .center_cpzs .title img {
                width: 1rem;
            }

            .center_cpzs .title .span1 {
                font-size: 0.6rem;
                color: #26377f;
                letter-spacing: 1px;
                vertical-align: middle;
                margin: 0.2rem;
            }

    .m1b {
        display: block;
        width: 100%;
    }

    .disblock {
        display: block;
        width: 100%;
    }

    .mt_80 {
        margin-top: 5% !important;
    }

    nav#menu {
        z-index: 9999999999;
    }

    .top1 {
        display: none;
    }

    .sjlogo {
        width: 50%;
        /* display: inline-block; */
    }

        .sjlogo img {
            height: 50px;
        }

    .center_cpzs .title .span1 a {
        color: #333;
        font-size: 20px;
    }

    p.title.cpsytitle.aos-init.aos-animate span {
        color: #333 !important;
    }

    .main_news {
        padding-top: 5px;
        margin-bottom: 40px;
    }

    .center_cpzs .title .span1 .span2 {
        font-size: 20px;
    }

    .center_cpzs .cpxq {
        width: 100%;
        margin-top: 0.2rem;
    }

        .center_cpzs .cpxq li {
            width: 45%;
            float: left;
            height: 3.8rem;
            text-align: center;
            line-height: 40px;
            margin: 1% 2.5%;
        }
            /*height：auto*/
            .center_cpzs .cpxq li p {
                font-size: 14px;
                color: #111;
            }

            .center_cpzs .cpxq li img {
                width: 100%;
                height: 80%;
            }
}
/*首页业绩展示*/
.yjzs {
    width: 100%;
    height: 500px;
    background-size: 100% 100%;
}

    .yjzs .title {
        width: 1260px;
        height: 30px;
        text-align: center;
        padding-top: 20px;
    }

        .yjzs .title img {
            width: 100px;
        }

        .yjzs .title .span1 {
            font-size: 24px;
            color: #26377f;
            letter-spacing: 5px;
            vertical-align: middle;
            margin: 15px;
        }

            .yjzs .title .span1 a {
                color: #26377f;
                font-size: 30px;
            }

            .yjzs .title .span1 .span2 {
                font-size: 20px;
            }

    .yjzs .img-index {
        width: 100%;
        margin-top: 50px;
        position: relative;
    }


        /*------------------------中纺的css  开始--------------------------*/
        .yjzs .img-index .yjlist {
            width: 1400px;
            overflow: hidden;
            margin: auto;
        }

.yjlist .tempWrap {
    width: 1400px !important;
}

.yjzs .img-index .yjlist ul {
    margin: 0;
    padding: 0;
    width: 9999px;
    overflow: hidden;
}

    .yjzs .img-index .yjlist ul li {
        overflow: hidden;
        width: 290px;
        float: left;
        height: 380px;
        text-align: center;
        margin: 30px;
        line-height: 40px;
        _display: inline;
        background-size: cover;
    }

        .yjzs .img-index .yjlist ul li.bz {
            background-image: url('/TemplatePage/images/20221024bz.jpg');
            background-repeat:no-repeat;
            background-size: cover;
            background-position: center center;
        }

        .yjzs .img-index .yjlist ul li.jc {
            background-image: url('/TemplatePage/images/lingyujc.jpg')
        }

        .yjzs .img-index .yjlist ul li.jl {
            background-image: url('/TemplatePage/images/lingyujl.jpg')
        }

        .yjzs .img-index .yjlist ul li.rz {
            background-image: url('/TemplatePage/images/lingyurz.jpg')
        }

        .yjzs .img-index .yjlist ul li.hc {
            background-image: url('/TemplatePage/images/20221024hc.jpg');
            background-repeat:no-repeat;
            background-size:cover;
            background-position:center center;
        }

        .yjzs .img-index .yjlist ul li.jy {
            background-image: url('/TemplatePage/images/20221010jianyan.jpg')
        }

        .yjzs .img-index .yjlist ul li > a {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
        }

            .yjzs .img-index .yjlist ul li > a::after {
                position: absolute;
                top: 0;
                left: 0;
                content: '';
                width: 100%;
                height: 100%;
                background-color: rgb(10,78,160,0.2);
                z-index: 110;
            }

            .yjzs .img-index .yjlist ul li > a > p {
                font-size: 21px;
                
                line-height: 36px;
                color: #ffffff;
                margin-top: 50px;
                z-index: 111;
            }

                .yjzs .img-index .yjlist ul li > a > p.ckxq {
                    font-size: 16px;
                    letter-spacing: 2px;
                    line-height: 18px;
                    color: #ffffff;
                    margin-top: 30px;
                    z-index: 111;
                    border: 1px solid #ffffff;
                    padding: 0.7em 1.5em;
                    display: none;
                }

            .yjzs .img-index .yjlist ul li > a > img {
                width: 115px;
                height: 115px;
                z-index: 111;
            }

.yjzs .tempWrap > ul li:hover > a::after {
    background-color: rgb(10,78,160,0.74);
}

.yjzs .tempWrap > ul li:hover > a > p.ckxq {
    display: block;
}
/*------------------------中纺的css  结束--------------------------*/
.yjzs .img-index .yjlist ul li p {
    color: #111;
}

.index_news {
    width: 1260px;
    margin: auto;
}

.hdpyc {
    display: block;
}

.newsgs {
    margin-left: 550px;
}

@media screen and (max-width:767px) {
    .newsgs {
        margin-left: auto;
    }

    .hdpyc {
        display: none;
    }

    .index_news {
        width: 100%;
    }

    .top .Top_left img {
        height: 50px;
        margin-top: 0.1rem;
    }

    .yjzs {
        width: 100%;
        height: 9rem;
        background-color: #fafafa;
    }

        .yjzs .title {
            width: 100%;
            height: 1rem;
            text-align: center;
            padding-top: 20px;
        }

            .yjzs .title img {
                width: 1rem;
            }

            .yjzs .title .span1 {
                font-size: 0.6rem;
                color: #26377f;
                letter-spacing: 1px;
                vertical-align: middle;
                margin: 0.2rem;
            }

                .yjzs .title .span1 a {
                    color: #26377f;
                    font-size: 20px;
                }

                .yjzs .title .span1 .span2 {
                    font-size: 20px;
                }

        .yjzs .img-index {
            width: 100%;
            margin-top: 1.5rem;
            position: relative;
        }

            .yjzs .img-index .yjlist {
                width: 100%;
                overflow: hidden;
            }

                .yjzs .img-index .yjlist ul {
                    margin: 0;
                    padding: 0;
                    width: 90% !important;
                    overflow: hidden;
                    margin-top: 15px;
                   
                    display:block;

                    white-space: nowrap;
                    overflow-x: auto;
                    overflow-y: hidden;
                }

                .yjzs .img-index .yjlist ul {
                    width: 70% !important;
                    height: 400px;
                    white-space: nowrap;
                    overflow-x: auto;
                    overflow-y: hidden;
                    margin: 0 auto;
                }
                    .yjzs .img-index .yjlist ul::-webkit-scrollbar {
                   display:none;
                }

                    .yjzs .img-index .yjlist ul li {
                        width: 4.5rem;
                        float: left;
                        height: 5rem;
                        text-align: center;
                        margin: 0.35rem;
                        line-height: 40px;
                        display: inline;
                    }
                    .yjzs .img-index .yjlist ul li {
                        display:inline-block;
                        width:100% !important;
                        float:initial;
                        height:auto;
                        margin:0 auto;
                        height:350px !important;
                    }
                        .yjzs .img-index .yjlist ul li img {
                            width: 4.5rem;
                            height: 3rem;
                        }

                        .yjzs .img-index .yjlist ul li p {
                            color: #111;
                            overflow: hidden;
                            display: -webkit-box;
                            -webkit-line-clamp: 1;
                            -webkit-box-orient: vertical;
                        }
}
/*产品中心列表*/
.cpsytitle {
    padding-top: 60px;
    padding-bottom: 90px;
}

.cplist {
    width: 1260px;
    height: auto;
    margin-bottom: 20px;
}

    .cplist .cptitle {
        text-align: right;
        font-size: 14px;
        letter-spacing: 2px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

        .cplist .cptitle img {
            margin-right: 10px;
        }

    .cplist hr {
        height: 1px;
        border: none;
        border-top: 1px dashed #999999;
    }

    .cplist .cpleft {
        width: 250px;
        float: left;
        margin-top: 10px;
    }

        .cplist .cpleft .cpname {
            width: 100%;
            margin-bottom: 10px;
            height: 70px;
            font-size: 28px;
            text-align: center;
            background-color: #0176ca;
            color: #fff;
            letter-spacing: 10px;
            line-height: 65px;
        }

        .cplist .cpleft ul {
            width: 100%;
        }

            .cplist .cpleft ul li {
                width: 248px;
                height: 50px;
                line-height: 50px;
                border: 1px solid #cccccc;
                font-size: 16px;
                letter-spacing: 5px;
                color: #26377f;
            }

                .cplist .cpleft ul li a {
                    margin-left: 20px;
                    color: #26377f;
                }

                    .cplist .cpleft ul li a img {
                        margin-right: 20px;
                    }

        .cplist .cpleft .menu_list {
            border-top: none;
        }

        .cplist .cpleft .menu_head {
            height: 50px;
            width: 235px;
            text-align: center;
            font-size: 16px;
            cursor: pointer;
            line-height: 50px;
            border-bottom: 0px solid #014590;
        }

            .cplist .cpleft .menu_head img {
                _margin: 9px 0px;
                _vertical-align: middle;
            }

            .cplist .cpleft .menu_head a {
                color: #000;
                font-size: 16px;
            }

        .cplist .cpleft .menu_list .current {
            background: #0176ca;
        }

            .cplist .cpleft .menu_list .current a {
                color: #fff;
                font-weight: bolder;
            }

        .cplist .cpleft .menu_body {
            line-height: 30px;
            border-right: 0px solid #e1e1e1;
        }

            .cplist .cpleft .menu_body a {
                display: block;
                height: 30px;
                line-height: 30px;
                padding-left: 10px;
                text-align: center;
                color: #555;
                border-bottom: 0px solid #3BA9FF;
                text-decoration: none;
                margin: 0px 10px;
            }

                .cplist .cpleft .menu_body a img {
                    _margin: 11px 0px;
                    _vertical-align: middle;
                }


    .cplist .cpright {
        width: 1000px;
        float: left;
        margin-top: 10px;
        text-align: center;
        margin-left: 10px;
    }

        .cplist .cpright .righttitle {
            width: 100%;
            text-align: left;
        }

            .cplist .cpright .righttitle .titname {
                font-size: 16px;
                letter-spacing: 5px;
                margin-left: 10px;
            }

                .cplist .cpright .righttitle .titname .cpnaem {
                    font-weight: bolder;
                    float: left;
                    margin-top: 10px;
                    margin-bottom: 5px;
                }

                .cplist .cpright .righttitle .titname .cptitle {
                    text-align: right;
                    font-size: 14px;
                    letter-spacing: 2px;
                    margin-top: 10px;
                    margin-bottom: 5px;
                    float: right;
                }

                    .cplist .cpright .righttitle .titname .cptitle img {
                        margin-right: 10px;
                    }

        .cplist .cpright .tclLeibie {
            display: none;
        }

        .cplist .cpright .right_list {
            width: 1000px;
        }

            .cplist .cpright .right_list ul li {
                width: 325px;
                height: 250px;
                float: left;
                margin: 4px;
            }

                .cplist .cpright .right_list ul li p {
                    font-size: 14px;
                    margin-top: 10px;
                    letter-spacing: 3px;
                    color: #111;
                }

                .cplist .cpright .right_list ul li img {
                    width: 300px;
                    height: 200px;
                }


/*------------------------中纺的css  开始--------------------------*/




.navbar-brand {
    padding: 29px 15px;
    height: auto;
}

nav.navbar.bootsnav {
    border: none;
    /*margin-bottom: 150px;*/
    margin-bottom: 0px;
}

.navbar-nav {
    float: right;
    margin: 0px 5px 0px 0px !important;
}

nav.navbar.bootsnav ul.nav > li > a {
    color: #474747;
    text-transform: uppercase;
    padding: 30px 26px;
}

nav.navbar.bootsnav ul.nav > li:hover {
    /*background: #f4f4f4;*/
}

.nav > li:after {
    content: "";
    width: 0;
    height: 5px;
    background: #34c9dd;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.nav > li:hover:after {
    width: 100%;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    /*content: "+";
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 35%;
    right: 10%;
    transition: all 0.4s ease 0s;*/
}



.dropdown-menu.multi-dropdown {
    position: absolute;
    left: -100% !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}

.navbar > .navbar-collapse {
    margin-top: 0px !important;
}

#navbar-menu > ul > li > a {
    font-size: 16px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    width: 100px;
    min-width: 120px;
    left: 20px;
    padding-bottom: 1px;
    overflow: hidden;
}

.dropdown-menu > li:hover {
    border-bottom: 2px solid #34c9dd;
}

.nav > li.active:after {
    width: 100%;
}

.dropdown-menu {
    width: 50px !important;
}

@media only screen and (max-width:990px) {
    nav .navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after, nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after {
        content: " ";
    }

    .dropdown-menu.multi-dropdown {
        left: 0 !important;
    }

    nav.navbar.bootsnav ul.nav > li:hover {
        background: transparent;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        margin: 0;
    }
}

#footer {
    background-color: #003f6b;
}

    #footer .daohangqvyv {
        width: 1400px;
    }

    #footer a, #footer dt {
        color: #cccccc;
    }

    #footer .daohangqvyv {
        padding: 80px 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

        #footer .daohangqvyv .foo-dh-left {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: flex-start;
            justify-content: flex-start;
            padding: 0px;
            margin: 0px;
        }

        #footer .daohangqvyv .foo-dh-right {
            width: 30%;
        }

        #footer .daohangqvyv .foo-dh-left > dl {
            display: flex;
            flex-direction: column;
            width: 190px;
        }

            #footer .daohangqvyv .foo-dh-left > dl dt, #footer .daohangqvyv .foo-dh-left > dl dd {
                margin: 0px;
                padding: 0px;
            }

            #footer .daohangqvyv .foo-dh-left > dl dt {
                margin-bottom: 20px;
                font-size: 16px;
                letter-spacing: 3px;
                line-height: 30px;
                color: #efefef !important;
            }

            #footer .daohangqvyv .foo-dh-left > dl dd {
                /* margin: 5px 0px;*/
                font-size: 14px;
                letter-spacing: 3px;
                line-height: 30px;
            }

                #footer .daohangqvyv .foo-dh-left > dl dd a:hover {
                    color: white;
                }

        #footer .daohangqvyv .foo-dh-right .erweima_list > ul {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            flex-wrap: nowrap;
        }
            #footer .daohangqvyv .foo-dh-right .erweima_list > ul > li {
                margin: 0px 20px 0px 0px;
                padding: 0px;
            }
            #footer .daohangqvyv .foo-dh-right .erweima_list > ul > li p{
               color:white;
            }
        #footer .daohangqvyv .foo-dh-right .foo-right-gsxx {
            width: 100%;
        }
            #footer .daohangqvyv .foo-dh-right .foo-right-gsxx > p {
                color: white;
                font-size: 14px;
                letter-spacing: 1px;
                line-height: 30px;
            }
    #footer .WangZhanPeiZhi {
        width: 100%;
        border-top: 1px solid #82827f;
        padding: 25px 30px;
    }

    #footer a {
        text-decoration: none;
    }

    #footer .WangZhanPeiZhi > ul {
        width: 1400px;
        margin: 0px auto;
        display: flex;
        flex-wrap: nowrap;
    }

        #footer .WangZhanPeiZhi > ul > li {
            width: 100%;
            color: white;
            font-size: 14px;
            letter-spacing: 1px;
            line-height: 30px;
            text-align: center;
        }

            #footer .WangZhanPeiZhi > ul > li.li2 {
                text-align: right;
                padding-right:2em;
            }

    #footer .WangZhanPeiZhi ul.foo1 {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

        #footer .WangZhanPeiZhi ul.foo1 li {
            color: white;
            margin: 0px;
        }

            #footer .WangZhanPeiZhi ul.foo1 li a {
                margin-right: 5px;
                margin-left: 3px;
            }

div#footer div {
    margin: 0 auto;
}
/*------------------------中纺的css  结束--------------------------*/
@media screen and (max-width:767px) {
    .cpsytitle {
        padding-top: 30px;
        padding-bottom: 90px;
    }

    .cplist {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

        .cplist .cptitle {
            text-align: right;
            font-size: 14px;
            letter-spacing: 2px;
            margin-top: 10px;
            margin-bottom: 5px;
        }

            .cplist .cptitle img {
                margin-right: 10px;
            }

        .cplist hr {
            height: 1px;
            border: none;
            border-top: 1px dashed #999999;
        }

        .cplist .cpleft {
            display: none;
        }

        .cplist .cpright {
            width: 100%;
            float: left;
            margin-top: 10px;
            text-align: center;
            margin-left: 0px;
        }

            .cplist .cpright .righttitle {
                width: 100%;
                text-align: left;
            }

                .cplist .cpright .righttitle .titname {
                    font-size: 16px;
                    letter-spacing: 5px;
                    margin-left: 1px;
                }

                    .cplist .cpright .righttitle .titname .cpnaem {
                        font-weight: bolder;
                        float: left;
                        margin-top: 10px;
                        margin-bottom: 5px;
                    }

                    .cplist .cpright .righttitle .titname .cptitle {
                        display: none;
                        text-align: right;
                        font-size: 14px;
                        letter-spacing: 2px;
                        margin-top: 10px;
                        margin-bottom: 5px;
                        float: right;
                    }

                        .cplist .cpright .righttitle .titname .cptitle img {
                            margin-right: 10px;
                        }

            .cplist .cpright .tclLeibie {
                display: block;
                width: 100%;
                height: auto;
                min-height: 1.5rem;
            }

                .cplist .cpright .tclLeibie ul {
                    width: 100%;
                }

                    .cplist .cpright .tclLeibie ul li {
                        width: 30%;
                        text-align: center;
                        float: left;
                        margin: 0.25rem 1.5%;
                        border: 1px solid #cccccc;
                        font-size: 0.35rem;
                        line-height: 0.8rem;
                    }

                        .cplist .cpright .tclLeibie ul li a {
                            color: #0679cc;
                        }

                .cplist .cpright .tclLeibie .curre {
                    background: #0679cc;
                }

                    .cplist .cpright .tclLeibie .curre a {
                        color: #fff;
                    }

            .cplist .cpright .right_list {
                width: 100%;
            }

                .cplist .cpright .right_list ul li {
                    width: 45%;
                    height: 3.8rem;
                    float: left;
                    margin: 1% 2.5%;
                }

                    .cplist .cpright .right_list ul li p {
                        font-size: 14px;
                        margin-top: 10px;
                        letter-spacing: 3px;
                        color: #111;
                    }

                    .cplist .cpright .right_list ul li img {
                        width: 100%;
                        height: auto;
                    }
}
/*分页*/
.fenye {
    width: 96%;
    margin: 30px auto 30px 30px;
    overflow: hidden;
}

    .fenye .ShouWei {
        float: left;
        margin: 30px 0px 0px 10px;
    }

        .fenye .ShouWei a {
            display: block;
            width: 50px;
            color: #777;
            font-size: 15px;
            height: 24px;
            background-color: #E7ECF0;
            text-align: center;
            line-height: 24px;
            text-decoration: none;
        }

    .fenye .moye {
        float: left;
        margin: 30px 0px 0px 10px;
    }

        .fenye .moye a {
            display: block;
            width: 50px;
            color: #777;
            font-size: 15px;
            height: 24px;
            background-color: #E7ECF0;
            text-align: center;
            line-height: 24px;
            text-decoration: none;
        }

    .fenye .Ye {
        width: 30px;
        height: 24px;
        background-color: #E7ECF0;
        text-align: center;
        line-height: 24px;
        float: left;
        margin: 0px 0px 0px 10px;
    }

        .fenye .Ye a {
            display: block;
            width: 30px;
            height: 24px;
            color: #777;
            font-size: 15px;
            background-color: #E7ECF0;
            text-align: center;
            line-height: 24px;
            text-decoration: none;
        }

    .fenye a:hover {
        background-color: #999;
    }

    .fenye .thisPage {
        width: 30px;
        height: 24px;
        background-color: #B4B4B4;
        text-align: center;
        line-height: 24px;
        float: left;
        margin: 30px 0px 0px 10px;
    }

        .fenye .thisPage a {
            display: block;
            width: 30px;
            height: 24px;
            background-color: #B4B4B4;
            text-align: center;
            line-height: 24px;
            text-decoration: none;
        }
/*业绩展示列表*/
.yqljbj {
    background-image: url(../images/yqljbj.jpg);
    background-size: 100% 100%;
    height: 396px;
}

.yjlist {
    width: 1260px;
    height: auto;
    margin: auto;
    margin-bottom: 30px;
}

    .yjlist .yjtitle {
        text-align: right;
        font-size: 14px;
        letter-spacing: 2px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

        .yjlist .yjtitle img {
            margin-right: 10px;
        }

    .yjlist hr {
        height: 1px;
        border: none;
        border-top: 1px dashed #999999;
    }

    .yjlist .yjleft {
        width: 1260px;
        float: left;
        margin-top: 10px;
    }

        .yjlist .yjleft .yjname {
            width: 100%;
            height: 70px;
            font-size: 28px;
            text-align: center;
            background-color: #0176ca;
            color: #fff;
            letter-spacing: 10px;
            line-height: 65px;
        }

        .yjlist .yjleft ul {
            width: 100%;
        }

            .yjlist .yjleft ul li {
                width: 30%;
                height: 50px;
                line-height: 50px;
                font-size: 16px;
                letter-spacing: 5px;
                color: #26377f;
            }

                .yjlist .yjleft ul li a {
                    margin-left: 20px;
                }
                    /*.yjlist .yjleft ul li a:visited{ color: #26377f;border-bottom:1px solid #26377f}*/
                    .yjlist .yjleft ul li a img {
                        margin-right: 20px;
                    }

.yjleft {
    height: 62px;
    text-align: center;
    margin-left: 0;
}

    .yjleft a {
        height: 60px;
        line-height: 60px;
        width: auto;
        -webkit-flex: 1;
        color: #666666;
        flex: 1;
        font-size: 16px;
        display: block;
    }

        .yjleft a:hover, .in_title2a a.on {
            color: #26377f;
            border-bottom: 2px solid #26377f;
        }

.yjlist .yjright {
    width: 1260px;
    float: left;
    margin-top: 10px;
    text-align: center;
    margin-left: 10px;
}

    .yjlist .yjright .righttitle {
        width: 100%;
        text-align: left;
    }

        .yjlist .yjright .righttitle .titname {
            font-size: 16px;
            letter-spacing: 5px;
            margin-left: 10px;
        }

            .yjlist .yjright .righttitle .titname .yjnaem {
                font-weight: bolder;
                float: left;
                margin-top: 10px;
                margin-bottom: 5px;
            }

            .yjlist .yjright .righttitle .titname .yjtitle {
                text-align: right;
                font-size: 14px;
                letter-spacing: 2px;
                margin-top: 10px;
                margin-bottom: 5px;
                float: right;
            }

                .yjlist .yjright .righttitle .titname .yjtitle img {
                    margin-right: 10px;
                }

    .yjlist .yjright .tclLeibie {
        display: none;
    }

    .yjlist .yjright .right_list {
        width: 1260px;
    }

        .yjlist .yjright .right_list ul li {
            width: 290px;
            height: 194px;
            float: left;
            margin: 20px 12px;
        }

            .yjlist .yjright .right_list ul li p {
                font-size: 14px;
                margin-top: 10px;
                letter-spacing: 3px;
                color: #111;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

            .yjlist .yjright .right_list ul li img {
                width: 291px;
                height: 194px;
            }

        .yjlist .yjright .right_list .img2 {
            width: 291px;
            height: 194px;
            margin-top: -67%;
        }

.gp .gpddm {
    color: #efefef ;
    padding-bottom: 20px;
    font-size: 16px;
}
.foo-dh-right .foo-right-gsxx {
    padding-top: 20px;
}
.hc_cplist_box {
    width: 100%;
    margin:0px;
}

    .hc_cplist_box > div {
        padding: 10px;
    }

    .hc_cplist_box div.item-kuai {
        overflow: hidden;
        padding: 5px;
    }

        .hc_cplist_box div.item-kuai p.p-lst img {
            width: 100%;
            height: auto;
            max-width: 300px;
            max-height: 200px;
        }

        .hc_cplist_box div.item-kuai p.p-text {
            text-align: center;
            width: 100%;
            padding: 12px 0;
            color: #0066cc;
            font-size: 18px;
            font-weight: bold;
        }
.hc_chanpinkuai {
    display:flex;
}
    .hc_chanpinkuai .left, .hc_chanpinkuai .right {
        width: 50%;
        padding: 20px;
    }
    .hc_chanpinkuai .left>img{
        width:100%; 
        height:auto;
    }
        .hc_chanpinkuai .right .bg {
            padding: 20px;
            background: #f5f3ef;
            overflow: hidden;
            min-height: 200px;
        }
        .hc_chanpinkuai .right h1 {
            font-size: 24px;
            color: #333;
            padding: 20px;
        }

        .hc_chanpinkuai .right p {
            font-size: 16px;
            line-height: 2.3em;
            letter-spacing:1px;
        }
            .hc_chanpinkuai .right p strong {
                letter-spacing: 2px;
                padding-right: 1em;
            }
            .hc_chanpinkuai .right p span {
                display: inline-flex;
                width: 70%;
            }

.hc_shuoming {
    padding: 20px 0px;
}
    .hc_shuoming > h1 {
        font-size: 24px;
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .hc_shuoming  p {
        line-height:2em !important;
    }
@media only screen and (max-width:1400px) {
    nav .navbar.bootsnav ul.nav > li > a {
        padding: 30px 15px;
    }
}
@media only screen and (max-width:1220px) {
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 30px 10px;
    }
}
@media only screen and (max-width:1150px) {
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 30px 5px;
    }
    nav.navbar.bootsnav .navbar-toggle {
        display: none;
       
    }
}
    @media only screen and (max-width:767px) {
        * {
            margin: 0;
            padding: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .wrap {
            width: 100%;
            margin: 0 auto;
        }

        :before, :after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        html, body, form {
            width: 100%;
            overflow-x: hidden;
        }

        html {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
            font-size: 72px;
        }

        body {
            font-family: 微软雅黑;
            font-size: 12px;
            min-width: 320px;
            max-width: 720px;
        }

        a {
            text-decoration: none;
            outline: none;
            background-color: transparent;
            -webkit-text-decoration-skip: objects;
        }

            a:active, a:hover, a::after, a:focus {
                outline: 0;
                border: 0;
                text-decoration: none;
                background: transfer;
            }
        /*为了去除手机点击出现的阴影*/
        a, img, button, input, textarea, span {
            -webkit-tap-highlight-color: rgba(255,255,255,0);
        }

        li {
            list-style: none;
        }

        .clear {
            clear: both;
        }

        .clear1 {
            clear: both;
        }

        #clear {
            clear: both;
        }

        #clear1 {
            clear: both;
        }

        img {
            border: 0;
        }

            img, img::after, img:focus, img:hover {
                border: 0;
            }
    }

    @media screen and (min-width: 1201px) {
        .gsjj1 {
            height: auto;
            margin-bottom: 30px;
        }
    }

    

    @media screen and (max-width:767px) {
        .gsjj .gsright .right_list img {
            height: 200px;
        }

        .yjlist {
            width: 100%;
            height: auto;
            margin-bottom: 30px;
        }

            .yjlist .yjtitle {
                text-align: right;
                font-size: 14px;
                letter-spacing: 2px;
                margin-top: 10px;
                margin-bottom: 5px;
            }

                .yjlist .yjtitle img {
                    margin-right: 10px;
                }

            .yjlist hr {
                height: 1px;
                border: none;
                border-top: 1px dashed #999999;
            }

            .yjlist .yjleft {
                display: none;
            }

            .yjlist .yjright {
                width: 100%;
                float: left;
                margin-top: 10px;
                text-align: center;
                margin-left: 1px;
            }

                .yjlist .yjright .righttitle {
                    width: 100%;
                    text-align: left;
                }

                    .yjlist .yjright .righttitle .titname {
                        font-size: 16px;
                        letter-spacing: 5px;
                        margin-left: 1px;
                    }

                        .yjlist .yjright .righttitle .titname .yjnaem {
                            font-weight: bolder;
                            float: left;
                            margin-top: 10px;
                            margin-bottom: 5px;
                        }

                        .yjlist .yjright .righttitle .titname .yjtitle {
                            display: none;
                            text-align: right;
                            font-size: 14px;
                            letter-spacing: 2px;
                            margin-top: 10px;
                            margin-bottom: 5px;
                            float: right;
                        }

                            .yjlist .yjright .righttitle .titname .yjtitle img {
                                margin-right: 10px;
                            }

                .yjlist .yjright .tclLeibie {
                    display: block;
                    width: 100%;
                    height: auto;
                    min-height: 1.5rem;
                }

                    .yjlist .yjright .tclLeibie ul {
                        width: 100%;
                    }

                        .yjlist .yjright .tclLeibie ul li {
                            width: 100%;
                            text-align: center;
                            float: left;
                            margin: 0.25rem 1.5%;
                            border-bottom: 1px solid #cccccc;
                            font-size: 0.35rem;
                            line-height: 0.8rem;
                        }

                            .yjlist .yjright .tclLeibie ul li a {
                                color: #0679cc;
                            }

                    .yjlist .yjright .tclLeibie .curre {
                        margin: auto 0;
                        width: 100%;
                    }

                        .yjlist .yjright .tclLeibie .curre a {
                            color: #666666;
                            font-weight: bold;
                        }

                .yjlist .yjright .right_list {
                    width: 100%;
                }

                    .yjlist .yjright .right_list ul li {
                        width: 45%;
                        height: 3.8rem;
                        float: left;
                        margin: 1% 2.5%;
                    }

                        .yjlist .yjright .right_list ul li p {
                            font-size: 14px;
                            margin-top: 10px;
                            letter-spacing: 3px;
                            color: #111;
                        }

                        .yjlist .yjright .right_list ul li img {
                            width: 100%;
                            height: 80%;
                        }

                    .yjlist .yjright .right_list .img2 {
                        width: 100%;
                        height: 80%;
                    }

        #CuPlayer .CuMob {
            width: 100%;
            height: 300px;
            margin: 0 auto;
            position: relative;
            padding-bottom: 15%;
        }
    }
    /*公司简介*/
    .gsjj1 {
        height: auto;
        margin-bottom: 30px;
    }

    .gsjj {
        width: 1200px;
        height: auto;
        margin-bottom: 30px;
        margin: auto;
    }

    .lylball {
        width: 1260px;
        margin: auto;
    }

    .ShouWei {
        display: inline-block;
        margin: 0 1%;
        border: 1px solid #eee;
        padding: 0 1%;
    }

        .ShouWei a {
            color: #666;
        }

.thisPage {
    display: inline-block;
    margin: 0 1%;
    border: 1px solid #eee;
    padding: 0 10px;
    color: #999;
}

        .thisPage a {
            color: white;
        }

    .thisPage {
        background: #145499;
        color: white !important;
        text-align: center;
    }

    .Ye {
        display: inline-block;
        margin: 0 1%;
        border: 1px solid #eee;
        padding: 0 1%;
        color: #999;
    }

        .Ye a {
            color: #999;
        }

    .moye {
        display: inline-block;
        margin: 0 1%;
        border: 1px solid #eee;
        padding: 0 1%;
    }

        .moye a {
            color: #666;
        }

    .fy {
        width: 1260px;
        position: relative;
        text-align: center;
        margin-top: 1.5%;
        line-height: 35px;
        height: 50px;
        /* margin-bottom: 3%; */
    }

    .xiamian_ye {
        padding-top: 30px;
        text-align: center;
    }

        .xiamian_ye a {
            text-decoration: none;
        }

    .fy.cpfy > div {
        padding: initial;
        width: 35px;
        height: 35px;
    }

    .fy.cpfy > a {
        display: inline-block;
        padding: initial;
        width: 35px;
        height: 35px;
        border: 1px solid #eee;
        color: #999;
    }

    .fy.cpfy > div > a {
        width: 100%;
        display: block;
        height: 100%
    }

    ul li.lsm-sidebar-item .show {
        display: block;
    }


    .lylball table:nth-child(odd) {
        width: 1260px;
        border: 1px solid #eee;
        margin: 1% 0;
        margin: auto;
        margin-bottom: 1%;
        margin-top: 1%;
        border-collapse: collapse;
        background: #F7F6FB;
    }

    .lsm-sidebar-item li > a.active {
        color: #FFF;
        background: #dce7f4;
    }

    .lylball table:nth-child(even) {
        width: 1260px;
        border: 1px solid #eee;
        margin: 1% 0;
        margin: auto;
        margin-bottom: 1%;
        margin-top: 1%;
        border-collapse: collapse;
        background: white;
    }

    .lylball td {
        border: 1px solid #eee;
        height: 35px;
    }

    .tc {
        text-align: center;
        width: 8%;
    }

    .tl {
        padding-left: 1%;
        word-break: break-word;
    }

    .gsjj .gstitle {
        text-align: right;
        font-size: 14px;
        letter-spacing: 2px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

        .gsjj .gstitle img {
            margin-right: 10px;
        }

    .gsjj hr {
        height: 1px;
        border: none;
        border-top: 1px dashed #999999;
    }

    .gsjj .gsleft {
        width: 250px;
        float: left;
        margin-top: 10px;
    }

        .gsjj .gsleft .gsname {
            width: 100%;
            height: 70px;
            font-size: 28px;
            text-align: center;
            background-color: #0176ca;
            color: #fff;
            letter-spacing: 10px;
            line-height: 65px;
        }

        .gsjj .gsleft ul {
            width: 100%;
        }

            .gsjj .gsleft ul li {
                width: 248px;
                height: 50px;
                line-height: 50px;
                border: 1px solid #cccccc;
                font-size: 16px;
                letter-spacing: 5px;
                color: #26377f;
            }

                .gsjj .gsleft ul li a {
                    margin-left: 20px;
                    color: #26377f;
                }

                    .gsjj .gsleft ul li a img {
                        margin-right: 20px;
                    }

    .gsjj .gsright .right_list {
        width: 1000px;
        float: left;
        margin-top: 10px;
        width: 100%;
    }

    .gsjj .gsright .righttitle {
        width: 100%;
        height: 30px;
        text-align: left;
    }

        .gsjj .gsright .righttitle .titname {
            font-size: 16px;
            letter-spacing: 5px;
            margin-left: 10px;
        }

            .gsjj .gsright .righttitle .titname .cpnaem {
                font-weight: bolder;
                float: left;
                margin-top: 10px;
                margin-bottom: 5px;
            }

            .gsjj .gsright .righttitle .titname .cptitle {
                text-align: right;
                font-size: 14px;
                letter-spacing: 2px;
                margin-top: 10px;
                margin-bottom: 5px;
                float: right;
            }

                .gsjj .gsright .righttitle .titname .cptitle img {
                    margin-right: 10px;
                }

    .gsjj .gsright .right_list1 {
        margin-top: 20px;
        line-height: 40px;
        font-size: 15px;
        float: left;
        width: 100%;
    }

        .gsjj .gsright .right_list1 img {
            max-width: 100%;
            max-height: 840px;
        }
        /*.gsjj .gsright .right_list1 span
        {
            height: 20px;
            line-height: 50px;
            width: 80px;
            float: right;
            color: #999;
            font-size: 13px;
        }*/

        .gsjj .gsright .right_list1 li {
            list-style: none;
            border-bottom: 1px dashed #c9c9c9;
            width: 95%;
            height: 120px;
        }

            .gsjj .gsright .right_list1 li a {
                color: #666;
                font-size: 21px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

            .gsjj .gsright .right_list1 li p {
                color: #666;
                font-size: 17px;
                margin-left: 13px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

            .gsjj .gsright .right_list1 li a:hover {
                color: #26377f;
                font-weight: bold;
            }

    .gsjj .gsright .right_list5 {
        width: 100%;
        float: left;
        margin-top: 10px;
    }


    @media screen and (max-width:767px) {
        .gsjj .gsright .right_list5 img {
            max-width: 100%;
            max-height: 267px;
        }

        .gsjj {
            width: 100%;
            height: auto;
            margin-bottom: 100px;
        }

            .gsjj .gstitle {
                text-align: right;
                font-size: 14px;
                letter-spacing: 2px;
                margin-top: 10px;
                margin-bottom: 5px;
            }

                .gsjj .gstitle img {
                    margin-right: 10px;
                }

            .gsjj hr {
                height: 1px;
                border: none;
                border-top: 1px dashed #999999;
            }

            .gsjj .gsright .right_list1 img {
                max-width: 100%;
                max-height: 267px;
            }

            .gsjj .gsleft {
                display: none;
            }

            .gsjj .gsright {
                width: 90%;
                float: left;
                margin-top: 0px;
                margin-left: 5%;
            }

                .gsjj .gsright .righttitle {
                    width: 100%;
                    height: 0.8rem;
                    text-align: left;
                }

                    .gsjj .gsright .righttitle .titname {
                        font-size: 16px;
                        letter-spacing: 5px;
                        margin-left: 10px;
                    }

                        .gsjj .gsright .righttitle .titname .cpnaem {
                            font-weight: bolder;
                            float: left;
                            margin-top: 10px;
                            margin-bottom: 5px;
                        }

                        .gsjj .gsright .righttitle .titname .cptitle {
                            display: none;
                            text-align: right;
                            font-size: 14px;
                            letter-spacing: 2px;
                            margin-top: 10px;
                            margin-bottom: 5px;
                            float: right;
                        }

                            .gsjj .gsright .righttitle .titname .cptitle img {
                                margin-right: 10px;
                            }

                .gsjj .gsright .right_list {
                    width: 92%;
                    margin-top: 0.5rem;
                    margin-left: 4%;
                }

                .gsjj .gsright .right_list5 img {
                    width: 100%;
                    margin-top: 0.5rem;
                }

                .gsjj .gsright .right_list input {
                    width: 100%;
                }

                .gsjj .gsright .right_list #map {
                    width: 360px;
                    height: 360px;
                    margin-left: 0px;
                    border: 1px solid rgb(204, 204, 204);
                    font-size: 12px;
                    overflow: hidden;
                    position: relative;
                    z-index: 0;
                    background-color: rgb(243, 241, 236);
                    color: rgb(0, 0, 0);
                    text-align: left;
                }

                .gsjj .gsright .right_list1 img {
                    width: 100%;
                    height: 70px;
                }
    }

    .gsjj .gsright .right_list .map {
        width: 700px;
        height: 550px;
        margin-left: 0px;
        border: 1px solid rgb(204, 204, 204);
        font-size: 12px;
        overflow: hidden;
        position: relative;
        z-index: 0;
        background-color: rgb(243, 241, 236);
        color: rgb(0, 0, 0);
        text-align: left;
    }

    .gsjj .gsright .right_list input {
        width: 100%;
    }

    /*产品中心详情页*/
    .cpcount {
        width: 1260px;
        height: auto;
        margin-bottom: 20px;
    }

        .cpcount .cptitle {
            text-align: right;
            font-size: 14px;
            letter-spacing: 2px;
            margin-top: 10px;
        }

            .cpcount .cptitle img {
                margin-right: 10px;
            }

        .cpcount hr {
            height: 1px;
            border: none;
            border-top: 1px dashed #999999;
        }

        .cpcount .cpleft {
            width: 250px;
            float: left;
            margin-top: 10px;
        }

            .cpcount .cpleft .cpname {
                width: 100%;
                height: 70px;
                font-size: 28px;
                text-align: center;
                background-color: #0176ca;
                color: #fff;
                letter-spacing: 10px;
                line-height: 65px;
            }

            .cpcount .cpleft ul {
                width: 100%;
            }

                .cpcount .cpleft ul li {
                    width: 248px;
                    height: 50px;
                    line-height: 50px;
                    border: 1px solid #cccccc;
                    font-size: 16px;
                    letter-spacing: 5px;
                    color: #26377f;
                }

                    .cpcount .cpleft ul li a {
                        margin-left: 20px;
                        color: #26377f;
                    }

                        .cpcount .cpleft ul li a img {
                            margin-right: 20px;
                        }

        .cpcount .cpright {
            width: 100%;
            float: left;
            margin-top: 10px;
            margin-left: 10px;
        }

            .cpcount .cpright .righttitle {
                width: 100%;
                height: 30px;
                text-align: left;
            }

                .cpcount .cpright .righttitle .titname {
                    font-size: 16px;
                    letter-spacing: 5px;
                    margin-left: 10px;
                }

                    .cpcount .cpright .righttitle .titname .cpnaem {
                        font-weight: bolder;
                        float: left;
                        margin-top: 10px;
                        margin-bottom: 5px;
                    }

                    .cpcount .cpright .righttitle .titname .cptitle {
                        text-align: right;
                        font-size: 14px;
                        letter-spacing: 2px;
                        margin-top: 10px;
                        margin-bottom: 5px;
                        float: left;
                    }

                        .cpcount .cpright .righttitle .titname .cptitle img {
                            margin-right: 10px;
                        }

            .cpcount .cpright .right_list {
                width: 1000px;
                margin-top: 20px;
            }

                .cpcount .cpright .right_list .csList {
                    width: 100%;
                    height: 230px;
                    float: left;
                    margin-bottom: 20px;
                }

                    .cpcount .cpright .right_list .csList .cpimg {
                        width: 350px;
                        height: 230px;
                        text-align: center;
                        float: left;
                    }

                        .cpcount .cpright .right_list .csList .cpimg img {
                            margin-left: 20px;
                            border: 1px solid #1b4f98;
                            padding: 5px;
                            width: 300px;
                            height: 200px;
                        }

                    .cpcount .cpright .right_list .csList .csxq {
                        width: 630px;
                        float: left;
                        height: 230px;
                    }

                        .cpcount .cpright .right_list .csList .csxq ul li {
                            text-align: left;
                            font-size: 12px;
                            color: #26377f;
                            line-height: 35px;
                            margin-left: 50px;
                            letter-spacing: 3px;
                            font-weight: bolder;
                            overflow: hidden;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 2;
                        }

                        .cpcount .cpright .right_list .csList .csxq .xqtitle {
                            font-size: 16px;
                        }

                .cpcount .cpright .right_list .cpxq {
                    width: 100%;
                }

                    .cpcount .cpright .right_list .cpxq .cptitle {
                        margin-top: 15px;
                        margin-bottom: 10px;
                        font-size: 16px;
                        font-weight: bolder;
                        letter-spacing: 5px;
                        color: #26377f;
                        text-align: left;
                        padding-left: 40px;
                    }

                    .cpcount .cpright .right_list .cpxq .lx {
                        margin-bottom: 25px;
                    }

                    .cpcount .cpright .right_list .cpxq .cpnr {
                        margin-left: 30px;
                        width: 90%;
                    }

    @media screen and (max-width:767px) {
        .cpcount {
            width: 100%;
            height: auto;
            margin-bottom: 20px;
        }

            .cpcount .cptitle {
                text-align: right;
                font-size: 14px;
                letter-spacing: 2px;
                margin-top: 10px;
            }

                .cpcount .cptitle img {
                    margin-right: 10px;
                }

            .cpcount hr {
                height: 1px;
                border: none;
                border-top: 1px dashed #999999;
            }

            .cpcount .cpleft {
                display: none;
            }

            .cpcount .cpright {
                width: 100%;
                float: left;
                margin-top: 10px;
                margin-left: 1px;
            }

                .cpcount .cpright .righttitle {
                    width: 100%;
                    height: 0.8rem;
                    text-align: left;
                }

                    .cpcount .cpright .righttitle .titname {
                        font-size: 16px;
                        letter-spacing: 5px;
                        margin-left: 10px;
                    }

                        .cpcount .cpright .righttitle .titname .cpnaem {
                            font-weight: bolder;
                            float: left;
                            margin-top: 10px;
                            margin-bottom: 5px;
                        }

                        .cpcount .cpright .righttitle .titname .cptitle {
                            text-align: right;
                            font-size: 14px;
                            letter-spacing: 2px;
                            margin-top: 10px;
                            margin-bottom: 5px;
                            float: left;
                        }

                            .cpcount .cpright .righttitle .titname .cptitle img {
                                margin-right: 10px;
                            }

                .cpcount .cpright .right_list {
                    width: 100%;
                    margin-top: 20px;
                }

                    .cpcount .cpright .right_list .csList {
                        width: 100%;
                        height: 230px;
                        float: left;
                        margin-bottom: 20px;
                    }

                        .cpcount .cpright .right_list .csList .cpimg {
                            width: 350px;
                            height: 230px;
                            text-align: center;
                            float: left;
                        }

                            .cpcount .cpright .right_list .csList .cpimg img {
                                margin-left: 20px;
                                border: 1px solid #1b4f98;
                                padding: 5px;
                                width: 300px;
                                height: 200px;
                            }

                        .cpcount .cpright .right_list .csList .csxq {
                            width: 380px;
                            float: left;
                            height: 230px;
                        }

                            .cpcount .cpright .right_list .csList .csxq ul li {
                                text-align: left;
                                font-size: 12px;
                                color: #26377f;
                                line-height: 40px;
                                margin-left: 40px;
                                letter-spacing: 3px;
                                font-weight: bolder;
                            }

                            .cpcount .cpright .right_list .csList .csxq .xqtitle {
                                font-size: 16px;
                            }

                    .cpcount .cpright .right_list .cpxq {
                        width: 100%;
                        margin-top: 60%;
                        float: left;
                    }

                        .cpcount .cpright .right_list .cpxq .cptitle {
                            margin-top: 15px;
                            margin-bottom: 10px;
                            font-size: 16px;
                            font-weight: bolder;
                            letter-spacing: 5px;
                            color: #26377f;
                            text-align: left;
                            padding-left: 40px;
                        }

                        .cpcount .cpright .right_list .cpxq .lx {
                            margin-bottom: 25px;
                        }

                    .cpcount .cpright .right_list .csList .csxq .cpnr {
                        margin-left: 40px;
                    }
    }
    /*业绩展示详情页*/
    .yjcount {
        width: 1260px;
        height: auto;
        margin-bottom: 20px;
    }

        .yjcount .yjtitle {
            text-align: right;
            font-size: 14px;
            letter-spacing: 2px;
            margin-top: 10px;
        }

            .yjcount .yjtitle img {
                margin-right: 10px;
            }

        .yjcount hr {
            height: 1px;
            border: none;
            border-top: 1px dashed #999999;
        }

        .yjcount .yjleft {
            width: 250px;
            float: left;
            margin-top: 10px;
        }

            .yjcount .yjleft .yjname {
                width: 100%;
                height: 70px;
                font-size: 28px;
                text-align: center;
                background-color: #0176ca;
                color: #fff;
                letter-spacing: 10px;
                line-height: 65px;
            }

            .yjcount .yjleft ul {
                width: 100%;
            }

                .yjcount .yjleft ul li {
                    width: 248px;
                    height: 50px;
                    line-height: 50px;
                    border: 1px solid #cccccc;
                    font-size: 16px;
                    letter-spacing: 5px;
                    color: #26377f;
                }

                    .yjcount .yjleft ul li a {
                        margin-left: 20px;
                        color: #26377f;
                    }

                        .yjcount .yjleft ul li a img {
                            margin-right: 20px;
                        }

        .yjcount .yjright {
            width: 1000px;
            float: left;
            margin-top: 10px;
            margin-left: 10px;
        }

            .yjcount .yjright .righttitle {
                width: 100%;
                height: 30px;
                text-align: left;
            }

                .yjcount .yjright .righttitle .titname {
                    font-size: 16px;
                    letter-spacing: 5px;
                    margin-left: 10px;
                }

                    .yjcount .yjright .righttitle .titname .yjnaem {
                        font-weight: bolder;
                        float: left;
                        margin-top: 10px;
                        margin-bottom: 5px;
                    }

                    .yjcount .yjright .righttitle .titname .yjtitle {
                        text-align: right;
                        font-size: 14px;
                        letter-spacing: 2px;
                        margin-top: 10px;
                        margin-bottom: 5px;
                        float: right;
                    }

                        .yjcount .yjright .righttitle .titname .yjtitle img {
                            margin-right: 10px;
                        }

            .yjcount .yjright .right_list {
                width: 1000px;
            }

                .yjcount .yjright .right_list .yjxq {
                    width: 100%;
                    margin-top: 20px;
                }

                    .yjcount .yjright .right_list .yjxq .yjtitlename {
                        font-size: 18px;
                        font-weight: bolder;
                        letter-spacing: 5px;
                        color: #111;
                        text-align: center;
                    }

    @media screen and (max-width:767px) {
        .yjcount {
            width: 100%;
            height: auto;
            margin-bottom: 20px;
        }

            .yjcount .yjtitle {
                text-align: right;
                font-size: 14px;
                letter-spacing: 2px;
                margin-top: 10px;
            }

                .yjcount .yjtitle img {
                    margin-right: 10px;
                }

            .yjcount hr {
                height: 1px;
                border: none;
                border-top: 1px dashed #999999;
            }

            .yjcount .yjleft {
                display: none;
            }

            .yjcount .yjright {
                width: 100%;
                float: left;
                margin-top: 10px;
                margin-left: 1px;
            }

                .yjcount .yjright .righttitle {
                    width: 100%;
                    height: 0.8rem;
                    text-align: left;
                }

                    .yjcount .yjright .righttitle .titname {
                        font-size: 16px;
                        letter-spacing: 5px;
                        margin-left: 1px;
                    }

                        .yjcount .yjright .righttitle .titname .yjnaem {
                            font-weight: bolder;
                            float: left;
                            margin-top: 10px;
                            margin-bottom: 5px;
                        }

                        .yjcount .yjright .righttitle .titname .yjtitle {
                            display: none;
                            text-align: right;
                            font-size: 14px;
                            letter-spacing: 2px;
                            margin-top: 10px;
                            margin-bottom: 5px;
                            float: right;
                        }

                            .yjcount .yjright .righttitle .titname .yjtitle img {
                                margin-right: 10px;
                            }

                .yjcount .yjright .right_list {
                    width: 100%;
                }

                    .yjcount .yjright .right_list .yjxq {
                        width: 100%;
                        margin-top: 20px;
                    }

                        .yjcount .yjright .right_list .yjxq .yjtitlename {
                            font-size: 18px;
                            font-weight: bolder;
                            letter-spacing: 5px;
                            color: #111;
                            text-align: center;
                        }
    }
    /*底部列表*/
    .liajie {
        margin: 0 auto;
        width: 1260px;
        height: 220px;
        color: #FFF;
    }

        .liajie .leftimg {
            width: 300px;
            height: 150px;
            display: flex;
            align-items: center;
            float: left;
            margin-top: -2%;
        }

        .liajie .leftimg {
            width: 400px;
        }

            .liajie .leftimg img {
                width: 150px;
                align-items: center;
                display: flex;
            }

        .liajie .centerlist {
            width: 600px;
            height: 160px;
            float: left;
        }

            .liajie .centerlist ul {
                width: 100%;
            }

                .liajie .centerlist ul li a {
                    color: #fff;
                }

                .liajie .centerlist ul li {
                    width: 30.5%;
                    float: left;
                    font-size: 12px;
                    color: #26377f;
                    text-align: left;
                    line-height: 32px;
                    background: url(../images/bsj.png) 0px no-repeat;
                    padding-left: 15px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .liajie .centerlist ul li ul li {
                        font-size: 12px;
                        color: #26377f;
                        text-align: left;
                    }

                        .liajie .centerlist ul li ul li a {
                            color: #26377f;
                        }

        .liajie .rightewm {
            width: 150px;
            height: 160px;
            display: flex;
            align-items: center;
            float: left;
            margin-top: -2%;
        }

            .liajie .rightewm img {
                margin: 0px 0px;
                width: 150px;
                display: flex;
                align-items: center;
            }

    /*底部*/
    .footer {
        width: 100%;
        background-color: #333;
        height: 80px;
        text-align: center;
    }

        .footer p {
            width: 1260px;
            font-size: 14px;
            color: #fff;
            padding-top: 12px;
            text-align: left;
            margin-left: 250px;
            margin: 0 auto;
        }

            .footer p span {
                float: right;
            }

            .footer p a {
                color: #fff;
            }

    @media screen and (max-width:767px) {
        .yqljbj {
            display: none;
        }

        .liajie {
            display: none;
        }

        .footer {
            width: 100%;
            background-color: #0176ca;
            height: 1.5rem;
            text-align: center;
            display: none;
        }

            .footer p {
                width: 100%;
                font-size: 14px;
                color: #fff;
                padding-top: 12px;
                text-align: left;
                margin-left: auto;
                margin: 0 auto;
            }

                .footer p span {
                    float: right;
                    margin-right: auto;
                }

                .footer p a {
                    color: #fff;
                }
    }

    .gsjj .gsright .right_list .site-content .zxly {
        width: 100%;
    }

        .gsjj .gsright .right_list .site-content .zxly table {
            width: 100%;
            margin-top: 20px;
            background-color: rgba(255, 255, 255, 0.65);
        }

        .gsjj .gsright .right_list .site-content .zxly .title {
            width: 20%;
            text-align: center;
            height: 30px;
            font-size: 13px;
            color: #666;
        }

        .gsjj .gsright .right_list .site-content .zxly .text {
            width: 80%;
            font-size: 13px;
            height: 50px;
        }
        /*.cpList .cp_content .right_list_cp .wrapper .site-content .zxly input[type=text]{ width:100%; height:23px; font-size:13px; border:1px solid #dedede;}*/
        .gsjj .gsright .right_list .site-content .zxly input[type=text] {
            -webkit-border-radius: 10px;
            border-radius: 10px;
            font-size: 1em;
            border: 1px solid #dcdcdc;
            outline: none;
            width: 100%;
            padding: 8px 8px 8px 35px;
            background-color: #fff;
        }

        .gsjj .gsright .right_list .site-content .zxly textarea {
            -webkit-border-radius: 10px;
            border-radius: 10px;
            font-size: 1em;
            border: 1px solid #dcdcdc;
            outline: none;
            width: 100%;
            padding: 2px 2px 2px 5px;
            background-color: #fff;
        }

        .gsjj .gsright .right_list .site-content .zxly input[type=checkbox] {
            width: 4%;
            height: 15px;
            vertical-align: middle;
            border: 1px solid #dedede;
        }

        .gsjj .gsright .right_list .site-content .zxly input[type=text][name=Txt_name] {
            background: white url(../images/input_sprite_18x164.png) 10px 5px no-repeat;
        }

        .gsjj .gsright .right_list .site-content .zxly input[type=text][name=txt_add] {
            background: white url(../images/input_sprite_18x164.png) 10px -130px no-repeat;
        }

        .gsjj .gsright .right_list .site-content .zxly input[type=text][name=txt_phone] {
            background: white url(../images/input_sprite_18x164.png) 10px -30px no-repeat;
        }

        .gsjj .gsright .right_list .site-content .zxly input[type=text][name=txt_emil] {
            background: white url(../images/input_sprite_18x164.png) 10px -95px no-repeat;
        }

        .gsjj .gsright .right_list .site-content .zxly input[type=text][name=txt_zy] {
            background: white url(../images/input_sprite_18x164.png) 10px 5px no-repeat;
        }

        .gsjj .gsright .right_list .site-content .zxly input[type=text][name=txt_gsname] {
            background: white url(../images/input_sprite_18x164.png) 10px -162px no-repeat;
        }

        .gsjj .gsright .right_list .site-content .zxly input[type=text][name=txt_jyfw] {
            background: white url(../images/input_sprite_18x164.png) 10px 5px no-repeat;
        }

        .gsjj .gsright .right_list .site-content .zxly .tj {
            width: 100%;
            height: 30px;
            text-align: center;
        }

    #Bc_add {
        width: 50%;
        height: 35px;
        font-size: 14px;
        background-color: #26377f;
        padding: 3px 25px;
        color: #fff;
        border-radius: 8px;
        margin-top: 20px;
    }


    @media screen and (max-width:767px) {
        .gsjj .gsright .right_list .site-content .zxly {
            width: 90%;
            margin: 2% 4%;
        }

            .gsjj .gsright .right_list .site-content .zxly table {
                width: 100%;
                margin-top: 20px;
                background-color: rgba(255, 255, 255, 0.65);
            }

            .gsjj .gsright .right_list .site-content .zxly .title {
                width: 20%;
                text-align: center;
                height: 30px;
                font-size: 13px;
                color: #666;
            }

            .gsjj .gsright .right_list .site-content .zxly .text {
                width: 80%;
                font-size: 13px;
                height: 50px;
            }
            /*.cpList .cp_content .right_list_cp .wrapper .site-content .zxly input[type=text]{ width:100%; height:23px; font-size:13px; border:1px solid #dedede;}*/
            .gsjj .gsright .right_list .site-content .zxly input[type=text] {
                -webkit-border-radius: 10px;
                border-radius: 10px;
                font-size: 1em;
                border: 1px solid #dcdcdc;
                outline: none;
                width: 100%;
                padding: 8px 8px 8px 35px;
                background-color: #fff;
            }

            .gsjj .gsright .right_list .site-content .zxly textarea {
                -webkit-border-radius: 10px;
                border-radius: 10px;
                font-size: 1em;
                border: 1px solid #dcdcdc;
                outline: none;
                width: 100%;
                padding: 2px 2px 2px 5px;
                background-color: #fff;
            }

            .gsjj .gsright .right_list .site-content .zxly input[type=checkbox] {
                width: 4%;
                height: 15px;
                vertical-align: middle;
                border: 1px solid #dedede;
            }

            .gsjj .gsright .right_list .site-content .zxly input[type=text][name=Txt_name] {
                background: white url(../images/input_sprite_18x164.png) 10px 5px no-repeat;
            }

            .gsjj .gsright .right_list .site-content .zxly input[type=text][name=txt_add] {
                background: white url(../images/input_sprite_18x164.png) 10px -130px no-repeat;
            }

            .gsjj .gsright .right_list .site-content .zxly input[type=text][name=txt_phone] {
                background: white url(../images/input_sprite_18x164.png) 10px -30px no-repeat;
            }

            .gsjj .gsright .right_list .site-content .zxly input[type=text][name=txt_emil] {
                background: white url(../images/input_sprite_18x164.png) 10px -95px no-repeat;
            }

            .gsjj .gsright .right_list .site-content .zxly input[type=text][name=txt_zy] {
                background: white url(../images/input_sprite_18x164.png) 10px 5px no-repeat;
            }

            .gsjj .gsright .right_list .site-content .zxly input[type=text][name=txt_gsname] {
                background: white url(../images/input_sprite_18x164.png) 10px -162px no-repeat;
            }

            .gsjj .gsright .right_list .site-content .zxly input[type=text][name=txt_jyfw] {
                background: white url(../images/input_sprite_18x164.png) 10px 5px no-repeat;
            }

            .gsjj .gsright .right_list .site-content .zxly .tj {
                width: 100%;
                height: 30px;
                text-align: center;
            }

        #Bc_add {
            font-size: 14px;
            background-color: #002B4E;
            padding: 3px 25px;
            color: #fff;
            border-radius: 8px;
        }
    }

    /*手机端导航*/
    .mobile-menu { /**/
        display: none;
    }

    div.lsm-sidebar > ul a img.dengjiimg {
        margin-right: 10px;
    }



    @media screen and (max-width:767px) {
        /*手机端导航*/
        .mobile-headerwrap {
            display: block;
        }

        #mobile-menucss {
            box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
            height: 80%;
            width: 80%;
            width: 3rem;
            position: fixed;
            margin-top: 0rem;
            z-index: 50;
            top: 1.44rem;
            box-sizing: border-box;
        }

            #mobile-menucss > ul {
                height: 90%;
                overflow: auto;
                padding-top: 10px;
            }

                #mobile-menucss > ul > li {
                    margin-top: -1px;
                }

                    #mobile-menucss > ul > li > a {
                        display: block;
                        padding-left: 0.5rem;
                        border-bottom: 1px solid rgba(255,255,255,0.1);
                        border-top: 1px solid rgba(255,255,255,0.1);
                        height: 45px;
                        line-height: 45px;
                    }

                        #mobile-menucss > ul > li > a > span {
                            font-size: 16px;
                        }

                    #mobile-menucss > ul > li > ul {
                        padding-left: 1rem;
                    }

                        #mobile-menucss > ul > li > ul > li {
                            line-height: 0.6rem;
                        }

                            #mobile-menucss > ul > li > ul > li > a > span {
                                line-height: 25px;
                            }

                    #mobile-menucss > ul > li.mobiles-links {
                        text-align: center;
                        padding-top: 10px;
                        padding-bottom: 30px;
                        border: none;
                    }

                        #mobile-menucss > ul > li.mobiles-links a {
                            border: none;
                        }

                        #mobile-menucss > ul > li.mobiles-links img {
                            width: 50px !important;
                            height: 50px !important;
                            max-width: none;
                            margin-left: 0;
                            padding-left: 0;
                        }
    }

    @media screen and (max-width: 768px) {
        /*手机端导航*/
        .mobile-headerwrap {
            display: block;
        }

        #mobile-menucss {
            background: #2676bd;
            box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
            height: 62%;
            width: 80%;
            width: 230px;
            position: fixed;
            z-index: 9999;
            right: 0;
            box-sizing: border-box;
            display: block;
            top: 1.8rem;
        }

            #mobile-menucss > ul {
                height: 90%;
                overflow: auto;
                padding-top: 10px;
            }

                #mobile-menucss > ul > li {
                    margin-top: -1px;
                }

                    #mobile-menucss > ul > li > a {
                        display: block;
                        padding-left: 30px;
                        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                        border-top: 1px solid rgba(255, 255, 255, 0.1);
                        height: 45px;
                        line-height: 45px;
                    }

                        #mobile-menucss > ul > li > a > span {
                            color: #fff;
                            font-size: 16px;
                        }

                    #mobile-menucss > ul > li > ul {
                        padding-left: 50px;
                        margin: 10px 0 10px 0;
                    }

                        #mobile-menucss > ul > li > ul > li {
                            line-height: 35px;
                        }

                            #mobile-menucss > ul > li > ul > li > ul {
                                margin: 10px 0 10px 20px;
                            }

                            #mobile-menucss > ul > li > ul > li > a > span {
                                color: #f1f1f1;
                                line-height: 25px;
                            }

                            #mobile-menucss > ul > li > ul > li > ul > li {
                                line-height: 30px;
                            }

                                #mobile-menucss > ul > li > ul > li > ul > li > a {
                                    color: #eee;
                                    font-size: 12px;
                                }

                    #mobile-menucss > ul > li.mobiles-links {
                        text-align: center;
                        padding-top: 10px;
                        padding-bottom: 30px;
                        border: none;
                    }

                        #mobile-menucss > ul > li.mobiles-links a {
                            border: none;
                        }

                        #mobile-menucss > ul > li.mobiles-links img {
                            width: 50px !important;
                            height: 50px !important;
                            max-width: none;
                            margin-left: 0;
                            padding-left: 0;
                        }

        .content-content img {
            width: 100% !important;
            height: auto !important;
        }

        .content-content table {
            width: 100% !important;
        }

        .content-content .jcjs_content_tuwen {
            left: 0px !important;
            top: 10px !important;
            position: initial !important;
        }

        .content-content div.按钮 {
            position: initial !important;
            margin: 20px auto;
            width: 200px;
        }

        .content-content .jcjs_content_table_parent {
            left: 0px !important;
            top: 520px !important;
            height: auto !important;
            width: 100% !important;
            position: initial !important;
        }

        div.jcjs_content_table_parent ~ p {
            display: none;
        }


        .sjdaohang {
            display: none;
        }

        #sjdaohangaaa {
            display: none;
        }
    }


    @media screen and (max-width:768px) {
        #sjdaohangaaa {
            display: block;
        }

        .sjdaohang {
            display: block;
            min-width: 320px;
            max-width: 768px;
            width: 100%;
            height: 1.15rem;
            color: #fff;
            position: fixed;
            z-index: 99999;
            bottom: 0px;
            background: #26377f;
        }

            .sjdaohang .title {
                width: 19%;
                height: 100%;
                float: left;
                text-align: center;
                font-size: 0.35rem;
                color: #fff;
                line-height: 1.15rem;
            }

                .sjdaohang .title a {
                    color: #fff;
                }

            .sjdaohang .suxian {
                width: 1%;
                height: 100%;
                float: left;
                color: #fff;
                font-size: 0.4rem;
                text-align: center;
                line-height: 1.15rem;
            }

        .cdh ul p {
            display: table-cell;
            text-align: center;
            line-height: 20px;
            font-size: 18px;
            color: #666;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }
    }
    /*关于我们*/
    .cdh ul li a {
        float: left;
        width: 100%;
        color: #666666;
        font-size: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }



    .cdh {
        display: block;
        overflow: hidden;
        border-bottom: 2px solid #eee;
    }

        .cdh ul {
            width: 100%;
            height: 50px;
            display: contents;
            border-bottom: 2px solid #e1e1e1;
        }

            .cdh ul li {
                width: 1%;
                display: table-cell;
                line-height: 50px;
                text-align: center;
                line-height: 40px;
                font-size: 25px;
                color: #666;
            }

            .cdh ul p {
                display: table-cell;
                line-height: 50px;
                text-align: center;
                line-height: 40px;
                font-size: 25px;
                color: #666;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

    div.fenlanmu {
        width: 100%;
        background: #F7F8F8;
    }

    div.lxwm_titleqv {
        width: 1200px;
        margin: 0 auto;
        height: 80px;
        line-height: 80px;
    }

        div.lxwm_titleqv strong {
            float: left;
            font-size: 21px;
            color: #4c4a44;
        }

        div.lxwm_titleqv > p {
            float: right;
            text-align: right;
        }

            div.lxwm_titleqv > p a.btxuanran {
                color: #26377f !important;
            }

            div.lxwm_titleqv > p a {
                color: #666666;
                padding-left: 2em;
                font-size: 16px
            }

                div.lxwm_titleqv > p a:hover {
                    color: #26377f;
                }




    .xw .cdh {
        margin: 20px 0px;
        border-bottom: none;
    }

        .xw .cdh ul li {
            padding-right: 20px;
        }

    .xw .in_title2a {
        height: initial;
    }

    .xw .cdh ul li a {
        width: 120px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        margin: 0px !important;
        border: 1px solid #003E7A;
        color: #1f1f1f;
        transition: all .15s ease;
        font-size: 14px;
    }

        .xw .cdh ul li a.btxuanran {
            color: white;
            background-color: #003E7A !important;
        }

        .xw .cdh ul li a:hover {
            color: white;
            background-color: #003E7A !important;
        }

    .xw .cdh ul li {
        width: initial;
    }

    @media screen and (max-width:767px) {
        .cdh ul li a {
            float: left;
            width: 100%;
            color: #666666;
            font-size: 16px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }
    }




    .clear2 {
        clear: both;
        font-size: 20px;
        height: 20px;
        overflow: hidden;
        line-height: 20px;
    }

    .gsjj2 .gsright .right_list2 {
        width: 1135px;
        margin-top: 20px;
        float: left;
        line-height: 40px;
        font-size: 16px;
        margin-left: 0px;
    }

        .gsjj2 .gsright .right_list2 span {
            height: 100px;
            line-height: 100px;
            width: 80px;
            float: right;
            color: #999;
            font-size: 13px;
        }

        .gsjj2 .gsright .right_list2 li {
            list-style: none;
            border-bottom: 1px dashed #c9c9c9;
        }

            .gsjj2 .gsright .right_list2 li a {
                color: #666;
                font-size: 28px;
            }

            .gsjj2 .gsright .right_list2 li p {
                color: #666;
                font-size: 20px;
                margin-left: 15px;
            }

            .gsjj2 .gsright .right_list2 li a:hover {
                color: #26377f;
            }

    .Top_right .sub {
        display: none;
    }

    .Top_right .sub {
        position: absolute;
        width: 115px;
        top: 50px;
        margin-left: -10px;
        border-radius: 0 0 10px 10px;
        overflow: hidden;
        background: #fff;
    }

        .Top_right .sub ul li {
            border-bottom: 1px solid #e2e2e2;
            margin-bottom: -1px;
            margin-left: -25px;
        }

            .Top_right .sub ul li a {
                display: block;
                text-align: center;
                padding: 5px 15px;
                line-height: 35px;
                font-size: 15px;
                margin-left: -15px;
            }

                .Top_right .sub ul li a:hover {
                    background: #26377f;
                    color: #fff;
                }



    /*视频播放PC端宽高设定*/
    #CuPlayer div.CuPc {
        width: 100%;
        height: 709px;
        margin: 0 auto;
    }
    /*移动端宽高设定*/
    #CuPlayer div.CuMob {
        width: 100%;
        height: 709px;
        margin: 0 auto;
        position: relative;
    }

    #CuPlayer div.CuPad {
        width: 100%;
        height: 450px;
        margin: 0 auto;
    }

    #CuPlayer .video-js {
        width: 100%;
        height: 100%;
    }
    /*移动端设定*/
    /*video::-webkit-media-controls-enclosure {
        display: none !important;
    }*/
/*移动端设定*/
video::-webkit-media-controls-enclosure {
   position:absolute;
}

    /*首页新闻的自动切换*/
    @media screen and (max-width:767px) {
        #CuPlayer div.CuMob {
            width: 100%;
            height: 329px;
            margin: 0 auto;
            position: relative;
        }
    }

    /*商品放大*/
    #smallImg {
        position: relative;
    }

        #smallImg img {
            width: 100%;
            height: 100%;
        }

    #lay {
        position: absolute;
        left: 0;
        top: 0;
        border: 1px solid #666;
        opacity: 0.6;
        filter: alpha(opacity = 60);
        background: #fff;
        display: none;
        cursor: move;
    }

    #bigImg {
        width: 500px;
        height: 500px;
        position: absolute;
        left: 680px;
        overflow: hidden;
        top: 382px;
        display: none;
    }

        #bigImg img {
            position: absolute;
            left: 0;
            top: 0;
        }

    @media screen and (max-width: 768px) {
        #smallImg img {
            width: auto;
            height: 100%;
        }
    }

    .cpnr li {
        height: 100px;
    }

        .cpnr li a {
            margin-top: 15px;
            height: 20px;
            font-size: 18px;
            line-height: 20px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .cpnr li p {
            margin-top: 15px;
            height: 20px;
            font-size: 18px;
            line-height: 20px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }



    /*新模板样式开始*/
    .lybtop {
        background-color: #2676bd;
        width: 100%;
    }

        .lybtop .lybtitle {
            width: 1260px;
            margin: 0 auto;
        }

            .lybtop .lybtitle ul li {
                width: 140px;
                text-align: center;
            }
    /*.lybtop .lybtitle ul li a:hover{
           display:block;
           border-bottom:5px solid #5FB878;
           
    }*/
    .lybheard {
        width: 100%;
    }

        .lybheard .lyblogo {
            width: 1260px;
            margin: 0 auto;
        }

            .lybheard .lyblogo img {
                margin-left: 50px;
                margin: 20px 0;
            }
    /*轮播*/
    #banner img {
        min-width: 100%;
        height: 600px;
    }

    #banner .panel {
        width: 400px;
        position: absolute;
        top: 25%;
        left: 50%;
        margin-left: -200px;
        text-align: center;
    }

        #banner .panel p {
            color: #8c8c8c;
            font-size: 44px;
            line-height: 80px;
            letter-spacing: 15px;
        }

            #banner .panel p.title {
                color: #4a4a4a;
                font-size: 54px;
                letter-spacing: 10px;
            }
    /*轮播结束*/

    /*公司优势*/
    .lybysF {
        width: 100%;
        background-image: url(../images/gsysbj.png);
        height: 558px;
    }

        .lybysF .lybysZ {
            width: 1260px;
            margin: 0 auto;
        }

            .lybysF .lybysZ img {
                margin-left: 15%;
            }

            .lybysF .lybysZ .lybgsys {
                width: 1260px;
                height: 200px;
                line-height: 50px;
                font-size: 36px;
                text-align: center;
                display: table-cell;
                vertical-align: middle;
                color: #2d2860;
            }
    /*公司优势end*/

    /*新闻中心*/
    .lybnewF {
        width: 100%;
        background-image: url(../images/xinwenbj.jpg);
        height: 700px;
    }

        .lybnewF .lybnewZ {
            width: 1260px;
            margin: 0 auto;
        }

            .lybnewF .lybnewZ .lybnewt {
                width: 1260px;
                height: 180px;
                line-height: 50px;
                font-size: 36px;
                text-align: center;
                display: table-cell;
                vertical-align: middle;
                color: #2d2860;
            }

            .lybnewF .lybnewZ .lybxwbtl {
                height: 50px;
                text-align: center;
                line-height: 50px;
                font-weight: bold;
                font-size: 24px;
                color: #2d2860;
            }

            .lybnewF .lybnewZ .lybxwbtr {
                height: 50px;
                text-align: center;
                line-height: 50px;
                font-weight: bold;
                font-size: 24px;
                color: #2d2860;
            }

    .newsdian {
        font-weight: bold;
        color: #ec6941;
    }

    .lybnewF .lybnewZ .news {
        width: 100%;
        height: 500px;
    }

    .lybnewF .lybnewZ .newtime {
        color: #2d2860;
        font-size: 16px;
        float: right;
    }

    .lybnewF .lybnewZ ul li {
        font-size: 20px;
        line-height: 60px;
        width: 90%;
        display: block;
        height: 60px;
        border-bottom: 1px dashed #000;
        color: #ec6941;
    }

        .lybnewF .lybnewZ ul li a {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            width: 80%;
            float: left;
            color: #2d2860;
        }
    /*新闻中心结束*/

    /*产品展示*/
    .lybcpF {
        width: 100%;
        background-image: url(../images/cpbj.png);
        height: 800px;
    }

        .lybcpF .lybcpZ {
            width: 1260px;
            margin: 0 auto;
        }

            .lybcpF .lybcpZ .lybcpt {
                width: 1260px;
                height: 200px;
                line-height: 50px;
                font-size: 36px;
                text-align: center;
                display: table-cell;
                vertical-align: middle;
                color: #2d2860;
            }

            .lybcpF .lybcpZ .lybcp {
                width: 100%;
                height: 600px;
            }

                .lybcpF .lybcpZ .lybcp ul li {
                    width: 23%;
                    margin: 10px;
                    float: left;
                    height: 250px;
                    text-align: center;
                }

                    .lybcpF .lybcpZ .lybcp ul li img {
                        width: 100%;
                    }

                    .lybcpF .lybcpZ .lybcp ul li a {
                        width: 100%;
                        text-align: center;
                        display: block;
                    }

                .lybcpF .lybcpZ .lybcp .lybcpname {
                    margin-top: 20px;
                    font-size: 18px;
                    color: #2d2860;
                }
    /*产品展示结束*/

    /*资数邮*/
    .lybzsyF {
        width: 100%;
        height: 340px;
    }

        .lybzsyF .lybzsyZ ul li {
            width: 33.33%;
            float: left;
            height: 170px;
            text-align: center;
            line-height: 160px;
            background-color: #2676bd;
        }

            .lybzsyF .lybzsyZ ul li img {
                width: 100%;
                height: 100%;
            }

            .lybzsyF .lybzsyZ ul li a {
                color: #fff;
                font-size: 20px;
            }
    /*资数邮结束*/
    /*联系我们*/
    .lyblxwmF {
        width: 100%;
        height: 430px;
    }

    .lyblxwmZ {
        width: 1260px;
        margin: 0 auto;
    }

    .lyblxwmF .lyblxwmZ .lxwmleft {
        height: 400px;
        width: 49%;
        float: left;
    }

    .lyblxwmF .lyblxwmZ .lxwmright {
        width: 50%;
        float: left;
    }

    .lyblxwmF .lyblxwmZ .lxwmleft .lxwmlefttop {
        width: 100%;
        height: 150px;
        line-height: 150px;
        text-align: center;
        font-size: 30px;
        color: #2d2860;
        letter-spacing: 10px;
    }

    .lyblxwmF .lyblxwmZ .lxwmright .lxwmrighttop {
        width: 100%;
        height: 150px;
        line-height: 150px;
        text-align: center;
        font-size: 30px;
        color: #2d2860;
        letter-spacing: 10px;
    }

    .lyblxwmF .lyblxwmZ .lxwmleft .lxwmleftLj {
        border-right: 1px solid #c9c9c9;
        width: 100%;
        height: 250px;
    }

        .lyblxwmF .lyblxwmZ .lxwmleft .lxwmleftLj ul li {
            width: 50%;
            float: left;
            height: 60px;
            font-size: 16px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            line-height: 60px;
        }

            .lyblxwmF .lyblxwmZ .lxwmleft .lxwmleftLj ul li a {
                color: #2d2860;
            }

    .lyblxwmF .lyblxwmZ .lxwmright .lxwmrightLx {
    }

        .lyblxwmF .lyblxwmZ .lxwmright .lxwmrightLx ul li {
            color: #2d2860;
            padding-left: 100px;
            height: 40px;
            font-size: 16px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            line-height: 40px;
        }
    /*联系我们结束*/

    /*footer*/
    .lybfooterF {
        width: 100%;
        height: 50px;
        background-color: #7d7d7d;
    }

        .lybfooterF .lybfooterZ {
            width: 1260px;
            margin: 0 auto;
            text-align: center;
            line-height: 50px;
            color: #fff;
        }
    /*footer end*/

    /*产品中心列表*/
    .lybCpLF {
        width: 100%;
    }

        .lybCpLF .lybCpLZ {
            width: 100%;
            /* margin: 0 auto; */
        }

            .lybCpLF .lybCpLZ .lybCpLt {
                display: block;
                overflow: hidden;
                width: 1260px;
                margin: 0 auto;
            }

            .lybCpLF .lybCpLZ .lybCpLul {
                background-color: #fff;
                width: 100%;
                height: 70px;
                display: table;
                table-layout: fixed;
            }

            .lybCpLF .lybCpLZ .lybCpLt ul li {
                display: table-cell;
                font-size: 25px;
                text-align: center;
            }

                .lybCpLF .lybCpLZ .lybCpLt ul li a {
                    float: left;
                    width: 100%;
                    color: #666666;
                    font-size: 20px;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    padding: 0px;
                }

        .lybCpLF .lybCpLn {
            background-color: #f7f6f6;
            width: 100%;
            height: 1580px;
        }

            .lybCpLF .lybCpLn .lybcpnF {
                width: 100%;
                float: left;
            }

    .lybCpLn .lybcpnZ {
        width: 1260px;
        margin: 0 auto;
    }

        .lybCpLn .lybcpnZ .lybcp {
            width: 100%;
        }

            .lybCpLn .lybcpnZ .lybcp ul li {
                width: 30%;
                margin: 40px 10px 0px 10px;
                float: left;
                height: 451px;
                text-align: center;
            }

            .lybCpLn .lybcpnZ .lybcp .lybcpLname {
                height: 200px;
                background-color: #fff;
            }

            .lybCpLn .lybcpnZ .lybcp ul li a {
                display: block;
            }

            .lybCpLn .lybcpnZ .lybcp ul li img {
                width: 100%;
            }

    .lybCpLn .lybcpLname .lybcptm {
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #666666;
    }

    .lybCpLn .lybcpLname .lybcpjj {
        text-align: left;
        height: 50px;
        padding: 0 10px;
        color: #666666;
    }

    .lybCpLn .lybcpLname .lybcpxq {
        width: 80%;
        margin: 20px auto;
        height: 45px;
        background-color: #2676bd;
    }

        .lybCpLn .lybcpLname .lybcpxq a {
            color: #fff;
            line-height: 45px;
        }

    .lybfanye {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        float: left;
        margin-top: 20px;
        height: 60px;
        line-height: 60px;
    }

        .lybfanye .news_links {
            text-align: center;
        }

            .lybfanye .news_links a {
                height: 40px;
                width: 100px;
                line-height: 40px;
                background: #909090;
                color: #fff;
                display: inline-block;
                padding: 0 12px;
                margin: 0 3px;
                border-radius: 3px;
                _width: 2px;
                white-space: nowrap;
            }

                .lybfanye .news_links a.no, .news_links a.no:hover {
                    background: #bbb;
                    color: #fff;
                    border: 1px solid #bbb;
                }

                .lybfanye .news_links a:link, .news_links a:visited {
                    background: #909090;
                    border: 1px solid #909090;
                    color: #fff;
                }

                .lybfanye .news_links a:hover {
                    background: #2676bd;
                    border: 1px solid ##2676bd;
                    color: #fff;
                }

                .lybfanye .news_links a.show:link, .news_links a.show:visited, .news_links a.show:hover {
                    background: #2676bd;
                    border: 1px solid #2676bd;
                    color: #fff;
                }

    .news_links span {
        height: 30px;
        line-height: 30px;
        display: ititlene-block;
        padding: 0 10px;
    }
    /*产品中心列表end*/

    /*新闻中心列表*/
    .lybNewsLF {
        width: 100%;
    }

        .lybNewsLF .lybNewsLZ {
            width: 100%;
            /* margin: 0 auto; */
        }

            .lybNewsLF .lybNewsLZ .lybNewsLt {
                display: block;
                overflow: hidden;
                width: 1260px;
                margin: 0 auto;
            }

            .lybNewsLF .lybNewsLZ .lybNewsLul {
                background-color: #fff;
                width: 100%;
                height: 70px;
                display: table;
                table-layout: fixed;
            }

            .lybNewsLF .lybNewsLZ .lybNewsLt ul li {
                display: table-cell;
                font-size: 25px;
                text-align: center;
            }

                .lybNewsLF .lybNewsLZ .lybNewsLt ul li a {
                    float: left;
                    width: 100%;
                    color: #666666;
                    font-size: 20px;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    padding: 0px;
                }

        .lybNewsLF .lybNewsLn {
            background-color: #f7f6f6;
            width: 100%;
            height: 1890px;
        }

    .lybNewsLn .lybNewsnZ {
        width: 1260px;
        margin: 0 auto;
    }

        .lybNewsLn .lybNewsnZ .lybNews {
            width: 100%;
        }

            .lybNewsLn .lybNewsnZ .lybNews ul li {
                height: 180px;
                padding-top: 20px;
                border-bottom: 1px solid #999999;
            }

                .lybNewsLn .lybNewsnZ .lybNews ul li a {
                    font-size: 22px;
                    color: #666666;
                }

                    .lybNewsLn .lybNewsnZ .lybNews ul li a:hover {
                        color: #2676bd;
                    }

                .lybNewsLn .lybNewsnZ .lybNews ul li p {
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    font-size: 18px;
                    margin: 20px;
                    color: #666666;
                }

                .lybNewsLn .lybNewsnZ .lybNews ul li span {
                }

    #banner {
        width: 100%;
        height: 600px;
    }
.fanhuizhuye {
    display:none;
}
.jcjs_content_right-phone.rzxm_xiade {
    position: initial !important;
    left: 0px !important;
    top: 0px !important;
    height: initial;
    width: 48% !important;
    display: inline-block !important;
    margin-top: 10px;
}

    /*新闻中心列表end*/
    @media screen and (max-width:767px) {
        #banner img {
            width: 100%;
            height: 100%;
        }

        #banner {
            width: 100%;
            height: 130px;
        }
    }




    /*新闻列表*/
    i.label-arrow {
        border-left-color: #26377f;
        opacity: .9;
        border-left: 4px solid #26377f;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        position: absolute;
        width: 0;
        height: 0;
        vertical-align: top;
        content: "";
        margin-left: 8px;
        margin-top: 16px;
    }

    .yhtit {
        display: inline-block;
        font-size: 22px;
        color: #444;
        vertical-align: bottom;
        width: 100%;
        padding-left: 28.7%;
    }

    .biao {
        display: inline-block;
        width: 10%;
        background: #26377f;
        color: #fff;
        text-align: center;
        margin-right: 15px;
        font-size: 14px;
        float: right;
    }

    .sj {
        display: inline-block;
        width: 15%;
        font-size: 14px;
        color: #999;
    }

    .yd {
        display: inline-block;
        width: 85%;
        font-size: 14px;
        color: #999;
    }

    .yhnr {
        font-size: 16px;
        color: #777;
        width: 95%;
        height: 200px;
        overflow: hidden;
        margin-left: 0;
    }

    .midl {
        display: inline-block;
        width: 70%;
        margin-left: 30px;
    }

    .yhimg {
        display: inline-block;
        /*width: 20%;*/
        width: 310px;
        height: 220px;
        vertical-align: top;
        text-align: right;
    }

        .yhimg img {
            height: 100%;
            width: 100%;
        }

    .yhmid {
        margin-top: 1%;
    }

    .yh {
        height: 320px;
        border-bottom: 1px solid #eee;
        margin-bottom: 2%;
        overflow: hidden;
    }

    .phone-swiper-container {
        display: none;
    }

    @media screen and (max-width:768px) {
        .wy {
            display: block;
            width: 90%;
            height: auto;
            margin: 0 auto;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 5% 0;
            border-bottom: 1px solid #eee;
        }

            .wy:last-child {
                border: none;
            }

        .biao {
            display: none;
        }

        .yh {
            height: 100px;
            border-bottom: 1px solid #eee;
            margin-bottom: 2%;
            overflow: hidden;
            width: 95%;
            margin: auto;
            padding: 5% 0;
            border-bottom: 1px solid #eee;
        }

        .yhtop {
            width: 70%;
        }

        .yhtit {
            display: inline-block;
            font-size: 14px;
            color: #444;
            margin-left: 0;
            vertical-align: bottom;
            line-height: 25px;
            height: 50px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .yhmid {
            float: left;
            height: 100px;
            margin-top: -45px;
        }

        .midl {
            display: inline-block;
            width: 70%;
            margin-top: 45px;
        }

        .sj {
            display: inline-block;
            width: 60%;
            font-size: 12px;
            color: #999;
        }

        .yd {
            display: inline-block;
            width: 30%;
            font-size: 12px;
            color: #999;
        }

        .yhimg {
            display: inline-block;
            /* width: 20%; */
            width: 30%;
            height: auto;
        }

        .yhnr {
            font-size: 14px;
            color: #777;
            width: 95%;
            height: auto;
            overflow: hidden;
            display: none;
        }

        .wytxt {
            font-size: 14px;
            color: #333;
            line-height: 25px;
            /* font-weight: 600; */
            text-indent: 30px;
        }

        .wytit {
            color: #6aa84f;
            /* font-weight: 600; */
            font-size: 18px;
            line-height: 50px;
        }

        .cdh ul p {
            display: table-cell;
            line-height: 50px;
            text-align: center;
            line-height: 35px;
            font-size: 20px;
            color: #666;
            overflow: auto;
            display: block;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .gsjj .gsright .right_list1 {
            margin-top: 20px;
            line-height: 30px;
            font-size: 15px;
            float: left;
            width: 100%;
        }
        /*20220916*/
        .top .jvzhong {
            width: 100% !important;
        }

        nav.navbar.bootsnav.navbar-mobile ul.nav {
            padding-left: 0px;
        }

        nav.navbar.bootsnav .navbar-toggle {
            font-size: 25px;
            margin-top: 15px;
        }

        .qh {
            float: right;
            text-align: left;
            margin-right: 10em;
            margin-top: -30px;
        }
            .qh a {
                margin-right: 0px;
            }

        .jvzhong nav.navbar ul.nav {
            margin: 0px !important;
        }

        #full-screen-slider {
            margin-top: 0px !important;
        }

        .swiper-container img, #full-screen-slider {
            height: auto !important;
        }

        .product-number-inner ul {
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
        }

            .product-number-inner ul li .left > img {
                display: none;
            }

        .product-number-info li b i {
            font-size: 18px;
        }

        .product-number-inner ul li {
            display: flex;
            justify-content: center;
            margin: 0px;
            width: 24%;
        }

        .product-number-info li.li-1 {
            margin-left: 0%;
        }

        .product-number-inner ul li .right .right-bottom-text {
            font-size: 13px;
        }

        .product-number-inner ul li .right {
            margin: 0px 0px;
        }

        .product-number-inner ul li.li-4 {
            border-left: none;
        }

        .product-number-inner ul li .right {
            margin: 0px !important;
        }

        .fwzx .fwzx-content, .fwzx .fwzx-content ul.fwzx_list {
            width: 100% !important;
        }

        .yjzs .img-index .yjlist ul li > a > img {
            width: 50px;
            height: 50px;
        }

        .yjzs .img-index .yjlist ul li {
            height: 6rem;
        }

        .yjzs {
            background-color: initial;
        }

        .ywly {
            height: 450px !important;
        }

        #ad .container {
            width: 100%;
            margin-top: 0px
        }

        #footer .daohangqvyv {
            width: 100%;
        }

        #footer .WangZhanPeiZhi > ul {
            width: 100%;
            flex-wrap: wrap;
        }

            #footer .WangZhanPeiZhi > ul > li {
                width: 100%;
            }

        #footer .WangZhanPeiZhi {
            padding: 5px 10px;
        }

        #footer .daohangqvyv .foo-dh-left {
            display: none;
        }

        #footer .daohangqvyv .foo-dh-right {
            width: 90%;
        }

            #footer .daohangqvyv .foo-dh-right .erweima_list > ul > li {
                width: 25%;
                margin-right: 2%;
            }
            #footer .daohangqvyv .foo-dh-right .erweima_list > ul > li p{
                color:white;
            }

                #footer .daohangqvyv .foo-dh-right .erweima_list > ul > li img {
                    width: 100%;
                }

        #footer .daohangqvyv {
            padding: 20px 0px;
        }

        .topimg {
            margin-top: 20px;
        }

        .content {
            width: 100% !important;
        }

        p.zzjg_p img {
            width: 100%;
        }

        .content-right .about-con {
            width: 100%;
        }

        table.ke-zeroborder tbody {
            width: 100% !important;
        }

        table.ke-zeroborder tbody {
            width: 100% !important;
        }

            table.ke-zeroborder tbody tr td img {
                width: 100% !important;
                height: auto;
            }

        .zxns .container {
            width: 100%;
            padding: 0px;
        }

        #footer .WangZhanPeiZhi ul.foo1 {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            flex-wrap: wrap;
        }

        #footer .WangZhanPeiZhi > ul > li {
            text-align: center;
        }

        .wrapper > .container {
            width: 100%;
        }

        .right_list1 > p img {
            width: 100%;
        }

       

        .product-number-info {
            background-color: #64758c !important;
        }

        .phone-swiper-container {
            display: initial;
            height: 560px !important
        }

            .phone-swiper-container img {
                width: 100%;
                height: auto;
            }

        .swiper-container {
            display: none;
        }

        /*20220916*/

        .dropdown-menu {
            width: auto !important;
        }

        #footer .WangZhanPeiZhi > ul > li.li2 {
            text-align: center;
        }
        
        #footer .WangZhanPeiZhi > ul > li.li3 a.gwba{
            display:block;
        }
        nav.navbar.bootsnav .navbar-toggle {
            display: inline-block;
            position: fixed;
            right: 0px;
            z-index: 999999;
        }
        .right_list1 img {
            width: 100% !important;
            height: auto !important;
        }

        .jcjs_content_right-phone.rzxm_xiade {
            position: initial !important;
            left: 0px !important;
            top: 0px !important;
            height: auto !important;
            width: 100% !important;
            display: block !important;

        }
        table.rzxm-tb {
            width: 100%;
        }
        .fanhuizhuye {
            display:block;
            position:fixed;
            right:10px;
            bottom:20%;
            z-index:5000;
        }
        .fanhuizhuye img{
            width:40px;
            height:auto;
        }

        #JianCeJieShaoBiaoGe img {
            height:92.3px !important;
        }
        .jcjs_content_right-phone {
            position: initial !important;
            left: 0px !important;
            top: 0px !important;
            height: auto !important;
            width: 400px !important;
        }
        .hc_cplist_box > div {
            padding: 0px;
        }
        .hc_chanpinkuai {
            flex-direction: column;
        }

        .hc_chanpinkuai .left, .hc_chanpinkuai .right {
            width: 100%;
        }
            .hc_chanpinkuai .right h1 {
                
                padding: 5px;
            }
            .hc_chanpinkuai .right .bg {
                padding: 5px;
            }
        .hc_chanpinkuai .right p span {
            width: 60%;
        }

    }


