
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

  html {
	color: #000;
	scrollbar-highlight-color: rgba(51, 180, 255, 0);
	scrollbar-3dlight-color: rgba(51, 180, 255, 0);
	scrollbar-darkshadow-color: rgba(51, 180, 255, 0);
	scrollbar-shadow-color: rgba(51, 180, 255, 0);
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: rgba(0, 0, 0, 0.4);
	box-sizing: border-box;

}
body {
    min-width: 1200px;
    font-size: 14px;
    font-family: 'Alibaba';
    
}

img {
    object-fit: cover;
    max-width: 100%;
    vertical-align: middle
}
ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
    text-decoration: none;
}


a {
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
    color: #000;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

input {
    outline: none;
}

:root {
    --color: #1A76FF;
    --color-z: #333333
}
p,h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
    font-weight: 400;
}


a:hover {
    color: var(--color) !important;
}


 input[type="radio"]::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #999;
    box-sizing: border-box;
    position: absolute;
    top: 48px;
    position: absolute;
    top: 0;
    left: 0;
}
 input[type="radio"]:checked::before {
    background-color:  var(--color);
    background-clip: content-box;
    border: 1px solid  var(--color);
    padding: 1px;
    box-sizing: border-box;
}
input[type="checkbox"]{margin-top: 0; width:16px;height:16px;display: inline-block;text-align: center;vertical-align: middle; line-height: 18px;position: relative;}
input[type="checkbox"]::before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 100%;height: 100%;border: 1px solid #d9d9d9}
input[type="checkbox"]:checked::before{content: "\2713";background-color: #fff;position: absolute;top: 0;left: 0;width:100%;border: 1px solid  var(--color);color: var(--color);font-size: 16px;font-weight: bold;}
.text-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bx-text-p2{
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.bx-text-p3{
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.bx-text-p4{
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.bx-img-hover:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.buts {
    display: inline-block;
    min-width: 110px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    background: linear-gradient(180.00deg, rgb(113, 170, 255),rgb(26, 118, 255) 100%);
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 5px;
}


    .buts:hover {
        opacity: 0.8;
        color: #fff !important;
    }

    .mt100{
        margin-top: 100px;
    }
    .mt50{
        margin-top: 50px;
    }

.container{
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
}
.header-top{
    background-color: #fff;
}
#visit-count {
    text-align: right;
    margin-right: 80px;
    margin-bottom: 10px;
}
.header-top-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top-item .logo{
    display: block;
}
.header-top-item .logo img{
    height: 120px;
}

.header-top-right{
    display: flex;
    align-items: center;
}

.header-top-right .login-out {
    display: inline-block;
    padding: 6px 16px;
    border-top: 1px solid #b5b5b5;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin: 20px;
}
.dropdown-btn {
    background-color: #4CAF50;
    color: white;
    padding: 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    min-width: 160px;
}
.dropdown-content {
    display: none;
    position: absolute;
    border-radius: 8px;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #f1f1f1
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropdown-btn {
    background-color: #3e8e41;
}

.header-search{
    border: 1px solid #DFE1E6;
    display: flex;
    align-items: center;
    padding-left: 50px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.header-search img{
    position: absolute;
    left: 15px;
    top: 16px;
    width: 18px;
}
.header-search input{
    width: 300px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #000;
    height: 50px;
}
.header-search .buts{
    line-height: 50px;
}
.login-but{
    margin-left: 20px;
}

.header-nav{
    background-color: var(--color);
}

.header-nav-box ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
}

.header-nav-box ul li{
    width: 14%;
    display: inline-block;
}
.header-nav-box ul li>a{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    line-height: 70px;
    /*padding: 0 28px;*/
    background: linear-gradient(180.00deg, rgb(113, 170, 255), rgb(26, 118, 255) 100%);
    letter-spacing: 8px;
    position: relative;
    top: 0;
}

.header-nav-box ul li >a #Online, .header-nav-box ul li >a #subscribe {
    min-width: 30px;
    height: 20px;
    line-height: 10px;
    padding: 4px 6px;
    border-radius: 10px;
    color: white;
    text-align: center;
    background-color: #f56c6c;
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
}

.index-one{
    margin-top: 30px;
}
.index-one-box{
    display: flex;
    justify-content: space-between;
}
.index-one-box .banner{
    width: 65%;
}
.index-one-box .banner .img{
    border-radius: 5px;
    overflow: hidden;
}
.index-one-box .banner img{
    width: 100%;
}
.index-one-box .index-navbox{
    width: 35%;
    padding-left: 20px;
}
.index-navbox ul li:nth-child(1){
    margin-top: 0;
}
.index-navbox ul li{
    margin-top: 20px;
}
.index-navbox-list{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background: linear-gradient(180.00deg, rgb(113, 170, 255),rgb(26, 118, 255) 100%);
    display: flex;
    align-items: center;
    padding: 33px 30px;
    transition: all 0.5s;
}
.index-navbox-list .icons{
    width: 25%;
    text-align: center;
}
.index-navbox-list .icons img{
    max-height: 40px;
}
.index-navbox-list .text{
    flex: 1;
    border-left: 1px solid rgba(255,255,255,.3);
    padding-left: 40px;
}
.index-navbox-list .text h3{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}
.index-navbox-list .text p{
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 8px;
}
.index-navbox ul li:nth-child(2) .index-navbox-list{
    background: #F0B035;
}
.index-navbox-list:hover{
    transform: translateY(-4px);
}
.box-title{
    text-align: center;
}
.box-title h3{
    font-size: 40px;
    color: #202334;
}
.box-title h3 span{
    color: var(--color);
}
.box-title p{
    font-size: 12px;
    color: var(--color);
    letter-spacing: 6px;
    margin-top: 5px;
}

.img-padding {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .img-padding img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }


.index-news-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #F8F9FB;
    border-radius: 10px;
    overflow: hidden;
}

.index-news-item .index-news-l{
    width: 65%;
}
.index-news-item .index-news-r{
    width: 35%;
    padding: 20px 30px 40px 30px;
    position: relative;
}
.index-news-item .index-news-r .news-but{
    text-align: right;
    position: absolute;
    right: 30px;
    bottom: 13px;
    font-size: 16px;
}

.index-news-l-list{
    display: block;
    position: relative;
}

.index-news-l-list .img{
    padding-bottom: 58%;
}
.index-news-l-list .text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0,.6) 100%);
    padding:10px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}
.index-news-item .index-news-l .swiper-pagination{
    text-align: right;
    padding-right: 10px;
   
}
.index-news-item .index-news-l .swiper-pagination .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 0.3;
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet-active{
    opacity: 1 !important;
}

.index-news-r-list{
    display: block;
    position: relative;
    padding-left: 20px;
}
.index-news-r-list::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #959595;
    border-radius: 10px;
}
.index-news-r-list h3{
    font-size: 16px;
    color: #333333;
}
.index-news-r-list p{
    font-size: 16px;
    color: #626262;
    margin-top: 15px;
    display: none;
    height: auto;
    max-height: 75px;
}
.index-news-r-list span{
    font-size: 16px;
    color: #005CAB;
    display: none;
    margin-top: 15px;
}

.index-news-r ul li{
    padding: 12px 0;
    border-bottom: 1px dashed rgb(219, 219, 219);
}
.index-news-r ul li:nth-child(1) .index-news-r-list{
    padding-left: 0;
}
.index-news-r ul li:nth-child(1) p,.index-news-r ul li:nth-child(1) span{
    display: block;
}
.index-news-r ul li:nth-child(1) h3{
    font-size: 24px;
    font-weight: bold;
    color: #202020;
    line-height: 30px;
    height: auto;
    min-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: break-spaces;
}
.index-news-r-list h3:hover{
    color: var(--color);
}

.index-team-box{
    display: flex;
    justify-content: space-between;
}

.index-team-list{
    width: calc(50% - 30px);
}
.index-team-title{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E4E4E4;
    
}

.index-team-title h3{
    font-size: 20px;
    color: #F0B035;
    padding-bottom: 20px;
    border-bottom: 2px solid #F0B035;
}
.index-team-title a{
    font-size: 16px;
    color: #959595;
}


.index-team-l{
    display: block;
    width: 100%;
    background-color: #F8F9FB;
    border-radius: 20px;
    padding: 40px 45px;
    border-bottom: 3px solid var(--color);
    transition: all 0.5s;
}
.index-team-l .img{
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.index-team-l .text{
    margin-top: 30px;
}
.index-team-l .text h3{
    text-align: center;
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;

}
.index-team-l .text p{
    height: 24px;
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.index-team-l .text span{
    display: block;
    margin: 0 auto;
    width: 150px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    margin-top: 30px;
    border-radius: 40px;
    transition: all 0.5s;
    background-color: rgba(26, 118, 255,.15);
}
.index-team-l:hover h3{
    color: #F0B035;
}
.index-team-l:hover{
    border-bottom-color: #F0B035;
    transform: translateY(-5px);
}
.index-team-l:hover .text span{
    background-color: #F0B035;
    color: #fff;
}
.index-team-swiper .swiper-button-prev{
    left: 5px;
}
.index-team-swiper .swiper-button-next{
    right: 5px;
}
.index-team-swiper .swiper-button-next,.index-team-swiper .swiper-button-prev{
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,.5);
    border-radius: 50%;
}

.index-team-swiper .swiper-button-next::after,.index-team-swiper .swiper-button-prev::after{
    font-size: 16px;
    color: #fff;
}
.index-team-swiper .swiper-button-next:hover,.index-team-swiper .swiper-button-prev:hover{
    background: linear-gradient(180.00deg, rgb(113, 170, 255),rgb(26, 118, 255) 100%);
}

.footer{
    background: url(../images/footer-bg.png) no-repeat top;
    background-size: cover;
    padding-top: 150px;
    margin-top: 125px;
    
}
.footer_pack {
    display: flex;
    align-items: flex-start;
    padding-bottom: 50px;
}

.footer_pack_phone {
    width: 30%;
}

    .footer_pack_phone li {
        margin-bottom: 31px;
        display: flex;
    }
    .footer_pack_phone li:nth-last-child(1){
        margin-bottom: 0;
    }

.footer_phone_icon {
    width: 44px;
    margin-top: 5px;
}

.footer_phone_cont {
    width: calc(100% - 44px);
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
}

    .footer_phone_cont h4 {
        color: #959595;
    }

    .footer_phone_cont p {
        color: #fff;
    }

.footer_pack_right {
    width: 70%;
}
.footer-link {
    color: #B1B1B1;
    font-size: 16px;
}

.footer-link span{
        margin:0 15px;
        font-size:13px;
        vertical-align:text-bottom;
    }

.footer-link a {
    color: #B1B1B1;
}
.footer-ewm{
    text-align: center;
    margin-top: 30px;
}
 .footer-ewm .ewm-list{
    display: inline-block;
    font-size: 16px;
    color: #B1B1B1;
    text-align: center;
    width: 100px;
    margin: 0 20px;
}
.footer-ewm .ewm-list .img{
    margin-bottom: 15px;
}

.copyright{
    text-align: center;
    font-size: 16px;
    color: #959595;
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 20px 0;
}

@media (max-width: 1600px) {
    .container{
        max-width: 1200px;
    }
    .mt100{
        margin-top: 80px;
    }
    .mt50{
        margin-top: 30px;
    }
    .header-top-item .logo img{
        height: 90px;
    }
    .buts{
        min-width: 90px;
        line-height: 42px;
        font-size: 14px;
    }
    .header-search input{
        width: 240px;
        height: 42px;
        font-size: 14px;
    }
    .header-search .buts{
        line-height: 42px;
    }
    .header-search img{
        left: 13px;
    top: 14px;
    width: 15px;
    }
    .header-search{
        padding-left: 42px;
    }
    .login-but{
        margin-left: 15px;
    }
    .header-nav-box ul li>a{
        line-height: 50px;
        font-size: 16px;
        padding: 0 10px;
    }
    .index-navbox-list{
        padding: 24px 15px;
    }
    .index-navbox ul li{
        margin-top: 15px;
    }
    .index-navbox-list .text{
        padding-left: 25px;
    }
    .index-navbox-list .text h3{
        font-size: 16px;
    }
    .index-navbox-list .text p{
        font-size: 14px;
    }
    .index-navbox-list .icons img{
        max-height: 34px;
    }
    .box-title h3{
        font-size: 30px;
    }
    .box-title p{
        letter-spacing: 3px;
    }
    .index-news-l-list .text{
        font-size: 14px;
    }
    .index-news-r-list h3{
        font-size: 14px;
    }
    .index-news-r-list p{
        font-size: 14px;
        max-height: 50px;
        margin-top: 2px;
    }
    .index-news-r ul li:nth-child(1) h3{
        font-size: 18px;
        line-height: 25px;
        min-height: 50px;
    }
    .index-news-r ul li{
        padding: 9px 0;
    }
    .index-news-r-list span{
        font-size: 14px;
        margin-top: 2px;
    }
    .index-news-item .index-news-r{
        padding: 15px 25px 30px 25px;
    }
    .index-news-item .index-news-r .news-but{
        font-size: 14px;
        bottom: 6px;
    }
    .index-team-title h3{
        font-size: 18px;
        padding-bottom: 10px;
    }
    .index-team-title a{
        font-size: 14px;
    }
    .index-team-list{
        width: calc(50% - 20px);
    }
    .index-team-l .img{
        width: 180px;
        height: 180px;
    }
    .index-team-l{
        padding: 30px;
    }
    .index-team-swiper .swiper-button-next, .index-team-swiper .swiper-button-prev{
        width: 45px;
        height: 45px;
    }
    .index-team-l .text h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .index-team-l .text p{
        font-size: 14px;
    }
    .index-team-l .text span{
        width: 130px;
        line-height: 42px;
        font-size: 14px;
    }
    .footer{
        margin-top: 90px;
        padding-top: 120px;
    }
    .footer_phone_cont{
        font-size: 14px;
    }
    .footer-link{
        font-size: 14px;
    }
    .footer-link span{
        margin: 0 10px;
    }
    .copyright{
        font-size: 14px;
        padding: 15px 0;
    }
    .footer_phone_icon{
        width: 40px;
    }
    .footer_pack_phone li{
        margin-bottom: 20px;
    }
    .footer-ewm .ewm-list{
        font-size: 14px;
    }
}


@media (max-width: 1000px) {
    body{
        min-width: 400px;
    }
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .mt100{
        margin-top: 30px;
    }
    .mt50{
        margin-top: 20px;
    }
    .header-top-item{
        flex-direction: column;
    }
    .header-top-item .logo img{
        height:60px;
    }


    .header-search input{
        flex: 1;
    }
    .header-top-right{
        width: 100%;
    }
    .buts{
        min-width: 75px;
        line-height: 35px;
    }
    .login-but{
        margin-left: 10px;
    }
    .header-search{
        flex: 1;
    }
    .header-search input{
        width: auto;
        height: 35px;
    }
    .header-search .buts{
        line-height: 35px;
    }
    .header-search{
        padding-left: 30px;
    }
    .header-search img{
        left: 9px;
        top: 11px;
        width: 14px;
    }
    .header-nav{
        margin-top: 10px;
        padding: 10px 0;
    }
    .header-nav-box ul li{
        margin-right: 10px;
    }
    .header-nav-box ul li>a{
        font-size: 14px;
        line-height: 30px;
    }
    .index-one{
        margin-top: 10px;
    }
    .index-one-box{
        flex-direction: column;
    }
    .index-one-box .banner{
        width: 100%;
    }
    .index-one-box .index-navbox{
        padding-left: 0;
        width: 100%;
        margin-top: 10px;
    }
    .index-navbox ul li{
        margin-top: 10px;
    }
    .index-navbox-list{
        padding: 15px 10px;
    }
    .index-navbox-list .icons{
        width: 100px;
    }
    .index-navbox-list .icons img{
        max-height: 28px;
    }
    .box-title h3{
        font-size: 20px;
    }
    .box-title p{
        letter-spacing: 0px;
    }
    .index-news-item{
        flex-direction: column;
    }
    .index-news-item .index-news-l{
        width: 100%;
    }
    .index-news-item .index-news-r{
        width: 100%;
    }
    .index-news-item .index-news-r{
        padding: 15px;
    }
    .index-news-item .index-news-r .news-but{
        text-align: right;
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 10px;
    }
    .index-team-box{
        flex-direction: column;
    }
    .index-team-list{
        width: 100%;
        margin-bottom: 20px;
    }
    .index-team-l{
        padding: 20px;
    }
    .index-team-l .img{
        width: 120px;
        height: 120px;
    }
    .index-team-l .text{
        margin-top: 10px;
    }
    .index-team-l .text h3{
        font-size: 16px;
    }
    .index-team-l .text p{
        font-size: 12px;
    }
    .index-team-l .text span{
        width: 112px;
        line-height: 35px;
        font-size: 14px;
        margin-top: 15px;
    }
    .footer{
        margin-top: 30px;
        background-position: left;
        padding-top: 50px;
    }
    .footer_pack{
        flex-direction: column;
        padding-bottom: 25px;
    }
    .footer-link{
        display: none;
    }
    .footer_pack_phone{
        width: 100%;
    }
    .footer_pack_right{
        width: 100%;
    }
}

/* 搜索容器 */
.header-search-container {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* 搜索结果框 */
.search-results {
  position: absolute;
  top: 10%; 
  width: 33%;
  background: #fff;
  border: 1px solid #DFE1E6;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
  display: none; /* 默认隐藏 */
}

/* 搜索结果项 */
.search-result-item {
  padding: 12px 15px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: all 0.2s;
}

.search-result-item:hover {
  background-color: #f9f9f9;
}

.search-result-item:last-child {
  border-bottom: none;
}

.search-result-item p {
  margin: 4px 0;
  font-size: 14px;
  color: #666;
}

.search-result-item p:first-child {
  font-weight: bold;
  color: #333;
  font-size: 16px;
}

/* 高亮关键词 */
.highlight {
  color: #1A76FF;
  font-weight: bold;
}
