/* main */
/* section2 */
.section2 {
	padding: 36px 0 16px 0;
}

.section2 .inner01 {
	margin: 0 auto;
	margin-top: 18px;
	width: 968px;
	overflow: hidden;
}

.section2 .inner01 img {
	flex-shrink: 0;
}

/* section2 */

/* section3 */
.section3 {
	padding: 38px 0 25px 0;
	background-color: #F5F7FA;
}

/* section3 */

/* section4 */
.section4 {
	padding: 48px 0;

}

.section4 ul {
	flex-wrap: wrap;
}

.section4 ul li {
	padding: 66px 24px;
	margin-top: 32px;
	margin-right: 32px;
	width: 640px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 10px 50px 0px rgba(39, 39, 39, 0.11);
}

.section4 ul li img {
	margin-right: 32px;
	width: 128px;
	height: 128px;
	object-fit: cover;
	flex-shrink: 0;
}

.section4 ul li h1 {
	font-size: 32px;
	font-weight: 600;
	color: #0873DD;
	line-height: 45px;
}

.section4 ul li h2 {
	margin-top: 16px;
	font-size: 24px;
	font-weight: 400;
	color: rgba(109, 117, 122, 1);
	line-height: 33px;
}

/* section4 */

/* section7 */
.section7 {
	padding: 35px 0;
	background-color: #F3F5F8;
}

.section7 .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: 496px;
	background: #FFFFFF;
	padding: 25px;
	margin-left: 12px;
	position: relative;
}

#tabs div.w100 .itemBox {
	margin: 0 auto;
	width: 100%;
}

#tabs div.w100 .itemBox h4 {
	font-size: 28px;
	font-weight: 600;
	color: rgba(20, 22, 26, 1);
	margin-top: 24px;
}

#tabs div.w100 .itemBox h5 {
	font-size: 16px;
	font-weight: 400;
	color: rgba(109, 117, 122, 1);
	line-height: 22px;
	margin-top: 8px;
}

#tabs div.w100 .itemBox .btn {
	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;
}

#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: 100%;
	height: 332px;
	overflow: hidden;
	position: relative;
}

#tabs div.w100 .imgBox img {
	width: 100%;
	height: 332px;
	object-fit: cover;
}

#tabs .itemBox h4 {
	color: #FFFFFF !important;
	position: absolute;
	z-index: 100;
	left: 32px;
	bottom: 32px;
}

#tabs .btn {
	text-align: right;
}

/* 标签页切换功能 end*/
/* section7 */

/* section5 */
.section5 {
	padding: 32px 0;
	box-shadow: 0px 10px 50px 0px rgba(39, 39, 39, 0.11);
}

.section5 ul {
	flex-wrap: wrap;
}

.section5 li {
	width: 240px;
	height: 190px;
	position: relative;
}

.section5 li i {
	display: block;
	width: 0;
	height: 0;
	border: 12px solid;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	z-index: 100;
}

.section5 li:nth-child(2) {
	background-color: rgba(40, 155, 247, 1);
}

.section5 li:nth-child(2) i {
	margin-left: -24px;
	left: 0;
	border-color: transparent #289BF7 transparent transparent;
}

.section5 li:nth-child(4) {
	background-color: #FFCB18;
}

.section5 li:nth-child(4) i {
	margin-left: -24px;
	left: 0;
	border-color: transparent #FFCB18 transparent transparent;
}

.section5 li:nth-child(6) {
	background-color: #0ED596;
}

.section5 li:nth-child(6) i {
	right: 0;
	margin-right: -24px;
	border-color: transparent transparent transparent #0ED596;
}

.section5 li:nth-child(8) {
	background-color: #FF5D85;
}

.section5 li:nth-child(8) i {
	right: 0;
	margin-right: -24px;
	border-color: transparent transparent transparent #FF5D85;
}

.section5 li:nth-child(10) {
	background-color: #CC63FF;
}

.section5 li:nth-child(10) i {
	top: 0;
	left: 50%;
	margin-top: -24px;
	margin-left: -12px;
	border-color: transparent transparent #CC63FF transparent;
}

.section5 li img {
	width: 240px;
	height: 190px;
	object-fit: cover;
}

.section5 li h1 {
	font-size: 20px;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	margin-top: 11px;
	padding: 0 24px;
}

.section5 li h2 {
	font-size: 16px;
	margin-top: 12px;
	padding: 0 24px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}

/* section5 */

/* section6 */
.section6 {
	padding: 32px 0;
}

.section6 ul {
	flex-wrap: wrap;
	margin-left: -32px;
}

.section6 ul li {
	margin-left: 32px;
	margin-top: 32px;
	width: 276px;
	height: 180px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	background: url(/assets/img/firm_industry.png);
	background-repeat: no-repeat;
}

.section6 ul li:nth-child(2) {
	background-position-x: 33%;
}

.section6 ul li:nth-child(3) {
	background-position-x: 66%;
}

.section6 ul li:nth-child(4) {
	background-position-x: 100%;
}

.section6 ul li:nth-child(5) {
	background-position-y: 100%;
}

.section6 ul li:nth-child(6) {
	background-position-x: 33%;
	background-position-y: 100%;
}

.section6 ul li:nth-child(7) {
	background-position-x: 66%;
	background-position-y: 100%;
}

.section6 ul li:nth-child(8) {
	background-position-x: 100%;
	background-position-y: 100%;
}

.section6 ul li span {
	position: absolute;
	top: 54px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 32px;
	font-weight: 600;
	color: rgba(245, 247, 250, 1);
}

.section6 ul li i {
	display: block;
	position: absolute;
	top: 125px;
	left: 50%;
	transform: translateX(-50%);
	width: 51px;
	height: 4px;
	background: rgba(245, 247, 250, 1);
	border-radius: 2px;
}

/* section6 */

/* main */
.innerH1 {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #0873DD;
	line-height: 45px;
}

.innerP {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: rgba(109, 117, 122, 1);
	line-height: 33px;
	margin-top: 8px;
}
/* 手机端 */
@media (max-width:1024px) {
	.innerH1 {
		padding: 0 15px;
	}
	.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 ul {
        flex-wrap: wrap;
    }
    .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;
    }
    .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 #tabs{
		display: block;
	}
	.section7 #tabs ul li {
		flex:1;
	}
	.section7 #tabs ul li a {
		padding: 15px;
		text-align: center;
	}
	.section7 #tabs ul {
		display: flex;
		flex-direction: initial;
		margin-bottom: 12px;
	}
	.section7 #tabs div.w100{
		margin: 0;
	}
	.section7 #tabs .ui-state-default h1{
		font-size: 14px
	}
	.section7 #tabs div.w100 .itemBox h5{
		font-size: 12px;
	}
	.section7 #tabs .ui-state-default h2 {
		display: none;
	}
	.section7 #tabs ul li{
		margin: 0;
	}
	.section7 #tabs div.w100 .itemBox ,.section7 #tabs div.w100 .imgBox ,.section7 #tabs div.w100 .imgBox img{
		width: 100%;
	}
	.section7 #tabs div.w100{
		height: auto;
	}
	.section7 #tabs div.w100 .itemBox .btn {
		width: 100%;
		text-align: right;
		position: initial;
		bottom: 25px;
		margin-top: 15px;
	}
	.section7 #tabs div.w100 .imgBox {
		margin: 0 auto;
		height: auto;
	}
	.section7 #tabs div.w100 .imgBox img {
		height: auto;
	}
	.section7 #tabs div.w100 .itemBox h4 {
		text-align: center;
		width: 100%;
		top: 36%;
		left: 0;
		margin-top: 0;
		font-size: 20px;
	}
	.section7 #tabs div.w100 {
		min-height: auto;
		padding: 15px;
	}
	.section6 ul li span{
		font-size: 16px;
	}
}