* {
	margin: 0;
	padding: 0;
}

html,#app {
	width: 100vw;
	overflow-x: hidden;
}

body {
	width: 100%;
	font-family: 'siyuan';
	background: #fff;
	color: #333;
}
*{
	box-sizing: border-box;
}
/*去除a标签下划线*/
a {
	text-decoration: none;
	color: #666666;
}

/*去除未被访问的a标签的下划线*/
a:link {
	text-decoration: none;
}

/*去除已经被访问过的a标签的下划线*/
a:visited {
	text-decoration: none;
}

/*去除鼠标悬停时的a标签的下划线*/
a:hover {
	text-decoration: none;
}

/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
	text-decoration: none;
}

/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: 700;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

input,
button {
	display: inline-block;
	border: none;
	outline: none;
	background: #fff;
}

p {
	line-height: 1.8;
}

video {
	outline: none;
	cursor: pointer;
}
img{
	max-width: 100%;
	width: auto;
	display: block;
}
.mainWidth{
	margin: 0 auto;
}
.top a{
	color: #262937;
}
.level5 .level5-item .card11 .img{
	background: #FF6D6D;
}
.level5 .level5-item .card12 .img{
	background: #FF6D6D;
}
.level5 .level5-item .card13 .img{
	background: #78DC70;
}
.level5 .level5-item .card14 .img{
	background: #6D78FF;
}
.level5 .level5-item .card15 .img{
	background: #97B100;
}
.level5 .level5-item .card21 .img{
	background: #9B9BBD;
}
.level5 .level5-item .card22 .img{
	background: #FFC46D;
}
.level5 .level5-item .card23 .img{
	background: #78D1DC;
}
.level5 .level5-item .card24 .img{
	background: #B46DFF;
}
.level5 .level5-item .card25 .img{
	background: #FF6DDB;
}
@keyframes loadingImgTrans{
    0%   { transform: rotate(0);}
    20%  { transform: rotate(72deg);}
    40%  { transform: rotate(144deg);}
    60%  { transform: rotate(216deg);}
    80%  { transform: rotate(288deg);}
    100% { transform: rotate(360deg);}
}
.loadings{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}
.loadings .loadImg{
    background: rgba(0, 0, 0, 0.75);
    width: 150px;
    height: 150px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.loadings img{
    animation: loadingImgTrans 2.5s linear infinite ;
    width: 50px;
    margin-bottom: 20px;
}
@media(min-width: 750px){
	
	
	.yanshiShow{
		display: none;
		position: fixed;
		z-index: 300;
		width: 100%;
		height: 100%;
		background: rgba(8,9,35,0.8);
		left: 0;
		top: 0;
    }
	.yanshiMain{
        overflow-y: auto;
        width: 446px;
        background: #F0F6FF;
        border-radius: 16px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-height: 90%;
        padding: 20px 40px;
        position: relative;
    }
    .yanshiMain > img{
        top: 10px;
        right: 10px;
        width: 30px;
        cursor: pointer;
        position: absolute;
    }
    .yanshiMain h4{
        text-align: center;
        font-size: 24px;
        font-weight: 600;
        color: #272A38;
        line-height: 33px;
        display: block;
        margin-bottom: 8px;
    }
    .yanshiMain .tip{
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #7A7E8E;
        line-height: 20px;
        margin-bottom: 22px;
    }
    .yanshiMain .check{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 23px;
    }
    .yanshiMain .check p{
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        color: #272A38;
    }
    .yanshiMain .check input{
        margin: 0 5px 0 0;
    }
    .yanshiMain .input input{
        margin: 0 auto 14px;
        padding-left: 12px;
        width: 366px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 4px;
        border: 1px solid rgba(0,0,0,0.15);
    }
    .yanshiMain .btn{
        width: 366px;
        height: 40px;
        background: #1444FF;
        border-radius: 4px;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        font-size: 14px;
        color: #FFFFFF;
        margin-bottom: 28px;
    }
    .yanshiMain .contact{
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 500;
        color: #272A38;
        margin-bottom: 20px;
    }
    .yanshiMain .contact span{
        width: 120px;
        height: 1px;
        background-color: #d9d9d9;
    }
    .yanshiMain .contactContent{
        display: flex;
    }
    .yanshiMain .contactContent img{
        width: 80px;
    }
    .yanshiMain .contactContent p{
        flex: 1;
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 30px;
        border-left: 1px solid #D9D9D9;
        padding-left: 23px;
    }
    .yanshiMain .contactContent b{
        font-size: 32px;
        font-weight: 600;
        color: #272A38;
        line-height: 45px;
    }
    .yanshiMain .contactContent span{
        font-size: 14px;
        font-weight: 400;
        color: #7A7E8E;
        line-height: 20px;
    }
	body{
		font-size: 14px;
	}
	.pc{
		display: block;
	}
	.mobile{
		display: none;
	}
    .mainWidth{
        width: 1200px !important;
    }
	.top{
        width: 100%;
        min-width: 1200px;
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
    }
    
    .top .mainWidth{
		margin: 24px auto;
		padding: 0 12px 0 20px;
		width: 1200px;
		height: 56px;
		background: rgba(255,255,255,0.8);
		border-radius: 8px;
		border: 1px solid rgba(242,246,247,0.8);
		backdrop-filter: blur(8px);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo {
        display: flex;
        align-items: center;
        font-size: 16px;
		font-weight: 500;
		color: #000000;
    }
    .logo img{
        width: 32px;
        margin-right: 4px;
    }
	.logo span{
		display: inline-block;
		padding: 0 8px;
		height: 24px;
		line-height: 24px;
		background: linear-gradient( 90deg, #CA0000 0%, #9A0000 100%);
		border-radius: 4px;
		font-weight: 600;
		font-size: 14px;
		color: #FFFFFF;
		font-style: normal;
		margin-left: 8px;
	}
	.topRight{
		position: relative;
	}
	.topRight .headerarrow{
		position: absolute;
		left: 50px;
		top: 0px;
		width: 143px;
	}
	.topRight .headerarrow .headerarrowtext{
		position: absolute;
		z-index: 2;
		top: 38px;
		left: -40px;
		transform: scale(0.5);
		opacity: 0;
	}
	.topRight .headerarrow .image{
		position: absolute;
		right: 0;
		top: 0;
		height: 157px;
		object-fit: cover;
		
	}
	.headerarrowToshow .image{
		 width: 100%; /* 初始宽度为0 */
		height: 157px; /* 或固定高度 */
		overflow: hidden;
		object-fit: cover;
		clip-path: inset(0 0 0 100%); /* 初始状态：完全隐藏右侧 */
		animation: clipReveal 1s ease-in-out forwards;
	}
	.headerarrowTohide .image{
		 width: 100%; /* 初始宽度为0 */
		height: 157px; /* 或固定高度 */
		overflow: hidden;
		object-fit: cover;
		clip-path: inset(0 0 0 0); /* 初始状态：完全隐藏右侧 */
		animation: clipRevealRest 1s ease-in-out forwards;
		animation-delay: 1s;
	}
	@keyframes clipReveal {
		from {
			clip-path: inset(0 0 0 100%); /* 只显示右边0% */
		}
		to {
			clip-path: inset(0 0 0 0); /* 显示全部 */
		}
	}
	@keyframes clipRevealRest {
		from {
			clip-path: inset(0 0 0 0); /* 显示全部 */
		}
		to {
			clip-path: inset(0 0 0 100%); /* 只显示右边0% */
		}
	}
	.headerarrowToshow .headerarrowtext{
		transform: scale(0.5);
		animation: toBig 1s ease-in-out forwards;
		animation-delay: 1s;
	}
	.headerarrowTohide .headerarrowtext{
		transform: scale(0.5);
		animation: toSmall 1s ease-in-out forwards;
		opacity: 1;
	}
	@keyframes toBig {
		0% {
			transform: scale(0.5);
			opacity: 0;
		}
		50% {
			transform: scale(1); /* 显示全部 */
		}
		100% {
			transform: scale(0.5);
			opacity: 1;
		}
	}
	@keyframes toSmall {
		0% {
			transform: scale(0.5)
		}
		50% {
			transform: scale(1); /* 显示全部 */
			opacity: 1;
		}
		0% {
			transform: scale(0.5);
			opacity: 0;
		}
	}
    .top .topRight{
        display: flex;
        align-items: center;
		padding: 0 8px;
		height: 32px;
		background: #000000;
		border-radius: 6px;
		font-weight: 500;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 20px;
		font-style: normal;
		cursor: pointer;
    }
    .topRight > img{
        margin-right: 4px;
		width: 18px;
    }
	.banner{
		height: 969px;
		position: relative;
	}
	.banner .bannerBg{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.banner .bannerBg video{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	.banner .bannerBg img{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		object-fit: cover;
		
	}
	.typed-words{
		display: inline;
		color: #3073FD;
	}
	 .typed-words::after {
		content: "|";
		display: inline;
		animation: blink 1s infinite;
	}
	 @keyframes blink {
                0% {
                    opacity: 1;
                }

                50% {
                    opacity: 0;
                }

                100% {
                    opacity: 1;
                }
            }
	.banner .banner-cont{
		padding-top: 0;
		position: absolute;
		top: 120px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.banner .banner-cont .img1{
		width: 497px;
		margin-bottom: 24px;
	}
	.banner .banner-cont > b{
		display: block;
		font-weight: 600;
		font-size: 60px;
		color: #000000;
		line-height: 84px;
		margin-bottom: 23px;
	}
	.banner .contact{
		width: 168px;
		height: 52px;
		background: #262937;
		border-radius: 26px;
		text-align: center;
		line-height: 52px;
		font-weight: 600;
		font-size: 20px;
		color: #FFFFFF;
		font-style: normal;
		cursor: pointer;
		margin-bottom: 44px;
	}
	.banner .banner-cont > p{
		font-weight: 400;
		font-size: 16px;
		color: #5C616C;
		line-height: 28px;
		margin-bottom: 24px;
	}
	.banner .banner-scroll{
		padding-top: 77px;
		width: 100%;
	}
	.banner .banner-list{
		width: 100%;
		display: flex;
		justify-content: space-between;
		text-align: left;
	}
	.banner .banner-list .banner-item{
		width: 588px;
		height: 256px;
		background: linear-gradient( 135deg, rgba(255,255,255,0.47) 0%, rgba(255,255,255,0.6) 100%);
		border-radius: 16px;
		border: 1px solid rgba(255,255,255,0.6);
		padding: 32px 32px 0 32px;
		display: flex;
		align-items: start;
	}
	.banner .banner-list .banner-item img{
		width: 72px;
		margin-right: 16px;
	}
	.banner .banner-list .banner-item b{
		font-weight: 500;
		font-size: 30px;
		color: #000000;
		line-height: 32px;
		display: block;
		margin-bottom: 10px;
	}
	.banner .banner-list .banner-item p{
		margin-bottom: 20px;
		font-weight: 400;
		font-size: 14px;
		color: #666666;
		line-height: 20px;
		font-style: normal;
	}
	.banner .banner-list .banner-item ul{
		overflow: hidden;
	}
	.banner .banner-list .banner-item ul li{
		float: left;
		margin-right: 8px;
		padding: 0 12px;
		height: 30px;
		background: rgba(255,255,255,0.8);
		border-radius: 15px;
		line-height: 30px;
		font-weight: 400;
		font-size: 14px;
		color: #000000;
		font-style: normal;
		margin-bottom: 8px;
	}
	
	.commonTitle{
		text-align: center;
		padding-top: 100px;
		padding-bottom: 80px;
		text-align: center;
	}
	.commonTitle .tip{
		height: 36px;
		background: #FFFFFF;
		padding: 0 16px;
		line-height: 36px;
		border-radius: 8px;
		display: inline-block;
		margin-bottom: 25px;
	}
	.commonTitle .tip span{
		font-weight: 500;
		font-size: 18px;
		font-style: normal;
		-webkit-clip-path: text;
		clip-path: text;
		background: linear-gradient(-90deg, #F64F15 0%, #EF57CF 52%, #3E90F5 100%);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
	}
	
	.commonTitle b{
		display: block;
		font-weight: 600;
		font-size: 48px;
		color: #000000;
		line-height: 67px;
	}
	.commonTitle p{
		width: 800px;
		margin: 0 auto;
		padding-top: 24px;
		font-weight: 400;
		font-size: 18px;
		color: #000000;
		line-height: 25px;
	}
	.level1{
		width: 100%;
		background: #F5F5F7;
		padding-bottom: 100px;
	}
	.level1 ul{
		width: 1200px;
		overflow: hidden;
	}
	.level1 li{
		float: left;
		position: relative;
		border-radius: 16px;
		overflow: hidden;
	}
	.level1 li:nth-of-type(-n+2){
		margin-bottom: 24px;
	}
	.level1 li:nth-of-type(2n+1){
		margin-right: 24px;
	}
	.level1 li .cont{
		position: absolute;
		z-index: 1;
		width: 100%;
		padding: 40px 32px;
		left: 0;
		top: 0;
	}
	.level1 li .cont b{
		font-weight: 500;
		font-size: 30px;
		color: #000000;
		line-height: 42px;
		display: block;
		margin-bottom: 6px;
	}
	.level1 li .cont p{
		font-weight: 400;
		font-size: 16px;
		color: #666666;
		line-height: 22px;
	}
	.level2{
		width: 100%;
		height: 1036px;
		background: linear-gradient( 180deg, #F5F5F7 0%, #F5F5F7 100%);
	}
	#level2 { 
		position: relative;
		height: 574px;
	}
	.level2 .scrollLeft{
		display: flex;
		position: absolute;
		top: 0;
	}
	.level2 .scrollLeft .swiper-slide{
		width: 384px;
		margin-right: 24px;
		border-radius: 16px;
		overflow: hidden;
		position: relative;
	}
	.level2 .scrollLeft .swiper-slide .cont{
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		padding: 40px 32px;
	}
	.level2 .scrollLeft .swiper-slide b{
		font-weight: 500;
		font-size: 30px;
		color: #000000;
		line-height: 42px;
		display: block;
		margin-bottom: 8px;
	}
	.level2 .scrollLeft .swiper-slide p{
		font-weight: 400;
		font-size: 16px;
		color: #666666;
		line-height: 22px;
	}
	

	.level3{
		background-color: #fff;
		padding-bottom: 100px;
	}
	.level3 .commonTitle{
		padding-bottom: 40px;
	}
	.level3 .commonTitle .tip{
		background: #F5F5F7;
	}
	.jidiTab{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 36px;
	}
	.jidiTab p{
		height: 58px;
		background: #F5F5F7;
		border-radius: 29px;
		padding: 0 24px;
		line-height: 58px;
		font-weight: 500;
		font-size: 18px;
		color: #787878;
		margin: 0 10px 20px;
		cursor: pointer;
	}
	.jidiTab p.now{
		background: #296EFF;
		color: #fff;
	}
	.jidiContList{
		position: relative;
		width: 100%;
		overflow: hidden;
	}
	.jidiCont{
		top: 0;
		left: 0;
		position: absolute;
		border-radius: 16px;
		overflow: hidden;
	}
	.jidiCont .cont{
		position: absolute;
		width: 992px;
		top: 0;
		left: 50%;
		z-index: 10;
		transform: translateX(-50%);
		text-align: center;
	}
	.jidiCont .cont b{
		display: block;
		font-weight: 500;
		font-size: 26px;
		color: #1D1D1F;
		line-height: 37px;
		margin-bottom: 8px;
		margin-top: 28px;
	}
	.jidiCont .cont p{
		font-weight: 400;
		font-size: 16px;
		color: #1D1D1F;
		line-height: 22px;
	}
	.level4{
		background-color: #fff;
		padding-bottom: 100px;
	}
	.level4 .commonTitle .tip{
		background-color: #F5F5F7;
	}
	.level4 img{
		height: 100%;
		object-fit: cover;
	}
	.level4 ul{
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
	}
	.level4 ul li{
		position: relative;
		border-radius: 16px;
		overflow: hidden;
		width: 588px;
	}
	.level4 ul li .cont{
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		padding: 44px 40px;
		color: #000000;
	}
	.level4 ul li .cont b{
		font-weight: 600;
		font-size: 30px;
		line-height: 42px;
		display: block;
		margin-bottom: 8px;
	}
	.level4 ul li .cont p{
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
	}
	.level4 ul li:nth-of-type(-n+2){
		margin-bottom: 24px;
	}
	.level4 ul li:nth-of-type(n-2) p{
		color: #666;
	}
	.level5{
		background: #FFFFFF;
	}
	.level5 .commonTitle .tip{
		background: #F5F5F7;
	}
	#level5 { 
		position: relative;
		height: 574px;
	}
	.level6{
		padding-bottom: 100px;
		background: #F3F6FE;
	}
	.level6 .level6-item{
		display: flex;
		justify-content: space-between;
		align-items: start;
		width: 100%;
		height: 480px;
		background: #FFFFFF;
		border-radius: 32px;
		padding: 40px;
	}
	.level6 .level6-item:not(:last-of-type){
		margin-bottom: 20px;
	}
	.level6 .level6-item:nth-of-type(2n){
		flex-direction: row-reverse;
	}
	.level6 .level6-item img{
		width: 520px;
	}
	.level6 .level6-item .cont{
		width: 520px;
		line-height: 22px;
	}
	.level6 .level6-item .cont b{
		font-weight: 500;
		font-size: 20px;
		color: #000000;
		line-height: 28px;
		display: block;
		margin-bottom: 8px;
	}
	.level6 .level6-item .cont b.title{
		font-size: 30px;
		font-weight: 600;
		line-height: 42px;
	}
	.level6 .level6-item .cont p{
		font-weight: 400;
		font-size: 16px;
		color: #666666;
		line-height: 22px;
	}
	.level6 .level6-item .cont p.text{
		margin-bottom: 40px;
	}
	.swiperBtn{
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%) !important;
        bottom: 0;
        top: auto !important;
        overflow: hidden;
        z-index: 20;
    }
    .swiperBtn >div{
        float: left;
        width: 36px;
        height: 36px;
        margin-right: 16px;
		cursor: pointer;
    }
	
	.news{
		background-color: #fff;
		padding-bottom: 100px;
	}
	.news .news-tab{
		margin-top: -40px;
		margin-bottom: 100px;
		display: flex;
		justify-content: center;
	}
	.news .news-tab p{
		cursor: pointer;
		margin: 0 8px;
		text-align: center;
		width: 120px;
		height: 48px;
		background: #F5F5F7;
		border-radius: 24px;
		line-height: 48px;
	}
	.news .news-tab p.now{
		background: linear-gradient( 270deg, #F64F15 0%, #EF57CF 52%, #3E90F5 100%);
		color: #fff;
	}
	.news .news-list{
		display: flex;
	}
	.news .news-list-item{
		width: 384px;
		height: 480px;
		background: #F5F5F7;
		border-radius: 16px;
		overflow: hidden;
		position: relative;
	}
	.news .news-list .news-list-item:nth-of-type(2){
		margin: 0 24px;
	}
	.news .news-list-item > img{
		width: 100%;
		height: 216px;
		object-fit: cover;
		margin-bottom: 40px;
	}
	.news .news-list-item b{
		margin: 0 40px;
		display: block;
		font-weight: 500;
		font-size: 20px;
		color: #000000;
		line-height: 28px;
		white-space: nowrap;      /* 防止文本换行 */
		overflow: hidden;         /* 超出部分隐藏 */
		text-overflow: ellipsis;
		margin-bottom: 9px;
	}
	.news .news-list-item p{
		margin: 0 40px;
		height: 44px;
		font-weight: 400;
		font-size: 16px;
		color: #787C8D;
		line-height: 22px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		word-wrap: break-word;
	}
	.news .news-list-item a{
		cursor: pointer;
		position: absolute;
		z-index: 2;
		width: 104px;
		height: 32px;
		background: #323233;
		border-radius: 16px;
		text-align: center;
		line-height: 32px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: 600;
		font-size: 16px;
		color: #FFFFFF;
		right: 40px;
		bottom: 40px;
	}
	.news .news-list-item a img{
		width: 16px;
	}
	.news .more a{
		color: #000;
		margin: 50px auto 0;
        cursor: pointer;
        font-size: 16px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
	}
	 .footer{
        width: 100%;
        height: 1020px;
        background: #111111;
        color: #fff;
    }
	.footer1{
        display: flex;
        padding-top: 160px;
        padding-bottom: 80px; 
        font-size: 24px;
        line-height: 33px;   
        border-bottom: 1px solid rgba(255,255,255,0.1);;    
    }
    .footer1 .left{
        width: 624px;
        flex-shrink: 0;
    }
    .footer1 .right{
        flex: 1;
        width: 100%;
    }
    .footer1 .right img{
        width: 100%;
        height: 460px;
        object-fit: cover;
        border-radius: 16px;
    }
    .footer1 .left .addr b{
        font-size: 48px;
        line-height: 68px;
        margin-bottom: 8px;
        display: block;
    }
    .footer1 .left .addr p{
        padding-top: 40px;
        display: flex;
    }
    .footer1 .left .addr p a{
        color: #0074FF;
        display: flex;
        align-items: center;
        margin-right: 40px;
        font-size: 16px;
    }
    .footer1 .left .addr p a img{
        margin-left: 4px;
        width: 16px;
    }
    .footer1 .left .contact{
        padding-top: 40px;
    }
    .footer1 .contact b{
        display: block;
        font-size: 30px;
        line-height: 42px;
    }
    .footer1 .contact p{
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 32px;
    }
    .footer1 .contact input{
        width: 436px;
        height: 52px;
        background: #FFFFFF;
        border-radius: 26px;
        line-height: 52px;
        padding-left: 20px;
        font-size: 16px;
        color: #000;
        border: 0;
    }
    
    .footer1 .contact button{
        width: 436px;
        height: 52px;
        background: #296EFF;
        border-radius: 26px;
        text-align: center;
        line-height: 52px;
        border: none;
        font-size: 20px;
        margin-top: 26px;
        color: #fff;
        cursor: pointer;
    }
    .footer2{
        padding: 80px 0;
        color: #AEB0BC;
        line-height: 32px;
        font-size: 14px;
    }
    .footer2 a{
        color: #AEB0BC;
    }
	.footer2 span{
		padding-left: 15px;
	}
	.form_part2_box{ width: 100%;display: none;z-index:9999;height: 100%; position: fixed; left: 0; top:0; background: rgba(0,0,0,.5);}
	.form_part2{ z-index: 999; position: fixed; width: 430px;left:50%; top:50%; margin-left:-215px; margin-top:-225px; height:450px;
        box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.08);
        border-radius: 8px;
        border: 1px solid #E5E8EE; padding:44px 56px; background: #fff;
    }
    .form_part2 .title{ font-size: 32px; font-weight: 600;}
    .form_part2 .des{ font-size: 12px; margin-top:10px; font-weight: 400;}
    .form_part2 .form_close_btn{ cursor: pointer; position: absolute; right: 20px; top:20px; width: 20px; height: 20px;}
    .form_part2 input,.form_part2 .sub_btn{ width: 320px; height: 40px;}
    .form_part2 .sub_btn{ color:#fff; background: #FE6D25;margin-top:40px;text-align: center; line-height: 40px;}
    .form_part2 input{
        margin-top:20px;
        padding:0 20px;
	border-radius: 4px;
	border: 1px solid #DADEE7;}

	.videoShow{ width: 100%;display: none;z-index:9999;height: 100%; position: fixed; left: 0; top:0; background: rgba(0,0,0,.5);}
	.videoShow .videoMain{ z-index: 999; 
		position: fixed; 
		width: 1175px;
		left:50%; 
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
    }
	.videoShow .videoMain video{
		width: 100%;
	}
	.videoShow  img{
		z-index: 10;
		 cursor: pointer; position: absolute; right: 20px; top:20px; width: 20px; height: 20px;
	}
}
@media(max-width: 750px){
	.pc{
		display: none;
	}
	.mobile{
		display: block;
	}
    .mainWidth{
        width: 6.9rem;
    }
	.yanshiShow{
        display: none;
        position: fixed;
        z-index: 300;
        width: 100vw;
        height: calc(100vh - 128rem);
        background: #F0F6FF;
        left: 0;
        top: 128rem;
        overflow-y: auto;
    }
    .yanshiMain{
        padding: 60rem 30rem 80rem;
        position: relative;
    }
    .yanshiMain > img{
        top: 30rem;
        right: 30rem;
        width: 50rem;
        position: absolute;
    }
    .yanshiMain h4{
        text-align: center;
        font-weight: 600;
        color: #272A38;
        display: block;
        padding-top: 0;
        margin-bottom: 16rem;
        font-size: 48rem;
        line-height: 66rem;
    }
    .yanshiMain .tip{
        text-align: center;
        font-size: 28rem;
        font-weight: 400;
        color: #7A7E8E;
        line-height: 40rem;
        margin-bottom: 50rem;
    }
    .yanshiMain .check{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50rem;
    }
    .yanshiMain .check p{
        display: flex;
        align-items: center;
        font-size: 32rem;
        line-height: 44rem;
        font-weight: 500;
        color: #272A38;
    }
    .yanshiMain .check input{
        margin: 0 16rem 0 0;
    }
    .yanshiMain .input input{
        margin: 0 auto 45rem;
        padding-left: 24rem;
        width: 100%;
        height: 80rem;
        line-height: 80rem;
        background: #FFFFFF;
        border-radius: 8rem;
        border: 1px solid rgba(0,0,0,0.15);
    }
    .yanshiMain .btn{
        width: 100%;
        height: 80rem;
        background: #1444FF;
        border-radius: 8rem;
        text-align: center;
        line-height: 80rem;
        cursor: pointer;
        font-size: 28rem;
        color: #FFFFFF;
        margin-bottom: 40rem;
    }
    .yanshiMain .contact{
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 32rem;
        line-height: 44rem;
        font-weight: 500;
        color: #272A38;
        margin-bottom: 42rem;
    }
    .yanshiMain .contact span{
        width: 233rem;
        height: 1px;
        background-color: #d9d9d9;
    }
    .yanshiMain .contactContent{
        display: flex;
    }
    .yanshiMain .contactContent img{
        width: 160rem;
    }
    .yanshiMain .contactContent p{
        flex: 1;
        height: 160rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 60rem;
        border-left: 1px solid #D9D9D9;
        padding-left: 46rem;
    }
    .yanshiMain .contactContent b{
        font-size: 48rem;
        font-weight: 600;
        color: #272A38;
        line-height: 66rem;
        margin-bottom: 10rem;
    }
    .yanshiMain .contactContent span{
        font-size: 24rem;
        font-weight: 400;
        color: #7A7E8E;
        line-height: 34rem;
    }

	.top{
        position: fixed;
        top: 0;
        left: 0;
        height: 1.2rem;
        width: 100%;
        font-size: 0.32rem;
       
        z-index: 10;
        background-color: #fff;
		
    }
	.top .mainWidth{
		height: 1.2rem;
 		display: flex;
        align-items: center;
		justify-content: space-between;
	}
    .top a{
        display: flex;
        align-items: center;
    }
    .top img{
        width: 0.64rem;
        margin-right: 0.16rem;
    }
	.logo span{
		display: inline-block;
		padding: 0 0.16rem;
		height: 0.48rem;
		line-height: 0.48rem;
		background: linear-gradient( 90deg, #CA0000 0%, #9A0000 100%);
		border-radius: 0.08rem;
		font-weight: 600;
		font-size: 0.28rem;
		color: #FFFFFF;
		font-style: normal;
		margin-left: 0.1rem;
	}
	.top .topRight{
		padding: 0 0.16rem;
		display: flex;
		height: 0.56rem;
		line-height: 0.56rem;
		background: #000000;
		border-radius: 0.12rem;
		color: #FFFFFF;
		align-items: center;
		font-weight: 500;
		font-size: 0.28rem;
		font-style: normal;
	}
	.top .topRight img{
		width: 0.36rem;
		margin-right: 0.08rem;
	}
	.banner{
		margin-top: 1.2rem;
		background: url('./images/bannerBgM.png') top center no-repeat;
		height: 9.96rem;
		position: relative;
		background-size: 100%;
	}
	.banner .banner-cont{
		text-align: center;
		padding-top: 0.48rem;
	}
	.banner .banner-cont .img1{
		width: 4.82rem;
		margin: 0 auto;
	}
	.banner .banner-cont > b{
		margin-top: 0.48rem;
		display: block;
		font-weight: 600;
		font-size: 0.48rem;
		color: #000000;
		line-height: 0.66rem;
		margin-bottom: 0.4rem;
	}
	.banner .banner-cont > p{
		font-weight: 400;
		font-size: 0.28rem;
		color: #5C616C;
		line-height: 0.44rem;
		margin-bottom: 0.4rem;
	}
	.banner .banner-cont .contact{
		margin: 0 auto 1.24rem;
		width: 1.88rem;
		height: 0.64rem;
		line-height: 0.64rem;
		background: #000000;
		border-radius: 0.32rem;
		font-weight: 400;
		font-size: 0.24rem;
		color: #FFFFFF;
		font-style: normal;
	}
	.banner .typed-words2{
		display: inline;
		color: #3073FD;
	}
	.banner .banner-scroll{
		width: 100%;
		position: relative;
		overflow-x: auto;
		height: 2.98rem;
		 -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  
	}
.banner .banner-scroll::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }
	.banner .banner-cont .banner-list{
		position: absolute;
		display: flex;
		justify-content: space-between;
		width: 12.84rem;
		text-align: left;
	}
	.banner .banner-cont .banner-item{
		width: 6.28rem;
		padding: 0.56rem;
		height: 2.68rem;
		background: linear-gradient( 135deg, rgba(255,255,255,0.47) 0%, rgba(255,255,255,0.6) 100%);
		border-radius: 0.32rem;
		border: 1px solid rgba(255,255,255,0.6);
		display: flex;
		align-items: start;
	}
	.banner .banner-cont .banner-item img{
		width: 0.64rem;
		margin-right: 0.16rem;
	}
	.banner .banner-cont .banner-item b{
		display: block;
		margin-bottom: 0.24rem;
		font-weight: 500;
		font-size: 0.36rem;
		color: #000000;
		line-height: 0.5rem;
		font-style: normal;
	}
	.banner .banner-cont .banner-item ul{
		line-height: 0.4rem;
	}
	.banner .banner-cont .banner-item p{
		font-weight: 400;
		font-size: 0.28rem;
		color: #262937;
		font-style: normal;
		line-height: 0.4rem;
	}
	
	.commonTitle{
		text-align: center;
		padding-top: 1.28rem;
		padding-bottom: 1.12rem;
		text-align: center;
	}
	.commonTitle .tip{
		height: 0.72rem;
		background: #FFFFFF;
		padding: 0 0.52rem;
		line-height: 0.72rem;
		border-radius: 0.16rem;
		display: inline-block;
		margin-bottom: 0.32rem;
	}
	.commonTitle .tip span{
		font-weight: 500;
		font-size: 0.32rem;
		font-style: normal;
		-webkit-clip-path: text;
		clip-path: text;
		background: linear-gradient(-90deg, #F64F15 0%, #EF57CF 52%, #3E90F5 100%);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
		display: block;
	}
	.commonTitle b{
		display: block;
		font-weight: 600;
		font-size: 0.6rem;
		color: #262937;
		line-height: 0.84rem;
	}
	.commonTitle p{
		padding-top: 0.32rem;
		font-weight: 400;
		font-size: 0.28rem;
		color: #262937;
		line-height: 0.4rem;
	}
	.level1{
		width: 100%;
		background: #F5F5F7;
		padding-bottom: 1.28rem;
	}
	.level1 ul li{
		position: relative;
		border-radius: 0.32rem;
		overflow: hidden;
	}
	.level1 ul li:not(:last-of-type){
		margin-bottom: 0.36rem;
	}
	.level1 ul li img{
		width: 100%;
	}
	.level1 ul li .cont{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 1;
		padding: 0.56rem;
	}
	.level1 ul li .cont b{
		display: block;
		font-weight: 600;
		font-size: 0.4rem;
		color: #262937;
		line-height: 0.56rem;
		margin-bottom: 0.16rem;
	}
	.level1 ul li .cont p{
		font-weight: 400;
		font-size: 0.28rem;
		color: #262937;
		line-height: 0.4rem;
	}
	.level2{
		height: 18.74rem;
		background: linear-gradient( 180deg, #F5F5F7 0%, #F5F5F7 100%);
	}
	#level2 { 
		position: relative;
		height: 10.42rem;
	}
	.level2 .scrollLeft{
		display: flex;
		position: absolute;
		top: 0;
	}
	.level2 .scrollLeft .swiper-slide{
		width: 6.9rem;
		background: #FFFFFF;
		border-radius: 0.32rem;
		margin: 0 0.3rem;
		overflow: hidden;
		position: relative;
	}
	.level2 .scrollLeft .swiper-slide .cont{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		padding: 0.56rem;
	}
	.level2 .scrollLeft .swiper-slide b{
		font-weight: 500;
		font-size: 0.36rem;
		color: #000000;
		line-height: 0.5rem;
		display: block;
		margin-bottom: 0.24rem;
	}
	.level2 .scrollLeft .swiper-slide p{
		font-weight: 400;
		font-size: 0.28rem;
		color: #666666;
		line-height: 0.4rem;
	}
	 .swiperBtn{
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%) !important;
        bottom: 0;
        top: auto !important;
        overflow: hidden;
        width: 6.9rem !important;
        z-index: 20;
    }
    .swiperBtn >div{
        float: left;
        width: 0.72rem;
        height: 0.72rem;
        margin-right: 0.32rem;
    }
	.level3{
		background-color: #fff;
		padding-bottom: 1.28rem;
	}
	.level3 .commonTitle .tip{
		background: #F5F5F7;
	}
	#level3{
        height: 10.42rem;
        position: relative;
        overflow: hidden;
    }
    .jidiContList{
        display: flex;
        width: auto;
        position: absolute;
        left: 0;
        top: 0;
    }
    #level3 .jidiCont{
        width: 6.9rem;
		margin: 0 0.3rem;
        overflow: hidden;
        position: relative;
		border-radius: 0.32rem;
    }
    #level3 .jidiCont .cont{
        position: absolute;
        z-index: 1;
    }
 
    #level3 .jidiCont .cont{
        padding: 0.56rem;
        width: 6.9rem;
        margin: 0 auto 0.16rem;
    }
    #level3 .jidiCont .cont b{
		color: #262937;
        font-weight: 600;
        font-size: 0.4rem;
        line-height: 0.56rem;
        margin-bottom: 0.16rem;
        display: block;
    }
    #level3 .jidiCont .cont p{
		color: #666;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    #level3 .jidiCont .cont h5{
        font-size: 0.32rem;
        line-height: 0.44rem;
        margin-bottom: 0.24rem;
        display: block;
    }
    #level3 .jidiCont .cont ul{
        overflow: hidden;
    }
    #level3 .jidiCont .cont ul li{
        float: left;
        display: inline-block;
        margin-right: 0.16rem;
        margin-bottom: 0.16rem;
        width: 1.8rem;
        background: #494E59;
        border-radius: 0.1rem;
        border: 1px solid #7C7C7C;
        text-align: center;
        line-height: 0.52rem;
        height: 0.52rem;
        font-size: 0.24rem;
    }
    #level3 .jidiCont .cont ul li:nth-of-type(3n+3){
        margin-right: 0;
    }
    #level3 .jidiCont.hide{
        display: block !important;
    }
	.level4{
		background: #FFFFFF;
		padding-bottom: 1.28rem;
	}
	.level4 .commonTitle .tip{
		background: #F5F5F7;
	}
	.level4 ul li{
		position: relative;
		overflow: hidden;
		border-radius: 0.32rem;
	}
	.level4 ul li:not(:last-of-type){
		margin-bottom: 0.4rem;
	}
	.level4 ul li .cont{
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0.56rem;;
	}
	.level4 ul li .cont b{
		display: block;
		margin-bottom: 0.16rem;
		font-weight: 600;
		font-size: 0.4rem;
		color: #262937;
		line-height: 0.56rem;
	}
	.level4 ul li .cont p{
		font-weight: 400;
		font-size: 0.28rem;
		color: #666666;
		line-height: 0.4rem;
	}
	.level5{
		height: auto;
		width: 100%;
		background: #fff;
		padding-bottom: 1.28rem;
	}
	#level5{
		height: 10.42rem;
		position: relative;
	}
	.level6{
		background: #F3F6FE;
		padding-bottom: 1.28rem;
	}
	.level6 .level6-item{
		background: #FFFFFF;
		box-shadow: 0px 10px 32px 0px rgba(0,0,0,0.02);
		border-radius: 0.32rem;
		padding: 0.56rem;
		line-height: 0.4rem;
	}
	.level6 .level6-item:not(:last-of-type){
		margin-bottom: 0.4rem;
	}
	.level6 .level6-item img{
		margin-top: 0.4rem;
	}
	
	.level6 .level6-item .cont b{
		font-weight: 500;
		font-size: 0.32rem;
		color: #000000;
		line-height: 0.44rem;
		display: block;
		margin-bottom: 0.16rem;
	}
	.level6 .level6-item .cont b.title{
		font-size: 0.4rem;
		font-weight: 600;
		line-height: 0.56rem;
	}
	.level6 .level6-item .cont p{
		font-weight: 400;
		font-size: 0.28rem;
		color: #666666;
		line-height: 0.4rem;
	}
	.level6 .level6-item .cont p.text{
		margin-bottom: 0.36rem;
	}
	.news{
		background-color: #fff;
		padding-bottom: 0.88rem;
	}
	.news .news-tab{
		margin-top: -0.48;
		margin-bottom: 1.28rem;
		display: flex;
		justify-content: center;
	}
	.news .news-tab p{
		margin: 0 0.12rem;
		text-align: center;
		width: 1.76rem;
		height: 0.64rem;
		background: #F5F5F7;
		border-radius: 0.56rem;
		line-height: 0.64rem;
		font-weight: 400;
		font-size: 0.28rem;
		color: #000000;
	}
	.news .news-tab p.now{
		background: linear-gradient( 270deg, #F64F15 0%, #EF57CF 52%, #3E90F5 100%);
		color: #fff;
	}
	.news .news-list-item{
		height: 8rem;
		background: #F5F5F7;
		border-radius: 0.32rem;
		overflow: hidden;
		position: relative;
		margin-bottom: 0.4rem;
	}
	.news .news-list-item > img{
		width: 100%;
		height: 3.88rem;
		object-fit: cover;
		margin-bottom: 0.56rem;
	}
	.news .news-list-item b{
		margin: 0 0.56rem;
		display: block;
		font-weight: 500;
		font-size: 0.4rem;
		color: #000000;
		line-height: 0.56rem;
		white-space: nowrap;      /* 防止文本换行 */
		overflow: hidden;         /* 超出部分隐藏 */
		text-overflow: ellipsis;
		margin-bottom: 0.18rem;
	}
	.news .news-list-item p{
		margin: 0 0.56rem;
		height: 0.88rem;
		font-weight: 400;
		font-size: 0.32rem;
		color: #787C8D;
		line-height: 0.44rem;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		word-wrap: break-word;
	}
	.news .news-list-item a{
		cursor: pointer;
		position: absolute;
		z-index: 2;
		width: 2.08rem;
		height: 0.64rem;
		background: #323233;
		border-radius: 0.32rem;
		display: flex;
		align-items: center;
		justify-content: center;
		right: 0.56rem;
		bottom: 0.56rem;
		font-weight: 600;
		font-size: 0.32rem;
		color: #FFFFFF;
		line-height: 0.64rem;
		text-align: left;
		font-style: normal;
	}
	.news .news-list-item a img{
		width: 0.32rem;
	}
	.news .more a{
		color: #000;
        margin: 0.50rem auto 0;
        cursor: pointer;
        font-size: 0.28rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
	.footer{
        background: #111111;
        padding-top: 1.28rem;
        padding-bottom: 1.28rem;
        color: #fff;
		font-weight: 400;
		font-size: 0.28rem;
		color: #FFFFFF;
		line-height: 0.4rem;
    }
    .footer .left{
        float: none;
    }
    .footer .addr >img{
        margin-top: 1.28rem;
        border-radius: 0.32rem;
        margin-bottom: 0.64rem;
    }
    .footer .addr b{
        font-size: 0.6rem;
        line-height: 0.84rem;
        margin-bottom: 0.16rem;
        display: block;
    }
    .footer .addr p{
        padding-bottom: 0.98rem;
    }
    .footer .addr p a{
        color: #0074FF;
        display: flex;
        align-items: center;
        margin-bottom: 0.4rem;
        height: 0.4rem;
    }
    .footer .addr p a img{
        width: 0.32rem;
        margin-left: 0.08rem;
    }
    .footer .contact b{
        display: block;
        font-size: 0.36rem;
        line-height: 0.5rem;
        margin-bottom: 0.16rem;
    }
    .footer .contact p{
        margin-bottom: 0.64rem;
    }
    .footer .contact input{
        margin-bottom: 0.48rem;
        width: 100%;
        height: 0.88rem;
        line-height: 0.88rem;
        background: #FFFFFF;
        border-radius: 0.52rem;
        padding-left: 0.4rem;
        border: none;
    }
    .footer .contact button{
        border: none;
        width: 100%;
        height: 0.88rem;
        line-height: 0.88rem;
        text-align: center;
        background: #296EFF;
        border-radius: 0.52rem;
        color: #fff;
        font-size: 0.32rem;
    }
    .footer2{
        padding-top: 1.28rem;
        text-align: center;
        color: #AEB0BC;
        font-size: 0.24rem;
        line-height: 0.36rem;
    }
	.form_part2_box {
        width: 100%;
        z-index: 9999;
        height: 100%;
        display: none;
        position: fixed;
        left: 0px;
        top: 0px;
        background: rgba(0, 0, 0, 0.5);
    }
    .form_part2 {
        z-index: 999;
        position: fixed;
        width: 6.3rem;
        left: 50%;
        top: 50%;
        margin-left: -3.15rem;
        margin-top: -2.55rem;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 40px 0px;
        border-radius: 0.08rem;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(229, 232, 238);
        border-image: initial;
        padding: 0.44rem 0.56rem;
        background: rgb(255, 255, 255);
    }
    .form_part2 .form_close_btn {
        position: absolute;
        right: 0.2rem;
        top: 0.2rem;
        width: 0.4rem;
        height: 0.4rem;
    }
    .form_part2 .title {
        font-size: 0.4rem;
        font-weight: 600;
    }
    .form_part2 .des {
        font-size: 0.22rem;
        margin-top: 0.1rem;
        font-weight: 400;
    }
    .form_part2 input {
        margin-top: 0.2rem;
        padding: 0px 0.2rem;
        border-radius: 0.04rem;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(218, 222, 231);
        border-image: initial;
    }
    .form_part2 input, .form_part2 .sub_btn {
        width: 5.2rem;
        height: 0.7rem;
    }
    .form_part2 .sub_btn {
        color: rgb(255, 255, 255);
        margin-top: 0.4rem;
        text-align: center;
        line-height: 0.7rem;
        background: #FE6D25;
		font-size: 0.24rem;
    }
	.videoShow {
        width: 100%;
        z-index: 9999;
        height: 100%;
        display: none;
        position: fixed;
        left: 0px;
        top: 0px;
        background: rgba(0, 0, 0, 0.5);
    }
	.videoShow .videoMain{
		width: 90%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}
	.videoShow video{
		width: 100%;
	}
	.videoShow .videoShowClose{
		position: absolute;
		right: 0.2rem;
		top: 0.2rem;
		width: 0.4rem;
		height: 0.4rem;
		z-index: 5;
	}
}
.hide{
	display: none;
}
.show{
	display: block;
}