﻿
a:hover {
    text-decoration:none;
}
a:active {
    text-decoration: none;
}
a.active {
    text-decoration: none;
}
    a.selected {
        text-decoration: none;
    }
*:hover a {
    text-decoration: none;
}
    .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: 4%;
    margin-top: 1.15%;
}

    .qh a {
        color: white;
        font-size: 18px;
        line-height: -24px;
    }

* {
    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: 310px;
    display: inline;
    margin-bottom: -1px;
    margin-right: 20px;
}

.daohang {
    width: 70%;
    float: left;
}

    .daohang ul {
        width: 100%;
        height: auto;
    }

        .daohang ul .nLi {
            width: 8%;
            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: 180px;
    top: 20px;
    display: inline;
    position: relative;
}

.cpxq li a p{
    margin:220px 0px 0px;
}

.m1b {
    display: flex;
    width: 101.333333%;
}

.mt_80 {
    margin-top: 10px;
}

.m1ba {
    width: 32%;
    margin-right: 1.333333%;
    overflow: hidden;
}

.disblock {
    display: block;
}

.posrelative {
    position: relative;
}

.posrelative {
    position: relative;
    bottom: 18px;
}

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;
    margin: 710px 0px 0px;
}

.m1b {
    display: flex;
    width: 100%;
}

.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;
}

@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;
    }
}

.container {
}

.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%;
        padding-top: 14px;
    }


    #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%;
}

    .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: 550px;
    /*background: url(../images/10597532_143611680178_2.jpg) no-repeat;
    background-size: 100% 100%;*/
    background-color:#f7f7f7;
}

.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: #555555;
                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;
            top:35px;
        }

            .center_cpzs .cpxq li p {
                font-size: 14px;
                color: #555555;
                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: 600px;
        background-color:#f7f7f7;
    }
    /*中间产品展示*/
    .center_cpzs {
        width: 100%;
        height: 10rem;
    }

        .center_cpzs .title {
            width: 100%;
            height: 1.5rem;
            text-align: center;
            padding-top: 40px;
        }

            .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: -40px;
    }

        .center_cpzs .cpxq li {
            width: 45%;
            float: left;
            height: 3.8rem;
            text-align: center;
            line-height: 40px;
            margin: 1% 2.5%;
        }
        .center_cpzs .cpxq > li:nth-child(3), .center_cpzs .cpxq > li:nth-child(4) {
            margin: 30px 2.5% 0px 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: 600px;
    /*background-image: url(../images/syjdal.jpg);
    background-size: 100% 100%;*/
    background-color:#f7f7f7;
}

    .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: 100px;
        position: relative;
    }

        .yjzs .img-index .yjlist {
            width: 1160px;
            overflow: hidden;
            margin: auto;
        }

            .yjzs .img-index .yjlist ul {
                margin: 0;
                padding: 0;
                width: 9999px;
                overflow: hidden;
            }

                .yjzs .img-index .yjlist ul li {
                    width: 350px;
                    float: left;
                    height: 250px;
                    text-align: center;
                    margin: 30px;
                    line-height: 40px;
                    _display: inline;
                }

                    .yjzs .img-index .yjlist ul li img {
                        width: 350px;
                        height: 250px;
                    }

                    .yjzs .img-index .yjlist ul li p {
                        color: #111;
                        font-size:16px;
                    }

.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: 10rem;
        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: #333;
                    font-size: 30px;
                }

                .yjzs .title .span1 .span2 {
                    color: #333;
                    font-size: 24px;
                }

        .yjzs .img-index {
            width: 100%;
            margin-top: 110px;
            position: relative;
        }

            .yjzs .img-index .yjlist {
                width: 100%;
                overflow: hidden;
            }

                .yjzs .img-index .yjlist ul {
                    margin: 0;
                    padding: 0;
                    width: 9999px;
                    overflow: hidden;
                    margin-top: 15px;
                }

                    .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 img {
                            width: 4.5rem;
                            height: 3rem;
                        }

                        .yjzs .img-index .yjlist ul li p {
                            color: #111;
                            width:100%;
                            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;
                }

@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%;*/
    background-color:#000000c2;
    height: 280px;
}

.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{
        overflow:hidden;
        margin:0px 0px 70px 0px;
    }
    .yjlist .yjright .right_list .fenye {
        width:17%;
    }
        .yjlist .yjright .right_list .fenye .thisPage a {
            background-color: #B4B4B4;
            height:22px;
            width:none;
        }
        .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: 0px;
                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: -74%;
        }

@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: -5px;
                        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%;
                    margin-top: -78%;
                }

    #CuPlayer .CuMob {
        width: 100%;
        height: 300px;
        margin: 0 auto;
        position: relative;
        padding-bottom: 15%;
    }
}
/*公司简介*/
.gsjj1 {
    height: auto;
    margin-bottom: 30px;
}

.gsjj {
    width: 1260px;
    height: auto;
    margin-bottom: 30px;
    margin: 0px auto 80px;
}

.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 1%;
    color: #999;
}

    .thisPage a {
        color: #999;
    }

.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%; */
}

    .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%;
}
.right_list p img{
    width:100%;
}
.right_list iframe{
    display:none;
}

.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;
}

/*头部导航栏*/
.navbar-brand {
    padding: 29px 15px;
    height: auto;
}

nav.navbar.bootsnav {
    border: none;
    margin-bottom: 150px;
}

.navbar-nav {
    float: left;
}

nav.navbar.bootsnav ul.nav > li > a {
    text-transform: uppercase;
}

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;*/

   /*可以在一级li导航里显示一个加号*/
}

nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after {
    /*content: "\f105";
    transform: rotate(90deg);*/
}

.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;
}


nav.navbar.bootsnav {
    background-color: inherit;
    border-bottom: none;
    width: 765px;
    margin: 0;
    display: inline-block;
}
nav.navbar {
    height: inherit;
}

#navbar-menu {
    width: 100%;
}
ul.nav > li > ul.dropdown-menu {
    min-width: 108px;
}


@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;
    }
}
/*头部导航栏*/


@media screen and (max-width:767px) {
    .gsjj .gsright .right_list5 img {
        max-width: 100%;
        max-height: 267px;
    }

    .gsjj {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
    }

        .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 -124px no-repeat;
    }

    .gsjj .gsright .right_list .site-content .zxly input[type=text][name=txt_phone] {
        background: white url(../images/input_sprite_18x164.png) 10px -25px no-repeat;
    }

    .gsjj .gsright .right_list .site-content .zxly input[type=text][name=txt_emil] {
        background: white url(../images/input_sprite_18x164.png) 10px -90px 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;
}
.index-new {
    width:1200px;
    margin:0 auto;
    padding:50px initial;
}

@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 10px no-repeat;
        }

        .gsjj .gsright .right_list .site-content .zxly input[type=text][name=txt_add] {
            background: white url(../images/input_sprite_18x164.png) 10px -125px no-repeat;
        }

        .gsjj .gsright .right_list .site-content .zxly input[type=text][name=txt_phone] {
            background: white url(../images/input_sprite_18x164.png) 10px -25px no-repeat;
        }

        .gsjj .gsright .right_list .site-content .zxly input[type=text][name=txt_emil] {
            background: white url(../images/input_sprite_18x164.png) 10px -90px 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;
        margin: 15px auto 86px;
    }
}

/*手机端导航*/
.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;
                    }
}


.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;
        }

/*20230317*/
.xw_left {
    float: left;
    width: 900px;
    height: auto;
}

.xw_right {
    float: right;
    width: 320px;
    height: auto;
    margin-top: 0px;
}
@media screen and (max-width:767px) {
    .xw_left {
        width: 100%;
        height: auto;
    }
    .xw_right {
        display:none;
    }
}
.xw_right ul li{
    border-bottom:1px solid #e5e5e5;
     padding:27px 20px 24px 0px;
}
.xw_right ul li:hover{
    padding:27px 10px 24px 10px;
    background-color:#fafafa;
    transition:  0.5s;
}



.xw_right .p1 {
    width: 100%;
    height: auto;
}
.xw_right .p1 .span1{
    position:absolute;
    overflow:hidden;
    color:#e5e5e5;
    font-weight:bold;
    font-size:16px;
    line-height: 30px;
    left: 2px;
}
.xw_right .p1 .span2{
    position: relative;
    display:block;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    padding-left: 120px;
    max-width: 300px;
    height: 29px;
    overflow: hidden;
    white-space: nowrap; 
    overflow: hidden;
}
.xw_right .p2 {
    overflow: hidden;
    width: 100%;
    height: 43px;
    color:#666;
    line-height:20px;
}
.xw_right .p2 span{
    display:block;
    margin-top: 8px;
    font-size: 13px;
    line-height: 24px;
    height: 48px;
    max-width: 313px;
    margin-left:0px;
    color:#666;
    overflow: hidden;
}


/*20230317*/


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: 0.3rem;
    }
.xw .in_title2a {
    height: initial;
    clear: both;
}
.xw .cdh ul li a {
    padding: 0em 0.5em;
    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;
}

ul.content_list .item_block:hover {
    padding-left: 20px;
    box-shadow: 0 8px 35px rgb(0 0 0 / 8%);
}
   
ul.content_list .item_block {
    transition: all .36s ease;
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    height: auto;
    overflow: hidden;
}
ul.content_list .item_block::after {
    content: "";
    display: block;
    clear: both;
}
    ul.content_list .item_block .item_img {
        float: left;
        width: 340px;
    }
        ul.content_list .item_block .item_img img {
            /*max-width: 100%;*/
            height:200px;
            width:360px;
        }
    
    ul.content_list .item_block:hover .item_wrapper {
        margin-right: -10px;
    }
    ul.content_list .item_block .item_wrapper {
        transition: all .36s ease !important;
        float: right;
        width: 785px;
        position:static;
    }
    ul.content_list .item_block > a {
        transition: color .1s linear;
        position: static;
    }
    ul.content_list .item_block .item_wrapper .date_wrap {
        top: 50px;
        position: absolute;
        right: 27px;
        
    }


        ul.content_list .item_block .item_wrapper .date_wrap .md {
            font-family: inherit;
            font-size: 13px;
            line-height: 30px;
            color: #999;
            position: static !important;
        }

    ul.content_list .item_block .item_wrapper .item_info {
        width: 600px;
        padding-top: 23px;
        margin: 0;
    }
            ul.content_list .item_block .item_wrapper .item_info .title {
                font-size: 16px;
                line-height: 30px;
                color: #303030;
            }
    ul.content_list .item_block .description {
        width: 600px;
        padding-top: 11px;
        font-size: 13px;
        line-height: 20px;
        height: 52px;
        overflow: hidden;
        color: #888;
    }
.subtitle {
    color: #aaa;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.clearfix:after {
    clear: both;
    display: block;
    content: '';
}
    ul.content_list .item_block .details {
        position: absolute;
        width: 56px;
        top: 135px;
        right: 27px;
        height: 26px;
        border-left: 1px solid #e5e5e5;
        color: transparent;
    }
    ul.content_list .item_block .item_tags {
        display: none;
    }



ul.content_list .item_block:hover .details:before {
    left: 40px;
    opacity: 0;
}
ul.content_list .item_block:hover .details:after {
    left: 20px;
    opacity: 1;
}
ul.content_list .item_block .details:before {
    left: 15px;
}
ul.content_list .item_block .details:after {
    left: -20px;
    opacity: 0;
}
ul.content_list .item_block .details:after, ul.content_list .item_block .details:before {
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transition: all .36s ease;
    content: "\f178";
    position: absolute;
    top: 50%;
    color: #999;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@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;
    }
    
    ul.content_list .item_block .description {
        width: auto;
        height: auto;
    }
    #mm-0 > div.news_links {
        margin: 10px 0px;
    }
   
    ul.content_list .item_block .date_wrap, ul.content_list .item_block a.details {
        display: none;
    }
    ul.content_list .item_block {
        width: 90%;
        margin: 0 auto;
    }
    ul.content_list .item_block .item_img {
        
        
        margin:0 auto;
        float:none;
    }
        ul.content_list .item_block .item_wrapper {
            width: 100%;
        }
        ul.content_list .item_block .item_wrapper .item_info .title {
            text-align:center;

        }
        ul.content_list .item_block .description {
            padding-top: 0px;
        }
}




.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;
}


/*首页新闻的自动切换*/
@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;
    }


    /*20221222*/
.fwxm_rq > a {
    transition: all .36s ease;
}

    .fwxm_rq > a:hover {
        box-shadow: 0 0 40px rgb(0 0 0 / 15%);
    }

    .fwxm_rq > a > img {
        max-height:300px;
    }

    .fwxm_rq > a > div.item_mask {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        width: 41px;
        height: 41px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        transition: all .36s ease;
        opacity: 0;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        box-sizing: border-box;
        margin-top: -50px;
    }

        .fwxm_rq > a > div.item_mask::before {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 1px;
            height: 15px;
            background-color: #fff;
            margin-top: -8px;
            margin-left: -1px;
        }

        .fwxm_rq > a > div.item_mask::after {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 15px;
            height: 1px;
            background-color: #fff;
            margin-top: -1px;
            margin-left: -8px;
        }

    .fwxm_rq > a:hover > div.item_mask {
        opacity: 1;
        margin: 0;
    }

    .fwxm_rq > a:hover img {
        -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }

    .fwxm_rq > a div.fu {
        width: 100%;
        padding: 0px;
    }

        .fwxm_rq > a div.fu:after {
            content: '';
            position: absolute;
            bottom: 0;
            width: 30%;
            opacity: 0;
            height: 2px;
            left: 0;
            right: 0;
            margin: auto;
            background: #233876;
            transition: all .36s ease-out;
        }

    .fwxm_rq > a:hover div.fu:after {
        width: 100%;
        opacity: 1;
    }

    .fwxm_rq > a div.zi {
        width: 100%;
        padding: 1em;
        font-size: 16px;
        transition: all .36s ease;
    }

    .fwxm_rq > a:hover div.zi {
        padding: 1em 2em;
    }
/*20221222*/

@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;
}
/*新闻中心列表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;
}

@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%;
        float: right;
    }

    .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;
        padding: 0px;
    }

    .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%;
    }
    nav.navbar.bootsnav ul.nav > li > a {
        color: initial;
    }
    .top1 {
       display:block;
    }
    .hdra.disflex, .qh {
        display: none;
    }
    #navbar-menu {
        width: 280px;
    }
    .top1 {
       position:relative;
    }
    .navbar-header {
        width:100%;
    }
    nav.navbar.bootsnav .navbar-toggle {
        position: fixed !important;
        top: 0 !important;
        right: 0px !important;
        margin: 25px !important;
        background-color: initial;
        color: white;
    }
        nav.navbar.bootsnav .navbar-toggle .fa.fa-bars, nav.navbar.bootsnav .navbar-toggle .fa.fa-times {
            color: white;
        }
    .logo {
        display:block !important;
    }
        .logo img {
            width: 4rem !important;
            margin-top: 15px !important;
            margin-left: 25px !important;
        }
    .index-new {
        width: 100%;
    }
    .index-new {
        padding: 26px 0px !important;
    }
}
