@import url(animate.css);
@import url(../layui/css/layui.css);
@import url(../fontawesome/css/all.min.css);
@import url(../fontawesome/css/v4-shims.min.css);
@font-face {
    font-family: 'Poppins_SemiBold';
    src: url('../fonts/Poppins_SemiBold.eot');
    src: url('../fonts/Poppins_SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins_SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins_SemiBold.woff') format('woff'),
    url('../fonts/Poppins_SemiBold.ttf') format('truetype'),
    url('../fonts/OPoppins_SemiBold.svg#Poppins_SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf') format('truetype'),
    url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*animation*/
@keyframes fadeInUps {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(0, 50px, 0);

        transform: translate3d(0, 50px, 0)

    }



    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none

    }

}
@keyframes fadeInLefts {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(50px, 0px, 0);

        transform: translate3d(50px, 0px, 0)

    }



    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none

    }

}
@keyframes fadeInRights {

    0% {

        opacity: 0;

        -webkit-transform: translate3d(-150px, 0px, 0);

        transform: translate3d(-150px, 0px, 0)

    }



    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none

    }

}
.fadeInUp{

    animation-name: fadeInUps;

    animation-delay: .1s;

}
.fadeInLeft{

    animation-name: fadeInLefts;

    animation-delay: .1s;

}
.fadeInRight{

    animation-name: fadeInRights;

    animation-delay: .1s;

}


*{
    padding:0px;
    margin:0px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
html{
    background: #fff;
}
body{
    color: #000;
    font-size:16px;
    overflow-x:hidden;
    /*font-family: 微軟正黑體,PingFangSC-Regular,"Microsoft YaHei",Helvetica,Arial,sans-serif;*/
    font-family: PingFangSC-Regular,"Microsoft YaHei",Helvetica,Arial,sans-serif;
    font-smoothing: antialiased;
    padding: 0;

}
input,textarea{
    font-family: PingFangSC-Regular,"Microsoft YaHei",Helvetica,Arial,sans-serif;
}
img{
    border:none;
}
.auto{
    max-width: 100%;
    height: auto;
    display: block;
}
a{
    color:#000;
    text-decoration:none;
}
a:hover{
    color:#2569AD;
    text-decoration:none;
}
ul{
    list-style:none;
}
.clear{
    width:100%;
    clear:both;
}
.yuanjiao5{
	-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
}
.yuanjiao10{
	-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
}
.yuanjiao15{
	-moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
    border-radius:15px;            /* W3C syntax */
}
.yuanjiao25{
	-moz-border-radius: 25px;      /* Gecko browsers */
    -webkit-border-radius: 25px;   /* Webkit browsers */
    border-radius:25px;            /* W3C syntax */
}
.yuanjiao45{
	-moz-border-radius: 45px;      /* Gecko browsers */
    -webkit-border-radius: 45px;   /* Webkit browsers */
    border-radius:45px;            /* W3C syntax */
}
.yuanjiao{
	-moz-border-radius: 100%;      /* Gecko browsers */
    -webkit-border-radius: 100%;   /* Webkit browsers */
    border-radius:100%;            /* W3C syntax */
}
.mt30{
    margin-top: 30px;
}
.mt50{
    margin-top: 50px;
}
.mt70{
    margin-top: 70px;
}
.mt100{
    margin-top: 100px;
}
.pages{
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
}

.pagination{
    font-family: 'Allerta Stencil', sans-serif;
    display: inline-flex;
    position: relative;
}
.pagination li{
    border: none!important;
    padding-bottom: 0!important;
    padding-top: 0!important;
}
.pagination li a,
.pagination li span{
    color: #fff;
    background: transparent;
    font-size: 21px;
    line-height: 35px;
    height: 38px;
    width: 38px;
    padding: 0;
    margin: 0 8px;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
    display: inline-block;
    *display: inline;
    *zoom:1;
}
.pagination li.active a,
.pagination li a:hover,
.pagination li.active a:hover,
.pagination li.active span,
.pagination li span:hover,
.pagination li.active span:hover{
    color: #fff;
    background-color: transparent;
}
.pagination li a:before,
.pagination li a:after,
.pagination li span:before,
.pagination li span:after{
    content:'';
    background: linear-gradient(225deg,#2569AD,#000);
    height: 100%;
    width: 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 3px #666;
    border-radius: 50%;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transition: all 0.3s ease-in;
}
.pagination li.disabled span:before,
.pagination li.disabled span:after{
    background: #ddd;
}
.pagination li a:hover:before,
.pagination li.active a:before,
.pagination li span:hover:before,
.pagination li.active span:before{
    border-radius: 50% 0 50% 50%;
}
.pagination li a:after,
.pagination li span:after{
    background: #fff;
    height: 5px;
    width: 5px;
    border: none;
    box-shadow: 0 0 0 transparent;
    opacity: 0;
    transform: translateX(-50%) translateY(0) rotate(0);
    top: auto;
    bottom: 0;
}
.pagination li a:hover:after,
.pagination li.active a:after,
.pagination li span:hover:after,
.pagination li.active span:after{
    opacity: 1;
    bottom: 85%;
}
.pagination li:first-child a:before,
.pagination li:first-child span:before{
    transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}
.pagination li:first-child a:hover:before,
.pagination li:first-child span:hover:before{ border-radius: 50% 0 50% 50%; }
.pagination li:first-child a:after,
.pagination li:first-child span:after{
    transform: translateX(0) translateY(-50%);
    top: 50%;
    bottom:auto;
    left: auto;
    right: 0;
    }
.pagination li:first-child a:hover:after,
.pagination li:first-child span:hover:after{ right: 80%; }
.pagination li:last-child a:before,
.pagination li:last-child span:before{
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.pagination li:last-child a:hover:before,
.pagination li:last-child span:hover:before{ border-radius: 50% 0 50% 50%; }
.pagination li:last-child a:after,
.pagination li:last-child span:after{
    transform: translateX(0) translateY(-50%);
    bottom:auto;
    top: 50%;
    left: 0;
}
.pagination li:last-child a:hover:after,
.pagination li:last-child span:hover:after{ left: 80%; }

.zone{
    width: 100%;
    clear:both;
	min-width:1600px;
}
.main{
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.top_zone{
    background: #3A3F47;
    color: #fff;
}
.top_zone a{
    color: #fff;
}
.top_zone .main{
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}
.top_zone .top_left{
    display: flex;
    align-items: center;
}
.top_right{
    display: flex;
    align-items: center;
}
.top_zone .top_right .item{
    display: flex;
    align-items: center;
    margin-left: 45px;
    font-size: 16px;
    color: #fff;
}
.top_zone .top_right .item i{
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    line-height: 36px;
    text-align: center;
    margin-right: 13px;
    color: #fff;
}
.top_zone .top_right .item:first-child{
    margin-left: 0px;
}
.huandeng{
    position: relative;
}
.huandeng .bd ul li{
    width: 100%;
    height: 900px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}
.huandeng .prev,
.huandeng .next{
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    position: absolute;
    top:50%;
    margin-top: -25px;
    border: 2px solid #fff;
    opacity: 0.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.7s;
}
.huandeng .prev{
    left:20px
}
.huandeng .next{
    right:20px
}
.huandeng .prev i,
.huandeng .next i{
    font-size: 24px;
    color: #fff;
    opacity: 0.8;
}
.huandeng .prev:hover,
.huandeng .next:hover{
    background: #2569AD;
    opacity: 1;
    border-color: #2569AD;
}
.huandeng .prev:hover i,
.huandeng .next:hover i{
    color: #fff;
    opacity: 1;
}
.header-zone{
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    left:0;
    top:50px;
    z-index: 99999;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.nav{
    display: flex;
    align-items: center;
}
.nav .nLi{
    position:relative; 
    z-index: 999;
}
.nav .nLi h3 a{ 
    display:block; 
    padding:0 35px; 
    font-size:18px;
    font-weight:normal;
    height: 90px;
    line-height: 90px;
    color: #fff;
}
.nav .nLi h3 a i{
    margin-left: 10px;
}
.nav .sub{ 
    display:none; 
    white-space: nowrap; 
	left:50%;
    transform: translateX(-50%); 
	top:100%;  
	position:absolute; 
	background: #f0f0f0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 999;
    min-width: 100%;
    box-shadow: 2px 2px 10px #ddd inset;
}
.nav .sub li{
    zoom:1; 
}
.nav .sub a{ 
    display:block; 
    padding:0 10px; 
    line-height: 45px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    transition: 0.6s;
    text-align: center;
}
.nav .sub li:last-child a{
    border-bottom: none;
}
.nav .sub a:hover{ 
    background:#FF6A03; 
    color:#fff;  
}
.nav .on h3 a{ 
    color:#FF6A03;   
}
.search{
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255,0.5);
    transition: 0.6s;
    width: 250px;
    flex-shrink: 0;
}
.search.active{
    background-color: #fff;
}
.search .stext{
    width: 210px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    background: none;
    border: none;
    outline: none;
}

.search .sbtn{
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    flex-shrink: 0;
    width: 40px;
    text-align: center;
}
.shuzi-main{
    height: 188px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.06);
    z-index: 10;
    margin-top: -70px;
    display: flex;
    align-items: center;
}
.shuzi-main .item{
    flex-grow: 1;
    height: 118px;
    border-right: 1px dashed #999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.shuzi-main .item .shang{
    color: #2569AD;
    display: flex;
}
.shuzi-main .item .shang span{
    font-size: 50px;
    font-family: 'Poppins_SemiBold';
}
.shuzi-main .item .shang sup{
    font-size: 26px;
    margin-left: 5px;
    margin-top: 5px;
}
.shuzi-main .item .xia{
    font-size: 20px;
}
.shuzi-main .item:last-child{
    border: none;
}
.about-logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.about-title1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-title1 .shang{
    font-size: 50px;
}
.about-title1 .xia{
    font-size: 20px;
    margin-top: 10px;
}

.about-box{
    margin-top: 240px;
    overflow: visible;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-left{
    width:650px;
    line-height: 40px;
}
.about-left .about-txt{
    margin-bottom: 60px;
}
.about-right{
    width: 700px;
    overflow: visible;
    position: relative;
}
.about-pic{
    border-radius: 20px;
}
.about-box .beijing{
    width: 100%;
    position: absolute;
    left:0;
    top:-155px;
    font-size: 188px;
    text-transform: uppercase;
    font-family: 'Poppins_SemiBold';
    opacity: 0.03;
    text-align: center;
    z-index: -1;
    font-weight: bold;
}
.about-box .xiahua{
    position: absolute;
    left:0;
    top:-160px;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-box .xiahua .txt{
    font-size: 20px;
    color: #666;
}
.about-box .xiahua #huadong-icon{
    margin-top: 25px;
    animation: fadeInDown 3s;
    -webkit-animation: fadeInDown 3s; /* Safari and Chrome */
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;/* Safari and Chrome */
}
.about-right .layer{
    width: 195px;
    height: 120px;
    background-color: #FF6A02;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    z-index: 10;
    left:-50px;
    bottom:-35px;
}
.about-right .layer .shang{
    font-size: 50px;
    font-family: 'Poppins_SemiBold';
    line-height: 1;
}
.liucheng-zone{
    background-color: #F7F8FC;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 110px;
}

.common-title{
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.common-title .en-txt{
    font-size: 118px;
    text-transform: uppercase;
    font-family: 'Poppins_SemiBold';
    opacity: 0.03;
    font-weight: bold;
    position: relative;
    z-index: 0;
    line-height: 1;
}
.common-title .title{
    font-weight: 700;
    font-size: 36px;
    display: block;
    margin-top: -50px;
}
.common-title .txt{
    display: block;
    margin-top: 10px;
    color: #333;
}
.common-title .line{
    width: 65px;
    height: 1px;
    background-color: #2569AD;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.common-title2{
    text-align: center;
}
.common-title2 .cn-title{
    font-weight: normal;
    font-size: 28px;
    display: block;
}
.common-title2 .intro{
    display: block;
    margin-top: 15px;
    font-size: 18px;
    color: #333;
}


.liucheng-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.liucheng-list .item{
    width: 118px;
    height: 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #E1E7F6;
    background-color: #fff;
    transition: 0.6s;
}
.liucheng-list .item:hover{
    background-color: #2569AD;
    border-color: #2569AD;
    color: #fff;
}
.liucheng-list .item .title{
    margin-top: 5px;
}
.liucheng-list i{
    font-size: 28px;
    color: #999;
}

/* 首页产品 */
.slideBox1{
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}
.slideBox1 .hd{
    width: 380px;
    flex-shrink: 0;
    margin-right: 25px;
}
.slideBox1 .hd .hd-title{
    height: 175px;
    background:url(../images/fenlei.png) 53px center no-repeat #2569AD;
    padding-left: 115px;
    color: #fff;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slideBox1 .hd .hd-title .cn-txt{
    font-size: 36px;
    
}
.slideBox1 .hd .hd-title .en-txt{
    font-size: 18px;
}
.slideBox1 .hd ul{
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #EBEBEB;
    border-top: none;
    overflow: hidden;
    margin-top: -10px;
    padding-top: 10px;
    background-color: #F7F8FC;
}
.slideBox1 .hd ul li{
    overflow: hidden;
    background-color: #f5f5f5;
    transition: 0.6s;
    padding-left: 30px;
    padding-right: 30px;
}
.slideBox1 .hd ul li a{
    display: flex;
    height: 78px;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEB;
    font-size: 20px;
    align-items: center;
}
.slideBox1 .hd ul li a i{
    font-size: 22px;
}

.slideBox1 .hd ul li:hover{
    background-color: #2569AD;
}
.slideBox1 .hd ul li:hover a{
    color: #fff;
    border-color: #2569AD;
}
.slideBox1 .bd{
    flex-grow: 1;
}
.slideBox1 .bd ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.slideBox1 .bd ul li{
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding-top: 30px;
}
.slideBox1 .bd ul li .pic{
    overflow: hidden;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}
.slideBox1 .bd ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.6s;
}
.slideBox1 .bd ul li:hover{
    border-color: #2569AD;
}
.slideBox1 .bd ul li:hover .pic img{
    transform: scale(1.1);
}
.slideBox1 .bd ul li .info{
    overflow: hidden;
    padding: 25px 15px;
}
.slideBox1 .bd ul li h3{
    font-size: 18px;
}
.slideBox1 .bd ul li .txt{
    font-size: 13px;
    color: #666;
    margin-top: 10px;
}
.slideBox1 .bd ul li .more{
    display: block;
    height: 30px;
    border: 1px solid #ebebeb;
    transition: 0.6s;
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: baseline;
}
.slideBox1 .bd ul li:hover .more{
    background-color: #2569AD;
    border-color: #2569AD;
    color: #fff;
}
.liyou-zone{
    margin-top: 85px;
    height: 835px;
    background: url(../images/liyou-zone.jpg) center center no-repeat;
    padding-top: 80px;
}
.liyou-title .en-txt{
    opacity: 0.2;
}
.liyou-title .en-txt,
.liyou-title .title,
.liyou-title .txt{
    color: #fff;
}
.liyou-title .line{
    background-color: #fff;
}

.slideBox2{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
}

.slideBox2 .hd{
    width: 335px;
    padding-top: 40px;
}
.slideBox2 .hd ul li{
    width: 280px;
    height: 75px;
    transition: 0.6s;
    border-radius: 20px;
    border: 1px solid #ebebeb;
    margin-top: 14px;
    margin-bottom: 14px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 75px;
    cursor: pointer;
}
.slideBox2 .hd ul li i{
    display: none;
}
.slideBox2 .hd ul li.on{
    width: 100%;
    background-color: #2569AD;
    border-color: #2569AD;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slideBox2 .hd ul li.on i{
    display: block;
    font-size: 24px;
}
.slideBox2 .bd{
    width: 990px;
}
.slideBox2 .bd ul{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.slideBox2 .bd ul .info{
    overflow: hidden;
    padding: 30px;
    color: #fff;
}
.slideBox2 .bd ul .info h3{
    font-size: 26px;
    line-height: 1;
}
.slideBox2 .bd ul .info .txt{
    margin-top: 10px;
    line-height: 1.7;

}
.zhijian-main{
    margin-top: 90px;
}
.zhijian-list{
    margin-top: 60px;
    position: relative;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.zhijian-list:after{
    content: "";
    width: calc(100% - 208px);
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top:33px;
    z-index: -1;
}
.zhijian-list .item{
    width: 208px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.zhijian-list .item .icon{
    width: 67px;
    height: 67px;
    border: 1px solid #ebebeb;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.zhijian-list .item .icon img{
    max-height: 30px;
    display: block;
    margin: auto;
}
.zhijian-list .item .title{
    font-size: 20px;
    margin-top: 40px;
}
.zhijian-list .item .txt{
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    line-height: 1.7;
}
.zhijian-list .item .num{
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #999;
    margin-top: 15px;
}
.zhijian-btn{
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zhijian-btn .inner{
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.zhijian-btn .zhijian-btn-a,
.zhijian-btn .zhijian-btn-b{
    height: 58px;
    line-height: 58px;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.zhijian-btn .zhijian-btn-a{
    background: #3A3F47;
}
.zhijian-btn .zhijian-btn-b{
    background-color: #FF6A02;
}


.news-zone{
    background-color: #F7F8FC;
    margin-top: 100px;
    padding: 70px 0 80px 0;
}
.news-scroll{
    margin-top: 60px;
}
.news-scroll .bd ul{
    width: 1460px;
}
.news-scroll .bd ul li{
    margin-right: 60px;
    width: 428px;
    background-color: #fff;
    transition: 0.7s;
    min-height: 465px;
}
.news-scroll .bd ul li:hover{
    box-shadow: 0px 0px 10px #ddd;
}
.news-scroll .bd ul li a{
    display: block;
}
.news-scroll .bd ul li .pic{
    overflow: hidden;
    display: block;
    overflow: hidden;
    aspect-ratio: 2 / 1;
}
.news-scroll .bd ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.6s;
}
.news-scroll .bd ul li .info{
    padding: 30px 25px;
    overflow: hidden;
}
.news-scroll .bd ul li .info .shang{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-scroll .bd ul li .info .shang .date{
    display: flex;
    align-items: center;
    font-family: 'Poppins-Regular';
    flex-shrink: 0;
    padding-right: 20px;
    margin-right: 20px;
    height: 58px;
    border-right: 1px solid #ebebeb;
    padding-top: 5px;
}
.news-scroll .bd ul li .info .shang .date .day{
    font-size: 32px;
    font-weight: 600;
    color: #2569AD;
}
.news-scroll .bd ul li .info .shang .date .month{
    font-size: 15px;
    color: #999;
    margin-left: 5px;
    margin-top: 13px;
}
.news-scroll .bd ul li .info .shang h3{
    flex-grow: 1;
    font-size: 18px;
    display: -webkit-box; /* 弹性盒子模型 */
    -webkit-box-orient: vertical; /* 垂直排列子元素 */
    -webkit-line-clamp: 2; /* 限制3行 */
    overflow: hidden;
    line-height: 1.7;
}
.news-scroll .bd ul li .info .desc{
    font-size: 14px;
    margin-top: 30px;
    color: #666;
    line-height: 1.5;
    display: -webkit-box; /* 弹性盒子模型 */
    -webkit-box-orient: vertical; /* 垂直排列子元素 */
    -webkit-line-clamp: 3; /* 限制3行 */
    overflow: hidden;
}
.news-scroll .bd ul li .info .detail{
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}
.news-scroll .bd ul li .info .detail i{
    margin-left: 10px;
}
.news-scroll .hd{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-scroll .hd a{
    width: 50px;
    height: 50px;
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #ebebeb;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: 0.6s;
    cursor: pointer;
}
.news-scroll .hd a:hover{
    background-color: #2569AD;
    border-color: #2569AD;
    color: #fff;
}

.contact-zone{
    background: url(../images/contact-zone.jpg) center center no-repeat;
    height: 725px;
    padding-top: 95px;
}
.contact-zone .main{
    display: flex;
    justify-content: space-between;
}
.contact-left{
    width: 500px;
}
.contact-right{
    width: 720px;
}
.contact-left .title{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.contact-left .txt{
    margin-top: 25px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 35px;
}
.contact-left .lxxx{
    line-height: 36px;
    color: #fff;
    font-size: 16px;
}

.contact-left .contact-btn{
    margin-top: 35px;
    width: 195px;
    height: 45px;
    background-color: #FF6A02;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
}
.contact-left .contact-btn i{
    margin-right: 10px;
    transform: rotate(90deg);
}


.contact-right .title{
    color: #fff;
    display: flex;
    align-items: center;
}
.contact-right .title .dazi{
    font-size: 26px;
    font-weight: bold;
}
.contact-right .title .xiaozi{
    font-size: 16px;
    margin-left: 5px;
    margin-top: 10px;
}
.feedback-box{
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 0 45.1px 0 rgba(0, 0, 0, 0.11);
    backdrop-filter: blur(3.950000047683716px);
    margin-top: 40px;
    padding: 30px 25px 40px 25px;
}
.feedback{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.feedback .item{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.feedback .item-half{
    width: 330px;
}
.feedback .item-full{
    width: 100%;
}
.feedback .item label{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.feedback .item label em{
    color: #ff0000;
}
.feedback .itext{
    width: 100%;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.3);
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    outline: none;
    border: none;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
    font-size: 14px;
}

.feedback .icontent{
    width: 100%;
    height: 130px;
    background-color: rgba(255, 255, 255, 0.15);
    line-height: 35px;
    padding: 10px;
    color: #fff;
    outline: none;
    border: none;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
    font-size: 15px;
}
.feedback .ibtn{
    width: 200px;
    height: 48px;
    background-color: #2569AD;
    line-height: 48px;
    text-align: center;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: 0.6s;
}
.feedback .ibtn:hover{
    background-color: #fff;
    color: #2569AD;
}

#xiala{
    position: relative;
}
#xiala i{
    position: absolute;
    right:18px;
    bottom:15px;
    color: #fff;
    opacity: 0.5;
    z-index: 10;
}
#xiala-list{
    width: 100%;
    position: absolute;
    left:0;
    top:100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
}
#xiala-list li{
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: 0.6s;
}
#xiala-list li:nth-child(odd){
    background-color: #f0f0f0;
}
#xiala-list li:hover{
    background-color: #2569AD!important;
    color: #fff;
}


.footer-zone,
.footer-zone a,
.copy-zone,
.copy-zone a{
    color: #fff;
    transition: 0.6s;
}
.footer-zone{
    background: #222529;
    padding-top: 70px;
}
.footer{
    display: flex;
    justify-content: space-between;
}
.footer .footer-left{
    width: 330px;
}
.footer .footer-nav{
    display: flex;
    justify-content: space-between;
    width: 850px;
}
.footer .footer-contact{
    margin-top: 15px;
}
.footer .phone-number{
    font-size: 42px;
    font-family: 'Poppins_SemiBold';
    margin-top: 5px;
    margin-bottom: 5px;
}
.footer .footer-ewm{
    margin-top: 20px;
}
.footer .footer-ewm img{
    max-width: 120px;
}

.footer .footer-nav dl{
    display: flex;
    flex-direction: column;
}
.footer .footer-nav dl dt a{
    font-size: 22px;
}
.footer .footer-nav dl dd{
    margin-top: 15px;
    font-size: 18px;
}
.footer .footer-nav dl dd a{
    opacity: 0.7;
}
.footer .footer-nav a:hover{
    color: #FF6A03!important;
}
.copyright{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #666;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/*客服*/
.kefu{
  position: fixed;
  right: 15px;
  bottom: 96px;
  z-index: 9;
}
.kefu ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kefu li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  background: #2687BA;
  font-size: 26px;
  color: #fff;
  ttransition: 0.6s;
}
.kefu li a i{
    font-size: 30px;
}
.kefu li:hover a{
  background-color: #06b4e1!important;
}
.kefu li.whatsapp a{
  background: #25d366;
}
.kefu li.whatsapp:hover a{
  background-color: #06b4e1;
}
.kefu li.gotop a{
  background: #E89B27;
}
.kefu li.weixin a{
  background: #2aae67;
}
.kefu li.weixin:hover a{
  background-color: #06b4e1;
}
.kefu li.weixin{
  position: relative;
}
.kefu li.weixin .qrcode{
  display: none;
  position: absolute;
  right: 60px;
  top: 50%;
  transform:translateY(-50%);
  z-index: 8;
  width: 120px;
  height: 120px;
  box-shadow: 0px 0px 5px #ccc;
}
.kefu li.weixin:hover .qrcode{
  display: block;
}
.kefu li.weixin .qrcode img{
  display: block;
  width: 100%;
}




.page-banner-zone{
    height: 650px;
    background-position: center center;
    background-repeat: no-repeat;
}
.zlm-zone{
    background: #fbfbfb;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}
.zlm{
    display: flex;
    justify-content: center;
    align-items: center;
}
.zlm li{
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    height: 50px;
    min-width: 150px;
    background-color: #fff;
}
.zlm li a{
    display: block;
    width: 100%;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.6s;
    text-align: center;
    position: absolute;
    left:0;
    top:0;
    z-index: 10;
}
.zlm li:after{
    content: "";
    width: 0;
    height: 100%;
    background-color: #2569AD;
    transition: 0.6s;
    z-index: 1;
    position: absolute;
    left:0;
    top:0;
    display: block;
}
.zlm li:hover,
.zlm li.on{
    border-color: #2569AD;
}
.zlm li:hover:after,
.zlm li.on:after{
    width: 100%;
}
.zlm li:hover a,
.zlm li.on a{
    color: #fff;
}

.page-content{
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 1.7;
}
.page-content img{
    max-width: 100%;
    height: auto;
}

.page-main{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}
.page-left{
    width: 335px;
    flex-shrink: 0;
}
.page-left .title{
    height: 175px;
    background:url(../images/slidebox1-title.png) center center no-repeat #2569AD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
}
.page-left .title .cn-title{
    font-size: 40px;
    
}
.page-left .title .en-title{
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0.5;
}
.page-left ul{
    border-radius: 0px 0px 10px 10px;
    border: 1px solid rgba(153, 153, 153, 0.5);
    padding-left: 15px;
    padding-right: 15px;
    border-top: none;
    overflow: hidden;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.page-left ul li{
    margin-top: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    transition: 0.6s;
}
.page-left li:first-child{
    margin-top: 30px;
}
.page-left li a{
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    transition: 0.6s;
    font-size: 20px;
}
.page-left li:hover,
.page-left li.on{
    background-color: #2569AD;
}
.page-left li:hover a,
.page-left li.on a{
    color: #fff;
}
.page-right{
    width: 1030px;
}
.product-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.product-list .item{
    text-align: center;
}
.product-list .item .pic{
    border: 1px solid rgba(235, 235, 235, 1);
    overflow: hidden;
    display: block;
}
.product-list .item .pic img{
    max-width: 100%;
    height: auto;
    display: block;
    transition: 0.6s;
}
.product-list .item:hover .pic{
    border-color: #2569AD;
}
.product-list .item:hover .pic img{
    transform: scale(1.1);
}
.product-list .item h3{
    font-weight: normal;
    font-size: 16px;
    margin-top: 15px;
}
.product-detail{
    display: flex;
    justify-content: space-between;
}
.pro_left{
    width: 501px;
    flex: 1;
    margin-right: 40px;
}
.pro_right{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.pro_right h2{
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
}
.pro_right .pro_info{
    line-height: 1.7;
    margin-top: 20px;
    color: #333;
}
.product-btns{
    margin-top: auto;
    display: flex;
    align-items: center;
}
.product-btns a{
    display: flex;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    color: #fff;
    transition: 0.6s;
    font-size: 18px;
    border: 2px solid transparent;
}
.product-btns a:first-child{
    margin-right: 20px;
    background-color: #2569AD;
}
.product-btns a .iconfont{
    margin-right: 10px;
    font-size: 20px;
}
.product-btns a:last-child{
    background-color: #FF6A02;
}
.product-btns a:first-child .iconfont{
    font-size: 24px;
}
.product-btns a:hover{
    background-color: #fff;
    color: #2569AD;
    border-color: #2569AD;
}
.product-detail-title{
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
}
.product-detail-title h4{
    padding-left: 20px;
    padding-right: 20px;
    background-color: #2569AD;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    border-radius: 5px 0 0 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-right .content{
    font-size: 16px;
    line-height: 2;
}
.content img{
    max-width: 100%;
    height: auto;
}

.quote-form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.quote-form .item{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.quote-form .item-half{
    width: 48%;
}
.quote-form .item-full{
    width: 100%;
}
.quote-form .item label{
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.quote-form .item label em{
    color: #ff0000;
}
.quote-form .itext{
    width: 100%;
    height: 55px;
    background: none;
    line-height: 55px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    border: 1px solid #eee;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
    font-size: 16px;
}

.quote-form .icontent{
    width: 100%;
    height: 130px;
    background: none;
    line-height: 35px;
    padding: 10px;
    outline: none;
    border: 1px solid #eee;
    -moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
    font-size: 15px;
}
.quote-form .ibtn{
    width: 200px;
    height: 45px;
    background: none;
    line-height: 41px;
    text-align: center;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: 0.6s;
    color: #2569AD;
    border:2px solid #2569AD;
}
.quote-form .ibtn:hover{
    background-color: #2569AD;
    color: #fff;
    border-color: #2569AD;
}

.xgcp{
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    
}
.xgcp .swiper-slide{
    text-align: center;
}
.xgcp .swiper-slide .pic{
    border: 1px solid rgba(235, 235, 235, 1);
    overflow: hidden;
    display: block;
}
.xgcp .swiper-slide .pic img{
    max-width: 100%;
    height: auto;
    display: block;
    transition: 0.6s;
}
.xgcp .swiper-slide:hover .pic{
    border-color: #2569AD;
}
.xgcp .swiper-slide:hover .pic img{
    transform: scale(1.1);
}
.xgcp .swiper-slide h3{
    font-weight: normal;
    font-size: 18px;
    margin-top: 25px;
}
.xgcp .swiper-pagination{
    margin-top: 30px;
    position: static;
}
.swiper-pagination-bullet-active{
    background-color: #2569AD;
}


.page-news-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.page-news-list .item{
    background-color: #f9f9f9;
    transition: 0.7s;
    overflow: hidden;
}
.page-news-list .item .pic{
    aspect-ratio: 4 / 3;
    overflow: hidden;
    display: block;
}
.page-news-list .item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}
.page-news-list .item:hover .pic img{
    transform: scale(1.1);
}
.page-news-list .info{
    padding: 30px 25px 30px 25px;
    transition: 0.6s;
}
.page-news-list .item h3{
    font-weight: normal;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制显示3行 */
    overflow: hidden;
}

.page-news-list .item .brief{
    font-size: 16px;
    margin-top: 10px;
    color: #666;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制显示3行 */
    overflow: hidden;
}
.page-news-list .item:hover{
    transform: translateY(-10px);
    box-shadow: 0px 0px 15px #bbb;
    background-color: #2569AD;
}
.page-news-list .item:hover h3,
.page-news-list .item:hover .brief{
    color: #fff;
}


.article-title{
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.article-info{
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.article-info .item{
    margin-left: 25px;
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.article-info .item .iconfont{
    margin-right: 10px;
}
.article-info .item .iconchakan1{
    font-size: 22px;
}
.article-content{
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 2.5;
}
.shangxiapian{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px dashed #ddd;
}
.shangxiapian li a{
    display: flex;
    align-items: center;
    color: #666;
}
.shangxiapian li a:hover{
    color: #2569AD;
}
.shangxiapian li i{
    font-size: 22px;
}
.shangxiapian li .fa-arrow-circle-left{
    margin-right: 15px;
}
.shangxiapian li .fa-arrow-circle-right{
    margin-left: 15px;
}

.team_list{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.team_list .item{
    width:48%;
}
.team_list .item .touxiang{
    position: relative;
    z-index: 1;

}
.team_list .item .touxiang img{
    width:150px;
    border: 5px solid #ddd!important;
    display:block;
    margin-left: auto;
    margin-right: auto;  
    box-shadow: 0px 0px 5px 5px #eee;
}
.team_list .item .info_box{
    background: #fff;
    box-shadow: 0px 0px 5px 5px #eee;
    padding-top: 100px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    margin-top: -75px;
    align-items: center;
    justify-content: center;
}
.team_list .item .info_box .ewm{
    width:120px;
    flex-shrink: 0;
}
.team_list .item .info_box .ewm img{
    max-width: 100%;
    height: auto;
    display: block;
}
.team_list .item .info_box .info{
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}
.team_list .item .info_box .info h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.team_list .item .info_box .info .txt{
    line-height: 35px;
    color: #666;
}

.page-faq-list .item{
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    border-bottom:none;
}
.page-faq-list .item .title{
    background: #f8f8f8;
    border-bottom: 1px solid #ebebeb;
    line-height: 1.5;
    font-weight: 500;
    font-size: 18px;
    color: #363f4d;
    padding: 15px 30px 15px 25px;
    cursor: pointer;
    cursor: hand;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-faq-list .item .title .iconfont{
    font-size: 22px;
    transition:0.7s;
}
.page-faq-list .item .content{
    padding: 20px 25px;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 2;
    display: none;
    border-bottom: 1px solid #ebebeb;
}
.page-faq-list .item.active .title .iconfont{
    transform: rotate(180deg);
}
.page-search-list .item{
    margin-bottom: 10px;
    background: #f8f8f8;
    border-bottom: 1px solid #ebebeb;
    line-height: 1.5;
    font-weight: 500;
    position: relative;
}
.page-search-list a{
    padding: 15px 30px 15px 25px;
    display: block;
}