* {padding: 0;margin: 0;}
body {
	font-size: 16px;
	color: #333;
	background-color: #fff;
	font-family: "Microsoft Yahei";
	overflow-x: hidden;
}

a {
	text-decoration: none !important;
}
li{
	list-style: none;
}
.inner-banner {
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 1200px;
}
.inner-banner img{
	width: 100%;
}
.inner-box {
	width: 100%;
	min-width: 1200px;
	padding: 60px 0;
	text-align: center;
}


.coop-txt {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	line-height: 36px;
	font-size: 16px;
}
.coop-title{
	font-size: 22px;
	margin-bottom: 15px;
	margin-top:40px;
	color: #258DF0 !important;
	text-indent: 0em;
}

.act-time{
	width: 1200px;
	margin: 10px auto ;
	display: flex;
	justify-content:left;
}

.act-time li{
	margin-right: 80px;
}

.mission-box{
	width: 1200px;
	margin: 10px auto 30px;
	display: flex;
	justify-content:space-between;
}

.mission-box li {
	width: 220px;
	padding: 20px;
	border: 1px solid #c0def9;
	background-color: #f1f5ff;
	border-radius: 10px;
	transition: .3s all linear;
}
.mission-box li:hover{
	transform: scale(1.1);
	transition: .3s all linear;
}
.mission-box li img{
	width: 80px;
	margin-bottom: 10px;
}


.fit-box{
	width: 1200px;
	margin: 20px auto ;
	display: flex;
	justify-content:space-between;
}

.fit-box li{
	width: 200px;
	transition: .3s all linear;
}
.fit-box li img{
	width: 100px;
	border-radius: 100%;
	margin-bottom: 10px;
	border: 2px solid #fff;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}
.fit-box li  h1{
	font-size: 18px;
	color: #2b5ebb;
}
.fit-box li p{
	margin-top: 15px;
	line-height: 26px;
}
.fit-box li:hover{
	transform: scale(1.05);
	transition: .3s all linear;
}


.why-box{
	width: 1200px;
	margin: 20px auto;
	display: flex;
	justify-content:space-between;
}

.why-box li{
	width:200px;
	transition: .3s all linear;
	border: 1px dashed #8cc5f9;
	/* background-color: #f1f5ff; */
	border-radius: 10px;
	padding: 20px 30px;
	line-height: 26px;
	
}

.why-box li img{
	width:100px;
	border-radius: 100%;
	margin-bottom: 10px;
	border: 2px solid #fff;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}

.why-box li:hover{
	transform: scale(1.05);
	transition: .3s all linear;
}



.act-content{
	width: 1200px;
	margin: 50px auto 0;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.act-content li{
	width:540px;
	padding:20px 15px 10px 15px;
	border: 1px solid #9dc3e6;
	background-color: #f1f5ff;
	border-radius: 10px;
	position: relative;
	transition: .3s all linear;
}
.act-content li:hover{
	transform: scale(1.05);
	transition: .3s all linear;
}
.act-content li:hover p{
	color: #2B5EBB;
}
.act-content li h1{
	display: block;
	font-size:22px;
	font-weight: normal;
	color: #2b5ebb;
	width: 240px;
	background-color: #fff;
	border-radius: 40px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	box-shadow: 0px 2px 10px rgba(111,145,242,0.4);
	margin: -45px auto 0;
	
}

.act-content li h1 img{
	width:50px;
	vertical-align: middle;
	margin-right:5px;
	margin-top: -10px;
}
.act-content li .act-pic{
	width:180px;
	position: absolute;
	bottom: -25px;
	right: -10px;
	opacity:0.2;
}

.act-content li  span{
	display: block;
	margin: 20px auto 0;
	font-size: 16px;
	color: #2b5ebb;
}

.act-content li .in-box{
	width: 220px !important;
	display: inline-block;
	margin: 20px 10px ;
	padding:10px;
	background-color: #fff;
	position: relative;
	z-index: 99;
	border-radius:10px;
}
.act-content li .in-box .in-titl{
	margin-bottom: 10px;
	text-align: left;
}
.act-content li .in-box .in-txt{
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	color: #696969;
}























.eva-act{
	padding: 30px 0;
}
.eva-act .sub-title h1{
	font-size:30px;
	color: #2b5ebb;
}
.eva-act .sub-title img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}
.eva-act p{
	color: #696969;
}

.act-intro{
	width: 1200px;
	margin: 40px auto 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.act-intro img{
	width:350px;
}
.act-intro p{
	width:850px;
}

.act-time{
	color: #696969;
}
.act-time img{
	width: 20px;
	margin-right: 20px;
	vertical-align: middle;
}




.act-result{
	width: 1200px;
	margin: 40px auto 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.act-result li{
	width:350px;
	border-radius: 10px;
	padding: 20px 15px;
	box-shadow: 0 0 10px rgba(111,145,242,0.15);
	transition: .3s all linear;
	
}
.act-result li:hover{
	box-shadow: 0 0 20px rgba(111,145,242,0.4);
	transition: .3s all linear;
}
.act-result li:hover p{
	color:#2B5EBB;
}
.act-result li img{
	width:320px;
}
.img-shadow{
	box-shadow: 5px 5px 10px rgba(111,145,242,0.3);
}
.act-result li h1{
	display: block;
	font-size:16px;
	line-height:26px;
	color: #2b5ebb;
	margin-top:15px;
}
.act-result li p{
	text-align:justify;
	line-height:32px;
	font-size: 15px;
	color: #696969;
	position: relative;
	z-index: 99;
	margin-top: 10px;
}

.act-flow{
	width: 1200px;
	display:block;
	margin: 30px auto 0;
}

.act-qrcode{
	width: 100%;
	height:180px;
	/* background-color: #ecf6ff; */
	display: block;
	margin:150px auto 0;
	position: relative;
}
.act-qrcode img{
	width:1200px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -600px;
}
.act-report{
	width:1000px;
	display:block;
	margin: 30px auto 0;
}

.qa-box{
	width: 1200px;
	margin: 30px auto 50px;
	display: flex;
	justify-content: space-between;
}

.qa-box li{
	width:340px;
	padding: 20px;
	border: 1px solid #c0def9;
	background-color: #f1f5ff;
	border-radius: 10px;
	transition: .3s all linear;
	text-align: left;
	line-height: 26px;
	font-size: 14px;
}
.qa-box li b{
	color: #2B5EBB;
}