.container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px\9;
  }
li{ list-style:none}  
.top40{ margin-top:40px}
.top30{ margin-top:30px}
.top20{ margin-top:20px}
.top10{ margin-top:10px}

.page-left{ padding:30px 0}

body{ font-family:"微软雅黑"; line-height:2;min-width:1170px;}

/*头部开始=========================================================================  */
.logo{ padding-top:10px;width:248px;}
  

.header-top-box{ background:#db2612; height:5px}

.head-top-r{width: 312px;
    height: 54px;
    float: right;
    margin-top: 15px;}
.guangwang {
    width: 312px;
    height: 25px;
    float: right;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #4cb034;
    line-height: 25px;
}	
.e-mail {
    width: 180px;
    height: 25px;
    float: right;
    font-size: 14px;
    color: #b0b0b0;
    line-height: 25px;
}
.hamburger {
	padding: 8px 6px;
	display: none;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: 3px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #ccc;
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--emphatic-r {
	overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -80px;
	top: 80px;
	-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -80px;
	top: 80px;
	-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.nav-box { 
    height: 120px;
	line-height:120px;
	position: relative;
	
}
.nav-pc{ width:890px; height:120px}
.nav-pc ul{  padding:0; }
.nav-pc .menulevel{ padding:0;}

.nav-pc li {
    height:120px;
	float:left;
    font-size: 15px;
    color: #fff;
    line-height: 120px;
    text-align: center;
    position: relative;width:11%;}
	
.nav-pc li.firstli{}
.nav-pc li a{ color:#000;display:block;}	
a#menu_selected{background:#db2612;color:#fff;}
.nav-pc li:hover{ background:#db2612;}
.nav-pc li:hover a{ text-decoration:none; color:#fff; }
.nav-pc li:hover>.menulevel{ display:block;}

.menulevel{ width:100%; left:0; display:none; margin:0;position: absolute;
    z-index: 1;
    top: 49px;
    }
.menulevel li{ display:block; background:#4cb034; }
.menulevel li:hover{ background:#002e79;}
.menulevel li>.menulevel{width:100%; left:100%;  top:0;}
/*banner开始=======================================================================================*/
.banner{ position:relative; overflow:hidden; max-height:540px;}
.slides li{ float:left;}
.block_home_slider .slide {position:relative;}
.block_home_slider .caption {padding:13px 16px 12px; position:absolute; left:0px; right:0px; bottom:0px; background:url(bg_caption.png); text-align:left;}
.block_home_slider .caption p {padding-bottom:0px; font-size:11px; color:#dedede; text-shadow:0px -1px #000000; line-height:17px;}
.block_home_slider .caption p.title {padding-bottom:6px; font-size:15px; color:#ffffff; font-weight:bold; line-height:normal;}
.block_home_slider .flex-direction-nav a {width:25px; height:25px; margin-top:-27px; display:block; position:absolute; top:50%; background-repeat:no-repeat; background-image:url(sprite_arrow_2.png); text-indent:-9000px;}
.block_home_slider .flex-direction-nav a.flex-prev {left:6px; top:-100px; background-position:left top;}
.block_home_slider .flex-direction-nav a.flex-prev:hover {background-position:left bottom;}
.block_home_slider .flex-direction-nav a.flex-next {right:6px; top:-100px; background-position:right top;}
.block_home_slider .flex-direction-nav a.flex-next:hover {background-position:right bottom;}
.block_home_slider .flex-control-paging {padding-top:15px; position:absolute;bottom:20px; right:45%; z-index:90 }
.block_home_slider .flex-control-paging li { display:none; 
	margin: 0px; margin-left:10px;
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
}
.block_home_slider .flex-control-paging li a {width:12px; height:12px; display:block; background-repeat:no-repeat; background:#000; text-indent:-9000px; cursor:pointer; display:none;}
.block_home_slider .flex-control-paging li a.flex-active {background-position:right top;}
.block_home_slider .flex-control-paging{ display:none;}
.flex-direction-nav{ display:none;}
.block_home_post_feature {width:300px;}
.block_home_post_feature p {padding-bottom:0px;}


.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
} 
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.flex-control-paging{ height:0;  padding-top:0; margin:0;}
/*index开始=====================================================================================*/
.main1{ margin-top:40px}
.main2{ margin-top:50px; }
.main3{ margin-top:40px; background:url(../images/bj.jpg) center center no-repeat; height:342px}
.main3 .container{ position:relative;}
.main3  a{ position:absolute;width:180px;height:180px;left:60px;top:120px;}
.spzx{ width:450px}
.sp_s{ width:450px}
.sp_s span{ font-size:18px; font-weight:bold; font-family:"微软雅黑"}
.sp_s a{ float:right;margin-top:15px;}

.gsjs{width:680px; }
.js_s{}
.js_s span{ font-size:18px; font-weight:bold; font-family:"微软雅黑"}
.js_s a{ float:right;margin-top:15px;}
.js_xx{ color:#666;line-height:27px;}

.gsxw{width:550px; }
.cp{width:1170px; }
.xw_s{}
.xw_s span{ font-size:18px; font-weight:bold; font-family:"微软雅黑"}
.xw_s a{ float:right;margin-top:15px;}
.xw_x ul li { line-height:40px; border-bottom:1px #f9f9f9 solid;  float:left; width:48%;margin-right:2%;}
.xw_x ul li span{ float:right; color:#999}
.xw_x ul li a { margin-left:15px }
.cp ul li a{  display:block;}
.cp li{text-align:center;
margin-left:9px;margin-right:10px;
display:block;
float: left;
width:215px;
text-align:center;margin-top:25px;
}
.cp li:hover  a.imgg{border:1px solid #0170bf;}
.cp li:hover  a.imgt{background:#fff;color:#353533}
.cp li:hover  a.imgg:hover{border:1px solid #f00;}
.cp li:hover  a.imgt:hover{color:#f00;}
.cp{

}
.xw_z{background:#ebebeb;}
 a.imgg{border:1px solid #ebebeb;
padding:2px;height:164px;}
.cp a.imgg span{width:0;height:100%; display:inline-block; vertical-align:middle;overflow:hidden;}
.cp a.imgt{height:30px;font-size:14px;background:#fff;color:#353533; }

.cp a.imgg img{max-width:209px;max-height:164px;vertical-align:middle;}
.product-header{ position:relative; text-align:center;}
.product-header span{ display:inline-block;}
.product-header .span1{ height:3px; background:#4cb034; padding:0; margin:0; margin-top:50px; margin-bottom:50px;}
.product-header .span5{ height:1px; background:#666; padding:0; margin:0; margin-top:51px;}
.product-header p{ position:absolute; z-index:109; text-align:center; width:100%; padding-top:40px; font-size:14px; line-height:50px}	
.product-header p b{ display:inline-block;   font-size: 25px;
    line-height: 25px;
    color: #002e79;
    font-family: "微软雅黑";
    padding: 0 20px 10px;
	background:#f7f7f7}
.product-nav ul{ width:1040px; float:left;}	
.product-nav li{width: 180px;
    height: 184px;
    float: left;
    margin-right: 8px; margin-top:10px;
    background: #002e79;
    padding: 10px;
    text-align: center;
    position: relative;}
.product-nav li:hover{ background:#4cb034;}	
.product-nav li span{ position:relative; display:block; width:178px; height:150px; margin:0 auto;}
.product-nav li span img{ position:absolute; left:0;top:0; display: inline-block; width:178px; height:150px;}	
.product-nav li span .imghou{ display:none}
.product-nav li p{ margin-top:10px; font-weight:bold; color:#fff;}
.product-nav .ckgd{display:block; width:130px; height:203px; float:left; margin-top:10px;}
.proNav ul{ width:1040px; float:left;}	
.proNav li{width: 180px;
    height:184px;
    float: left;
    margin-right: 8px; margin-top:10px;
    background: #fafafa;
    padding: 10px;
    
    text-align: center;
    position: relative;

	}
.proNav li:hover{  margin-top:10px;}	
.proNav li a{width: 180px;
    height: 184px;    background: #fafafa;}
.proNav li span{ position:relative; display:block; width:178px; height:150px; margin:0 auto;}
.proNav li span img{ display: inline-block;max-width: 178px;
    max-height: 150px;}
.proNav li a{ position:absolute; left:10px;top:10px; z-index: 5;}	
.proNav li .imghou{ display:none; position: absolute; left: 0; top:10px;z-index:1;}
.proNav li p{ margin-top:10px; font-weight:100; color:#000;}
.proNav .ckgd{display:block; width:130px; height:203px; float:left; margin-top:10px;}
.jptj-header{ position:relative; text-align:center;}
.jptj-header .span6{height:1px; background:#666; padding:0; margin:0; margin-top:50px; margin-bottom:50px;}
.jptj-header p{ position:absolute; z-index:111; text-align:center; width:100%; padding-top:37px; font-size:14px; }	

.jptj-header b{ display:inline-block;   font-size: 25px;
    line-height: 25px;
    color: #002e79;
    font-family: "微软雅黑";
    padding: 0 20px 10px;
	background:#f7f7f7}
.picMarquee-left{ overflow:hidden;}
.picMarquee-left .bd ul{ padding:15px;  zoom:1;  }
.picMarquee-left .bd li{  float:left; height: 230px;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    margin-left: 15px; }
.picMarquee-left .bd li img{ width:252px; height:202px; display:block;}
.picScroll-left	{ overflow:hidden; margin-top:40px;}
.picScroll-left .bd li{  float:left; height: 275px; background:#fff;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    margin-left: 15px; }
.picScroll-left .bd li img{ width:274px; height:202px; display:block;}
.span-name{    width: auto; display: inline-block;
    height: 50px;
    margin: 0 auto;
    padding:0 15px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    border-bottom: #c7c7c7 solid 2px;}
.p-more{    width: 90px; display:inline-block;    float: right;
    height: 25px;
    margin: 20px auto;
    border: #c2c2c2 solid 1px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    color: #000;}	
.about{ background:url(../images/youshi-bg.jpg) no-repeat center top; height:608px; }
.about-header{ width:300px; height:65px; margin:0 auto; padding-top:60px;}
.about-nav ul li{ float:left; width:234px; margin-top:65px;}
.about-nav ul li.even{ margin-top:240px;}
.about-headerm{width:300px; height:65px; margin:0 auto; line-height:65px; font-family:"微软雅黑"; font-weight:bold; color:#000; text-align:center; font-size:20px; display:none}
.about-navm{ display:none;}
.about-navm ul{ text-align:center;}
.about-navm ul li{ display:inline-block; width:300px; margin:10px; border-radius:10px; padding:10px; background:#0E4CB3;}
.about-navm ul li a{ font-size: 13px;
    color: #fff;
    text-decoration: none;
    font-family: "微软雅黑";}
.about-navm ul li span{ display:block;}
.about-navm ul li span a{ color:#fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 37px;
	text-decoration:none;
	 font-family:"微软雅黑";
 }
	
.shili-bt { margin-left:15px;
    width: 215px;
    height: 37px;
	float:left;
    }
	.shili-bt span {
    color:#000;
	font-weight:bold;
	float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 37px;
}
.shili-bt span a {
	text-decoration:none;
	 font-family:"微软雅黑";
    color:#000;
	font-weight:bold;}
.shili-content { margin-left:20px;
    width: 213px;
    height: 70px;
    float: left;
    margin-top: 15px;
    text-align: left;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
}
.shili-content a{ color:#fff; text-decoration:none;}
.anli-more { display:block;
    width: 190px;
    height: 50px;
    margin: 30px auto;
    background: #51bd38;
    color: #fff;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
}
.index-about{ background:url(../images/about-bg.jpg) no-repeat center top; height:441px; background-size:100% 100%; width:100%;}
.about-tp {
    width: 449px;
    height: 320px;
    float: left;
    margin-top: 80px;
}
.about-bt {
    width: 400px;
    height: 40px;
    float: left;
    margin-left: 45px;
    margin-top: 115px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #002e79;
}
.about-content {
    width: 650px;
    float: left;
    margin-left: 45px;
    margin-top: 15px;
    line-height: 24px;
}
.about-bt p {
    font-size: 12px;
    color: #002e79;
    font-weight: normal;
}
.new .left{ flout:left;  width: 830px;
 height:420px;
    float: left;
    background: #fff;
    margin-top: 40px;}
.slideTxtBox{   text-align:left;  width: 830px;
 
    float: left;
    background: #fff;
    margin-top: 40px;}
.slideTxtBox .hd{height: 54px; float: left; line-height:54px; width: 830px;  position:relative; }
.slideTxtBox .hd ul{ float:left; position:absolute; left:0; top:-1px; height:54px;   }
.slideTxtBox .hd ul li{ float:left; cursor:pointer;  width: 415px; height: 54px; font-size: 20px; line-height: 54px; text-align: center; }
.slideTxtBox .hd ul li.on{ height:54px;  background:#002e79; color:#fff;}
.slideTxtBox .hd ul li:hover{background:#002e79; color:#fff;}
.slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
.slideTxtBox .bd ul li{ margin-left:0;
    width: 400px;
    height: 30px;
    background: url(../images/news-tb.jpg) no-repeat center left;
    float: left;
    line-height: 30px;
}
.slideTxtBox .bd ul li a{ color:#333 ; }
.slideTxtBox .bd ul li a p{ padding-left:15px;}
.slideTxtBox .bd ul li.frist{ width:100%; background:none;
    height: 153px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;}
.slideTxtBox .bd ul li.frist img{ display:block;}
.slideTxtBox .bd ul li.frist span{    width: 194px;
    height: 132px;
    float: left;
    border: #cccccc solid 1px;
    padding: 10px;}	
.slideTxtBox .bd ul li.frist p{width: 555px;
    height: 135px;
    float: right;
    padding-top: 17px;} 	
.slideTxtBox .bd li{ height:24px; line-height:24px;   }
.slideTxtBox .bd li .date{ float:right; color:#999;  }

.new .right{    width: 330px;
    height: 420px;
    margin-top: 40px;
    float: right;
    background: #fff;}
	.jishu-top {
    height: 51px;
    border-top: #002e79 solid 2px;
    border-bottom: #e5e5e5 solid 1px;
    font-size: 18px;
    line-height: 51px;
    text-align: left;
    font-weight: bold;
    text-indent: 15px;
}

.jishu-top span {
    color: #c4c1c4;
    font-size: 14px;
    font-weight: normal;
}
.jishu-top img {
    float: left;
    margin-left: 15px;
    margin-top: 17px;
}
.new .right ul{ width:320px;  margin:0; margin-top:10px; margin-left:10px; padding:0;}
.new .right ul li{ margin-left:0;
    width: 320px;
    height: 30px;
    background: url(../images/news-tb.jpg) no-repeat center left;
    float: left;
    line-height: 30px;
}
.new .right ul li a{ color:#333 ; }
.new .right ul li a p{ padding-left:15px;}
.new .right ul li.frist{ height:84px; background: none;}
.new .right ul li.frist p{width: 190px;
    height: 84px;
    float: right;
  }
.new .right ul li a{ color:#333;}	
.lh68{ position: absolute; top: 0; z-index: -1;}
.lhbd label{ display: inline-block; max-width:80px ; width: 100%; height: 30px; line-height: 30px; margin-bottom: 0px;}
.lhbd dt{ padding: 10px 0; width: 100%;}
.lhbdfr{ float: right;width: 50%;}
.lhbdfl{ float: left;width: 50%;}
.lhbdfr label{max-width:75px ; width: 100%;}
.lhbd input,.lhbd .Content{ width: 70%;}
.clear{ clear: both;}
.lhbd .Content{ height:150px;}
.submit{ background: #FF0000; color: #fff; display: block; width: 80px; line-height: 30px; margin: 0 auto; text-align: center; border: none;}
/*footer开始====================================================================================*/
.db1 a{ color:#FFF}
.db2 { height:70px; line-height:70px; border-bottom:1px #68676d solid; border-top:1px #68676d solid; margin-top:70px;}
.db2 ul li { float:left; line-height:70px; padding-left:40px; padding-right:35px}
.db2 ul li a { color:#FFF}
.db4{ color:#FFF; line-height:24px; color:#989898; font-size:12px; font-family:"微软雅黑"}
.db4 a{color:#989898;}

#copyright {
    background: url(../images/db_bg.jpg) center center no-repeat; height:391px;
    text-align: center;
}
.foot-logo {
    width: 291px;
    height: 59px;
    float: left;
    margin-top: 27px;
}
.foot-content {
    height: 60px;
    float: left;
    margin-left: 25px;
    margin-top: 25px;
    text-align: left;
    border-left: #dcdcdc solid 1px;
    padding-left: 20px;
    line-height: 24px;
}
.site-nav{text-align: left; border-bottom:1px #999999 dashed; height:35px;
    line-height: 30px;
    font-size: 15px;
   }
.site-nav img{float: left;
    margin-top: 5px;
    margin-right: 15px}

.site-nav span {
    color: #025dbf;
    font-weight: bold;
}
.newsList li{ padding-bottom:10px; padding-top:10px; border-bottom:1px solid #f7f7f7;}
.page_list {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.page_list span.current {
    border: #ddd 1px solid;
    padding: 2px 5px;
    font-weight: bold;
    margin-right: 2px;
    color: #FFF;
    background-color: #15428b;
}	
.page_list a {
    border: #ddd 1px solid;
    color: #15428b;
    padding: 2px 5px;
    margin-right: 2px;
}
.page_list select{    width: 45px; line-height:25px; height:25px; margin-bottom:3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;}
#shownews h1{ text-align:center; font-family:"微软雅黑"; font-weight:100; padding-top:10px; padding-bottom:10px;}
#shownews .hits{ border-bottom:1px dashed #ccc; padding-bottom:5px; padding-top:5px;}
#shownews .text{ line-height:30px;}
#shownews .text img{ display:block;margin:10px auto}
.page {
	margin-top:20px;
    padding-top: 10px;
    line-height: 35px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}
#shownews .related {
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 15px;
    background: url(../images/bg_news.gif) repeat-x;
}
.related_cp ul {
    width: 100%;
    height: auto;
    padding-top: 5px;
    overflow: hidden;
    padding-bottom: 20px;}
.related_cp ul li {
    text-align: center;
    width: 125px;
    float: left;
}	
.related_cp ul li img {
    border: 1px solid #CCCCCC;
    width: 100px;
    height: 88px;
    padding: 5px;
}
.related_cp ul li a:hover img {
    border: 1px solid #ff0000;
}
#ShowImages li{    margin-right: 17px;
    margin-left: 17px;}
#piclist li{ height:155px; background:none; border:1px solid #ddd;}	
#piclist li .ph_hover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;

}
.jobList li{ width:20%; float:left; text-align:center; line-height:30px; border-bottom:1px solid #ddd}
.page-guestbook b{ line-height:30px;  display:inline-block; width:80px; text-align:right;}
.page-guestbook dt{ line-height:30px;}
.page-guestbook b span{ padding-left:10px;}
.pull-left{ float:left}
.pull-right{ float:right}
.container{width:1170px;}

#proinfo_c{
	width:900px;
	margin:auto;
	}
#proinfo_c table{ border:1px solid; border-collapse:collapse; width:80%;margin:10px auto;}
#proinfo_c table tr td{ border:1px solid; border-collapse:collapse;padding:5px;}

#shownews table{ border:1px solid; border-collapse:collapse; width:80%;margin:0px auto;}
#shownews table tr td{ border:1px solid; border-collapse:collapse;padding:5px;}

.page-news h2{ font-size:18px; font-weight:bold;text-indent:20px; line-height:2; background:#ccc}
.jobList{ color:#025dbf;}
.jobList a{ color:#025dbf;}
/*上一条 下一条*/
.pageControlBar{
	width: 100%;
    padding: 6px 0 0 0;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
	}
.pageControlBar .pagePrev {
    margin-right: 1px;
    padding-left: 23px;
}
.pageControlBar section {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    background: none repeat scroll 0 0 #ececec;
    color: #000000;
    display: block;
    padding: 10px;
    position: relative;
    width: 50%;
	border:none !important;
}
.pageControlBar .pageNext {
    margin-left: 1px;
    padding-right: 23px;
}
.pageControlBar a {
    color: #333;
}
.pageControlBar .pagePrev p {
    text-align: right;
}
.pageControlBar .p1, .pageControlBar .p2 {
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
.pageControlBar .p1 {
    height: 16px;
    line-height: 16px;
}
.pageControlBar .p2 {
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    margin-top: 2px;
}

.pageControlBar .pagePrev .arrow {
    background: url(../images/left.png) no-repeat scroll 100% 50% transparent;
    left: 5px;
    top: 0;
}
.pageControlBar .pageNext .arrow {
    background: url(../images/black.png) no-repeat scroll 0 50% transparent;
    right: 5px;
    top: 0;
}
.pageControlBar p.arrow {
    height: 100%;
}
.pageControlBar .pagePrev p {
    text-align: right;
}
.pageControlBar .arrow {
    height: 40px;
    position: absolute;
    width: 11px;
}