﻿@charset "utf-8"; /* CSS Document */
body {
    max-width: 640px;
    background: #ffffff;
}

.swiper-pagination-bullet {
    opacity: 1;
}

.no-animate {
    opacity: 0;
}

@-webkit-keyframes fadeInDown2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown2 {
    -webkit-animation-name: fadeInDown2;
    animation-name: fadeInDown2
}

@-webkit-keyframes fadeInLeftDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftDown {
    -webkit-animation-name: fadeInLeftDown;
    animation-name: fadeInLeftDown
}

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

@-webkit-keyframes fadeOutUp2 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }
}

@keyframes fadeOutUp2 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }
}

.fadeOutUp2 {
    -webkit-animation-name: fadeOutUp2;
    animation-name: fadeOutUp2
}

@-webkit-keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-60px,0,0);
        transform: translate3d(-60px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-60px,0,0);
        transform: translate3d(-60px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2
}

@-webkit-keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60px,0,0);
        transform: translate3d(60px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60px,0,0);
        transform: translate3d(60px,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}

@-webkit-keyframes fadeOutRight2 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(60px,0,0);
        transform: translate3d(60px,0,0)
    }
}

@keyframes fadeOutRight2 {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(60px,0,0);
        transform: translate3d(60px,0,0)
    }
}

.fadeOutRight2 {
    -webkit-animation-name: fadeOutRight2;
    animation-name: fadeOutRight2
}

@-webkit-keyframes fadeInLeft3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0%,0,0);
        transform: translate3d(0%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0%,0,0);
        transform: translate3d(0%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft3 {
    -webkit-animation-name: fadeInLeft3;
    animation-name: fadeInLeft3
}

@-webkit-keyframes fadeInRight3 {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight3 {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight3 {
    -webkit-animation-name: fadeInRight3;
    animation-name: fadeInRight3
}

@-webkit-keyframes fadeInDown3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-60px,0);
        transform: translate3d(0,-60px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-60px,0);
        transform: translate3d(0,-60px,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown3 {
    -webkit-animation-name: fadeInDown3;
    animation-name: fadeInDown3
}

@-webkit-keyframes fadeInHeight {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInHeight {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInHeight {
    -webkit-animation-name: fadeInHeight;
    animation-name: fadeInHeight
}

@-webkit-keyframes fadeInUp3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,30%,0);
        transform: translate3d(0,30%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp3 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,30%,0);
        transform: translate3d(0,30%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp3 {
    -webkit-animation-name: fadeInUp3;
    animation-name: fadeInUp3
}

@-webkit-keyframes fadeInwidth2 {
    0% {
        opacity: 0;
        width: 0%;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}

@keyframes fadeInwidth2 {
    0% {
        opacity: 0;
        width: 0%;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}

.fadeInwidth2 {
    -webkit-animation-name: fadeInwidth2;
    animation-name: fadeInwidth2
}

@-webkit-keyframes flip_x {
    0% {
        -webkit-transform: perspective(4000px) rotate3d(0,1,0,-360deg);
        transform: perspective(4000px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(4000px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(4000px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(4000px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(4000px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(4000px) scale3d(.95,.95,.95);
        transform: perspective(4000px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(4000px);
        transform: perspective(4000px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip_x {
    0% {
        -webkit-transform: perspective(4000px) rotate3d(0,1,0,-360deg);
        transform: perspective(4000px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(4000px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(4000px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(4000px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(4000px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(4000px) scale3d(.95,.95,.95);
        transform: perspective(4000px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(4000px);
        transform: perspective(4000px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes slideOutDown_s {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
    }

    50% {
        visibility: hidden;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px);
        opacity: 0;
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,0px,0);
        transform: translate3d(0,0px);
        opacity: 1;
    }
}

@keyframes slideOutDown_s {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
    }

    50% {
        visibility: hidden;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
        opacity: 0;
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0,0px,0);
        transform: translate3d(0,0px,0);
        opacity: 1;
    }
}

.animated.fadeOutRight2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.fadeInRight2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.fadeInRight3 {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes flips {
    0% {
        -webkit-transform: perspective(4000px) rotate3d(0,1,0,-180deg);
    }

    100% {
        -webkit-transform: perspective(4000px) rotate3d(0,1,0,0deg);
    }
}

@keyframes flipright {
    0% {
        -webkit-transform: perspective(4000px) rotate3d(0,1,0,180deg);
    }

    100% {
        -webkit-transform: perspective(4000px) rotate3d(0,1,0,0deg);
    }
}

.banner_1 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner_1 .m_banner-pagination {
    position: absolute;
    left: 0px;
    bottom: 36px;
    width: 100%;
    z-index: 3;
    right: auto;
    text-align: center;
}

.banner_1 .m_banner-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 12px;
    background: #0054a5;
    margin: 0 8px;
    position: relative;
}

.banner_1 .m_banner-pagination .swiper-pagination-bullet-active {
    background: #ed7020;
}

.banner_1 img {
    vertical-align: bottom;
}

.s_h_footer {
    padding-top: 0.1rem !important;
}

.a_title {
    color: #333333;
    font-size: .32rem;
    text-align: center;
    font-weight: bold;
    padding-top: 60px;
    padding-bottom: 55px;
}

.a_list {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.a_list li {
    height: 335px;
    overflow: hidden;
    background: url(../images/index1_05.jpg) no-repeat;
    display: flex;
    align-items: center;
    background-size: cover;
    max-width: 277.5px;
    margin-right: 30px;
}

.a_list li.s2 {
    background-image: url(../images/index1_07.jpg);
}

.a_list li.s3 {
    background-image: url(../images/index1_09.jpg);
}

.a_list li.s4 {
    background-image: url(../images/index1_11.jpg);
}

.a_list li div {
    margin: 0 auto;
    text-align: center;
}

.a_list li p {
    padding-top: 45px;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.65
}

.a_list .a_list-pagination {
    width: 100%;
    z-index: 3;
    right: auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.a_list .a_list-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 12px;
    background: #d6d6d6;
    margin: 0 8px;
    position: relative;
}

.a_list .a_list-pagination .swiper-pagination-bullet-active {
    background: #0b64be;
}

.khal{background:#f8f8f8;width:100%;overflow:hidden;}
.khal .a_title{padding-top:0.6rem;padding-bottom:0.35rem;}
.al_list{width:93.75%;margin:0 auto;overflow:hidden;height:5.6rem;}
.al_list ul{display:grid;grid-template-columns: repeat(2,1fr);}
.al_list li{text-align:center;padding-top:0.2rem;float:left;overflow:hidden;}
.al_list li a{display:block;padding:0 0.15rem;}
.al_list li p{padding-top:0.2rem;color:#333333;text-overflow: ellipsis;white-space: nowrap;overflow:hidden;}



.al_list .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
  }


.khal .al_list-pagination { width: 100%; z-index: 3;  right:auto;text-align:center;padding-top:0.4rem;padding-bottom:0.4rem;width:100%;}
.khal .al_list-pagination .swiper-pagination-bullet { width:0.13rem;height:0.12rem; background: #d6d6d6;margin:0 0.08rem;position:relative;}
.khal .al_list-pagination .swiper-pagination-bullet-active { background: #0b64be; }

.hxjsys {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    height: 159px;
    overflow: hidden;
    background: url(../images/index1_21.jpg) no-repeat center;
    line-height: 159px;
    color: #ffffff;
}

.scwzjg {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.scwzjg_left {
    margin-top: 68px;
    overflow: hidden;
    margin-left: 68px;
    margin-bottom: 84px;
    float: left;
}

.scwzjg_right {
    float: right;
    overflow: hidden;
}

.scwzjg_left .all {
    width: 322px;
    height: 364px;
    background: url(../images/index1_24.jpg) no-repeat center;
}

.scwzjg_left .all .item1 {
    padding-top: 133px;
    text-align: center;
}

.scwzjg_left .all .item1 font {
    font-size: 28px;
    color: #0b64be;
    font-weight: bold;
}

.scwzjg_left .all .item1 p {
    font-size: 16px;
    color: rgba(51,51,51,.5);
    padding-top: 5px;
}

.scwzjg_left .all .item1 p::after {
    content: "";
    display: block;
    width: 49px;
    height: 5px;
    background: #0b64be;
    margin: 0 auto;
    margin-top: 15px;
}

.scwzjg_left .all .item2 {
    font-size: 22px;
    color: #333333;
    text-align: center;
    margin-top: 30px;
}

.scwzjg_right ul {
    display: flex;
}

.scwzjg_right ul li {
    padding-top: 180px;
    text-align: center;
    padding-right: 115px;
}

.scwzjg_right ul li p {
    color: #333333;
    font-size: 22px;
    padding-top: 25px;
}

.cshi {
    width: 100%;
    overflow: hidden;
    background: url(../images/index1_37.jpg) no-repeat center;
    height: 2489px;
    border-bottom: 1px solid #e9e9e9;
}

.cshi .item_1 {
    width: 1200px;
    margin: 0 auto;
    height: 590px;
    overflow: hidden;
    position: relative;
}

.cshi .item_1 .img {
    position: absolute;
    right: 12px;
    top: 67px;
}

/* .cshi .item_1 .item_1_l{} */
.cshi .item_1 .item_1_l .title {
    color: #333333;
    font-size: .28rem;
    font-weight: bold;
    padding-top: 145px;
}

.cshi .item_1 .item_1_l .list {
    font-size: 22px;
    line-height: 56px;
    padding-top: 12px;
}

.cshi .item_1 .item_1_l .title::after {
    width: 80px;
    height: 4px;
    background: #0b64be;
    display: block;
    content: "";
    margin-top: 20px;
}

.cshi .item_1 .item_1_l .list li {
    padding-left: 20px;
    background: url(../images/e1.png) no-repeat left center;
}

.cshi .item_2 {
    width: 1200px;
    margin: 0 auto;
    height: 630px;
    overflow: hidden;
    position: relative;
}

.cshi .item_2 .img {
    position: absolute;
    left: 0px;
    top: 67px;
}

.cshi .item_2 .item_2_l {
    float: right;
    padding-top: 120px;
}

.cshi .item_2 .item_2_l .title {
    font-size: 28px;
    color: #0b64be;
    font-weight: bold;
}

.cshi .item_2 .item_2_l .list {
    font-size: 22px;
    margin-top: 20px;
    line-height: 1.65;
}

.cshi .item_2 .item_2_l .list li {
    margin-top: 30px;
    padding-left: 95px;
    position: relative;
    overflow: hidden;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.cshi .item_2 .item_2_l .list li::after {
    content: attr(data-content);
    position: absolute;
    left: 0px;
    top: calc(50% - 30px);
    font-style: italic;
    color: #fff;
    background: #0b64be;
    font-size: 26px;
    font-weight: bold;
    width: 49px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    padding-left: 11px;
}

.cshi .item_3 {
    width: 1200px;
    margin: 0 auto;
    height: 750px;
    position: relative;
}

.cshi .item_3 .img {
    position: absolute;
    right: 45px;
    top: 3px;
}

.cshi .item_3 .item_3_l {
    padding-top: 240px;
}

.cshi .item_3 .item_3_l .title {
    color: #0b64be;
    font-size: 28px;
    font-weight: bold;
}

.cshi .item_3 .item_3_l .content {
    width: 600px;
    padding-top: 40px;
    font-size: 22px;
    color: #333333;
    line-height: 1.81;
}

.cshi .item_4 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.cshi .item_4 .img {
    position: absolute;
    left: -80px;
    top: -46px;
}

.cshi .item_4 .item_4_l {
    width: 690px;
    float: right;
}

.cshi .item_4 .item_4_l .list {
    font-size: 26px;
    color: #333333;
}

.cshi .item_4 .item_4_l .list li {
    position: relative;
    margin-bottom: 40px;
    min-height: 106px;
    padding-left: 134px;
    background: url(../images/c1.png) no-repeat left center;
    line-height: 106px;
}

.cshi .item_4 .item_4_l .list li:nth-child(2) {
    margin-left: 33px;
}

.zcdzjt {
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
}

.zcdzjt .title {
    font-size: 28px;
    color: #0b64be;
    font-weight: bold;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 80px;
}

.zcdzjt .list {
    width: 1066px;
    margin: 0 auto;
}

.zcdzjt .list ul {
    display: flex;
    justify-content: space-between;
}

.zcdzjt .list li {
    position: relative;
}

.zcdzjt .list li::after {
    position: absolute;
    right: -163px;
    top: 58px;
    width: 80px;
    height: 80px;
    content: "";
    display: block;
    background: url(../images/index1_47.jpg) no-repeat center;
}

.zcdzjt .list li p {
    font-size: 22px;
    color: #333333;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

.zcdzjt .list li:last-child::after {
    display: none;
}

.zcxld {
    width: 100%;
    overflow: hidden;
    background: url(../images/index1_57.jpg) no-repeat center;
    height: 815px;
}

.zcxld .title {
    text-align: center;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    padding-top: 250px;
}

.zcxld .list {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 120px;
}

.zcxld .list ul {
    display: flex;
    justify-content: space-between;
}

.zcxld .list li {
    width: 365px;
    height: 263px;
    border-radius: 10px;
    background: #6fa7eb;
    position: relative;
}

.zcxld .list li font {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: calc(50% - 50px);
    top: -50px;
    color: #6fa7eb;
    font-weight: bold;
    font-size: 36px;
}

.zcxld .list li p {
    font-size: 22px;
    color: #ffffff;
    padding-top: 90px;
    width: 287px;
    margin: 0 auto;
    line-height: 1.5;
}

.zcxld .list li:nth-child(2) {
    background: #58a3e8;
}

.zcxld .list li:nth-child(2) font {
    color: #58a3e8;
}

.zcxld .list li:nth-child(3) {
    background: #6fc4eb;
}

.zcxld .list li:nth-child(3) font {
    color: #6fc4eb;
}

.mgxxjc {
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
    padding-top: 105px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e9e9e9;
}

.ppa {
    width: 1200px;
    margin: 0 auto;
}

.ppa .list {
    font-size: 22px;
    line-height: 1.65;
    float: left;
}

.ppa .list li {
    margin-top: 30px;
    padding-left: 95px;
    position: relative;
    overflow: hidden;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.ppa .list li::after {
    content: attr(data-content);
    position: absolute;
    left: 0px;
    top: calc(50% - 30px);
    font-style: italic;
    color: #fff;
    background: #0b64be;
    font-size: 26px;
    font-weight: bold;
    width: 49px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    padding-left: 11px;
}

.ppa .img {
    float: right;
    overflow: hidden;
    margin-right: -88px;
}

.d_ls {
    width: 100%;
    overflow: hidden;
    height: 2016px;
    background: url(../images/index1_63.jpg) no-repeat top center;
    border-bottom: 1px solid #e9e9e9;
}

.an_all {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-top: 110px;
    height: 730px;
}

.rjfh {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 500px;
    height: 500px;
    background: #0b64be;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.rjfh>div {
    width: 380px;
    margin: 0 auto;
}

.aqfhtx {
    width: 309px;
    height: 308px;
    background: url(../images/b3.png) no-repeat center;
    position: absolute;
    left: 447px;
    top: 98px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 37px;
    color: #ffffff;
}

.yjfh {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 500px;
    height: 500px;
    background: #0b64be;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.yjfh>div {
    padding-left: 90px;
}

.rjfh .title {
    background: url(../images/b1.png) no-repeat left center;
    height: 70px;
    padding-left: 87px;
    line-height: 70px;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
}

.rjfh .content {
    font-size: 22px;
    color: #ffffff;
    margin-top: 25px;
    line-height: 1.72;
}

.yjfh .title {
    background: url(../images/b2.png) no-repeat left center;
    height: 70px;
    padding-left: 87px;
    line-height: 70px;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
}

.yjfh .content {
    font-size: 22px;
    color: #ffffff;
    margin-top: 25px;
    line-height: 1.72;
}

.xtaqfhcs {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.xtaqfhcs .img {
    position: absolute;
    right: -10px;
    top: -24px;
}

.xtaqfhcs_left {
    width: 690px;
    overflow: hidden;
    height: 690px;
}

.xtaqfhcs_left .title {
    color: #0b64be;
    font-size: 26px;
    font-weight: bold;
}

.xtaqfhcs_left .list {
    color: #333333;
    font-size: 22px;
    line-height: 1.81;
}

.xtaqfhcs_left .list li {
    margin-top: 40px;
}

.xtaqfhcs_left .list li::before {
    width: 14px;
    height: 14px;
    background: #0b64be;
    display: inline-block;
    content: "";
    border-radius: 50%;
    margin-right: 10px;
}

.sjqyfw {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.sjqyfw .img {
    position: absolute;
    left: -52px;
    top: -44px;
}

.sjqyfw_right {
    width: 446px;
    float: right;
}

.sjqyfw_right .title {
    font-size: 26px;
    color: #0b64be;
    font-weight: bold;
    text-align: right;
}

.sjqyfw_right .content {
    color: #333333;
    font-size: 22px;
    line-height: 1.81;
    padding-top: 40px;
    text-align: right;
}

.shjz {
    width: 100%;
    overflow: hidden;
    background: #f8f8f8;
}

.nrfbzcdj {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 42px;
}

.nrfbzcdj_left {
    width: 660px;
    float: left;
    padding-top: 130px;
}

.nrfbzcdj .img {
    float: right;
}

.nrfbzcdj_left .title {
    font-size: 26px;
    color: #0b64be;
    font-weight: bold;
}

.nrfbzcdj_left .content {
    font-size: 22px;
    line-height: 1.81;
    margin-top: 45px;
}

.gxbjdntfb {
    width: 100%;
    height: 683px;
    position: relative;
    background: #e7eef4;
}

.gxbjdntfb .piao {
    background: url(../images/index1_68.jpg) no-repeat center center;
    height: 683px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.gxbjdntfb_main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.gxbjdntfb_main_right {
    float: right;
    width: 675px;
}

.gxbjdntfb_main_right .title {
    font-size: 26px;
    color: #0b64be;
    font-weight: bold;
    padding-top: 70px;
    padding-bottom: 10px;
}

.gxbjdntfb_main_right .list {
    color: #333333;
    font-size: 22px;
    line-height: 1.81;
}

.gxbjdntfb_main_right .list li {
    margin-top: 40px;
}

.gxbjdntfb_main_right .list li::before {
    width: 14px;
    height: 14px;
    background: #0b64be;
    display: inline-block;
    content: "";
    border-radius: 50%;
    margin-right: 10px;
}

.honor {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.honor .title {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.honor .list {
}

.honor .honor_list-pagination {
    width: 100%;
    z-index: 3;
    right: auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.honor_list-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 12px;
    background: #d6d6d6;
    margin: 0 8px;
    position: relative;
}

.honor_list-pagination .swiper-pagination-bullet-active {
    background: #0b64be;
}

.honor .swiper-pagination-lock {
    display: block;
}

.gdfw {
    width: 100%;
    background: url(../images/01_16.jpg) no-repeat center;
    overflow: hidden;
    min-height: 8.66rem;
    background-size: cover;
}

.gdfw .title {
    text-align: center;
    font-size: 0.28rem;
    color: #ffffff;
    font-weight: bold;
    padding-top: 0.68rem;
}

.gdfw .list {
    width: 93.75%;
    margin: 0 auto;
    margin-top: 0.8rem;
    padding-bottom: .7rem;
}

.gdfw .list ul {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3,1fr);
    gap: .3rem .6rem;
}

.gdfw .list ul:nth-child(2) {
    justify-content: space-between;
}

.gdfw .list li {
    text-align: center;
    cursor: pointer;
}

.gdfw .list li p {
    color: #ffffff;
    font-size: 0.18rem;
    padding-top: 0.2rem;
}

.a_list .swiper-pagination-lock {
    display: block;
}

.layui-layer-title {
    display: none !important;
}

.layui-layer-iframe iframe {
    height: 693px !important;
}

.layui-layer-setwin {
    right: 26px;
    top: 37px;
}

.layui-layer-setwin .layui-layer-close1 {
    background: url(../images/close2.png) no-repeat center;
    width: 29px;
    height: 29px;
    background-size: 29px auto;
}

.iflayer .title {
    width: 100%;
    overflow: hidden;
    font-size: 32px;
    color: #0b64be;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
}

.iflayer .title::after {
    display: block;
    width: 49px;
    height: 5px;
    border-radius: 5px;
    content: "";
    margin: 0 auto;
    margin-top: 18px;
    background: #0b64be;
}

.iflayer .content {
    margin-left: 50px;
    padding-right: 25px;
    margin-right: 25px;
    overflow: auto;
    margin-top: 50px;
    margin-bottom: 47px;
    height: 372px;
}

.iflayer .content .cont_left {
    width: 420px;
    float: left;
    overflow: hidden;
}

.iflayer .content .cont_right {
    float: right;
}

.iflayer .content .cont_right ul {
    display: flex;
    gap: 10px
}

.iflayer .content .cont_left .bti {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    position: relative;
    color: #0b64be;
    line-height: 1;
    padding-left: 24px;
}

.iflayer .content .cont_left .bti::after {
    width: 9px;
    height: 9px;
    background: #0b64be;
    display: block;
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 10px;
}

.iflayer .content .cont_left .nrong {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    margin-top: 24px;
}

.iflayer .fenye {
    position: relative;
    text-align: center;
}

.iflayer .fenye a {
    width: 128px;
    height: 57px;
    border: 1px solid #0b64be;
    display: inline-block;
    line-height: 57px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-family: simsun;
    font-weight: bold;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
    transition: 0.3s ease all;
}

.iflayer .fenye a:hover {
    background: #0b64be;
    color: #fff;
}

.yymhwz {
    width: 100%;
    overflow: hidden;
}

.yymhwz ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 34px;
}

.yymhwz li {
    overflow: hidden;
    text-align: center;
}

.yymhwz li p {
    padding-top: 20px;
    font-size: 16px;
}

.content_2 {
    clear: both;
    padding-top: 35px;
}

.content_2 .c2_left {
    float: left;
}

.content_2 .c2_right {
    float: left;
    margin-left: 25px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 805px;
    gap: 20px 18px;
}

.content_2 .c2_right .item .item_title {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    position: relative;
    color: #0b64be;
    line-height: 1;
    padding-left: 24px;
    padding-bottom: 20px
}

.content_2 .c2_right .item .item_title::after {
    width: 9px;
    height: 9px;
    background: #0b64be;
    display: block;
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 10px;
}

.content_2 .c2_right .item .item_content {
    font-size: 16px;
    line-height: 2;
}

.gkzpxt {
    width: 100%;
    overflow: hidden;
}

.gkzpxt_title {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    position: relative;
    color: #0b64be;
    line-height: 1;
    padding-left: 24px;
    padding-bottom: 20px
}

.gkzpxt_title::after {
    width: 9px;
    height: 9px;
    background: #0b64be;
    display: block;
    content: "";
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 10px;
}

.gkzpxt_content {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    padding-bottom: 50px;
}

.gkzpxt_content_list ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.gkzpxt_content_list li {
    position: relative;
    overflow: hidden;
    min-height: 210px;
    padding-bottom: 20px;
}

.gkzpxt_content_list li div {
    width: 247px;
    height: 67px;
    background: #0b64be;
    border-radius: 10px;
    line-height: 67px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}

.gkzpxt_content_list li::after {
    position: absolute;
    left: 8px;
    top: 67px;
    height: 120px;
    content: "";
    background: linear-gradient( 180deg,#0b64be,#fff);
    display: block;
    width: 4px;
}

.gkzpxt_content_list li p {
    color: #333333;
    font-size: 16px;
    line-height: 25px;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
}

.gkzpxt_content_list li:nth-child(2n) div {
    background: #ee701f;
}

.gkzpxt_content_list li:nth-child(2n)::after {
    background: linear-gradient(180deg,#ee701f,#fff);
}

.gkzpxt_content_list_2 ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

.bgs {
    background: #f3f6f8;
}

.zpgg {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.zpgg .box {
    border: 1px solid #0b64be;
    position: relative;
    margin-top: 100px;
    border-radius: 10px;
}

.zpgg .box .zpgg_index {
    position: absolute;
    left: calc(50% - 53px);
    top: -50px;
    background: #0b64be;
    width: 107px;
    height: 107px;
    background: #0b64be;
    border-radius: 50%;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    line-height: 107px;
}

.zpgg .box .zpgg_title {
    color: #0b64be;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-top: 69px;
}

.zpgg .box .zpgg_content {
    color: #333333;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    padding-bottom: 30px;
    line-height: 29px;
}

.lkzhyymhwz {
    width: 100%;
    background: url(../images/index1_12.jpg) no-repeat center;
    height: 729px;
    overflow: hidden;
}

.m_width {
    width: 1200px;
    margin: 0 auto;
}

.lkzhyymhwz .title {
    padding-top: 60px;
    margin: 0 auto;
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.lkzhyymhwz .content {
    color: #ffffff;
    font-size: 16px;
    line-height: 38px;
    padding-top: 50px;
}

.qmt_banner {
    width: 100%;
    overflow: hidden;
    background: url(../images/qmt_02.jpg) no-repeat center;
    background-size: cover;
}

.qt_zsw {
    width: 100%;
    text-align: center;
    position: relative;
    z-index:5;
}

.qt_zsw .nr {
    text-align: center;
    position: absolute;
    top: -0.7rem;
    left: calc(50% - 0.7rem);
}

.qt_zsw .nr img {
    width: 1.56rem;
}

.nr1 {
    width: 100%;
    overflow: hidden;
    background: url(../images/qmt_03.jpg) no-repeat;
    background-size: cover;
}

.main_w {
    margin: 0 auto;
    padding: 0 20px;
}

.nr1 {
    width: 100%;
    overflow: hidden;
}

.nr_1 {
    text-align: center;
    color: #fff;
    padding-top: .9rem;
    padding-bottom: 0.6rem;
    line-height: 1.72;
    font-size: 14px;
}

.nr1 .nr_title {
    text-align: center;
    padding-bottom: 0.4rem;
}

.nr1 .nr_title font {
    font-size: 0.4rem;
    color: #ffffff;
}

.nr1 .nr_title p {
    font-size: 13px;
    color: #fff;
    padding-top: 0.15rem;
    line-height: 1.75
}

.fdong2 {
    max-width: 10.3rem;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: .34rem;
    margin: 0 auto;
    margin-bottom: .6rem;
    position: relative;
}

.fdong2 li {
    padding: 0.1rem;
    border: 1px solid #9bc7ff;
    border-radius: 30px;
    background: rgba(231,240,250,.3);
    color: #fff;
    margin-bottom: 0.34rem;
}

.fdong2 li:last-child {
    margin-bottom: 0px;
}

.fdong2 .item li::before {
    content: attr(data-for);
    display: inline-block;
    width: 0.38rem;
    height: 0.38rem;
    background: url(../images/s2.png);
    background-size: cover;
    text-align: center;
    line-height: 0.38rem;
    margin-right: 0.1rem;
}

.fdong2 li:nth-child(2) {
    margin-left: -0rem;
}

/* .fdong2 .item:nth-child(2) li{text-align:right;}
.fdong2 .item:nth-child(2) li:nth-child(2){margin-right:-0rem;margin-left:0;}
.fdong2 .item:nth-child(2) li::after{content:attr(data-for);display:inline-block;width:0.38rem;height:0.38rem;background:url(../images/s2.png);background-size:cover;text-align:center;line-height:0.38rem;margin-left:0.1rem;} */
.fdong2s {
    position: static;
    left: calc(50% - 1.16rem);
    top: calc(50% - 0.935rem);
    max-width: 2.32rem;
    max-width: 100%;
    text-align: center;
    display: none;
}

.fdong2s img {
    width: 2.32rem;
}

.nr1 .list {
    padding-bottom: 0.94rem;
}

.nr1 .list ul {
    grid-template-columns: repeat(1,1fr);
    display: grid;
    gap: 0.2rem;
}

.nr1 .list li {
    background: #fff;
    background-size: 100% 100%;
    padding: 0.34rem;
    border-radius: 10px;
    border: 2px solid #c4d5f0;
    box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 0.25);
}
.nr1 .list li img{width:.52rem;}
.pthx .box_1 .item .list ul li img{width:.64rem;}
.nr1 .list li .div_2 {
    color: #333333;
    font-size: 15px;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.nr1 .list li .div_3 {
    color: #7b8b9c;
    line-height: 2;
}

.gngs {
    background: url(../images/qmt_04.jpg) no-repeat;
    background-size: cover;
}

.gngs .box {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 0.4rem;
    padding: 0.4rem 0;
}

.gngs .box .item {
    background: #2e76ea;
    overflow: hidden;
    border-radius: 10px;
    padding: 4px;
}

.gngs .box .item .title {
    text-align: center;
    color: #ffffff;
    font-size: 0.34rem;
    padding: 0.2rem 0;
    height: 0.45rem;
}

.gngs .box .item .title font {
    display: inline-block;
    position: relative;
}

.gngs .box .item .title font::before {
    content: "";
    display: inline-block;
    background: url(../images/s7.png) no-repeat left center;
    width: 0.51rem;
    background-size: 0.51rem auto;
    height: 0.23rem;
    margin-right: 0.13rem;
}

.gngs .box .item .title font::after {
    content: "";
    display: inline-block;
    background: url(../images/s8.png) no-repeat left center;
    width: 0.51rem;
    background-size: 0.51rem auto;
    height: 0.23rem;
    margin-left: 0.13rem;
}

.gngs .box .item .content {
    background: url(../images/s9.png) no-repeat;
    background-size: cover;
    padding: 0.39rem 0.33rem;
    padding-bottom: 0.2rem;
    font-size: 14px;
    line-height: 2;
    height: calc(100% - 1.44rem);
}

.gngs .box .item .tit {
    background: #e8eef7;
    border: 0.01rem solid #b4c8e6;
    font-size: 12px;
    width: 1.42rem;
    height: 0.52rem;
    display: block;
    line-height: 0.52rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.32rem;
    margin-bottom: 0.07rem;
}
.gngs .box .item .tit font{background:url(../images/s11.png) no-repeat right center;display:inline-block;padding-right:.23rem;background-size:.14rem;}

.pthx {
    width: 100%;
    overflow: hidden;
    background: url(../images/qmt_05.jpg) no-repeat;
    padding: 0.6rem 0;
    background-size: cover;
}

.pthx .bt_title {
    color: #333333;
    font-size: 0.4rem;
    text-align: center;
    padding-bottom: 0.7rem;
}

.pthx .box_1 {
    background: url(../images/qmt_11.jpg);
    background-size: 100% 100%;
    border-radius: 0.3rem;
    max-width: 16.8rem;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 0.96rem;
    border: 0.06rem solid #fff;
    box-sizing: border-box;
}

.pthx .box_1 .title {
    text-align: center;
}

.pthx .box_1 .title font {
    font-size: 0.68rem;
    color: rgba(51,51,51,.1);
    margin-top: 0.3rem;
    line-height: 1;
    display: block;
    margin-bottom: -0.4rem;
}

.pthx .box_1 .title p {
    background: url(../images/s12.png) no-repeat center;
    min-height: 0.49rem;
    padding-top: 0.05rem;
    font-size: 0.32rem;
    z-index: 2;
    position: relative;
}

.pthx .box_1 .item .tit {
    font-size: 16px;
    line-height: 1.63;
    margin-top: 0.2rem;
    background: url(../images/s13.png) no-repeat top left;
    padding-left: 0.19rem;
    padding-top: 0.17rem;
    background-size: .48rem;
}

.pthx .box_1 .item .content {
    display: grid;
    grid-template-columns: auto;
    color: #333333;
    font-size: 14px;
    line-height: 2;
    align-items: center;
    gap: 1.05rem;
    padding: 0.1rem 0;
}
.pthx .box_1 .item .content .img {text-align:center;}
.pthx .box_1 .item .content .img img{width:4.04rem;}
.pthx .box_1 .item .list {
    margin-top: 0.4rem;
}

.pthx .box_1 .item .list ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0.24rem;
}

.pthx .box_1 .item .list ul li {
    background: #f0f6ff;
    border: 0.01rem solid #5fa0fe;
    border-radius: 0.05rem;
    padding: 0.3rem 0.2rem;
    text-align: center;
}

.pthx .box_1 .item .list ul li font {
    font-size: 16px;
    color: #192130;
    display: block;
    padding-top: 0.15rem;
    padding-bottom: 0.2rem;
}

.pthx .box_1 .item .list ul li p {
    color: #727a87;
    line-height: 1.57;
}

.pthx .box_2,.pthx .box_3 {
    background-image: url(../images/qmt_06.jpg);
    margin-top: -0.4rem;
    border: 0.06rem solid #fff;
    box-sizing: border-box;
}

.pthx .box_2 .item .content {
    grid-template-columns: auto;
}

.pthx .box_2 .item .list2 {
    width: 100%;
    overflow: hidden;
    padding-top: 0.4rem;
}

.pthx .box_2 .item .list2 ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0.2rem;
}

.pthx .box_2 .item .list2 li {
    text-align: center;
    padding: 0.3rem;
    background: #fff;
    border-radius: 0.1rem;
}
.pthx .box_2 .item .list2 li img{width:.76rem;}
.pthx .box_2 .item .list2 font {
    display: block;
    color: #192130;
    font-size: 0.18rem;
    padding-top: 0.2rem;
}

.pthx .box_2 .item .list2 p {
    line-height: 1.57;
    color: #727a87;
    padding-top: 0.1rem;
}

.pthx .box_4 {
    margin-top: -0.4rem;
}

.pthx .box_4 .item .content {
    grid-template-columns: auto;
    display: block;
    padding-top: 0.2rem;
}

.pthx .box_4 .item .content font {
    color: #ef701f;
}



.foot {
    background: url(../images/foots_02.jpg) no-repeat center;
    height: 1.2rem;
    background-size: 100% 100%;
    margin-top: -1px;
}

.foot ul {
    display: grid;
    grid-template-columns: repeat(5,1fr);
}

.foot li {
    height: 1.2rem;
}

.foot li a {
    display: block;
    height: 100%;
}

.foot{/* width:93.75%; */background: #000;/* height:.94rem; */background-size:100% 100%;margin:0 auto;}
.foot li a{display:block;height:100%;background: url(/images/t1.png) no-repeat center top .28rem;background-size: .29rem auto;}
.foot li a::after{content:"首页";display:block;text-align:center;padding-top: .4rem;color:#fff;font-size:.2rem;}
.foot li:nth-child(2) a{background-image:url(/images/t2.png);}
.foot li:nth-child(2) a::after{content:"服务";}
.foot li:nth-child(3) a{background-image:url(/images/t3.png);}
.foot li:nth-child(3) a::after{content:"案例";}
.foot li:nth-child(4) a{background-image:url(/images/t4.png);}
.foot li:nth-child(4) a::after{content:"地址";}
.foot li:nth-child(5) a{background-image:url(/images/t5.png);}
.foot li:nth-child(5) a::after{content:"联系";}

.s_h_jiejue{width:100%;overflow:hidden;}


.pthx .box_1.bg2{background-image:url(../images/qmt_06.jpg);}
.pthx .box_1.bg3{background-image:url(../images/qmt_07.jpg);}
.pthx .box_1.bg4{background-image:url(../images/qmt_08.jpg);}
.pthx .box_1.bg5{background-image:url(../images/qmt_09.jpg);}
.pthx .box_1.bg6{background-image:url(../images/qmt_10.jpg);}