
@charset "utf-8";
body,html{
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	font: 14px "PingFang SC", "Lantinghei SC",  "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", SimSun, sans-serif;
	color: #333;
}
.lg-bg{
	background: -webkit-linear-gradient(#3f436a, #1d243f); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#3f436a, #1d243f); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#3f436a, #1d243f); /* Firefox 3.6 - 15 */
    background: linear-gradient(#3f436a, #1d243f); /* 标准的语法（必须放在最后） */
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,body{-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html,*{
	margin: 0;
	padding: 0
}
a:focus,li:focus{
	outline: none;
}
/*------------------属性设置---*/
em, i {
	font-style: normal;
}
ul, p {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
a:link, a:visited, a:active {
	outline: 0 none;
	color: #2b2323;
	text-decoration: none;
}
a:hover {
	color: #7657df;
}
a:focus {
	outline: none;
}

.main-box{
    width: 90%;
    margin: 10px auto;
}
.main-box h3{
    font-size: 20px;
    font-weight: bold;
	color: #0d0c22;
}
.subtitle,.title{
	color: #0d0c22;
    font-size: 20px;
    font-weight: 500;
    margin:15px auto
}
.main-box p{
    margin:20px auto
}
.pic{
	width: 100%;
	clear: both;
	overflow: hidden;
	border-bottom: #efefef 1px solid;
    padding-bottom: 10px;
}
.pic img{
	width: 100%;
}
.lt{
	float: left;
	width: 45%;
	padding-top: 15px;
}
.lt p{
	color: #999;
	font-size: 12px;
	text-align: left;
	margin: 10px 0;
}
.lt h3{
	color: #527de7;
}
.rt{
	float: left;
	width: 50%;
}
.blank10{
	width: 100%;
	height: 10px;
	overflow: hidden;
}