<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* banner */
.index-banner{ position: relative; background-color: #333;}
.index-banner .swiper-slide img{max-width: 100%;}
.index-banner .swiper-slide a img  {width: 100%;}
.index-banner .swiper-pagination-bullet {width: 12px;height: 12px;background-color: #ffffff;margin: 0 14px;opacity: 0.5;color: transparent;}
.index-banner .swiper-pagination-bullet-active {opacity: 1;width: 42px;height: 42px;line-height: 42px;text-align: center;border: 2px solid rgba(255, 255, 255, 0.4);background-color: transparent;color: #fff;}
.index-banner .swiper-pagination-bullet-active .rightcircle {
    -webkit-animation: circleProgressLoad_right 6s linear infinite;animation: circleProgressLoad_right 6s linear infinite;}
.index-banner .swiper-pagination-bullet-active .leftcircle {
    -webkit-animation: circleProgressLoad_left 6s linear infinite;animation: circleProgressLoad_left 6s linear infinite;}
.index-banner .swiper-pagination-bullet-active .wrapper_con {display: block;}
.index-banner .swiper-pagination {font-size: 16px;}
.index-banner .swiper-pagination &gt; span { position: relative; display: inline-block; transition: none;}
.index-banner .swiper-container-horizontal &gt; .swiper-pagination-bullets {bottom: 5%;}
.index-banner .right {right: -2px;}
.index-banner .left {left: -2px;}
.index-banner .circleProgress {width: 42px;height: 42px;border: 2px solid transparent;border-radius: 50%; position: absolute;top: 0;-webkit-transform: rotate(-135deg);}
.index-banner .rightcircle {border-bottom: 2px solid #fff;border-left: 2px solid #fff;right: 0;}
.index-banner .leftcircle {border-top: 2px solid #fff;border-right: 2px solid #fff;left: 0;}
.index-banner .wrapper_con {width: 21px;height: 42px;position: absolute;top: -2px;overflow: hidden;display: none;}
.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 15px;}
@media (max-width:640px) {
    .index-banner .swiper-pagination-bullet {width: 10px;height: 10px;}
    .index-banner .swiper-pagination-bullet-active{width: 12px;height: 12px; line-height: 0;}
    .index-banner .swiper-pagination-bullet-active .rightcircle,
    .index-banner .swiper-pagination-bullet-active .leftcircle{display: none;}
    .index-banner .swiper-pagination-bullet{font-size: 0;}
    .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 8px;}
}
@media (max-width:768px){
    .index-banner .swiper-slide img{
        height: 400px;
        object-fit: cover;
    }

}
/* animation */ 
@keyframes circleProgressLoad_right { 
    0% { transform: rotate(45deg); } 
    50%, 100% { transform: rotate(225deg);} 
} 
@keyframes circleProgressLoad_left { 
    0%, 50% { transform: rotate(45deg); } 
    100% { transform: rotate(225deg); } 
}
.index-banner .index-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1440px;
}
.index-banner .index-content img {
    max-width: 100%;
}
.index-banner .title {
    color: #fff;
}
.index-banner .title img.text {
    margin-bottom: 40px;
}
.index-banner .title .title-text{
    font-size: 56px;
    margin-bottom: 15px;
    font-weight: bold;
}
.index-banner .title .title-abstract{
    margin-bottom: 50px;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 3px;
}
.index-banner .title a {
    display: inline-block;
    padding: 14px 44px;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 24px;
    color: #ffffff;
}
.index-banner .title a:hover {
    background-color: #fff;
    color: #3db7ef;
}

@media (max-width: 1600px){
    .index-banner .index-content{
        padding: 0 40px;
    }
    .index-banner .title .title-text{
        font-size: 60px;
        margin-bottom:30px;
    }
    .index-banner .title .title-abstract{
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 2px;
    }
    .index-banner .title a {
        padding: 12px 30px;
    }
}
@media (max-width: 1400px){
    .index-banner .title .title-text{
        font-size: 42px;
        margin-bottom:25px;
    }
    .index-banner .title .title-abstract{
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }
}
@media (max-width: 960px){
    .index-banner .title img.text {
        width: 50px;
        margin-bottom: 20px;
    }
    .index-banner .title .title-text{
        font-size: 32px;
        margin-bottom:25px;
    }
    .index-banner .title .title-abstract{
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0;
    }
    .index-banner .title a {
        font-size: 14px;
        padding: 8px 20px;
    }
}
@media (max-width: 768px){
    .index-banner .index-content{
        padding: 0 20px;
    }
    .index-banner .title img.text {
        height: auto;
        margin-bottom: 10px;
    }
    .index-banner .title .title-text{
        font-size: 20px;
        margin-bottom:10px;
    }
    .index-banner .title .title-abstract{
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 500px){
    .index-banner .title .title-text{
        font-size: 18px;
        margin-bottom:10px;
    }
    .index-banner .title .title-abstract{
        font-size: 12px;
        line-height: 18px;
    }
}


.index-about {
    display: flex;
    padding: 95px 0 100px;
    background: url(./images/about_bg.jpg) no-repeat;
    background-size: cover;
}
.index-about .l,.index-about .r {
    width: 50%;
}
.index-about .l img {
    max-width: 100%;
}
.index-about .r {
    padding-left: 40px;
    max-width: 660px;
    margin-right: auto;
    text-align: justify;
}
.index-about .r .content {
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
}
.index-about .r .content p {
    margin-bottom: 20px;
    white-space: pre-line;
}
.index-about .common-btn {
    margin-top: 45px;
}

@media (max-width: 1400px) {
    .index-about {
        padding: 50px 0;
    }
    .index-about .r {
        margin-right: 80px;
    }
    .index-about .r .content {
        font-size: 16px;
    }
    .index-about .common-btn {
        margin-top: 25px;
    }
    
}


@media (max-width: 960px) {
    .index-about .l {
        display: none;
    }
    .index-about .r {
        width: 100%;
    }
    .index-about .r {
        padding-left: 0;
        max-width: 100%;
        margin-right: 0;
        margin: 0;
        padding: 0 15px;
        width: 100%;
    }
    .index-about .r .content {
        font-size: 14px;
    }
    .index-about .r .content p {
        margin-bottom: 15px;
    }
}



.index-news {
    padding-top: 75px;
    background: url(./images/news_bg.jpg) no-repeat;
    background-size: cover;
}
.index-news .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-news .global-title&gt;span {
    
}

.index-news .btm {

}
.index-news .btm .swiper-slide {
    width: 444px;
}
.index-news .btm .swiper-slide .box {
    display: block;
    padding: 30px;
    padding-bottom: 90px;
    box-sizing: border-box;
    border: 1px solid #537ca1;
}
.index-news .btm .swiper-slide .box:hover {
    background-color: #024071;
}
.index-news .btm .swiper-slide .box .img {
    margin-bottom: 30px;
    overflow: hidden;
}
.index-news .btm .swiper-slide .box .img img {
    max-width: 100%;
    width: 100%;
}
.index-news .btm .swiper-slide:hover .box .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index-news .btm .swiper-slide .box .con {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 50px;
}
.index-news .btm .swiper-slide .box .con .time {
    margin-bottom: 35px;
}
.index-news .btm .swiper-slide .box .con h3 {
    margin-bottom: 30px;
    font-size: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-news .btm .swiper-slide .box:hover .con h3 {
    color: #3db7ef;   
}
.index-news .btm .swiper-slide .box .con p {
    color: #ffffff;
    line-height: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
}
.index-news .btm .swiper-slide .box .link {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
}
.index-news .btm .swiper-slide .box .link img {
    margin-left: 12px;
}

@media (max-width: 1600px) {
    .index-news .btm .swiper-slide {
        width: 333px;
    }
    .index-news .btm .swiper-slide .box {
        padding: 20px;
        padding-bottom: 50px;
    }
    .index-news .btm .swiper-slide .box .img {
        margin-bottom: 20px;
    }
    .index-news .btm .swiper-slide .box .con {
        margin-bottom: 30px;
    }
    .index-news .btm .swiper-slide .box .con .time {
        margin-bottom: 15px;
    }
    .index-news .btm .swiper-slide .box .con h3 {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

@media (max-width: 960px) {
    .index-news {
        padding-top: 50px;
    }
    .index-news .top {
        margin-bottom: 25px;
    }
    .index-news .btm .swiper-slide .box {
        padding: 15px;
        padding-bottom: 30px;
    }
    .index-news .btm .swiper-slide .box .con {
        margin-bottom: 20px;
    }
    .index-news .btm .swiper-slide .box .con h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .index-news .btm .swiper-slide .box .con p {
        line-height: 1.5;
        font-size: 14px;
    }
    .index-news .btm .swiper-slide .box .link {
        font-size: 14px;
    }
    .index-news .btm .swiper-slide .box .link img {
        margin-left: 8px;
        width: 15px;
        margin-top: 4px;
    }
}


.index-contact {
    padding: 75px 0 80px;
    background: url(./images/contact_bg.jpg) no-repeat;
    background-size: cover;
}
.index-contact .global-title {
    text-align: center;
}
.index-contact .tabs {
    margin-top: 55px;
    display: flex;
}
.index-contact .tabs .l,
.index-contact .tabs .r {
    width: 50%;
    background-color: #ffffff;
}
.index-contact .tabs .l {
    padding: 30px 50px;
}
.index-contact .tabs .l .tab {
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
}
.index-contact .tabs .l .tab li {
    position: relative;
    padding: 0 8px;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}
.index-contact .tabs .l .tab li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: transparent;
    bottom: -20px;
    left: 0;
    right: 0;
}
.index-contact .tabs .l .tab li:hover,
.index-contact .tabs .l .tab li.on {
    color: #3db7ef;
}

.index-contact .tabs .l .tab li:hover::after,
.index-contact .tabs .l .tab li.on::after {
    color: #3db7ef;
    background-color: #3db7ef;
    font-weight: bold;
}

.index-contact .tabs .l .contents {}
.index-contact .tabs .l .contents .content {}
.index-contact .tabs .l .contents .content h3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #333333;
}
.index-contact .tabs .l .contents .content ul li {
    margin-bottom: 12px;
    font-size: 16px;
    color: #666666;
}
.index-contact .tabs .l .contents .content ul li:last-of-type {
    margin-bottom: 0;
}
.index-contact .tabs .l .contents .content ul li span {
    display: inline-block;
    color: #333333;
}
.index-contact .tabs .r img {
    max-width: 100%;
    width: 100%;
}
.index-contact .maps {
    margin-top: 35px;
}
.index-contact .map {
    width: 100%;
    height: 260px;
}


@media (max-width: 1200px) {
    .index-contact .tabs .l {
        padding: 25px 30px;
    }
    .index-contact .tabs .l .tab {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }   
    .index-contact .tabs .l .tab li {
        font-size: 16px;
    }
    .index-contact .tabs .l .contents .content h3 {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .index-contact .tabs .l .contents .content ul li {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .index-contact .tabs .r img {
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 960px) {
    .index-contact .tabs .l {
        width: 100%;
    } 
    .index-contact .tabs .l {
        padding: 20px 15px;
    }
    .index-contact .tabs .r {
        display: none;
    }
    .index-contact .tabs .l .tab li {
        font-size: 14px;
        padding: 0;
    }
    .index-contact .tabs .l .tab {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .index-contact .tabs .l .tab li::after {
        bottom: -10px;
    }
}

.index-footer {
    padding: 130px 0 100px;
    background: url(./images/footer_bg.jpg) no-repeat;
    background-size: cover;
}
.index-footer .con {
    text-align: center;
    color: #fff;
}
.index-footer .con h3 {
    margin-bottom: 40px;
    font-size: 40px;
}
.index-footer .con a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 9px 41px;
}
.index-footer .con a:hover {
    color: #fff;
    border-color: #3db7ef;
    background-color: #3db7ef;
}

@media (max-width: 960px) {
    .index-footer {
        padding: 90px 0 70px;
    }
    .index-footer .con h3 {
        margin-bottom: 25px;
        font-size: 30px;
        letter-spacing: 5px;
    }
    .index-footer .con a {
        font-size: 14px;
        padding: 6px 25px;
    }
}

@media (max-width: 768px) {
    .index-footer {
        padding: 50px 0;
    }
    .index-footer .con h3 {
        margin-bottom: 15px;
        font-size: 20px;
    }
}</pre></body></html>