*{
    font-family: 'NSimSun';
}

@font-face {
    font-family: "SourceHanSansSC";
    src: url("/static/font/SourceHanSansSC-Regular-2.otf");
}

li {list-style-type:none;}
a {
	text-decoration: none; /* 去除默认的下划线 */
	outline: none;	/* 去除旧版浏览器的点击后的外虚线框 */
	color: #000;	/* 去除默认的颜色和点击后变化的颜色 */ 
}
a:hover{
    text-decoration: none; /* 去除默认的下划线 */
	outline: none;	/* 去除旧版浏览器的点击后的外虚线框 */
	color: #000;	/* 去除默认的颜色和点击后变化的颜色 */ 
}
.navbar-box{
    padding: 0 200px;
    background-color: #FFF;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.hyysss{
    animation: hyhuxi .4s linear;
    height: 140px;
}
@keyframes hyhuxi{
    0% {
        height: 100px;
    }
    
    100% {
        height: 140px;
    }
}
.ysss{
    animation: huixi .4s linear;
    height: 100px;
}
@keyframes huixi{
    0% {
        height: 140px;
    }
    
    100% {
        height: 100px;
    }
}
.qrs{
    animation: qrs .4s linear;
    top: 25px;
}
@keyframes qrs{
    0% {
        top: 5px;
    }
    
    100% {
        top: 25px;
    }
}
.qrss{
    animation: qrss .4s linear;
    top: 5px;
}
@keyframes qrss{
    0% {
        top: 25px;
    }
    
    100% {
        top: 5px;
    }
}
.qrcodeanim1{
    animation: qrcodeanim1 .4s linear;
    transform: scale(1);
    top: 25px;
}
@keyframes qrcodeanim1{
    0% {
        transform: scale(1);
        top: 5px;
    }
    
    100% {
        transform: scale(0.8);
        top: 25px;
    }
}
.qrcodeanim2{
    animation: qrcodeanim2 .4s linear;
    transform: scale(0.8);
    top: 5px;
}
@keyframes qrcodeanim2{
    0% {
        transform: scale(0.8);
        top: 25px;
    }
    
    100% {
        transform: scale(1);
        top: 5px;
    }
}
.nav-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    color: #081025;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
.nav-active>a{
    color: #FF7400 !important;
}
.child-nav1{
    padding-left: 20%;
}
.child-nav2{
    padding-left: 32%;
}
.child-nav3{
    justify-content: flex-end;
    padding-right: 20%;
}
.child-nav4{
    justify-content: flex-end;
    padding-right: 15%;
}
.child-nav5{
    justify-content: flex-end;
    padding-right: 5%;
}
.nav-box .yw{
    font-size: 12px;
    padding-top: 9px;
}
.nav-item a{
    position: relative;
}
.mall-icon{
    position: absolute;
    right: -14px;
    top: -3px;
    width: 14px;
    height: 14px;
}
.nav-item .child-nav{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
}
.nav-item:hover .child-nav{
    display: flex;
    /* justify-content: space-around; */
}
.nav-item .child-nav li{
    padding: 30px;
    padding-top: 70px;
}
.nav-logo{
    width: auto;
}
.nav-qrcode{
    
    color: #666;
    font-size: 10px;
    font-weight: 700;
    line-height: 200%; /* 20px */
    position: absolute;
    right: 25px;
    text-align: center;
}
.nav-qrcode img{
    width: 71px;
    height: auto;
}

/* 轮播图 */
.swiper-slide{
    height: 457px;
    position: relative;
    overflow: hidden;
}
.swiper-background{
    width: 100%;
    height: 100%;
    background-image: none;
    background-size: 100% 100%;
    -webkit-filter: blur(70px);
    -moz-filter: blur(70px);
    -o-filter: blur(70px);
    -ms-filter: blur(70px);
    filter: blur(70px);
}
.swiper-row{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
}
.swiper-row-box{
    max-width: 1440px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.swiper-row img{
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
}
.swiper-datas{
    position: absolute;
    right: 45px;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
}
.swiper-datas1{
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
}
.swiper-datas2{
    color: #FFF;
    font-size: 16px;
    margin: 17px 0 24px;
}
.swiper-datas-button{
    display: inline-block;
    width: 128px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    border-radius: 22px;
    border: 2px solid #FFF;
    background: rgba(0, 0, 0, 0.09);
    backdrop-filter: blur(2.5px);
}
.swiper-datas-button:hover{
    color: #FFF;
}
.swiper-pagination-bullet{
    width: 30px;
    height: 3px;
    border-radius: 0;
}
.swiper-pagination-bullet-active{
    background-color: #FFF;
}
.swiper-conter-box{
    position: absolute;
    height: 100%;
    top: 0;
    left: 10%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 9;
}
.swiper-conter1{
    color: #FFF;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    padding-left: 15px;
    border-left: 1px solid #FF7400;
}
.swiper-conter2{
    color: #FFF;
    font-size: 16px;
    padding-left: 15px;
    margin-top: 17px;
}
.main-content{
    text-align: center;
    margin-top: 73px;
}
.main-content1{
    color: #1F2B4C;
    font-size: 40px;
    font-weight: 700;
}
.main-content2{
    color: #1F2B4C;
    font-size: 32px;
    margin: 23px 0 19px;
}
.main-content3{
    color: #565C64;
    font-size: 14px;
    line-height: 200%;
}

.title-box{
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.title-line{
    width: 2px;
    height: 85px;
    border-radius: 3px;
    background: #D8D8D8;
}
.title-name1{
    margin: 18px 0 10px;
    color: #1F2B4C;
    font-size: 40px;
    font-weight: 700;
}
.title-name2{
    color: #1F2B4C;
    font-size: 20px;
}

.business{
    background-image: url('../image/business.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.business-item{
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 34px 17px 17px;
    /* margin-top: 69px; */
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.business-name{
    color: #1F2B4C;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.business-rows{
    color: #565C64;
    text-align: center;
    font-size: 16px;
    margin-top: 21px;
    margin-bottom: 51px;
}
.business-img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.business-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.magnify_img {
	transition: all 0.3s;
	cursor: pointer;
}

.magnify_img:hover {
	transform: scale(1.1);
}


.insight{
    background-image: url('../image/insight.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-y: 8vw;
    margin-top: 33px;
}

.insight-item{
    border: 2px solid #F7F7F7;
    background: #FFF;
    margin-top: 45px;
    padding: 17px;
}
.insight-row{
    background: #F4F6F9;
    min-height: 434px;
    display: flex;
    justify-content: space-between;
    padding: 27px 31px 29px 41px;
}
.insight-l{
    width: calc(100% - 321px);
}
.insight-name{
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-top: 17px;
    margin-bottom: 32px;
}
.insight-datas{
    display: flex;
}
.insight-o{
    width: 16px;
    height: 16px;
    border:3px solid #FF7400;
    border-radius: 50%;
    transform: translateY(3px);
}
.insight-content{
    color: #000;
    font-size: 16px;
    line-height: 200%;
    width: calc(100% - 16px);
    padding-left: 16px;
}
.insight-button{
    border-radius: 22px;
    border: 2px solid #FF7400;
    background: rgba(255, 255, 255, 0.20);
    padding: 12px 36px;
    color: #FF7400;
    font-size: 16px;
    font-weight: 700;
    margin-top: 73px;
    display: inline-block;
}
.insight-button:hover{
    color: #FF7400;
}
.insight-img{
    width: 259px;
    height: 100%;
}
.product{
    background-image: url('../image/product.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    /* background-position-y: 8vw; */
}
.about{
    margin-bottom: 72px;
}
.about-item{
    display: flex;
    margin-top: 53px;
}
.about-line{
    width: 2px;
    height: 276px;
    border-radius: 5px;
    background: linear-gradient(180deg, #E7EBEB 0%, rgba(231, 235, 235, 0.00) 100%);
}
.about-r{
    padding-left: 17px;
    width: calc(100% - 2px);
}
.about-img{
    width: 32px;
    height: 32px;
}
.about-name{
    margin-top: 22px;
    margin-bottom: 6px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.about-name2{
    margin-bottom: 22px;
    color: #000;
    font-size: 12px;
}
.about-content{
    color: #565C64;
    font-size: 12px;
    line-height: 200%; /* 0px */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 6em;
}
.about-button{
    border-radius: 22px;
    border: 2px solid #1F2B4C;
    background: rgba(255, 255, 255, 0.20);
    padding: 8px 44px;
    color: #565C64;
    font-size: 12px;
    font-weight: 700;
    margin-top: 22px;
    display: inline-block;
}
/* .about-button:hover{
    color: #565C64;
} */
.footer{
    background-image: url('../image/footer.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    min-height: 380px;
}
.footer-flex{
    z-index: 99;
}
.footer-flex ul{
    margin-top: 127px;
    position: relative;
    z-index: 99;
}
.footer-name{
    color: #1F2B4C;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
}
.footer-box-item a{
    color: #747C8F;
    font-size: 14px;
    line-height: 200%; /* 0px */
}
.footer-center{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
}
.footer-line{
    width: 1px;
    height: 100%;
    border-radius: 5px;
    background: #F9F9F9;
}
.footer-logo{
    text-align: center;
}
.footer-logo img{
    width: 100%;
    height: auto;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    padding-bottom: 16px;
    font-size: 14px;
    color: #898989;
    word-break: break-all;
}
.footer-bottom>div{
    position: relative;
    z-index: 999;
}
.footer-bottom-r{
    display: flex;
    align-items: center;
}
.footer-bottom-r img{
    width: 20px;
    height: 20px;
}
.footer-bottom-r a{
    font-size: 14px;
    color: #898989;
}

.pos-r-50{
    position: relative;
    right: -50px;
}

.main-box{
    background-image: url('../image/business-main.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 58px;
    background-position-y: -434px;
}
.main-box .link-list{
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 38px;
}
.link-group-item{
    display: flex;
    align-items: center;
    color: #4C5570;
    font-size: 16px;
    margin:0 0 38px;
}
.link-group-item>p{
    width: calc(100% - 38px);
    margin: auto !important;
    font-weight: 700;
    font-family: SourceHanSansSC;
}
.main-box .active{
    color: #FF7400;
    font-size: 16px;
}
.link-group-icon{
    color: #6F788D;
    font-size: 14px;
    font-weight: 700;
    width: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #E9EBEE;
    border-radius: 50%;
    margin-right: 16px;
    font-family: SourceHanSansSC;
}
.main-box .active>.link-group-icon{
    color: #FFF;
    background-color: #FF7400;
}
#list-example{
    position: sticky;
    top: 150px;
}
.business-main-item{
    padding: 16px 0;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px;
}
.business-main-item-img{
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.business-main-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.business-main-item-r{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    padding: 22px 0;
}
.business-main-item-name{
    color: #1F2B4C;
    font-size: 24px;
    font-weight: 700;
}
.business-main-item-info{
    color: #565C64;
    font-size: 16px;
    margin-top: 21px;
}
.business-main-item-button{
    display: inline-block;
    border-radius: 22px;
    border: 2px solid #1F2B4C;
    background: rgba(255, 255, 255, 0.20);
    color: #565C64;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    width: 136px;
    line-height: 40px;
}

.insight-main-item{
    border: 2px solid #F7F7F7;
    background: #FFF;
    margin-bottom: 16px;
    
}
.insight-main-item-row{
    background-color: #F4F6F9;
    margin: 16px;
    /* min-height: 397px; */
}
.insight-main-item-l{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 44px 0 56px 46px;
    height: 100%;
}
.insight-main-item-name{
    color: #000;
    font-size: 24px;
    font-weight: 700;
}
.insight-main-item-info{
    display: flex;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
    line-height: 200%; /* 0px */
    margin-bottom: 16px;
}
.insight-main-item-info ul{
    padding-left: 0;
    margin-bottom: 0;
}
.insight-main-item-info span{
    width: calc(100% - 32px);
}
.insight-main-item-info li{
    display: flex;
}
.insight-main-item-info li::before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #FF7400;
    transform: translateY(8px);
    margin-right: 16px;
}
/* .insight-main-item-info>div{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #FF7400;
    transform: translateY(8px);
} */
.insight-main-item-info-rows{
    width: calc(100% - 32px);
}
.insight-main-item-img{
    display: block;
    width: 100%;
    height: auto;
    margin: 27px 27px 27px 0;
    overflow: hidden;
}
.insight-main-item-img img{
    width: 100%;
    height: 100%;
}
.insight-main-item-button{
    border-radius: 22px;
    border: 2px solid #FF7400;
    background: rgba(255, 255, 255, 0.20);
    color: #FF7400;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    width: 136px;
    line-height: 40px;
}
.insight-main-item-button:hover{
    color: #FF7400;
}

.about-main-item{
    padding-bottom: 60px;
    border-bottom: 2px solid #D9D9D9;
}
.about-top-icon{
    color: #E7E9EC;
    font-size: 64px;
    margin-bottom: 0;
}
.about-top-name{
    color: #1F2B4C;
    font-size: 32px;
    font-weight: 700;
}
.about-item1{
    color: #4C5570;
    font-size: 14px;
    line-height: 200%; /* 0px */
}
.about-item1 img{
    max-width: 100%;
}
.auout-img1{
    width: 452px;
    height: auto;
}
.about-item2>div{
    color: #4C5570;
    font-size: 16px;
    font-weight: 700;
    line-height: 200%; /* 32px */
    margin-bottom: 10px;
}
.about-item2>p{
    color: #4C5570;
    font-size: 14px;
    line-height: 200%; /* 0px */
}

.about-news-item{
    display: flex;
    background: #FBFBFC;
    margin-bottom: 16px;
    height: 191px;
}
.about-news-item p{
    margin-bottom: 0;
}
.about-news-item img{
    width: 34%;
    height: auto;
    object-fit: cover;
}
.about-news-item-r{
    width: 66%;
    padding-left: 16px;
    padding-right: 20px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
.about-news-item-name{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box; /* 将文本显示为块元素 */
  -webkit-line-clamp: 2; /* 设置最大显示行数为2 */
  -webkit-box-orient: vertical; /* 设置块元素内部文本垂直排列 */
  overflow: hidden; /* 当文本溢出块元素时进行隐藏 */
  text-overflow: ellipsis; /* 溢出部分显示省略号 */
}
.about-news-item-time{
    color: #565C64;
    font-size: 16px;
}
.about-news-item-info{
    color: #565C64;
    font-size: 16px;
    display: -webkit-box; /* 将文本显示为块元素 */
  -webkit-line-clamp: 2; /* 设置最大显示行数为2 */
  -webkit-box-orient: vertical; /* 设置块元素内部文本垂直排列 */
  overflow: hidden; /* 当文本溢出块元素时进行隐藏 */
  text-overflow: ellipsis; /* 溢出部分显示省略号 */
}
.about-news-button{
    color: #565C64;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px; /* 24px */
    text-align: center;
    width: 136px;
    border-radius: 22px;
    border: 2px solid #1F2B4C;
    background: rgba(255, 255, 255, 0.20);
    display: block;
    margin: 30px auto 0;
}
.about-maps-img{
    width: 100%;
    height: auto;
}
.about-chat{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
}
.about-info{
    color: #565C64;
    font-size: 16px;
    line-height: 200%; /* 0px */
    display: flex;
    align-items: center;
    margin-bottom: 29px;
}
.about-info img{
    width: 18px;
    height: 18px;
}
.about-info p{
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 8px;
}


.phoneshownav{
    display: none;
}

.info-top{
    background: rgb(243, 245, 248);
    padding: 3vw;
}
.info-content{
    max-width: 800px;
    margin: 0 auto;
}
.info-title{
    letter-spacing: 0.1rem;
    font-weight: bold;
    text-align: center;
    font-size: 32px;
    max-width: 800px;
    margin: 0 auto;
}
.info-top-bottom{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    /* margin-top: 20px; */
    max-width: 800px;
    margin: 20px auto 0;
}
.info-top-bottom span{
    margin-right: 10px;
}
.info-content img{
    max-width: 100%;
}

/* 分页组件 */
.pagination-box{
    width: 100%;
    margin: 15px 0;
}
.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination>.disabled{
    color: #999;
    cursor: no-drop;
}
.pagination>li{
    margin: 0 7px;
    font-size: 14px;
    text-align: center;
}
.pagination li>a{
    display: inline-block;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    color: #555555;
    transition: all 0.5s;
}
.pagination li>span{
    padding: 0 10px;
    line-height: 24px;
    border-radius: 5px;
    transition: all 0.5s;
}

.pagination .active{
    background-color: #FF7400;
    border-radius: 5px;
    color: white;
}

.pagination li>a:hover {
    background-color: #FF7400;
    color: white;
}
.navbar{
    padding: 0;
}
@media (max-width: 1600px){
    .footer{
        background-size: auto 100%;
    }
}
@media (max-width: 1300px){
    .navbar-box{
        display: none;
    }
    .phoneshownav{
        display: block;
    }
    .navbar-expand-md .navbar-toggler {
        display: flex !important;
        justify-content: flex-end;
    }
    
    .navbar-expand-md{
        justify-content: space-between !important;
        flex-wrap: wrap !important;
    }
    .navbar-expand-md .navbar-collapse{
        display: none !important;
        flex-basis: 100%;
    }
    .navbar-expand-md .show{
        display: block !important;
    }
    .navbar-expand-md .navbar-nav{
        flex-direction: column;
    }
}
@media (max-width: 1200px){
    .footer-flex ul {
        margin-top: 30px;
    }
    .footer-bottom{
        position: static;
    }
    .footer-logo img{
        width: 70%;
    }
    .pos-r-50{
        position: static;
    }
    .insight-main-item-l{
        padding: 16px 0 16px 16px;
    }
}
@media (max-width: 576px){
    .about-news-item{
        height: auto;
    }
    .about-news-item-name{
        font-size: 16px;
    }
    .about-news-item-time{
        font-size: 14px;
    }
    .about-news-item-info{
        font-size: 14px;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .footer-logo img{
        width: 50%;
    }
    .footer-bottom{
        display: block;
        position: static;
    }
    .footer-flex ul {
        margin-top: 16px;
    }
    .info-title{
        font-size: 20px;
    }
}

