


body{
	background: #F2F2F2;
}
.csn-one{
	display: flex;
	justify-content: space-between;
	padding: 50px 0 30px 0;
	box-sizing: border-box;
	align-items: inherit;
}
.csn-one .csno-left{
	width: 40.71%;
	flex-shrink: 0;
	background: #FFFFFF;
	margin-right: 1rem;
}
.csn-one .csno-left .csnol-content{
	padding: 30px;
	box-sizing: border-box;
}
.csn-one .csno-left h3{
	font-size: 18px;
	font-weight: 700;
	color: #333333;
}
.csn-one .csno-left p{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}
.csn-one img{
	width: 100%;
}
.csno-right{
	padding: 40px;
	background: #FFFFFF;
	width: 100%;
}
.csno-right h2{
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	padding-bottom: 28px;
}
.csnor-item-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}
.csnor-item .pictrue{
	width: 100px;
	margin-right: 20px;
}
.csno-right .csnor-item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
	width: 100%;
}
.csno-right .csnor-item:last-child{
	margin: 0;
}
.csnor-item .text1{
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 16px;
}
.csnor-item .text2{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}



.csn-two{
	background: #FFFFFF;
	margin-bottom: 40px;
}
.csn-two .csnt-tip{
	padding: 16px 30px;
	box-sizing: border-box;
}
.csnt-tip li{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.csnt-tip h1{
	font-size: 24px;
	font-weight: 400;
	color: #333333;
}
.csnt-tip span{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	padding-bottom: 22px;
	box-sizing: border-box;
	margin: 0 30px;
}
.csnt-tip .active-span{
	color: #259E3C;
	border-bottom: 2px solid #259E3C;
}
.csnt-content{
	padding: 50px 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-shrink: 0;
}
.csnt-content .csntc-one{
	width: 28.57%;
	flex-shrink: 0;
}	
.csntc-one img{
	width: 100%;
	margin-bottom: 28px;
}
.csntc-one h2{
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 22px;
}
.csntc-one p{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}
.csntc-two li{
	list-style: disc;
}
.csntc-three li{
	list-style: disc;
}
.csnt-content li{
	margin-right: 8%;
	flex: 1;
}
.csnt-content li:last-child{
	margin: 0;
}
.csntc-two p{
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	color: #666666;
	margin-bottom: 20px;
}
.csntc-three p{
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	color: #666666;
	margin-bottom: 20px;
}
.csn-three{
	background: #FFFFFF;
	padding: 16px 30px;
	box-sizing: border-box;
	margin-bottom: 70px;
}
.csn-three h1{
	font-size: 24px;
	font-weight: 400;
	color: #333333;
}
.csn-three .csnt-content-box{
	display: flex;
	align-items: inherit;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.csnt-content-box img{
	width: 150px;
	margin-right: 30px;
}
.csnt-content-box>li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33.33%;
	margin: 0;
	padding: 24px;
	box-sizing: border-box;
}
.csnt-content-box>li .text1{
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 22px;
}
.csnt-content-box>li .text2{
	font-size: 18px;
	font-weight: 400;
	color: #666666;
}





















