* {
	margin: 0;
	padding: 0;
}

li,
a {
	text-decoration: none;
	list-style: none;
}

img {
	display: block;
}

* {
	font-family: "微软雅黑";
	font-size: 14px;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "微软雅黑";
	width: 100%;
	margin: 0;
}

ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: black;
}

h1 {
	font-family: "arial"
}

dl,
dt,
dd {
	margin: 0px;
	padding: 0px;
	text-shadow: none;
}

.header {
	position: relative;
	padding: 10px 10%;
	display: inline-block;
	width: 80%;
}

.logo {
	overflow: hidden;
	float: left;
	margin: 0;
}

.logo a {
	height: 32px;
	display: block;
	overflow: hidden;
	font-size: 0;
}

.logo a img {
	vertical-align: top;
	max-height: 32px;
	display: block;
	margin-bottom: 32px;
}

.brand {
	font-size: 14px;
	float: left;
	line-height: 35px;
	color: #bbb;
	padding-left: 10px;
	position: relative;
	top: 1px;
	border-left: 2px solid #eaeaea;
	margin-left: 10px;
	overflow: hidden;
	height: 35px;
}

.goback {
	float: right;
	color: #fff;
	width: 100px;
	height: 34px;
	line-height: 34px;
	background: rgb(52, 144, 200);
	text-align: center;
	border-radius: 10px;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}


/*白皮书*/

#feature {
	width: 80%;
	padding: 0 10%;
	display: inline-block;
}

#feature ul {
	width: 840px;
	margin: 30px auto 0;
}

.box p {
	text-align: center;
	color: #fff;
	background: #000;
	line-height: 21px;
	padding: 5px 0;
}

.tuji {
	width: 80%;
	padding: 0 10%;
	overflow: hidden;
}

.nav {
	background-color: rgb(219,45,61);
	height: 94px;
}

.nav p {
	display: block;
	background-image: url(../img/title-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 180px;
	height: 130px;
	float: left;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	line-height: 110px;
	font-family: "微软雅黑";
	margin-left: 280px;
}

.main_banner1 {
	background: url(../img/banner_01.jpg) no-repeat center top;
}

.slider {
	width: 1000px;
	height: 99px;
	margin: 512px 0 0 40px;
	position: relative;
	/* background:url(../img/bar_01.png) no-repeat; */
}

.slider_menu {
	width: 26px;
	height: 99px;
	position: absolute;
	cursor: pointer;
	top: 0;
}

.slider_menuleft {
	background: url(../img/rotaleft.gif) no-repeat;
	left: 21px;
}

.slider_menuleft:hover {
	background: url(../img/on_rotaleft.gif) no-repeat;
}

.slider_menuright {
	background: url(../img/rotaright.gif) no-repeat;
	right: 21px;
}

.slider_menuright:hover {
	background: url(../img/on_rotaright.gif) no-repeat;
}

.slider_menubar {
	height: 99px;
	display: block;
}

.top {
	/*width: 1200px;*/
	height: 611px;
	overflow: hidden;
	margin: 0 auto;
}


/*最新报道*/

.news {
	width: 100%;
}

.news .news_main {
	width: 80%;
	padding: 0 10%;
	display: inline-block;
	position: relative;
}

.news .news_main ul li img {
	width: 100%;
	margin: auto;
}

.news .news_main ul li p {
	text-align: center;
	line-height: 21px;
    height: 21px;
    color: #666;
}


/*阅读*/

.main1 {
	width: 100%;
	height: auto;
	background: #122B88;
	padding-bottom: 30px;
}

.main1_box1 {
	width: 1004px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0;
	line-height: 24px;
}

.main1_box1_left {
	float: left;
	width: 465px;
	font-weight: 14px;
	color: #fff;
	padding: 0 0px 0 25px;
	font-size: 14px;
}

.main1_box1_right {
	float: right;
	width: 465px;
	font-weight: 14px;
	color: #fff;
	padding: 0 0px 0 25px;
	font-size: 14px;
}

.main1_box2 {
	width: 1100px;
	height: auto;
	margin: 0 auto;
	background: #87d0df;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px 0;
}

.main1_box2_main {
	width: 1004px;
	margin: 0 auto;
	height: auto;
}

.main1_box2_main a {
	color: #fff;
}

.main1_box2_main {
	width: 1004px;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
}

.main1_box2_main p {
	margin: 5px 0;
	color: #fff;
	line-hegiht: auto;
}

.main1_box2_main p img {
	margin-right: 10px;
}
.footer{
	    width: 100%;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: rgb(69,69,69);
    color: #fff;
}
