@charset "utf-8";
/* CSS Document */
/*
-----------------------------内页样式start-----------------------------
*/
/*内页banner*/
.subBanner{
	clear: both;
	height: 275px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	overflow: hidden;
	position: relative;
}
.subBanner .divT{
	clear: both;
	height: 50px;
	overflow: hidden;
	line-height:50px;
	color:#ffffff;
	font-size:40px;
}
.subBanner .divT2{
	clear: both;
	height:24px;
	overflow: hidden;
	line-height:24px;
	color:#ffffff;
	font-size:16px;
}
.navBox{
	position: absolute;
	left: 50%;
	margin-left:-600px;
	bottom:0;
	width: 1200px;
	height: 60px;
	background:rgba(255,255,255,0.8);
}
.navBox a{
	float: left;
	height: 60px;
	width: 173px;
	overflow: hidden;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color:#747474;
}
.navBox a.hover{background:#b0201a;color:#fff}
.navBox a:hover{background:#b0201a;color:#fff}
/*内页框架*/
/*当前位置*/
.location{
	clear: both;
	height: 64px;
	padding-left: 38px;
	background:url(../images/zIcon1.png) no-repeat left center;
	line-height: 64px;
	font-size:14px;
	color:#8d8d8d;
}
.location a{color:#8d8d8d}
.location a:hover{color:#b0201a}
.location a.hover{color:#b0201a}
/**/
.pageBoxC{overflow: hidden}
.pageBoxC2{
	overflow: hidden;
	background:#fff;
	padding:20px 40px;
}
.minH{min-height: 300px;}
/*领导页 begin*/
.leadershipDl dd{
	clear: both;
	overflow: hidden;
}
.leadershipDl dd a{
	display: block;
	overflow: hidden;
	background:#fff;
	padding:32px 40px;
}
.leadershipDl dd a .pic{
	width: 180px;
	height: 236px;
	overflow: hidden;
	margin-right: 38px;
}
.leadershipDl dd a .pic img{
	display: block;
	width: 180px;
	height: 236px;
}
.leadershipDl dd a .divR{overflow: hidden}
.leadershipDl dd a .divR .divT{
	clear: both;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
}
.leadershipDl dd a .divR .divT span{
	float: left;
	color:#b0201a;
	font-size: 28px;
	padding-right: 24px;
}
.leadershipDl dd a .divR .divT em{
	float: left;
	color:#707070;
	font-size:16px;
	font-style: normal;
	line-height:50px;
}
.leadershipDl dd a .divR .divT2{
	clear: both;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size:14px;
	color:#707070;
	border-bottom: 1px solid #dbdbdb;
	padding-left:20px;
	background:url(../images/zIcon2.png) no-repeat left center;
}
.leadershipDl dd a .divR .txt{
	clear: both;
	max-height: 96px;
	overflow: hidden;
	line-height: 24px;
	font-size:14px;
	color:#707070;
}
/*领导页 end*/
.pageBoxC2{background:#fff;padding:30px;}
/*新闻+单篇*/
.articleT {
	clear: both;
	line-height:50px;
	font-size:26px;
	color: #333333;
	text-align: center;
	font-family: "黑体";
}
.articleT2 {
	height:35px;
	font-size: 14px;
	color: #666;
	line-height: 35px;
	text-align: center;
	padding-bottom: 25px;
	border-bottom: 1px solid #e1e1e1;
}
.articleT2 i {
	color: #b0201a;
	font-weight: bold;
	font-style: normal
}
.articleT2 .shareBox {
	display: inline-block;
	margin-top:5px;
}
.articleT2 .shareBox a {
	margin-left: 5px;
}
.articleT2 a:hover {
	color: #fff
}
.article_fz {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 10px;
}

.article_fzBox {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 9999;
	opacity: 0;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transform-origin: center top;
	-webkit-transform-origin: center top;
}

.article_fz:hover .article_fzBox {
	opacity: 1;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
}

.article_fzBox span {
	display: block;
	height: 20px;
	background: #f5f5f5;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	margin-bottom: 1px;
}

.article_fzBox span:hover {
	background: #b0201a;
	color: #fff;
}

.article_fzBox span.hover {
	background: #b0201a;
	color: #fff;
}

.articleBox {
	clear: both;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}

.article img {
	max-width: 100%;
}
/* 文章阅读页——大图*/
#play {
	width: 755px;
	height: 425px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	margin: 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/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 755px;
	height: 425px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 755px;
	height: 425px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width:755px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 75px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	width: 90px;
	height:51px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	width: 90px;
	height:51px;
	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;
	width: 90px;
	height:51px;
}

.img_hd ul li.on {
	border: 1px solid #b0201a;
	background: #b0201a;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	float: left;
	top: 20px;
	position: absolute;
	z-index: 9;
	background: url(../images/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.article_pageUp {
	font-size: 15px;
	line-height: 30px;
	color: #999999;
	border-top: 1px solid #d5d5d5;
	padding-top: 30px;
}

.article_pageUp dl {
	width: 600px
}

.article_pageUp dl a {
	color: #999999
}

.article_pageUp dl a:hover {
	color: #1e67c0
}

.article_pageUp .bt {
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #1e67c0;
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
}
.article_pageUp .bt:hover {
	opacity: 0.9
}
.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.png) no-repeat left center;
}
.articleHand a.word {
	background: url(../images/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}
.articleHand a.ppt {
	background: url(../images/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}
.articleHand a.excel {
	background: url(../images/excel.png) no-repeat left center;
	color: #15bf44 !important;
}
.articleHand a.pdf {
	background: url(../images/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}
.articleHand a.zip {
	background: url(../images/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}
.shareBox{position:relative;top:-5px;}
.shareBox a{margin-left:5px;margin-top:5px;line-height:24px !important}
.articleT2 a:hover{color: #fff}
.shareBox .bds_tsina{
	width: 9px !important;
    height: 25px !important;
	background:url(../images/icon13.png) no-repeat -29px top !important;
}
.shareBox .popup_sqq{
	width: 9px !important;
    height: 25px !important;
	background:url(../images/icon13.png) no-repeat -59px top !important;
}
.shareBox .bds_weixin{
	width: 9px !important;
    height: 25px !important;
	background:url(../images/icon13.png) no-repeat 0px top !important;
}
.shareBox .bds_tsina:hover{background:url(../images/icon13.png) no-repeat -29px bottom !important;}
.shareBox .popup_sqq:hover{background:url(../images/icon13.png) no-repeat -59px bottom !important;}
.shareBox .bds_weixin:hover{background:url(../images/icon13.png) no-repeat 0px bottom !important;}
.articlePageUp{
	clear: both;
	overflow: hidden;
}
.articlePageT{
	clear: both;
	height:35px;
	line-height:35px;
	color: #666666;
	font-size: 16px;
}
.articlePageT a{color: #666666;}
.articlePageT a:hover{color: #956134;}
.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:#b0201a;
	}
.articlePage a.hover{
	color:#fff;
	background:#b0201a;
	}
/*单篇+文章页end*/
/*全图列表页start*/

/*全图列表页end*/
/*图文列表页start*/

/*图文列表页end*/
/*全文列表页start*/

/*全文列表页end*/
/*招聘列表页start*/

/*招聘列表页end*/
/*招聘详情start*/

/*招聘详情end*/
/*招聘表单start*/

/*招聘表单end*/
/*留言start*/

/*留言end*/

.pageBoxC2.lhpBg{position:relative}
.pageBoxC2.lhpBg:after{
	content: "";
	display: block;
	width: 120px;
	height:128px;
	position: absolute;
	bottom: 0;
	right:0;
	z-index:1;
	background:url(../images/bg1.jpg) no-repeat center center;
}
/*公司简介*/
.gpflBanner{
	clear: both;
	height: 200px;
	position: relative;
}
.gpflBanner .bg{
	width:100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	position: absolute;
	top: 0;
	left:0;
}
.gpflBox1{
	background:#fff;
	padding:0 40px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.mapBox{
	width: 495px;
	height:240px;
	overflow: hidden;
	margin-right:25px;
}
.mapBox img{
	display: block;
	width: 495px;
	height:240px;
}
.mapBoxR{
	overflow: hidden;
}
.mapBoxR .divT{
	clear: both;
	overflow: hidden;
	height: 85px;
	line-height:85px;
	border-bottom:1px solid #f9f9f9;
	color:#686868;
	font-size:25px;
}
.mapBoxR .divT2{
	clear: both;
	overflow: hidden;
	height:22px;
	line-height:22px;
	color:#959595;
	font-size:16px;
	padding:4px 0;
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: left center;
}
.mapBoxR .divT2.icon1{background-image:url(../images/zIcon3.png)}
.mapBoxR .divT2.icon2{background-image:url(../images/zIcon4.png)}
.mapBoxR .divT2.icon3{background-image:url(../images/zIcon5.png)}
.mapBoxR .divT2.icon4{background-image:url(../images/zIcon6.png)}
/**/
.gpflBoxT{
	clear: both;
	height:53px;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
}
.gpflBoxT span{
	float: left;
	height:53px;
	line-height:53px;
	padding-left:10px;
	position: relative;
	font-size: 18px;
	color:#b0201a;
	padding-right:10px;
}
.gpflBoxT span:after{
	content:"";
	display:block;
	width:3px;
	height:20px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-10px;
	background:#b0201a;
}
.gpflBoxT em{
	float: left;
	height:53px;
	line-height:53px;
	font-style:normal;
	color: #dfdfdf;
}
.gpfText{
	clear: both;
	overflow:hidden;
	font-size: 16px;
	color:#959595;
	line-height: 30px;
}
.gpfText img{max-width:100%;}
.gpflDl{margin:0 -23px !important;}
.gpflDl dd{
	float: left;
	width:33.3333%;
	overflow: hidden;
}
.gpflDl dd .pic{
	padding-top:70.5882%;
	overflow: hidden;
	position:relative;
	margin:0 23px;
}
.gpflDl dd .pic img{
	display: block;
	width:100%;
	height:100%;
	position:absolute;
	top: 0;
	left: 0;
	object-fit:cover;
}
.gpflSlide{position: relative;}
.gpflSlide .bd{ overflow: hidden;}
.gpflSlide .slick-list{overflow: visible; margin-right: -45px;}
.gpflSlide .myslide{width:33.3333%; float: left; display: inline;}
.gpflSlide .con{margin-right:45px;}
.gpflSlide a{display:block;}
.gpflSlide .pic{position: relative; padding-top: 57.7586%;}
.gpflSlide .pic img{ display: block; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px;}
.gpflSlideDot{width: 100%; text-align: center;}
.gpflSlideDot .slick-dots li{ width:15px; height:15px; border-radius: 15px; line-height: 9999px; text-align: center; background: #c5c5c5; color: #ffffff; display: inline-block; margin: 0 7px; cursor: pointer;}
.gpflSlideDot .slick-dots li.slick-active{background: #b0201a;}

/*人才招聘 begin*/
.rmtDl dt{
	clear: both;
	height: 53px;
	background:#b0201a;
	overflow: hidden;
}
.rmtDl dt span{
	float:left;
	height:53px;
	line-height: 53px;
	color:#ffffff;
	font-size:16px;
}
.rmtDl dt span.span1{
	width:240px;
	padding-left:20px;
}
.rmtDl dt span.span2{
	width:125px;
	text-align:center;
}
.rmtDl dt span.span3{
	width:354px;
	text-align:center;
}
.rmtDl dt span.span4{
	width:170px;
	text-align:center;
}
.rmtDl dt span.span5{
	float:right;
	width:105px;
	text-align:center;
}
.rmtDl dd{
	clear: both;
	height: 53px;
	overflow: hidden;
	border-bottom:1px dotted #c0c0c0;
}
.rmtDl dd span{
	float:left;
	height:50px;
	line-height:50px;
	color:#666666;
	font-size:16px;
}
.rmtDl dd:hover span{color:#b0201a}
.rmtDl dd span a{color:#666666}
.rmtDl dd:hover span a{color:#b0201a}
.rmtDl dd span.span1{
	width:240px;
	padding-left:20px;
}
.rmtDl dd span.span2{
	width:125px;
	text-align:center;
}
.rmtDl dd span.span3{
	width:354px;
	text-align:center;
}
.rmtDl dd span.span4{
	width:170px;
	text-align:center;
}
.rmtDl dd span.span5{
	float:right;
	width:105px;
	text-align:center;
}
/*人才招聘 end*/
/*人才招聘详情 begin*/
.rmtVBox1{
	clear: both;
	overflow: hidden;
	padding-bottom:5px;
	border-bottom:1px solid #f0f0f0;
}
.rmtVBox1 .divT{
	clear: both;
	height:44px;
	line-height:44px;
	font-size:24px;
	font-weight:bold;
}
.rmtVBox1 .divT2{
	clear: both;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#999999;
}
.rmtVBox2{
	clear: both;
	overflow: hidden;
}
.rmtVBox2 span{
	float: left;
	width:33.3333%;
	line-height: 36px;
	color:#555555;
	font-size:16px;
}
.gpflText{
	clear: both;
	color:#555555;
	font-size:16px;
	line-height:36px;
}
a.rmtBt{
	display: block;
	width:160px;
	height:50px;
	background:#b0201a;
	margin:0 auto;
	overflow: hidden;
	border-radius:5px;
	overflow:hidden;
	text-align: center;
	line-height: 50px;
	font-size:18px;
	color:#fff;
}
a.rmtBt:hover{opacity:0.9}
/*人才招聘详情 end*/
.subPopBox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top:0px;
    background: rgba(0,0,0,0.65);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#65000000',endColorstr = '#65000000')\9;
    z-index: 999999;
    display: none;
}
.subPopCont{
    width: 790px;
    height: 555px;
    /*overflow: hidden;*/
    border:10px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    left: 50%;
    top:50%;
    margin-left: -395px;
    margin-top: -277px;
}
.joinForm{overflow: hidden;padding: 20px 40px;}
.joinFormTit{
    display: block;
    font-size: 24px;
    color:#333;
    text-align: center;
    overflow: hidden;
}
.joinForm_dl{overflow: hidden;}
.joinForm_dl dd{
    clear: both;
    /*height: 32px;
    line-height: 32px;*/
    /*overflow: hidden;*/
    padding-left: 70px;
    position: relative;
    margin-bottom: 10px;
}
.joinFormName{
    display: block;
    width: 70px;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    text-align: right;
    font-size: 12px;
    color:#444;
    position: absolute;
    left: 0px;
    top:0px;
}
.joinFormName i{font-style:normal;padding-right:3px;color:#cc0000;}
.joinFormInp{
    display: block;
    width: 203px;
    height: 30px;
    overflow: hidden;
    border:1px solid #ddd;
    padding: 0px 5px;
    font-size: 12px;
    color:#666;
    font-family: "microsoft yahei";
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.joinForm_dl dd label{margin-right: 15px;}
.joinForm_dl dd label span{padding-left: 6px;}
.joinFormInp[disabled="disabled"]{background: #fff;}
.joinForm_dl dt{overflow: hidden; position: relative; padding-left: 70px; margin-bottom: 10px;}
.joinForm_dl dt textarea{width: 580px; height: 140px; overflow-x: hidden; overflow-y: auto; border:1px solid #ddd; padding: 5px 10px; font-size: 12px; color:#666; line-height: 20px;outline: none;border-radius: 3px;}
.joinFile{display: block; width: 110px; height: 30px; overflow: hidden; background: #535353; font-size: 14px; color:#fff; line-height: 30px; text-align: center;}
input.w_100{width: 100px;}
.joinCode{height: 32px; overflow: hidden; line-height: 32px; margin-left: 10px;}
.joinCode img{display: block; height: 32px; float: left;}
.joinCode i{display: block; height: 32px; overflow: hidden; float: left; padding-left: 10px; color:#666;}
.joinCode i:hover{color:#d70112;}
.closeSubPop{width: 30px; height: 28px; overflow: hidden; background:url(../images/closeVideoPop.png) no-repeat center center; position: absolute; right:10px; top:10px;}
.bbsBt{border-radius:3px;display: block; width: 90px; height: 40px; overflow: hidden; margin:0px auto; text-align: center; line-height: 40px; font-size: 14px; color:#fff !important; background: #d6000f;}
.webuploader-container {
	position: relative;
	float:left;
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background:#666666;
	padding:6px 15px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	font-family:"microsoft yahei";
	border-radius:2px;
}
.webuploader-pick-hover {
	background:#00a2d4;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}

.uploaderBt{
	overflow:hidden;
	}
/**
 * 
 * @文件上传
 * @杨朝杰
 * @2015.02.11
 * @return
 */
.uploader-file-list{
	display:block;
	clear:both;
	padding:0 0 5px 0;
	}
.uploader-file-list dd{
	width:320px;
	height:54px;
	display:block;
	clear:both;
	background:#f5f5f5;
	border:2px solid #e5e5e5;
	margin:5px 0 0 0;
	position:relative;
	}
.uploader-file-list dd .info{
	position:relative;
	float:left;
	display: inline;
	top:12px;
	padding:0 0 0 10px;
	background: none;
	color:#333;
	}
.uploader-file-list dd .state{
	width:auto;
	position:absolute;
	z-index:9;
	height:20px;
	line-height:20px;
	display:block;
	background:#70ca10;
	padding:0 10px;
	color:#fff;
	right:4px;
	top:20px;
	}
.uploader-file-list dd div.file-panel{
	width:10px;
	height:10px;
	position:absolute;
	z-index:9;
	overflow:hidden;
	text-indent:-100px;
	cursor:pointer;
	right:5px;
	top:5px;
	background:url(images/uploadifive-cancel.png) no-repeat;
	display: block !important;
	}
.uploader-file-list dd div.file-panel span{ display: block; overflow: hidden;}
.uploader-file-list dd div.file-panel span.editor{ display: none;}
.uploader-file-list dd .imgWrap{ float:left; display:inline;}
.uploader-file-list dd .imgWrap img{ width: 50px; height: 50px; padding: 2px 0 0 2px}
.uploader-file-list dd.upload-state-done:after{ display: none;}
.uploader-file-list .progress {
	width:px;
    position:absolute;
    right: 4px;
    bottom:6px;
    height: 3px;
    left: 4px;
    height: 4px;
    overflow: hidden;
    z-index: 15;
    margin:0;
    padding: 0;
    border-radius: 0;
    background: transparent;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #c5c5c5;
	border-bottom:1px solid #c5c5c5;
	background:#fff;
}
.uploader-file-list .progress-bar{
    display: block;
    overflow: hidden;
    width: 0;
    height: 100%;
    background:#0099ff url(images/progress.png) repeat-x;
    -webit-transition: width 200ms linear;
    -moz-transition: width 200ms linear;
    -o-transition: width 200ms linear;
    -ms-transition: width 200ms linear;
    transition: width 200ms linear;
    -webkit-animation: progressmove 2s linear infinite;
    -moz-animation: progressmove 2s linear infinite;
    -o-animation: progressmove 2s linear infinite;
    -ms-animation: progressmove 2s linear infinite;
    animation: progressmove 2s linear infinite;
    -webkit-transform: translateZ(0);
}
 

/**
 * 
 * @图片上传
 * @杨朝杰
 * @2015.02.10
 * @return
 */
.uploader-img-list {
    width: 100%;
    overflow: hidden;
}
.file-item {
    float: left;
    position: relative;
    margin:5px 10px 5px 0;
}
.file-item .error {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    background: red;
    color: white;
    text-align: center;
    height: 20px;
    font-size: 14px;
    line-height: 23px;
}
.file-item .info {
	width:120px;
    position: absolute;
    left:6px;
    bottom:6px;
    right: 4px;
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow : ellipsis;
    font-size: 12px;
    z-index: 10;
	display:none;
}
.upload-state-done:after {
    content:"\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    position: absolute;
    bottom: 0;
    right: 4px;
    color: #4cae4c;
    z-index: 99;
	display:none;
}
.file-item .progress {
    position: absolute;
    right: 4px;
    bottom: 4px;
    height: 3px;
    left: 4px;
    height: 4px;
    overflow: hidden;
    z-index: 15;
    margin:0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}
.file-item .progress span {
    display: block;
    overflow: hidden;
    width: 0;
    height: 100%;
    background: #d14 url(../images/progress.png) repeat-x;
    -webit-transition: width 200ms linear;
    -moz-transition: width 200ms linear;
    -o-transition: width 200ms linear;
    -ms-transition: width 200ms linear;
    transition: width 200ms linear;
    -webkit-animation: progressmove 2s linear infinite;
    -moz-animation: progressmove 2s linear infinite;
    -o-animation: progressmove 2s linear infinite;
    -ms-animation: progressmove 2s linear infinite;
    animation: progressmove 2s linear infinite;
    -webkit-transform: translateZ(0);
}

/*图片边框*/
.uploader-img-list div.imgWrap{
	width:120px;
	height:120px;
	border:1px solid #dce3ed;
	padding:5px;
	overflow:hidden;
	}
.uploader-img-list dd:hover div.imgWrap{ border:1px solid #e9bc1f;}
.uploader-img-list div.imgWrap p{
	width:120px;
	height:120px;
	background:#f5f5f5;
	display:block;
	vertical-align:middle;
	text-align:center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	overflow:hidden;
	}
.uploader-img-list div.imgWrap p img{
	max-width:100%;
	max-height:100%;
	vertical-align: middle
	}

/*旋转、删除*/
.uploader-img-list div.file-panel {
    position: absolute;
    height:24px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000')\0;
    background: rgba( 0, 0, 0, 0.5 );
    width:120px;
    top:6px;
    left:6px;
    overflow: hidden;
    z-index: 300;
	display:none;
}
.uploader-img-list div.file-panel span {
    width: 24px;
    height: 24px;
    display: inline;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background:url(images/icons.png) no-repeat;
    margin:4px 1px 1px;
    cursor: pointer;
}
.uploader-img-list div.file-panel span.rotateLeft {
    background-position: 0 -24px;
	display:none;
}
.uploader-img-list div.file-panel span.rotateLeft:hover {
    background-position: 0 0;
}

.uploader-img-list div.file-panel span.rotateRight {
    background-position: -24px -24px;
	display:none;
}
.uploader-img-list div.file-panel span.rotateRight:hover {
    background-position: -24px 0;
}

.uploader-img-list div.file-panel span.delete{
    background-position: -48px -24px;
}
.uploader-img-list div.file-panel span.delete:hover {
    background-position: -48px 0;
}

.uploader-img-list div.file-panel span.editor{
    background-position: -70px -24px;
}
.uploader-img-list div.file-panel span.editor:hover {
    background-position: -70px 0;
}

.customUpload{
	height: 100% !important;
	width: 100% !important;
}
/*招聘信息 end*/
/*全图列表 begin*/
.imgList{margin:0 -14px}
.imgList dd{
	float: left;
	width:33.3333%;
	margin-bottom:35px;
}
.imgList.typ dd{width:25%}
.imgList dd a{
	display: block;
	overflow: hidden;
	margin:0 14px;
	background:#ffffff;
	transition-duration: 0.3s;
	position: relative;
}
.imgList.typ dd a:after{
	content: "";
	display: block;
	width:100%;
	height:3px;
	position: absolute;
	top:0;
	left: 0;
	z-index: 11;
	background:#b0201a;
}
.imgList.typ dd a{padding:15px}
.imgList dd a:hover{box-shadow:0 2px 3px rgba(0,0,0,0.1)}
.imgList dd a .pic{
	width:100%;
	overflow: hidden;
	padding-top:61.8421%;
	position: relative;
}
.imgList.typ dd a .pic{padding-top:70.85%}
.imgList dd a .pic img{
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit:cover;
}
.imgList dd a .divT{
	clear: both;
	padding:0 15px;
	height:35px;
	line-height:35px;
	overflow: hidden;
	color:#a6a6a6;
	font-size:14px;
}
.imgList dd a .txt{
	clear: both;
	height:30px;
	overflow: hidden;
	line-height:30px;
	color:#494949;
	font-size:20px;
	padding:0 15px;
}
.imgList.typ a .txt{color:#7d7d7d;text-align:center;font-size:18px;padding:0;padding-top:10px}
.imgList dd a .divT2{
	clear: both;
	padding:0 15px;
	height:40px;
	line-height:40px;
	overflow: hidden;
	color:#a6a6a6;
	font-size:14px;
}
.imgList dd a .divT2 span{
	display: block;
	padding-left:30px;
	height:40px;
	background:url(../images/zIcon7.png) no-repeat left center;
}
/*全图列表 end*/
/*图文 begin*/
.textImgDl dd{
	clear: both;
	overflow: hidden;
	margin-bottom:10px;
}
.textImgDl dd .div{
	display: block;
	overflow: hidden;
	background:#fff;
	padding:17px 30px;
}
.textImgDl dd .div .pic{
	width: 200px;
	height:155px;
	overflow: hidden;
	margin-right:25px;
}
.textImgDl dd .div .pic img{
	display:block;
	width: 200px;
	height:155px;
}
.textImgDl dd .div .day{
	width:126px;
	height:155px;
	border-left:1px solid #ececec;
}
.textImgDl dd .div .day .divT{
	clear: both;
	height:61px;
	overflow: hidden;
	line-height: 61px;
	text-align: center;
	color:#b0201a;
	font-size:50px;
	margin-top:20px;
}
.textImgDl dd .div .day .divT2{
	clear: both;
	height:36px;
	overflow: hidden;
	line-height: 36px;
	text-align: center;
	color:#929292;
	font-size:18px;
}
.textImgDl dd .div .divR{
	overflow: hidden;
	padding-right:90px;
}
.textImgDl dd .div .divR .divT{
	clear: both;
	height:43px;
	line-height:43px;
	font-size:22px;
	color:#494949;
}
.textImgDl dd .div .divR .divT2{
	clear: both;
	height:34px;
	line-height:34px;
	font-size:14px;
	color:#a6a6a6;
}
.textImgDl dd .div .divR .divT2 span{
	height:34px;
	padding-left:30px;
	padding-right:45px;
	position: relative;
}
.textImgDl dd .div .divR .divT2 span.icon1{background:url(../images/zIcon8.png) no-repeat left center}
.textImgDl dd .div .divR .divT2 span.icon2{background:url(../images/zIcon9.png) no-repeat left center;padding-left:20px;cursor:pointer}
.textImgDl dd .div .divR .txt{
	clear: both;
	height:60px;
	overflow: hidden;
	color:#929292;
	font-size:14px;
	line-height: 30px;
}
/*图文 end*/
.hseShare {
	width: 313px;
	position: absolute;
	left:-50px;
	top:20px;
	background: #fff;
	padding: 10px;
	border: solid #e1e1e1 1px;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	z-index: 99999999;
	display: none;
}
.hseShare i {
	display: block;
	width: 10px;
	height: 5px;
	background: url(../images/shareIcn1.png) no-repeat center center;
	position: absolute;
	left: 50%;
	top: -5px;
	margin-left: -5px;
}
.hseShare.active {
	display: block;
	-webkit-animation: pop_fadein .5s alternate ease-in-out;
	-moz-animation: pop_fadein .5s alternate linear;
	-ms-animation: pop_fadein .5s alternate linear;
	animation: pop_fadein .5s alternate ease-in-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.hseShare a {
	padding: 0 !important;
	margin: 0 5px !important;
	width: 32px !important;
	height: 32px !important;
	background: url(../images/videoShare.png) no-repeat !important;
}
.hseShare a.bds_tsina {
	background-position: 0 0 !important;
}
.hseShare a.bds_tqq {
	background-position: -33px 0 !important;
}
.hseShare a.bds_qzone {
	background-position: -66px 0 !important;
}
.hseShare a.bds_douban {
	background-position: -99px 0 !important;
}
.hseShare a.bds_weixin {
	background-position: -132px 0 !important;
}
.hseShare a.bds_sqq {
	background-position: -165px 0 !important;
}
.hseShare a.bds_renren {
	
/*
-----------------------------内页样式end-----------------------------
*/