* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
}

li {
	list-style: none;
}

a {
	color: #000000;
	text-decoration: none;
}

.main {
	width: 1000px;
	margin: auto;
	z-index: 9;
	position: relative;
	overflow: hidden;
}


/*公用部分*/

.co_title {
	font-style: oblique;
	font-weight: bold;
	background: #BC0001;
	padding:4px 0 10px;
	text-align: center;
	border-radius:3px;
}

.co_title i {
	font-size:24px;
	font-style: normal;
	letter-spacing: 1;
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
    color: #fff;
    font-family: "黑体";
}

.co_title span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	font-style: oblique;
	font-weight: normal;
	text-transform: uppercase;
}

.content_box{
	overflow: hidden;
	background-color:#F9D8B5;
	position: relative;
}


.hpg{
	position: absolute;
	top:280px;
	right:0%;
	z-index:0;
}

.pd{
	position: absolute;
	bottom:-100px;
	left: 0;
	z-index: 1;
	width: 100%;
}

.pd img{
	width: 100%;
}


.tiantan{
	bottom:150px;
	left: -150px;
	position: absolute;
	z-index: 1;
}

/*公用部分*/


/*头部*/

.header {
	overflow: hidden;
	padding-top: 30px;
}

.logo {
	float: left;
	width: 166px;
	height: 55px;
}

.logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.nav {
	float: right;
	height: 55px;
	padding-top: 15px;
}

.nav a {
	font-size: 16px;
	margin: 0 15px;
	color: #fff;
}

.nav a:hover {
	color: #000000;
	text-decoration: underline;
}

.top_box {
	width: 100%;
	height: 700px;
	background: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background-size: cover;
}



.b_word .w1{
	width:700px;
	margin-top:150px;
	margin-left: 0px;
}

.b_word .w2{
	width:750px;
	margin-top:80px;
	margin-left: 250px;
}

/*新闻轮播*/

.news_wrap {
	margin-top: 50px;
	margin-bottom: 35px;
}

.news_wrap {
	overflow: hidden;
}

.pn_box {
	float: left;
}

.pn_box img{
   width: 550px;
   height: 350px;
   border:none;
   object-fit: cover;   
}

.wn_box {
	float: right;
	width: 420px;
	height: 350px;
	overflow: hidden;
	
}

.wn_box .cont_sub {
	width: 100%;
	height:290px;
	overflow: hidden;
	background: #f5f5f5;
	padding:15px 15px;
	box-sizing: border-box;
}

.wn_box .cont_sub a {
	display: block;
	margin-bottom: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left:20px;
	background:url(../img/gcd.png)no-repeat left 5px;
	background-size:15px 15px;
}

.wn_box .cont_sub a:last-child {
	margin-bottom: 0;
}

.wn_box a:hover {
	text-decoration: underline;
}

.wn_box .more{
	text-align: right;
	font-size:14px;
	background: #f5f5f5;
	padding-right: 20px;
	
}


.wn_box .more a{
	color: red;
}
/*新闻轮播*/

/*滚动栏目*/

.move_wrap {
	background-color: rgba(240, 240, 240, 0.5);
	overflow: hidden;
	padding: 20px 20px;
	margin: 40px 0px 10px;	
	border-radius:3px;
}

.m_title {
	text-align: center;
	font-weight: bold;
}

.m_title h1{
	display: inline-block;
	background: #BC0001;
	border-radius:3px;
	padding:5px 20px 12px;	
	font-size:24px;
	font-style: normal;
	letter-spacing: 1;
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
    color: #fff;
    font-family: "黑体";
}

.m_cont {
	margin-top: 20px;
	border: 1px solid #414141;
	padding:10px 20px;	
	border-radius: 5px;
}

.m_cont span a:hover{
	text-decoration: underline;
}



/*滚动栏目*/

/*展示专区*/

.show_wrap {
	margin: 40px 0 0;
}

.move_box img {
	width: 250px;
	height: 160px;
	box-sizing: border-box;
	object-fit: cover;
	cursor: pointer;
	border:1px solid #000000;
	border-radius:3px;
}

.move_box {
	overflow: hidden;
	margin-top:25px;
	background: #f5f5f5;
	/*background-color: rgba(240, 240, 240, 0.5);*/
	padding: 20px 20px;
	box-sizing: border-box;
	border-radius:5px;
}

.submove{
	overflow: hidden;
}

.move_box .over_width {
	width: 10000%;
}

.move_box ul {
	float: left;
}

.move_box li {
	display: block;
	float: left;
	margin-right: 10px;
}

#div3 {
	float: left;
}


/*展示专区*/


/*底部*/

.bottom_box {
	font-size: 14px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.bottom_box .main {
	/*background-color: rgba(240, 240, 240, 0.5);*/
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
}

.bottom_box .w_l {
	float: left;
	width: 530px;
	text-align: right;
}

.bottom_box .link a {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #000000;
}

.bottom_box .link a:hover {
	text-decoration: underline;
}

.bottom_box .link a:last-child {
	margin-right: 0;
	border-right: none;
}

.bottom_box .copyright {
	margin-top: 3px;
}

.bottom_box .beian {
	margin-top: 3px;
}

.bottom_box .beian a {
	margin-right: 10px;
}

.bottom_box .beian a:last-child {
	margin-right: 0;
}

.bottom_box .beian a:hover {
	text-decoration: underline;
}

.bottom_box .p_r {
	float: right;
	width: 400px;
	text-align: left;
	margin-top: 10px;
}

.bottom_box .p_r img {
	margin-right: 20px;
}

/*底部*/