@charset"utf-8";
ul li{
	list-style: none;
}
#one{
	background: url('../images/one_bg.jpg') no-repeat center center;
	background-size: 100% 100%;
}
@media (max-width:1024px){
	#one{
		background-image: url('../images/one_bg0.png');
	}
}
.section .inner{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	padding-top: 50px;
	height: 100%;
	width: 100%;
}
/*第一屏*/
#one .inner{
	background-color:rgba(0, 0, 0, 0.3);
	padding-top: 15%;
	color:#fff;
	text-align: center;
	font-size: 1.4em;
}
#one .inner h1{
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	padding:0.5em 0;
	margin-bottom: 1em;
}
/*第二屏*/
#two .inner{
	background-color:#1cb57b; 
	color:#fff;
	text-align: center;
	padding-bottom: 100px;
}
#two .inner h1{
	border-bottom:3px solid #fff;
	padding-bottom: 0.5em;
}
#two .inner h3{
	line-height: 1.6em;
}
#two .inner a{
	color: #fff;
	font-size: 1.3em;
	text-decoration: none;
	line-height: 3em;
}
#two .inner .index_title{
	display: inline-block;
	max-height: 50px;
	overflow-y:hidden;
}
#two .inner .icon{
	//border:5px solid #466c8c;此处边框使icon不能居中
	text-align: center;
	font-size: 3em;
	margin-top: 1em;
	border-radius: 5px;
	padding: 0;
}
#two .inner .icon:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: 4px solid rgb(70, 108, 140);
    border-radius: 5px;
}
/*第三屏*/
#three{
	background-color:#611e61;
	color:#fff;
	text-align: center;
}
#three h1{
	border-bottom: 2px solid #fff;
	line-height: 1.5em;
}
#three .inner h3{
	line-height: 1.6em;
}
#three .inner .square{
	display: inline-block;
	height: 250px;
	color: #fff;
	text-align: left;
}
#three .inner .square h2 i{
	color: #0bfb0b;
	margin-right: 1em;
}
#three .inner .square p{
	font-size: 1.5em;
	line-height: 2em;
	text-indent: 2em;
	margin-top: 1em;
}