@charset "gb2312";
/* css document */
ul,li{margin:0;padding:0;}
img{border:0px;}
body{font-family: 微软雅黑;
	background-image: url(30208047.png);
	background-attachment:fixed;
	}

	
/* 未被访问的链接 */
	
a:link {
	text-decoration:none;
} 

/* 已被访问的链接 */

a:visited {
	text-decoration:none; 
 } 

/* 鼠标指针移动到链接上 */

a:hover {
	text-decoration:underline;
}
	
/* 正在被点击的链接 */






/* 网页整体主框架 */

#box{
	margin:0 auto;
	width: 1600px;
	background-color: #fff;
	font-family: 微软雅黑;
	font-size: 14px;
}

#top{
	margin: 0 auto;
	background-color:#7ebde7; 
	height: 40px;
}

#box1{
	margin: 0 auto;
	width: 1200px;
}

/* 顶部信息 */

.topnr{
	margin: 0 auto;
	width: 1200px;
	line-height: 40px;
	color: #000;
}

.toptime{
	line-height: 40px;
	width: 310px;
	color: #000;
	float: left;
}

.toptime a:link{
	color:#fff;
}

.toptime a:visited{
	color:#fff;
}

.topwit{
	padding-top: 5px;
	width: 190px;
	float: left;
}

.topdh{
	float: right;
	text-align: right;
}

.topdh ul{
	margin-right: 20px;
}

.topdh li{
	list-style: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.topodh li a:link{
	color: #000;
}

.topdh li a:visited{
	color: #000;
}

/* banner 信息 */

#top-img{
	height: 255px; 
}

.gh{
}

.banner{
	margin: 0 auto;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #4a9dce;
	filter:alpha(opacity=90);-moz-opacity:0.9;opacity: 0.9;
}

#bannerul li{
	list-style: none;
	padding: 0;
	margin: 0;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
}
#bannerul li a{
	display: block;
	text-align: center;
	color: #fff;
	text-decoration:none;
}

.sec {
	text-align: center;
}

.secwz{
	float: right;
	margin-left: -170px;
	padding-right: 100px;
}

/* 走进临邑 */

.into{
	width: 100%;
	background-color: #fff;
	padding-top: 10px;
}

/* 位置导航 */


.position_bg{
	height: 37px;
	line-height: 37px;
	background-color: #efedee;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.position_bg ul{
	padding-left: 10px;
}

.position_bg li{
	float: left;
	list-style: none;
	padding-left: 2px;
	padding-right: 2px;
}

.under{
	height: 320px;
}

/*视频播放器*/

.under_video{
	margin-left: 10px;
	width: 535px;
	height: 320px;
	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(30208100.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(30208098.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(30208099.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(30208101.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%);
}

/*视频播放器结束*/

.under_text{
	width:560px;
	float: left;
	margin-left: 10px;
}

.under_text_title{
	vertical-align: middle;
	line-height: 20px;
}

.under_text_titlr_blocks{
	height: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #63ade0;
	float: left;
}

.under_text_title_sms{
	float: left;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight:bold;
}

.under_text_sms{
	margin-left: 10px;
	width:620px;
	height: 200px;
	overflow: hidden;
    text-overflow: ellipsis;
}

.under_text_sms p{
	width: 620px;
	text-indent: 2em;
	line-height: 2;
}

.under_text_nav{
	margin-left: 10px;
}

.under_text_nav ul{
	width: 620px;
}

.under_text_nav li{
	float: left;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
	margin-right: 3px;
}

.society{

	margin-bottom: 20px;
}

.society_title{
	margin-top: 20px;
	margin-left: 10px;
}

.society_title_sms{
	font-family: "微软雅黑";
	font-weight: bold;
	margin-left: 20px;
	font-size:16px;
}

.society_title_hr{
	margin-top: -12px;
}

.society_list_img{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 125px;
}

.society_list_img_big{
	width: 380px;
	position: relative;
	float: left;
}

.society_list_img_bottom{
	position: absolute;
}

.society_list_img_bottom a{
	color: #000000;
	text-decoration: none;
}

.society_list_img_white{
	width: 100%;
	height: 20px;
	text-align: center;
	background-color: #efedee;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	position: absolute;
	margin-top: -23px;
}

.society_list_img_small_left{
	width: 185px;
	float: left;
	margin-left: 10px;
}

.society_list_img_small_right{
	width: 185px;
	float: left;
	margin-right: 14px;
}

.society_list_img_bottom{
	position: relative;
}

.investment_title{
	margin-left:10px;
	margin-right:10px;
}

.investment_list{
	margin-top: 20px;
	margin-left:4px;
	float: left;
}

.investment_list_title{
	width: 155px;
	height: 210px;
	text-align: center;
	font-family: "微软雅黑";
	
}

.investment_list_title ul{
	margin-bottom: 5px;
}

.investment_list_title li{
	list-style: none;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.investment_list_sms{
	float: left;
	margin-left: 10px;
	height: 240px;
	overflow: hidden;
    text-overflow: ellipsis;
}

.investment_list_sms p{
	width: 580px;
	text-indent: 2em;
	line-height: 2;
}

.focus_title{
	float: left;
	width: 430px;
	margin-top: -42px;
	margin-left: 10px;
}

.focus_title_sms{
	font-family: "微软雅黑";
	font-weight: bold;
	margin-left: 30px;
	font-size:16px;
}

.focus_title_sms_hr{
	margin-top: -12px;
margin-left: 23px;
}

.focus_list{
	float: right;
	margin-right: 10px;
}

.focus_list_col_right{

	margin-top: 10px;
	float: right;
}

.focus_list_img{
	width: 195px;
	height: 60px;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}

.focus_list_img_sms{
	position: absolute;
	text-align: center;
	margin-top: -40px;
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: bold;
	text-shadow:0 0 0.6em #fff,
                -0 -0 0.6em #fff;
}

.focus_list_img a{
	color: #000000;
	text-decoration: none;
}

.focus_list_col_left{
	margin-right: 20px;
	margin-top: 10px;
	float: right;
}

.public{
	float: left;
	width: 1200px;
	margin-top:10px;
}

.public_title{
	margin-left:10px;
	margin-right:10px;
}

.public_title_sms{
	font-family: "微软雅黑";
	font-weight: bold;
	margin-left: 20px;
	font-size:16px;
}

.public_title_sms_hr{
	margin-top: -12px;
}

.public_img{

}

.public_imgsms{
	float: left;
	margin-left: 10px;
	margin-right: 15px;
}

.public_img_bottom{
	width: 175px;
	height: 110px;
	text-align: right;
	position: relative;
}

.public_img_bottom a{
	color: #000;
	text-decoration: none;
}

.public_img_bottom_sms_img{
	position: absolute;
	text-align: center;
	margin-top: -80px;
}

.public_img_bottom_sms{
	position: absolute;
	text-align: center;
	margin-top: -70px;
	margin-left: 40px;
}
.city_title{margin-left:10px;margin-right:10px;}
#city_list { 
background: #fff; 
overflow:hidden; 
width: 1200px; 
height: 160px;
} 
#city_list img { 
border: 3px solid #f2f2f2; 
} 
#city_list_out { 
float: left; 
width: 800%; 
} 
#city_list_in { 
float: left; 
} 

#city_list_in li{
	float: left;
	list-style: none;
	line-height: 5px
}

#city_list_in li p{
	padding-left: 65px;
	padding-right: 65px;
}

#city_list_in li a{
	color: #000;
}

#city_list_in1 { 
float: left; 
} 












/* 底部信息 */

.footer{
	float: left;
	width: 100%;
	height: 110px;
	margin-top: 20px;
	background-image: url(30208068.gif);
}

.footerspx{
	margin-top: -10px;
}

.footer_1{
	margin: 0 auto;
	width: 70%;
	height: 100px;
	margin-top: 20px;
	text-align: center;
	font-family: 微软雅黑;
}

.footer_1 ul{
	padding-left: 60px;
}

.footer_1 li{
	list-style: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}











