﻿html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
pre,
form,
input,
fieldset,
table,
th,
td,
span,
a,
p {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	height: 100%;
	font-size: 14px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	color: #3a3a3a;
}

#wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a,
a:visited {
	font-size: 14px;
	color: #3a3a3a;
	text-decoration: none;
}

a:hover {
	color: #2b3264;
}

img,
input {
	border: 0px;
	outline: none;
}

/*清除浮动*/
.clear {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

/*头部-LOOG与导航*/
.header {
	width: 100%;
	height: 100px;
	z-index: 999;
	position: relative;
}

.logo {
	float: left;
	width: 355px;
}

/*导航*/
.nav {
	float: right;
	width: 780px;
}

.nav ul li {
	width: 90px;
	line-height: 100px;
	margin-right: 5px;
	float: left;
	text-align: center;
	cursor: pointer;
}

.nav ul li:hover,
.nav ul li.on {
	background-color: #979797;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.nav ul li a {
	color: #000;
	display: block;
	height: 100px;
}

/*底部信息*/
.footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	margin-top: 25px;
	color: #626262;
	position: relative;
	overflow: hidden;
}

.footer .code {
	width: 120px;
	float: left;
}

.footer .info {
	width: 560px;
	float: left;
	line-height: 24px;
	margin-bottom: 20px;
}

.footer .foot-icon {
	width: 120px;
	float: left;
}

/*首页主体内容*/
.mainbody {
	width: 100%;


	position: absolute;
	/*margin-top:-420px;*/
	z-index: 999;
	top: 540px;
}

.mainbody .w1200 {
	background-color: #fff;
	width: 1200px;
}

.focus {
	width: 300px;
	padding-left: 20px;
}

.news {
	width: 560px;
	padding-left: 20px;
}

.video {
	width: 260px;
	padding-right: 20px;
}

.row {
	overflow: hidden;
}

h2.title {
	position: relative;
	font-weight: normal;
	line-height: 24px;
	padding: 10px 0 10px 0;
}

h2.title a.more {
	float: right;
}

h2.title span {
	font-size: 14px;
}

.top1 {
	overflow: hidden;
}

.top1 img {
	float: left;
	margin-right: 10px;
}

.top1 h2 {
	line-height: 28px;
}

.top1 h2,
.top1 p {
	font-size: 13px;
}

.top1 p {
	color: #a0a0a0;
	font-size: 12px;
	line-height: 18px;
}

.top1 span {
	color: #626262;
	font-size: 12px;
}

.newslist ul {
	padding-top: 5px;
}

.newslist ul li {
	line-height: 26px;
	font-size: 13px;
}

.newslist ul li a {
	font-size: 13px;
}

.newslist ul li span {
	float: right;
	color: #888;
}

.video .video-top1 h2 {
	font-size: 14px;
	background: #5a5657;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}

.video .video-top1 h2 a,
.video .video-top1 h2 a:hover,
.video .video-top1 h2 a:visited {
	color: #FFF;
}

.jtcy h2 {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}

.jtcy ul {
	padding-left: 4px;
}

.jtcy ul li {
	float: left;
	padding-left: 16px;
}

.jtcy ul li a {
	display: inline-block;
}

.jtcy ul li a:hover {
	background-color: #c1d1e1;
}

.jtcy h3 {
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}

/**/
/*新闻幻灯头5条 */
.content_right {
	width: 300px;
	height: 230px;
	overflow: hidden;

}

.content_right img {
	width: 300px;
	height: 200px;
}

/*.content_right .ad {*/
/**/
/*width: 300px;*/
/*height: 230px;*/
/*overflow: hidden;*/
/*position: relative;*/
/*}*/
/*.content_right .title{ height:30px; line-height:30px; text-align:center; background-color:#e2e2e2;}*/
/*.content_right .slider, .content_right .num {*/
/*position: absolute;*/
/*}*/
/*.content_right .slider li {*/
/**/
/*overflow:hidden;*/
/*list-style: none;*/
/*display: inline;*/
/*}*/
/*.content_right .slider li span{ position:absolute; bottom:0px;}*/
/*.content_right .slider img {*/
/*width: 300px;*/
/*height: 200px;*/
/*display: block;*/
/*}*/
/*.content_right .num {*/
/*right: 5px;*/
/*bottom: 5px;*/
/*}*/
/*.content_right .num li {*/
/*float: left;*/
/*color: #069;*/
/*text-align: center;*/
/*line-height: 16px;*/
/*width: 16px;*/
/*height: 16px;*/
/*font-family: Arial;*/
/*font-size: 12px;*/
/*cursor: pointer;*/
/*overflow: hidden;*/
/*margin: 3px 1px;*/
/*border: 1px solid #2b3264;*/
/*background-color: #fff;*/
/*}*/
/*.content_right .num li.on {*/
/*color: #fff;*/
/*line-height: 16px;*/
/*width: 16px;*/
/*height: 16px;*/
/*font-size: 14px;*/
/*margin: 3px 1px;*/
/*border: 1px solid #2b3264;*/
/*background-color: #2b3264;*/
/*font-weight: bold;*/
/*}*/
.wrap {
	width: 100%;
	margin-top: 280px;
	position: relative;
	z-index: 999;
	overflow: hidden;
}

.side {
	width: 220px;
}

.side-title {
	/* background: url(../img/silder.png) no-repeat; */
	background: #2b3264;
	height: 220px;
}

.side-title .col-t {
	text-align: right;
	padding-top: 127px;
}

.side-column {
	background: url(../img/columnbg.png) repeat-y;
	padding: 20px 0;
}

.side-column li {
	line-height: 60px;
	height: 60px;
	border-left: 16px solid #f5f5f5;
}

.side-column li a {
	display: block;
	text-align: center;
	margin-left: 20px;
	border-bottom: 2px solid #f5f5f5;
}

.side-column li a:hover,
.side-column li.on a {
	border-bottom: 2px solid #c1d1e1;
}

.side-column li:hover,
.side-column li.on {
	border-left: 16px solid #c1d1e1;
}

.main {
	width: 980px;
	background-color: #f5f5f5;
	min-height: 640px;
}

.main-top {
	height: 38px;
	width: 100%;
	background: url(../img/bg1.png) no-repeat;
}

.mainbox {
	width: 920px;
	margin: 0 auto;
}

.main-nav {
	overflow: hidden;
	padding-top: 6px;
	border-bottom: 1px solid #c1d1e1;
	border-left: 15px solid #c1d1e1;
	padding-bottom: 6px;
	margin-top: 25px;
}

.main-cont {
	margin-top: 20px;
}

.main-cont img {
	max-width: 900px;
}

.main-cont h1 {
	font-size: 20px;
	text-align: center;
	padding: 10px 0 25px 0;
}

.null {
	text-align: center;
	color: #9b9b9b
}

.column-title {
	font-size: 18px;
	width: 200px;
	padding-left: 15px;
}

.column-location {
	width: 400px;
	font-size: 13px;
	color: #888888;
	text-align: right;
}

.column-location a {
	color: #888888;
}

.mainbox .single {
	line-height: 30px;
	font-size: 14px;
	padding: 0 20px 25px 20px;
}

.mainbox .single h1 {
	font-size: 22px;
	text-align: center;
	padding: 20px 0 30px 0;
}

.mainbox .single .time {
	text-align: right;
	color: #999999;
	padding-bottom: 8px;
}

.mainbox .single .des {
	background-color: #ebebeb;
	border: 1px solid #e5e5e5;
	padding: 20px;
	margin-bottom: 25px;
	line-height: 24px;
}

/*搜索样式*/
.search {
	border: 1px solid #c1d1e1;
	height: 34px;
	width: 510px;
	margin: 20px auto;
	overflow: hidden;
}

.search .key {
	height: 32px;
	width: 370px;
	border: 0px;
	float: left;
	line-height: 32px;
	background: url(../img/search-icon.png) no-repeat left center;
	padding-left: 30px;
	margin-left: 10px;
	color: #9b9b9b;
}

.search .searchbtn {
	width: 88px;
	height: 34px;
	float: right;
	background-color: #c1d1e1;
}

/*频道背景*/
.aboutus {
	background: url(../img/column01.jpg) no-repeat top center;
}

.news {
	background: url(../img/column02.png) no-repeat top center;
}

.industry {
	background: url(../img/column03.jpg) no-repeat top center;
}

.learn {
	background: url(../img/column04.png) no-repeat top center;
}

.charity {
	background: url(../img/column05.png) no-repeat top center;
}

.human {
	background: url(../img/column06.png) no-repeat top center;
}

.impression {
	background: url(../img/column07.png) no-repeat top center;
}

/*集团介绍频道样式*/

.listimg {
	padding-bottom: 30px;
}

.listimg li {
	overflow: hidden;
	border-bottom: 1px dashed #c3c3c3;
	padding-bottom: 15px;
	padding-top: 15px;
}

.listimg li img {
	float: left;
	margin-right: 15px;
}

.listimg li h3 {
	line-height: 30px;
	padding-top: 6px;
}

.listimg li h3 a {
	font-size: 15px;
}

.listimg li p {
	color: #929292;
}

.listimg li p.time {
	color: #a8a8a8;
	padding-top: 5px;
}

/*人力资源*/
.job {
	background: url(../img/column06.jpg) no-repeat top center;
}

.joblist {
	overflow: hidden;
	width: 860px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.joblist ol {
	background-color: #c1d1e1;
	color: #2b3264;
	font-weight: bold;
}

.joblist ul {
	border-bottom: 1px solid #c1d1e1;
}

.joblist ul:hover {
	background-color: #e3e3e3;
}

.joblist ol,
.joblist ul {
	overflow: hidden;
}

.joblist li {
	float: left;
	padding: 0 5px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.joblist li.t01 {
	width: 180px;
}

.joblist li.t01 a {
	color: #4d5ab5;
}

.joblist li.t02 {
	width: 280px;
}

.joblist li.t03 {
	width: 140px;
}

.joblist li.t04 {
	width: 100px;
}

.joblist li.t05 {
	width: 100px;
}

.job-detailed {
	line-height: 30px;
	width: 860px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.job-detailed h1 {
	font-size: 28px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: normal;
}

.job-detailed h1 span {
	font-size: 18px;
}

.job-detailed ul {
	overflow: hidden;
}

.job-detailed li {
	float: left;
	padding-right: 30px;
}

.job-detailed dl {
	overflow: hidden;
	margin-top: 10px;
}

.job-detailed dl dt {
	float: left;
	font-weight: bold;
}

.job-detailed dl dd {
	padding-left: 80px;
}

.job-detailed .job-form {
	border-top: 1px dashed #ccc;
	margin-top: 25px;
	overflow: hidden
}

.job-detailed .job-form h2 {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	padding: 20px 0 20px 0;
}

.job-detailed .job-form dl {
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
}

.job-detailed .job-form dl dt span {
	color: #F00;
	padding-right: 5px;
	padding-top: 5px;
}

.job-detailed .job-form dl dd {
	padding-left: 70px;
}

.job-detailed .job-form dl dd input {
	width: 260px;
	background-color: #FFF;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}

.job-detailed .job-form dl dd input.upload {
	width: 100px;
	background-color: #c1d1e1;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.job-detailed .sub {
	text-align: center;
	padding: 20px 0;
}

.job-detailed .sub p {
	padding-top: 10px;
}

.job-detailed .sub .subbtn {
	width: 220px;
	height: 50px;
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	background-color: #2b3264;
	cursor: pointer;
}

/*公益*/
.charitylist {
	margin-bottom: 30px;
}

.charitylist dl {
	overflow: hidden;
	width: 860px;
	margin: 0px auto;
	margin-bottom: 20px;
}

.charitylist dl dd {
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px dashed #ccc;
}

.charitylist dl dd img {
	float: left;
	border: 10px solid #d9d9d9;
}

.charitylist dl dd div {
	padding-left: 300px;
}

.charitylist dl dd div h2 {
	font-size: 20px;
	padding: 20px 0 20px 0;
}

.charitylist dl dd div p {
	line-height: 30px;
}

.charitylist dl dd div p.price {
	font-size: 16px;
}

.charitylist dl dd div p.price span {
	color: #e60505;
}

.charitylist dl dt {
	padding: 20px 0;
}

.charitylist dl dt span {
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 18px;
	color: #2b3264;
	margin: 0 auto;
	background: url(../img/yuan.png) center no-repeat;
}

/*印象*/
.impression-list ul {
	overflow: hidden;
	margin-bottom: 20px;
}

.impression-list li {
	background-color: #e1e1e1;
	width: 260px;
	padding-top: 10px;
	text-align: center;
	float: left;
	margin-left: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.impression-list li:hover {
	background-color: #c1d1e1;
}

.impression-list li a {
	display: block;
}

.impression-list li img {
	width: 240px;
	height: 180px;
}

.impression-list li a h3 {
	line-height: 35px;
	height: 35px;
	font-weight: normal;
}

/*动态上一篇，下一篇*/

.xgpage {
	border-top: 1px dotted #e3e3e3;
	padding-top: 15px;
	width: 880px;
	margin: 30px auto;
}

.xgpage p {
	padding: 5px 0px;
}

.xgpage p a,
.xgpage p a:visited {
	color: #00003e;
}