/* section3 star*/
.section3 {
	padding: 32px 0 45px 0;
}

.section3 .innerUl {
	margin-top: 32px;
	text-align: center;
}

.section3 .innerUl li {
	width: 250px;
}

.section3 .innerUl h1 {
	font-size: 24px;
	font-weight: 600;
	color: #0873DD;
	line-height: 33px;
}

.section3 .innerUl h2 {
	font-size: 16px;
	font-weight: 400;
	color: rgba(109, 117, 122, 1);
	margin-top: 16px;
}

.bor {
	width: 2px;
	height: 204px;
	background: linear-gradient(180deg, #FFFFFF 0%, #EAEBEE 50%, #FFFFFF 100%);
	margin-left: 20px;
}

/* section3 end*/
/* section2 */
.section2 {
	padding: 32px;
	background-color: #FFFFFF;
}

.section2 ul {
	margin-top: 30px;
	flex-wrap: nowrap;
}

.section2 ul li {
	/* margin-right: 13px; */
	padding: 24px 32px;
	width: 408px;
	height: 220px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 10px 50px 0px rgba(39, 39, 39, 0.1);
}

.section2 ul li:last-child {
	margin-right: 0;
}

.section2 ul li h1 {
	font-size: 24px;
	font-weight: 600;
	color: rgba(20, 22, 26, 1);
	line-height: 33px;
}

.section2 ul li .txt {
	font-size: 14px;
	font-weight: 400;
	color: rgba(109, 117, 122, 1);
	line-height: 20px;
	margin-top: 20px;
}

.section2 ul li .inner {
	margin-top: 20px;
}

.section2 ul li .inner button {
	width: 120px;
	height: 46px;
	background: #0873DD;
	border-radius: 4px;
	border: none;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 22px;
}

/* section2 */

/* section4 */
.section4 {
	padding: 35px 0;
	background-color: #F3F5F8;
}

.section4 .Box {
	margin-top: 35px;
}

/* 标签页切换功能 star*/
#tabs {
	border: none;
	background: none;
}

#tabs ul {
	padding: 0;
	border: none;
	background: none;
}

#tabs ul li {
	border: none;
	border-radius: 0;
	margin-top: 12px;
}

#tabs ul li:first-child {
	margin-top: 0;
}

#tabs ul li a {
	outline: none;
	display: block;
	float: none;
	padding: 30px 14px;
}

#tabs .ui-state-default a {
	background: #FFFFFF;
}

#tabs .ui-state-active a {
	background: #0873DD;
}

#tabs .ui-state-default h1 {
	font-size: 32px;
	font-weight: 600;
	color: #0873DD;
}

#tabs .ui-state-active h1 {
	color: #FFFFFF;
}

#tabs .ui-state-default h2 {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #6D757A;
}

#tabs .ui-state-active h2 {
	color: #FFFFFF;
}

#tabs div.w100 {
	min-height: 560px;
	background: #FFFFFF;
	padding: 25px;
	margin-left: 12px;
	position: relative;
}

#tabs div.w100 .itemBox {
	margin: 0 auto;
	width: 838px;
}

#tabs div.w100 .itemBox h4 {
	font-size: 28px;
	font-weight: 600;
	color: #FFFFFF;
	margin-top: 24px;
	position: absolute;
	z-index: 100;
	bottom: 32px;
	left: 32px;
}

#tabs div.w100 .itemBox h5 {
	font-size: 16px;
	font-weight: 400;
	color: rgba(109, 117, 122, 1);
	line-height: 22px;
	margin-top: 20px;
}

#tabs div.w100 .itemBox .btn {
	
	text-align: right;
	width:87.3%;
	position: absolute;
	bottom: 25px;
}

#tabs div.w100 .itemBox .btn a {
	display: inline-block;
	text-align: center;
	line-height: 46px;
	width: 120px;
	height: 46px;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
}

#tabs div.w100 .itemBox .btn a:nth-child(1) {
	margin-right: 23px;
	background-color: #0873DD;
}

#tabs div.w100 .itemBox .btn a:nth-child(2) {
	background-color: #FF8900;
}

#tabs div.w100 .imgBox {
	margin: 0 auto;
	width: 838px;
	height: 332px;
	overflow: hidden;
	position: relative;
}

#tabs div.w100 .imgBox img {
	width: 838px;
	height: 332px;
	object-fit: cover;
}

/* 标签页切换功能 end*/
.section3 .li-text-container {
    flex: 1;
    width: 100%;
}


/* 手机端 s*/
@media (max-width:1024px) {
	.section1{
        padding:15px 0 ;
    }
    .section1 ul {
        margin-top: 20px;
        padding: 0 20px;
        flex-wrap: wrap;
    }
    .section1 ul li{
        width: 100%;
        margin-bottom: 15px;
    }
    .section1 .imgBox{
        width: 100%;
	}
	.section2{
		padding: 15px;
	}
    .section2 ul {
        flex-wrap: wrap;
	}
	.section3 .innerUl li {
		width: 50%;
	}
    .section2 ul li{
        margin-bottom: 15px;
        height: auto;
        padding: 15px;
        margin-right: 0;
    }
    .section3 ul li {
        /* padding: 33px 11px; */
        /* width: 100%; */
        /* margin: 15px; */
    }
    .aliStar {
        align-items: center;
    }
    .section3 ul li h1{
        font-size: 16px;
    }
    .section3 ul li h2{
        font-size: 12px;
    }
	.section4 #tabs{
		display: block;
	}
	.section4 #tabs ul li a {
		padding: 15px;
		text-align: center;
	}
	.section4 #tabs ul {
		display: flex;
		flex-direction: initial;
		margin-bottom: 12px;
	}
	.section4 #tabs div.w100{
		margin: 0;
		padding: 15px;
	}
	.section4 #tabs .ui-state-default h1{
		font-size: 14px
	}
	.section4 #tabs div.w100 .itemBox h5{
		font-size: 12px;
	}
	.section4 #tabs .ui-state-default h2 {
		display: none;
	}
	.section4 #tabs ul li{
		margin: 0;
	}
	.section4 #tabs div.w100 .itemBox ,.section4 #tabs div.w100 .imgBox ,.section4 #tabs div.w100 .imgBox img{
		width: 100%;
	}
	#tabs div.w100 .itemBox .btn {
		text-align: right;
		width: 100%;
		position: static;
		bottom: 0;
		margin-top: 20px;
	}
    .section5 ul {
        flex-wrap: wrap;
        padding: 15px;
    }
    .section5 li{
        width: 50%;
        margin-bottom: 15px;
    }
    .section5 li img{
        width: 100%;
    }
    .section5 li h2{
        font-size: 13px;
    }
    .section5 li:nth-child(6) i ,.section5 li:nth-child(8) i{
        left: -9%;
        transform: rotate(180deg);
    }
    .section5 li:nth-child(10) i{
        transform: rotate(-90deg);
        left: -10px;
        top: 66%;
    }
    .section6 ul li {
        width: 42%;
        padding: 0 25px;
        margin: 15px;
    }
    .section6 ul li img {
        width: 100%;
    }
    .section2 .inner01{
        width: 100%;
        padding: 0 15px;
    }
    .section6 ul {
        margin-left: 0;
    }
    .section7{
        display: none;
    }
}
/* 手机端 e*/