.w1700 {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1700px) {
    .w1700 {
        padding: 0 2%;
    }
}

.w1600 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1600px) {
    .w1600 {
        padding: 0 2%;
    }
}

.tou {
    position: absolute;
    z-index: 1111;
    top: 0;
    left: 0;
    width: 100%;
}

.tou .logo {
    margin-top: 40px;
    float: left;
    position: relative;
    z-index: 999;
}

.tou .btnx {
    float: left;
    margin-left: 144px;
    margin-top: 70px;
    position: relative;
    z-index: 999;
    width: 88px;
    height: 48px;
    background: url(../images/btnx1.png) no-repeat 50%;
    cursor: pointer;
}

.tou .btnx.haha {
    background: url(../images/btnx2.png) no-repeat 50%;
}

.tou .zi {
    float: right;
    width: 306px;
    background: rgba(0, 0, 0, 0.4);
    padding-top: 4vw;
}

.tou .zi .dh {
    width: 246px;
    line-height: 44px;
    border: solid 1px #ffffff;
    font-size: 24px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    padding-left: 51px;
    background: url(../images/dh.png) no-repeat 14px 50%;
}

.tou .zi .zi1 {
    text-align: center;
    line-height: 1;
    margin-top: 6vw;
    margin-bottom: 8vw;
    font-size: 30px;
    color: #ffffff;
}

.tou .zi .zi2 {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    background-color: #000000;
    line-height: 38px;
}

p {
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.dao1 {
    display: none;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: url(../images/bg1.png) no-repeat 50%;
    background-size: cover;
}

.dao1 .zi1 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.8vw 10.4vw;
    border-top: 1px solid rgba(151, 155, 156, 0.2);
    color: #999999;
    width: 100%;
    font-size: 14px;
}

.dao1 .zi1 a {
    color: #999999;
}

.x-menu {
    display: flex;
    justify-content: center;
    margin-top: 14.583vw;
}

.x-menu li {
    width: 14.285%;
    padding-left: 50px;
}

.x-menu li>a {
    display: block;
    font-weight: 600;
    color: #333333;
    font-size: 24px;
}

.x-menu li .x-sub-menu {
    margin-top: 1.4583vw;
}

.x-menu li .x-sub-menu a {
    display: block;
    font-size: 17px;
    color: #666666;
    line-height: 48px;
}

.btnxx {
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    position: fixed;
    z-index: 111;
    cursor: pointer;
}

.c1 {
    padding: 5.21vw 0;
    background: url(../images/c1.png) no-repeat 50% 0;
}

.c1 .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.c1 .con .c1-1 {
    padding-left: 2.5vw;
    width: 53%;
}

@media (max-width: 992px) {
    .c1 .con .c1-1 {
        width: 100%;
        padding-left: 0;
    }
}

.c1 .con .c1-1 h2 b {
    display: block;
    font-size: 2.2rem;
    color: #000000;
}

.c1 .con .c1-1 h2 p {
    font-size: 1.1rem;
    color: #333333;
    margin-top: 1.8rem;
    position: relative;
}

@media (max-width: 780px) {
    .c1 .con .c1-1 h2 p {
        font-size: 16px;
        line-height: 1.4;
    }
}

.c1 .con .c1-1 h2 p:before {
    width: 7.55vw;
    height: 1px;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    content: '';
    left: -9.375vw;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.c1 .con .c1-1 .list2 {
    margin-top: 5.65rem;
    display: flex;
    max-width: 712px;
    text-align: center;
    justify-content: space-between;
}

@media (max-width: 780px) {
    .c1 .con .c1-1 .list2 {
        margin-top: 40px;
        flex-wrap: wrap;
    }
}

@media (max-width: 780px) {
    .c1 .con .c1-1 .list2 li {
        width: 50%;
        margin-bottom: 20px;
    }
}

.c1 .con .c1-1 .list2 li h3 {
    font-size: 2.7rem;
}

.c1 .con .c1-1 .list2 li h3 b {
    font-weight: 500;
}

.c1 .con .c1-1 .list2 li dd {
    font-size: 0.7rem;
    color: #666666;
    margin-top: 10px;
}

.c1 .con .c1-2 {
    overflow: hidden;
    width: 46.5%;
}

@media (max-width: 992px) {
    .c1 .con .c1-2 {
        width: 100%;
        margin-top: 20px;
    }
}

.c1 .con .c1-2 img {
    transition-duration: .3s;
    width: 100%;
}

.c1 .con .c1-2:hover img {
    transform: scale(1.1);
}

.c2 .con {
    display: flex;
    flex-wrap: wrap;
    padding: 55px 72px;
    background: #eeeeee;
}

@media (max-width: 992px) {
    .c2 .con {
        flex-direction: column-reverse;
        padding: 15px;
    }
}

.c2 .con .c2-1 {
    width: 70%;
}

@media (max-width: 992px) {
    .c2 .con .c2-1 {
        width: 100%;
        margin-top: 30px;
    }
}

.c2 .con .c2-1 .list1 li .img img {
    width: 100%;
}

.c2 .con .c2-2 {
    width: 30%;
    padding-top: 1.41vw;
}

@media (max-width: 992px) {
    .c2 .con .c2-2 {
        width: 100%;
    }
}

.c2 .con .c2-2 h2 {
    font-weight: 600;
    text-align: right;
    font-size: 2.2rem;
    color: #000000;
}

.c2 .con .c2-2 .list2 {
    margin-top: 2.6vw;
}

.c2 .con .c2-2 .list2 li {
    width: 120%;
    margin-left: -20%;
    background: url(../images/s1.png) no-repeat 69% 50%;
    cursor: alias;
}

@media (max-width: 992px) {
    .c2 .con .c2-2 .list2 li {
        width: 100%;
        margin-left: 0;
    }
}

.c2 .con .c2-2 .list2 li a {
    display: flex;
    justify-content: space-between;
    text-align: right;
    line-height: 78px;
    align-items: center;
}

@media (max-width: 1460px) {
    .c2 .con .c2-2 .list2 li a {
        line-height: 70px;
    }
}

.c2 .con .c2-2 .list2 li a .img {
    width: 50%;
    padding-right: 2.29vw;
}

.c2 .con .c2-2 .list2 li a .img img.img2 {
    display: none;
}

.c2 .con .c2-2 .list2 li a h3 {
    width: 50%;
    font-size: 17px;
    color: #000000;
}

.c2 .con .c2-2 .list2 li.on {
    background: url(../images/s21.png) no-repeat 15% 50%, url(../images/s22.png) no-repeat 69% 50% #000000;
    position: relative;
    z-index: 111;
}

.c2 .con .c2-2 .list2 li.on a h3 {
    color: #fff;
}

.c3 {
    padding-top: 10.21vw;
    margin-top: 5.21vw;
    margin-bottom: 5.42vw;
    position: relative;
}

.c3 .c3bg {
    background: url(../images/c2.jpg) no-repeat 50% 0%;
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 780px;
}

@media (max-width: 1460px) {
    .c3 .c3bg {
        height: 660px;
    }
}

@media (max-width: 1025px) {
    .c3 .c3bg {
        height: 524px;
    }
}

@media (max-width: 480px) {
    .c3 .c3bg {
        height: 780px;
    }
}

.c3 .con {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.c3 .con .c3-1 {
    width: 57%;
}

@media (max-width: 780px) {
    .c3 .con .c3-1 {
        width: 100%;
    }
}

.c3 .con .c3-1 h2 {
    color: #fff;
    font-size: 2rem;
    line-height: 2.75rem;
    font-weight: 200;
    max-width: 540px;
}

.c3 .con .c3-1 h2:after {
    width: 4.85rem;
    height: 0.1rem;
    background-color: #014099;
    content: '';
    display: block;
    margin-top: 2rem;
}

.c3 .con .c3-1 h3 {
    color: #fff;
    font-size: 2rem;
    margin-top: 1.8rem;
}

.c3 .con .c3-1 dd {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
    line-height: 1.4rem;
    margin-top: 1.8rem;
    max-width: 797px;
}

@media (max-width: 1024px) {
    .c3 .con .c3-1 dd {
        font-size: 14px;
        line-height: 24px;
    }
}

.c3 .con .c3-1 a.ck {
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
    width: 168px;
    line-height: 36px;
    border: solid 2px #014099;
    font-size: 16px;
    border-radius: 20px;
    margin-top: 3.2rem;
    overflow: hidden;
}

.c3 .con .c3-1 a.ck span {
    position: relative;
    z-index: 2;
}

.c3 .con .c3-1 a.ck:before {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #014099;
    transition-duration: .6s;
}

.c3 .con .c3-1 a.ck:hover:before {
    width: 100%;
}

.c3 .con .c3-1 .list1 {
    display: flex;
    text-align: center;
    margin-top: 10.89vw;
}

@media (max-width: 1460px) {
    .c3 .con .c3-1 .list1 {
        margin-top: 6vw;
    }
}

.c3 .con .c3-1 .list1 li {
    width: 33.33%;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

@media (max-width: 480px) {
    .c3 .con .c3-1 .list1 li {
        border-color: #fff;
    }
}

.c3 .con .c3-1 .list1 li:last-child {
    border-right: none;
}

.c3 .con .c3-1 .list1 li .tu {
    height: 102px;
    overflow: hidden;
}

.c3 .con .c3-1 .list1 li .img {
    transition-duration: .3s;
    line-height: 102px;
    height: 102px;
}

@media (max-width: 480px) {
    .c3 .con .c3-1 .list1 li .img {
        line-height: 80px;
    }
}

@media (max-width: 1025px) {
    .c3 .con .c3-1 .list1 li .img img {
        max-width: 56%;
    }
}

.c3 .con .c3-1 .list1 li .img1 {
    transition-duration: .3s;
    line-height: 102px;
    height: 102px;
}

@media (max-width: 480px) {
    .c3 .con .c3-1 .list1 li .img1 {
        line-height: 80px;
        height: 80px;
    }
}

@media (max-width: 1025px) {
    .c3 .con .c3-1 .list1 li .img1 img {
        max-width: 56%;
    }
}

.c3 .con .c3-1 .list1 li .zi {
    color: #000000;
    font-size: 1.1rem;
    margin-top: 3.7vw;
}

@media (max-width: 480px) {
    .c3 .con .c3-1 .list1 li .zi {
        color: #fff;
    }
}

.c3 .con .c3-1 .list1 li:hover .img {
    transform: translateY(-102px);
}

@media (max-width: 480px) {
    .c3 .con .c3-1 .list1 li:hover .img {
        transform: translateY(-80px);
    }
}

.c3 .con .c3-1 .list1 li:hover .img1 {
    transform: translateY(-102px);
}

@media (max-width: 480px) {
    .c3 .con .c3-1 .list1 li:hover .img1 {
        transform: translateY(-80px);
    }
}

.c3 .con .c3-2 {
    background-color: #fafafa;
    width: 42.4%;
    padding: 1.6rem 2.15rem;
}

@media (max-width: 780px) {
    .c3 .con .c3-2 {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .c3 .con .c3-2 {
        padding: 10px 15px;
    }
}

.c3 .con .c3-2 .list2 {
    display: flex;
    flex-wrap: wrap;
}

.c3 .con .c3-2 .list2 li {
    width: 50%;
    padding: 0 2px;
    margin-bottom: 4px;
}

.c3 .con .c3-2 .list2 li .img img {
    width: 100%;
}

.c3 .con .c3-2 h2 {
    font-size: 1.8rem;
    color: #000000;
    font-weight: 200;
    margin-top: 2.45rem;
}

@media (max-width: 640px) {
    .c3 .con .c3-2 .list2 li {
        width: 49%;
        padding: 0 2px;
        margin-bottom: 4px;
        display: inline-block;
        text-align: center;
        overflow: hidden;
        vertical-align: top;
    }
}

@media (max-width: 480px) {
    .c3 .con .c3-2 h2 {
        margin-top: 20px;
        margin-bottom: 5px;
    }
}

.c3 .con .c3-2 h2 span {
    font-size: 1.2rem;
}

.c4 {
    position: relative;
}

.c4 .tu {
    text-align: center;
}

.c4 .tu img {
    max-width: 100%;
}

@media (max-width: 480px) {
    .c4 .tu img {
        height: 300px;
    }
}

.c4 .zix {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.c4 .zix .zi {
    background: url(../images/c31.png) no-repeat 50% 56%;
}

@media (max-width: 780px) {
    .c4 .zix .zi {
        background-size: 55% auto;
    }
}

@media (max-width: 480px) {
    .c4 .zix .zi {
        background: url(../images/c31.png) no-repeat 50% 38%;
        background-size: 96% auto;
    }
}

.c4 .zix .zi h2 {
    font-size: 2rem;
    color: #ffffff;
}

@media (max-width: 780px) {
    .c4 .zix .zi h2 {
        font-size: 20px;
    }
}

.c4 .zix .zi h3 {
    color: #ffffff;
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 32px;
}

@media (max-width: 780px) {
    .c4 .zix .zi h3 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 16px;
    }
}

.c4 .zix .zi a.ck {
    display: block;
    width: 8.4rem;
    line-height: 41px;
    background-color: #ffffff;
    border-radius: 20px;
    font-size: 1rem;
    color: #333333;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

@media (max-width: 480px) {
    .c4 .zix .zi a.ck {
        line-height: 36px;
    }
}

.c4 .zix .zi a.ck span {
    position: relative;
    z-index: 2;
    transition-duration: .6s;
}

.c4 .zix .zi a.ck:before {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #014099;
    transition-duration: .3s;
}

.c4 .zix .zi a.ck:hover {
    color: #fff;
}

.c4 .zix .zi a.ck:hover:before {
    width: 100%;
}

.c4 .zix .zi1 {
    font-size: 1.5rem;
    color: #ffffff;
    margin-top: 4vw;
}

@media (max-width: 780px) {
    .c4 .zix .zi1 {
        font-size: 16px;
    }
}

.c5 {
    background: url(../images/c4.png) no-repeat 50% 0;
    background-size: cover;
    padding-top: 4.9vw;
    padding-bottom: 2.7vw;
}

.c5 h2 {
    text-align: center;
}

.c5 h2 b {
    display: block;
    color: #000000;
    font-size: 2.2rem;
}

.c5 h2 b:after {
    width: 8.5rem;
    height: 1px;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    content: '';
    display: block;
    margin-top: 14px;
    margin-bottom: 12px;
}

.c5 h2 p {
    font-size: 1rem;
    color: #000000;
}

.c5 .con {
    margin-top: 3.4vw;
    padding: 0 20px;
}

@media (max-width: 780px) {
    .c5 .con {
        padding: 0 10px;
    }
}

.c5 .con .list2 {
    position: relative;
}

.c5 .con .list2 li {
    float: left;
    margin: 0 9px;
}

.c5 .con .list2 li .img {
    overflow: hidden;
}

.c5 .con .list2 li .img img {
    width: 100%;
}

.c5 .con .list2 li .zi {
    margin-top: 1rem;
}

.c5 .con .list2 li .zi h3 {
    font-size: 1.1rem;
    color: #333333;
}

.c5 .con .list2 li .zi .timex {
    color: #999999;
    font-size: 0.8rem;
    margin-top: 1.2rem;
}

.c5 .con .list2 li:hover .zi h3 {
    color: #014099;
}

.c5 .con .list2 li:hover .zi .timex {
    color: #014099;
}

.c5 .con .list2 .slick-dots {
    margin-top: 2.3vw;
    display: flex;
    justify-content: center;
}

@media (max-width: 480px) {
    .c5 .con .list2 .slick-dots {
        margin-top: 30px;
    }
}

.c5 .con .list2 .slick-dots li {
    width: 50px;
    height: 3px;
    border: solid 0.5px #014099;
    cursor: pointer;
    margin: 0 0.65vw;
}

.c5 .con .list2 .slick-dots li button {
    display: none;
}

.c5 .con .list2 .slick-dots li.slick-active {
    background: #014099;
}

.fen {
    overflow: hidden;
}

.fen img {
    transition-duration: .3s;
}

.fen:hover img {
    transform: scale(1.1);
}

.c6 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: url(../images/bg2.png) no-repeat 50%;
    z-index: 9999;
    padding: 3.85vw 0;
    display: none;
}

.c6.haha {
    display: block;
}

.c6.haha:before {
    left: 0;
}

.c6.haha:after {
    right: 0;
}

.c6:before {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    animation: widthAnimate 0.6s linear forwards;
    pointer-events: none;
}

.c6:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    animation: widthAnimate 0.6s linear forwards;
    pointer-events: none;
}

.c6 .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: calc(100vh - 7.7vw);
}

.c6 .con .c6-1 {
    width: 22%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 2.29vw;
    height: 100%;
}

.c6 .con .c6-1 .logox img {
    max-width: 100%;
}

.c6 .con .c6-1 .gb {
    margin-top: 11.41vw;
    margin-left: 5.31vw;
    cursor: pointer;
}

.c6 .con .c6-2 {
    height: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 1174px;
    align-items: center;
    width: 70%;
}

.c6 .con .c6-2 .conxx {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.c6 .con .c6-2 .c6-21 li {
    font-size: 1.1rem;
    line-height: 3.6rem;
}

.c6 .con .c6-2 .c6-21 li a {
    display: block;
    color: #ffffff;
}

.c6 .con .c6-2 .c6-21 li a span {
    font-size: 1rem;
    padding-right: 1.2rem;
}

.c6 .con .c6-2 .c6-22 {
    max-width: 735px;
    display: flex;
    width: 63%;
}

.c6 .con .c6-2 .c6-22 .zi1 {
    font-size: 1rem;
    color: #fff;
    width: 134px;
    line-height: 3.6rem;
    font-weight: 200;
}

.c6 .con .c6-2 .c6-22 .zi2 .con1 {
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 3.6rem;
}

.c6 .con .c6-2 .c6-22 .zi2 .list2 {
    display: flex;
    text-align: center;
    margin-top: 5.5vw;
}

.c6 .con .c6-2 .c6-22 .zi2 .list2 li {
    margin-right: 3.33vw;
}

.c6 .con .c6-2 .c6-22 .zi2 .list2 li .img img {
    max-width: 100%;
}

.c6 .con .c6-2 .c6-22 .zi2 .list2 li dd {
    color: #fff;
    font-size: 0.9rem;
    margin-top: 1.2vw;
}

@keyframes widthAnimate {
    0% {
        width: 0%;
        background: rgba(255, 255, 255, 0.3);
    }

    100% {
        width: 100%;
        background: rgba(0, 0, 0, 0);
    }
}

@-webkit-keyframes widthAnimate {
    0% {
        width: 0%;
        background: rgba(255, 255, 255, 0.3);
    }

    100% {
        width: 100%;
        background: rgba(0, 0, 0, 0);
    }
}

.foot {
    background: #121212;
    padding-top: 5vw;
    padding-bottom: 7vw;
}

.foot .con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot .con .foot1 {
    width: 230px;
    margin-top: -20px;
}

.foot .con .foot1 .logo1 img {
    max-width: 100%;
}

.foot .con .foot1 .link {
    margin-top: 2.7vw;
    width: 221px;
    height: 41px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    position: relative;
}

.foot .con .foot1 .link h2 {
    line-height: 39px;
    font-size: 12px;
    padding-left: 35px;
    color: #f8f8f8;
    opacity: 0.3;
    background: url(../images/sj.png) no-repeat 186px 50%;
}

.foot .con .foot1 .link dd {
    position: absolute;
    bottom: 41px;
    left: 0;
    width: 100%;
    background: #fff;
    line-height: 41px;
    display: none;
}

.foot .con .foot1 .link dd a {
    display: block;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
}

.foot .con .foot1 .link:hover dd {
    display: block;
}

.foot .con .foot1 .list2 {
    /*margin-top: 30px;*/
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    /* float: left; */
}

.foot .con .foot1 .list2 li {
    width: 33.33%;
    position: relative;
    height: 24px;
}

.foot .con .foot1 .list2 li .img {
    height: 24px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.foot .con .foot1 .list2 li .img img {
    display: block;
    margin: 0 auto;
    height: 24px;
    left: 50%;
    position: absolute;
    transition: all .3s ease;
    transform: translateX(-50%);
}

.foot .con .foot2 {
    max-width: 1116px;
    width: 71%;
    display: flex;
    justify-content: space-between;
}

.foot .con .foot2 h2 {
    font-size: 18px;
    color: #ffffff;
    line-height: 52px;
    background: url(../images/xian.png) no-repeat 0% 100%;
}

.foot .con .foot2 .sec {
    margin-top: 1.3vw;
    line-height: 3rem;
    color: rgba(224, 224, 224, 0.6);
    font-size: 0.7rem;
}

@media(max-width: 480px) {
    .foot .con .foot2 .sec {
        font-size: 14px;
    }

    .foot .con .foot2 {
        width: 100%;
    }
}

.foot .con .foot2 .sec a {
    color: rgba(224, 224, 224, 0.6);
}

.foot .con .foot2 .sec a:hover {
    color: #fff;
}

.foot .con .foot2 .foot21 {
    width: 230px;
}

.foot .con .foot2 .foot21 .sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot .con .foot2 .foot21 .sec p {
    width: 50%;
}

.foot .con .foot2 .foot22 .sec p {
    padding-left: 36px;
}

.foot .con .foot2 .foot22 .sec p:nth-child(1) {
    background: url(../images/x1.png) no-repeat 0 50%;
}

.foot .con .foot2 .foot22 .sec p:nth-child(2) {
    background: url(../images/x2.png) no-repeat 0 50%;
}

.foot .con .foot2 .foot22 .sec p:nth-child(3) {
    background: url(../images/x3.png) no-repeat 2px 50%;
}

.foot .con .foot2 .foot23 .sec {
    margin-top: 3.45vw;
}

.ban {
    padding: 10px 0;
    background-color: #000000;
    line-height: 22px;
}

.ban .con {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #b2b2b2;
    flex-wrap: wrap;
}

.ban .con a {
    color: #b2b2b2;
}

@media (max-width: 992px) {
    .ban .con {
        text-align: center;
    }

    .ban .con .ban1 {
        width: 100%;
    }

    .ban .con .ban2 {
        width: 100%;
    }
}

.nc1 {
    background: #f8f8f8;
    position: relative;
    z-index: 2;
}

.nc1 .con {
    background: #fff;
    padding-top: 4.95rem;
    padding-left: 2.05rem;
}

@media (max-width: 780px) {
    .nc1 .con {
        padding: 15px;
    }
}

.nc1 .con .nc1-1 {
    width: 47%;
    float: left;
}

@media (max-width: 780px) {
    .nc1 .con .nc1-1 {
        width: 100%;
    }
}

.nc1 .con .nc1-1 h2 {
    font-size: 18px;
    color: #b5b3b4;
    padding-left: 26px;
    background: url(../images/nn1.png) no-repeat 0 50%;
    margin-top: 1rem;
}

.nc1 .con .nc1-1 h3 {
    font-size: 2.5rem;
    color: #000000;
    background: url(../images/nn2.png) no-repeat 0 100%;
    margin-top: 1.5rem;
    padding-bottom: 1.7rem;
}

@media (max-width: 450px) {
    .nc1 .con .nc1-1 h3 {
        font-size: 24px;
    }
}

.nc1 .con .nc1-1 h3 span {
    color: #014099;
}

.nc1 .con .nc1-1 dd {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 2rem;
    line-height: 1.4rem;
}

@media (max-width: 780px) {
    .nc1 .con .nc1-1 dd {
        font-size: 14px;
        line-height: 24px;
    }
}

.nc1 .con .nc1-1 dd a {
    color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}

.nc1 .con .nc1-2 {
    padding: 9px 12px;
    border: solid 1px #bab9ba;
    width: 48%;
    float: right;
}

@media (max-width: 780px) {
    .nc1 .con .nc1-2 {
        width: 100%;
    }
}

.nc1 .con .nc1-2 img {
    max-width: 100%;
}

.nc1 .con1 {
    position: relative;
    background: #f8f8f8;
    padding-left: 2.05rem;
}

@media (max-width: 780px) {
    .nc1 .con1 {
        padding-left: 0;
    }
}

.nc1 .con1 .nc11-1 {
    width: 32.3%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2.05rem;
}

@media (max-width: 780px) {
    .nc1 .con1 .nc11-1 {
        width: 100%;
        position: static;
        transform: none;
    }
}

.nc1 .con1 .nc11-1 img {
    width: 100%;
}

.nc1 .con1 .nc11-2 {
    width: 66.7%;
    padding: 3.5rem 0 2.4rem;
}

@media (max-width: 780px) {
    .nc1 .con1 .nc11-2 {
        width: 100%;
    }
}

.nc1 .con1 .nc11-2 .list2 {
    display: flex;
    text-align: center;
    padding: 0 20px;
    flex-wrap: wrap;
}

.nc1 .con1 .nc11-2 .list2 li {
    width: 20%;
}

@media (max-width: 480px) {
    .nc1 .con1 .nc11-2 .list2 li {
        width: 33.33%;
        margin-bottom: 20px;
    }
}

.nc1 .con1 .nc11-2 .list2 li .img {
    line-height: 57px;
}

.nc1 .con1 .nc11-2 .list2 li h3 {
    margin-top: 1rem;
}

.nc1 .con1 .nc11-2 .list2 li h3 span {
    color: #000000;
    font-size: 1.1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 780px) {
    .nc1 .con1 .nc11-2 .list2 li h3 span {
        font-size: 16px;
    }
}

.nc1 .con1 .nc11-2 .list2 li h3 span:before {
    background: url(../images/nn3.png) no-repeat 50%;
    content: '';
    display: none;
    width: 7px;
    height: 7px;
    margin-right: 0.8rem;
    margin-left: -13px;
}

.nc1 .con1 .nc11-2 .list2 li.on h3 span {
    color: #014099;
}

.nc1 .con1 .nc11-2 .list2 li.on h3 span:before {
    display: block;
}

.nc2 {
    background: #f8f8f8;
    position: relative;
    z-index: 1;
}

.nc2 .con {
    background: #fff;
    padding-top: 5.3rem;
    position: relative;
    padding-bottom: 4.95rem;
}

@media (max-width: 780px) {
    .nc2 .con {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.nc2 .con .nc2-1 {
    width: 40.2%;
}

@media (max-width: 780px) {
    .nc2 .con .nc2-1 {
        display: none;
    }
}

.nc2 .con .nc2-1 img {
    max-width: 100%;
}

.nc2 .con .nc2-2 {
    width: 50%;
    margin-right: 1.95rem;
    margin-top: 7.5vw;
}

@media (max-width: 780px) {
    .nc2 .con .nc2-2 {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
    }
}

.nc2 .con .nc2-2 h2 {
    font-size: 2.5rem;
    color: #000000;
    padding-bottom: 1.7rem;
    background: url(../images/nn2.png) no-repeat 0 100%;
}

@media (max-width: 450px) {
    .nc2 .con .nc2-2 h2 {
        font-size: 24px;
    }
}

.nc2 .con .nc2-2 h2 span {
    color: #014099;
}

.nc2 .con .nc2-2 dd {
    font-size: 0.9rem;
    color: #b5b3b4;
    margin-top: 2.6vw;
}

@media (max-width: 480px) {
    .nc2 .con .nc2-2 dd {
        font-size: 14px;
        margin-top: 30px;
        line-height: 24px;
    }
}

.nc2 .con .nc2-2 .list2 {
    margin-top: 4.44vw;
    display: flex;
    margin-left: -0.78vw;
    margin-right: -0.78vw;
    position: absolute;
    right: 1.95rem;
    width: 76%;
    text-align: center;
}

@media (max-width: 780px) {
    .nc2 .con .nc2-2 .list2 {
        position: static;
        width: 100%;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .nc2 .con .nc2-2 .list2 {
        margin-top: 30px;
    }
}

.nc2 .con .nc2-2 .list2 li {
    padding: 0 0.78vw;
    width: 33.33%;
}

@media (max-width: 480px) {
    .nc2 .con .nc2-2 .list2 li {
        width: 100%;
        margin-bottom: 20px;
    }
}

.nc2 .con .nc2-2 .list2 li a {
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.1);
    padding: 2.5rem 0.8rem 2.4rem;
}

.nc2 .con .nc2-2 .list2 li a .img img.img2 {
    display: none;
}

.nc2 .con .nc2-2 .list2 li a .zix {
    margin-top: 0.7rem;
}

.nc2 .con .nc2-2 .list2 li a .zix h3 {
    font-size: 1.2rem;
    color: #000000;
}

@media (max-width: 480px) {
    .nc2 .con .nc2-2 .list2 li a .zix h3 {
        font-size: 16px;
    }
}

.nc2 .con .nc2-2 .list2 li a .zix .zi {
    margin-top: 0.8rem;
    font-size: 0.8rem;
    color: #b5b3b4;
    line-height: 1.5rem;
    text-align: left;
}

@media (max-width: 480px) {
    .nc2 .con .nc2-2 .list2 li a .zix .zi {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
    }
}

.nc2 .con .nc2-2 .list2 li:hover a .img img.img1 {
    display: none;
}

.nc2 .con .nc2-2 .list2 li:hover a .img img.img2 {
    display: inline;
}

.nc2 .con .nc2-2 .list2 li:hover a .zix h3 {
    color: #014099;
}

.nc3 {
    background: url(../images/nn5.png) no-repeat 50% 0;
    background-size: cover;
    padding-top: 4.8rem;
    padding-bottom: 5.8rem;
    background-attachment: fixed;
}

@media (max-width: 780px) {
    .nc3 {
        padding: 30px 0;
    }
}

.nc3 h2 {
    text-align: center;
    color: #fff;
}

.nc3 h2 p {
    font-size: 1.49rem;
    color: rgba(255, 255, 255, 0.97);
}

.nc3 h2 p:after {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1.75rem;
    height: 3px;
    background-color: #ffffff;
    margin-top: 0.6rem;
    margin-bottom: 1.1rem;
}

.nc3 h2 span {
    font-size: 2.5rem;
}

@media (max-width: 450px) {
    .nc3 h2 span {
        font-size: 24px;
    }
}

.nc3 .con1 {
    margin-top: 3.2rem;
}

@media (max-width: 450px) {
    .nc3 .con1 {
        margin-top: 20px;
    }
}

.nc3 .con1 .gallery-top .swiper-button-white1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.45rem;
    height: 2.75rem;
    background-size: 100% auto !important;
    transition-duration: .3s;
    cursor: pointer;
    z-index: 111;
    outline: none;
}

.nc3 .con1 .gallery-top .swiper-button-white1.next1 {
    right: 22.6vw;
    background: url(../images/yb.png) no-repeat 50%;
}

@media (max-width: 1025px) {
    .nc3 .con1 .gallery-top .swiper-button-white1.next1 {
        right: 12.6vw;
    }
}

@media (max-width: 780px) {
    .nc3 .con1 .gallery-top .swiper-button-white1.next1 {
        right: 20px;
    }
}

@media (max-width: 480px) {
    .nc3 .con1 .gallery-top .swiper-button-white1.next1 {
        right: 0px;
    }
}

.nc3 .con1 .gallery-top .swiper-button-white1.next1:hover {
    background: url(../images/ybh.png) no-repeat 50%;
}

.nc3 .con1 .gallery-top .swiper-button-white1.prev1 {
    left: 22.6vw;
    background: url(../images/zb.png) no-repeat 50%;
}

@media (max-width: 1025px) {
    .nc3 .con1 .gallery-top .swiper-button-white1.prev1 {
        left: 12.6vw;
    }
}

@media (max-width: 780px) {
    .nc3 .con1 .gallery-top .swiper-button-white1.prev1 {
        left: 20px;
    }
}

@media (max-width: 480px) {
    .nc3 .con1 .gallery-top .swiper-button-white1.prev1 {
        left: 0px;
    }
}

.nc3 .con1 .gallery-top .swiper-button-white1.prev1:hover {
    background: url(../images/zbh.png) no-repeat 50%;
}

.nc3 .con1 .gallery-top .swiper-slide .zi {
    width: 100%;
    max-width: 501px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/nn4.png) no-repeat 50%;
    text-align: center;
    color: #000000;
    background-size: 100% 100%;
    padding: 2.5rem 20px 3.4rem;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 480px) {
    .nc3 .con1 .gallery-top .swiper-slide .zi {
        width: 80%;
        height: 160px;
    }
}

.nc3 .con1 .gallery-top .swiper-slide .zi h3 {
    font-size: 1.1rem;
}

.nc3 .con1 .gallery-top .swiper-slide .zi dd {
    font-size: 1rem;
}

.nc3 .con1 .gallery-top .swiper-slide .zi dd p {
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
}

.nc3 .con1 .gallery-thumbs {
    margin-top: 2vw;
    padding-top: 7.39vw;
    background: url(../images/su.png) no-repeat 50% 0;
    background-size: 100% auto;
}

@media (max-width: 1025px) {
    .nc3 .con1 .gallery-thumbs {
        padding-top: 9vw;
    }
}

.nc3 .con1 .gallery-thumbs .swiper-slide {
    text-align: center;
    cursor: pointer;
}

.nc3 .con1 .gallery-thumbs .swiper-slide.swiper-slide-active h3 {
    color: #014099;
}

.nc3 .con1 .gallery-thumbs .swiper-slide h3 {
    color: #ffffff;
    font-size: 1.2rem;
}

.nc4 {
    background: url(../images/nn6.png) no-repeat 50% 0;
    background-size: cover;
    padding-top: 4.8rem;
    padding-bottom: 4.95rem;
}

@media (max-width: 780px) {
    .nc4 {
        padding: 30px 0;
    }
}

.nc4 h2 {
    font-size: 2.5rem;
    color: #000000;
    padding-bottom: 1.7rem;
    background: url(../images/nn2.png) no-repeat 50% 100%;
    text-align: center;
}

@media (max-width: 450px) {
    .nc4 h2 {
        font-size: 24px;
    }
}

.nc4 h2 span {
    color: #014099;
}

.nc4 .con {
    margin-top: 3.55rem;
}

@media (max-width: 780px) {
    .nc4 .con {
        margin-top: 20px;
    }
}

.nc4 .con #certify {
    position: relative;
    max-width: 1220px;
    margin: 0 auto;
}

.nc4 .con #certify .xx {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 111;
    cursor: pointer;
    width: 38px;
    height: 41px;
    transition-duration: .3s;
    outline: none;
}

.nc4 .con #certify .xx.prev2 {
    background: url(../images/zb1.png) no-repeat 50%;
    left: -6vw;
}

@media (max-width: 1440px) {
    .nc4 .con #certify .xx.prev2 {
        left: -40px;
    }
}

@media (max-width: 1300px) {
    .nc4 .con #certify .xx.prev2 {
        left: 0px;
    }
}

.nc4 .con #certify .xx.prev2:hover {
    background: url(../images/zb1h.png) no-repeat 50%;
}

.nc4 .con #certify .xx.next2 {
    background: url(../images/yb1.png) no-repeat 50%;
    right: -6vw;
}

@media (max-width: 1440px) {
    .nc4 .con #certify .xx.next2 {
        right: -40px;
    }
}

@media (max-width: 1300px) {
    .nc4 .con #certify .xx.next2 {
        right: 0px;
    }
}

.nc4 .con #certify .xx.next2:hover {
    background: url(../images/yb1h.png) no-repeat 50%;
}

.nc4 .con #certify .swiper-wrapper {
    margin-left: -1.5625vw;
}

@media (max-width: 780px) {
    .nc4 .con #certify .swiper-wrapper {
        margin: 0;
    }
}

.nc4 .con #certify .swiper-slide {
    width: 261px;
    opacity: .4;
}

.nc4 .con #certify .swiper-slide.swiper-slide-active {
    opacity: 1;
    margin: 0 23px;
}

@media (max-width: 780px) {
    .nc4 .con #certify .swiper-slide.swiper-slide-active {
        margin: 0;
    }
}

.nc4 .con #certify .swiper-slide img {
    display: block;
    max-width: 100%;
}

.nc4 a.ck {
    display: block;
    width: 117px;
    height: 32px;
    border-radius: 10px;
    border: solid 0.5px #000000;
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    color: #000000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.22vw;
    transition-duration: .3s;
}

.nc4 a.ck:hover {
    border-color: #014099;
    background: #014099;
    color: #fff;
}

.nc5 h2 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    height: 83px;
    background-color: #014099;
    line-height: 83px;
    cursor: pointer;
}

.nc5 h2 span {
    padding: 0 16px;
}

.nc5 .con {
    text-align: center;
    height: 0;
    overflow: hidden;
}

.nc5 .con.map_show {
    height: auto;
}

.nc5 .con img {
    max-width: 100%;
}

.ndao {
    height: 145px;
    background-color: #f8f8f8;
    position: relative;
    margin-top: -145px;
}

.ndao .con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ndao .con .zi1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ndao .con .zi1 h3 {
    background: #000;
    width: 17.45vw;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    height: 146px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.ndao .con .zi1 h3 span {
    margin-top: 10px;
    font-size: 0.9rem;
    display: block;
}

.ndao .con .mian {
    color: #b5b3b4;
    font-size: 1rem;
    padding-left: 56px;
    background: url(../images/home.png) no-repeat 0 50%;
    margin-right: 3.18vw;
}

.ndao .con .mian a {
    color: #b5b3b4;
}

.ndao .con .mian span {
    color: #014099;
}

.xypg-right-content {
    margin-top: 5.16vw;
}

.hahax{
    position: relative;
    margin-top:30px; 
}

.bdshare-button-style0-16 {
    position: absolute;
    opacity: 0;
    display: flex;
    width: 100%;
}

.bdshare-button-style0-16 a {
    margin: 0!important;
    width: 33%!important;
    height: 24px!important;
    padding: 0!important;
}

.bd_weixin_popup{
        box-sizing: content-box;
}
