@charset "UTF-8";
/* CSS Document */
/*
-----------------------------内页样式start-----------------------------
*/
/*新闻+单篇*/
.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: #a97f5d;
	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: #a97f5d;
	color: #fff;
}

.article_fzBox span.hover {
	background: #a97f5d;
	color: #fff;
}

.articleBox {
	clear: both;
	overflow: hidden;
	font-size: 16px;
	line-height: 32px;
	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 #a97f5d;
	background: #a97f5d;
}

.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 a{margin-left:5px;margin-top:5px}
.articleT2 a:hover{color: #fff}
.shareBox .bds_tsina{
	width: 4px !important;
    height: 18px !important;
	background:url(../images/icon13.png) no-repeat -29px top !important;
}
.shareBox .popup_sqq{
	width: 4px !important;
    height: 18px !important;
	background:url(../images/icon13.png) no-repeat -59px top !important;
}
.shareBox .bds_weixin{
	width: 4px !important;
    height: 18px !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:#a97f5d;
	}
.articlePage a.hover{
	color:#fff;
	background:#a97f5d;
	}
a.articleBt{
	width: 120px;
	height:40px;
	overflow:hidden;
	line-height: 40px;
	text-align: center;
	background: #ff813b ;
	color: #fff;
	font-size:15px;
}
a.articleBt:hover{opacity:0.9}
/*单篇+文章页end*/
/*全图列表页start*/
.imgListDl{margin:0 -15px;}
.imgListDl dd{
	float:left;
	width:33.3333%;
	overflow: hidden;
	margin-bottom:30px;
}
.imgListDl dd a{
	display: block;
	overflow: hidden;
	padding:10px;
	padding-bottom:0;
	background:#fff;
	margin:0 15px;
}
.imgListDl dd a .pic{
	clear: both;
	width:100%;
	overflow: hidden;
	padding-top:66.6667%;
	position: relative;
}
.imgListDl.product dd a .pic{padding-top:87.5%;}
.imgListDl dd a .pic img{
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit:cover;
}
.imgListDl.honorList dd a .pic img{object-fit:contain}
.imgListDl dd a span{
	display: block;
	clear: both;
	height:65px;
	overflow: hidden;
	line-height: 65px;
	text-align: center;
	font-size:16px;
	color:#333333;
}
.imgListDl dd a:hover span{color:#956134}
/*全图列表2*/
.imgList2Dl{margin:0 -29px;}
.imgList2Dl dd{
	float: left;
	width:50%;
	overflow: hidden;
	margin-bottom:30px;
}
.imgList2Dl dd a{
	display: block;
	overflow: hidden;
	margin:0 29px;
	position: relative;
}
.imgList2Dl dd .pic{
	display: block;
	width:100%;
	padding-top:66.6667%;
	position: relative;
}
.imgList2Dl dd .pic img{
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
}
.imgList2Dl dd a .ddBox{
	height:145px;
	background:rgba(0,0,0,0.52);
	position: absolute;
	bottom: 0;
	left:0;
	right:0;
	z-index:999;
	padding:0 40px;
	transition-duration:0.3s;
}
.imgList2Dl dd a:hover .ddBox{height:100%;}
.imgList2Dl dd .ddBox .divT{
	clear: both;
	height:40px;
	overflow: hidden;
	line-height: 40px;
	color:#fff;
	font-size:20px;
	margin-top:25px;
}
.imgList2Dl dd a:hover .ddBox .divT{margin-top:95px}
.imgList2Dl dd .ddBox .txt{
	clear: both;
	width:275px;
	overflow: hidden;
	line-height:24px;
	color:#fff;
	font-size:14px;
}
.imgList2Dl dd .ddBox .divT2{
	clear: both;
	height:40px;
	overflow: hidden;
	line-height: 40px;
	color:#fff;
	font-size:14px;
	margin-top:57px;
}
.imgList2Dl dd .ddBox .divT3{
	display: block;
	width: 32px;
	height:32px;
	border:1px solid #fff;
	background:url(../images/icon12.png) no-repeat center center;
}
/*全图列表页end*/
/*图文列表页start*/
.textImgDl dd{
	clear: both;
	overflow: hidden;
	padding:20px;
	background:#fff;
	margin-bottom:20px;
}
.textImgDl dd .pic{
	width:300px;
	height:200px;
	overflow: hidden;
	margin-right:28px;
}
.textImgDl dd .pic img{
	display: block;
	width:300px;
	height:200px;
}
.textImgDl dd .divR{
	overflow: hidden;
	height:200px;
}
.textImgT{
	clear:both;
	height:40px;
	overflow: hidden;
	line-height: 40px;
	color: #333333;
	font-size:20px;
	transition-duration: 0.3s;
}
.textImgT2{
	clear: both;
	margin-top:8px;
	height:31px;
	overflow: hidden;
	line-height: 31px;
}
.textImgT2 span{
	float:left;
	padding-left:23px;
	height:31px;
	color:#999999;
	font-size:14px;
	background-position:left center;
	background-repeat: no-repeat;
	margin-right:31px;
}
.textImgT2 span.span1{background-image:url(../images/icon10.png)}
.textImgT2 span.span2{background-image:url(../images/icon11.png)}
.textImgTxt{
	clear: both;
	overflow: hidden;
	color:#666666;
	font-size:14px;
	line-height:30px;
	margin-top:5px;
}
.textImgMore{
	width:135px;
	height:0;
	overflow: hidden;
	line-height: 46px;
	text-align: center;
	font-size:14px;
	color:#fff;
	background:#956134;
	margin-top:10px;
	transition-duration: 0.3s;
}
.textImgDl dd:hover .textImgT{color:#956134}
.textImgDl dd:hover .textImgMore{height:46px;}
/*图文列表页end*/
/*全文列表页start*/

/*全文列表页end*/
/*招聘列表页start*/

/*招聘列表页end*/
/*招聘详情start*/

/*招聘详情end*/
/*招聘表单start*/

/*招聘表单end*/
/*留言start*/
.bgFff{background:#fff}
.msgDl dd{
	clear: both;
	overflow: hidden;
}
.msgT{
	width:140px;
	height:52px;
	overflow: hidden;
	line-height: 52px;
	color: #666666;
	font-size:15px;
	text-align: right;
}
.inputBox{
	overflow: hidden;
	border:1px solid #e6e6e6;
	padding:0 5px;
}
.w_235{width:235px;}
.w_424{width:424px;}
.w_875{width:875px;}
.inputBox input{
	display: block;
	width: 100%;
	height:50px;
	line-height: 50px;
	background:none;
	border:none;
	color: #666666;
	font-size:15px;
}
.inputBox textarea{
	display: block;
	width: 100%;
	height:255px;
	line-height: 50px;
	background:none;
	border:none;
	color: #666666;
	font-size:15px;
}
.inputBox input::placeholder{color:#cccccc;font-size:14px;}
.code{
	width:172px;
	height:52px;
	overflow: hidden;
	margin-left:20px;
}
.code img{
	display: block;
	width:172px;
	height:52px;
}
.msgBtBox{overflow: hidden}
.msgBtBox .bt{
	display: block;
	width:152px;
	height:52px;
	overflow: hidden;
	text-align: center;
	border-radius:5px;
	background:#956134;
	color:#ffffff;
	font-size:16px;
	margin-right:20px;
	line-height:52px;
}
.msgBtBox .bt.typ1{background:#e6e6e6;color:#999}
.msgBtBox .bt:hover{opacity:0.9}
/*留言end*/
/*产品详情 begin*/
.pdtVBoxL{
	width:600px;
	height:400px;
	overflow: hidden;
	margin-right:40px;
	position: relative;
}
.pdtVBoxL .bd{
	width:600px;
	height:400px;
	overflow: hidden;
	margin:0 auto;
}
.pdtVBoxLDl dd{
	width:600px;
	height:400px;
	overflow: hidden;
	position: relative;
}
.pdtVBoxLDl dd img{
	display: block;
	width:600px;
	height:400px;
}
.pdtVBoxL .hd{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	height:30px;
}
.pdtVBoxL .hd ul{display:inline-block}
.pdtVBoxL .hd ul li{
	float:left;
	width:8px;
	height:8px;
	overflow: hidden;
	line-height: 999px;
	border:1px solid #9a6a3f;
	border-radius:100%;
	margin:0 10px;
	cursor:pointer;
}
.pdtVBoxL .hd ul li.on{background:#956235}
.pdtVBoxR{
	overflow: hidden;
}
.pdtVBoxR .divT{
	clear: both;
	height:76px;
	overflow: hidden;
	border-bottom:1px solid #e7e7e7;
	line-height: 76px;
	color: #956134;
	font-size:26px;
}
.pdtVBoxR .txt{
	clear: both;
	overflow: hidden;
	line-height: 32px;
	color:#666666;
	font-size:17px;
}
.pdtVBoxR .bt{
	display: block;
	width: 150px;
	height:45px;
	overflow: hidden;
	background:#956134;
	text-align: center;
	line-height: 45px;
	font-size:18px;
	color:#fff;
	border-radius:3px;
}
.pd37{padding:0 37px}
.pdtVBoxR .bt:hover{opacity:0.9}
.pdtT{
	clear: both;
	height:60px;
	line-height:60px;
	overflow: hidden;
	position: relative;
	padding-left:20px;
	border-bottom:1px solid #e6e6e6;
	color:#956134;
	font-size:22px;
}
.pdtT:after{
	content: "";
	display: block;
	background:#956134;
	width: 5px;
	height:28px;
	overflow: hidden;
	border-radius:5px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-14px;
}
.pdtText{
	clear: both;
	overflow: hidden;
	color: #5e5952;
	font-size:16px;
	line-height:36px;
}
.pdtText img{max-width:100%}
/*产品详情 end*/
/*招聘信息 begin*/
.rmtT{
	clear: both;
	height:70px;
	overflow: hidden;
	line-height: 70px;
	text-align: center;
	color: #333333;
	font-weight:bold;
	font-size:30px;
}
/**/
.rmtBoxT{
	clear: both;
	height:50px;
	overflow: hidden;
	background:#999999;
}
.rmtBoxT span{
	height:50px;
	line-height:50px;
	overflow: hidden;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.rmtBoxT .span1{width:145px}
.rmtBoxT .span2{width:270px}
.rmtBoxT .span3{width:160px}
.rmtBoxT .span4{width:265px}
.rmtBoxT .span5{width:160px}
.rmtBoxT .span6{width:135px}
.rmtDl dd{
	clear: both;
	overflow:hidden;
	margin-bottom:20px;
}
.rmtDl dd .ddBoxT{
	clear: both;
	height:50px;
	overflow: hidden;
	background:#fff;
	cursor: pointer;
	transition-duration:0.2s;
}
.rmtDl dd .ddBoxT.show{background:#956134}
.rmtDl dd .ddBoxT span{
	color:#333333;
	font-size:16px;
	height:50px;
	line-height: 50px;
	transition-duration:0.2s;
}
.rmtDl dd .ddBoxT.show span{color:#fff}
.rmtDl dd .ddBoxT span.span1{width:210px;margin-left:20px;text-align: left;}
.rmtDl dd .ddBoxT span.span2{width:102px;text-align:center}
.rmtDl dd .ddBoxT span.span3{width:145px;text-align:center;margin-left:90px}
.rmtDl dd .ddBoxT span.span4{width:155px;text-align:center;margin-left:65px}
.rmtDl dd .ddBoxT span.span5{width:270px;text-align:center;}
.rmtDl dd .ddBoxT span.span6{width:130px;background:url(../images/icon14.png) no-repeat center center}
.rmtDl dd .ddBoxT.show span.span6{background:url(../images/icon14h.png) no-repeat center center}
.rmtDl dd .ddBoxC{
	clear: both;
	background:#fff;
	overflow: hidden;
	padding:40px;
	padding-top:20px;
	color:#666666;
	font-size:14px;
	line-height:26px;
	display:none;
}
.rmtDl dd .ddBoxC strong{color:#333333}
.rmtDl dd .btn{
	display: block;
	width: 196px;
	height:52px;
	overflow: hidden;
	border-radius:3px;
	line-height: 52px;
	text-align: center;
	background:#956134;
	font-size:16px;
	color:#ffffff;
}
.rmtDl dd .btn:hover{opacity:0.9}
.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: #a97f5d;}
.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:#00b7ee;
	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*/
/*联系方式*/
.contactBox1{
	clear: both;
	background:#fff;
	overflow: hidden;
	padding:40px;
}
.contactT{
	clear: both;
	height:55px;
	overflow: hidden;
	line-height: 55px;
	text-align: center;
	color: #333333;
	font-size:30px;
}
.contactBox1C{
	clear: both;
	text-align: center;
}
.contactDl{display:inline-block}
.contactDl dd{
	float:left;
	width: 284px;
	overflow: hidden;
}
.contactDl dd .icon{
	display: block;
	width:109px;
	height:109px;
	margin:0 auto;
	background-position:center center;
	background-repeat: no-repeat;
}
.contactDl dd .icon.icon1{background-image:url(../images/icon15.png)}
.contactDl dd .icon.icon2{background-image:url(../images/icon16.png)}
.contactDl dd .icon.icon3{background-image:url(../images/icon17.png)}
.contactDl dd .icon.icon4{background-image:url(../images/icon18.png)}
.contactDl dd .divT{
	clear: both;
	height:40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	color:#000000;
	font-size:14px;
}
.contactDl dd .divT2{
	clear: both;
	overflow: hidden;
	text-align: center;
	line-height: 37px;
	color:#666666;
	font-size:14px;
}
.mapBox{
	clear: both;
	overflow: hidden;
	height:680px;
}
/*
-----------------------------内页样式end-----------------------------
*/