body {
    font-size: 15px;
    font-family: "微软雅黑";
    line-height: 1.5;
    font-weight: 400;
    color-scheme: light dark;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.header {
    height: 100px;
    background-color: #f8fbff;
}

.logo-box {
    width: 330px;
}

.logo-box .logo {
    width: 220px;
}

.nav-list {
    position: relative;
}

.nav-list .nav-list-item {
    height: 80px;
    margin: 0 20px;
    -webkit-transition: all 0.26s ease-out;
    -moz-transition: all 0.26s ease-out;
    -ms-transition: all 0.26s ease-out;
    -o-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}

.nav-list .nav-list-item a {
    font-size: 15px !important;
    position: relative;

}

.nav-list .nav-list-item a:hover {
    color: #008EEE;
}


.nav-list .nav-list-item.active a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #008EEE;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.nav-list-2 {
    width: 1140px;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    z-index: 20;
    top: 80px;
    left: 80px;
}

.nav-list .nav-list-item:hover .nav-list-2 {
    color: #008EEE;
    display: flex;

}

.nav-list .nav-list-item:hover .nav-list-2 a {
    color: #000000;
    letter-spacing: 1px;
    font-size: 16px !important;
}
.nav-list .nav-list-item:hover .nav-list-2 a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: transparent;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.nav-list .nav-list-item:hover .nav-list-2 a:hover {
    color: #008EEE !important;
}

.nav-list .nav-list-item:hover .nav-list-2 .pcdesc {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #999999;
    margin-top: 5px;
}

.nav-list .nav-list-item:hover .nav-list-2 li {
    padding: 20px;
    cursor: pointer;
}

.nav-list .nav-list-item:hover .nav-list-2 li:hover {
    background-color: rgb(249, 249, 251);
}

.nav-list .nav-list-item:hover .nav-list-2 .icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.swiper-container-banner {
    height: 860px;
}

.swiper-container-banner .info {
    font-weight: bold;
    font-size: 4.0625rem;
    color: #ffffff;
    line-height: 4.6875rem;
    padding-top: 5.2083rem;
    padding-left: 3.125rem;
}

.swiper-container-banner .info .small {
    font-size: 3.125rem;
    font-weight: bold;
}

.swiper-container-banner .more {
    font-weight: 500;
    font-size: .9375rem;
    color: #ffffff;
    line-height: .8333rem;
    padding-top: .7813rem;
    padding-left: 3.125rem;
}

.swiper-container-banner {
    width: 100%;
}

.swiper-container-banner .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.news-box {
    width: 1280px;
    margin: 60px auto;
}

.news-box .news-title {
    font-size: 30px;
    visibility: inherit;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    display: flex;
    flex-direction: column;
    margin: 60px 0;

}

.news-box .news-title::after {
    content: '';
    width: 38px;
    height: 2px;
    background: #008EEE;
}

.news-list .item-1 {
    width: 520px;
    height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    transition: all .6s;

}
.news-list .item-1 .img{
    max-height: 225px;
    overflow: hidden;
}
.news-list .item-1:hover {
    transform: translateX(20px);
}

.news-list .item-1 .text {
    background: #008EEE;
    color: #fff;
    padding: 28px 20px 28px 40px;
}

.news-list .item-1 .text h3 {
    margin: 0;
    font-size: 16px !important;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}
.news-list .item-1 .text h3 a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.news-list .item-1 .text h3 a:hover {
    color: #ffffff;
}

.news-list .item-1 .text p {
    color: #ffffff;
    padding-top: 15px;
    margin: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.news-list .item-1 .text .content {
    flex: 1;
}

.news-list .item-1 .text .date {
    width: 80px;
}

.news-list .item-1 .text .date .day {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
    color: #ffffff;
}

.news-list .item-1 .text .date .year {
    color: #ffffff;
    position: relative;
    display: block;
}

.news-list .li-left {
    flex: 1;
    margin-left: 100px;
}

.news-list .item-2 .title {
    border-bottom: 1px solid;
    border-color: #999999;
    font-size: 16px;
    margin-bottom: 5px; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: justify;
    line-height: 45px !important;
}

.news-list .item-other {
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    transition: all .6s;
    border-bottom: 1px solid;
    border-color: #999999;
    position: relative;
    padding: 15px 0;
}

.news-list .item-other .fa-angle-right {
    color: #fff;
}

.news-list .item-other:hover {
    transform: translateX(20px);
}

.news-list .item-other:hover .fa-angle-right {
    color: #008EEE;
    margin-left: 10px;
}
.news-list .item-other .title{
    font-size: 18px;
}
.news-list .item-other a {
    color: #000000;
    margin: 0;
    display: flex;
    align-items: center;
}

.news-list .item-other a:hover {
    color: #008EEE;
}

.news-list .item-other a .time {
    margin-left: auto;
    width: 100px;
    text-align: right;
}
.news-list .item-other a h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.news-list .item-other p {
    color: #999999;
    font-size: 14px;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.news-list .item-other .date {
    margin-left: 30px;
}

.news-list .item-other .date .day {
    font-size: 36px;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
    color: #999;
}

.news-list .item-other .date .year {
    color: #999;
    position: relative;
    display: block;
}

.news-box .news-more {
    padding: 10px 15px;
    border: 1px solid;
    color: #008EEE;
    display: block;
    width: 110px;
    text-align: center;
    margin: 30px auto 0 auto;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    cursor: pointer;
    border-radius: 40px;
}

.news-box .news-more:hover {
    background-color: #008EEE;
    color: #ffffff;
}

.news-box .news-more:hover a {
    color: #ffffff;
}

.aboutus {
    background-image: url(../images/abback.png);
    min-height: 300px;
    width: 100%;
    padding-top: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.aboutus .aboutus-title {
    font-size: 30px;
    color: #000000;
    text-align: center;
    padding-bottom: 10px;
}

.aboutus .aboutus-small {
    color: #999999;
    font-size: 20px;
    text-align: center;
    padding-bottom: 40px;
}

.aboutus-list {
    width: 1280px;
    margin: 0 auto;
    padding: 30px 0;
    background-color: #ffffff;
    padding: 20px 10px;
}

.aboutus-list ul li {
    width: 20%;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #f8f8f8;
    box-sizing: border-box;
    padding: 0 10px;
}

.aboutus-list ul li:last-child {
    border-right: none;
}

.aboutus-list ul li::before {
    background: #008EEE;
    content: "";
    height: 100%;
    position: absolute;
    transition: all .30s linear;
    top: 0px;
    width: 0%;
    z-index: 1;
    left: 10px;
}

.aboutus-list ul li::after {
    background: #008EEE;
    content: "";
    height: 100%;
    position: absolute;
    transition: all .30s linear;
    top: 0px;
    width: 0%;
    z-index: 1;
    right: 10px;
}

.aboutus-list ul li:hover::after {
    width: 50%;
}

.aboutus-list ul li:hover::before {
    width: 50%;
}

.aboutus-list ul li:hover a {
    color: #fff;
}

.aboutus-list ul li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 20;
    height: 320px;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 6px;
    position: relative;
    text-transform: uppercase;
}

.aboutus-list ul li .img {
    width:72px;
    height: 72px;
    margin-bottom: 20px;
}

.aboutus-content {
    color: #1A1A1A;
    line-height: 30px;
    font-size: 14px;
    width: 1280px;
    margin: 0 auto;
    padding: 30px 0;
}

.list-adv .img {
    width: 100%;
}

.list-sub {
    width: 1280px;
    margin: 0 auto 80px auto
}
.list-sub ul{
    justify-content: space-around;
}
.list-sub ul li {
    width: 350px;
    height: 200px;
    background: #ccc;

    margin-top: 50px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.list-sub ul li:hover {
    color: #ffffff;
}

.list-sub ul li .img {
    width: 50px;
    margin-bottom: 10px;
}
.list-sub ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.list-sub ul li a:hover{
    color: #fff;
}
.list-sub ul li span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.list-sub ul li:nth-child(1) {
    background: #e9f5fd;
}

.list-sub ul li:nth-child(1):hover {
    background: #42aff8;
}

.list-sub ul li:nth-child(2) {
    background: #f3deff;
}

.list-sub ul li:nth-child(2):hover {
    background: #ca71fd;
}

.list-sub ul li:nth-child(3) {
    background: #ffefe0;
}

.list-sub ul li:nth-child(3):hover {
    background: #faa759;
}

.list-sub ul li:nth-child(4) {
    background: #d7ffff;
}

.list-sub ul li:nth-child(4):hover {
    background: #528888;
}

.list-sub ul li:nth-child(5) {
    background: #e5ffdd;
}

.list-sub ul li:nth-child(5):hover {
    background: #628f54;
}

.list-sub ul li:nth-child(6) {
    background: #ffd7e0;
}

.list-sub ul li:nth-child(6):hover {
    background: #7e4753;
}

.detail-content {
    width: 800px;
    margin: 60px auto;
    padding: 30px 0;
    color: #1A1A1A;
    line-height: 30px;
    font-size: 14px;
    line-height: 1.5;
}

.detail-content .title {
    text-align: center;
    font-size: 30px !important;
}

.detail-content .time {
    font-size: 14px;
    color: #a3afb7;
    margin-top: 15px;
    text-align: center;
}

.detail-content .content {
    border-top: rgb(153, 153, 153) 1px solid;
    padding: 20px 20px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
}
.detail-content .content img{
    margin: 0 auto;
}
.news-list-page {
    width: 1280px;
    margin: 0 auto;
}

.news-list-title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: rgb(240, 242, 245) 1px solid;
    height: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.news-list-title .title {
    width: 1280px;
    margin: 0 auto;
}

.news-list-page ul li {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    padding: 20px 0;
    transition: all .36s ease-out 0s;
    border-bottom: 1px solid #e9e9e9;
}

.news-list-page ul li .right-content {
    flex: 1;
}

.news-list-page ul li a {
    display: flex;

}

.news-list-page ul li a .img-box {
    width: 33.333%;
    padding-right: 50px;
}

.news-list-page ul li a .img-box img {
    max-width: 100%;
}

.news-list-page ul li a .content-title {
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 30px;
}

.news-list-page ul li a .content-title span {
    font-size: 24px;
    font-weight: 500;
}

.news-list-page ul li a .content-time {
    color: #999999;


}

.news-list-page ul li a .content-desc {
    color: #999999;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    letter-spacing: 1px;
    text-align: justify;
    margin-top:10px;

}
.news-pager{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:  20px 0 60px 0;
    gap: 2px;
    font-size: 14px;
}
.news-pager a {
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    background: #ffffff;
    color: #ccd5db;
    cursor: pointer;
}
.news-pager .page-num-current{
    background: #008EEE;
    color: #ffffff;
    border: 1px solid #008EEE;
}
.news-pager a.active{
    background: #008EEE;
    color: #ffffff;
    border: 1px solid #008EEE;
}
.news-pager a:hover {
    background: #008EEE;
    color: #ffffff;
    border: 1px solid #008EEE;
}

.footer-box {
    background-color: #ffffff;
    background-color: #333333;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    width: 100%;
}

.footer-box .footer {
    color: #ffffff;
    width: 1280px;
    margin: 0 auto;
    
}

.footer-box .footer .footer-list .title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.footer-box .footer .footer-list ul li {
    line-height: 30px;
}

.footer-box .footer .footer-list ul li a {
    font-size: 12px;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #aaaaaa;
}

.footer-box .footer .footer-list ul li a:hover {
    color: #ffffff;
}

.footer-box .footer .hotline {
    margin-left: auto;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 30px;
}

.footer-box .copyright {
    padding: 15px 0;
    border-top: 1px solid;
    margin: 30px 0 0 0;
    border-color: #008EEE;
    border-color: #444444;
    font-size: 14px;
}