.header .sk-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 17px;
    flex-wrap: wrap;
}

.header .sk-container a {
    width: 147px;
    height: 46px;
    line-height: 46px;
    background: rgba(255,255,255,0.46);
    border: 2px solid #ffffff;
    border-radius: 28px;
    font-size: 22px;
    text-align: center;
    color: #ffffff;
}

body {
    background-color: #F8FDFF;
}

.main {
    margin-top: 50px;
    margin-bottom: 60px;
}

.area-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.area-title a {
    line-height: 60px;
    padding: 0 40px;
    background-color: #D7EAFF;
    background: #286fdf;
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
}

.area-title a::after, .area-title a::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 29px;
    background-color: #006fe7;
    top: calc(50% - 14.5px);
}

.area-title a::after {
    left: -25px;
}

.area-title a::before {
    right: -25px;
}

.area-title img {
    height: 20px;
}

.area2 .area-title img {
    width: calc(50% - 254px);
}

.area1 .area-title img, .area4 .area-title img {
    width: calc(50% - 118px);
}

.area1-content {
    margin-top: 40px;
    overflow: hidden;
}

.area1-content .swiper-wrapper {
    display: flex;
}

.area1-content .swiper-wrapper li {
    padding: 0 15px;
}

.area1-content .swiper-wrapper .swiper-slide-visible:first-child li {
    padding-left: 0;
}

.area1-content .swiper-wrapper .swiper-slide-visible:last-child li {
    padding-right: 0;
}

.area1-content a {
    border: 1px solid #e3e3e3;
    display: block;
    width: 100%;
    height: 170px;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
}

.area1-content a p {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 8px;
    border-bottom: 1px dashed #e3e3e3;
    height: 67px;
}

.area1-content a span {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    color: #999999;
}

.area1-content li:hover a {
    border: 1px solid #ebf2ff;
    box-shadow: 0px 0px 20px 0px rgba(40,101,194,0.09); 
}

.area1-content li:hover a p {
    color: #286FDF;
    border-bottom: 1px dashed #D9E8FF;
}

.area1-content li:hover a span {
    color: #7AAEFF;
}

.area2 {
    margin-top: 70px;
}

.area2-content {
    background-color: #fff;
    border: 1px solid #9dccff;
    box-sizing: border-box;
    margin-top: 45px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.area2-content li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 9);
    margin-top: 40px;
    padding-bottom: 20px;
}

.area2-content li a:first-child {

}

.area2-content li a:last-child {

}

.area2-content li a:first-child img {

}

.area2-content li a:last-child span {
    font-size: 14px;
    color: #006fe7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.area3 {
    margin-top: 80px;
}

.area3-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: relative;
}

.area3-nav::after {
    position: absolute;
    content: '';
    width: 14px;
    height: 29px;
    background-color: #006FE7;
    top: calc(50% - 14.5px);
    left: calc(50% - 14px);
}

.area3-nav li {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 34px;
    font-weight: 700;
    color: #83b3f1;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.area3-nav li:hover, .area3-nav li.active {
    background-color: #d7eaff;
}

.area3-nav li:hover, .area3-nav li.active {
    color: #006fe7;
}

.area3-content {
    margin-top: 40px;
}

.area3-content ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.area3-content ul:last-child {
    display: none;
}

.area3-content ul li {
    width: calc(100% / 4);
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.area3-content ul li a {
    border: 1px solid #9dccff;
    background-color: #dcedff;
    display: flex;
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: space-evenly;
}

.area3-content ul li a span {
    display: block;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    font-size: 20px;
    color: #006fe7;
}

.area4 {
    margin-top: 40px;
}

.area4-content {
    margin-top: 40px;
}

.area4-content li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.area4-content li:last-child {
    margin-bottom: 0;
}

.area4-content li a {
    text-indent: 20px;
    max-width: calc(100% - 200px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    font-size: 16px;
    color: #222222;
}

.area4-content li a::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #DFDFDF;
    top: calc(50% - 3.5px);
    left: 0;
}

.area4-content li a:hover {
    color: #006FEF;
    font-weight: 700;
}

.area4-content li a:hover::after {
    background-color: #006FEF;
}

.area4-content li span {
    font-size: 14px;
    color: #999999;
}

@media (max-width: 1199px) {
    .area3-nav::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .area2-content li {
        width: calc(100% / 7);
    }
    .area3-content ul li {
        width: calc(100% / 3);
    }
}

@media (max-width: 767px) {
    .area2-content li {
        width: calc(100% / 4);
    }
    .area3-content ul li {
        width: calc(100% / 2);
    }
    .area3-nav li {
        font-size: 24px;
    }
    .area-title a {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    .area2-content li {
        width: calc(100% / 2);
    }
    .area3-content ul li {
        width: calc(100% / 1);
    }
    .area4-content li a {
        max-width: calc(100% - 100px);
    }
}

