.daohang {
    line-height: 85px;
    padding-left: 150px;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    /* background: #fff; */

    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.body_top {
    padding-top: 88px;
}

.daohang1 .daohang_en,
.daohang1 .daohang_en em,
.daohang1 .daohang_ul > li > a {
    color: #fff;
}

.daohang1.active .daohang_en,
.daohang1.active .daohang_en em,
.daohang1.active .daohang_ul > li > a {
    color: #2f2f2f;
}

.daohang2 .daohang_en,
.daohang2 .daohang_en em,
.daohang2 .daohang_ul > li > a {
    color: #2f2f2f !important;
}

.daohang_fr_s {
    position: relative;
    right: -4px;
}

.daohang.active {
    line-height: 70px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background: #FFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

.daohang_cd {
    color: #fff;
    background: #2270d8;
    display: inline-block;
    width: 145px;
    text-align: center;
    cursor: pointer;
}

.daohang_fr_s {
    text-align: center;
    cursor: pointer;
    color: #2270d8;
    width: 95px;
    display: inline-block;
    background: #f4f4f4;
}

.daohang_fr .iconfont {
    font-size: 1.475rem;
}

.daohang_cd em {
    font-style: initial;
    margin-left: 5px;
    position: relative;
    top: -4px;
}

.daohang_en {
    display: inline-block;
    color: #2f2f2f;
}

.daohang_en {
    width: 95px;
    height: 35px;
    line-height: 35px;
    border-radius: 17px;
    border: 1px solid #d1d1d1;
    text-align: center;
}

    .daohang_en em {
        font-style: initial;
        color: #2f2f2f;
        font-size: 0.875rem;
        position: relative;
        top: -2px;
    }

    .daohang_en .iconfont {
        font-size: 1.25rem;
    }

.daohang_en {
    margin: 0 30px 0 85px;
}

.daohang_ul > li {
    display: inline-block;
    margin-left: 55px;
    position: relative;
}

    .daohang_ul > li > a {
        display: block;
        color: #2f2f2f;
        font-size: 1rem;
        font-weight: bold;
        position: relative;
    }

        .daohang_ul > li > a::after {
            position: absolute;
            left: 0;
            bottom: 15%;
            width: 0;
            height: 3px;
            background: #2270d8;
            content: "";
        }

    .daohang_ul > li:hover > a::after,
    .daohang_ul > li.active > a::after {
        width: 100%;
    }

.banner .swiper-button-white {
    width: 25px;
    height: 30px;
    opacity: 1;
}

.banner .swiper-button-prev {
    left: 6%;
}

.banner .swiper-button-next {
    right: 6%;
}

.banner_img {
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    z-index: 55;
}

.banner_size {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* border: 6px solid #fff; */
    color: #ffffff;
    padding: 40px 65px;
    text-align: center;
}

.banner .swiper-slide-active .banner_size > div {
    animation: Story-body--appear 800ms 1000ms ease-out forwards;
    opacity: 0;
}

@keyframes Story-body--appear {
    to {
        opacity: 1;
    }
}

.banner_size p:nth-of-type(1) {
    font-size: 3.4375rem;
    font-weight: bold;
}

.banner_size p:nth-of-type(2) {
    font-size: 1.9375rem;
    font-weight: 200;
}

.banner_size::after {
    content: "";
    width: 0px;
    height: 0px;
    transition: all .9s;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff
}

.banner .swiper-slide-active .banner_size::after {
    width: 100%;
    height: 100%;
    transition: all .9s;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
}

.banner_size::before {
    content: "";
    width: 0%;
    height: 0%;
    transition: all .9s;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    border-left: 5px solid transparent;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 5px solid transparent;
    ;
}

.banner .swiper-slide-active .banner_size::before {
    width: 100%;
    height: 100%;
    transition: all .9s;
}

.title {
    text-align: center;
}

    .title p:nth-of-type(2) {
        color: #979797;
        font-size: .875rem;
        text-transform: uppercase;
        position: relative;
        padding: 5px 0 10px 0;
    }

    .title p:nth-of-type(1) {
        font-size: 2.5rem;
        font-weight: bold;
        color: #000000;
    }

    .title p:nth-of-type(2)::after {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        width: 27px;
        height: 4px;
        background: #2270d8;
        content: "";
    }

.product_top {
    padding-top: 90px;
    margin-bottom: 40px;
}

.product {
    background: #fafafa;
}

    .product > .fr {
        width: 57%;
    }

.product_fr_div_padd {
    padding-left: 15%;
}

.product_div {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.product_li {
    line-height: 95px;
}

    .product_li .fl {
        width: 20%;
        text-align: center
    }

.product_img {
    display: inline-block;
}

.product_img1 {
    display: none;
}

.product_li .fr {
    width: 80%;
    padding: 0 80px 0 90px;
    color: #2b2b2b;
    font-size: 1.3125rem;
    position: relative;
}

    .product_li .fr::after {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 60px;
        height: 1px;
        content: "";
        background: #000000;
    }

    .product_li .fr::before {
        width: 30px;
        height: 30px;
        content: "";
        background: url("../images/6.png") no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 8%;
        top: 50%;
        transform: translateY(-50%);
    }

.product_li:hover,
.product_li.active {
    background: #2270d8;
    color: #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.case_div > a,
.case_div > a > img {
    border-radius: 10px;
}

.product_li:hover .product_img,
.product_li.active .product_img {
    display: none;
}

.product_li:hover .product_img1,
.product_li.active .product_img1 {
    display: inline-block;
}

.product_li:hover .fr::after,
.product_li.active .fr::after {
    background: #fff;
}

.product_li:hover .fr,
.product_li.active .fr {
    color: #fff;
}

.product_fl {
    width: 32%;
}

.product_ul {
    width: 100%;
    float: left;
}

.product_fr {
    background: #fff;
    border: 8px solid #d3d3d3;
    padding: 50px 30px;
    cursor: pointer;
}

.product_fr {
    text-align: center;
    width: 100%;
}

.product_fr_p {
    color: #000000;
    font-size: 1.3125rem;
    padding-bottom: 25px;
    position: relative;
    display: block;
}

    .product_fr_p::after {
        position: absolute;
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
        width: 100px;
        height: 1px;
        content: "";
        background: #e3e3e3;
    }

    .product_fr_p::before {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        width: 17px;
        height: 2px;
        content: "";
        background: #2270d8;
    }

.product_fr p:nth-of-type(1) {
    color: #515151;
    font-size: 1rem;
    line-height: 30px;
    margin: 25px 0 45px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.product_pa {
    position: absolute;
    left: 0px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
    z-index: 55;
}

/* .product_fr_div>div{
    display: none;
} */
.more {
    color: #2270d8;
    font-size: .875rem;
    text-transform: uppercase;
    text-decoration: underline !important;
}

.product_bott {
    padding: 0 16%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 75px;
}

.product_bott_size {
    text-align: center;
}

    .product_bott_size a {
        color: #1a1a1a;
        font-size: 1.0625rem;
        line-height: 48px;
        background: #fafafa;
        display: block;
    }

.product_bott_div:hover .product_bott_size a {
    background: #2270d8;
    color: #fff;
}

.product_bott .swiper-button-white {
    background: none;
}

.product_bott .swiper-button-prev {
    left: 13%;
}

.product_bott .swiper-button-next {
    right: 13%;
}

.product_bott .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

.profile_top {
    margin-bottom: 38px;
}

.profile_div {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.profile_fl {
    width: 50%;
    background: #fff;
    padding: 45px 110px 65px 60px;
}

    .profile_fl p:nth-of-type(1) {
        color: #2270d8;
        font-size: 1.75rem;
    }

    .profile_fl p:nth-of-type(2) {
        color: #6b6b6b;
        font-size: 1.0625rem;
        margin: 15px 0 25px 0;
        line-height: 30px;
        font-weight: 300;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 7;
        overflow: hidden;
    }

.case {
    padding: 100px 0 110px 0;
}

.case_lb {
    margin-top: 35px;
}

.case_size p {
    color: #888888;
    font-size: 1.0625rem;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.case_size a {
    color: #000000;
    font-size: 1.5625rem;
    margin: 25px 0 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.support_wid > div {
    width: 49.5%;
}

.support_fr_wid > a {
    width: 48%;
}

.support_fr_wid .fr {
    width: 48%;
}

.Journalism_span {
    position: absolute;
    left: 0;
    top: 0;
    background: #2270d8;
    color: #fff;
    width: 92px;
    height: 92px;
    padding-top: 6px;
    font-size: 0.9375rem;
    text-align: center;
}

    .Journalism_span span {
        font-size: 2.3125rem;
        line-height: 50px;
        display: block;
    }

.support .title {
    text-align: left;
    margin-bottom: 35px;
}

    .support .title p:nth-of-type(2)::after {
        left: 0%;
        transform: translateX(0%);
    }

.support_fr_size a:nth-of-type(1) {
    color: #000000;
    font-size: 1.3125rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.support_fr_size p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #6b6b6b;
    font-size: 1.0625rem;
    margin: 7px 0 20px 0;
    line-height: 32px;
}

.support_fr_size a:nth-of-type(2) {
    color: #9c9c9c;
    font-size: .875rem;
    display: inline-block;
    border: 1px solid #e3e3e3;
    line-height: 39px;
    padding: 0 32px;
}

.Journalism_bor {
    width: 100%;
    padding: 22px 20px;
    border-bottom: 1px solid #ebebeb;
}

.Journalism_qi {
    width: 18%;
    float: left;
    text-align: center;
}

    .Journalism_qi p:nth-of-type(1) {
        font-size: 1.9375rem;
        color: #2270d8;
        font-weight: bold;
        line-height: 1.115;
    }

    .Journalism_qi p:nth-of-type(2) {
        font-size: .875rem;
        color: #6b6b6b;
    }


.Journalism_rig_size {
    width: 82%;
    float: left;
}

    .Journalism_rig_size p {
        font-size: 1rem;
        line-height: 1.0625rem;
        color: #6b6b6b;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .Journalism_rig_size a {
        color: #000000;
        /* font-weight: 300; */
        font-size: 1.3125rem;
        padding-bottom: 0px;
        line-height: 1.947;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

.Journalism_bor:hover .Journalism_rig_size a {
    color: #2270d8;
}

.Journalism_lunbo {
    position: relative;
}

    .Journalism_lunbo .swiper-button-next,
    .Journalism_lunbo .swiper-button-prev {
        background: none;
        position: static;
        width: 48.5%;
        float: left;
        background: #e3e3e3;
        text-align: center;
        height: 35px;
        margin-top: 15px;
        line-height: 35px;
        font-weight: bold;
        font-size: 1.375rem;
    }

        .Journalism_lunbo .swiper-button-next:hover,
        .Journalism_lunbo .swiper-button-prev:hover {
            background: #2270d8;
        }

        .Journalism_lunbo .swiper-button-next .iconfont,
        .Journalism_lunbo .swiper-button-prev .iconfont {
            color: #fff;
        }

    .Journalism_lunbo .swiper-button-prev {
        margin-right: 15px;
    }

.Journalism_bor:hover .Journalism_rig_size a {
    color: #c81624;
}

.Journalism_lunbo .swiper-button-next.swiper-button-disabled,
.Journalism_lunbo .swiper-button-prev.swiper-button-disabled {
    opacity: 6;
}

.Journalism_bor:hover {
    background: #f5f5f5;
}

.Journalism_lunbo .swiper-container {
    height: 300px;
}

/* .Journalism_lunbo .swiper-slide {
    height: 100% !important;
} */
.support {
    background: #f6f4f5;
    padding: 75px 0 115px 0;
}

.support_fr_ul {
    padding: 16px;
    border: 1px solid #e5e5e5;
}

    .support_fr_ul li {
        background: #fff;
        padding: 18px 25px;
        margin-top: 10px;
    }

        .support_fr_ul li a {
            color: #000000;
            font-size: 1.3125rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }

        .support_fr_ul li p {
            color: #6b6b6b;
            font-size: 1.0625rem;
            line-height: 28px;
            margin-top: 5px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .support_fr_ul li:nth-of-type(1) {
            margin-top: 0;
        }

/* 底部 */
.foot {
    background: #262626;
}

.foot_wid {
    width: 100%;
    padding: 65px 0 45px 0;
}

    .foot_wid ul {
        float: left;
        margin-left: 166px;
    }

        .foot_wid ul:nth-of-type(1) {
            margin-left: 0;
        }

        .foot_wid ul li:nth-of-type(1) {
            color: #fff;
            font-size: 1.0625rem;
        }

        .foot_wid ul li,
        .foot_wid ul li a {
            font-size: 0.9375rem;
            color: #a5a5a5;
            line-height: 40px;
        }

.foot_img > div {
    float: left;
    font-size: 0.9375rem;
    color: #a5a5a5;
    line-height: 30px;
}

    .foot_img > div:nth-of-type(2) {
        padding: 25px 0 0 20px;
    }

.foot_bor {
}

.foot_a {
    color: #3e3e3e;
    font-size: .9375rem;
    font-weight: bold;
    margin-top: 12px;
}

    .foot_a a {
        display: inline-block;
        color: #3e3e3e;
        font-size: .9375rem;
        position: relative;
        padding: 0 8px 0 12px;
    }

        .foot_a a:nth-of-type(1) {
            padding-left: 0;
        }

.foot_back {
    background: #1d1d1d;
    padding: 20px 0 30px 0;
}

    .foot_back .fl {
        color: #9b9b9b;
        font-size: 0.9375rem;
    }

    .foot_back .fr a,
    .foot_back .fr {
        color: #a5a5a5;
        font-size: .9375rem;
        font-weight: bold;
    }

.foot_ico .iconfont {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}

.foot_wid .foot_ico li {
    color: #fff;
    margin-top: 8px;
}

    .foot_wid .foot_ico li:nth-of-type(2),
    .foot_wid .foot_ico li:nth-of-type(1) {
        margin-top: 0;
    }

/* 招聘 */
.picture_div {
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.picture_size {
    color: #fff;
    font-size: 2.9375rem;
    font-weight: bold;
}

.picture_a {
    color: #ffffff;
}

    .picture_a a {
        color: #fff;
        font-size: .9375rem;
        padding: 0 5px;
        display: inline-block;
    }

        .picture_a a:nth-of-type(1) {
            margin-left: 0;
        }

.second {
    line-height: 70px;
    background: #fff;
}

.second_ul li {
    display: inline-block;
}

    .second_ul li a {
        color: #3c3c3c;
        font-size: 1.0625rem;
        display: block;
        padding: 0 35px;
        position: relative;
    }

    .second_ul li.active a {
        color: #2270d8;
    }

    .second_ul li a::after {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 12px;
        background: #cecece;
        content: "";
    }

    .second_ul li:last-child a::after {
        display: none;
    }

.recruit {
    background: #f6f4f5;
    padding: 105px 0;
}

.case_div a.over {
    border: 1px solid #ddd;
}

.index_pro .sum > div {
    display: none;
}

    .index_pro .sum > div.active {
        display: block;
    }

.recruit_tit {
    color: #6b6b6b;
    font-size: 1rem;
    line-height: 32px;
    margin-bottom: 35px;
}

.recruit_top {
    border: 10px solid #dde1e4;
    padding: 25px 60px;
}

.recruit_top_div {
    line-height: 45px;
}

    .recruit_top_div .fl {
        width: 30%;
        color: #6b6b6b;
        font-size: 1rem;
        text-align: center;
    }

    .recruit_top_div .fr {
        width: 65%;
    }

        .recruit_top_div .fr select {
            width: 100%;
            height: 45px;
            border: 1px solid #dde1e4;
            padding-left: 15px;
            color: #a3a3a3;
            font-size: .875rem;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            background: url("../images/9.jpg") no-repeat scroll right center transparent;
            background-color: #f6f4f5;
            /*为下拉小箭头留出一点位置，避免被文字覆盖*/
            padding-right: 14px;
        }

        .recruit_top_div .fr input {
            width: 100%;
            height: 45px;
            border: 1px solid #dde1e4;
            padding-left: 15px;
            color: #a3a3a3;
            font-size: .875rem;
            background: #f6f4f5;
        }

    .recruit_top_div input::-webkit-input-placeholder {
        color: #a3a3a3;
    }

.recruit_top_butt button {
    color: #fff;
    font-size: 1.0625rem;
    background: #2270d8;
    width: 100%;
    line-height: 41px;
    border: 1px solid #2270d8;
    text-align: left;
    padding: 0 20px;
    position: relative;
}

.recruit_top_butt button {
    overflow: hidden;
}

.recruit_top_butt .iconfont {
    float: right;
    font-size: 1.45rem;
}

.recruit_ul_div {
    background: #fff;
    padding: 40px;
    cursor: pointer;
}

    .recruit_ul_div p:nth-of-type(1) {
        color: #111111;
        font-size: 1.3125rem;
        position: relative;
        padding-bottom: 16px;
    }

        .recruit_ul_div p:nth-of-type(1)::after {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 60px;
            height: 1px;
            background: #dde1e4;
            content: "";
        }

    .recruit_ul_div div {
        color: #6b6b6b;
        font-size: 1rem;
        line-height: 30px;
        margin: 20px 0 30px 0;
    }

    .recruit_ul_div p:nth-of-type(2) {
        color: #2270d8;
        font-size: .875rem;
        text-transform: uppercase;
    }

.recruit_ul {
    margin-top: 45px;
}

.recruit_ul_div:hover {
    background: #7f7f7f;
}

    .recruit_ul_div:hover div,
    .recruit_ul_div:hover p:nth-of-type(1),
    .recruit_ul_div:hover p:nth-of-type(2) {
        color: #fff;
    }

.recruit_ul_size .fl {
    width: 10%;
}

.recruit_ul_size .fr {
    width: 85%;
}

.recruit_ul_size {
    font-size: .9375rem;
    color: #6b6b6b;
    line-height: 40px;
}

.recruit_ul_hq {
    display: none;
}

.modal_div_bott {
    width: 85%;
    background: #cfcfcf;
    line-height: 60px;
    color: #6b6b6b;
    font-size: 1rem;
    float: right;
    text-align: right;
    margin-top: 85px;
}

    .modal_div_bott a {
        color: #2270d8;
    }

.modal-body {
    padding: 40px;
}

.modal_div_tit {
    text-align: center;
    font-size: 1.5625rem;
    font-weight: bold;
}

.modal-dialog {
    margin: 80px auto;
}

/* 新闻详情 */
.newsxq {
    background: #f6f4f5;
    padding: 115px 0 90px 0;
}

.newsxq_div {
    background: #ffffff;
    padding: 40px 25px 60px 25px;
}

.newsxq_fl_tit {
    text-align: center;
}

    .newsxq_fl_tit p {
        color: #2b2b2b;
        font-size: 1.625rem;
        font-weight: bold;
        margin-bottom: 15px;
    }

.newsxq_fl_ico {
    display: inline-block;
}

.newsxq_fl_tit span {
    color: #888888;
    font-size: .875rem;
    display: inline-block;
    margin: 0 2px;
}

.newsxq_fl_tit .iconfont {
    font-size: 1.25rem;
    position: relative;
    top: 3px;
}

.newsxq_fl_tit .icon-fenxiang {
    position: relative;
    top: -2px;
}

.newsxq_fl_ico .bshare-custom a {
    background: none !important;
    padding-left: 0 !important;
}

.newsxq_fl_size {
    font-size: 1rem;
    color: #6b6b6b;
    line-height: 36px;
}

.newsxq_fl_tit {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
}

.newsxq_fl_tit_inp {
    display: inline-block;
    margin: 0 5px;
}

    .newsxq_fl_tit_inp input {
        background-size: 100% 100%;
        width: 22px;
        height: 15px;
        border: none;
    }

        .newsxq_fl_tit_inp input:nth-of-type(1) {
            background: url("../images/12.jpg")  no-repeat;
        }

        .newsxq_fl_tit_inp input:nth-of-type(2) {
            background: url("../images/11.jpg") no-repeat;
        }

        .newsxq_fl_tit_inp input:nth-of-type(3) {
            background: url("../images/10.jpg") no-repeat;
        }

.newsxq_fr_top a {
    width: 100%;
    display: block;
    border: 1px solid #2270d8;
    line-height: 65px;
    background: #fff;
    font-size: 1.3125rem;
    color: #2270d8;
    padding: 0 40px;
}

.newsxq_fr_top span {
    float: right;
    font-size: 1.75rem;
}

.newsxq_fr_bott,
.newsxq_fr_cen {
    background: #fff;
    padding: 20px 25px;
}

.newsxq_fr_pian p:nth-of-type(1) {
    position: relative;
    color: #343434;
    font-size: 1.1875rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}

    .newsxq_fr_pian p:nth-of-type(1)::after {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 1px;
        width: 100%;
        content: "";
        background: #e2e2e2;
    }

    .newsxq_fr_pian p:nth-of-type(1) span {
        background: #fff;
        padding-right: 15px;
        position: relative;
        z-index: 5;
    }

.newsxq_fr_pian a {
    color: #303030;
    font-size: 1.125rem;
}

.newsxq_fr_pian p:nth-of-type(2) span {
    position: relative;
    top: -3px;
}

.newsxq_fr_cen > div:nth-of-type(1) {
    margin-bottom: 40px;
}

.newsxq_fr_cen {
    margin: 30px 0;
}

.newsxq_fr_bott > p {
    color: #343434;
    font-size: 1.1875rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.newsxq_fr_bott_ul li a {
    width: 70%;
    color: #303030;
    font-size: 1.0625rem;
    padding-left: 15px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

    .newsxq_fr_bott_ul li a::after {
        display: block;
        content: '';
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent;
        border-left: 6px solid #2270d8;
        top: 50%;
        left: 0%;
        position: absolute;
        transform: translateY(-50%);
    }

.newsxq_fr_bott_ul li {
    margin-top: 18px;
}

    .newsxq_fr_bott_ul li:nth-of-type(1) {
        margin-top: 0;
    }

/* 新闻列表 */
.news {
    background: #f6f4f5;
    padding: 105px 0 95px 0;
}

.news_size p:nth-of-type(1) {
    color: #6b6b6b;
    font-size: 1rem;
}

.news_size a {
    color: #303030;
    font-size: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 15px 0 10px 0;
}

.news_size p:nth-of-type(2) {
    font-size: 1rem;
    color: #6b6b6b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 32px;
}

.news_ul li > a {
    width: 33%;
    float: left;
}

.news_ul li .news_size {
    width: 62%;
    float: right;
    padding-top: 20px;
    padding-right: 30px;
}

.news_ul li {
    background: #fff;
    padding: 12px;
    margin-top: 45px;
}

    .news_ul li:nth-of-type(1) {
        margin-top: 0;
    }

.left {
    width: 70%;
    /* float: left; */
}

.right {
    width: 28%;
    /* float: right; */
}

.newsxq_fr_fom select {
    width: 100%;
    height: 45px;
    border: none;
    padding-left: 15px;
    color: #dedede;
    font-size: .875rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/14.jpg") no-repeat scroll right center transparent;
    background-color: #f6f4f5;
    padding-right: 14px;
    margin-bottom: 20px;
}

.newsxq_fr_fom input {
    width: 100%;
    height: 45px;
    border: 1px solid #dedede;
    padding-left: 15px;
    color: #a3a3a3;
    font-size: .875rem;
    background: #dedede;
}

    .newsxq_fr_fom input::-webkit-input-placeholder {
        color: #a3a3a3;
    }

.newsxq_fr_fom button {
    width: 100%;
    border: 1px solid #2270d8;
    background: #2270d8;
    color: #fff;
    font-size: 1.1875rem;
    line-height: 41px;
    margin-top: 20px;
}

.newsxq_fr_pro {
    background: #fff;
}

.newsxq_fr_size p {
    color: #6b6b6b;
    font-size: 1rem;
}

.newsxq_fr_size a {
    color: #303030;
    font-size: 1.3125rem;
    margin: 12px 0 8px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.newsxq_fr_size p:nth-of-type(2) {
    line-height: 30px;
}

.newsxq_fr_size {
    padding: 25px 20px 40px 20px;
}

/* 联系我们 */
.contacts {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    width: 45%;
}

.contacts_top {
    color: #434343;
    font-size: 1rem;
    font-weight: bold;
    padding: 0 0 0 22px;
    line-height: 60px;
    border-bottom: 1px solid #cfcfcf;
}

.contacts_top {
    position: relative;
    cursor: pointer;
}

    .contacts_top::after {
        position: absolute;
        right: 35px;
        top: 50%;
        transform: translateY(-50%);
        content: "+";
        color: #434343;
        font-size: 1.3625rem;
    }

.contacts_bott {
    color: #696969;
    font-size: 1rem;
    line-height: 30px;
    padding: 25px 15px;
    background: #f9f9f9;
    display: none;
}

    .contacts_bott .iconfont {
        font-size: 1.8625rem;
        position: relative;
        top: 3px;
    }

    .contacts_bott div a {
        color: #3c3c3c;
    }

    .contacts_bott div {
        margin-top: 15px;
    }

.contacts li.active .contacts_top {
    background: #2270d8;
    color: #fff;
}

    .contacts li.active .contacts_top::after {
        color: #fff;
        content: "-";
    }

.contacts li.active .contacts_bott {
    display: block;
}

.message {
    padding: 90px 0 125px 0;
    background: #f6f4f5;
}

.message_tit {
    text-align: center;
}

    .message_tit p:nth-of-type(2) {
        color: #696969;
        font-size: 1rem;
        margin-top: 20px;
    }

    .message_tit p:nth-of-type(1) {
        color: #000000;
        font-size: 2.5rem;
        font-weight: bold;
    }

.message_inp input {
    width: 100%;
    background-color: #fff;
    color: #333;
    font-size: 1rem;
    border: 1px solid #dde1e4;
    line-height: 50px;
    height: 50px;
    padding: 0 35px 0 20px;
}

    .message_inp input::-webkit-input-placeholder {
        color: #b4b4b4;
    }

.message_inp:nth-child(1) input {
    background: url("../images/17.jpg") no-repeat scroll 98% center transparent;
    background-color: #fff;
}

.message_inp:nth-child(2) input {
    background: url("../images/18.jpg") no-repeat scroll 98% center transparent;
    background-color: #fff;
}

.message_inp:nth-child(3) input {
    background: url("../images/19.jpg") no-repeat scroll 98% center transparent;
    background-color: #fff;
}

.message_fom {
    margin-top: 35px;
}

.message_text textarea {
    width: 100%;
    background-color: #fff;
    font-size: 1rem;
    border: 1px solid #dde1e4;
    height: 230px;
    padding: 10px 35px 0 20px;
    background: url("../images/20.jpg") no-repeat scroll 99% 5%;
    background-color: #fff;
    color: #333;
}

.message_text {
    margin: 30px 0;
}

.message_fl > div:nth-of-type(1) {
    width: 40%;
    float: left;
}

.message_fl > div:nth-of-type(2) {
    width: 58%;
    float: right;
}

.message_fl > div input {
    width: 100%;
    background-color: #fff;
    color: #b4b4b4;
    font-size: 1rem;
    border: 1px solid #dde1e4;
    line-height: 50px;
    height: 50px;
    padding-left: 20px;
}

.message_fl input::-webkit-input-placeholder {
    color: #b4b4b4;
}

.message_fr {
    text-align: right;
}

    .message_fr button {
        color: #fff;
        font-size: 1.125rem;
        line-height: 50px;
        padding: 0px 65px;
        border: 1px solid #2270d8;
        background: #2270d8;
    }

        .message_fr button:nth-of-type(2) {
            background: #dde1e4;
            border: 1px solid #dde1e4;
            color: #565656;
            margin-left: 30px;
        }

/* 技术中心 */
.technology {
    background: #f6f4f5;
    padding: 110px 0 135px 0;
}

.technology_ul li > a {
    width: 35%;
}

.technology_size > a:nth-of-type(1) {
    color: #1c1c1c;
    font-size: 1.6875rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.technology_size p {
    color: #6b6b6b;
    font-size: 1rem;
    line-height: 30px;
    margin: 20px 0 25px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.technology_size > a:nth-of-type(2) {
    display: inline-block;
    color: #2270d8;
    font-size: 1rem;
    border: 1px solid #2270d8;
    line-height: 48px;
    padding: 0 48px;
    text-decoration: underline !important;
}

.technology_ul li {
    margin-top: 65px;
    background: #fff;
}

    .technology_ul li:nth-of-type(1) {
        margin-bottom: 0;
    }

.technology_size {
    padding: 45px 45px 15px 0;
    width: 61%;
    float: right;
}

.news_ul li:hover,
.technology_ul li:hover {
    box-shadow: 2.5px 4.33px 20px 0px rgba(0, 0, 0, 0.15);
}

    .technology_ul li:hover .technology_size > a:nth-of-type(2) {
        box-shadow: inset 0 0 0 2.5rem #2270d8;
        border: 1px solid #2270d8 !important;
        color: #fff;
        transition: 400ms ease-in-out;
        -moz-transition: 400ms ease-in-out;
        -webkit-transition: 400ms ease-in-out;
        -o-transition: 400ms ease-in-out;
    }

    .news_ul li:hover .news_size a,
    .technology_ul li:hover .technology_size > a:nth-of-type(1) {
        color: #2270d8;
    }

/* 核心竞争力 */
.compete {
    padding: 90px 0;
    background: #f6f4f5;
}

.compete_ul li > div {
    width: 50%;
}

.compete_ul li:nth-of-type(even) > div:nth-of-type(2),
.compete_ul li:nth-of-type(odd) > div:nth-of-type(1) {
    float: left;
}

.compete_ul li:nth-of-type(even) > div:nth-of-type(1),
.compete_ul li:nth-of-type(odd) > div:nth-of-type(2) {
    float: right;
}

.compete_size {
    color: #6b6b6b;
    font-size: 1rem;
    line-height: 30px;
}

    .compete_size p {
        color: #2270d8;
        font-size: 2.25rem;
        margin-bottom: 25px;
    }

.compete_ul li:nth-of-type(odd) > div:nth-of-type(2) {
    padding: 65px 0 0 40px;
}

.compete_ul li:nth-of-type(even) > div:nth-of-type(2) {
    padding: 65px 40px 0 0;
}

.understand {
    padding-bottom: 115px;
}

.understand_tit {
    color: #2f2f2f;
    font-size: 2.25rem;
}

.understand_lb {
    margin-top: 50px;
}

.understand {
    background: #f6f4f5;
    padding-bottom: 120px;
}

.understand_size {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 5%;
    bottom: 5%;
    background: rgba(255, 255, 255, 0.902);
    text-align: center;
    padding-top: 40px;
}

    .understand_size p {
        color: #3c3c3c;
        font-size: 1.25rem;
        margin-top: 15px;
    }

/* .understand_size::before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 105px;
    height: 105px;
    content: "";
    background-size: 100% 100%;
}
.understand_lb .swiper-slide:nth-of-type(1) .understand_size::before{
    background: url(../img/7.png) no-repeat;
    
}
.understand_lb .swiper-slide:nth-of-type(2) .understand_size::before{
    background: url(../img/8.png) no-repeat;
    
}
.understand_lb .swiper-slide:nth-of-type(3) .understand_size::before{
    background: url(../img/9.png) no-repeat;
    
}
.understand_lb .swiper-slide:nth-of-type(4) .understand_size::before{
    background: url(../img/10.png) no-repeat;
    
} */
/* 关于我们简介 */
.brief {
    background: #f6f4f5;
    padding: 85px 0 75px 0;
}

.brief_wid > div {
    width: 49%;
}

.brief_div {
    padding: 0px 20px 20px 20px;
}

.brief_hig p {
    color: #2270d8;
    font-size: 2.25rem;
    margin-bottom: 20px;
}

.brief_hig {
    color: #3f3a39;
    font-size: 1.0625rem;
    line-height: 35px;
}


/*滚动条样式*/
.brief_hig_div::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
}

.brief_hig_div::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    display: block;
    width: 10px;
    height: 35px;
    background-image: -moz-linear-gradient(-51deg, #2270d8 100%, #2270d8 100%);
    background-image: -webkit-linear-gradient(-51deg, #2270d8 100%, #2270d8 100%);
    background-image: -ms-linear-gradient(-51deg, #2270d8 100%, #2270d8 100%);
}

.brief_hig_div::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background-color: #dfdfdf;
    width: 4px;
    height: 164px;
    position: absolute;
}

.brief_tit p {
    padding-bottom: 0;
}

    .brief_tit p::after {
        width: 0;
    }

.brief_wid {
    margin-top: 40px;
}

.brief_fl .swiper-button-prev,
.brief_fl .swiper-button-next {
    background: none;
    width: 40px;
    height: 40px;
    opacity: 1;
}

.brief_fl .swiper-button-prev {
    left: 0;
}

.brief_fl .swiper-button-next {
    right: 0;
}

.culture {
}

.about-section3 {
    width: 90%;
    margin: 100px auto 50px;
    background-image: url(../images/cooper.png);
    background-size: contain;
    background-position: center;
    background-repeat:no-repeat;
    height: 520px;
}

.culture_tit {
    font-size: 2.25rem;
    color: #2f2f2f;
}

    .message_tit > p,
    .understand_tit,
    .culture_tit p {
        position: relative;
        padding-bottom: 10px;
    }

        .understand_tit::after {
            left: 0%;
            transform: translateX(0%);
        }

.culture_lb {
    padding: 65px 0 105px 0;
}

.culture_size div {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 5%;
    font-size: 1.25rem;
    color: #3c3c3c;
    background: #fff;
    line-height: 60px;
    text-align: center;
}

.culture {
    padding: 60px 0 0;
    background: #f6f4f5;
}

.course {
    padding: 75px 0 75px 0;
}

.course_wid > div {
    width: 50%;
}

.course_wid {
    background-color: rgb(255, 255, 255);
    box-shadow: 2.5px 4.33px 20px 0px rgba(0, 0, 0, 0.15);
}

.course_size {
    padding: 105px 50px 15px 50px;
}

.course_size {
    color: #6b6b6b;
    font-size: 1rem;
    line-height: 30px;
}

    .course_size p {
        color: #2f2f2f;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

.course_lb .swiper-container {
    padding: 50px 0px 25px 0px;
}

.course_ul {
    width: 49%;
    left: 15px;
    top: 50px;
    /* padding-left: 15px; */
    position: absolute;
    z-index: 5;
}

    .course_ul li {
        width: 33.2%;
        float: left;
        cursor: pointer;
        color: #2f2f2f;
        background: #cecece;
        font-size: 1rem;
        font-weight: bold;
        line-height: 60px;
        text-align: center;
        margin-left: 0.1%;
    }

        .course_ul li.active {
            background: #2270d8;
            color: #fff;
        }

.honor {
    overflow: hidden;
    position: relative;
    background: url("../images/28.jpg") center/cover no-repeat;
    background-attachment: fixed;
    padding: 75px 0 90px 0;
}

.honor_div {
    border: 1px solid #fff;
    padding: 6px;
}

.honor_size {
    background: #fff;
    font-size: 1.125rem;
    color: #414141;
    padding: 15px;
    margin-top: 6px;
    text-align: center;
}

    .honor_size p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

.honor_lb {
    margin-top: 45px;
}

.honor .culture_tit {
    color: #fff;
}

.framework {
    background: #f6f4f5;
    padding: 95px 0;
}

.framework_div {
    margin-top: 50px;
}

.cooperation {
    padding: 80px 0 90px 0;
}

.culture_tit p:nth-of-type(2) {
    color: #606060;
    font-size: 1.125rem;
    margin-top: 20px;
}

.cooperation_lb .swiper-pagination {
    position: static;
    text-align: center;
    width: 100%;
}

.cooperation_lb .swiper-container {
    padding: 45px 15px;
}

.cooperation_lb .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #2270d8;
    background: none;
    opacity: 1;
    margin: 0 5px;
}

.cooperation_lb .swiper-pagination-bullet-active {
    background: #2270d8;
}

.cooperation_lb .over {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}

.understand_padd {
    padding-top: 80px;
}

/* 产品列表 */
.prolist {
    background: #f6f4f5;
    padding: 70px 0 70px 0;
}

.prolist_fl {
    width: 100%;
}

    .prolist_fl > li:nth-of-type(odd) {
        background: #dddddd;
    }

    .prolist_fl > li:nth-of-type(even) {
        background: #e8e8e8;
    }

    .prolist_fl > li > a {
        color: #3c3c3c;
        font-size: 1.0625rem;
        display: block;
        padding: 18px 0px 18px 45px;
        position: relative;
    }

        .prolist_fl > li > a::after {
            position: absolute;
            right: 35px;
            top: 50%;
            transform: translateY(-50%);
            content: "+";
            color: #434343;
            font-size: 1.3625rem;
        }

    .prolist_fl > li.active > a::after {
        content: "-";
        color: #fff;
    }

    .prolist_fl > li.active > a {
        background: #2270d8;
        color: #fff;
    }

.prolist_fl_ul li.active a,
.prolist_fl_ul li:hover a {
    color: #2270d8;
}

.prolist_fl_ul {
    padding: 15px 35px;
    background: #fff;
}

    /* .prolist_fl_ul{
    display: none;
} */
    .prolist_fl_ul li a {
        color: #3c3c3c;
        font-size: .9375rem;
        display: block;
        line-height: 38px;
    }

.prolist_ul > li .prolist_ul_div {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 2.5px 4.33px 20px 0px rgba(0, 0, 0, 0.15);
}

.prolist_ul_div {
    border-radius: 10px;
}

/* .prolist_ul>li:nth-of-type(odd){
    float: left;
}
.prolist_ul>li:nth-of-type(even){
    float: right;
} */
.prolist_ul_top {
    font-size: 1.7rem;
    font-weight: bold;
    color: #2b2b2b;
    margin-bottom: 25px;
}

.prolist_size {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #ddd;
}

    .prolist_size a:nth-of-type(1) {
        color: #303030;
        font-size: 1.2rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .prolist_size p {
        color: #6b6b6b;
        font-size: 1rem;
        line-height: 30px;
        margin: 15px 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        overflow: hidden;
        display: none;
    }

    .prolist_size a:nth-of-type(2) {
        display: inline-block;
        color: #2270d8;
        font-size: 1rem;
        border: 1px solid #2270d8;
        line-height: 48px;
        padding: 0 48px;
        text-decoration: underline !important;
        display: none;
    }

.prolist .right {
    width: 26%;
}

.prolist_ul > li:hover .prolist_size a:nth-of-type(1) {
    color: #2270d8;
}

.prolist_ul > li:hover .prolist_size a:nth-of-type(2) {
    box-shadow: inset 0 0 0 2.5rem #2270d8;
    border: 1px solid #2270d8 !important;
    color: #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.erji {
    background: #f6f4f5;
    padding-top: 30px;
}

.pro_nav dl {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-left: -1px;
    padding-top: 20px;
    border-bottom: 1px dashed #bbb;
}

    .pro_nav dl dt {
        float: left;
        padding-bottom: 20px;
    }

        .pro_nav dl dt a {
            background: #2270d8;
            font-size: 16px;
            width: 110px;
            text-align: center;
            display: inline-block;
            color: #fff;
            font-weight: bold;
            padding: 2px 5px;
            letter-spacing: 1px;
            border-radius: 5px;
        }

    .pro_nav dl dd {
        overflow: hidden;
        padding-left: 30px;
    }

        .pro_nav dl dd a {
            color: #6c6c6c;
            height: 22px;
            margin-bottom: 20px;
            padding-right: 13px;
            display: inline-block;
        }

.prolist_ul_div > a,
.prolist_ul_div > a > img {
    border-radius: 10px;
}

/* 产品详情 */
.second_div .picture_a,
.second_div .picture_a a {
    color: #818181;
}

.second_div {
    background: #ececec;
}

    .second_div .second_ul li:last-child a::after {
        width: 0;
    }

.proxq .casexq_a {
    margin-bottom: 0;
    margin-top: 35px;
}

.proxq {
    background: #f6f4f5;
    padding: 70px 0 0 0;
}

.proxq_wid {
    background: #fff;
    box-shadow: 2.5px 4.33px 20px 0px rgba(0, 0, 0, 0.15);
}

    .proxq_wid > div {
        width: 50%;
    }

    .proxq_wid .fl {
        border-right: 1px solid #ebebeb;
    }

.proxq_fl_fd {
    position: absolute;
    right: 25px;
    bottom: 15px;
}

    .proxq_fl_fd .iconfont {
        font-size: 1.25rem;
        color: #000000;
    }

.proxq_fl {
    padding: 50px 70px 30px 40px;
}

.proxq_size {
    font-size: 1rem;
    color: #6b6b6b;
    line-height: 32px;
}

    .proxq_size span {
        font-size: 1.125rem;
        color: #2f2f2f;
    }

.proxq_size_p {
    color: #2270d8;
    font-size: 2.25rem;
    margin-bottom: 30px;
}

.proxq_fl_div {
    margin-top: 32px;
}

.proxq_a {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    background: #2270d8;
    line-height: 50px;
    padding: 0 50px;
    border-radius: 24px;
    display: inline-block;
    border: 1px solid #2270d8;
}

.proxq_fl .newsxq_fl_ico .iconfont {
    font-size: 1.575rem;
}

.proxq_fl .newsxq_fl_ico {
    margin-left: 35px;
}

    .proxq_fl .newsxq_fl_ico span {
        font-size: 1rem;
    }

.details {
    padding-bottom: 80px;
    background: #f6f4f5;
}

.details_ul {
    background: #c3c3c3;
    line-height: 65px;
    margin-bottom: 60px;
}

    .details_ul li {
        font-size: 1.1875rem;
        color: #3c3c3c;
        padding: 0 70px;
        border-right: 1px solid #fff;
        float: left;
    }

        .details_ul li.active {
            color: #fff;
            background: #2270d8;
        }

.details_lb_div p {
    color: #303030;
    font-size: 1.1875rem;
    margin-top: 22px;
    text-align: center;
}

.tui {
    padding: 70px 0 95px 0;
}

    .tui .culture_tit {
        font-weight: bold;
    }

/* 案例详情 */
.level {
    padding: 60px 0 60px 0;
    background: #f6f4f5;
}

.casexq {
    background: #f6f4f5;
}

.level_ul li {
    float: left;
    background: #efefef;
    margin-left: 2px;
    width: 24.8%;
}

    .level_ul li a {
        padding-top: 35px;
        padding-bottom: 45px;
        text-align: center;
        font-size: 1rem;
        color: #656565;
        display: block;
        background: #fff;
        transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in
    }

        .level_ul li a img {
            width: 115px;
            margin: 0 auto 20px;
            display: block;
        }

        .level_ul li a .on1 {
            display: none;
        }

    .level_ul li:hover a .on,
    .level_ul li.active a .on {
        display: none;
    }

    .level_ul li:hover a .on1,
    .level_ul li.active a .on1 {
        display: block;
    }

    .level_ul li:hover a,
    .level_ul li.active a {
        background: rgba(230, 28, 22, 0.68);
        color: #fff;
    }

    .level_ul li:nth-of-type(1),
    .level_ul li:nth-of-type(1).active {
        background: url("../images/34.jpg") no-repeat bottom;
    }

    .level_ul li:nth-of-type(2),
    .level_ul li:nth-of-type(2).active {
        background: url("../images/34.jpg") no-repeat bottom;
    }

    .level_ul li:nth-of-type(3),
    .level_ul li:nth-of-type(3).active {
        background: url("../images/34.jpg") no-repeat bottom;
    }

    .level_ul li:nth-of-type(4),
    .level_ul li:nth-of-type(4).active {
        background: url("../images/34.jpg") no-repeat bottom;
    }

.casexq_wid {
    padding-bottom: 50px;
}

    .casexq_wid > div {
        width: 49%;
    }

.casexq_size p {
    color: #000000;
    font-size: 1.875rem;
    margin-bottom: 25px;
    font-weight: bold;
}

.casexq_size {
    color: #5d5d5d;
    font-size: 1.0625rem;
    line-height: 30px;
}

.casexq_div {
    padding: 45px 0 52px 0;
    margin-bottom: 45px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

    .casexq_div .fl {
        color: #000000;
        font-size: 1.875rem;
        width: 10%;
    }

.casexq_div_ul {
    width: 85%;
}

    .casexq_div_ul > ul {
        width: 33.3%;
        float: left;
    }

        .casexq_div_ul > ul li {
            color: #5d5d5d;
            font-size: 1.0625rem;
            padding-left: 30px;
            line-height: 35px;
            position: relative;
        }

            .casexq_div_ul > ul li::after {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                background: #2270d8;
                content: "";
                width: 5px;
                height: 5px;
                border-radius: 50%;
            }

.casexq_bott {
    background: #d3d3d3;
    line-height: 50px;
}

    .casexq_bott div {
        padding: 0 20px;
        color: #5d5d5d;
        font-size: 1.0625rem;
    }

        .casexq_bott div a {
            color: #5d5d5d;
        }

.casexq {
    padding-bottom: 80px;
}

.casexq_bott {
    margin-bottom: 60px;
}

.casexq_a {
}

    .casexq_a img {
        width: 50px;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

    .casexq_a a {
        font-size: 18px;
        color: #333;
        margin: 0 auto 30px;
        display: block;
        text-align: center;
    }

/* 案例列表 */
.caselist_top {
    padding-bottom: 0;
}

.caselist_ul li {
    position: relative;
    margin-top: 10px;
}

    .caselist_ul li a {
        display: block;
        position: relative;
    }

    .caselist_ul li:nth-of-type(1) {
        margin-top: 0;
    }

.bgg {
    background: rgba(51, 51, 51, 0.6);
    background: url("../images/new2.png") repeat-x left bottom;
    background-size: 350px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.hy_a2 i {
    z-index: 9;
    border: 1px solid #fff;
    line-height: 22px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    padding: 3px 15px;
    margin-left: 0px;
    text-align: center;
    float: right;
    opacity: 0;
    display: block;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.hy_a2 span {
    position: absolute;
    bottom: 30px;
    left: 20px;
    height: 30px;
    line-height: 30px;
    z-index: 9;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 2px;
}

.hy_a2:hover .bgg {
    opacity: .1;
}

.hy_a2:hover i {
    opacity: 1;
    margin-left: 10px;
}

.caselist_ul li:nth-of-type(2) {
    overflow: hidden;
}

    .caselist_ul li:nth-of-type(2) > div {
        width: 49.6%;
    }

.caselist_ul li .fl > a:nth-of-type(1) {
    margin-bottom: 10px;
}

.caselist {
    background: #f6f4f5;
    padding-bottom: 90px;
}


@media(max-width:1645px) {
    .daohang_ul > li {
        margin-left: 30px;
    }

    .daohang_en {
        margin: 0 30px 0 45px;
    }

    .daohang {
        padding-left: 65px;
    }
}

@media(max-width:1440px) {
    .product_bott {
        padding: 0 7%;
    }

        .product_bott .swiper-button-next {
            right: 3%;
        }

        .product_bott .swiper-button-prev {
            left: 3%;
        }

    .product_ul {
        width: 51%;
    }

    .Journalism_lunbo .swiper-container {
        height: 284px;
    }

    .product_li {
        line-height: 75px;
    }

        .product_li .fr {
            padding: 0 0px 0 90px;
        }

    .product_fr {
        padding: 25px 30px;
    }

    .product_fr {
        width: 35%;
    }

        .product_fr p:nth-of-type(1) {
            line-height: 26px;
            margin: 20px 0 30px 0;
        }

    .product_top {
        padding-top: 45px;
        margin-bottom: 40px;
    }

    .daohang_cd {
        width: 100px;
    }

    .daohang_en {
        margin: 0 25px 0 20px;
    }
}

@media(max-width:1280px) {
    .product_fr {
        width: 40%;
        left: -133px;
    }

    .product_li {
        line-height: 60px;
    }

        .product_li .fl img {
            width: 35px;
        }

    .profile_fl p:nth-of-type(2) {
        margin: 10px 0;
        line-height: 26px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .profile_fl {
        width: 43%;
        padding: 45px;
    }

    .support_fr_ul li {
        padding: 15px 25px;
    }

    .foot_wid ul {
        margin-left: 140px;
    }

    .course_ul {
        width: 48.7%;
    }

    .understand_size {
        padding-top: 48px;
    }
}

@media(max-width:1024px) {
    .daohang_fr_s {
        width: 60px;
    }

    .daohang_cd {
        width: 65px;
    }

    .daohang_en {
        margin: 0 10px 0 10px;
    }

    .daohang_ul > li {
        margin-left: 10px;
    }

    .daohang {
        padding-left: 15px;
    }

    .product_fr p:nth-of-type(1) {
        margin: 15px 0;
    }

    .product_fr_p {
        padding-bottom: 16px;
    }

    .product_fr {
        left: -94px;
        padding: 15px;
    }

    .foot_wid ul {
        margin-left: 97px;
    }

    .support_fr_size p {
        font-size: 1rem;
        margin: 6px 0 5px 0;
        line-height: 26px;
    }

    .Journalism_span {
        width: 75px;
        height: 75px;
        /* padding-top: 0px; */
    }

        .Journalism_span span {
            font-size: 2rem;
            line-height: 42px;
        }

    .Journalism_lunbo .swiper-button-next,
    .Journalism_lunbo .swiper-button-prev {
        width: 48%;
    }

    .support_fr_ul li {
        padding: 11px 15px;
    }

    .compete_ul li:nth-of-type(odd) > div:nth-of-type(2) {
        padding: 35px 0 0 20px;
    }

    .compete_ul li:nth-of-type(even) > div:nth-of-type(2) {
        padding: 35px 20px 0 0;
    }

    .picture_size {
        font-size: 2rem;
    }

    .second_ul li a {
        padding: 0 20px;
    }

    .second {
        line-height: 55px;
    }

    .understand_size {
        padding-top: 32px;
    }

    .culture_size div {
        line-height: 40px;
    }

    .course_size {
        padding: 60px 15px 15px;
    }

    .course_ul li {
        line-height: 42px;
    }

    .course_size p {
        margin-bottom: 10px;
    }

    .level_ul li {
        width: 24.7%;
    }

    .contacts {
        padding: 15px;
    }

    .contacts_top {
        line-height: 45px;
    }

    .technology_size p {
        line-height: 28px;
        margin: 10px 0;
    }

    .technology_size {
        padding: 15px 45px 15px 0;
    }

        .technology_size > a:nth-of-type(2) {
            line-height: 40px;
            padding: 0 40px;
        }

    .news_size p:nth-of-type(2) {
        line-height: 24px;
    }

    .news_size a {
        margin: 8px 0 8px 0;
    }

    .news_ul li .news_size {
        padding-top: 0px;
    }

    .news_ul li {
        margin-top: 15px;
    }

    .recruit_top {
        padding: 25px 10px;
    }

    .recruit_ul_div {
        padding: 15px;
    }

        .recruit_ul_div div {
            line-height: 26px;
            margin: 10px 0;
        }

    .proxq_fl {
        padding: 15px;
    }

    .proxq_a {
        line-height: 40px;
    }

    .proxq_fl_div {
        margin-top: 12px;
    }

    .proxq_size_p {
        font-size: 1.7rem;
        margin-bottom: 10px;
    }

    .proxq_size {
        line-height: 28px;
    }

    .second_div {
        display: none;
    }
}

@media(max-width:990px) {
    .product_li .fr::after {
        width: 30px;
    }

    .product_li .fr {
        padding: 0 0px 0 40px;
        font-size: 1.125rem;
    }

        .product_li .fr::before {
            width: 20px;
            height: 20px;
        }

    .product_li .fl img {
        width: 20px;
    }

    .product_li {
        line-height: 45px;
    }

    .product_fr p:nth-of-type(1) {
        -webkit-line-clamp: 2;
        line-height: 21px;
        margin: 7px 0;
    }

    .product_fr {
        left: -80px;
        padding: 8px;
        border: 3px solid #d3d3d3;
    }

    .product_bott {
        padding: 0px 8%;
    }

    .profile_fl {
        width: 46%;
        padding: 15px;
    }

    .Journalism_lunbo .swiper-button-next,
    .Journalism_lunbo .swiper-button-prev {
        width: 47.8%;
    }

    .case,
    .support {
        padding: 75px 0;
    }

    .banner_img {
        display: none;
    }

    .brief_hig p {
        font-size: 1.7rem;
    }

    .brief_hig {
        font-size: 1rem;
        line-height: 28px;
    }

    .brief_wid {
        margin-top: 0;
    }

    .casexq_div_ul {
        width: 78%;
    }

    .casexq_div .fl {
        width: 18%;
    }

    .level_ul li a img {
        width: 80px;
    }

    .level_ul li a {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .contacts_bott {
        line-height: 24px;
        padding: 10px 10px;
    }

        .contacts_bott div {
            margin-top: 0px;
        }

    .contacts_top {
        line-height: 37px;
    }

    .message {
        padding: 65px 0;
    }

    .casexq_wid > div {
        width: 100%;
    }

    .casexq_size {
        margin-top: 15px;
    }

    .caselist_ul li:nth-of-type(2) > div {
        width: 49.2%;
    }

    .technology_size p {
        -webkit-line-clamp: 2;
        line-height: 24px;
        margin: 7px 0;
    }

    .technology_size > a:nth-of-type(2) {
        line-height: 34px;
        padding: 0 26px;
    }

    .technology_ul li {
        margin-top: 15px;
    }

    .recruit_top {
        padding: 15px 5px;
        border: 5px solid #dde1e4;
    }

    .recruit_top_butt button {
        padding: 0 4px;
    }

    .recruit_top_div .fl {
        font-size: 0.85rem;
        width: 35%;
    }
}

@media(max-width:767px) {
    .banner .swiper-button-white {
        width: 26px;
        height: 18px;
    }

    .index_a {
        width: 55%;
    }

    .color_dao {
        line-height: 30px;
    }

    body {
        padding-top: 56px;
    }

    .product_top {
        padding-top: 35px;
        margin-bottom: 25px;
    }

    .product {
        padding: 0 15px 35px 15px;
    }

    .product_div {
        position: static;
        transform: translateY(0%);
        width: 100%;
    }

    .product_ul {
        width: 100%;
    }

    .product > .fr {
        width: 100%;
        float: none;
        float: none;
    }

    .product_fr {
        position: static;
        left: 0px;
        float: none;
        width: 100%;
        transform: translateY(0%);
    }

    .product_fr {
        padding: 15px;
        border: 6px solid #d3d3d3;
        /* margin-top: 15px; */
    }

    .product > .fr {
        float: left;
    }

    .product_li {
        width: 100%;
    }

    .product_fl {
        width: 100%;
        margin-bottom: 15px;
    }

    .product_bott {
        padding: 0px 15px;
        margin-bottom: 35px;
    }

    .product_bott_size a {
        line-height: 36px;
    }

    .profile_fl {
        width: 100%;
    }

    .profile_div {
        transform: translateY(0%);
        position: static;
    }

    .title p:nth-of-type(1) {
        font-size: 1.7rem;
    }

    .case,
    .support {
        padding: 35px 15px;
    }

    .support_wid > div {
        width: 100%;
    }

    .Journalism_bor {
        padding: 15px;
        padding-top: 0;
    }

    .Journalism_lunbo .swiper-container {
        height: 142px;
    }

    .Journalism_lunbo .swiper-slide {
        height: auto !important;
    }

    .support_wid > div:nth-of-type(2) {
        margin-top: 35px;
    }

    .picture_size {
        font-size: 1.7rem;
        padding: 0 15px;
    }

    .picture img {
        height: 180px;
        object-fit: cover;
    }

    .compete_ul li:nth-of-type(even) > div:nth-of-type(1),
    .compete_ul li:nth-of-type(odd) > div:nth-of-type(2),
    .compete_ul li:nth-of-type(even) > div:nth-of-type(2),
    .compete_ul li:nth-of-type(odd) > div:nth-of-type(1) {
        width: 100%;
        float: none;
    }

    .compete {
        padding: 35px 15px;
    }

    .compete_ul li:nth-of-type(odd) > div:nth-of-type(2) {
        padding: 15px 0 0 0;
    }

    .compete_ul li:nth-of-type(even) > div:nth-of-type(2) {
        padding: 15px 0px 0 0;
    }

    .compete_ul li {
        margin-top: 15px;
    }

        .compete_ul li:nth-of-type(1) {
            margin-top: 0;
        }

    .understand {
        padding: 0 15px 35px 15px;
    }

    .understand_lb {
        margin-top: 25px;
    }

    .understand_size {
        padding-top: 25px;
    }

        .understand_size img {
            width: 48px;
        }

        .understand_size p {
            font-size: 1.125rem;
            margin-top: 10px;
        }

    .brief {
        padding: 35px 15px;
    }

    .brief_wid > div {
        width: 100%;
    }

    .brief_div {
        padding: 15px 0px 0px 0px;
    }

    .brief_hig p {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .culture_tit {
        font-size: 1.75rem;
    }

    .culture_size div {
        font-size: 1rem;
    }

    .framework {
        padding: 25px 15px;
    }

    .culture_lb {
        padding: 10px 15px 15px;
    }

    .cooperation,
    .course {
        padding: 35px 0px;
    }

    .course_wid > div {
        width: 100%;
    }

    .course_lb .swiper-container {
        padding: 25px 15px 15px 15px;
    }

    .course_size {
        padding: 15px 15px 15px;
    }

    .course_ul {
        position: static;
        width: 100%;
        padding: 0 15px;
        margin-top: 15px;
    }

    .honor {
        padding: 25px 15px 15px;
    }

    .honor_size {
        font-size: 1rem;
        padding: 10px 15px;
    }

    .framework_div {
        margin-top: 25px;
    }

    .cooperation .culture_tit {
        padding: 0 15px;
    }

    .culture_tit p:nth-of-type(2) {
        font-size: 1rem;
        margin-top: 10px;
    }

    .understand_padd {
        padding-top: 35px;
    }

    .understand_tit {
        font-size: 1.7rem;
    }

    .level_ul li {
        width: 49.2%;
        margin-bottom: 2px;
    }

    .level {
        padding: 35px 15px;
    }

    .casexq {
        padding: 0 15px 35px 15px;
    }

    .casexq_wid {
        padding-bottom: 25px;
    }

        .casexq_wid > div {
            width: 100%;
        }

    .casexq_size {
        margin-top: 15px;
    }

        .casexq_size p {
            font-size: 1.4rem;
            margin-bottom: 10px;
        }

    .casexq_div_ul,
    .casexq_div .fl {
        width: 100%;
    }

    .casexq_div_ul {
        margin-top: 15px;
    }

    .casexq_bott div {
        float: none;
    }

    .casexq_bott {
        line-height: 35px;
    }

    .casexq_a img {
        width: 55px;
    }

    .casexq_bott {
        margin-bottom: 35px;
    }

    .picture_div1 {
        transform: translateY(0);
        position: static;
    }

    .contacts {
        width: 100%;
        margin-top: 15px;
    }

    .message {
        padding: 35px 15px;
    }

    .message_tit p:nth-of-type(1) {
        font-size: 1.7rem;
    }

    .message_inp {
        margin-bottom: 15px;
    }

    .message_text {
        margin: 0px 0 15px 0;
    }

    .message_fr button {
        line-height: 40px;
        margin-top: 15px;
        padding: 0 60px;
    }

    .caselist_ul li:nth-of-type(2) > div {
        width: 100%;
    }

        .caselist_ul li:nth-of-type(2) > div:nth-of-type(1) {
            margin-bottom: 10px;
        }

    .caselist {
        padding: 0 15px 35px 15px;
    }

    .hy_a2 span {
        font-size: 1.3rem;
    }

    .technology_size,
    .technology_ul li > a {
        width: 100%;
    }

    .technology {
        padding: 35px 15px;
    }

    .technology_size {
        padding: 15px;
    }

        .technology_size > a:nth-of-type(1) {
            font-size: 1.3rem;
        }

    .news {
        padding: 35px 15px;
    }

    .prolist .right,
    .news_ul li .news_size,
    .news_ul li > a,
    .right,
    .left {
        width: 100%;
    }

    .news_ul li .news_size {
        margin-top: 15px;
    }

    .newsxq_fr_size {
        padding: 15px;
    }

    .prolist .right {
        margin-bottom: 25px;
    }

    .prolist {
        padding: 35px 15px;
    }

    .prolist_fl_ul li a {
        line-height: 32px;
    }

    .prolist_fl > li > a {
        padding: 12px 0px 12px 25px;
    }

    .prolist_size {
        padding: 10px;
    }

        .prolist_size a:nth-of-type(2) {
            line-height: 34px;
            padding: 0 30px;
        }

        .prolist_size p {
            line-height: 26px;
            margin: 8px 0;
        }

        .prolist_size a:nth-of-type(1) {
            color: #303030;
            font-size: 1.3rem;
        }

    .recruit {
        padding: 35px 15px;
    }

    .recruit_top_div .fr,
    .recruit_top_div .fl {
        width: 100%;
        text-align: left;
    }

    .recruit_top_butt {
        margin-top: 15px;
    }

        .recruit_top_butt button {
            padding: 0 15px;
        }

    .recruit_ul {
        margin-top: 25px;
    }

        .recruit_ul li {
            margin-top: 15px;
        }

            .recruit_ul li:nth-of-type(1) {
                margin-top: 0;
            }

    .modal-body {
        padding: 15px;
    }

    .recruit_ul_size .fl {
        width: 20%;
    }

    .recruit_ul_size .fr {
        width: 78%;
    }

    .recruit_ul_size {
        line-height: 24px;
    }

    .modal_div_bott {
        width: 100%;
        margin-top: 25px;
        line-height: 25px;
        font-size: 14px;
        text-align: center;
        padding: 10px;
    }

    .newsxq {
        padding: 35px 15px;
    }

    .newsxq_div {
        padding: 15px;
    }

    .tui,
    .proxq {
        padding: 35px 15px;
    }

    .proxq_wid > div {
        width: 100%;
    }

    .proxq_wid .fl {
        border-bottom: 1px solid #ebebeb;
        border-right: none;
    }

    .details_ul li {
        font-size: 1rem;
        padding: 0 25px;
    }

    .details_ul {
        line-height: 45px;
        margin-bottom: 25px;
    }

    .details {
        padding: 0 15px 35px 15px;
    }

    .case_size a {
        font-size: 1.3rem;
    }

    .support_fr_wid .fr,
    .support_fr_wid > a {
        width: 100%;
        float: none;
    }

    .support_fr_wid .fr {
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .Journalism_bor {
        padding: 0 0 15px 0;
    }

    .searchbox {
        top: 55px;
    }

    .product_pa {
        position: static;
        top: 0%;
        transform: translateY(0%);
        width: 100%;
    }

    .product_fr_div_padd {
        padding-left: 0;
    }
}

a:hover {
    color: #2270d8 !important;
}

.picture_a a:hover,
.foot_wid ul li a:hover,
.newsxq_fr_pro > div:hover .newsxq_fr_size a,
.case_div:hover .case_size a,
.support_fr_ul li:hover a,
.support_fr_wid:hover .support_fr_size a:nth-of-type(1) {
    color: #2270d8;
}

/* .message_fr button:nth-of-type(2):hover, */
.support_fr_wid:hover .support_fr_size a:nth-of-type(2) {
    box-shadow: inset 0 0 0 2.5rem #2270d8;
    border: 1px solid #2270d8 !important;
    color: #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.understand_lb .swiper-slide:hover .understand_size img {
    transform: rotateY(360deg);
    transition: 400ms ease-in-out;
}

.message_fr button:hover,
.proxq_a:hover {
    box-shadow: inset 0 0 0 2.5rem #fff;
    border: 1px solid #2270d8 !important;
    color: #2270d8;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

/* .js-sideBar{
    top: 350px !important;
}
.left_div{
    padding-top: 85px;
}
.prolist .left>div:nth-of-type(1){
    padding-top: 0;
} */
