/*清楚默认样式*/
html{color:#3f3f3f;background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
body{font:13px/1 'Microsoft Yahei', tahoma, arial, 'Hiragino Sans GB', \24b8b\4f53, sans-serif}
html,body{width: 100%;height: 100%;}
b,i,em,strong{font-style:normal;font-weight:normal;}
li{list-style:none;}
table {border-collapse:collapse;border-spacing:0;}
h1,h2,h3,h4,h5{font-weight: normal;}
img{border: none;}
q:before,q:after{content:'';}/* 消除q前后的内容 */
button,input,select,textarea{font-size:100%;}/* 使得表单元素在 ie 下能继承字体大小 */
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;outline: none;color: #303030;}
input,button{border: none;}
address,cite,dfn,em,var{font-style:normal;} /* 将斜体扶正 */

/* link */
a{color:#303030;text-decoration:none;}
a:hover{color:#d43a1f;text-decoration:none;}
/*浮动*/
.fl{float: left;}
.fr{float: right;}
.clearfix{clear: both;}
.clear{zoom: 1;}
.clear:after{content: "";width: 0;height: 0;line-height: 0;display: block;visibility: hidden;clear: both;}
.bg{
	background: #0e0043 url(../images/banner.jpg) no-repeat top center;
	background-size: 100%;
	min-width: 1000px;
}
.logo{
	width: 57.29%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.logo img{
	font-size: 0;
	margin: 3.6% 0.9% 0;
	vertical-align: middle;
}
.mainbg{
	background: url(../images/footer.jpg) no-repeat bottom center;
	background-size: 100%;
	padding-bottom: 24%;
}
.main{
	width: 1100px;
	margin: 50% auto 0;
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
	padding-top: 47px;
/*	min-width: 800px;*/
}
.main h2.tit{
	width: 500px;
	height: 61px;
	line-height: 61px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	background: url(../images/title1.png) no-repeat top center;
	background-size: contain;
	margin: 30px auto;
}
.main p{
	padding: 0 7.2%;
	font-size: 18px;
	line-height: 32px;
	color: #3f3f3f;
	text-align: justify;
	text-indent: 2em;
}
.main .red{
	color: #ff0000;
}
.main p strong{
	font-weight: bold;
}
.main table{
	margin: 0 7.2%;
}
.main table td{
	border: 1px solid #f7c66d;
}
.main table thead td{
	background: #fff0be;
	padding: 30px 0;
	text-align: center;
	color: #ff8d8d;
	font-size: 18px;
	line-height: 28px;
}
.main table tbody td{
	font-size: 16px;
	line-height: 26px;
	padding: 30px 0;
	text-align: center;
}
.main .cooperation{
	padding-left: 45px;
}
.main .cooperation li{
	padding: 8px 0 10px;
	overflow: hidden;
}
.main .cooperation li label{
	float: left;
	width: 148px;
	text-align: right;
	color: #0e0043;
	font-size: 24px;
	line-height: 40px;
	margin-right: 21px;
}
.main .cooperation li .img_area{
	float: left;
	width: 81.9%;
}
.main .cooperation li .img_area img{
	vertical-align: middle;
	margin: 0 28px 16px 0;
}
.main .download_table{
	display: block;
	width: 400px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 28px;
	color: #FFF0BE;
	font-weight: bold;
	background: #ffa522;
	border-radius: 100px;
	margin: 56px auto 20px;
}
.main .footer{
	text-align: center;
	font-size: 16px;
	color: #939393;
	padding: 15px 0;
}
.main .author ul{
	overflow: hidden;
	padding: 0 46px;
}
.main .author ul li{
	float: left;
	margin-bottom: 36px;
	width: 20%;
	position: relative;
}
.main .author ul li .tx{
	display: block;
	width: 139px;
	height: 139px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 50%;
}
.main .author ul li div{
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	text-align: center;
}
.main .author ul li .name{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	min-width: 93px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	background: #fff;
	border: 1px solid #ffa522;
	color: #ffa522;
	font-size: 16px;
	margin: 0 auto;
	border-radius: 22px;
	padding: 0 10px;
}
.main .author .more{
	color: #0e0043;
	font-size: 24px;
	display: block;
	width: 120px;
	text-align: center;
	margin: 40px auto;
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	.main{
		width: 980px;
	}
}