@charset "utf-8";
/* CSS Document */
body{
	background-color:cornsilk;
}

.focus{
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}

.focus .bd{
	position:relative;
	z-index: 0;
}

.focus .bd ul li{
	/*让标签元素以单元格的形式呈现，实现高等布局*/
	display: table-cell;
	width: 100%;
	height: auto;
	overflow: hidden；
}

.focus .bd ul li a img{
	display: block;
	width: 100%;
	height: auto;
}

.focus .hd{
	position: absolute;
	bottom: 0.8em;
	width: 100%;
	height: 0.8em;
	text-align:center;
}

.focus .hd ul{
	display: inline-block;
	height: 0.8em;
}

.focus .hd ul .on{
   background: #ff5a5f;
}

.focus .hd ul li{
	display: inline-block;
	height: 0.6em;
	width: 0.6em;
	margin:0 0.3em;
	text-indent: -999em;
	background-color: rgba(255,255,255,0.8);
	border-radius: 100%;
	-webkit-border-radius:100%;
	vertical-align: top;
}

.outside_div {
	margin-top: 0px;
}

.outside_div .right_div button{
	background-color: #5ab14f;
	height: 40px;
	width: 100%;
	-moz-border-radius: 4px;      /* Gecko browsers */
	-webkit-border-radius: 4px;   /* Webkit browsers */
	border-radius: 4px;            /* W3C syntax */
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-weight: 600;
	font-size:2em;padding:14px;height:85px;
}

.outside_div .right_div button:hover{
	background-color: #2f873c;
}

.describe{
	width:100%;
	height:auto;
	
}

.describe h1{
	background-color: #5ab14f;
	color: #FFFFFF;
	text-align:center;
	width:100%;
	height:auto;
	margin-bottom: 10px;
}

.describe p{
	margin-top: 10px;
	margin-left:10%;
	margin-right:10%;
	text-align:left;
	width:70%;
	font-size: 30px;
}

.right_div{
	margin-top:15px;
	padding:15px;
	width:100px;
	float:right;
}
.left1_div{
	margin-top:15px;
	padding:15px;
	width:50px;
	float:left;
	font-size:2em;
}
.left_div{
	margin-top:28px;
	padding:24px;
	float:left;
	font-size:2.5em;
}

.outside_div{
	margin-top:30px;
	height:140px;
	background-color:white;
}