@charset "gb2312";
/* css document */


/* 网站整体框架结构 */

body{
	margin: 0;
	font-family: "微软雅黑";
}

.pingyuanbox{
	margin: 0 auto;
}

li{margin:0;padding:0;}
/* 顶部样式 */

/* 顶部背景颜色 */

.top{
	width: 100%;
	height: 32px;
	background-color: #245399;
}


/* 顶部文字内容 */

.top_sms{
	margin: 0 auto;
	width: 80%;
	line-height: 32px;
	color: #fff;
}


/* logo banner 部分 */

.banner{
	width: 100%;
	height: 250px;
	background-color: #e5e8ed;
}


/* logo */

.logo{
	margin: 0 auto;
	text-align: center;
	width: 550px;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.logo_gh{
	float: left;
	margin-top: 20px;
}

.logo_sms{
	float: left;
	text-align: center;
	margin-left: 20px;
	margin-top: -12px;
	margin-bottom: -10px;
}

.logo_sms h1{
	font-family: "微软雅黑";
	color: #245399;
	letter-spacing: 15px;
	font-size: 42px;
	margin-bottom: 20px;
}

.logo_sms p{
	margin-top: -21px;
	margin-left: -15px;
	color: #245399;
	font-size: 20px;
}

.search{
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 1200px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.search_text{
	width: 670px;
	height: 33px;
	background: #fff;
	border: 1px solid #245399;
	
}

.search_button{
	background: url(30594282.png) no-repeat 50% 50%;
	width: 50px;
	height: 40px;
	text-indent: -9999px;
	border:none;
	margin-left:-55px;
}


/*导航条*/

.nav{
	margin-top: 20px;
	text-align: center;
	width: 80%;
	margin-left: 12%;
}

.nav_one{
	margin: 0 auto;
	text-align: center;
	width: 12%;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.nav_one a{
	color: #245399;
	text-decoration: none;
}

.nav_one_img1{
	float: left;
}

.nav_one_img2{
	float: left;
	margin-top: -45px;
	position: absolute;
}

.nav_one_sms{
	float: left;
	margin-top: -10px;
}

.nac_one_sms{
	font-size: 20px;
	font-family: "微软雅黑";
}


.cls{
	clear:both;
}
a:focus{
	outline:none;
}

.menu{
	margin: 0 auto;
	height:40px;
	display:block;
	width:1200px;
	margin-top: 20px;
	text-align: center;
}
.menu ul{
	list-style:none;
	padding-left: 10px;
	text-align: center;
}
.menu ul li{
	float:left;
	overflow:hidden;
	position:relative;
	line-height:40px;
	text-align:center;
	padding-right: 10px;
	padding-left: 10px;
}
.menu ul li a{
	position:relative;
	display:block;
	width:150px;
	height:40px;
	font-family:"微软雅黑";
	font-size:20px;
	text-decoration:none;
	cursor:pointer;
	line-height:40px;
}
.menu ul li a span{
	position:absolute;
	left:0;
	width:130px;
}
.menu ul li a span.out{
	top:0px;
}
.menu ul li a span.over,  .menu ul li a span.bg{
	top:-40px;
}
#menu2{
	background-repeat:repeat;
}
#menu2 ul li a{
	color:#245399;
}
#menu2 ul li a span.over{
	color:#a00a0a;
	height:40px;
	line-height: 40px;
	width:130px;
	padding-left: 20px;
	margin-top: 3px;
	background-repeat:repeat;
}








.banner_bottom_color{
	width: 100%;
	height: 10px;
	background-color: #b7c4d7;
	margin-top: 10px;
	float: left;
}


.banner_sms{
	text-align: center;
	font-family: "微软雅黑";
	font-size: 24px;
	letter-spacing: 5px;
	color: #fff;
	width: 100%;
	margin-top: 380px;
	text-shadow:0 0 0.2em #000,
                -0 -0 0.2em #000;
}

.central{
	margin: 0 auto;
	width: 1200px;
	height: 1473px;
	margin-top: 66px;
}

.central_bar{
	width: 100%;
	height: 3px;
	background-color: #a00a0a;
}



/*正文内容*/


/* 走进平原 */

.pingyuan_one{
	width: 1200px
	height: 500px
	background-color: #a00a0a;
}

/* 水平线 */

.pingyuan_one_hr{
	float: left;
}

/* 竖列排序列表标题 */

.pingyuan_one_left_list{
	float: left;
}

.pingyuan_one_left_list ul{
	margin-top: 25px;
	margin-left: 20px;
}

.pingyuan_one_left_list li{
	list-style: none;
	color: #245399;
	line-height: 40px;
	font-size: 18px;
	font-family: "微软雅黑";
}

.pingyuan_one_left_list li a{
	color: #245399;
	text-decoration: none;
}

.pingyuan_one_left_list_sms{
	float: left;
	width: 470px;
	height: 370px;
	margin-left: 20px;
}

.pingyuan_one_left_list_sms_title{
	text-align: right;
	font-size: 20px;
	color: #a00a0a;
}

.pingyuan_one_left_list_sms_sms{
	overflow: hidden;
    text-overflow: ellipsis;
    text-indent:2em;
    height: 280px;
    line-height: 35px;
    font-family: "微软雅黑";
    font-size: 14px;
}

/* 视频播放器 */

.pingyuan_one_right{
	float: right;
}


.under_video{
	margin-left: 10px;
	width: 550px;
	height: 345px;
	background-color: #efedee;
	float: left;
}

/* reset css */
.mejs-inner,
.mejs-inner div,
.mejs-inner a,
.mejs-inner span,
.mejs-inner button {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* video container / general styles */
.mejs-container {
	position: relative;
	background: #000000;
}

.mejs-inner {
	position: relative;
	width: inherit;
	height: inherit;
}

.me-plugin { position: absolute; }

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video,
.mejs-embed,
.mejs-embed body,
.mejs-mediaelement {
	width: 100%;
	height: 100%;
}

.mejs-embed,
.mejs-embed body {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.mejs-container-fullscreen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1000;
}

.mejs-poster img { display: block; }

.mejs-background,
.mejs-mediaelement,
.mejs-poster,
.mejs-overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.mejs-overlay-play { cursor: pointer; }

.mejs-inner .mejs-overlay-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background: url(30594275.png) no-repeat;
}

/* controls container */
.mejs-container .mejs-controls {
	position: absolute;
	width: 100%;
	height: 34px;
	left: 0;
	bottom: 0;
	background: rgb(0,0,0); /* ie8- */
	background: rgba(0,0,0, .7);
}

/* controls buttons */
.mejs-controls .mejs-button button {
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: transparent url(30594228.png);
}

/* play & pause button */
.mejs-controls div.mejs-playpause-button {
	position: absolute;
	top: 12px;
	left: 15px;
}

.mejs-controls .mejs-play button,
.mejs-controls .mejs-pause button {
	width: 12px;
	height: 12px;
	background-position: 0 0;
}

.mejs-controls .mejs-pause button { background-position: 0 -12px; }

/* mute & unmute */
.mejs-controls div.mejs-volume-button {
	position: absolute;
	top: 12px;
	left: 45px;
}

.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button {
	width: 14px;
	height: 12px;
	background-position: -12px 0;
}

.mejs-controls .mejs-unmute button { background-position: -12px -12px; }

/* full-screen button */
.mejs-controls div.mejs-fullscreen-button {
	position: absolute;
	top: 7px;
	right: 7px;
}

.mejs-controls .mejs-fullscreen-button button,
.mejs-controls .mejs-unfullscreen button {
	width: 27px;
	height: 22px;
	background-position: -26px 0;
}

.mejs-controls .mejs-unfullscreen button { background-position: -26px -22px; }

/* volume slider */
.mejs-controls div.mejs-horizontal-volume-slider {
	position: absolute;
	cursor: pointer;
	top: 15px;
	left: 65px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	width: 60px;
	background: #d6d6d6;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	position: absolute;
	width: 0;
	top: 0;
	left: 0;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	height: 4px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* progress bar */
.mejs-controls div.mejs-time-rail {
	position: absolute;
	width: 100%;
	left: 0;
	top: -10px;
}

.mejs-controls .mejs-time-rail span {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 100%;
	height: 10px;
	top: 0;
	left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
	background: rgb(152,152,152); /* ie8- */
	background: rgba(152,152,152, .5);
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgb(0,0,0); /* ie8- */
	background: rgba(0,0,0, .3);
}

.mejs-controls .mejs-time-rail .mejs-time-current { width: 0; }

/* progress bar handle */
.mejs-controls .mejs-time-rail .mejs-time-handle {
	position: absolute;
	cursor: pointer;
	width: 16px;
	height: 18px;
	top: -3px;
	background: url(30594231.png);
}

/* progress bar time tooltip */
.mejs-controls .mejs-time-rail .mejs-time-float {
	position: absolute;
	display: none;
	width: 33px;
	height: 23px;
	top: -26px;
	margin-left: -17px;
	background: url(30594283.png);
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
	position: absolute;
	display: block;
	left: 0;
	top: 4px;

	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner { display: none; }

/* green gradient (for progress and volume bar) */
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #82d344;
	background: -webkit-linear-gradient(top, #82d344 0%, #51af34 100%);
	background: -moz-linear-gradient(top, #82d344 0%, #51af34 100%);
	background: -o-linear-gradient(top, #82d344 0%, #51af34 100%);
	background: -ms-linear-gradient(top, #82d344 0%, #51af34 100%);
	background: linear-gradient(top, #82d344 0%, #51af34 100%);
}

/*视频播放器结束*/

/* 滚动图 */

.pingyuan_two_img{
	float: left;
}

.public_title_sms{
	font-size: 22px;
	font-family: "微软雅黑";
	color: #a00a0a;
}

.city_title{
	margin-bottom: -7px;
}



/* 社会和经济发展 */

.society{
	width: 1200px;
	float: left;
	margin-bottom: 20px;
}

.society_title{
	margin-top: 20px;
}

.society_title_sms{
	font-family: "微软雅黑";
	font-size: 22px;
	color: #a00a0a;
}

.society_title_hr{
	margin-top: -12px;
}



/*社会和经济发展  结束*/








/* 底部蓝色色条 */

.footer_blue{
	width: 100%;
	height: 8px;
	background-color: #245399;
	margin-top: -20px;
	margin-bottom: 10px;
	bottom: 0;
}

/* 底部信息 */

.footer{
	width: 100%;
	/*margin-top: 145px;*/
	padding-bottom: 10px;
	background-color: #f3f3f3;
}
/* 下拉菜单 */

.footer_form{
	width: 1200px;
	margin: 0 auto;
	/*margin-top: 10px;*/
	margin-bottom: 30px;
	padding-top: 10px;
	padding-left: 10px;
}

.form_style{
	width: 185px;
	font-family: "微软雅黑";
	margin-left: 5px;
	margin-right: 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius :5px;
}

.styled-select {
	float: left;
    width: 200px;
    height: 34px;
    overflow: hidden;

}

.styled-select select {
	float: left;
        background:url(30594239.png)   no-repeat 92% 50% #f3f3f3;
    width: 185px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none; /*for chrome*/
}



/* 版权信息 */

.footer_copy{
	width: 1200px;
	height: 140px;
	margin: 0 auto;
	text-align: center;
}

.footer_copy_imgsms{
	width: 70%;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}

.footer_copy_img{
	float: left;
	margin-left: 30%;
}

.footer_copy_sms{
	float: left;
	text-align: left;
	padding-left: 20px;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
}

.footer_copy_img1{
	float: left;
	margin-left: -20%;
}




