/* 首页 */
.header {
    width: 100%;
    position: relative;
}

.nav {
    width: 100%;
    height: 66px;
    background: rgba(255, 255, 255, 0.05);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 1s;
}

/* 改变导航栏颜色 */
.nav-scroll {
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #ccc;
}

.nav_logo {
    float: left;
    width: 180px;
    height: 66px;
}

.nav_logo a h1 {
    font-size: 0;
}

.nav_logo a {
    color: #fff;
}
.nav_logo a span{
    font-size: 36px;
    vertical-align: middle;
}
.nav_logo a i{
    font-style: normal;
    vertical-align: middle;
    line-height: 66px;
    font-size: 24px;

}
/* 改变导航栏颜色同时修改LOGO颜色 */
.nav-scroll .nav_logo a {
    color: #000;
}

.nav-scroll .nav_logo a span {
    color: #fff;
}

/* 改变导航栏颜色同时修改导航颜色 */
.nav-scroll .nav_ul li a {
    color: #000;
}

.nav_logo a span {
    display: inline-block;
    background: rgb(123,204,242);
    padding: 0px 10px;
    border: 3px solid rgb(123,204,242);
    font-weight: 600;
}

.nav_ul {
    float: right;
    line-height: 66px;
}

.nav_ul li {
    display: inline-block;
    width: 120px;
    padding-top: 13px;
}

.nav_ul li a {
    display: inline-block;
    line-height: 40px;
    color: #fff;
    opacity: 0.7;
    font-size: 16px;
    border-bottom: 2px solid transparent;
}

.nav_ul li a:hover,
.nav_ul li a.focus {
    color: #1cd8c9;
    border-bottom: 2px solid #1cd8c9;
}

.swiper_lbt {
    width: 100%;
}

.swiper_img_bg {
    position: relative;
}

.swiper_img_bg,
.swiper_img_bg img {
    width: 100%;
}

.swiper_img_bg_location {
    position: absolute;
    top: 0;
    left: 0;
}

.swiper_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper_text_location {
    width: 100%;
    height: 100%;
    padding-top: 15%;
}

.swiper_text_location h4 {
    font-size: 55px;
    margin-bottom: 20px;
    display: inline-block;
    color: #fff;
}

.swiper_text_location p {
    height: 31px;
    font-size: 26px;
    line-height: 31px;
    opacity: .7;
    margin-bottom: 60px;
    color: #fff;
}

.swiper_lbt .swiper-pagination-bullet {
    width: 4px;
    height: 30px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 0.2;
}

.swiper_lbt .swiper-pagination-bullet-active {
    opacity: 1;
}

.advantage,
.solve,
.programme,
.case,
.news,
.about,
.programme,
.business,
.advantages,
.plan,
.partner {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantage ul {
    margin: 0 -10px;
}

.advantage ul li {
    width: 33.3%;
    float: left;
    padding: 10px;
}

.advantage ul li .advantage_div,
.advantage ul .li .advantage_div_one {
    height: 240px;
    background: #fff;
    border: 1px solid #e0e2e6;
    opacity: 1;
    border-radius: 4px;
    position: relative;
    width: 100%;
}

.advantage ul .li .advantage_div_one {
    border: none;
}

.advantage ul li .advantage_div h6 {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    color: #2a3141;
    opacity: 1;
    padding-top: 32px;
    padding-left: 30px;
}

.advantage ul li .advantage_div p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #8f9298;
    opacity: 1;
    padding-top: 8px;
    padding-left: 30px;
}

.advantage ul li .advantage_div .advantage_div_img {
    width: 127px;
    height: 127px;
    position: absolute;
    right: 32px;
    bottom: 32px;
}

.advantage ul li .advantage_div a {
    height: 19px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #8f9298;
    opacity: 1;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.advantage ul li .advantage_div a img {
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-left: 8px;
}

.advantage_div_ycy {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 240px;
    opacity: 0;
    border-radius: 4px;
    border: 1px solid #e0e2e6;
    color: #5f6267;
    background: linear-gradient(270deg, #4695ff, #066df6);
    border: 1px solid #e0e2e6;
    color: #fff;
    transition: all 0.5s;
}

/* .advantage ul li:hover .advantage_div_ycy {
    opacity: 1;
} */

.advantage_div_ycy_nr {
    width: 100%;
    padding: 30px;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}

.advantage ul .li .advantage_div_one h5 {
    height: 47px;
    font-size: 36px;
    font-weight: 700;
    line-height: 47px;
    color: #2a3141;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 30px;
}

.advantage ul .li .advantage_div_one img {
    width: 100%;
}

.advantage ul .li .advantage_div_one p {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #5f6267;
    opacity: 1;
    margin-top: 24px;
}



.solve h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #2a3141;
    opacity: 1;
    text-align: center;
}

.solve ul {
    margin: 0 -10px;
    text-align: center;
}

.solve ul li {
    /* float: left; */
    display: inline-block;
    width: 25%;
    padding: 10px;
    text-align: center;
}

.solve ul li .solve_div h4 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2a3141;

}

.solve ul li .solve_div .solve_img .solve_img_gif {
    display: none;
}

.solve ul li .solve_div .solve_img:hover .solve_img_png {
    display: none;
}

.solve ul li .solve_div .solve_img:hover .solve_img_gif {
    display: inline-block;
}




.solve ul li .solve_div p {
    font-size: 14px;
    color: #8f9298;
    height: 75px;
    line-height: 25px;
    padding: 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.programme {
    position: relative;
}

.programme_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_01.796b819a.png) no-repeat;
    background-size: 100% 100%;
}

.programme_bt {
    position: relative;
    height: 72px;
}

.programme_bt h5 {
    height: 47px;
    font-size: 36px;
    font-weight: 700;
    line-height: 47px;
    color: #2a3141;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 30px;
}

.programme_bt img {
    height: 100%;
}

.programme_two {
    height: 72px;
    text-align: right;
    padding-right: 80px;
}

.programme_two_nr {
    display: inline-block;
    width: 390px;
    height: 73px;
    line-height: 73px;
    background: linear-gradient(270deg, #4695ff, #066df6);
    opacity: 1;
    text-align: left;
    border-radius: 4px 4px 0 0;
    font-size: 24px;
    color: #fff;
    padding-left: 20px;
    position: relative;
}

.programme_two_nr img {
    width: 25px;
    height: 25px;
    margin: 0 10px;
    margin-top: 24.5px;
}

.programme_two_nr span {
    display: inline-block;
    font-size: 60px;
    font-weight: 400;
    line-height: 79px;
    color: #fff;
    opacity: .3;
    position: absolute;
    right: 10px;
    bottom: -15px;
}

.case ul {
    margin: 0 -10px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.case ul li {
    width: 33.3%;
    float: left;
    padding: 10px;
}

.case ul li .case_nr {
    height: 320px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #dfe2e9;
    position: relative;
}

.case ul li .case_nr .case_img {
    width: 100%;
    height: 208px;
    overflow: hidden;
}

.case ul li .case_nr .case_img img {
    width: 100%;
    height: auto;
    max-width: auto;
}

.case ul li .case_nr .case_title {
    padding: 30px;
    height: 320px;
    position: absolute;
    width: 100%;
    top: 208px;
    left: 0;
    transition: all 1.5s;
    background: #fff;

}

.case ul li .case_nr:hover .case_title {
    top: 0;
}

.case ul li .case_nr .case_title h6 {
    width: 100%;
    height: 92px;
    position: relative;
}

.case ul li .case_nr .case_title h6 span {
    display: block;
    /* position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #2a3141;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case ul li .case_nr .case_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-weight: 400;
    line-height: 30px;
    color: #2a3141;
    opacity: 1;
    margin-top: 10px;
    font-size: 16px;
    text-indent: 2em;
    padding-right: 33px;
}



.ckgd {
    display: block;
    width: 186px;
    height: 48px;
    background: linear-gradient(270deg, #4695ff, #066df6) !important;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    margin: auto;
    text-align: center;
    line-height: 48px;
}

.ckgd img {
    margin-top: 16px;
}

.ckgd:hover {
    color: #fff;
    opacity: 0.7;
}

.news {
    width: 100%;
    height: auto;
    position: relative;
}

.niew_bg1 {
    position: absolute;
    top: 0;
    left: 0;
    background: #33408f url(../img/bg_news.0eec74e7.png) no-repeat;
    height: 580px;
    width: 100%;
    background-size: cover;
}

.niew_bg2 {
    position: absolute;
    top: 580px;
    left: 0;
    width: 100%;
    height: 355px;
    background: #33408f;
}

.news ul>li {
    width: 33.3%;
    float: left;
}

.news ul>li:nth-child(1) {
    margin-top: 80px;
}

.news ul>li:nth-child(2) {
    margin-top: 160px;
}

.news ul>li:nth-child(3) {
    margin-top: 0;
}

.news ul>li .news_img {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.news ul>li .news_img img {
    width: 100%;
}

.news ul>li .news_img span {
    display: block;
    width: 100%;
    padding: 0 10px;
    line-height: 50px;
    background: linear-gradient(180deg, transparent, #000);
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
}

.news ul>li .news_nr {
    background: #fff;
    height: 350px;
    position: relative;
}

.news ul>li .news_nr .news_ljgd {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 132px;
    height: 32px;
    background-color: #2e87ff;
    text-align: center;
    line-height: 32px;
    color: #fff;
}

.news ul>li .news_nr .news_ljgd:hover {
    color: #fff;
    opacity: 0.7;
}

.news ul>li .news_nr .news_ljgd img {
    margin-top: 8px;
}

.news ul>li .news_nr h6 {
    padding: 30px 35px 15px;
    font-weight: 700;
    line-height: 24px;
    color: #2a3141;
    font-size: 18px;
}

.news ul>li .news_nr ol li {
    height: 48px;
    line-height: 48px;
    width: 100%;
    padding: 0 32px;
    font-size: 16px;
    font-weight: 400;
}

.news ul>li .news_nr ol li a {
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.news ul>li .news_nr ol li a:hover {
    color: #1cd8c9;
}

.about {
    position: relative;
}

.about_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_about.989a28b3.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.abput_p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.about_fugai {
    padding-top: 100px;
}

.about_fugai ul li {
    position: relative;
}

.about_fugai ul li {
    position: relative;
}

.about_fugai ul li::after {
    position: absolute;
    content: '';
    width: 0;
    height: 80px;
    border: 1px solid #fff;
    opacity: 1;
    bottom: 0%;
    right: 0;
}

.about_fugai ul li:last-child:after {
    border: none;
}

.about_fugai ul li span {
    display: block;
    height: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    opacity: .7;
    text-align: center;
    margin-bottom: 25px;
}

.about_fugai ul li .about_fugai_nr {
    font-size: 72px;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    text-align: center;
}

.about_fugai ul li .about_fugai_nr i {
    font-style: normal;
    margin-right: 10px;
}

.about_bolang {
    position: relative;
    max-width: 1920px;
    height: 786px;
    z-index: 222;
    background: url(../img/img_curve2.82eca086.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.abotu_fzls {
    width: 1920px;
    position: absolute;
    height: 786px;
    bottom: 0;
    left: 0;
}

.abotu_fzls ul li {
    position: absolute;
    width: 160px;
    text-align: center;
}

.abotu_fzls ul li h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    opacity: 1;
}

.abotu_fzls ul li p {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.abotu_fzls ul li:nth-child(1) {
    left: 18.5%;
    top: 53%;
}

.abotu_fzls ul li:nth-child(2) {
    left: 25%;
    top: 42%;
}

.abotu_fzls ul li:nth-child(3) {
    left: 31%;
    top: 29%;
}

.abotu_fzls ul li:nth-child(4) {
    left: 37%;
    top: 16%;
}

.abotu_fzls ul li:nth-child(5) {
    left: 43%;
    top: 32%;
}

.abotu_fzls ul li:nth-child(6) {
    left: 49%;
    top: 21%;
}

.abotu_fzls ul li:nth-child(7) {
    left: 55%;
    top: 34%;
}

.abotu_fzls ul li:nth-child(8) {
    left: 61%;
    top: 17%;
}

.abotu_fzls ul li:nth-child(9) {
    left: 67%;
    top: 26%;
}

.abotu_fzls ul li:nth-child(10) {
    left: 73%;
    top: 17%;
}

.a1 {
    animation: quxian1 3s linear;
}

@keyframes quxian1 {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.footer {
    background: #1f2022;
    padding: 24px 0;
    width: 100%;

}

.footer .footer_left img {
    float: left;
    width: 85px;
}

.footer .footer_left_tel {
    float: right;
    width: calc(100% - 85px);
    font-size: 16px;
    color: #fefefe;
    padding-left: 15px;
}

.footer .footer_left_tel a {
    display: block;
    color: #9c9c9c;
    padding-top: 16px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer_right {
    text-align: center;
}

.footer_right li {
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
    text-align: left;

}

.footer_right li h3 {
    font-size: 18px;
    color: #fff;
    opacity: 0.7;
}

.footer_right li a {
    display: block;
    line-height: 35px;
}

.ewm {
    width: 100px;
    display: block;
}

.footer_right .lili {
    float: right;
}

.gallery-thumbs_img {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.gallery-thumbs_img .thumbs_img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    box-shadow: 0 4px 12px rgb(35 84 198 / 16%);
    padding-top: 18px;
}

.swiper_yzs .gallery-thumbs .swiper-slide {
    opacity: 1;
}

.swiper_yzs .gallery-thumbs .swiper-slide .gallery-thumbs_img p {
    height: 100%;
    opacity: 1;
    color: #8f9298;
    width: 100%;

}

.gallery-thumbs_img p {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    opacity: 1;
}

.swiper_yzs .gallery-thumbs .swiper-slide .gallery-thumbs_img .thumbs_img_img2,
.services_center_sj,
.applicable_nr_left_nr_sj {
    display: none;
}

.swiper_yzs .gallery-thumbs .swiper-slide-thumb-active .gallery-thumbs_img p {
    color: #2a3141;
}

.swiper_yzs .gallery-thumbs .swiper-slide-thumb-active .gallery-thumbs_img .thumbs_img_img1 {
    display: none;
}

.swiper_yzs .gallery-thumbs .swiper-slide-thumb-active .gallery-thumbs_img .thumbs_img_img2 {
    display: inline-block;
}

.swiper_yzs .gallery-thumbs .gallery-thumbs_xt {
    background: #fff;
}

.gallery-thumbs_text {
    padding-top: 36px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #5f6267;
}

.gallery-thumbs_text a {
    margin-top: 40px;
    display: block;
    width: 186px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    background: linear-gradient(270deg, #4695ff, #066df6);
    border-radius: 5px;
    box-shadow: 0 12px 20px rgb(35 84 198 / 30%)
}

.gallery-thumbs_text a:hover {
    opacity: 0.7;
}

.gallery-thumbs_text a img {
    margin-top: 16px;
}

.daohang_anniu {
    display: none;
}


.wangzhihao {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.programme_nr {
    background: linear-gradient(270deg, #f6f8f9, #e8f0ff);
    border-radius: 4px;
    margin-top: 50px;
    height: 540px;
}

.programme_nrleft {
    padding: 50px 50px 50px 50px;
    height: 100%;
}

.programme_nrleft h6 {
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    color: #2a3141;
    margin-bottom: 32px;
}

.programme_nrleft p {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #2a3141;
    margin-bottom: 9px;
}

.programme_nrleft ul li {
    width: 50%;
    float: left;
    margin-top: 33px;
}

.programme_nrleft ul li img {
    display: inline-block;
    vertical-align: middle;
}

.programme_nrleft ul li p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #2a3141;
    margin-bottom: 0;
}

.programme_nrright {
    background: #33408f;
    height: 100%;
}

.programme_nrright h6 {
    height: 30px;
    background: url(../img/123.png) no-repeat;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    padding-left: 9px;
}

.programme_nrright ul li {
    height: 170px;
    overflow: hidden;
    padding-left: 245px;
}

.programme_nrright ul li:nth-child(1) {
    background: url(../img/24.png) no-repeat;
}

.programme_nrright ul li:nth-child(2) {
    background: url(../img/26.png) no-repeat;
}

.programme_nrright ul li:nth-child(3) {
    background: url(../img/28.png) no-repeat;
}

.programme_nrright ul li span {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.programme_nrright ul li p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    opacity: .7;
    color: #fff;
}

.business ul {
    text-align: center;
    margin-top: 50px;
}

.business h6 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #2a3141;
    opacity: 1;
}



.business ul li {
    display: inline-block;
    width: 23%;
}

.business ul li .img_dh {
    width: 80px;
    height: 80px;
    display: inline-block;
}

.business ul li p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #2a3141;
    margin-top: 15px;
}

.business ul li .img_dh:hover {
    animation: fangshang 1s steps(14) infinite;
}

@keyframes fangshang {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 -100%
    }
}

.services {
    margin-top: 50px;
    background: url(../img/img_hexinchanp.6d2b7d31.png), linear-gradient(270deg, #f6f8f9, #e8f0ff);
    background-position: right top !important;
    background-size: tuto 100% !important;
    background-repeat: no-repeat !important;
}


.services_left {
    padding-top: 200px;
}

.services_left a {
    display: block;
    line-height: 60px;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #8f9298;
}

.services_left a span {
    position: relative;
    display: inline-block;
    line-height: 60px;
}

.services_left a.cur span::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(0, -50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent #1cd8c9 transparent transparent;

}

.services_left a.cur {
    font-size: 24px;
    font-weight: 700;
    color: #2a3141;
    text-align: left;
}

.services_rgiht_l {
    padding-top: 200px;
    padding-bottom: 80px;
}

.services_rgiht_y {
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 680px;
    height: 100%;
    background: #fff;
}

.services_rgiht_y ul li {
    padding: 20px 0;
    padding-left: 64px;
}

.services_rgiht_y ul li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 80px;
    height: 80px;
}

.services_rgiht_y ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #2a3141;

}

.services_rgiht_l .services_rgiht_l_text {
    font-size: 16px;
    line-height: 30px;
    color: #2a3141;
    text-align: justify;
    text-justify: inter-ideograph;
    padding-right: 20px;
}

.services_nr {
    position: relative;
}

.services_nr .programme_bt {
    position: absolute;
    top: 80px;
}

.b_1 {
    display: none;
}

.applicable_nr {
    width: 80%;
    float: right;
    background: #33408f;
    min-height: 500px;
}

.applicable_nr_left {
    padding-top: 80px;
    height: 680px;
}

.applicable_nr_right {
    height: 680px;
    overflow: hidden;
}

.applicable_nr_left .programme_bt {
    margin-left: 120px;
}

.applicable_nr_left_nr {
    width: 100%;
    width: 100%;
    height: 480px;
    background: #404d9c;
    padding-left: 120px;
    overflow: hidden;
    margin-top: 50px;
}

.applicable_nr_left_nr_text ul li {
    float: left;
    width: 50%;
    cursor: pointer;
}

.xian {
    width: calc(100% - 40px);
    border: 1px solid #606aa4;
}

.applicable_nr_left_nr_title h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    color: #fff;
    margin-top: 32px;
    margin-bottom: 20px;
}

.applicable_nr_left_nr_title h6 span {
    display: inline-block;
    line-height: 31px;
    position: relative;
}

.applicable_nr_left_nr_title h6 span::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(0, -50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent #1cd8c9 transparent transparent;
}

.applicable_nr_left_nr_title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    margin-bottom: 32px;
}

.applicable_nr_left_nr_text ul {
    padding-right: 40px;
    padding-top: 12px;
}

.applicable_nr_left_nr_text ul li {
    float: left;
    width: 50%;
    height: 148px;
    padding-top: 20px;
    padding-right: 32px;
    padding-left: 15px;
}

.applicable_nr_left_nr_text ul li.hover {
    background: linear-gradient(270deg, #33408f, #404d9c);

}

.applicable_nr_left_nr_text ul li .applicable_nr_left_li_img {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 70px;
    text-align: center;
}

.applicable_nr_left_li_text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 75px);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    opacity: .7;
    cursor: pointer;
    padding-left: 25px;
}

.applicable_nr_left_nr_text ul li .applicable_nr_left_li_img img {
    width: 56px;
    height: 56px;
}

.applicable_nr_left_nr_text ul li .applicable_nr_left_li_img p {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.advantages ul {
    padding-top: 50px;
}

.advantages ul li {
    width: 50%;
    float: left;
}

.advantages ul li .advantages_img {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
}

.advantages ul li .advantages_text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 90px);
    padding-left: 10px;
    height: 140px;
    overflow: hidden;
}

.advantages ul li .advantages_text h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #2a3141;
    opacity: 1;
    margin-bottom: 15px;
}

.advantages ul li .advantages_text p {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #2a3141;
    opacity: 1;

}

.plan {
    background: #f3f5f8;
}

.plan_ul {
    padding: 80px 0;
    text-align: center;
}

.plan_ul li {
    display: inline-block;
    text-align: left;
}

.plan_ul li span {
    display: inline-block;
    margin-top: 10px;
    line-height: 36px;
    color: #2a3141;
    text-align: center;
    font-size: 16px;
}

.plan_li .plan_img1,
.plan_li .plan_img2 {
    display: inline-block;
    vertical-align: middle;
}

.plan_li .plan_img1 {
    width: 80px;
    height: 80px;
}

.plan_li .plan_img2 {
    width: 90px;
    height: 11px;
}

.partner {
    width: 100%;
}

.partner_nr {
    width: 100%;
    background: url(../img/cooperation-parenter.e4f2a56c.png) no-repeat;
    min-height: 688px;
    position: relative;
}

.partner_nr img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    min-width: 6256px !important;
    height: 100%;
    animation: yidong 10s linear infinite;
}

.about_us_nr {
    background: #fff;
}

.about_us_text {
    padding: 0 40px 40px;
    font-size: 16px;
    line-height: 35px;
}

.about_us_nr h6 {
    font-size: 30px;
    padding: 40px 0 0 40px;
}

.about_us_title {
    padding: 20px 40px 20px;
    font-size: 24px;
    color: #1f2022;
}

@keyframes yidong {
    0% {
        left: 0;
    }

    to {
        left: -100%;
    }
}

.about_us {

    width: 100%;
    height: 1000px;
    background: url(../img/about_us.png) no-repeat;
    background-size: 100% auto !important;
    background-position: top center;
    padding-top: 20vh;
}

.mission ul {
    margin: 0 -8px;
    overflow: hidden;
}

.mission ul li {
    width: 33.3%;
    float: left;
    padding: 8px;
}

.mission_li {
    padding: 40px 30px;
    text-align: center;
    height: 230px;
}

.mission_li h6 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #2a3141;
    margin: 0 auto;

}

.mission_li span {
    display: inline-block;
    width: 32px;
    height: 0;
    border: 1px solid #2e87ff;
    margin: 0 auto;
    margin-top: 19px;
}

.mission_li p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    color: #2a3141;
    text-align: center;
    margin-top: 24px;
}

.mission ul li:nth-child(1) .mission_li {
    background: url(../img/791.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}


.mission ul li:nth-child(2) .mission_li {
    background: url(../img/175.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.mission ul li:nth-child(3) .mission_li {
    background: url(../img/176.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.plan_li_sj {
    display: none;
}

@media (max-width:1200px) {
    .swiper_text_location h4 {
        font-size: 35px;
        margin-bottom: 20px;
        display: inline-block;
        color: #fff;
    }

    .swiper_text_location {
        width: 100%;
        height: 100%;
        padding-top: 14%;
    }

    .swiper_text_location p {
        height: 31px;
        font-size: 19px;
        line-height: 31px;
        opacity: .7;
        margin-bottom: 60px;
        color: #fff;
    }

    .advantage ul .li .advantage_div_one p {
        display: block;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        color: #5f6267;
        opacity: 1;
        margin-top: 14px;
    }

    advantage ul .li .advantage_div_one h5 {
        height: 40px;
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
        color: #2a3141;
        opacity: 1;
        position: absolute;
        left: 0;
        top: 30px;
    }

    .advantage ul li .advantage_div,
    .advantage ul .li .advantage_div_one {
        height: 200px;
        background: #fff;
        border: 1px solid #e0e2e6;
        opacity: 1;
        border-radius: 4px;
        position: relative;
        width: 100%;
    }

    .advantage ul li .advantage_div .advantage_div_img {
        width: 85px;
        height: 85px;
        position: absolute;
        right: 32px;
        bottom: 32px;
    }

    .advantage_div_ycy {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        opacity: 0;
        border-radius: 4px;
        border: 1px solid #e0e2e6;
        color: #5f6267;
        background: linear-gradient(270deg, #4695ff, #066df6);
        border: 1px solid #e0e2e6;
        color: #fff;
        transition: all 0.5s;
    }

    .advantage_div_ycy_nr {
        width: 100%;
        padding: 10px;
        color: #fff;
        line-height: 30px;
        font-size: 14px;
    }

    .advantage ul .li .advantage_div_one {
        border: none;
    }

    .solve ul li .solve_div p {
        font-size: 12px;
        line-height: 22px;
        color: #8f9298;
        width: 200px;
        height: 66px;
    }

    .advantage ul li .advantage_div h6 {
        display: block;
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        color: #2a3141;
        opacity: 1;
        padding-top: 20px;
        padding-left: 20px;
    }

    .advantage ul li .advantage_div p {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        color: #8f9298;
        opacity: 1;
        padding-top: 8px;
        padding-left: 20px;
    }

    .advantage ul .li .advantage_div_one h5 {
        height: 47px;
        font-size: 30px;
        font-weight: 700;
        line-height: 47px;
        color: #2a3141;
        opacity: 1;
        position: absolute;
        left: 0;
        top: 18px;
    }

    .programme_bt h5 {
        height: 47px;
        font-size: 30px;
        font-weight: 700;
        line-height: 47px;
        color: #2a3141;
        opacity: 1;
        position: absolute;
        left: 0;
        top: 14px;
    }

    .programme_bt {
        position: relative;
        height: 52px;
    }

    .programme_two {
        height: 52px;
        text-align: right;
        padding-right: 80px;
    }

    .programme_two_nr {
        display: inline-block;
        width: 330px;
        height: 52px;
        line-height: 52px;
        background: linear-gradient(270deg, #4695ff, #066df6);
        opacity: 1;
        text-align: left;
        border-radius: 4px 4px 0 0;
        font-size: 20px;
        color: #fff;
        padding-left: 20px;
        position: relative;
    }

    .programme_two_nr img {
        width: 25px;
        height: 25px;
        margin: 0 10px;
        margin-top: 14.5px;
    }

    .programme_two_nr span {
        display: inline-block;
        font-size: 40px;
        font-weight: 400;
        line-height: 52px;
        color: #fff;
        opacity: .3;
        position: absolute;
        right: 10px;
        bottom: -10px;
    }

    .gallery-thumbs_img .thumbs_img {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        display: inline-block;
        background: #fff;
        box-shadow: 0 4px 12px rgb(35 84 198 / 16%);
        padding-top: 10px;
    }

    .gallery-thumbs_img .thumbs_img img {
        width: 55px;
        height: 55px;
    }

    .gallery-thumbs_text {
        padding-top: 30px;
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        color: #5f6267;
    }

    .gallery-thumbs_img p {
        padding-top: 10px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        opacity: 1;
    }

    .gallery-thumbs_text a {
        margin-top: 25px;
        display: block;
        width: 155px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        background: linear-gradient(270deg, #4695ff, #066df6);
        border-radius: 5px;
        box-shadow: 0 12px 20px rgb(35 84 198 / 30%);
    }

    .gallery-thumbs_text a img {
        margin-top: 12px;
    }

    .news ul>li .news_nr h6 {
        padding: 20px 20px 10px;
        font-weight: 700;
        line-height: 24px;
        color: #2a3141;
        font-size: 15px;
    }

    .news ul>li .news_nr ol li {
        height: 40px;
        line-height: 40px;
        width: 100%;
        padding: 0 32px;
        font-size: 13px;
        font-weight: 400;
    }

    .news ul>li .news_nr {
        background: #fff;
        height: 300px;
        position: relative;
    }

    .about_fugai ul li .about_fugai_nr {
        font-size: 55px;
        font-weight: 400;
        color: #fff;
        opacity: 1;
        text-align: center;
    }
}

@media (max-width:1000px) {

    .swiper_sj .swiper_text_location {
        width: 100%;
        height: 100%;
        padding-top: 30%;
    }

    .swiper_sj .swiper_text_location h4 {
        text-align: center;
        font-size: 18px;
        margin-bottom: 20px;
        display: block;
        color: #fff;
    }

    .swiper_sj .swiper_text_location p {
        text-align: center;
        height: auto;
        font-size: 14px;
        line-height: 25px;
        opacity: .7;
        margin-bottom: 30px;
        color: #fff;
    }

    .nav_ul {
        width: 100%;
        background: #fff;
        display: none;
    }

    .nav_ul li {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 0;
    }

    .nav_ul li a {
        display: block;
        line-height: 40px;
        color: #5f6267;
        opacity: 0.7;
        font-size: 16px;
        border-bottom: 2px solid transparent;
    }

    .nav_ul li a:hover,
    .nav_ul li a.focus {
        color: #1cd8c9;
        border-bottom: none;
    }

    .daohang_anniu {
        display: block;
        float: right;
        width: 30px;
    }

    .daohang_anniu {
        height: 60px;
        padding-top: 15px;
    }

    .nav_logo a {
        font-size: 26px;
        line-height: 66px;
        color: #fff;
    }

    .advantage ul li {
        width: 100%;
        float: none;
        padding: 10px;
    }

    .advantage,
    .solve,
    .programme,
    .case,
    .news,
    .about,
    .programme,
    .business,
    .advantages,
    .plan,
    .partner {
        overflow: hidden;
        padding-top: 20px;
    }

    .advantage ul .li .advantage_div_one {
        text-align: center;
    }

    .advantage ul .li .advantage_div_one img {
        width: auto;
        height: 30px;
    }

    .advantage ul .li .advantage_div_one p {
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        color: #5f6267;
        opacity: 1;
        margin-top: 14px;
    }

    .advantage ul .li .advantage_div_one h5 {
        height: 30px;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        color: #2a3141;
        opacity: 1;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 6px;
    }

    .advantage ul li .advantage_div,
    .advantage ul .li .advantage_div_one {
        height: auto;
        background: #fff;
        opacity: 1;
        border-radius: 4px;
        position: relative;
        width: 100%;
        padding: 4px 16px 10px;
    }

    .advantage ul li .advantage_div .advantage_div_img {
        width: 60px;
        height: 60px;
        position: absolute;
        right: auto;
        left: 20px;
        top: 9px;
    }

    .advantage ul li .advantage_div h6 {
        display: block;
        font-size: 12px;
        font-weight: 700;
        line-height: 23px;
        color: #2a3141;
        opacity: 1;
        padding-top: 10px;
        padding-left: 100px;
        color: #2a3141;
        opacity: 1;
    }

    .advantage ul li .advantage_div p {
        font-size: 12px;
        font-weight: 400;
        line-height: 21px;
        color: #8f9298;
        opacity: 1;
        padding-top: 8px;
        padding-left: 100px;
    }

    .advantage_a {
        display: none;
    }

    .advantage_div_ycy {
        display: none;
        position: static;
        opacity: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        opacity: 1;
        border-radius: 0;
        border: 1px solid transparent;
        color: #5f6267;
        background: none;
        transition: all 0.5s;
    }

    .advantage_div_ycy_nr {
        width: 100%;
        padding: 10px;
        color: #8f9298;
        line-height: 30px;
        font-size: 14px;
    }

    .advantage ul li .advantage_div .advantage_jt {
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 29.5px;
        width: auto;
        left: auto;
        bottom: auto;
    }

    .nav_logo a span {
        padding: 0px 5px;
    }

    .solve ul li {
        float: left;
        width: 50%;
        padding: 5px 10px;
        text-align: center;
    }

    .solve ul li .solve_div p {
        width: 100%;
    }

    .solve_img img {
        width: 60px;
        height: 60px;
    }

    .programme_bt {
        height: 40px;
        text-align: center;
    }

    .programme_bt img {
        height: 30px;
    }

    .programme_bt h5 {
        height: 30px;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        color: #2a3141;
        opacity: 1;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 6px;
    }

    .programme_two {
        height: 40px;
        text-align: center;
        padding-right: 0;
    }

    .programme_two_nr {
        display: inline-block;
        width: auto;
        height: 40px;
        line-height: 40px;
        background: none;
        opacity: 1;
        text-align: left;
        border-radius: 4px 4px 0 0;
        font-size: 12px;
        color: #2a3141;
        padding-left: 0;
        position: relative;
    }

    .programme_two_nr span {
        display: none;
    }

    .gallery-thumbs_img .thumbs_img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: inline-block;
        background: #fff;
        box-shadow: 0 4px 12px rgb(35 84 198 / 16%);
        padding-top: 1px;
    }

    .gallery-thumbs_img .thumbs_img img {
        width: 28px;
        height: 28px;
    }

    .gallery-thumbs_img p {
        padding-top: 10px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        opacity: 1;
    }

    .thumbs_text-img {
        display: none;
    }

    .gallery-thumbs_text a {
        display: block;
        margin: 15px auto;
        width: 155px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        background: linear-gradient(270deg, #4695ff, #066df6);
        border-radius: 5px;
        box-shadow: 0 12px 20px rgb(35 84 198 / 30%);
    }

    .gallery-thumbs_text {
        padding-top: 30px;
        display: block;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        color: #5f6267;
    }

    .news ul>li {
        width: 100%;
        float: left;
    }

    .news ul>li {
        margin-top: 20px !important;
    }

    .about_fugai {
        padding-top: 20px;
    }

    .about_fugai ul li .about_fugai_nr {
        font-size: 24px;
        font-weight: 400;
        color: #fff;
        opacity: 1;
        text-align: center;
    }

    .about_fugai ul li span {
        display: inline-block;
        width: 49%;
        height: 24px;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        color: #fff;
        opacity: .7;
        text-align: left;
        margin-bottom: 0;
        vertical-align: middle;

    }

    .about_fugai ul li .about_fugai_nr {
        display: inline-block;
        vertical-align: middle;
        width: 49%;
        text-align: right;

    }

    .about_fugai ul li {
        width: 90%;
        margin: 0 auto;
        display: block;
        float: none;
        border-bottom: 1px solid #fff;
        line-height: 50px;
    }

    .about_fugai ul li::after {
        border: none !important;
    }

    .abotu_fzls {
        width: 1280px;
        position: absolute;
        height: 786px;
        bottom: 0;
        left: 0;
    }

    .abotu_sjhl {
        position: relative;
        height: 100%;
        width: 100%;
        margin: auto;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .abotu_fzls {
        width: 1280px;
        position: relative;
        height: 606px;
        bottom: 0;
        left: 0;
    }

    .about_bolang {
        position: absolute;
        width: 1280px;
        height: 400px;
        z-index: 2222;
        bottom: 0;
        background: url(../img/img_curve2.82eca086.png);
        background-repeat: no-repeat;
        background-position: center 100%;
    }

    .abotu_fzls ul li:nth-child(1) {
        left: 3%;
        top: 39%;
    }

    .abotu_fzls ul li:nth-child(2) {
        left: 12.2%;
        top: 25%;
    }

    .abotu_fzls ul li h6 {
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        color: #fff;
        opacity: 1;
    }

    .abotu_fzls ul li p {
        font-size: 12px;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 20px;
    }

    .abotu_fzls ul li:nth-child(3) {
        left: 21%;
        top: 21%;
    }

    .abotu_fzls ul li:nth-child(4) {
        left: 30.5%;
        top: 25%;
    }

    .abotu_fzls ul li:nth-child(5) {
        left: 39.5%;
        top: 22%;
    }

    .abotu_fzls ul li:nth-child(6) {
        left: 48.5%;
        top: 24%;
    }

    .abotu_fzls ul li:nth-child(7) {
        left: 57%;
        top: 19%;
    }

    .abotu_fzls ul li:nth-child(8) {
        left: 66%;
        top: 24%;
    }

    .abotu_fzls ul li:nth-child(9) {
        left: 75%;
        top: 25%;
    }

    .abotu_fzls ul li:nth-child(10) {
        left: 85%;
        top: 25%;
    }

    .footer_right li {
        display: none;
    }

    .footer_right .lili {
        display: block;
        text-align: center;
        float: none;
    }

    .wangzhihao {
        font-size: 12px;
        color: #fff;
        line-height: 20px;
        text-align: center;
    }

    .footer .footer_left_tel {
        text-align: center;
    }

    .ewm {
        width: 100px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .footer_right li h3 {
        display: none;
    }

    .programme_nr {
        background: linear-gradient(270deg, #f6f8f9, #e8f0ff);
        border-radius: 4px;
        margin-top: 10px;
        height: auto;
    }

    .programme_nrleft {
        padding: 20px;
        height: 100%;
        text-align: center;
    }

    .programme_nrleft h6 {
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        color: #2a3141;
        margin-bottom: 5px;
    }

    .programme_nrleft p {
        font-size: 12px;
        font-weight: 400;
        line-height: 28px;
        color: #2a3141;
        text-align: left;
        margin-bottom: 5px;
    }

    .programme_nrleft ul li {
        width: 25%;
        float: left;
        margin-top: 5px;
    }

    .programme_nrleft ul li p {
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;
        font-size: 12px;
        font-weight: 400;
        line-height: 25px;
        color: #2a3141;
        margin-bottom: 0;
        text-align: center;
    }

    .programme_nrleft ul li img {
        width: 50px;
        height: 50px;
    }

    .programme_nrright ul li {
        height: 120px;
        overflow: hidden;
        padding-left: 145px;
        background-size: 351px 120px !important;
    }

    .programme_nrright ul li span {
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .programme_nrright ul li p {
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        opacity: .7;
        color: #fff;
    }

    .business ul li {
        display: inline-block;
        width: 49%;
    }

    .business ul {
        text-align: center;
        margin-top: 10px;
    }

    .services_nr .programme_bt {
        position: static;
        top: 0;
    }

    .services {
        margin-top: 0;
        background: none;
        padding-top: 20px;
    }

    .services_center,
    .applicable_nr_left_nr,
    .applicable_nr_right {
        display: none;
    }

    .applicable_nr {
        width: 100%;
        float: none;
        background: none;
        min-height: auto;
    }

    .applicable_nr_left .programme_bt {
        margin-left: 0;
    }

    .applicable_nr_left {
        padding-top: 20px;
        height: auto;
    }

    .applicable_nr_left h5 {
        color: #2a3141 !important;
    }

    .advantages ul li {
        width: 100%;
        float: none;
        padding-bottom: 15px;
    }

    .advantages ul li .advantages_img {
        width: 60px;
        height: 60px;
        display: inline-block;
        vertical-align: top;
    }

    .advantages ul {
        padding-top: 20px;
    }

    .advantages ul li .advantages_text h6 {
        line-height: 20px;
        color: #2a3141;
        opacity: 1;
        font-size: 14px;
        font-weight: 400;
        color: #2a3141;
        margin-bottom: 8px;
    }

    .advantages ul li .advantages_text p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        font-size: 12px;
        font-weight: 400;
        color: #8f9298;
        opacity: 1;
        line-height: 15px;
    }

    .advantages ul li .advantages_text {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 90px);
        padding-left: 10px;
        height: auto;
        overflow: hidden;
    }

    .plan_ul {
        padding: 20px 0;
        text-align: center;
    }

    .partner_nr {
        width: 100%;
        background: url(../img/cooperation-parenter.e4f2a56c.png) no-repeat;
        min-height: 266px;
        position: relative;
    }

    .partner_nr img {
        min-width: 2450px !important;
    }

    .plan_li .plan_img2 {
        display: none;
    }

    .about_us {
        height: auto;
        padding-top: 13vh;
        background-size: auto 100% !important;
    }

    .about_us_title {
        padding: 20px 20px 20px;
        font-size: 20px;
        color: #fff;
    }

    .about_us_text {
        padding: 0 0 20px;
        font-size: 12px;
        line-height: 25px;
        color: #fff;
    }

    .about_us_nr {
        background: none;
    }

    .about_us_nr h6 {
        font-size: 24px;
        padding: 00px 0 0 00px;
        color: #fff;
    }

    .about_us_nr .col-md-4 img {
        width: 60%;
        display: block;
        margin: 0 auto;
    }

    .mission ul li {
        width: 100%;
        float: left;
        padding: 8px;
    }

    .mission_li {
        padding: 20px 10px;
        text-align: center;
        height: 150px;
    }

    .mission_li h6 {
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        color: #2a3141;
        margin: 0 auto;
    }

    .mission_li span {
        display: inline-block;
        width: 32px;
        height: 0;
        border: 1px solid #2e87ff;
        margin: 0 auto;
        margin-top: 10px;
    }

    .mission_li p {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 25px;
        color: #2a3141;
        text-align: center;
        margin-top: 15px;
    }

    .services_center_sj {
        margin-top: 20px;
        display: block;
    }

    .services_center_sj ul {
        border: 1px solid #d6d9e9;
        border-radius: 6px;
        overflow: hidden;
    }

    .services_center_sj ul li h5 {
        box-sizing: border-box;
        width: 100%;
        overflow: hidden;
        color: #323233;
        font-size: 14px;
        line-height: 44px;
        background-color: #fff;
        height: 44px;
        position: relative;
    }

    .services_center_sj ul li:last-child h5::after {
        border: none;
    }

    .services_center_sj ul li h5::after {
        content: '';
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 0;
        border-top: 1px solid #ebedf0;
    }

    .services_center_sj ul li {
        /* height: 44px; */
        width: 100%;
        overflow: hidden;
        padding: 0 16px;
    }

    .services_center_sj ul li ol {
        padding: 20px 0;
    }

    .services_center_sj ul li ol li {
        width: 50%;
        float: left;
        padding: 5px;
    }

    .services_center_sj ul li ol li span {
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 45px);
        line-height: 20px;
    }

    .services_center_sj ul li ol li img {
        width: 40px;
        height: 40px;
        display: inline-block;
        vertical-align: middle;
    }

    .services_center_sj ul li h5 img {
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translate(0, -50%);
        width: 20px;
    }

    .services_center_sj_li {
        display: none;
    }

    .services_center_sj_li p {
        font-size: 12px;
        font-weight: 400;
        line-height: 19px;
        color: #2a3141;
        opacity: 1;
        padding-top: 20px;
    }

    .applicable_nr_left_nr_sj {
        padding-top: 20px;
        display: block;
    }

    .applicable_nr_left_nr_sj h6 {
        text-align: center;
        font-weight: 700;
        color: #2a3141;
        font-size: 16px;
        padding-bottom: 8px;
    }

    .applicable_nr_left_nr_sj_p {
        width: 80%;
        margin: 0 auto;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        color: #2a3141;
        opacity: 1;
    }

    .applicable_nr_left_nr_sj ul {
        white-space: nowrap;
        background: #33408f;
        width: 100%;
        overflow-x: scroll;
        height: 250px;
        margin-top: 20px;
    }

    .applicable_nr_left_nr_sj ul li {
        display: inline-block;
        width: 70%;
        overflow: hidden;
    }

    .applicable_nr_left_nr_sj_li_img {
        height: 120px;
        overflow: hidden;
        position: relative;
    }

    .applicable_nr_left_nr_sj_li_img img {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }

    .applicable_nr_left_nr_sj_li .applicable_nr_left_nr_sj_li_title img {
        width: 30px;
        height: 30px;
    }

    .applicable_nr_left_nr_sj_li {
        padding: 0 10px;
    }

    .applicable_nr_left_nr_sj_li .applicable_nr_left_nr_sj_li_title {
        line-height: 30px;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        opacity: 1;
        height: 30px;
        margin-top: 10px;
    }

    .applicable_nr_left_nr_sj_li_text {
        font-size: 12px;
        font-weight: 400;
        line-height: 25px;
        color: #fff;
        opacity: .7;
        white-space: normal;
        height: 75px;
    }

    .plan_ul li {
        display: block;
        text-align: left;
    }

    .plan_li .plan_img1 {
        width: 40px;
        height: 40px;
    }

    .plan_li_sj {
        display: inline-block;
        width: 50px;
        vertical-align: middle;
        height: 100px;
        text-align: center;
        line-height: 100px;
        position: relative;

    }



    .plan_li {
        display: inline-block;
        width: 40px;
        vertical-align: middle;
    }

    .plan_ul li span {
        display: inline-block;
        width: calc(100% - 100px);
        vertical-align: middle;
        line-height: 40px;
        text-align: left;
        margin-top: 0;
    }

    .plan_ul li .plan_li_sj span {
        position: relative;
        display: inline-block;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        text-align: center;
        line-height: 21px;
        color: #fff;
        background: #4695ff;
        z-index: 2;
    }

    .plan_ul li .plan_li_sj::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 50%;
        border: 1px dashed #4695ff;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 0;
    }

    .plan_ul li:first-child .plan_li_sj::after {
        border: none;
    }

    .plan_ul li .plan_li_sj::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 50%;
        border: 1px dashed #4695ff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 0;
    }

    .plan_ul li:last-child .plan_li_sj::before {
        border: none;
    }


}