/* Write your styles */
body {
	background-color: #fbfbfb;
}
.banner ,.banner img {
	width: 100%;
}
.ysbg {
	background-image: url(../../images/ysbg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 100%;	
}
.youshik {
	height: 13vh;
}
.youshikbg {
	height: 13vh;
	background-color: #FFF;
	background-color:rgba(255,255,255,0.6);
}
.youshi {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	padding-top: 20px;	 
	
}
.youshiico {
	height: 30px;
	width: 30px;
	float: left;
	padding-top: 10px;
}
.youshiico img{
	height: 30px;
	width: 30px;
}
.youshitit {
	height: 50px;
	width: 90px;
	float: left;
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 50px;
	color: #3cb766;
	font-weight: bold;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.youshinote {
	float: left;
	font-size: 14px;
	flex: 1;
	padding-left: 10px;
	color: #353535;
}
.anniuk {
	width: 100%;
	margin-top: 15px;
	height: 50px;
}
.anniukleft {
	width: 33.3%;
	height: 50px;
	float: left;
	text-align: center;
}
.anniukright {
	width: 33.3%;
	height: 50px;
	float: left;
	text-align: center;
}
.bgse{
background-color:#ff9000;
border-color:#ff9000;}
.cte {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}