html, body, * {
	margin: 0;
	padding: 0;
}

body {
	font-family: helvetica, "微软雅黑";
	cursor: default;
}

a {
	color: rgb(75,99,191);
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
a:hover {
	color: rgb(75,99,255);
}

h2 {
	font-size: 2.5em;
	padding: 10px 0 15px 0;
}

h3 {
	font-weight: 100;
}

.wraper {
	width: 80%;
	margin: 0 auto;
}

.title {
	padding: 20px 30px;
	background-color: #0F24C2;
	border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	color: white;
	margin-bottom: 40px;
	line-height: 2.6em;
}

.sec1 p, .sec2 p, .sec2 li, .sec4 p {
	text-align: justify;
	font-size: 1.1em;
	line-height: 1.3em;

}

.sec1, .sec2, .sec4 {
	margin-bottom: 20px;
}

.sec2 li {
	margin-left: 40px;
	line-height: 2em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.sec2 li:hover {
	margin-left: 60px;
	cursor: default;
}

.sec3 {
	text-align: center;
	color: rgb(255,90,89);
	font-size: 1.3em;
	padding: 30px 0;
}


.secondtitle {
	font-size: 1.5em !important;
	font-weight: bolder;
	padding: 10px 0;
}

.sec {
	background-color: white;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	padding: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;

}
.sec:hover {
	background-color: rgba(30,50,170,0.05);
}

.sec4 p {
	line-height: 2em;
}

.sec4 {
	margin-bottom: 50px;
}

