/* section1 */
.section1 {
	padding: 32px;
}

.section1 ul {
	margin-top: 40px;
}

.section1 ul li {
	width: 282px;
	height: 320px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 10px 50px 0px rgba(39, 39, 39, 0.11);
	border-radius: 8px;
	overflow: hidden;
}

.section1 .imgBox {
	width: 282px;
	height: 246px;
	overflow: hidden;
	position: relative;
	background-image: url(/assets/img/product_ache.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.section1 .img2 {
	background-position-y: 31%;
}

.section1 .img3 {
	background-position-y: 61%;
}

.section1 .img4 {
	background-position-y: 92%;
}

.section1 .imgBox h5 {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: rgba(245, 247, 250, 1);
	position: absolute;
	top: 107px;
	z-index: 100;
}

.section1 .imgBox i {
	display: block;
	width: 51px;
	height: 4px;
	background: rgba(245, 247, 250, 1);
	border-radius: 2px;
	position: absolute;
	top: 180px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}

.section1 .textBox {
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(109, 117, 122, 1);
	line-height: 22px;
	text-align: center;
}

.section1 .isSon {
	margin-top: 22px;
}

.section1 .sonBox {
	width: 588px;
	height: 109px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 10px 50px 0px rgba(39, 39, 39, 0.11);
	border-radius: 8px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(109, 117, 122, 1);
	line-height: 109px;
	text-align: center;
}

/* section1 */
/* 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 {
	white-space: normal;
	width: 284px;
	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 {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #6D757A;
}

#tabs .ui-state-active h2 {
	color: #FFFFFF;
}

#tabs div.w100 {
	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 {
	width: 92%;
	text-align: right;
	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;
}

#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;
	overflow: hidden;
	position: relative;
}

#tabs div.w100 .imgBox img {
	width: 838px;
}

/* 标签页切换功能 end*/
/* section4 */
/* 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*/
/* section5 star*/
.section5 {
	background-color: #F5F7FA;
	padding: 42px 0;
}

.section5 ul {
	margin-top: 33px;
}

.section5 li {
	margin-right: 20px;
	width: 408px;
	height: 140px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 10px 50px 0px rgba(39, 39, 39, 0.04);
	padding: 24px 0;
}

.section5 li:last-child-child {
	margin-right: 0;
}

.section5 p {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #0873DD;
}

.section5 h5 {
	font-size: 14px;
	font-weight: 400;
	color: rgba(109, 117, 122, 1);
	margin-top: 16px;
	text-align: center;
}

/* section5 end*/



/* 手机端 s*/
@media (max-width:1024px) {
	.isurl .Box{
		padding: 0 15px;
	}
	.section1 .isSon {
		margin: 0 15px;
		flex-wrap: wrap;
	}
	.innerH1{
		padding: 15px;
	}
	.section1 .sonBox {
		width: 48%;
		margin-bottom: 15px;
		font-size: 12px;
		line-height: normal;
		padding: 15px;
		line-height: 21px;
		height: auto;
	}
	.section1{
        padding:15px 0 ;
    }
    .section1 ul {
        margin-top: 20px;
        padding: 0 20px;
        flex-wrap: wrap;
    }
    .section1 ul li{
        width: 100%;
        margin-bottom: 15px;
	}
	.section1 ul li {
		width: 48%;
		margin-bottom: 15px;
		height: 223px;
	}
	.section1 .imgBox {
		width: 100%;
		height: 145px;
		background-size: 99%;
	}
	section1 .textBox {
		font-size: 12px;
	}
	.section1 .imgBox h5 {
		font-size: 16px;
		top: 30%;
	}
	.section1 .imgBox i {
		top: 58%;
	}
	.section1 .textBox {
		font-size: 12px;
		padding: 15px;
	}
    .section2 ul {
        flex-wrap: wrap;
	}
	.section3 .innerUl li {
		width: 46%;
	}
    .section2 ul li{
        margin-bottom: 15px;
        height: auto;
    }
    .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{
        display: none;
	} */
	.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;
	}
	.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%;
	}
	.section5{
		padding: 0;
	}
    .section5 ul {
        flex-wrap: wrap;
		padding: 15px;
		margin-top: 0;
		
    }
    .section5 li {
		width: 45%;
		margin-bottom: 15px;
		margin-right: 15px;
		padding: 10px 15px;
	}
	.section5 li:nth-of-type(2) ,.section5 li:nth-of-type(3){
		margin-right: 0;
	}
    .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;
	}
	.section5 p {
		font-size: 16px;
	}
	.section5 h5 {
		font-size: 12px;
	}
}
/* 手机端 e*/