.swiper-slide img {
    width: 100%;
    display: block;
}

.wz {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 45%;
    left: 50%;
}

.swiper-pagination-current {
    color: white;

}

.qlw > div:nth-child(3) > p:nth-child(n+3) {
    margin-top: 20px;
}

.dsk_1 {
    position: relative;
    overflow: hidden;
}

.dsk_1::after {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    content: '';
    top: 50%;
    left: -50%;
    background: #0054a8;
    transition: .6s;

}

.dsk_2::after {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    content: '';
    top: 50%;
    left: -50%;
    background: #4e5052;
    transition: .6s;
}

.dsk_1:hover:after {
    left: 50%;

    transition: .6s
}

.dsk_2:hover:after {
    left: 50%;
    transition: .6s;
}

.dsk_2 {
    overflow: hidden;
    position: relative;
}

/*--------------------------------------------------------*/

.swiper-pagination9 {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 65px;
    flex-wrap: wrap;
}

.swiper-pagination9 > span {
    font-size: 20px;
    color: #333333;
    text-align: center;
    cursor: pointer;
    width: 12.3%;
    line-height: 50px;
}

.my-slide > img {
    filter: grayscale(1);
    transition: .6s;
    display: block;
    width: 100%;
}

.my-slide {
    position: relative;
    transform: translate3d(0, 0, 0);
    transition-property: transform;
}

.my-mm-active > img {
    transition: .6s;
}

.my-slide > div {
    display: none;
}

.my-mm-active > div {
    display: block;

}

.qlw {
    transform: translate(-50%, -50%);
    z-index: 99999;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 85%;
}

.qlw > p {
    color: white;
    font-size: 18px;
}

/*
.c-banner1 > div > div:nth-child(1) > div > p:nth-child(1) {
    font-size: 24px !important;
}

.c-banner1 > div > div:nth-child(1) > div > p:nth-child(2) {
    font-size: 60px !important;
}
*/

.swiper-pagination-bullet-active {
    background: none !important;
    border-bottom: 7px solid #005DBA;
}

.my-mm-active .zsp {
    display: block !important;
}


.zsp {
    position: absolute;
    transform: translate(-50%, -50%);
    height: 110%;
    display: block!important;
    width: 100%;
    left: 50%;
    top: 50%;
    background: rgba(255,255,255,0.9);
   /* background: rgba(0, 93, 186, 0.9);*/
    display: none;

}

.my-mm-active>div:nth-child(3){
     background: rgba(0, 93, 186, 0.9)!important;
}


/*
.my-mm-active{
    width: 50%!important;
}

*/

/*
.swiper-slide > img属性更改

fud 更名为qlw


*/
/*--------------------------------------------------------*/


.vvtg {
    display: flex !important;
    transition: .6s;
}

.c-banner1 {

}

.swiper-pagination-current {
    color: white;

}

.swiper-pagination {
    color: white;
    font-size: 38px;
}

.swiper-slide > img {
    display: none;
}

.swiper-slide-active .fnn {
    transform: translateX(0) !important;
    opacity: 1 !important;
}

.wz p {
    color: white;
}


.wz > p:nth-child(1) {
    font-size: 60px;
    transform: translateX(60px);
    opacity: 0;

}

.transition1 {
    -webkit-transition: all 1s ease;
}

.at {
    margin-top: 50px;
    transform: translateX(60px);
    opacity: 0;
    transition: all 1s ease;
}

.delay02 {
    transition-delay: 0.2s !important;
}

.delay03 {
    transition-delay: 0.4s !important;
}

.delay04 {
    transition-delay: 0.6s !important;
}

.wz > p:nth-child(2) {
    font-size: 24px;
    transform: translateX(60px);
    opacity: 0;
}

.lj a {
    display: flex;

    border: 1px solid white;
    width: 143px;
    align-items: center;

}

.lbdq {
    position: absolute;
    transform: translate(-50%, -50%);
    bottom: 20px;
    left: 50%;
    display: flex;
    z-index: 99;
    align-items: baseline;

    justify-content: space-between;
}

.c-next-screen {
    position: absolswiper-con
}

.mouse-scroll {
    width: 24px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}

@keyframes mouseScroll {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(16px);
    }

    100% {
        transform: translateY(0px);
    }
}

.mouse-scroll::before {
    content: '';
    width: 2px;
    height: 8px;
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 9px;
    animation: mouseScroll 3s infinite;
}

/*.c-banner1 > div > div:nth-child(1) > div > p:nth-child(1) {
    font-size: 24px !important;
}

.c-banner1 > div > div:nth-child(1) > div > p:nth-child(2) {
    font-size: 60px !important;
}*/

.icon-xiangyoujiantou {
    margin-left: 15px;
}

.tiao {
    position: relative;
}

.swiper-container .c-dot-box {
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    width: 180px;
}

.swiper-container .c-dot-box .c-line-box {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    height: 2px;
    background: rgba(255, 255, 255, .2);
}

.swiper-container .c-dot-box .c-line-box .c-line {
    width: 0;
    height: 2px;
    background: #fff;
    transition: 1s;
}

.lj p {
    line-height: 36px;
}

.lj a > p:nth-child(1) {
    font-size: 16px;
}

.ybf {
    display: flex;
    justify-content: space-between;

}

.ybf > div:nth-child(1) p {
    color: white;
}

.lj a {
    color: white;
}

.st {
    background: url('../image/i3.jpg') no-repeat center fixed;
    background-size: cover;
}

.tb {

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tb > div {
    width: 48%;

    background: rgba(255, 255, 255, 0.75);
}

.vf {
    display: block;
    transition: .6s;
}


.a:hover .icon-icon-entrust-person {
    color: white;
    transform: translate(-50%, -50%) rotate(
            360deg) rotateY(
            360deg);
}

@-webkit-keyframes zz {
    0% {
        -webkit-transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
    }
}

.a:hover .icon-shuchu {
    color: white;
    -webkit-animation: zz 1s linear infinite;
}


.i {
    transform: rotate(360deg);
    transition: 1s;
}


.icon-shuchu {
    transform: rotate(360deg);
}

.qlw > p:nth-child(2) {
    line-height: 28px;
    color: white;
    font-size: 14px;
    padding-bottom: 25px;
    text-align: justify;
}

.qlw > div:nth-child(3) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.qlw > div:nth-child(3) > p {
    width: calc((100% - 25px) / 2);
    text-align: center;
    line-height: 40px;
    border: 1px solid #FFFFFF;
}

.qlw > div:nth-child(3) > p > a {
    color: white;
    font-size: 14px;
}

.a:hover {
    background: rgba(0, 93, 186, 0.75);
}

.a div i {
    font-size: 50px;
    color: #005DBA;
    border: 5px solid;
    padding: 25px;
    border-radius: 50%;
    transform: rotateZ(
            360deg);
    transition: 1s;

}

.a div {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    padding: 60px 0 60px;
}

.san {
    font-size: 26px;
    color: #111111;
    margin-top: 30px;
    margin-bottom: 23px;
}

.shi {
    font-size: 14px;
    color: #666666;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.fsk {
    display: flex;
    justify-content: space-between;
    align-items: baseline;

}

.bzs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bzs > div {

}

.bzs > div:nth-child(n+5) {
    display: none;
}

.a:hover .shi {
    color: white;
}

.gzsa:hover {
    background: rgba(0, 93, 186, 1);
    transition: .6s;
}

.gzsa:hover .gzsa_1 {
    color: white !important;
    transition: .6s;
}

.CC {
    font-size: 14px;
    width: 85%;

    padding: 0 0 0 30px;
    margin: 0 auto;
}

.icon-xiangyoujiantou {
    font-weight: bold;
}

.a:hover .san {
    color: white;
}

.zf {
    text-align: center;
}

.si {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto;
    padding: 50px 0;
}

.si {
    width: 50%;
}

.si > div {
    border-right: 1px solid #DDDDDD;
    width: 25%;

}

.si > div > a > p:nth-child(2) {
    line-height: 0;
    margin-top: 30px;
    font-size: 14px;
    color: #333333;
}

.si > div:last-child {
    border: none;
}

.sid:hover .ys {
    color: #005DBA;
}

.sid:hover .icon-yingshi {
    color: #005DBA;
}

.sid:hover .icon-licheng {
    color: #005DBA;
}

.sid:hover .icon-jiangbei {
    color: #005DBA;
}

.sid:hover .icon-qiyewenhua {
    color: #005DBA;
}


.icon-yingshi, .icon-licheng, .icon-jiangbei, .icon-qiyewenhua {
    font-size: 42px;
    color: #333333;

    line-height: 42px;
}

.se {
    margin: 0 auto;
    border: 1px solid #005DBA !important;
}

.se p {
    color: #005DBA !important;;

}

.cg {
    background: url('../image/i8.jpg') center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.tqh {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 65px;
    border-bottom: 1px solid #EEEEEE;
    flex-wrap: wrap;
}

.tqh > p {
    font-size: 22px;
    color: #333333;
    text-align: center;
    cursor: pointer;
    width: 9%;
    line-height: 50px;
}

.actine {
    border-bottom: 4px solid #005DBA;
}

.zp {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
}

.cg > div > div:nth-child(3) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cg > div > div:nth-child(3) > div:nth-child(n+5) {
    display: none;
}

.cg > div > div:nth-child(3) > div:nth-child(n+5) {
    margin-top: 40px;

}

.nwm {
    width: calc((100% - 60px) / 4);
    background: rgba(255, 255, 255, 0.8);
    position: relative;

}

.cx p {
    text-align: center;
}

.cx p:nth-child(2) {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cx {
    visibility: visible;
}

.nx {
    visibility: hidden;
    height: 0 !important;
    text-align: center;
}

.nx img {
    margin-top: 63px;
    margin-bottom: 32px;
}

.nx > p:nth-child(2) {
    font-size: 20px;

    margin-bottom: 12px;
    color: #111111;
}

.nx p:nth-child(3) {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 60px;
    color: #111111;
    text-overflow: ellipsis;
    text-align: justify;
    overflow: hidden !important;
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;
}


.gdxy {
    background: none;
    transition: .1s;
}

.gdxy:hover {
    background: rgba(255, 255, 255, 0.2);
    transition: 0.1s;
}

.cx p:nth-child(3) {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cx img {
    width: 100%;
    display: block;
    transition: .6s;
}

@keyframes appear {
    from {
        display: none;
    }
    to {
        display: block;
    }
}

.nwm:hover {
    box-shadow: 0px 0px 29px 0px rgba(0, 93, 186, 0.25);
    transition: 2s;
    animation: appear 2s;
    animation-fill-mode: forwards;

}

.nwm:hover .cx {
    animation: diss 0.5s;
    height: 0;
    animation-fill-mode: forwards;
}

.nwm:hover .nx {
    animation: appear 0.5s;
    height: auto !important;
    animation-fill-mode: forwards;
}

@keyframes appear {
    from {
        visibility: hidden;
        opacity: 0;
    }
    to {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes diss {
    from {
        visibility: visible;
        opacity: 1;
    }
    to {
        visibility: hidden;
        opacity: 0;
    }

}

.nwn {
    position: relative;
}

.galy {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 29px;
}

.galy > p:nth-child(1) {
    font-size: 26px;
    color: white;
}

.galy > div:nth-child(2) {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.galy > div:nth-child(2) > a {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.galy > div:nth-child(2) > a > p {
    color: white;
    font-size: 12px;
}

.galy > div:nth-child(2) > a > i {
    color: white;
    font-size: 12px;
    margin-left: 10px;
}

.fud > p:nth-child(2) {
    line-height: 28px;
    color: white;
    font-size: 14px;
    padding-bottom: 25px;
}

.fud > div:nth-child(3) {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fud > div:nth-child(3) > p {
    width: calc((100% - 25px) / 2);
    text-align: center;

    line-height: 40px;

    border: 1px solid #FFFFFF;
}

.fud > div:nth-child(3) > p > a {
    color: white;
    font-size: 14px;
}

.fud > div:nth-child(3) > p:nth-child(3) {

    margin-top: 25px;
}

.fud {
    display: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 85%;
    margin: 0 auto;
}

.nc li.active .fud {
    display: block;
}


.zx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}

.zx > div:nth-child(1) {
    width: 44.1%;
    overflow: hidden;
}

.zx > div:nth-child(1) > img:hover {
    transform: scale(1.2);
    transition: .6s;
}

.zx > div:nth-child(2) {
    width: 27.2%;
    overflow: hidden;
}

.zx > div:nth-child(2) > img:hover {
    transform: scale(1.2);
    transition: .6s;
}

.zx > div:nth-child(3) {
    width: 26.2%;
    transition: .6s;
}

.zx > div img {
    width: 100%;
    display: block;
    transition: .6s;
}

.dsk > div:nth-child(1) {
    height: 48.5%;
    background: #005DBA;
}

.dsk > div:nth-child(2) {
    height: 48.5%;
    margin-top: 5%;
    background: #57585A;
}

.zx > div {
    position: relative;
}

.pl {
    position: absolute;
    width: 82%;
    margin: 0 auto;
    left: 42px;
    top: 56px;
}

.gen > p:nth-child(1) {
    font-size: 20px;
}

.gen > p:nth-child(2) {
    margin: 15px 0 15px;
    line-height: 45px;
    font-size: 22px;
}

.gen > p:nth-child(3) {
    font-size: 14px;
    text-align: justify;
}

.gen > p {
    color: white;
}

.yp {
    position: absolute;
    bottom: 56px;
    left: 42px;
}

.jn > p {
    color: white;
}

.jn > p:nth-child(1) {
    font-size: 20px;
}

.jn > p:nth-child(2) {
    font-size: 22px;
    line-height: 40px;
    margin: 15px 0;
}

.dsk > div {
    position: relative;
}

.hn {
    position: absolute;
    top: 56px;
    width: 78%;
    z-index: 99;
    left: 35px;
}

.hn > p:nth-child(1) {
    font-size: 20px;
}

.hn > p:nth-child(2) {
    font-size: 18px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 15px 0;
}

.hn p {
    color: white;
}

.nc li.active {
    width: 48.9%;
    transition: .6s;
    background: none;
}

.nwn {
    opacity: 0;
}

.nc li.active .nwn {
    opacity: 1;
    transition: .6s;
}

.nc li.active .nwn > img {
    opacity: 1;
    transition: .6s;
}

.nc li active div img {
    width: 100%;
    opacity: 1;
    display: block !important;
}

.nc li img {
    opacity: 0;
    width: 100%;
    display: block;
    height: 419px;

}


.nc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nc li {
    width: 23.5%;
    transition: .6s;

}

.nc li {
    background: url('../image/i6.jpg') center center no-repeat;
    background-size: 100% 100%;
}


.bt a {
    margin: 0 auto !important;
    background: #005DBA;
    width: 80% !important;
    justify-content: center !important;
}

.bt a p {
    color: white !important;;
}

.bt a p:nth-child(2) {
    margin-left: 20px;
}

@media screen and (max-width: 1680px) {
    .at {
        margin-top: 60px;
    }

    .pl {
        left: 40px;
    }

    .swiper-pagination9 > span {
        line-height: 43px;
    }

    .swiper-pagination9 {
        margin-bottom: 50px;
    }

    .swiper-pagination9 > span {
        font-size: 20px;
    }

    .qlw > p:nth-child(2) {
        padding-bottom: 20px;
        line-height: 24px;
    }

    .qlw > div:nth-child(3) > p {
        line-height: 35px;
    }

    .qlw > p:nth-child(2) {
        font-size: 12px;
    }


    .CC {
        font-size: 14px;
    }

    .icon-yingshi, .icon-licheng, .icon-jiangbei, .icon-qiyewenhua {
        font-size: 36px;
        line-height: 36px;
    }


    .nc li img {
        height: 400px;
    }

    .san {
        font-size: 26px;
        margin-top: 25px;
        margin-bottom: 17px;
    }

    .a div i {
        font-size: 45px;
        padding: 20px;
        border: 4px solid;
    }

    .wz > p:nth-child(1) {
        font-size: 50px;
    }

    .fud > div:nth-child(3) > p {
        line-height: 35px;
    }

    .galy > p:nth-child(1) {
        font-size: 28px;
    }

    .galy {
        padding-bottom: 19px;
    }

    .fud > p:nth-child(2) {
        padding-bottom: 20px;
        line-height: 24px;
    }

    .fud > div:nth-child(3) > p:nth-child(3) {
        margin-top: 20px;
    }

    .lj a > p:nth-child(1) {
        font-size: 14px;
    }

    .fud {
        top: 48%;
    }


    .wz > p:nth-child(2) {
        font-size: 22px;
    }

    .tqh {
        margin-bottom: 50px
    }

    .tqh > p {
        font-size: 20px;

    }

    .actine {
        border-bottom: 3px solid #005DBA;
    }


    .CC {
        width: 90%;
    }

    .cx p:nth-child(2) {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 7px;
    }

    .gen > p:nth-child(2) {
        font-size: 30px;
        line-height: 40px;
    }

    .gen > p:nth-child(1) {
        font-size: 18px;
    }

    .gen > p:nth-child(3) {
        font-size: 14px;
    }

    .jn > p:nth-child(1), .hn > p:nth-child(1) {
        font-size: 18px;
    }

    .jn > p:nth-child(2), .hn > p:nth-child(2) {
        font-size: 26px;
    }

    .swiper-pagination9 {
        margin-bottom: 40px;
    }

    .qlw > div:nth-child(3) > p > a {
        font-size: 13px;
    }

    .pl, .hn {
        top: 36px;
    }

    .gen > p:nth-child(2), .jn > p:nth-child(2), .hn > p:nth-child(2) {
        margin: 10px 0 10px;
    }

    .cx p:nth-child(3) {
        width: 87%;
    }

    .nx img {
        margin-top: 40px;
        margin-bottom: 28px;
    }

    .nx > p:nth-child(2) {
        font-size: 20px;
    }

    .nx > p:nth-child(2) {
        margin-bottom: 7px;
    }

    .nx p:nth-child(3) {
        margin-bottom: 60px;
        padding-bottom: 0;
    }

    .swiper-pagination-bullet-active {
        background: none !important;
        border-bottom: 3px solid #005DBA;
    }

    .at {
        margin-top: 43px;
    }
}
@media screen and (max-width: 1600px) {
    .wz > p:nth-child(1) {
        font-size: 42px;
    }

    .qlw > p:nth-child(2) {
        padding-bottom: 30px;
    }

    .qlw > div:nth-child(3) > p:nth-child(n+3) {
        margin-top: 20px;
    }

    .qlw > p:nth-child(2) {
        font-size: 14px;
    }

    .qlw {
        top: 48%;
    }

    .wz {
        top: 48%;
    }

    .swiper-pagination9 > span {
        line-height: 37px;
    }

    .pl {
        left: 30px;
    }

    .hn {
        left: 28px;
    }

    .at {
        margin-top: 37px;
    }

    .swiper-pagination9 > span {
        font-size: 17px;
    }

    @keyframes mouseScroll {
        0% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(5px);
        }

        100% {
            transform: translateY(0px);
        }
    }
    .mouse-scroll::before {
        left: 7px;
    }

    .c-text1, .c-text2 {
        font-size: 14px;
    }


    .si > div > p:nth-child(2) {
        margin-top: 20px;
    }

    .mouse-scroll {
        width: 20px;
        height: 30px;
    }

    .si {
        padding: 40px 0;
    }

    .icon-yingshi, .icon-licheng, .icon-jiangbei, .icon-qiyewenhua {
        font-size: 30px;
        line-height: 30px;
    }

    .pl, .hn {
        top: 26px;
    }

    .gen > p:nth-child(3) {
        font-size: 12px;
        margin-top: 15px;
    }

    .a div {
        padding: 40px 0 40px;
    }

    .a div {
        padding: 50px 0 50px;
    }

    .san {
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .a div i {
        font-size: 40px;
        padding: 16px;
        border: 3px solid;
    }

    .nc li img {
        height: 350px;
    }

    .shi {
        font-size: 14px;
    }

    .san {
        font-size: 22px;
    }

    .lj a {
        width: 120px;
    }

    .wz > p:nth-child(2) {
        font-size: 20px;
    }

    .tqh {
        margin-bottom: 30px;
    }

    .tqh > p {
        font-size: 16px;
        line-height: 38px;
    }

    .a div {
        width: 80%;
    }

    .cx p:nth-child(2) {
        font-size: 16px;
    }

    .cx p:nth-child(3), .nx p:nth-child(3) {
        font-size: 13px;
    }

    .nx img {
        margin-top: 34px;
        margin-bottom: 21px;
    }

    .nx p:nth-child(3) {
        margin-bottom: 30px;
    }

    .nx > p:nth-child(2) {
        font-size: 16px;
    }

    .lj p {
        line-height: 30px;
    }

    .fud > div:nth-child(3) > p {
        width: 100%;
    }

    .gen > p:nth-child(2) {
        font-size: 22px;
    }

    .gen > p:nth-child(2) {
        line-height: 30px;
    }

    .jn > p:nth-child(1), .hn > p:nth-child(1), .gen > p:nth-child(1) {
        font-size: 16px;
    }

    .yp {
        position: absolute;
        bottom: 40px;
        left: 30px;
    }


    .gen > p:nth-child(2), .jn > p:nth-child(2), .hn > p:nth-child(2) {
        margin: 7px 0 7px;
    }

    .jn > p:nth-child(2), .hn > p:nth-child(2) {
        font-size: 16px;
    }

    .jn > p:nth-child(2), .hn > p:nth-child(2) {
        line-height: 28px;
    }

    .fud > div:nth-child(3) > p:nth-child(n+2) {
        margin-top: 15px;
    }

    .galy > p:nth-child(1) {
        font-size: 24px;
    }

    .fud > p:nth-child(2) {
        padding-bottom: 15px;
        line-height: 21px;
    }

    .galy {
        padding-bottom: 10px;
    }

}

@media screen and (max-width: 1440px) {
    .wz > p:nth-child(1) {
        font-size: 42px;
    }

    .qlw > p:nth-child(2) {
        padding-bottom: 30px;
    }

    .qlw > div:nth-child(3) > p:nth-child(n+3) {
        margin-top: 20px;
    }

    .qlw > p:nth-child(2) {
        font-size: 14px;
    }

    .qlw {
        top: 48%;
    }

    .wz {
        top: 48%;
    }

    .swiper-pagination9 > span {
        line-height: 37px;
    }

    .pl {
        left: 30px;
    }

    .hn {
        left: 28px;
    }

    .at {
        margin-top: 37px;
    }

    .swiper-pagination9 > span {
        font-size: 17px;
    }

    @keyframes mouseScroll {
        0% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(5px);
        }

        100% {
            transform: translateY(0px);
        }
    }
    .mouse-scroll::before {
        left: 7px;
    }

    .c-text1, .c-text2 {
        font-size: 14px;
    }


    .si > div > p:nth-child(2) {
        margin-top: 20px;
    }

    .mouse-scroll {
        width: 20px;
        height: 30px;
    }

    .si {
        padding: 40px 0;
    }

    .icon-yingshi, .icon-licheng, .icon-jiangbei, .icon-qiyewenhua {
        font-size: 30px;
        line-height: 30px;
    }

    .pl, .hn {
        top: 26px;
    }

    .gen > p:nth-child(3) {
        font-size: 12px;
        margin-top: 15px;
    }

    .a div {
        padding: 40px 0 40px;
    }

    .a div {
        padding: 50px 0 50px;
    }

    .san {
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .a div i {
        font-size: 40px;
        padding: 16px;
        border: 3px solid;
    }

    .nc li img {
        height: 350px;
    }

    .shi {
        font-size: 14px;
    }

    .san {
        font-size: 22px;
    }

    .lj a {
        width: 120px;
    }

    .wz > p:nth-child(2) {
        font-size: 20px;
    }

    .tqh {
        margin-bottom: 30px;
    }

    .tqh > p {
        font-size: 16px;
        line-height: 38px;
    }

    .a div {
        width: 80%;
    }

    .cx p:nth-child(2) {
        font-size: 16px;
    }

    .cx p:nth-child(3), .nx p:nth-child(3) {
        font-size: 13px;
    }

    .nx img {
        margin-top: 34px;
        margin-bottom: 21px;
    }

    .nx p:nth-child(3) {
        margin-bottom: 30px;
    }

    .nx > p:nth-child(2) {
        font-size: 16px;
    }

    .lj p {
        line-height: 30px;
    }

    .fud > div:nth-child(3) > p {
        width: 100%;
    }

    .gen > p:nth-child(2) {
        font-size: 22px;
    }

    .gen > p:nth-child(2) {
        line-height: 30px;
    }

    .jn > p:nth-child(1), .hn > p:nth-child(1), .gen > p:nth-child(1) {
        font-size: 16px;
    }

    .yp {
        position: absolute;
        bottom: 40px;
        left: 30px;
    }


    .gen > p:nth-child(2), .jn > p:nth-child(2), .hn > p:nth-child(2) {
        margin: 7px 0 7px;
    }

    .jn > p:nth-child(2), .hn > p:nth-child(2) {
        font-size: 16px;
    }

    .jn > p:nth-child(2), .hn > p:nth-child(2) {
        line-height: 28px;
    }

    .fud > div:nth-child(3) > p:nth-child(n+2) {
        margin-top: 15px;
    }

    .galy > p:nth-child(1) {
        font-size: 24px;
    }

    .fud > p:nth-child(2) {
        padding-bottom: 15px;
        line-height: 21px;
    }

    .galy {
        padding-bottom: 10px;
    }

}

@media screen and (max-width: 1366px) {
    .wz > p:nth-child(1) {
        font-size: 36px;
    }

  /*  .qlw > div:nth-child(3) > p {
        width: 100%;
    }*/

    .galy > p:nth-child(1) {
        font-size: 24px;
    }

    .wz > p:nth-child(2) {
        font-size: 16px;
    }

    .tqh > p {
        font-size: 16px;
    }

    .fud > div:nth-child(3) > p {
        line-height: 30px;
    }

    .lj a > p:nth-child(1) {
        font-size: 13px;
    }

    .lj p {
        line-height: 27px;
    }

    .jn > p:nth-child(2), .hn > p:nth-child(2) {
        font-size: 20px;
    }

    .gen > p:nth-child(2) {
        font-size: 22px;
    }

    .jn > p:nth-child(2), .hn > p:nth-child(2) {
        line-height: 25px;
    }

}

@media screen and (max-width: 1200px) {
    .wz > p:nth-child(1) {
        font-size: 30px;
    }

    .wz > p:nth-child(2) {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .tqh > p {
        width: 11%;
    }

    .swiper-pagination9 > span {
        width: 13%;
    }

    .wz > p:nth-child(1) {
        font-size: 26px;
    }

    .san {
        font-size: 22px;
    }

    .jn > p:nth-child(2), .hn > p:nth-child(2) {
        font-size: 18px;
    }

    .gen > p:nth-child(2) {
        font-size: 20px;
    }

    .swiper-slide {
        background: none !important;
        height: 100% !important;
    }

    .yp {
        bottom: 31px;
        left: 26px;
    }

    .swiper-slide > img {
        display: block;
    }

    .galy > p:nth-child(1) {
        font-size: 22px;
    }

    .nwm {
        width: calc((100% - 30px) / 2);
    }

    .cg > div > div:nth-child(3) > div:nth-child(n+3) {
        margin-top: 30px;
    }

    .nx img {
        margin-top: 54px;
        margin-bottom: 36px;
    }

    .nx > p:nth-child(2) {
        margin-bottom: 22px;
    }

    .nx p:nth-child(3) {
        margin-bottom: 65px;
    }

    .pl, .hn {
        left: 25px;
        top: 18px;
    }
}

@media screen and (max-width: 992px) {
    .wz > p:nth-child(1) {
        font-size: 24px;
    }

}

@media screen and (max-width: 768px) {
    .nc li.active {
        width: 100%;
    }

    .swiper-pagination9 > span {
        width: 33%;
    }

    .swiper-pagination9 > span {
        line-height: 41px;
    }

    .swiper-pagination9 {
        margin-bottom: 30px;
    }


    .wz > p:nth-child(1) {
        font-size: 22px;
    }

    .nc li {
        width: 100%;
    }

    .nc li img {
        height: auto;
    }

    .nc li:nth-child(n+2) {
        margin-top: 20px;
    }

    .tb > div {
        width: 100%;
    }

    .tb > div:nth-child(2) {
        margin-top: 20px;
    }

    .a div {
        padding: 20px 0 20px;
    }

    .zx > div:nth-child(1) {
        width: 100%;
    }

    .zx > div:nth-child(2), .zx > div:nth-child(3) {
        width: 49%;
        margin-top: 20px;
    }

    .dsk > div:nth-child(2) {
        height: 50%;

    }

    .a div i {
        width: 35px;
    }

    .nc li:nth-child(1), .nc li:nth-child(3) {
        display: none;

    }

}

@media screen and (max-width: 414px) {
    .nwm {
        width: 100%;
    }

    .gen > p:nth-child(3) {
        line-height: 17px;
    }

    .qlw > p:nth-child(2) {
        padding-bottom: 16px;
        line-height: 17px;
    }

    .mouse-scroll {
        display: none;
    }

    /*.st {
        height: 723px;
        background: url(../image/i3.jpg) no-repeat center !important;
    }*/
    .c-dot-box {
        display: none;

    }


    .swiper-container .c-dot-box {
        display: none;
    }

    .si {
        width: 100%;
    }

    .tqh {
        margin-bottom: 10px;
    }

    .si > div {
        width: 50%;
    }

    .si > div:nth-child(n+3) {
        margin-top: 30px;
    }

    .si > div:nth-child(2) {
        border: none;
    }

    .si > div > p:nth-child(2) {
        font-size: 12px;
    }

    .CC {
        font-size: 14px;
        width: 100%;
        padding: 0;
    }

    .si {
        padding: 30px 0;
    }

    .at {
        margin-top: 34px;
    }

    .zx > div:nth-child(2), .zx > div:nth-child(3) {
        width: 100%;
    }

    .nc li img {
        height: 350px;
    }

    .wz > p:nth-child(1) {
        font-size: 20px;
    }

    .zx > div:nth-child(3) {
        height: 308px;
    }

    .tqh > p {
        width: 32%;
    }

    .cg > div > div:nth-child(3) > div:nth-child(n+2) {
        margin-top: 20px;
    }

    .bt {
        margin-bottom: 60px;
    }

    .nx img {
        margin-top: 40px;
        margin-bottom: 16px;
    }

    .nx > p:nth-child(2) {
        margin-bottom: 14px;
    }

    .nx p:nth-child(3) {
        margin-bottom: 40px;
    }

    .bt {
        margin-bottom: 40px;
    }

    .swiper-pagination9 > span {
        font-size: 15px;
    }

}

@media screen and (max-width: 375px) {

    .galy {
        padding-bottom: 4px;
    }

    .qlw > p:nth-child(2) {
        padding-bottom: 13px;
        line-height: 17px;
    }

    .qlw > div:nth-child(3) > p > a {
        font-size: 12px;
    }

    .qlw > div:nth-child(3) > p {
        line-height: 23px;
    }
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 350px) {
}
