@charset "UTF-8";
/* CSS Document */

/*
-----------------------------内页样式start-----------------------------
*/

/*newsView*/

.artBox {
	text-align: center;
	line-height: 30px;
	font-size: 0;
}

.artCon {
	padding: 50px;
}

.artBox .artS {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}

.artTimeBox {
	text-align: center;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
}

.artTimeBox .artTimeBoxC {
	display: inline-block;
	overflow: hidden;
}

.artTimeBox .artTimeBoxC .artTimeBoxl {
	font-size: 14px;
	color: #999;
	margin: 0 15px;
}

.artTimeBox .artTimeBoxC .artTimeBoxr {
	overflow: hidden;
}

.artTimeBoxT {
	font-size: 14px;
	color: #666;
}

.atrShare {
	overflow: hidden;
}

.atrShare .bshare-custom a {
	width: 20px;
	height: 32px;
	line-height: 32px;
	padding: 0;
}

.atrShare .bshare-custom a.bshare-qqim {
	background: url(../images/q1.png) center center no-repeat;
}

.atrShare .bshare-custom a.bshare-qqim:hover {
	background: url(../images/q1_h.png) center center no-repeat;
}

.atrShare .bshare-custom a.bshare-weixin {
	background: url(../images/q2.png) center center no-repeat;
}

.atrShare .bshare-custom a.bshare-weixin:hover {
	background: url(../images/q2_h.png) center center no-repeat;
}

.atrShare .bshare-custom a.bshare-qqmb {
	background: url(../images/q3.png) center center no-repeat;
}

.atrShare .bshare-custom a.bshare-qqmb:hover {
	background: url(../images/q3_h.png) center center no-repeat;
}

.atrShare .bshare-custom a.bshare-sinaminiblog {
	background: url(../images/q4.png) center center no-repeat;
}

.atrShare .bshare-custom a.bshare-sinaminiblog:hover {
	background: url(../images/q4_h.png) center center no-repeat;
}

.articleBox {
	line-height: 36px;
	padding: 10px 0;
	color: #666;
	font-size: 16px;
}

.articleBox img {
	max-width: 100%;
}

.articleTitle {
	clear: both;
	text-align: center;
	padding: 0px 10px 0 10px;
	line-height: 35px;
	font-size: 28px;
	font-family: "microsoft yahei";
	color: #333;
	font-weight: bold;
}

.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}

.pageUp {
	display: block;
	line-height: 30px;
	padding: 22px 0 20px 0;
	color: #333333;
	font-size: 14px;
	border-top: 1px solid #e6e6e6;
}

.pageUp div {
	height: 35px;
	overflow: hidden;
	font-size: 16px;
	color: #666;
}

.pageUp a {
	line-height: 35px;
	font-size: 16px;
	color: #666;
}

.pageUp div a:hover {
	color: #0066cc;
}

.share {
	display: block;
	clear: both;
	padding: 10px 0;
}

.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #1e8ddc;
}

.articlePage a.hover {
	color: #fff;
	background: #1e8ddc;
}

/**
 * 文章阅读页-内容上部大图
 */

#play {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/file/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/file/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 600px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	display: block;
	background: #fff;
	position: relative;
}

.img_hd ul li i {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.img_hd ul li img {
	position: absolute;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #0066cc;
	background: #0066cc;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 9999999999999;
	background: url(../images/file/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/file/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../images/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

.shareBox {
	height: 40px;
	overflow: hidden;
	background: #f1f1f1;
}

.shareBoxL {
	float: left;
	padding: 0 0 0 20px;
}

.shareBoxL B {
	display: block;
	line-height: 40px;
	float: left;
}

.bdsharebuttonbox {
	float: left;
	padding: 6px 0 0 10px;
}

.shareBoxR {
	line-height: 40px;
	float: right;
	padding: 0 20px 0 0;
	font-size: 14px;
	color: #000;
}

/*单篇+文章页end*/

/*全图列表页start*/
.pertnerDl{
	overflow: hidden;
	margin: 0 -10px;
}
.pertnerDl dd{
	float: left;
	display: inline;
	width: 20%;
	padding: 10px 0;
}
.pertnerDl dd .con{
	margin: 0 10px;
	background: #fff;
	height: 130px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.pertnerDl dd .con .wicon{
	height: 130px;
	background-position: center center;
	background-repeat: no-repeat;
}
.pertnerDl dd .con:hover{
	box-shadow: 0 0 7px rgba(0,0,0,0.27);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
/*全图列表页end*/

/*图文列表页start*/

.leader {
	clear: both;
	padding: 10px 0;
}

.leader dd {
	top: 0;
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 0 0 20px 0;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.leader dd:hover {
	top: -5px;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 4px 3px 7px rgba(0, 0, 0, 0.08);
	transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
	-o-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
}

.leaderLine {
	width: 55px;
	height: 280px;
	position: absolute;
	left: 220px;
	top: 20px;
	background: url(../images/leaderBg.png) repeat-y left top;
}

.leaderL {
	width: 245px;
	height: 320px;
	float: left;
	display: inline;
	background: #fff;
}

.leaderL img {
	display: block;
	width: 200px;
	height: 280px;
	margin: 20px 0 0 20px;
}

.leaderR {
	width: 948px;
	height: 320px;
	float: right;
	display: inline;
	background: #fff;
}
.leaderBox{
	padding: 60px 66px 88px 70px;
}
.leaderR h3 {
	display: block;
	text-align: left;
	font-size: 26px;
	color: #333;
	height: 50px;
	line-height: 50px;
}

.leaderCon {
	font-size: 16px;
	clear: both;
	color: #666666;
	line-height: 36px;
	height: 108px;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

.imgTextDl dd{
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.imgTextDl dd .con{
	padding: 30px 0;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.imgTextDl dd .con .pic{
	width: 330px;
	margin-right: 30px;
}
.imgTextDl dd .con .text{
	overflow: hidden;
}
.imgTextDl dd .con .title{
	height: 40px;
	line-height: 40px;
	padding-top: 8px;
	font-size: 18px;
	color: #333;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	margin-bottom: 10px;
}
.imgTextDl dd .con .title a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.imgTextDl dd .con .time{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}
.imgTextDl dd .con .textC{
	height: 84px;
	line-height: 24px;
	font-size: 14px;
	color: #777;
	overflow: hidden;
}
.imgTextDl dd:hover{
	background: #f7f7f7;
}
.imgTextDl dd:hover .con .title{
	margin-bottom: 0px;
}
.imgTextDl dd:hover .con .title a{
	color: #0066cc;
}
/*图文列表页end*/

/*全文列表页start*/

/*全文列表页end*/

/*招聘列表页start*/
.recruitList dd{
	padding: 10px 0;
}
.recruitList dd .con{
	top: 0;
	clear: both;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	padding: 22px 40px 16px;
	background: #fff;
	border-radius: 3px;
}

.recruitList dd:hover .con{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 4px 3px 7px rgba(0, 0, 0, 0.08);
	transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
	-o-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
}
.recruitList dd .con .title{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	margin-bottom: 4px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.recruitList dd .con .timeBox{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 8px;
}
.recruitList dd .con .timeBox span{
	float: left;
	display: inline;
	padding-left: 25px;
	font-size: 14px;
	color: #999;
	margin-right: 32px;
}
.recruitList dd .con .timeBox span.span1{
	background: url(../images/wicon14.png) left center no-repeat;
}
.recruitList dd .con .timeBox span.span2{
	background: url(../images/wicon15.png) left center no-repeat;
}
.recruitList dd .con .text{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #777;
}
.recruitList dd:hover .con .title{
	color: #0066cc;
}
/*招聘列表页end*/

/*招聘详情start*/

/*招聘详情end*/

/*招聘表单start*/

/*招聘表单end*/

/*联系我们start*/
.contactBox{
	padding:37px 30px 32px;
}
.inviteTitle{
	height:70px;
	line-height: 70px;
	font-size: 30px;
	color: #333;
	text-align: center;
}
.contactDl{
	overflow:hidden; 
}
.contactDl dd{
	float: left;
	display: inline;
	width: 33.333%;
}
.contactDl dd .con{
	padding: 0 10px;
}
.contactDl dd .con .wicon{
	width:70px;
	height: 70px;
	background-color: #0066cc;
	border-radius: 100%;
	margin: 0 auto;
	margin-bottom: 9px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.contactDl dd.dd1 .con .wicon{
	background-image: url(../images/wicon16.png);
	background-repeat: no-repeat;
	background-position:center center
}
.contactDl dd.dd2 .con .wicon{
	background-image: url(../images/wicon17.png);
	background-repeat: no-repeat;
	background-position:center center
}
.contactDl dd.dd3 .con .wicon{
	background-image: url(../images/wicon18.png);
	background-repeat: no-repeat;
	background-position:center center
}
.contactDl dd .textT{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.contactDl dd .textc{
	padding: 5px 0;
	line-height: 20px;
	font-size: 14px;
	color: #848484;
	text-align: center;
}
.contactDl dd .con:hover .wicon{
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
}
.mapBox{
	height:465px;
	background: #f5f5f5;
}
/*联系我们end*/

/*
-----------------------------内页样式end-----------------------------
*/
