/*
 ===============================
 * @authro      : 杨朝杰
 * @created     : 2018-05-26
 * @content     : 文章详细（标题、时间、内容、附件、音频、视频、图组、上下篇）、列表分页、各种列表（文字列表、图文列表、全图列表、...）、人才招聘、留言板
 ===============================
 */
@charset "UTF-8";


/**
 * 文章详细页（标题、时间、内容、附件）
 * @author 杨朝杰
 * @return
 */
.pageBox {
	min-height: 425px;
	height: auto !important;
	height: 425px;
	overflow: hidden;
	padding: 35px 50px;
	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: 20px 0 0 0;
}

.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 #15a33b;
	background: #15a33b;
}

.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 0;
}

/**
 * 分享
 * @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;
	transition: 0.3s;
}

.page a:hover {
	background: #15a33b;
	color: #fff;
}

.page a.hover {
	background: #15a33b;
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 50px;
	height: 35px;
	line-height: 35px;
	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
 * @author 杨朝杰
 * @return
 */
.textList1 {
	clear: both;
	overflow: hidden;
}

.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 .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 #15a33b solid;
}

.textList1 dd:hover .date span {
	background: #15a33b;
}

.textList1 dd:hover .txtBox h3 {
	color: #15a33b;
}

.textList1 dd:hover .txtBoxCon {
	color: #666;
}

/**
 * 全文列表2
 * @author 杨朝杰
 * @return
 */
.textList2 dd {
	clear: both;
	overflow: hidden;
	border-bottom: 1px dotted #dbdbdb;
	height: 50px;
	line-height: 50px;
}

.textList2 dd span {
	display: inline;
	float: right;
	font-size: 15px;
	color: #666666;
	background-image: url(../images/icon18.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.textList2 dd .listTit {
	display: block;
	overflow: hidden;
	color: #666666;
	position: relative;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px 0 10px;
}

.textList2 dd .listTit:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	height: 4px;
	width: 4px;
	margin-top: -2px;
	background: #aaaaaa;
}

.textList2 dd .listTit:hover {
	color: #15a33b
}

.textList2 dd .listTit:hover:after {
	background: #15a33b
}

.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 {
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 9;
	background: #fff;
}

.textImg1 dd {
	padding: 20px 0;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #e6e6e6;
	position: relative;
	z-index: 3;
}

.animate1 dd:before {
	display: block;
	display: none\9;
	content: "";
	overflow: hidden;
	width: 0px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0px;
	/*-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);*/
	background: #ddd;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	z-index: 2;
}

.animate1 dd:after {
	display: block;
	display: none\9;
	content: "";
	overflow: hidden;
	width: 0px;
	height: 100%;
	position: absolute;
	right: 50%;
	top: 0px;
	/*-webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);*/
	background: #ddd;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	z-index: 2;
}

.animate1 dd:hover:before,
.animate1 dd:hover:after {
	width: 50%;
	opacity: 1;
}

.animate2 dd:before {
	display: block;
	display: none\9;
	content: "";
	overflow: hidden;
	width: 100%;
	height: 0px;
	position: absolute;
	left: 0px;
	bottom: 50%;
	/*-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);*/
	background: #ddd;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 2;
}

.animate2 dd:after {
	display: block;
	display: none\9;
	content: "";
	overflow: hidden;
	width: 100%;
	height: 0px;
	position: absolute;
	left: 0px;
	top: 50%;
	/*-webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);*/
	background: #ddd;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 2;
}

.animate2 dd:hover:before,
.animate2 dd:hover:after {
	height: 50%;
	opacity: 1;
}

.animate3 dt {
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #ddd;
	z-index: 1;
}

.textImg1 dd .wrap {
	position: relative;
	z-index: 3;
}

.textImg1 dd .picture {
	display: block;
	width: 263px;
	height: 175px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 20px 0 0;
}

.textImg1 dd .picture img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	transform: scale(1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.textImg1 dd .picture .jqthumb {
	transition: 0.4s ease;
}

.textImg1 dd:hover .jqthumb {
	transform: scale(1.05);
}

.textImg1 h3 {
	font-size: 18px;
	color: #191919;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 8px;
	font-weight: normal;
}

.textImg1 p {
	margin: 15px 0;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #848484;
}

.textImg1 dd:hover .picture img {
	transform: scale(1.05)
}

.textImg1 dd:hover h3 a {
	color: #15a33b;
}

.textImg1 dd h6 {
	font-weight: normal;
	padding: 0 0 0 26px;
	float: left;
	overflow: hidden;
	background: url(../images/date.png) no-repeat left center;
}

.textImg1 dd h6 span {
	padding: 0 0 0 26px;
	margin: 0 0 0 20px;
	background: url(../images/read.png) no-repeat left center;
}

/**
 * 图文列表2
 * @author 杨朝杰
 * @return
 */
.textImg2 {
	overflow: hidden;
	margin: 0px -7px 0 -8px !important;
}

.textImg2 dd {
	float: left;
	width: 33.333%;
	-webkit-animation: gfadeIn 0.6s 0.8s both;
	-moz-animation: gfadeIn 0.6s 0.8s both;
	animation: gfadeIn 0.6s 0.8s both;
	transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	overflow: hidden;
}

.textImg2 dd:nth-of-type(1) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.textImg2 dd:nth-of-type(2) {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.textImg2 dd:nth-of-type(3) {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.textImg2 dd:nth-of-type(4) {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.textImg2 dd:nth-of-type(5) {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}

.textImg2 dd:nth-of-type(6) {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.textImg2 dd:nth-of-type(7) {
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.textImg2 dd:nth-of-type(8) {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.textImg2 dd:nth-of-type(9) {
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.textImg2 dd:nth-of-type(10) {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
}

.textImg2 dd:nth-of-type(11) {
	-webkit-animation-delay: 2.2s;
	-moz-animation-delay: 2.2s;
	animation-delay: 2.2s;
}

.textImg2 dd:nth-of-type(12) {
	-webkit-animation-delay: 2.4;
	-moz-animation-delay: 2.4;
	animation-delay: 2.4s;
}

.textImg2 dd a {
	display: block;
	height: 100%;
	margin: 8px 7px 20px 8px;
	background: #fff;
	transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
}

.textImg2 dd .picture {
	display: block;
	padding-top: 56.25%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.textImg2 dd .picture img {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

a .ui-s-cover {
	background: #000;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	filter: alpha(opacity=40);
	opacity: 0.4;
	transition: all 0.2s ease-in-out;
	z-index: 5;
}

a:hover .ui-s-cover {
	filter: alpha(opacity=0);
	opacity: 0;
}

.ui-s-add {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: -100%;
	left: 0px;
	background: rgba(0, 0, 0, 0.5) url(../images/carImg.png) no-repeat center center;
	z-index: 3;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	display: none;
}

a:hover .ui-s-add {
	top: 0;
}

.flashBg {
	overflow: hidden;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: -100%;
	z-index: 1;
	background: #88b829;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

a:hover .flashBg {
	bottom: 0;
}

.textImg2 dd .newsText {
	position: relative;
	height: 120px;
	padding: 15px;
	background: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
}

.textImg2 dd .newsText h2 {
	margin-bottom: 10px;
	color: #333;
	font-size: 18px;
	font-weight: normal;
}

.textImg2 dd .newsText p {
	height: 44px;
	color: #999;
	font-size: 13px;
	overflow: hidden;
	line-height: 1.8;
}

.textImg2 dd .newsText span {
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	color: #999;
	height: 16px;
	line-height: 16px;
}

.textImg2 dd .newsText span em {
	display: block;
	line-height: 16px;
	float: left;
	padding: 0 0 0 20px;
	font-style: normal;
	margin: 0 0 0 20px;
	background: url(../images/date.png) no-repeat left center;
}

.textImg2 dd .newsText span i {
	display: block;
	line-height: 16px;
	float: right;
	padding: 0 0 0 20px;
	font-style: normal;
	margin: 0 20px 0 0;
	color: #999;
	background: url(../images/read.png) no-repeat left center;
}

.textImg2 dd a:hover {
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
	-o-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
}

/**
 * 全图列表1
 * @author 杨朝杰
 * @return
 */
.imgList1 {
	margin: 0 -8px;
	overflow: hidden;
	position: relative;
}

.imgList1 dd {
	float: left;
	width: 33.3333%;
	padding: 8px 0 8px 0;
	-webkit-animation: gfadeIn 0.6s 0.8s both;
	-moz-animation: gfadeIn 0.6s 0.8s both;
	animation: gfadeIn 0.6s 0.8s both;
	transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	/*border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #e1e1e1;*/
	overflow: hidden;
}

.imgList1 dd:nth-of-type(1) {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.imgList1 dd:nth-of-type(2) {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.imgList1 dd:nth-of-type(3) {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.imgList1 dd:nth-of-type(4) {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.imgList1 dd:nth-of-type(5) {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}

.imgList1 dd:nth-of-type(6) {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.imgList1 dd:nth-of-type(7) {
	-webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.imgList1 dd:nth-of-type(8) {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.imgList1 dd:nth-of-type(9) {
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.imgList1 dd:nth-of-type(10) {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	animation-delay: 2s;
}

.imgList1 dd:nth-of-type(11) {
	-webkit-animation-delay: 2.2s;
	-moz-animation-delay: 2.2s;
	animation-delay: 2.2s;
}

.imgList1 dd:nth-of-type(12) {
	-webkit-animation-delay: 2.4;
	-moz-animation-delay: 2.4;
	animation-delay: 2.4s;
}

.imgList1 dd a {
	display: block;
	margin: 0 8px;
	height: 100%;
	transition: 0.3s ease;
}

.imgList1 dd .picture {
	display: block;
	padding-top: 66.66666%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.imgList1 dd .picture img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	object-fit: cover;
}

.imgList1 .videoPlay {
	height: 45px;
	width: 45px;
	background: url(../images/paly.png) center center no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	z-index: 9;
}

a .ui-s-cover {
	background: #000;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	filter: alpha(opacity=40);
	opacity: 0.4;
	transition: all 0.2s ease-in-out;
	z-index: 5;
}

a:hover .ui-s-cover {
	filter: alpha(opacity=0);
	opacity: 0;
}

.imgList1 dd span {
	padding: 15px;
	background: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	font-size: 15px;
	display: block;
	text-align: center;
}

.imgList1 dd a:hover {
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
	-o-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
}

/*
* 全图列表2
* kis2
*/
.imgDiv {
	display: block;
	padding-top: 66.66667%;
	overflow: hidden;
	position: relative;
}

.imgDiv img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.scaleImg img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.scaleImg:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.imgList_dl {
	overflow: hidden;
	margin: 0px -10px;
}

.imgList_dl dd {
	width: 33.333333%;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 10px 0px;
}

.imgListBox {
	overflow: hidden;
	margin: 0px 10px;
	position: relative;
	padding-bottom: 115px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.imgListDeta {
	overflow: hidden;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -80px;
	text-align: center;
	background: #fff;
	padding: 20px 0px;
	-webkit-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

.imgListBox .imgDiv {
	padding-top: 58.3941606%;
}

.imgListBox .listName {
	font-size: 18px;
	color: #333;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.imgListBox .listIntr {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	padding: 10px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.listBtBox {
	overflow: hidden;
	width: 280px;
	margin: 0px auto;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.listBtBox a {
	display: block;
	width: 50%;
	float: left;
	overflow: hidden;
	position: relative;
	font-size: 0px;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.listBtBox a span {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding-left: 35px;
}

.bt1:after {
	display: block;
	content: "";
	width: 1px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	background: #fff;
}

.bt1 span {
	background: url(../images/proIcon.png) no-repeat left center;
}

.bt2 span {
	background: url(../images/VRIcon.png) no-repeat left center;
}

.imgList_dl dd:hover .imgListDeta {
	background: #dd0800;
}

.imgList_dl dd:hover .listBtBox {
	border-color: #fff;
}

.imgList_dl dd:hover .listName,
.imgList_dl dd:hover .listIntr {
	color: #fff;
}

/*
* 全图列表3 3:4
*/
.imgList3 {
	margin: 0px -10px;
	overflow: hidden;
}

.imgList3 dd {
	float: left;
	width: 25%;
	/*border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #e1e1e1;*/
	overflow: hidden;
	padding: 10px 0px;
}

.imgList3 dd a {
	display: block;
	margin: 0px 10px;
	background: #fff;
	-webkit-animation: gfadeIn 0.6s 0.8s both;
	-moz-animation: gfadeIn 0.6s 0.8s both;
	animation: gfadeIn 0.6s 0.8s both;
	transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
}

.imgList3 dd .picture {
	display: block;
	width: 100%;
	padding-top: 133.333333%;
	overflow: hidden;
	position: relative;
}

.imgList3 dd .picture img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

a.ui-s-cover {
	background: #000;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	filter: alpha(opacity=40);
	opacity: 0.4;
	transition: all 0.2s ease-in-out;
	z-index: 5;
}

a:hover .ui-s-cover {
	filter: alpha(opacity=0);
	opacity: 0;
}

.imgList3 dd span {
	padding: 15px;
	background: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	font-size: 15px;
	display: block;
	text-align: center;
}

.imgList3 dd:hover a {
	box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
	-o-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
}

/*
* 全图列表4 16:10
*/
.imgList4 {
	margin: 0px -10px;
	overflow: hidden;
}

.imgList4 dd {
	float: left;
	width: 33.3333333%;
	/*border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #e1e1e1;*/
	overflow: hidden;
	padding: 10px 0px;
}

.imgList4 dd a {
	display: block;
	margin: 0px 10px;
	background: #fff;
	-webkit-animation: gfadeIn 0.6s 0.8s both;
	-moz-animation: gfadeIn 0.6s 0.8s both;
	animation: gfadeIn 0.6s 0.8s both;
	transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	padding: 10px;
}

.imgList4 dd .picture {
	display: block;
	width: 100%;
	padding-top: 62.5%;
	overflow: hidden;
	position: relative;
}

.imgList4 dd .picture img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	z-index: 2;
}

.ui-s-video {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
	background: url(../images/video.png) no-repeat center center;
}

a:hover .ui-s-cover {
	filter: alpha(opacity=0);
	opacity: 0;
}

.imgList4 dd span {
	padding: 15px 15px 5px 15px;
	background: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	font-size: 15px;
	display: block;
	text-align: center;
}

.imgList4 dd:hover a {
	box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
	-o-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
}

/**
 * 领导列表
 * @author 杨朝杰
 * @return
 */
.leadershipDl dd {
	clear: both;
	overflow: hidden;
	padding: 20px;
	background: #fff;
	height: 280px;
	background-image: url(../images/bg4.jpg);
	background-repeat: no-repeat;
	background-position: 220px center;
	margin-bottom: 10px;
}

.leadershipDl dd .pic {
	width: 200px;
	height: 280px;
	overflow: hidden;
	margin-right: 50px;
}

.leadershipDl dd .pic img {
	display: block;
	width: 200px;
	height: 280px;
}

.leadershipDl dd .divR {
	overflow: hidden
}

.leadershipDl dd .divR .divT {
	clear: both;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333333;
	font-size: 26px;
	text-align: center;
	text-align: center;
}

.leadershipDl dd .divR .txt {
	width: 660px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}


/**
 * 人才招聘详细页
 * @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: #15a33b;
	display: block;
	font-size: 18px;
	margin: 0 auto;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.jobBt:hover {
	background: #f6c016;
}

.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: #f00;
}

.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: #15a33b;
}

/* 招聘页 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 {
	margin-right: 22px;
	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 #15a33b;
	font-size: 16px;
	overflow: hidden;
	display: block;
	height: 50px;
	line-height: 50px;
	float: left;
	display: inline;
	padding: 0 40px;
	background: #15a33b;
	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: #15a33b;
}

.recruitList dd:hover .recruitT {
	background: #15a33b;
	color: #FFF;
}

.recruitList dd:hover .recruitT .btn {
	background: url(../images/zpShowh.png) no-repeat center center;
}

.recruitList dd.active .recruitT {
	background: #15a33b;
	color: #FFF;
}

.recruitList dd.active .recruitT .btn {
	background: url(../images/zpHide.png) no-repeat center center;
}

/* 招聘页 end */

/**
 * 表单
 * @author 杨朝杰
 * @return
 */
.fromBox {
	overflow: hidden;
}

.fromTip {
	font-size: 14px;
	color: #999;
	overflow: hidden;
}

.fromTip em {
	color: #cc3333;
	padding-right: 5px;
}

.form1 {
	clear: both;
}

.form1 dd {
	clear: both;
	padding: 5px 0;
}

.form1L {
	width: 115px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	vertical-align: top;
	color: #666;
	padding: 0 10px 0 0;
	font-size: 14px;
	float: left;
}

.form1L em {
	color: #f00;
	padding: 5px 5px 0 0;
	font-style: normal;
}

.form1Input {
	width: 280px;
	padding: 5px;
	position: relative;
	zoom: 1;
	height: 28px;
	line-height: 28px;
	background: #fff;
	border: 1px solid #ebebeb;
	font-size: 14px;
	color: #888;
}

.form1Input[readonly="readonly"] {
	background: #fafafa;
	color: #666;
}

.form1Input.w400 {
	width: 400px;
}

.form1Input.w200 {
	width: 200px;
}

.form1Input.w100 {
	width: 100px;
}

.codeSrc {
	margin: 0 0 0 10px;
	height: 40px;
	cursor: pointer;
}

.form1Textarea1 {
	resize: none;
	width: 400px;
	height: 80px;
	padding: 5px;
	position: relative;
	zoom: 1;
	line-height: 20px;
	background: #fff;
	border: 1px solid #ebebeb;
	outline: none;
}

.form1Textarea1.w600 {
	width: 600px;
	height: 200px;
}

.form1Textarea1.w700 {
	width: 700px;
	height: 200px;
}

.form1R {
	float: left;
}

.form1Bt {
	overflow: hidden;
	padding: 15px 0 20px 125px;
}

.form1Bt a {
	display: block;
	height: 34px;
	background: #15a33b;
	text-align: center;
	line-height: 34px;
	color: #fff !important;
	font-size: 14px;
	border-radius: 2px;
	padding: 2px 20px;
	float: left;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.form1Bt a:hover {
	opacity: 0.8;
}

.form2Bt {
	text-align: center;
}

.form2Bt a {
	display: inline-block;
	width: 150px;
	margin: 0 10px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	background: #15a33b;
}

.form2Bt a.btn2 {
	background: #e6e6e6;
	color: #666;
}

.form2 dd {
	float: left;
	display: inline;
	clear: none;
	margin-bottom: 25px;
}

.form2 .form1L {
	height: 50px;
	line-height: 50px;
}

.form2 .form1Input {
	height: 38px;
	line-height: 38px;
	width: 380px;
}

.form2 .codeSrc {
	height: 50px;
}

/**
 * 留言板
 * @author 杨朝杰
 * @return
 */
.msgTitle {
	font-size: 16px;
	clear: both;
	font-weight: bold;
	color: #000;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #d5d5d5;
}

.msgList {
	clear: both;
	overflow: hidden;
	padding: 30px 0 0 0;
	font-size: 14px;
}

.msgList dd {
	clear: both;
	padding: 15px 0;
	overflow: hidden;
	position: relative;
}

.msgTitle {
	clear: both;
	line-height: 30px;
}

.msgTitle span {
	padding: 0 0 0 30px;
}

.msgInfo {
	clear: both;
	line-height: 30px;
}

.msgReply {
	clear: both;
	line-height: 30px;
	border-top: 1px dotted #d5d5d5;
	margin-top: 10px;
}

.msgName {
	width: 100px;
	padding: 10px 0 0 0;
	position: absolute;
	left: 10px;
	top: 10px;
}

.msgName strong {
	display: block;
	clear: both;
	font-size: 14px;
}

.msgName span {
	display: block;
	line-height: 20px;
	padding: 5px 0 0 0;
}

.msgList_r {
	border: 1px solid #d5d5d5;
	background: #fff;
	padding: 15px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 0 100px;
}

.msgList_jt {
	width: 11px;
	height: 18px;
	position: absolute;
	left: -11px;
	top: 20px;
	background: url(../images/jiantou.jpg) no-repeat;
}

/*
* 大事记 begin
* kis2
*/
.eventBox {
	position: relative;
	overflow: hidden;
	padding: 40px 60px;
	background: #fff;
}

.eventBox .hd {
	overflow: hidden;
	width: 550px;
	margin: 0px auto;
}

.eventBox .bt {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.eventBox .prev {
	background: url(../images/prevBt.png) no-repeat center center;
}

.eventBox .prev:hover {
	background: url(../images/prevBt_h.png) no-repeat center center;
}

.eventBox .next {
	background: url(../images/nextBt.png) no-repeat center center;
}

.eventBox .next:hover {
	background: url(../images/nextBt_h.png) no-repeat center center;
}

.eventYear {
	width: 450px;
	overflow: hidden;
	height: 50px;
	position: relative;
}

.eventY_ul {
	width: 100000px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}

.eventY_ul li {
	overflow: hidden;
	width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #666;
	float: left;
	display: inline;
	text-align: center;
	-webkit-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
	opacity: 0.8;
	cursor: pointer;
}

.eventY_ul li.on {
	color: #dd0800;
	font-size: 30px;
	font-weight: bold;
}

.eventBox .bd {
	overflow: hidden;
}

.event_ul {
	overflow: hidden;
	-webkit-transition: height 0.3s linear;
	-o-transition: height 0.3s linear;
	transition: height 0.3s linear;
}

.event_ul li {
	overflow: hidden;
}

.event_dl {
	overflow: hidden;
	position: relative;
}

.event_dl dd {
	overflow: hidden;
	padding: 30px 0px;
	position: relative;
	z-index: 3;
}

.eventImg {
	overflow: hidden;
}

.eventImg img {
	display: block;
	width: 225px;
	height: 160px;
}

.eventCont {
	overflow: hidden;
}

.eventMonth {
	font-size: 18px;
	color: #333;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}

.eventDeta {
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	height: 100px;
}

.event_dl dd.even {
	padding-left: 240px;
}

.even .eventImg {
	float: left;
	display: inline;
	padding-right: 65px;
}

.even .eventMonth {
	padding-left: 75px;
	background: url(../images/evenIconL.png) no-repeat left center;
}

.even .eventDeta {
	padding-left: 75px;
}

.event_dl dd.odd {
	padding-right: 245px;
}

.odd .eventImg {
	float: right;
	display: inline;
	margin-left: 60px;
}

.odd .eventMonth {
	padding-right: 75px;
	text-align: right;
	background: url(../images/evenIconR.png) no-repeat right center;
}

.odd .eventDeta {
	padding-right: 75px;
	text-align: right;
}

.event_dl dt {
	width: 1px;
	height: 100%;
	overflow: hidden;
	background: #ddd;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: 0px;
	z-index: 1;
}

/*招聘列表*/
.rmtT {
	clear: both;
	height: 46px;
	overflow: hidden;
	line-height: 46px;
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.rmtT.cf {
	color: #fff
}

.rmtBox {
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.rmtBoxL {
	width: 420px;
	position: relative;
	z-index: -1;
}

.rmtBoxL img {
	display: block;
	max-width: 650px;
}

.rmtBoxR {
	overflow: hidden;
	font-size: 16px;
	line-height: 36px;
	padding-left: 25px;
	margin-top: 55px;
	color: #666;
}

.rmtBox2 {
	height: 750px;
	overflow: hidden;
	background-image: url(../images/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.rmtSlide {
	position: relative
}

.rmtSlide .bd {
	width: 1200px;
	height: 425px;
	overflow: hidden;
}

.rmtSlide .bd dl {
	width: 1300px
}

.rmtSlide .bd dl dd {
	display: inline;
	float: left;
	width: 375px;
	height: 426px;
	overflow: hidden;
	background: #fff;
	margin-right: 36px;
}

.rmtSlide .bd dl dd .divT {
	clear: both;
	height: 58px;
	overflow: hidden;
	text-align: center;
	line-height: 58px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #e6e6e6;
}

.rmtSlide .bd dl dd .txtBox {
	height: 330px;
	overflow: hidden;
	margin: 0 10px 0 20px;
}

.rmtSlide .bd dl dd .txtBox .txtBoxC {
	width: 344px;
	height: 335px;
	padding-right: 15px;
	overflow: hidden;
	overflow-y: auto;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}

.rmtSlide .bt {
	display: block;
	width: 17px;
	height: 31px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	background-image: url(../images/icon19.png);
	background-repeat: no-repeat;
	display: none;
}

.rmtSlide .bt.prev {
	left: -38px;
	background-position: left top
}

.rmtSlide .bt.next {
	right: -38px;
	background-position: right top
}

.rmtSlide .bt.prev:hover {
	background-position: left bottom
}

.rmtSlide .bt.next:hover {
	background-position: right bottom
}

.rmtForm {
	width: 890px;
	margin: 0 auto;
	overflow: hidden;
}

.rmtForm dd {
	clear: both
}

.rmtForm dd .inputT {
	width: 402px;
	height: 50px;
	border: 1px solid #e6e6e6;
	line-height: 50px;
	font-family: "microsoft yahei";
	color: #666;
	font-size: 14px;
	padding-left: 25px;
	padding-right: 5px;
}

.rmtForm dd .inputT::-webkit-input-placeholder {
	color: #cccccc
}

/* 使用webkit内核的浏览器 */
.rmtForm dd .inputT:-moz-placeholder {
	color: #cccccc
}

/* Firefox版本4-18 */
.rmtForm dd .inputT::-moz-placeholder {
	color: #cccccc
}

/* Firefox版本19+ */
.rmtForm dd .inputT:-ms-input-placeholder {
	color: #cccccc
}

.rmtForm dd textarea {
	width: 853px;
	height: 240px;
	border: 1px solid #e6e6e6;
	line-height: 24px;
	font-family: "microsoft yahei";
	color: #666;
	font-size: 14px;
	padding-left: 25px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.rmtForm dd textarea::-webkit-input-placeholder {
	color: #cccccc
}

/* 使用webkit内核的浏览器 */
.rmtForm dd textarea:-moz-placeholder {
	color: #cccccc
}

/* Firefox版本4-18 */
.rmtForm dd textarea::-moz-placeholder {
	color: #cccccc
}

/* Firefox版本19+ */
.rmtForm dd textarea:-ms-input-placeholder {
	color: #cccccc
}

/* IE浏览器 */
.rmtForm dd .bt {
	display: block;
	width: 150px;
	height: 52px;
	margin: 0 auto;
	overflow: hidden;
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	background: #15a33b;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}

.rmtForm dd .bt:hover {
	background: #f6c016;
}


/* 举报申诉 start */
.pageBox.report {
	padding: 35px;
}

.sendWord {
	background: #fcf6f6;
	padding: 30px 30px 25px;
	margin-bottom: 35px;
}

.reportTitle {
	font-size: 24px;
	color: #000000;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}

.reportTitle:before {
	width: 4px;
	height: 26px;
	background: #de2020;
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
}

.sendWord .info {
	line-height: 25px;
	font-size: 14px;
	color: #000000;
}

.processMode {
	padding: 0 30px;
}

.treatment {
	padding: 35px 30px 0;
}

.treatment .con {
	font-size: 16px;
	color: #000000;
	padding: 5px 0;
	line-height: 27px;
}

.treatment .con .info {
	position: relative;
	padding-left: 40px;
}

.treatment .con .info:before {
	display: block;
	content: '';
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 15px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -14px;
}

.treatment .con.tel .info:before {
	background-image: url(../images/reportTel.png);
}

.treatment .con.email .info:before {
	background-image: url(../images/reportEmail.png);
}

.treatment .con.add .info:before {
	background-image: url(../images/reportAdd.png);
}

.reportBtn {
	font-size: 0;
	text-align: center;
	padding: 60px 0 40px;
}

.reportBtn a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	padding: 0 52px;
	text-align: center;
	border-radius: 5px;
	margin: 0 15px;
}

.reportBtn a.btn1 {
	background: #15a33b;
}

.reportBtn a.btn2 {
	background: #f4a026;
}

/* 举报申诉 end */
/* 我要举报 start */
.reportInfo {
	background: #f9f9f9;
	padding: 30px;
}

.reportInfoCon .title {
	font-size: 18px;
	color: #000000;
	/* height: 36px; */
	line-height: 36px;
}

.reportInfoCon .info {
	font-size: 18px;
	color: #000000;
	line-height: 36px;
	/* margin-bottom: 10px; */
}

.readMust {
	text-align: center;
	font-size: 14px;
	color: #de2020;
	margin-bottom: 30px;
	margin-top: 20px;
}

.reportInfoBtn {
	font-size: 0;
	text-align: center;
	margin-bottom: 15px;
}

.reportInfoBtn a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	/* padding: 0 52px; */
	background: #15a33b;
	width: 170px;
	text-align: center;
}

/* 我要举报 end */
/* 我要申诉 start */
.messageBox {
	background: #f9f9f9;
	padding: 30px;
}
.messageBox.btn{
	display: none;
}
/* 我要申诉 end */
/* 在线留言 start */
dl.tabTitle {
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 30px;
}

dl.tabTitle dd {
	float: left;
	display: inline;
	font-size: 16px;
	color: #000000;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	margin-right: 35px;
	position: relative;
	padding-left: 18px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
}

dl.tabTitle dd:before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	background: transparent;
	border-radius: 100%;
	border: 1px solid #de2020;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}

dl.tabTitle dd.hover,
dl.tabTitle dd:hover {
	font-weight: bold;
}

dl.tabTitle dd.hover:before,
dl.tabTitle dd:hover:before {
	background: #de2020;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/* *号代表ie6.7能识别的特殊符号 zoom就是ie6.7清除浮动的方法*/
}
.infoTitle {
	font-size: 16px;
	color: #000000;
	height: 50px;
	line-height: 50px;
	position: relative;
	border-bottom: 1px solid #dddddd;
	padding-left: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}

.infoTitle:before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	border: 1px solid #de2020;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}

.must {
	width: 20px;
	text-align: right;
	line-height: 48px;
	color: #de2020;
	float: left;
	display: inline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 5px;
}

.formBox {
	margin-right: -30px;
}

.formBox .formItem {
	float: left;
	display: inline;
	margin-bottom: 25px;
}
.formBox .formItem.br{
	margin-right: 30px;
}
.formBox .formItem.one {
	width: 100%;
}

.formBox .formItem.three {
	width: 33.3333%;
}

.formBox .formItem .formC {
	margin-right: 30px;
	background: #fff;
}

.formBox .formItem .formC.none {
	background: none;
}

.formDiv {
	width: 100%;
	height: 48px;
	line-height: 48px;
}

.formDiv.textarea {
	height: 108px;
}

.formDiv.bdAll {
	border: 1px solid #e5e5e5;
}

.formDiv .imgBox {
	width: 140px;
	height: 100%;
	cursor: pointer;
}

.formDiv .imgBox img {
	width: 100%;
	height: 100%;
}

.formDiv .formInput {
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	outline: none;
	resize: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	font-size: 14px;
	color: #000000;
}

.formInput input::-webkit-input-placeholder,
.formInput textarea::-webkit-input-placeholder {
	color: #999999;
	font-size: 14px;
	text-align: left;
}

.formDiv .formInput.bt {
	padding: 0 20px 0 0;
	width: 94%;
}

.formDiv.textarea .formInput {
	padding: 20px;
}

.formUpBox {
	font-size: 0;
	text-align: left;
	margin-bottom: 20px;
	overflow: hidden;
}
.formUpBox .webuploader-pick{
	padding: 0 15px;
}
.formUpBox a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background: #838383;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
}

.formBtn {
	font-size: 0;
	text-align: left;
	margin: 20px 0;
}

.formBtn a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background: #15a33b;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	padding: 0 52px;
}

.formDiv .checkbox {
	position: relative;
	padding-left: 25px;
	padding-right: 10px;
	cursor: pointer;
	font-size: 14px;
	color: #999999;
}
.formDiv .checkbox:before{
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	border: 1px solid #999;
	position: absolute;
	top: 50%;
	left: 0%;
	margin-top: -9px;
}
.formDiv .checkbox:after{
	display: none;
	content: '';
	width: 6px;
	height: 12px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -8px;
}
.formDiv .checkbox.hover:after{
	display: block;
}
.formDiv .formInput.anonymity {
	width: 77%;
	padding-right: 10px;
}

.zpformSel {
	height: 48px;
	position: relative;
	padding-right: 38px;
}

.zpformSel .seljg {
	padding-left: 20px;
	line-height: 48px;
	color: #999999;
	font-size: 14px;
	cursor: pointer;
}

.zpformSel .selIcn {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.zpformSel .selIcn i {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.zpformSel .selIcn i:after {
	content: '';
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top: 7px solid #999999;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 100;
	margin-top: -2px;
}

.zpformSel .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dedede;
	border-top: none;
	max-height: 120px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 48px;
	background: #FFF;
	display: none;
	z-index: 100000
}

.zpformSel .selTj a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 14px;
}

.zpformSel .selTj a:hover {
	background: #15a33b;
	color: #FFF;
}

.zpformSel .selTj a.hover {
	background: #15a33b;
	color: #FFF;
}

/* 在线留言 end */
/* 右侧悬浮 start */
.fixedRightBox{
	position: fixed;
	width: 120px;
	right: 10px;
	bottom: 30px;
	z-index: 10;
	border: 1px solid #e5e5e5;
}
.fixedRightBox .ewmBox{
	height: 120px;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.fixedRightBox .ewmBox img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fixedRightBox .title{
	text-align: center;
	font-size: 14px;
	color: #333;
	padding: 10px;
	background-color: #fff;
}
.fixedRightBox .close{
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 30px;
	background-image: url('../images/close_circle.png');
	position: absolute;
	top: -40px;
	right: 0;
}
/* 右侧悬浮 end */