@charset "UTF-8";
.listTit{
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    transition: all 0.3s linear;
}
.listName{
    font-size: 14px;
    color:#666;
    overflow: hidden;
    position: relative;
    transition: all 0.3s linear;
}
.list_a:hover .listName,
.list_a:hover .listTit{
    color:#c52520;
}
.listIntr{
    height: 50px;
    font-size: 14px;
    color:#999;
    line-height: 25px;
    overflow: hidden;
    transition: all 0.3s linear;
}
.listTime{
    font-size: 13px;
    color:#999;
    overflow: hidden;
}
.listTime i{
    color:#999;
}
.listDeta{
    overflow: hidden;
}
.icon{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}
.paly{
    background: rgba(0,0,0,0.5) url(../images/icon/play.png) no-repeat center center;
}
/**
 * 文章详细页
 */
.pageBox{
	min-height:300px;
	height:auto !important;
	height:300px;
	clear:both;
	overflow:hidden;
	padding:40px 60px; 
	background:#fff;
	}
.articleTitle{
	padding:20px 150px 10px 150px;
    font-size:32px;
    line-height:46px;
    color:#333;
    text-align: center;
	font-weight:bold;
	}
.articleTime{
    line-height:36px;
    text-align:center;
    font-size:0px;
}
.articleTime .center{
    display: inline-block;
    overflow: hidden;
}
.articleTimeTxt{
    font-size: 14px;
}
.newsShare{
    padding-left: 15px;
    margin-top: 2px;
}
.newsShare span{
    font-size: 14px;
}
.articleBox {
    overflow:hidden;
    font-size: 16px;
    color: #454545;
    line-height: 40px;
	padding:40px;
}
.articleBox img{ max-width:100%;}

.articleHand{
    clear:both;
    font-size:16px;
    overflow: hidden;
	padding:10px 0 0 0;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:10px 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 center; color:#37a6ff !important; }
.articleHand a.ppt,.articleHand a.pptx{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 center; color:#ff9779 !important; }

.codeBox{
	clear:both;
	background:#fff;
	text-align:center;
	padding:20px;
	}
.codeBox p{
	display:block;
	line-height:40px;
	font-size:14px;
	}
	
/**
 * 文章阅读页-内容上部大图
 */
#play{
    width:800px;
    height:535px;
    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/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:800px;
    height:535px;
}
#play .img_ul li{
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
    background:#fff;
    margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}


.imgMove{width:800px;clear:both;margin:20px auto;position:relative;}

.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:90px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	width:124px;
	height:82px;
	padding:3px;
	margin:0 5px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	width:124px;
	height:82px;
	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;width:124px;
	height:82px;}
.img_hd ul li.on {border:1px solid #1168ab;background:#1168ab;}
.imgMove .prev_a {margin-top: 15px; display:block;width:30px; height:60px; position:absolute; left:0px; top:0px; background:url(../images/article_icon.png) no-repeat 10px 15px;}
.imgMove .next_a {margin-top: 15px;display:block; width:30px; height:60px; position:absolute; right:0px; top:0px; background:url(../images/article_icon.png) no-repeat -37px 15px;}

.articlePage{
    clear:both;
    text-align:center;
	overflow:hidden;
    }
.articlePage a{
    display: inline-block;
    padding: 8px 15px;
    color: #444;
    border-radius: 2px;
    margin: 0 2px;
    background: #E2E2E2;
    }
.articlePage a:hover,.articlePage a.hover{
    color:#fff;
    background:#666;
    }
	
.pageUp{
	clear:both;
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	padding:20px 40px;
}

/**
 * 分享
 * @author 杨朝杰
 * @return
 */
.ShareBox {
	overflow: hidden;
	clear:both;
}
.ShareBox p {
	display: block;
	overflow: hidden;
	float: left;
}
.ShareBox i {
	clear:both;
	display: block;
	font-size:12px;
	color:#666;
	text-align: center;
	overflow: hidden;
	margin:5px 0px;
	display:none;
}
.ShareBox span {
    font-size: 14px;
    line-height: 30px;
	float:left;
}
.ShareBox a{
	padding: 0 !important;
    width: 25px !important;
    height: 25px !important;
    margin: 0 7px 0 0 !important;
	}
.ShareBox .bds_weChat{background: url(../images/share/shareBt5.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tsina{background: url(../images/share/shareBt1.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tqq{background: url(../images/share/shareBt2.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_qzone{background: url(../images/share/shareBt3.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_douban{background: url(../images/share/shareBt4.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_sqq{background: url(../images/share/shareBt6.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .f_more{background:url(../images/footShare.png) no-repeat -111px 0px !important;}
	
/**
 * 404页面
 * @author 杨朝杰
 * @return
 */
.alert{width:695px;height:355px;clear:both;position:absolute;left:50%;top:50%;margin:-177px 0 0 -348px;background:url(../images/404.jpg) no-repeat;}
.alertTitle1{clear:both;text-align:center;line-height:40px;font-size:14px;padding:70px 0 0 100px;}
.alertTitle2{clear:both;text-align:center;line-height:40px;font-size:14px;padding:0 0 0 100px;}
.alertTitle2 strong{font-size:20px;padding:0 10px;color:#ff0000;}
.alertBt{width:137px;lin-height:36px;height:36px;border:none;cursor:pointer;position:absolute;left:280px;bottom:75px;color:#454545;font-size:14px;text-align:center;font-family:"microsoft yahei";display:block;background: none;}
.infoInput{line-height:26px;border:1px solid #d7d7d7;outline:medium;padding:3px 0;}
.formlist td{padding:5px 0;}
.buttonface2{width:80px;line-height:26px;cursor:pointer;text-align:center;font-family:"microsoft yahei";font-size:14px;border:1px solid #d7d7d7;}
	
	
/**
 * 列表分页
 * @author 杨朝杰
 * @return
 */
.page{padding:5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:8px 12px;color:#999999;border-radius:3px;background: #fff;}
.page a:hover{background: #a92a24;color: #fff;}
.page a.hover{background: #a92a24;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageH.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageH.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageH.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageH.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}

/**
 * 全文列表1
 */
.textList1{
	clear:both;
	overflow:hidden;
    padding: 10px 30px;
    background: #fff;
}
.textList1 dd{
	padding:25px 0;
	overflow:hidden;
	clear:both;
	border-bottom:1px dotted #ccc;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.textList1 dd:last-child{
    border:none;
}
.textList1 dd .date{
    font-family: Arial;
    border: 1px #ccc solid;
    width:65px;
    margin-right:20px;
	float:left;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.textList1 dd .date span{
    font-size: 30px;
    font-weight: bold;
    background: #ccc;
    line-height: 45px;
    color: #fff;
	display:block;
	text-align:center;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.textList1 dd .date em{
    display: block;
    text-align: center;
	line-height:25px;
	text-align:center;
	color:#565656;
	background:#fff;
}
.textList1 dd .txtBox{
	}
.textList1 dd .txtBox h3{
    font-size: 18px;
    margin-bottom: 5px;
    color: #454545;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
	font-weight:normal;
	}
.textList1 dd .txtBoxCon{
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    color: #848484;
	font-size:14px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.textList1 dd:hover{ background:#fff;}
.textList1 dd:hover .date{border: 1px #cf261f solid;}
.textList1 dd:hover .date span{ background:#cf261f;}
.textList1 dd:hover .txtBox h3{ color:#cf261f;}
.textList1 dd:hover .txtBoxCon{ color:#666;}

/**
 * 全文列表2
 * @author 杨朝杰
 * @return
 */
.textList2{
    padding: 10px 30px;
    background: #fff;
}
.textList2 dd{
	clear: both;
	overflow: hidden;
	height: 72px;
	border-bottom: 1px dotted #dbdbdb;
}
.textList2 dd:last-child{
    border:none;
}
.textList2 dd span{
	display:inline;
	float:right;
	height: 72px;
	font-size:15px;
	color: #666666;
	line-height: 72px;
	background-image: url(../images/icon18.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.textList2 dd .listTit{
	display:block;
	overflow: hidden;
	height: 72px;
	color: #666666;
	line-height: 72px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 15px;
}
.textList2 dd .listTit:hover{color: #cf261f}
.textList2 .downBtn{
	background: url(../images/downIco.png) center center no-repeat;
	height: 72px;
	width: 25px;
	float: right;
	display: inline;
	cursor: pointer;
}
.textList2 .downBtn a{
	display: block;
	height: 100%;
}
.textList2 .downBtn:hover{
	background-image: url(../images/downIco_h.png)
}
/**
 * 图文列表1
 * @author 杨朝杰
 * @return
 */
.textImg1{

}
.textImg1 dd{
    padding: 10px 0px;
}
.textImg1 .list_a{
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    transition: all 0.3s linear;
}
.textImg1 .list_a:hover{
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.textImg1 .pic{
    width: 350px;
    margin-right: 20px;
    border-radius: 3px;
}
.textImg1 .listDeta{
    /*padding: 19px 0px;*/
}
.textImg1 .listIntr{
    height: 100px;
}
.listOther{
    overflow: hidden;
    line-height: 30px;
}
.listHits{
    overflow: hidden;
    font-size: 14px;
    color:#999;
}
.time{
    padding-left: 22px;
    background: url(../images/time.png) no-repeat left center;
}
.hits{
    padding-left: 25px;
    background: url(../images/num.png) no-repeat left center;
}
/**
 * 图文列表2
 * @author 杨朝杰
 * @return
 */
.textImg2{
    margin: 0px -10px;
}
.textImg2 dd{
    width: 33.333333%;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.textImg2 .list_a{
    -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
    transition: all 0.3s linear;
    margin: 0px 10px;
    border-radius: 3px;
}
.textImg2 .list_a:hover{
    transform: translateY(-5px);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.textImg2 .listDeta{
    padding: 15px 20px;
    background: #fff;
}
/**
 * 全图列表1
 * @author 杨朝杰
 * @return
 */
.imgList1{margin: 0 -10px;}
.imgList1 dd{
	float:left; 
	width:33.3333%; 
    padding: 10px 0px;
}
.imgList1 .list_a{
    display:block; 
    margin: 0 10px;
    background: #fff; 
    transition: 0.3s ease;
    border-radius: 3px;
}	
.imgList1 .ellipsis{
    padding:15px;
    background: #fff;
    transition: 0.3s;
	font-size:15px;
	display:block;
	text-align:center;
}
.imgList1 dd a:hover{
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

/*
* 全图列表2
* kis2
*/
.imgList2{
    overflow: hidden;
    margin: 0px -10px;
}
.imgList2 dd{
    width: 33.333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.imgList2 .list_a{
    padding: 10px;
    background: #fff;
    margin: 0px 10px;
    border-radius: 5px;
}
.imgList2 .listName{
    overflow: hidden;
    line-height: 30px;
    padding-top: 10px;
    height: 30px;
    text-align: center;
}
/**
 * 人才招聘详细页
 * @author 杨朝杰
 * @return
 */
.jobInfo{
	clear:both;
	overflow:hidden;
	line-height:36px;
    font-size: 16px;
	padding:10px 0 0 0;
	}
.jobTitle{
    font-size: 17px;
    color: #333;
    border-bottom: solid 1px #E7E7E7;
    line-height: 30px;
    margin-top:30px;
    padding-bottom: 10px;
	}
.jobTitle i{
    width: 3px;
    background:#666;
    height: 20px;
    display: block;
    float: left;
    position: relative;
    top: 5px;
    margin-right: 10px;
}
.jobBt{
	clear:both;
    width: 180px;
    height: 50px;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF !important;
    background:#a1171d;
    display:block;
    font-size: 18px;
	margin:0 auto;
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	transition:0.3s;
}
.jobBt:hover{background:#bb1219;}
.jobField{clear:both;overflow:hidden;line-height:36px;font-size:16px;padding:15px 0 0 0;}
.jobField dd{width:33%;float:left;}
.jobName{font-weight:bold;font-size:24px;clear:both;padding:0 0 10px 0;}
.jobTime{font-size:14px;line-height:30px;padding:0 0 10px 0;color:#999;border-bottom: solid 1px #E7E7E7;}
/**
 * 人才招聘（应聘表单提交）
 * @author 杨朝杰
 * @return
 */
 .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:#1168ab;
}
.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;
}
.customUpload{
	width: 100% !important;
	height: 100% !important;
}
.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;
}
.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 {
    display: block;
    width: 90px;
    height: 40px;
    overflow: hidden;
    margin:0px auto;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color:#fff !important;
    background: #a1171d;
}

/* 招聘页 start */
.recruitTitle{padding-left: 30px;}
.recruitTitle dd{ font-size: 16px;  float: left;display: inline; width: 110px;height: 60px;line-height: 60px;}
.recruitTitle dd+dd{ text-align: center; margin-left: 75px;}
.recruitList{ overflow: hidden;}
.recruitList dd{ overflow: hidden; margin-bottom: 10px;}
.recruitList dd .recruitT{ overflow: hidden; height: 60px; line-height: 60px; padding: 0 0 0 30px; background: #f5f5f5; color: #656565; cursor: pointer; transition: all .3s; -webkit-transition: all .3s;}
.recruitList dd .recruitT .text{ font-size: 16px; overflow: hidden; float: left; display: inline; width: 110px; margin-right: 75px;}
.recruitList dd .recruitT .text+.text{ text-align: center;}
.recruitList dd .recruitT .btn{ float: right; display: inline; width: 60px; height: 60px; background: url(../images/zpShow.png) no-repeat center center;}
.recruitList dd .recruitC{ overflow: hidden; font-size: 14px; color: #888; line-height: 30px; display: none; padding:20px; background:#FFF;}
.recruitList dd .recruitC strong{color: #333;}
.recruitTable{ font-size: 14px; color: #555555; padding: 0px 0; border-bottom: 1px solid #ddd;}
.recruitTable table{ border:none;}
.recruitTable table tr{ border:none; height: 50px;}
.recruitTable table tr td{ border:none;}
.recruitTable table b{ margin-right: 20px;}
.recruitBtn{ overflow: hidden; padding-top: 20px;}
.recruitBtn a{ border: 1px solid #cf261f; font-size: 16px; overflow: hidden; display: block; height: 50px; line-height: 50px; float: left; display: inline; padding: 0 40px; background: #cf261f; color: #FFF; border-radius: 3px; transition: all .3s; -webkit-transition: all .3s;}
.recruitBtn a:hover{ opacity: 0.9}
.recruitBtn a.btn2{margin-left: 15px; background: none; color: #cf261f;}
.recruitList dd:hover .recruitT{ background: #cf261f; color: #FFF;}
.recruitList dd:hover .recruitT .btn{  background: url(../images/zpShowh.png) no-repeat center center;}
.recruitList dd.active .recruitT{ background: #cf261f; color: #FFF;}
.recruitList dd.active .recruitT .btn{  background: url(../images/zpHide.png) no-repeat center center;}
/* 招聘页 end */

/**
 * 表单
 * @author 杨朝杰
 * @return
 */
.form-dl{
    margin: 0px -15px; 
}
.form-dl:after{
    display: block;
    content: "";
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
.form-dl dd{
    width: 33.3333333%;
    float: left;
    display: inline;
    position: relative;
    padding: 15px 0px;
}
.form-dl dt{
    width: 100%;
    float: left;
    display: inline;
    position: relative;
    padding: 15px 0px;
}
.form-cont{
    margin: 0px 15px;
}
.form-center{
    overflow: hidden;
}
.form-div{
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    padding: 0px 10px;
    border-radius: 3px;
}
.form-input{
    display: block;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    font-size: 14px;
    color:#666;
    width: 100%;
    border:none;
    outline: none;
    background: none;
}
.form-area{
    display: block;
    height: 200px;
    overflow-y: auto;
    line-height: 25px;
    font-size: 14px;
    color:#666;
    width: 100%;
    border:none;
    outline: none;
    background: none;
    padding: 5px 0px;
}
.img-code{
    display: block;
    overflow: hidden;
    margin-left: 10px;
    border-radius: 3px;
}
.img-code img{
    display: block;
    height: 50px;
}
.form-bt-box{
    margin: 0px -5px;
    overflow: hidden;
}
.form-bt-div{
    margin: 0px 5px;
    overflow: hidden;
}
a.form-bt{
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color:#666;
    text-align: center;
    border-radius: 3px;
    background: #ddd;
}
.form-bt.hover{
    background: #a1171d;
    color:#fff;
}
/**
 * 留言板
 * @author 杨朝杰
 * @return
 */
.msgList{
    overflow: hidden;
    padding: 30px 40px;
}
.msgList_dl{
    overflow: hidden;
}
.msgList_dl dd{
    overflow: hidden;
    padding: 10px 0px;
}
.msgListBox{
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 3px;
}
.msgListHead{
    overflow: hidden;
    background: #f4f4f4;
    padding: 10px 15px;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    color:#a1171d;
    line-height: 25px;
}
.msgListHead span{
    padding-left: 60px;
}
.msgListTxt{
    padding: 10px 15px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 25px;
}
.msgReply{
    overflow: hidden;
    padding: 10px 15px;
    border-top: 1px solid #dedede;
    line-height: 25px;
    font-size: 14px;
    color:#666;
}
.msgReplyTime{
    overflow: hidden;
    margin-left: 20px;
}
.msgReplyTxt{
    overflow: hidden;
}
/*
* 大事记 begin
* kis2
*/
.eventBox{
    position: relative;
    padding: 0px 55px;
}
.eventBox .bd{
    position: relative;
    overflow: hidden;
    z-index: 6;
}
.event_dl{
    overflow: hidden;
}
.event_dl dd{
    width: 25%;
    height: 560px;
    position: relative;
    float: left;
    display: inline;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s;
}
.event_dl dd.on{
    transition: all 0.5s;
    visibility: visible;
    opacity: 1;
    transition-delay: 0.5s;
}
.event_dl .list_a{
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #a92a24;
    position: absolute;
    transition: top 0.8s,left 1s;
    overflow: visible !important;
}
.event_dl dd.dd0 .list_a{
    left: 95px;
    top: 405px;
}
.event_dl dd.dd1 .list_a{
    left: 0px;
    top: 340px;
}
.event_dl dd.dd2 .list_a{
    left: 130px;
    top: 325px;
}
.event_dl dd.dd3 .list_a{
    left: 220px;
    top: 210px;
}
.eventBigYear{
    line-height: 40px;
    overflow: hidden;
    font-size: 36px;
    color:#a92a24;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s linear;
}
.eventDeta{
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 35px;
    width: 520px;
    font-size: 14px;
    color:#a92a24;
    line-height: 25px;
    transition: all 0.5s linear;
}
.list_a:hover .eventDeta{
    visibility: visible;
    opacity: 1;
}


.eventLine{
    width: 1920px;
    height: 560px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -960px;
    z-index: 2;
    background: url(../images/line.png) no-repeat center bottom;
}
.eventBox .bt{
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top:50%;
    margin-top: -25px;
    border-radius: 50px;
    background-size: auto 20px !important;
    z-index: 5;
}
.eventBox .prev{
    left: 0px;
    background: #fff url(../images/prevBt.png) no-repeat center center;
}
.eventBox .next{
    right: 0px;
    background: #fff url(../images/nextBt.png) no-repeat center center;
}
/* contact start */
.contactMap{
    overflow: hidden;
}
.contact{
    overflow: hidden;
    padding: 10px 0px 40px 0px;
    border-bottom: 1px solid #dedede;
}
.contact_dl{
    margin: 0 -50px;
}
.contact dd{
    color: #666;
    font-size: 14px;
    overflow: hidden;
    min-width: 200px;
}
.contactDiv{
    overflow: hidden;
    padding: 10px 0px;
    margin: 0px 50px;
}
.ico{
    overflow: hidden;
    font-size: 14px;
    color:#000;
    padding: 5px 0px 5px 55px;
    line-height: 30px;
    min-height: 30px;
}
.company{
    background: url(../images/company.png) no-repeat left center;
}
.address{
    background: url(../images/address.png) no-repeat left center;
}
.tell{
    background: url(../images/tell.png) no-repeat left center;
}
.phone{
    background: url(../images/phone.png) no-repeat left center;
}
.fax{
    background: url(../images/fax.png) no-repeat left center;
}
.email{
    background: url(../images/email.png) no-repeat left center;
}

/* contact end */
/* 期刊 start */
.amize_dl{
    overflow: hidden;
    margin: 0 -13px;
}
.amize_dl dd{
    float: left;
    display: inline;
    width: 25%;
    padding: 10px 0;
}
.amize_dl dd a{
    display: block;
    margin: 0 13px;
    transition: all .3s ease-out;
}
.amize_dl dd .pic{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 145%;
}
.amize_dl dd:hover a{
    transform: translateY(-5px);
}
.amize_dl dd .text{
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #666;
    font-size: 14px;
    background: #fff;
    transition: all .3s ease-out;
}
.amize_dl dd:hover .text{
    color: #a1171d;
}
/* 期刊 end */