.flex {
    display: flex;
}

.of {
    overflow: hidden;
}

.fen img {
    width: 100%;
    transition: all .3s ease-out;
}

.fen:hover img {
    transform: scale(1.1);
}

.w1600 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
}

@media (max-width: 1650px) {
    .w1600 {
        padding: 0 5%;
    }
}

.flexs {
    display: flex;
}

body {
    background: #fff !important;
}

.tou {
    height: 102px;
    position: absolute;
    z-index: 111;
    width: 100%;
    left: 0;
    top: 0;
}

.tou .con {
    justify-content: space-between;
}

.tou .con .logo {
    line-height: 102px;width:16%;
}

.tou .con .logo img{width:100%;}


.tou .con .zi {
    max-width: 1200px;
    width: 75%;
    align-items: flex-end;
    justify-content: end;
}

.tou .con .zi a.en {
    color: #fff;
    font-size: 16px;
}

.tou .con .zi a.en img {
    padding-right: 15px;
}

h2.bt {
    line-height: 1;
}

h2.bt b {
    font-size: 48px;
    display: block;
    line-height: 1;
    color: #01468b;
}

@media (max-width: 1380px) {
    h2.bt b {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    h2.bt b {
        font-size: 28px;
    }
}

h2.bt p {
    margin-top: 16px;
    font-size: 32px;
    color: #333333;
	font-family:Arial, Helvetica, sans-serif
}

@media (max-width: 1380px) {
    h2.bt p {
        font-size: 24px;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    h2.bt p {
        font-size: 18px;
        margin-top: 6px;
    }
}

h2.bt p span {
    color: #ff4201;
}

.c2 {
    background: url("../images/550fd80245e455815eaedfaeafbbd79ee5130ea5.jpg") no-repeat 50% 0;
    background-size: cover;
}

@media (max-width: 1200px) {
    .c2 {
        padding-top: 40px;
        padding-bottom: 45px;
    }
}

@media (max-width: 780px) {
    .c2 {
        background: url("../images/550fd80245e455815eaedfaeafbbd79ee5130ea5.jpg") no-repeat 0% 0;
    }
}

.c2 .c2-1 {
    padding-top: 15px;
    max-width: 864px;
    width: 54%;
}

@media (max-width: 780px) {
    .c2 .c2-1 {
        width: 100%;
    }
}

.c2 .c2-1 dd {
    font-size: 14px;
    color: #2d2d2b;
    line-height: 26px;
    max-width: 682px;
    margin-top: 2.1vw;
    margin-bottom: 1.8vw;
    width: 79%;
}

@media (max-width: 1025px) {
    .c2 .c2-1 dd {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .c2 .c2-1 dd {
        width: 100%;
    }
}

.c2 .c2-1 a.ck {
    display: flex;
    width: 100px;
    align-items: flex-end;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #0b87a7;
    justify-content: space-between;
    margin-bottom: 1.88vw;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 5px;
}

@media (max-width: 1380px) {
    .c2 .c2-1 a.ck {
        font-size: 14px;
    }
}

@media (max-width: 1025px) {
    .c2 .c2-1 a.ck {
        margin-bottom: 20px;
    }
}

.c2 .c2-1 .list2 li {
    background: #cde7ff;
    width: calc(100% / 3);
    position: relative;
}

.c2 .c2-1 .list2 li .img {
    opacity: 0;
    transition: all .3s;
}

.c2 .c2-1 .list2 li .img img {
    width: 100%;
}

.c2 .c2-1 .list2 li .zi {
    position: absolute;
    color: #2d2d2b;
    top: 2.71vw;
    left: 2.29vw;
    z-index: 1;
}

@media (max-width: 780px) {
    .c2 .c2-1 .list2 li .zi {
        top: 30px;
        left: 0;
        padding: 0 18px;
    }
}

@media (max-width: 480px) {
    .c2 .c2-1 .list2 li .zi {
        top: 15px;
        left: 0;
        padding: 0 8px;
    }
}

.c2 .c2-1 .list2 li .zi p {
    font-size: 16px;
}

@media (max-width: 1380px) {
    .c2 .c2-1 .list2 li .zi p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .c2 .c2-1 .list2 li .zi p {
        line-height: 1.2;
    }
}

.c2 .c2-1 .list2 li .zi h3 {
    font-size: 32px;
    padding-top: 10px;
    font-weight: bold;
}

@media (max-width: 1380px) {
    .c2 .c2-1 .list2 li .zi h3 {
        font-size: 28px;
    }
}

@media (max-width: 780px) {
    .c2 .c2-1 .list2 li .zi h3 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .c2 .c2-1 .list2 li .zi h3 {
        margin-top: 4px;
    }
}

.c2 .c2-1 .list2 li:nth-child(2) {
    background: #e5f0fb;
}

.c2 .c2-1 .list2 li:nth-child(3) {
    background: #f1f6ff;
}

.c2 .c2-1 .list2 li:hover .img {
    opacity: 1;
}

.c3 {
    background: url("../images/643442246c3edc52029fc73c56a3ed32bb7e4884.jpg") no-repeat 50% 0;
    background-size: cover;
    position: relative;
}

@media (max-width: 1200px) {
    .c3 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.c3 h2.bt {
    margin-bottom: 25vw;
}

@media (max-width: 1200px) {
    .c3 h2.bt {
        margin-bottom: 0;
    }
}

.c3 h2.bt b {
    color: #fff;
}

.c3 h2.bt p {
    color: #fff;
	font-family:Arial, Helvetica, sans-serif
}

@media (max-width: 1200px) {
    .c3 .w1600 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}

@media (max-width: 780px) {
    .c3 .w1600 {
        flex-wrap: wrap;
    }
}

.c3 .c3-1 {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    width: 492px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width:1650px) {
.c3 .c3-1 {width: 33%;}
}

@media (max-width: 1200px) {
    .c3 .c3-1 {
        position: static;
        margin-top: 4.06vw;
    }
}

@media (max-width: 780px) {
    .c3 .c3-1 {
        width: 100%;
        margin-top: 30px;
    }
}

.c3 .c3-1 li {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.c3 .c3-1 li .an {
    position: relative;
    padding-left: 85px;
    padding-right: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 480px) {
    .c3 .c3-1 li .an {
        padding-right: 20px;
    }
}

.c3 .c3-1 li .an .su {
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    position: absolute;
    top: 24px;
    left: 22px;
    font-size: 32px;
    font-family: arial;
    font-style: italic;
    line-height: 1;
}

.c3 .c3-1 li .an .zi1 {
    color: #ffffff;
    line-height: 1;
    padding-top: 24px;
    padding-bottom: 44px;
}

@media (max-width: 1200px) {
    .c3 .c3-1 li .an .zi1 {
        padding-bottom: 24px;
    }
}

.c3 .c3-1 li .an .zi1 span {
    font-size: 16px;
    display: block;
}

.c3 .c3-1 li .an .zi1 p {
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
}

@media (max-width: 1380px) {
    .c3 .c3-1 li .an .zi1 p {
        font-size: 26px;
    }
}

@media (max-width: 1200px) {
    .c3 .c3-1 li .an .zi1 p {
        font-size: 22px;
    }
}

.c3 .c3-1 li .an a.ck {
    margin-top: 9px;
}

.c3 .c3-1 li .sec {
    overflow: hidden;
    height: 0;
}

.c3 .c3-1 li .sec a {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    line-height: 39px;
    display: block;
}

@media (max-width: 1380px) {
    .c3 .c3-1 li .sec a {
        line-height: 32px;
        font-size: 16px;
    }
}

.c3 .c3-1 li.on .an {
    background-image: linear-gradient(126deg, #0f4393 0%, #1a95ac 100%);
}

.c3 .c3-1 li.on .sec {
    padding: 20px 85px;
    height: 284px;
}

@media (max-width: 1380px) {
    .c3 .c3-1 li.on .sec {
        height: 200px;
    }
}

@media (max-width: 1200px) {
    .c3 .c3-1 li.on .sec {
        height: auto;
    }
}

.c4 {
    position: relative;
}

@media (max-width: 1025px) {
    .c4 {
        background-image: linear-gradient(90deg, #003890 0%, #0094b0 100%);
    }
}

.c4 .ts {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
}

@media (max-width: 1025px) {
    .c4 .ts {
        display: none;
    }
}

.c4 .ts .conx {
    display: flex;
}

.c4 .ts .list1 {
    width: 14.63%;
}

.c4 .ts .list1 li {
    font-size: 18px;
    width: 48%;
}

.c4 .ts .list1 li a {
    display: block;
    line-height: 136px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: bold;
    transition: all .3s ease-out;
}

@media (max-width: 1200px) {
    .c4 .ts .list1 li a {
        line-height: 70px;
    }
}

.c4 .ts .list1 li:hover a {
    color: white;
}

.c4 .ts .bd {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13.036%;
}

.c4 .ts .bd .xx {
    margin: 0 18.5px;
    line-height: 136px;
    width: 45px;
    height: 25px;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .c4 .ts .bd .xx {
        background-size: 100% auto !important;
        margin: 0 9px;
    }
}

.c4 .ts .bd .xx.zb {
    background: url("../images/773dd5eb5593e1feb71638a7c12e1a5a752cee24.png") no-repeat 50%;
}

.c4 .ts .bd .xx.zb:hover {
    background: url("../images/24924b446356b867b1324a1dc869dae7318bfc64.png") no-repeat 50%;
}

.c4 .ts .bd .xx.yb {
    background: url("../images/7fd063fb204042b1cf40ba4b3f59a5ef97c85686.png") no-repeat 50%;
}

.c4 .ts .bd .xx.yb:hover {
    background: url("../images/cb3a28ff87b0fa7f6226d7af83e67714c9e26de4.png") no-repeat 50%;
}

.c4:after {
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.2);
    height: 1px;
    width: 31.46%;
    position: absolute;
    left: 0;
    bottom: 136px;
}

@media (max-width: 1200px) {
    .c4:after {
        bottom: 70px;
        width: 29%;
    }
}

@media (max-width: 1025px) {
    .c4:after {
        display: none;
    }
}

.c4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 31.46%;
    height: 100%;
    background-image: linear-gradient(90deg, #003890 0%, #0094b0 100%);
}

@media (max-width: 1200px) {
    .c4:before {
        width: 29%;
    }
}

@media (max-width: 1025px) {
    .c4:before {
        display: none;
    }
}

@media (max-width: 1200px) {
    .c4 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.c4 h2.bt b {
    color: #fff;
}

.c4 h2.bt p {
    color: #fff;
	font-family:Arial, Helvetica, sans-serif
}

.c4 .con {
    position: relative;
    z-index: 2;
    justify-content: space-between;
}

@media (max-width: 1025px) {
    .c4 .con {
        flex-wrap: wrap;
    }
}

.c4 .con .c4-1 {
    width: 24.5%;
    position: relative;
    padding-top: 35px;
}

@media (max-width: 1025px) {
    .c4 .con .c4-1 {
        width: 100%;
    }
}

.c4 .con .c4-1 .con1 {
    margin-top: 4.43vw;
    padding-top: 35px;
    position: relative;
}

.c4 .con .c4-1 .con1:before {
    position: absolute;
    content: '';
    right: 36px;
    top: 0;
    width: 37px;
    height: 24px;
    display: block;
    background: url("../images/b6eea8d0b69fc7238667935aa1fb5cd655ca3d00.png") no-repeat 50%;
}

@media (max-width: 1025px) {
    .c4 .con .c4-1 .con1 {
        display: none;
    }
}

.c4 .con .c4-1 .list2 li h3 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.c4 .con .c4-1 .list2 li .timex {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 32px;
}

.c4 .con .c4-1 .list2 li dd {
    font-size: 14px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.6);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 9px;
}

.c4 .con .c4-1 .list2 li .ck {
    margin-top: 39px;
    display: flex;
    width: 101px;
    align-items: flex-end;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #0b87a7;
    justify-content: space-between;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 5px;
    transition: all .3s ease-out;
}

@media (max-width: 1380px) {
    .c4 .con .c4-1 .list2 li .ck {
        font-size: 14px;
    }
}

.c4 .con .c4-2 {
    padding-top: 2.29vw;
    width: 67.63%;
}

@media (max-width: 1025px) {
    .c4 .con .c4-2 {
        width: 100%;
        padding-top: 0;
        margin-top: 30px;
    }
}

.c4 .con .c4-2 .list2 {
    justify-content: space-between;
}

@media (max-width: 480px) {
    .c4 .con .c4-2 .list2 {
        flex-wrap: wrap;
    }
}

.c4 .con .c4-2 .list2 li {
    width: calc(100% / 3 - 0.5px);
}

@media (max-width: 480px) {
    .c4 .con .c4-2 .list2 li {
        width: calc(100% / 1 - 0.5px);
        margin-bottom: 20px;
    }

    .c4 .con .c4-2 .list2 li:last-child {
        margin-bottom: 0;
    }
}

.c4 .con .c4-2 .list2 li a {
    display: block;
    background: #f1f8fa;
    transition: all .3s ease-out;
}

.c4 .con .c4-2 .list2 li .zi {
    padding: 30px 24px 32px 27px;
}

.c4 .con .c4-2 .list2 li .timex {
    font-family: arial;
    color: #999999;
    font-size: 18px;
    font-weight: bold;
    transition: all .3s ease-out;
}

.c4 .con .c4-2 .list2 li h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 30px;
    margin-bottom: 10px;
}

@media (max-width: 780px) {
    .c4 .con .c4-2 .list2 li h3 {
        margin-top: 15px;
    }
}

.c4 .con .c4-2 .list2 li dd {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 14px;
}

.c4 .con .c4-2 .list2 li .ck {
    margin-top: 10px;
    display: flex;
    width: 88px;
    align-items: flex-end;
    font-size: 14px;
    color: #999999;
    border-bottom: 1px solid #0b87a7;
    justify-content: space-between;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 5px;
    transition: all .3s ease-out;
}

@media (max-width: 1380px) {
    .c4 .con .c4-2 .list2 li .ck {
        font-size: 14px;
    }
}

@media (min-width: 780px) {
    .c4 .con .c4-2 .list2 li:hover {
        border-bottom: 1px dashed #0b87a7;
    }

    .c4 .con .c4-2 .list2 li:hover a {
        transform: translateY(-30px);
    }

    .c4 .con .c4-2 .list2 li:hover h3 {
        color: #01468b;
    }

    .c4 .con .c4-2 .list2 li:hover .ck {
        color: #01468b;
    }
}

.c5 {
    background: url("../images/09855b4cd5abbe0fe6b55b51a546ba773f13a877.jpg") no-repeat 50% 0;
    background-size: cover;
}

@media (max-width: 1200px) {
    .c5 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.c5 .con {
    /*padding-left: 7.65625vw;*/
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .c5 .con {
        padding-left: 0;
    }
}

@media (max-width: 780px) {
    .c5 .con {
        flex-wrap: wrap;
    }
}

.c5 .con .c5-1 {
    width: 54.1%;
}

@media (max-width: 480px) {
    .c5 .con .c5-1 {
        width: 100%;
    }
}

.c5 .con .c5-1 .lyb .ww2 {
    justify-content: space-between;
    margin-bottom: 2.5vw;
    color: #fff;
}

.c5 .con .c5-1 .lyb .ww2 p {
    font-size: 16px;
    margin-bottom: 10px;
}

.c5 .con .c5-1 .lyb .ww2 .ww1 {
    width: calc(50% - 11px);
}

.c5 .con .c5-1 .lyb .ww2 .ww1 input {
    border: solid 1px #ffffff;
    line-height: 58px;
    text-indent: 14px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    width: 100%;
    background: none;
    color: #fff;
}

@media (max-width: 1380px) {
    .c5 .con .c5-1 .lyb .ww2 .ww1 input {
        line-height: 40px;
    }
}

.c5 .con .c5-1 .lyb .ww2 .ww1 input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.c5 .con .c5-1 .lyb .ww2 textarea {
    border: solid 1px #ffffff;
    text-indent: 14px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    width: 100%;
    background: none;
    padding: 0;
    line-height: 40px;
    max-height: 132px;
    color: #fff;
}

@media (max-width: 1380px) {
    .c5 .con .c5-1 .lyb .ww2 textarea {
        max-height: 100px;
        line-height: 32px;
    }
}

.c5 .con .c5-1 .lyb .ww2 textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.c5 .con .c5-1 .lyb .ww3 input {
    border: solid 1px #ffffff;
    line-height: 58px;
    text-indent: 14px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    background: none;
    color: #fff;
}

@media (max-width: 1380px) {
    .c5 .con .c5-1 .lyb .ww3 input {
        line-height: 40px;
    }
}

.c5 .con .c5-1 .lyb .ww3 input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 780px) {
    .c5 .con .c5-1 .lyb .ww3 img {
        height: 42px;
        width: auto;
    }
}

.c5 .con .c5-1 .lyb .ww4 {
    margin-top: 2.45vw;
}

.c5 .con .c5-1 .lyb .ww4 input {
    border: none;
    text-align: center;
    font-size: 18px;
    color: #111111;
    background: #fff;
    line-height: 60px;
    width: calc(50% - 11px);
}

@media (max-width: 1380px) {
    .c5 .con .c5-1 .lyb .ww4 input {
        font-size: 16px;
        line-height: 42px;
    }
}

.c5 .con .c5-2 {
    margin-top: 25px;
    width: 26.36%;
}

@media (max-width: 1200px) {
    .c5 .con .c5-2 {
        width: 35%;
    }
}

@media (max-width: 480px) {
    .c5 .con .c5-2 {
        width: 100%;
        margin-top: 30px;
    }
}

.c5 .con .c5-2 h2.bt b {
    color: #fff;
}

.c5 .con .c5-2 h2.bt p {
    color: #fff;
}

.c5 .con .c5-2 .lx {
    font-size: 16px;
    color: #ffffff;
    line-height: 29px;
    margin-top: 3.5vw;
    margin-bottom: 3.8vw;
}

@media (max-width: 1200px) {
    .c5 .con .c5-2 .lx {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .c5 .con .c5-2 .lx {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.c5 .con .c5-2 .lx strong {
    font-size: 24px;
    font-style: italic;
    color: #fb6033;
    font-family: arial;
}

@media (max-width: 1380px) {
    .c5 .con .c5-2 .lx strong {
        font-size: 20px;
    }
}

.c5 .con .c5-2 .list2 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: flex-end;
}

.c5 .con .c5-2 .list2 .su {
    width: 1px;
    height: 55px;
    background-color: #cccccc;
}

.c5 .con .c5-2 .list2 li .img {
    line-height: 44px;
}

.c5 .con .c5-2 .list2 li .img img {
    max-width: 100%;
    vertical-align: bottom;
}

.c5 .con .c5-2 .list2 li .zi {
    font-size: 16px;
    color: #ffffff;
    margin-top: 8px;
}

.c5 .con .c5-2 .list2 li{position:relative;}
.c5 .con .c5-2 .list2 li .img2{width:100px;height:100px;position:absolute;left:50%;transform:translateX(-50%);top:-100px;display:none;}
.c5 .con .c5-2 .list2 li .img2 img{width:100%;display:block;}
.c5 .con .c5-2 .list2 li:hover .img2{display:block;}


.c5 .con .c5-2 .list2 .su:last-child {
    display: none;
}


.foot {
    background: #ffffff;
    padding-top: 4.64vw;
    padding-bottom: 4vw;
}

@media (max-width: 1200px) {
    .foot {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.foot .con {
    justify-content: space-between;
}

.foot .con .foot11 {
    width: 47.69%;
}

@media (max-width: 1650px) {
.foot .con .foot11 {
    width: 62%;
}
}

@media (max-width: 1200px) {
    .foot .con .foot11 {
        width: 57%;
    }
}

@media (max-width: 780px) {
    .foot .con .foot11 {
        width: 100%;
    }
}

.foot .con .foot11 .foot1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .foot .con .foot11 .foot1 {
        flex-wrap: wrap;
    }
}

.foot .con .foot11 .foot1 .logox img {
    max-width: 200px;
}

.foot .con .foot11 .foot1 .sec {
    display: flex;
}

@media (max-width: 480px) {
    .foot .con .foot11 .foot1 .sec {
        flex-wrap: wrap;
        width: 100%;
        margin-top: 20px;
    }
}

.foot .con .foot11 .foot1 .sec a {
    display: block;
    padding: 4.5px 20.5px;
    font-size: 14px;
    color: #666666;
    border-radius: 4px;
    border: solid 1px #cccccc;
    transition: all .3s ease-out;
    margin-right: 9px;
}

.foot .con .foot11 .foot1 .sec a:hover {
    color: #124391;
}

@media (max-width: 1450px) {
    .foot .con .foot11 .foot1 .sec a {
        padding: 4.5px 13.5px;
    }
}

@media (max-width: 1025px) {
    .foot .con .foot11 .foot1 .sec a {
        padding: 4.5px 8.5px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .foot .con .foot11 .foot1 .sec a {
        width: calc(100% / 3 - 9px);
        margin-bottom: 9px;
    }
}

.foot .con .foot11 .foot1 .sec a:hover {
    background-image: linear-gradient(126deg, #124391 0%, #16709f 50%, #1a94ab 100%), linear-gradient(#0b87a7, #0b87a7);
    background-blend-mode: normal, normal;
    color: #fff;
    border-color: transparent;
}

.foot .con .foot11 .foot1 .sec a:last-child {
    margin-right: 0;
}

.foot .con .foot11 .foot2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 2.7083vw;
}

@media (max-width: 480px) {
    .foot .con .foot11 .foot2 {
        margin-top: 10px;
    }
}

.foot .con .foot11 .foot2 p {
    font-size: 16px;
}

@media (max-width: 1025px) {
    .foot .con .foot11 .foot2 p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .foot .con .foot11 .foot2 p {
        width: 100%;
    }
}

.foot .con .foot11 .foot2 p span {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    padding-left: 0.89vw;
    line-height: 1;
    font-style: italic;
    background-image: linear-gradient(to right, #124391, #1a94ab);
    color: transparent;
    -webkit-background-clip: text;
}

.foot .con .foot11 .foot2 p:nth-child(1) {
    margin-right: 6.09vw;
}

@media (max-width: 480px) {
    .foot .con .foot11 .foot2 p:nth-child(1) {
        margin-bottom: 9px;
        margin-right: 0;
    }
}

.foot .con .foot11 .foot2 p:last-child {
    width: 100%;
    margin-top: 9px;
}

.foot .con .foot3 {
    display: flex;
    justify-content: flex-end;
    margin-top: 4.43vw;
}

@media (max-width: 780px) {
    .foot .con .foot3 {
        display: none;
    }
}

.foot .con .foot3 .link {
    position: relative;
    cursor: pointer;
}

.foot .con .foot3 .link p {
    font-size: 14px;
    color: #111111;
    padding: 0 36px;
    border: solid 1px #333333;
    line-height: 67px;
    background: url(../images/4dc5dc5ba1909cf0a2127e1ac9fc87330cc82983.png) no-repeat 87% 50% #f9f9f9;
    width: 258px;
    font-weight: bold;
}

.foot .con1 {
    justify-content: space-between;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-top: 13px;
}

@media (max-width: 1025px) {
    .foot .con1 {
        line-height: 26px;
    }
}

@media (max-width: 780px) {
    .foot .con1 {
        flex-wrap: wrap;
    }
}

.foot .con1 a {
    color: #666666;
}

.foot .con1 a:hover {
    color: #124391;
}

.foot .con1 .foot4 {
    width: 48.563%;
}

@media (max-width: 1650px) {
.foot .con1 .foot4{
    width: 62%;
}
}

@media (max-width: 1200px) {
    .foot .con1 .foot4 {
        width: 57%;
    }
}

@media (max-width: 780px) {
    .foot .con1 .foot4 {
        width: 100%;
    }
}

.foot .con1 .foot5 {
    width: 48%;
    text-align: right;
}

@media (max-width: 780px) {
    .foot .con1 .foot5 {
        width: 100%;
        text-align: left;
    }
}


@media (max-width: 768px) {
 .xypg-right-content p img{max-width:100%!important;width:auto!important;height:auto!important;}
}



