@charset "utf-8";
/* CSS Document */
body{
	color:#333;	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif,"宋体";
	font-size:12px;
	margin:0 auto;
	padding:0;
	/*min-width:1200px;*/
}
/* 重置 */

div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input {
	margin:0;
	padding:0;
}
p, li, div {/* add */
	line-height:20px;
}

/* 标题样式 */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* 列表样式 */

ul, ol, li, dl, dt, dd {
	list-style:none;
}
/* 图片样式 */

img, a img {
	border:0px;
	padding:0px;
	margin:0px;

}
/* 链接样式 */
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
/** 图片链接效果 **/

.pic a {
	padding:0px;
	border:1px solid #fff;

}
.pic a:hover {
	border:1px solid #d00;
	background:#fff4ce;
}

/**输入框颜色样式**/

.input-gray {
	color:#999;
}
.input-black {
	color:#000;
}

/* 清除浮动 */
.clearBoth {
	clear:both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width:100%;
	height:0px;
	font-size:0;
	overflow:hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height:0;
}
#root{
	width:100%;
	margin:0px auto;
	padding:0px;
}
#header{
	height:99px;
	max-width:1200px;
	margin:0 auto;
	position:relative;
	z-index:9;
	background-color:#ffffff;
}
.logo{
	width:auto;
	float:left;
	height:99px;
	line-height:99px;
}
.logo img{
	vertical-align:middle;
}
.nav{
	max-width:960px;
	float:right;
}
.nav ul li{
	float:left;
	position:relative;
}
.nav ul li a{
	width: auto;
	height:99px;
	display:block;
	text-align:center;
	margin:0 25px;
	line-height:99px;
	font-size:18px;
	color:#000000;
	text-transform:uppercase;
}
.nav ul li .nav_on{
	text-decoration:underline;
}
#banner{
	background:#0c345c;
	/*height:706px;*/
	text-align:center;
	/*line-height:706px;*/
	position:relative;
}
#banner1{
	background:#0c345c;
	height:806px;
	text-align:center;
	line-height:806px;
	position:relative;
}
#area-render1 {
  position: absolute;
  width: 100%;
  height: 706px;
  left: 0;
  top:0;
  z-index:1;
}
#banner img{
	vertical-align: middle;
	position:relative;
	z-index:99;
}
#banner1 img{
	vertical-align: middle;
	width: 100%;
	/*height: 100%;*/
	/*position:relative;*/
	/*z-index:99;*/
}
#foot{
	background:url(../images/foot_bj.gif) center top no-repeat #ffffff;
	position:relative;
}
.foot_up{
	width:100%;
	height:427px;
	background-color:#0c345c;
	position:relative;
	overflow: hidden;
}
#area-render {
  position: absolute;
  width: 100%;
  height: 427px;
  left: 0;
  bottom:0;
  z-index:1;
}
#area-render2{
  position: absolute;
  width: 100%;
  height: 427px;
  left: 0;
  bottom:0;
  z-index:1;
}
.foot_up1{
  max-width:1200px;
  margin:0 auto;
  padding-top:60px;
  position:relative;
  z-index:9;
}
.foot_up_01{
	width:224px;
	float:left;
}
.foot_up_01 img{
	max-width: 100%;
}
.foot_up_02{
	width:175px;
	float:left;
}
.foot_up_02 ul li a{
	display:block;
	height:35px;
	line-height:35px;
	font-size:18px;
	color:#ffffff;
	text-transform:uppercase;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.foot_up_02 ul li:hover a{
	text-decoration:underline;
}
.foot_up_02 ul li .foot_up_02_on{
	text-decoration:underline;
}
.foot_up_03{
	width:340px;
	float:left;
	padding-top:10px;
}
.foot_up_03 ul li{
	margin-bottom:14px;
}
.foot_up_03_1{
	width:138px;
	height:42px;
	float:left;
	border:#425a72 1px solid;
	border-radius:3px;
	padding:0 10px;
	line-height:42px;
	font-size:16px;
	color:#a7bcd0;
	text-transform:uppercase;
}
.foot_up_03_1 input{
	width:82px;
	height:42px;
	vertical-align:middle;
	border:none;
	background:none;
	outline:none;
	font-size:18px;
	color:#ffffff;
}
.foot_up_03_2{
	width:313px;
	height:42px;
	border:#425a72 1px solid;
	border-radius:3px;
	padding:0 10px;
	line-height:42px;
	font-size:16px;
	color:#a7bcd0;
	text-transform:uppercase;
}
.foot_up_03_2 input{
	width:202px;
	height:42px;
	vertical-align:middle;
	border:none;
	background:none;
	outline:none;
	font-size:18px;
	color:#ffffff;
}
.foot_up_03_3{
	width:313px;
	height:72px;
	border:#425a72 1px solid;
	border-radius:3px;
	padding:10px;
	line-height:32px;
	font-size:16px;
	color:#a7bcd0;
	text-transform:uppercase;
}
.foot_up_03_3 textarea{
	width:313px;
	height:72px;
	vertical-align:middle;
	border:none;
	background:none;
	outline:none;
	font-size:18px;
	color:#ffffff;
}
.foot_up_03_4{
	text-align:right;
}
.foot_up_03_4 a{
	display:inline-block;
	margin-left:15px;
	width:100px;
	height:38px;
	background-color:#8a9bad;
	border-radius:4px;
	text-align:center;
	line-height:38px;
	font-size:18px;
	color:#ffffff;
	text-transform:uppercase;
}
.foot_up_03_4 .foot_up_03_4_02{
	color:#e60012;
}
.foot_up_04{
	width:410px;
	float:right;
}
.foot_up_04_up{
	height:44px;
	font-size:18px;
	color:#ffffff;
	text-transform:uppercase;
}

.foot_up_04_down{
	width:100%;
}
.foot_up_04_down ul li{
	padding-bottom:20px;
}
.foot_up_04_down_img{
	width:53px;
	float:left;
}
.foot_up_04_down_img img{
	vertical-align: top;
}
.foot_up_04_down_tt{
	width:auto;
	float:left;
	max-width:357px;
	font-size:16px;
	color:#d5d8de;
}
.foot_up_04_down_tt span{
	text-transform:uppercase;
}
.foot_down{
	padding:40px 0;
	text-align:center;
	font-size:16px;
	color:#bdbcbc;
	text-transform:uppercase;
}
.foot_down img{
	vertical-align:top;
	margin:0 14px;
	padding-top:16px;
}
.news_show_left_4{
	width: 100%;
}
.news_show_left_4 div{
	display: inline-block;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
}
.news_show_left_4_01{
float: left;
}
.news_show_left_4_02{
float: right;
}