/* section1 */
.section1 {
	margin: 32px 0;
}

.section1 .txt {
	width: 650px;
	font-size: 20px;
	font-weight: 400;
	color: rgba(109, 117, 122, 1);
	line-height: 40px;
}

.section1 .imgBox {
	width: 434px;
	height: 281px;
	overflow: hidden;
}

.section1 .imgBox img {
	width: 434px;
	height: 281px;
	object-fit: cover;
}

.section1 .Box {
	margin-top: 44px;
}

/* section1 */

/* section2 */
.section2 {
	background-color: #FAFAFA;
	padding-top: 32px;
}

.section2 h4 {
	font-size: 28px;
	font-weight: 600;
	color: rgba(47, 49, 49, 1);
}

.section2 .textBox {
	margin-top: 125px;
}

.section2 .text {
	width: 445px;
	font-size: 20px;
	font-weight: 400;
	color: rgba(109, 117, 122, 1);
	line-height: 40px;
	margin-top: 16px;
}

.section2 .imgBox {
	margin-top: 32px;
	width: 583px;
	height: 377px;
	overflow: hidden;
}

.section2 .imgBox img {
	width: 583px;
	height: 377px;
	object-fit: cover;
}

.section2 .imgBox1 {
	margin-top: 32px;
	width: 519px;
	height: 337px;
	overflow: hidden;
}

.section2 .imgBox1 img {
	width: 519px;
	height: 337px;
	object-fit: cover;
}

/* section2 */
/* section3 */
.section3 {
	padding: 60px;
}

.section3 h4 {
	font-size: 28px;
	font-weight: 600;
	color: rgba(47, 49, 49, 1);
}

.section3 .textBox {
	margin-top: 125px;
}

.section3 .text {
	width: 445px;
	font-size: 20px;
	font-weight: 400;
	color: rgba(109, 117, 122, 1);
	line-height: 40px;
	margin-top: 16px;
}

.section3 .imgBox {
	margin-top: 32px;
	width: 495px;
	height: 298px;
	overflow: hidden;
}

.section3 .imgBox img {
	width: 495px;
	height: 298px;
	object-fit: cover;
}

.section3 .imgBox1 {
	margin-top: 32px;
	width: 519px;
	height: 337px;
	overflow: hidden;
}

.section3 .imgBox1 img {
	width: 519px;
	height: 337px;
	object-fit: cover;
}

/* section3 */
/* section4 */
.section4 {
	padding: 42px 0;
	background-color: #F5F7FA;
}

.section4 ul {
	margin-top: 33px;
}

.section4 li {
	margin-right: 21px;
}

.section4 li:last-child {
	margin-right: 0;
}

.section4 .isLi {
	padding: 24px 32px;
	width: 408px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 10px 50px 0px rgba(39, 39, 39, 0.04);
}

.section4 p {
	font-size: 24px;
	font-weight: 600;
	color: #0873DD;
	line-height: 33px;
}

.section4 .text {
	font-size: 14px;
	font-weight: 400;
	color: rgba(109, 117, 122, 1);
	line-height: 20px;
	margin-top: 20px;
}

.section4 .imgBox {
	flex-shrink: 0;
	width: 128px;
	height: 128px;
	overflow: hidden;
	margin-left: 24px;
}

.section4 .imgBox img {
	width: 128px;
	height: 128px;
	object-fit: cover;
}

/* section4 */
/* section5 */
.section5 {
	padding: 40px 0;
}

.section5 .innerD {
	font-size: 26px;
	font-weight: 600;
	color: #0873DD;
	margin-top: 20px;
}

.section5 .innerD i {
	margin: 0 20px;
	width: 1px;
	height: 18px;
	display: block;
	background-color: #6D757A;
}

.section5 .txt {
	margin-top: 75px;
	font-size: 20px;
	width: 546px;
	font-weight: 400;
	color: rgba(109, 117, 122, 1);
	line-height: 40px;
}

.section5 .imgBox {
	margin-top: 20px;
	width: 519px;
	height: 493px;
	overflow: hidden;
}

.section5 .imgBox img {
	width: 519px;
	height: 493px;
	object-fit: cover;
}

/* section5 */

/* 手机端 s*/
@media (max-width:1024px) {
	.isurl .Box{
		padding: 0 15px;
	}

	.flexR img{
		width: 100vw;
	}
	.innerH1 {
		font-size: 28px;
		line-height: normal;
		padding: 0px 8px;
	}
	.innerP {
		font-size: 12px;
		margin-top: 0;
		padding: 0 8px;
	}
	.section1{
		/* padding: 15px ; */
		margin:0;
	}
	.section1 .txt {
		width: 100%;
		height: auto;
		font-size: 16px;
		line-height: 25px;
		padding: 15px;
	}
	.section1 .flexR{
		display: block;
	}
	.section1 .imgBox{
		height: auto;
		width: 100%;
	}
	.section1 .imgBox img {
		/* object-fit: cover; */
		margin-bottom:0;
		width: 100%;
		height: auto;
		padding: 15px;
	}
	.section5 ,.section2{
		padding: 15px;
	}
	.section5 .isSon {
		margin-left: 15px;
	}
	.section5 .sonBox {
		width: 50%;
		margin-right: 15px;
		padding: 15px;
		font-size: 14px;
		line-height: normal;
	}
    .section5 ul {
        margin-top: 20px;
        padding: 0 20px;
        flex-wrap: wrap;
    }
    .section5 ul li{
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .section5 .imgBox{
		width: 100%;
		height: auto;
	}
	.section2 .Box{
		margin-top:15px;
	}
	.section2 .textBox,.section2 .imgBox{
		margin-top: 0;
		height: auto;
	}
	.section2 h4 {
		font-size: 18px;
	}
	.section2 .text {
		width: auto;
		font-size: 12px;
		line-height: 20px;
	}
	.section2 .imgBox1{
		margin-top: 0;
	}
	.section2 .imgBox1 img{
		width: 100%;
		height: auto;
	}
	.section2 .imgBox img ,.section2 .imgBox1{
		width: 100%;
		height: auto;
	}
    .section2 ul {
        flex-wrap: wrap;
	}
	.section4 .innerUl li {
		width: 46%;
	}
    .section2 ul li{
        margin-bottom: 15px;
        height: auto;
	}
	.section4 {
		padding: 32px 0 45px 0;
	}
	.flexR{
		align-items: center;
	}
	.section4 .isLi{
		width: 100%;
		padding: 15px;
	}
    .section4 ul li {
        width: 100%;
        /* margin: 15px; */
	}
	.section4 .isLi{
		height: auto;
	}
	.section4 p{
		font-size: 22px;
		line-height: normal;
	}
	.section4 .text{
		font-size: 12px;
		margin-top: 10px;
	}
	.section4 ul li h2{
		font-size: 10px;
		line-height: normal;
	}
    .aliStar {
        align-items: center;
    }
    .content-img{
		width: 100vw;
	}
	.section6 .Box img{
		width: 100%;
	}
	.Box {
		width: 100% !important;
	}
	.section3{
		padding: 0 15px 30px 15px;
	}
	.section3 .Box{
		margin-top:15px;
	}
	.section3 .textBox,.section3 .imgBox{
		margin-top: 0;
		height: auto;
	}
	.section3 h4 {
		font-size: 18px;
	}
	.section3 .text {
		width: auto;
		font-size: 12px;
		line-height: 20px;
	}
	.section3 .imgBox1{
		margin-top: 0;
	}
	.section3 .imgBox1 img{
		width: 100%;
		height: auto;
		/* margin-top: 16px; */
	}
	.section3 .imgBox img ,.section3 .imgBox1{
		width: 100%;
		height: auto;
		margin-top: 42px;
	}
	.section5 .Box{
		display: block;
	}
	.section5 .imgBox img{
		width: 100%;
		height: auto;
	}
	.section5 .txt {
		width: auto;
		font-size: 14px;
		line-height: 23px;
	}
}
/* 手机端 e*/