div,p,span{
	font-family: Arial, Helvetica, sans-serif !important;
}
body{
	overflow-x: hidden;
}
img{
	-webkit-user-drag: none;
	 -moz-user-drag: none;
	 -ms-user-drag: none;
	 user-drag: none;
}
.banner img{
    width: 100%;
    height: auto;
    margin: 0 auto;
  
}
.subTitle{
	display: flex;
	align-items: center;
	justify-content: center;
}
.subTitle h2{
	padding: 0 30px;
	font-weight: 900;
	margin: 0;
	font-size: 28px;
}
.subTitle h2 span{
	color: #2859cd;
}
.subTitle .gradientLineA,.subTitle .gradientLineB{
  width: 175px; /* 渐变线的宽度 */
  height: 2px; /* 渐变线的高度 */
  background: linear-gradient(to right, rgba(0,0,0,0), #5088ed); /* 创建一个从左到右的渐变效果 */
  position: relative; /* 相对定位，以便在其中放置正方形 */
  display: flex;
  align-items: center;
}
.subTitle .gradientLineA::after,.subTitle .gradientLineB::before{
	content: "";
	width: 18px; /* 正方形的宽度 */
	height: 18px; /* 正方形的高度 */
	background-color: #5088ed; /* 正方形的填充颜色 */
	position: absolute; /* 绝对定位，放置在渐变线的右侧 */
	right: 0; /* 放置在右边 */
	transform: rotateZ(45deg);
	}
.subTitle .gradientLineB{
	background: linear-gradient(to left, rgba(0,0,0,0), #5088ed);
}
.subTitle .gradientLineB::before{
	left: 0; /* 放置在右边 */
}
.subTitleB h2{
	color: #fff;
}
.subTitleB .gradientLineA{
	background: linear-gradient(to right, rgba(0,0,0,0), #fff); 
}
.subTitleB .gradientLineB{
	background: linear-gradient(to left, rgba(0,0,0,0), #fff);
}
.subTitleB .gradientLineA::after,.subTitleB .gradientLineB::before{
	background-color: #fff;
}
.text{
	padding-top: 40px;
}
.text p{
	margin-bottom: 15px;
}
.one,.two,.thr,.four,.five,.six{
	padding: 40px 0;
}
.one{
	background: #ecf1fb;
}

.one img{
	margin-top: 20px;
}
.two{
	background: #ececec;
}


.thr .pro{
	background: linear-gradient(to bottom,#fff 50%,#2c85ff);
	display: flex;
	
	justify-content: space-between;
	
	height: 360px;
	box-shadow: 10px 10px 15px 1px rgba(0, 0, 0, 0.3);
}

.thr .proNone{
	background: none;
}
.thr .img{
	flex: 1;
	position: relative;
}
.thr .img img{
	position: absolute;
	bottom: -10px;
}
.thr .info{
	width: 50%;
	margin-top: 40px;
	padding-right: 15px;
	position: relative;
}


.thr .info h3{
	font-size: 24px;
	margin: 5px 0 20px;
}
.thr .click {
    margin: 0 auto;
    padding-top: 20px;
    position: absolute;
    bottom: 30px;
    text-decoration: none;
}
.thr .link {
    border: 1px solid #fff;
    padding: 4px 1px;
    width: fit-content;
    border-radius: 50px;
    box-shadow: 0 0 20px 3px #fff;
}
.thr .link span {
    color: #3b73b6;
    border: 1px solid #bfddff;
    border-radius: 50px;
    padding: 7px 20px;
    background: linear-gradient(to right, #fdffff 30%, #abd5fe);
    box-shadow: 2px 0 10px 0 #ebf5ff;
	font-size: 16px;
}
.thr .proListB{
	margin: 40px auto 0 auto;
	max-width: 92%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}
.thr .proListB .pro{
	width: calc(100%/3 - 20px);
}
.thr .proNone .link{
	box-shadow: 0 0 20px 3px #bbdbff;
}
.four{
	background: #ececec;
}
.fourCon{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap:30px;
}
.fourCon .item{
	width: calc(50% - 15px);
	display: flex;
	align-items: center;
	gap:30px;
	background: #fff;
	padding-right: 15px;
	
}

.four .item h3{
	font-size: 22px;
	font-weight: 900;
}
.fourCon .item p{
	margin-bottom: 0;
}
.fiveCon{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}
.fiveCon .item{
	width: calc(50% - 15px);
	text-align: center;
	color: #fff;
	background: #5088ed;
	display: flex;
	flex-direction: column;
	padding-bottom: 15px;
}
.fiveCon .item h3{
	font-size: 18px;
	margin-top: 15px;
	font-weight: 900;
}
.six{
	background: #ececec;
}
.sixCon{
	display: flex;
	flex-direction: column;
	gap:4px;
	max-width: 1198px;
	margin: 0 auto;
}
.sixConB{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:4px;
	
}
.sixConBL{
	max-width: 53.75%;
}
.sixConC{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:4px;
	flex-wrap: wrap;
}
.sixConC div:nth-child(1),.sixConC div:nth-child(4){
	width: 32.35%;
}
.sixConC div:nth-child(2),.sixConC div:nth-child(5){
	width: 33.44%;
}
.sixConC div:nth-child(3),.sixConC div:nth-child(6){
	flex: 1;
}
.liuyan .subTitle{
	margin-bottom: 30px;
}

.liuyan .select>label{
	margin-right: 15px;
}
.liuyan .select input{
	margin-right: 2px;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border: 1px solid gray;
	border-radius: 5px;
}
.liuyan .select input:after{
            content: '\2714';
            color: transparent;
}
.liuyan .select input:checked::after{
	color: #c81528;
}


@media(min-width:1400px) and (max-width:1659px){
	.thr .proListB .pro{
		height: 440px;
	}
	.thr .info h3{
		margin: 10px 0;
	}
}
@media(min-width:1200px) and (max-width:1399px){
	.two .oneBot>div>h3{
		font-size: 22px;
	}
	.thr .proListA{
		max-width: 70%;
	}
	.thr .proListB{
		flex-wrap: wrap;
	}
	.thr .proListB .info span{
		font-size: 16px;
	}
	.thr .proListB .info h3{
		font-size: 22px;
	}
	.thr .proListB>div:nth-child(1){
			width: 100%;
		}
		.thr .proListB>div:nth-child(2),.thr .proListB>div:nth-child(3){
			width: calc(50% - 15px);
		}
		.subTitle .gradientLineA, .subTitle .gradientLineB{
			display: none;
		}
}
@media(min-width:992px) and (max-width:1199px){
	.subTitle h2{
		font-size: 25px;
	}

	
	.fiveCon .item h3 {
	    font-size: 16px;
	}
}
@media(min-width:768px) and (max-width:991px){
	.subTitle h2{
		font-size: 22px;
	}
	.subTitle .gradientLineA, .subTitle .gradientLineB{
		width: 90px;
	}
	.two .oneBot{
		gap:8px;
	}
	.two .oneBot>div{
		width: calc(50% - 4px);
	}
	.two .oneBot>div>h3{
		font-size: 16px;
		margin: 15px 3px;
	}
	.fiveCon .item h3 {
	    font-size: 18px;
	}
	
}
@media (max-width:1199px){
	.fourCon .item{
		width: 100%;
	}
	.thr .proListA{
		max-width: 92%;
	}
	.thr .info{
		margin-top: 60px;
	}
	.thr  .info h3{
		font-size: 20px;
	}
	.thr .proListB{
		flex-wrap: wrap;
	}
	.thr .proListB .pro{
		width: 100%;
	}
	
	.subTitle .gradientLineA, .subTitle .gradientLineB{
		display: none;
	}
}
@media (max-width:767px){
	.subTitle h2{
		text-align: center;
		font-size: 28px;
	}
	
	.two .oneBot>div{
		width: 100%;
	}
	.two .oneBot>div>h3{
		font-size: 20px;
		padding: 10px 3px;
	}
	.thr .proListA{
		flex-wrap: wrap;
	}
	.thr .proListA .pro,.thr .proListB .pro,.thr .proListB>div:nth-child(2),.thr .proListB>div:nth-child(3){
		width: 100%;
	}
	.thr .info,.thr .proListA .info{
		margin-top: 40px;
	}
	
	.fourCon .item{
		flex-direction: column;
		padding: 30px;
		border-radius: 25px;
	}
	.fourCon .item h3{
		text-align: center;
	}
	.fiveCon .item{
		width: 100%;
	}
}
@media(max-width:644px){
	.sixConB{
		flex-wrap: wrap;
	}
	.sixConBL{
		max-width: 100%;
	}
	.sixConC{
		width: 100%;
	}
}

@media (min-width: 1400px){
	.container {
		max-width: 1300px;
	}
}