.screenBox {
	padding: 30px 0px 0px; overflow: hidden; font-size: 15px;
}
.screenBox_dl {
	text-align: center; font-size: 0px;
}
.screenBox_dl dt {
	padding: 0px 15px; overflow: hidden; display: inline-block;
}
.screenBox_dl dd {
	padding: 0px 15px; overflow: hidden; display: inline-block;
}
.screenBox_dl dt a {
	background: rgb(255, 255, 255); padding: 0px 25px; border-radius: 35px; transition:0.3s; color: rgb(102, 102, 102); line-height: 35px; font-size: 14px; text-decoration: none; display: block; -webkit-transition: 0.3s; -moz-transition: 0.3s;
}
.screenBox_dl dd a {
	background: rgb(255, 255, 255); padding: 0px 25px; border-radius: 35px; transition:0.3s; color: rgb(102, 102, 102); line-height: 35px; font-size: 14px; text-decoration: none; display: block; -webkit-transition: 0.3s; -moz-transition: 0.3s;
}
.screenBox_dl dt.hover a {
	background: rgb(44, 46, 146); color: rgb(255, 255, 255);
}
.bottombar dl dt a:hover {
	background: rgb(44, 46, 146); color: rgb(255, 255, 255);
}
.screenBox_dl dd.hover a {
	background: rgb(44, 46, 146); color: rgb(255, 255, 255);
}
.bottombar dl dd a:hover {
	background: rgb(44, 46, 146); color: rgb(255, 255, 255);
}
.subSearch {
	width: 40px; height: 60px; position: relative;
}
a.topLink_a {
	background: url("../images/topIcon.png") no-repeat -90px 2px; transition:0.3s linear; left: 10px; top: 50%; height: 20px; color: rgb(102, 102, 102); line-height: 20px; padding-left: 20px; margin-top: -10px; float: left; display: block; position: absolute; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear;
}
.subSearch:hover a.topLink_a {
	background: url("../images/topIcon.png") no-repeat -90px -18px; color: rgb(68, 168, 112);
}
.shopCart em {
	background: rgb(68, 168, 112); border-radius: 15px; top: -8px; width: 15px; height: 15px; text-align: center; right: -8px; color: rgb(255, 255, 255); line-height: 15px; overflow: hidden; font-size: 12px; display: block; position: absolute;
}
.user {
	background: url("../images/topIcon.png") no-repeat 2px 2px;
}
.user:hover {
	background: url("../images/topIcon.png") no-repeat 2px -20px;
}
.contact {
	background: url("../images/topIcon.png") no-repeat -90px 2px;
}
.topLink_dl dd:hover .contact {
	background: url("../images/topIcon.png") no-repeat -90px -20px;
}
.shopCart {
	background: url("../images/topIcon.png") no-repeat -182px 2px;
}
.shopCart:hover {
	background: url("../images/topIcon.png") no-repeat -182px -20px;
}
.topLink_dl dd {
	margin-left: 15px; float: left; display: inline; position: relative;
}
.topLinkDiv {
	top: 40px; right: -10px; overflow: hidden; padding-top: 30px; display: none; position: absolute;
}
.topSearch {
	background: rgb(255, 255, 255); padding: 5px; border-radius: 3px; border: 1px solid rgb(221, 221, 221); border-image: none; width: 207px; overflow: hidden; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
}
.topSearch input {
	background: none; padding: 0px 5px; border-radius: 3px; border: 1px solid rgb(221, 221, 221); border-image: none; width: 150px; height: 24px; color: rgb(102, 102, 102); line-height: 24px; overflow: hidden; font-size: 12px; float: left; display: block; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
}
.topSearch a {
	background: rgb(43, 46, 149); border-radius: 3px; width: 40px; height: 26px; text-align: center; color: rgb(255, 255, 255) !important; line-height: 26px; overflow: hidden; font-size: 12px; margin-left: 5px; float: left; display: block; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
}
.trangleUp {
	background: url("../images/trangleUp2.png") no-repeat center; top: 23px; width: 14px; height: 8px; right: 19px; overflow: hidden; display: block; position: absolute;
}
.subPageC {
	padding: 0px 30px;
}
.singleArticle {
	margin-bottom: 20px; position: relative; background-color: rgb(255, 255, 255);
}
.articleBox {
	padding: 10px 40px; color: rgb(102, 102, 102); line-height: 36px; font-size: 14px;
}
.articleBox img {
	max-width: 100%;
}
.articleTitle {
	padding: 20px 10px 0px; text-align: center; color: rgb(51, 51, 51); line-height: 35px; clear: both; font-family: "microsoft yahei"; font-size: 28px;
}
.articleTime {
	padding: 10px 0px 20px; text-align: center; color: rgb(153, 153, 153); line-height: 47px; clear: both; font-size: 14px; border-bottom-color: rgb(240, 240, 240); border-bottom-width: 1px; border-bottom-style: solid; display: block;
}
.articleTime span {
	color: rgb(153, 153, 153);
}
.article_fz {
	display: inline-block; position: relative; cursor: pointer;
}
.article_fzNum {
	display: inline;
}
.article_fzBox {
	transform-origin: center top; transition:0.3s linear; left: 0px; top: 36px; width: 100%; overflow: hidden; position: absolute; z-index: 9999; opacity: 0; transform: rotateX(90deg); -webkit-transform: rotateX(90deg); -webkit-transform-origin: center top; -webkit-transition: all 0.3s linear;
}
.article_fz:hover .article_fzBox {
	opacity: 1; transform: rotateX(0deg); -webkit-transform: rotateX(0deg);
}
.article_fzBox span {
	background: rgb(245, 245, 245); height: 20px; text-align: center; color: rgb(102, 102, 102); line-height: 20px; font-size: 14px; display: block; cursor: pointer;
}
.article_fzBox span:hover {
	background: rgb(173, 18, 20); color: rgb(255, 255, 255);
}
.article_fzBox span.hover {
	background: rgb(173, 18, 20); color: rgb(255, 255, 255);
}
.pageUp {
	padding: 10px 0px 20px; color: rgb(51, 51, 51); line-height: 30px; font-size: 14px; border-top-color: rgb(204, 204, 204); border-top-width: 1px; border-top-style: dotted; display: block;
}
.pageUp a:hover {
	color: rgb(43, 46, 149);
}
.share {
	padding: 10px 0px; clear: both; display: block;
}
.articlePage {
	height: 30px; text-align: center; clear: both; font-family: Arial;
}
.articlePage a {
	background: rgb(204, 204, 204); margin: 0px 1px; padding: 5px 10px;
}
.articlePage a:hover {
	background: rgb(30, 141, 220); color: rgb(255, 255, 255);
}
.articlePage a.hover {
	background: rgb(30, 141, 220); color: rgb(255, 255, 255);
}
#play {
	background: rgb(255, 255, 255); margin: 20px auto 0px; padding: 5px; border: 1px solid rgb(233, 233, 233); border-image: none; width: 600px; height: 400px; overflow: hidden; position: relative;
}
#play .change_a {
	background: url("about:blank"); top: 0px; width: 40%; height: 100%; overflow: hidden; display: block; position: absolute; z-index: 1; cursor: pointer;
}
#play .prev_a {
	left: 0px;
}
#play .next_a {
	right: 0px;
}
#play .change_a span {
	top: 50%; width: 24px; height: 43px; margin-top: -21px; display: none; position: absolute;
}
#play .prev_a span {
	background: url("../images/file/article_icon.png") no-repeat 0px -50px; left: 0px;
}
#play .next_a span {
	background: url("../images/file/article_icon.png") no-repeat -30px -50px; right: 0px;
}
#play .img_ul {
	width: 600px; height: 400px; position: relative; z-index: 1;
}
#play .img_ul li {
	background: rgb(255, 255, 255); margin: 0px 0px 5px; width: 600px; height: 400px; position: relative; z-index: 1;
}
#play .img_ul li img {
	position: absolute;
}
.imgMove {
	margin: 20px auto; width: 600px; clear: both; position: relative;
}
.img_hd {
	margin: 0px auto; height: 60px; overflow: hidden; position: relative;
}
.img_hd ul {
	position: absolute; z-index: 1;
}
.img_hd ul li {
	background: rgb(255, 255, 255); margin: 0px 7px; padding: 3px; border: 1px solid rgb(212, 212, 212); border-image: none; width: 70px; height: 47px; float: left; position: relative; cursor: pointer;
}
.img_hd ul li p {
	background: rgb(255, 255, 255); width: 70px; height: 47px; display: block; position: relative;
}
.img_hd ul li i {
	background: rgb(0, 0, 0); padding: 0px 5px; right: 3px; bottom: 3px; color: rgb(255, 255, 255); line-height: 20px; clear: both; font-family: Arial; font-size: 12px; font-style: normal; display: block; position: absolute; z-index: 2147483647; opacity: 0.5; -moz-opacity: 0.5;
}
.img_hd ul li img {
	width: 70px; height: 47px; position: absolute;
}
.img_hd ul li.on {
	background: rgb(30, 141, 220); border: 1px solid rgb(30, 141, 220); border-image: none;
}
.imgMove .bottom_a {
	background: url("../images/file/article_icon.png") no-repeat; top: 15px; width: 20px; height: 25px; float: left; display: block; position: absolute; z-index: 2147483647; cursor: pointer;
}
.imgMove .prev_a {
	background-position: left top; left: 0px;
}
.imgMove .next_a {
	background-position: right top; right: 0px;
}
.articleHand {
	padding: 10px 0px 20px; overflow: hidden; clear: both; font-size: 16px;
}
.articleHand a {
	background: url("../images/file/file.png") no-repeat left; padding: 0px 20px 10px 30px; line-height: 32px; float: left; display: block;
}
.articleHand a.word {
	background: url("../images/file/word.png") no-repeat left 3px; color: rgb(55, 166, 255) !important;
}
.articleHand a.ppt {
	background: url("../images/file/ppt.png") no-repeat left; color: rgb(255, 119, 53) !important;
}
.articleHand a.excel {
	background: url("../images/file/excel.png") no-repeat left; color: rgb(21, 191, 68) !important;
}
.articleHand a.pdf {
	background: url("../images/file/pdf.png") no-repeat left; color: rgb(19, 105, 192) !important;
}
.articleHand a.zip {
	background: url("../images/file/zip.png") no-repeat left 3px; color: rgb(255, 151, 121) !important;
}
.shareBox {
	overflow: hidden; vertical-align: top; display: inline-block;
}
.shareBoxL {
	float: left;
}
.shareBoxL span {
	line-height: 47px; float: left; display: block;
}
.bdsharebuttonbox {
	padding: 6px 0px 0px 10px; float: left;
}
.bdsharebuttonbox a {
	border-radius: 50%;
}
.bdsharebuttonbox .bds_more {
	background: url("../images/images/wb_00.png") no-repeat 0px !important; height: 25px;
}
.bdsharebuttonbox .bds_tsina {
	background: url("../images/images/wb_03.png") no-repeat 0px !important; height: 25px;
}
.bdsharebuttonbox .bds_qzone {
	background: url("../images/images/kj_03.png") no-repeat 0px !important; height: 25px;
}
.bdsharebuttonbox .bds_douban {
	background: url("../images/images/dd_03.png") no-repeat 0px !important; height: 25px;
}
.bdsharebuttonbox .bds_sqq {
	background: url("../images/images/qq_03.png") no-repeat 0px !important; height: 25px;
}
.bdsharebuttonbox .bds_weixin {
	background: url("../images/images/wx_03.png") no-repeat 0px !important; height: 25px;
}
.shareBoxR {
	padding: 0px 20px 0px 0px; color: rgb(0, 0, 0); line-height: 40px; font-size: 14px; float: right;
}
.searchBox {
	text-align: center; font-size: 0px;
}
.searchBox .center {
	display: inline-block;
}
.selecL {
	background: rgb(255, 255, 255); margin: 0px 5px; border-radius: 3px; padding-left: 15px; box-shadow: 0px 2px 5px rgba(0,0,0,0.05); -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
}
.selecLTit {
	color: rgb(51, 51, 51); line-height: 50px; font-size: 14px;
}
.searchSel {
	border-radius: 0px 3px 3px 0px; width: 120px; height: 50px; padding-right: 30px; position: relative;
}
.searchSel .seljg {
	color: rgb(204, 204, 204); line-height: 50px; padding-left: 10px; font-size: 14px; cursor: pointer;
}
.searchSel i {
	background: url("../images/trangleBig.png") no-repeat center; top: 0px; width: 50px; height: 50px; right: 0px; display: block; position: absolute; cursor: pointer;
}
.searchSel .selTj {
	background: rgb(255, 255, 255); border-radius: 0px 3px 3px; left: 0px; top: 50px; width: 100%; overflow: hidden; border-top-color: currentColor; border-top-width: medium; border-top-style: none; display: none; position: absolute; -ms-overflow-y: auto; max-height: 240px; box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}
.searchSel .selTj a {
	height: 35px; color: rgb(102, 102, 102); line-height: 35px; padding-right: 22px; padding-left: 10px; font-size: 14px; margin-bottom: 1px; display: block;
}
.searchSel .selTj a:hover {
	background: rgb(248, 248, 248); color: rgb(255, 120, 0);
}
.searchSel .selTj a.hover {
	background: rgb(248, 248, 248); color: rgb(255, 120, 0);
}
.searcBody {
	background: rgb(255, 255, 255); margin: 0px 5px; border-radius: 3px; overflow: hidden; box-shadow: 0px 2px 5px rgba(0,0,0,0.05); -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
}
.searchInp {
	background: rgb(255, 255, 255); padding: 0px 10px; border: currentColor; border-image: none; width: 380px; height: 50px; color: rgb(204, 204, 204); line-height: 50px; overflow: hidden; font-size: 14px; display: block;
}
.searchBt {
	background: url("../images/searchBig.png") no-repeat center rgb(44, 46, 146); width: 80px; height: 50px; overflow: hidden; display: block;
}
.imgList {
	padding: 0px 30px;
}
.imgList1 {
	overflow: hidden; margin-right: -20px;
}
.imgList1 dd {
	width: 33.33%; overflow: hidden; margin-bottom: 20px; float: left; display: inline;
}
.imgList1 dd a {
	padding: 10px; display: block;
}
.imgList1 dd .con {
	background: rgb(255, 255, 255); overflow: hidden; margin-right: 20px;
}
.imgList1 dd .pic {
	position: relative;
}
.imgList1 dd .pic::before {
	padding-top: 66.41%; display: block; content: "";
}
.imgList1 dd .pic img {
	left: 0px; top: 0px; width: 100%; height: 100%; display: block; position: absolute;
}
.imgList1 dd .text {
	padding: 20px 0px; height: 20px; text-align: center; color: rgb(51, 51, 51); line-height: 20px; overflow: hidden; font-size: 16px;
}
.imgList1 dd:hover .text {
	color: rgb(0, 90, 171);
}
.textImg1 {
	background: rgb(255, 255, 255); padding: 0px 30px; position: relative; z-index: 9;
}
.textImg1 dd {
	padding: 30px 0px; transition:0.3s; overflow: hidden; clear: both; position: relative; z-index: 3; -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s;
}
.textImg1 dd + dd {
	border-top-color: rgb(230, 230, 230); border-top-width: 1px; border-top-style: solid;
}
.textImg1 dd .wrap {
	position: relative; z-index: 3;
}
.textImg1 dd .picture {
	margin: 0px 20px 0px 0px; width: 250px; overflow: hidden; float: left; display: block; position: relative;
}
.textImg1 dd .pic::before {
	padding-top: 64%; display: block; content: "";
}
.textImg1 dd .listData {
	padding-top: 10px;
}
.textImg1 dd .picture img {
	transition:0.3s; left: 0px; top: 0px; width: 100%; height: 100%; display: block; position: absolute; z-index: 2; transform: scale(1); -webkit-transition: 0.3s; -moz-transition: 0.3s;
}
.textImg1 dd .picture .jqthumb {
	transition:0.4s;
}
.textImg1 dd:hover .jqthumb {
	transform: scale(1.05);
}
.textImg1 h3 {
	color: rgb(25, 25, 25); overflow: hidden; font-size: 18px; font-weight: normal; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.textImg1 .listInfo {
	margin: 15px 0px; height: 74px; color: rgb(132, 132, 132); line-height: 26px; overflow: hidden; font-size: 14px; -ms-text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
}
.textImg1 dd:hover .picture img {
	transform: scale(1.05);
}
.textImg1 dd:hover h3 a {
	color: rgb(43, 46, 149);
}
.textImg1 dd h6 {
	background: url("../images/date.png") no-repeat left; padding: 0px 0px 0px 26px; overflow: hidden; font-weight: normal; float: left;
}
.textImg1 dd h6 span {
	background: url("../images/read.png") no-repeat left; margin: 0px 0px 0px 20px; padding: 0px 0px 0px 26px;
}
.downList1 {
	padding: 0px 20px;
}
.downList2 dd {
	height: 72px; overflow: hidden; clear: both; border-bottom-color: rgb(219, 219, 219); border-bottom-width: 1px; border-bottom-style: dotted;
}
.downList2 dd span {
	background-position: right; height: 72px; color: rgb(102, 102, 102); line-height: 72px; font-size: 15px; float: right; display: inline; background-image: url("../images/icon18.png"); background-repeat: no-repeat;
}
.downList2 dd .listTit {
	height: 72px; color: rgb(102, 102, 102); line-height: 72px; overflow: hidden; padding-right: 15px; font-size: 16px; display: block; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.downList2 dd .listTit:hover {
	color: rgb(0, 116, 195);
}
.downList2 .downBtn {
	background: url("../images/downIco.png") no-repeat center; width: 25px; height: 72px; float: right; display: inline; cursor: pointer;
}
.downList2 .downBtn a {
	height: 100%; display: block;
}
.downList2 .downBtn:hover {
	background-image: url("../images/downIco_h.png");
}
.textList1 {
	padding-bottom: 30px;
}
.textList2 {
	padding: 0px 30px; overflow: hidden; background-color: rgb(255, 255, 255);
}
.textList2 dd {
	overflow: hidden; border-bottom-color: rgb(230, 230, 230); border-bottom-width: 1px; border-bottom-style: solid;
}
.textList2 dd .text .title a {
	height: 28px; color: rgb(51, 51, 51); line-height: 28px; overflow: hidden; font-size: 20px; font-weight: 600;
}
.textList2 dd .text .title {
	padding-top: 30px;
}
.textList2 dd .time {
	padding: 15px 0px 10px; height: 28px; overflow: hidden;
}
.textList2 dd .time span {
	height: 28px; color: rgb(153, 153, 153); line-height: 28px; overflow: hidden; font-size: 14px;
}
.textList2 dd .textC {
	height: 56px; color: rgb(102, 102, 102); line-height: 30px; overflow: hidden; padding-bottom: 20px; font-size: 14px;
}
.textList2 dd:hover a {
	color: rgb(54, 70, 138);
}
.jobInfo {
	padding: 10px 0px 0px; line-height: 26px; overflow: hidden; clear: both; font-size: 14px;
}
.jobTitle {
	color: rgb(51, 51, 51); line-height: 30px; padding-bottom: 10px; font-size: 17px; margin-top: 50px; border-bottom-color: rgb(231, 231, 231); border-bottom-width: 1px; border-bottom-style: solid;
}
.jobTitle i {
	background: rgb(102, 102, 102); top: 5px; width: 3px; height: 20px; font-style: normal; margin-right: 10px; float: left; display: block; position: relative;
}
.jobBt {
	background: rgb(6, 143, 230); margin: 0px auto; border-radius: 3px; transition:0.3s; width: 180px; height: 50px; text-align: center; color: rgb(255, 255, 255) !important; line-height: 50px; clear: both; font-size: 18px; display: block; -webkit-transition: 0.3s; -moz-transition: 0.3s;
}
.jobBt:hover {
	background: rgb(43, 46, 149);
}
.jobField {
	line-height: 36px; overflow: hidden; clear: both; font-size: 14px;
}
.jobField dd {
	width: 33%; float: left;
}
.jobName {
	text-align: center; padding-bottom: 50px; clear: both; font-size: 24px; font-weight: bold;
}
.ruirecView1 {
	padding: 0px 20px 50px;
}
.jobTime {
	padding: 0px 0px 10px; color: rgb(153, 153, 153); line-height: 30px; font-size: 14px; border-bottom-color: rgb(231, 231, 231); border-bottom-width: 1px; border-bottom-style: solid;
}
.subPopBox {
	background: rgba(0, 0, 0, 0.65); left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; display: none; position: fixed; z-index: 999999;
}
.subPopCont {
	background: rgb(255, 255, 255); border-radius: 3px; border: 10px solid rgb(255, 255, 255); border-image: none; left: 50%; top: 50%; width: 790px; height: 665px; margin-top: -350px; margin-left: -395px; position: relative; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
}
.joinForm {
	padding: 20px 40px; overflow: hidden;
}
.joinFormTit {
	text-align: center; color: rgb(51, 51, 51); overflow: hidden; font-size: 24px; display: block;
}
.joinForm_dl {
	overflow: hidden;
}
.joinForm_dl dd {
	height: 42px; padding-left: 70px; margin-bottom: 10px; position: relative;
}
.joinFormName {
	left: 0px; top: 0px; width: 70px; height: 32px; text-align: right; color: rgb(68, 68, 68); line-height: 32px; overflow: hidden; font-size: 12px; display: block; position: absolute;
}
.joinFormName i {
	color: rgb(204, 0, 0); padding-right: 3px; font-style: normal;
}
.joinFormInp {
	padding: 0px 5px; border-radius: 3px; border: 1px solid rgb(221, 221, 221); border-image: none; width: 203px; height: 30px; color: rgb(102, 102, 102); line-height: 30px; overflow: hidden; font-family: "microsoft yahei"; font-size: 12px; display: block; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
}
.joinForm_dl select {
	padding: 0px 5px; border-radius: 3px; border: 1px solid rgb(221, 221, 221); border-image: none; width: 214px; height: 30px; color: rgb(102, 102, 102); line-height: 30px; overflow: hidden; font-family: "microsoft yahei"; font-size: 12px; display: block; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-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;
}
[disabled='disabled'].joinFormInp {
	background: rgb(255, 255, 255);
}
.joinForm_dl dt {
	overflow: hidden; padding-left: 70px; margin-bottom: 10px; position: relative;
}
.joinForm_dl dt textarea {
	padding: 5px 10px; border: 1px solid rgb(221, 221, 221); border-image: none; width: 580px; height: 140px; color: rgb(102, 102, 102); line-height: 20px; font-size: 12px; -ms-overflow-x: hidden; -ms-overflow-y: auto;
}
.joinFile {
	background: rgb(83, 83, 83); width: 110px; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; overflow: hidden; font-size: 14px; display: block;
}
input.w_100 {
	width: 100px;
}
.joinCode {
	height: 32px; line-height: 32px; overflow: hidden; margin-left: 10px;
}
.joinCode img {
	height: 32px; float: left; display: block;
}
.joinCode i {
	height: 32px; color: rgb(102, 102, 102); overflow: hidden; padding-left: 10px; float: left; display: block;
}
.joinCode i:hover {
	color: rgb(215, 1, 18);
}
.closeSubPop {
	background: url("../images/closeVideoPop.png") no-repeat center; top: 10px; width: 30px; height: 28px; right: 10px; overflow: hidden; position: absolute;
}
.bbsBt {
	background: rgb(231, 90, 25); margin: 0px auto; width: 90px; height: 40px; text-align: center; color: rgb(255, 255, 255) !important; line-height: 40px; overflow: hidden; font-size: 14px; display: block;
}
#picker {
	background: rgb(0, 183, 238); padding: 6px 15px; border-radius: 2px; text-align: center; color: rgb(255, 255, 255); overflow: hidden; font-family: "microsoft yahei"; display: inline-block; position: relative; cursor: pointer;
}
.ruirectList1 {
	padding: 0px 20px 25px;
}
.recruitSlideBox {
	overflow: hidden;
}
.recruitTitle {
	padding-left: 30px;
}
.recruit1 {
	position: relative;
}
.recruitTitle dd {
	padding: 35px 0px 15px; width: 110px; height: 28px; color: rgb(51, 51, 51); line-height: 28px; font-size: 16px; font-weight: bold; float: left; display: inline;
}
.recruitTitle dd + dd {
	text-align: center; margin-left: 130px;
}
.recruitList {
	overflow: hidden;
}
.recruitList dd {
	overflow: hidden; margin-bottom: 20px;
}
.recruitList dd .recruitT {
	background: rgb(245, 245, 245); padding: 0px 0px 0px 30px; transition:0.3s; height: 60px; color: rgb(101, 101, 101); line-height: 60px; overflow: hidden; -webkit-transition: all .3s;
}
.recruitList dd .recruitT .text {
	background: none; width: 110px; overflow: hidden; font-size: 16px; margin-right: 130px; float: left; display: inline;
}
.recruitList dd .recruitT .text + .text {
	text-align: center;
}
.recruitList dd .recruitT .btn {
	background: url("../images/zpShow.png") no-repeat center; width: 110px; height: 60px; color: rgb(43, 46, 149); font-size: 16px; float: right; display: inline;
}
.recruitList dd .recruitT .btn a {
	color: rgb(102, 102, 102); display: block;
}
.recruitList dd .recruitC {
	background: rgb(255, 255, 255); padding: 20px; color: rgb(136, 136, 136); line-height: 30px; overflow: hidden; font-size: 14px; display: none;
}
.recruitList dd .recruitC strong {
	color: rgb(51, 51, 51);
}
.recruitTable {
	padding: 0px; color: rgb(85, 85, 85); font-size: 14px; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid;
}
.recruitTable table {
	border: currentColor; border-image: none;
}
.recruitTable table tr {
	border: currentColor; border-image: none; height: 50px;
}
.recruitTable table tr td {
	border: currentColor; border-image: none;
}
.recruitTable table b {
	margin-right: 20px;
}
.recruitBtn {
	overflow: hidden; padding-top: 20px;
}
.recruitBtn a {
	background: rgb(203, 2, 2); padding: 0px 40px; border-radius: 3px; border: 1px solid rgb(203, 2, 2); transition:0.3s; border-image: none; height: 50px; color: rgb(255, 255, 255); line-height: 50px; overflow: hidden; font-size: 16px; float: left; display: inline; -webkit-transition: all .3s;
}
.recruitBtn a:hover {
	opacity: 0.9;
}
.recruitBtn a.btn2 {
	background: none; color: rgb(203, 2, 2); margin-left: 15px;
}
.recruitList dd .recruitT .btn:hover {
	background: url("../images/zpShowh.png") no-repeat center;
}
.recruitList dd .recruitT .btn:hover a {
	color: rgb(0, 116, 195);
}
.recruitList dd.active .recruitT {
	background: rgb(203, 2, 2); color: rgb(255, 255, 255);
}
.recruitList dd.active .recruitT .btn {
	background: url("../images/zpHide.png") no-repeat center;
}
.fromBox {
	overflow: hidden;
}
.fromTip {
	color: rgb(153, 153, 153); overflow: hidden; font-size: 14px;
}
.fromTip em {
	color: rgb(204, 51, 51); padding-right: 5px;
}
.form1 {
	clear: both;
}
.form1 dd {
	padding: 15px 0px; clear: both;
}
.form1L {
	padding: 0px 5px 0px 0px; width: 115px; height: 40px; text-align: right; color: rgb(102, 102, 102); line-height: 40px; font-size: 14px; vertical-align: top; float: left;
}
.form1L em {
	padding: 5px 5px 0px 0px; color: rgb(204, 0, 0); font-style: normal;
}
.form1Input {
	background: rgb(255, 255, 255); padding: 5px; border-radius: 1px; border: 1px solid rgb(235, 235, 235); border-image: none; width: 290px; height: 28px; color: rgb(136, 136, 136); line-height: 28px; font-size: 14px; position: relative; -ms-zoom: 1;
}
[readonly='readonly'].form1Input {
	background: rgb(250, 250, 250); color: rgb(102, 102, 102);
}
.form1Input.w400 {
	width: 400px;
}
.form1Input.w200 {
	width: 200px;
}
.form1Input.w100 {
	width: 100px;
}
.codeSrc {
	margin: 0px 0px 0px 10px; height: 40px; cursor: pointer;
}
.form1Textarea1 {
	background: rgb(255, 255, 255); padding: 5px; border: 1px solid rgb(235, 235, 235); border-image: none; width: 400px; height: 80px; line-height: 20px; position: relative; -ms-zoom: 1; resize: none;
}
.form1Textarea1.w600 {
	width: 600px; height: 200px;
}
.form1Textarea1.w700 {
	width: 700px; height: 200px;
}
.form1R {
	float: left;
}
.form1Bt {
	padding: 15px 0px 20px 120px; overflow: hidden;
}
.form1Bt a {
	background: rgb(6, 143, 230); padding: 0px 5px; border-radius: 2px; transition:0.3s; width: 110px; height: 40px; text-align: center; color: rgb(255, 255, 255) !important; line-height: 40px; font-size: 14px; float: left; display: block; -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s;
}
.form1Bt a:hover {
	opacity: 0.8;
}
.msgTitle {
	padding: 0px 0px 10px; color: rgb(0, 0, 0); clear: both; font-size: 16px; font-weight: bold; border-bottom-color: rgb(213, 213, 213); border-bottom-width: 2px; border-bottom-style: solid;
}
.msgList {
	padding: 30px 0px 0px; overflow: hidden; clear: both; font-size: 14px;
}
.msgList dd {
	padding: 15px 0px; overflow: hidden; clear: both; position: relative;
}
.msgTitle {
	line-height: 30px; clear: both;
}
.msgTitle span {
	padding: 0px 0px 0px 30px;
}
.msgInfo {
	line-height: 30px; clear: both;
}
.msgReply {
	line-height: 30px; clear: both; margin-top: 10px; border-top-color: rgb(213, 213, 213); border-top-width: 1px; border-top-style: dotted;
}
.msgName {
	padding: 10px 0px 0px; left: 10px; top: 10px; width: 100px; position: absolute;
}
.msgName strong {
	clear: both; font-size: 14px; display: block;
}
.msgName span {
	padding: 5px 0px 0px; line-height: 20px; display: block;
}
.msgList_r {
	background: rgb(255, 255, 255); margin: 0px 0px 0px 100px; padding: 15px; border-radius: 5px; border: 1px solid rgb(213, 213, 213); border-image: none; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.msgList_jt {
	background: url("../images/jiantou.jpg") no-repeat; left: -11px; top: 20px; width: 11px; height: 18px; position: absolute;
}
.information {
	overflow: hidden;
}
.contact {
	padding: 20px 20px 15px; background-color: rgb(255, 255, 255);
}
.contactFL {
	width: 400px; padding-bottom: 37px;
}
.contactFR {
	width: 400px; padding-bottom: 37px;
}
.contactFL dt {
	padding: 10px 0px; color: rgb(51, 51, 51); line-height: 40px; font-size: 16px;
}
.contactFL dd {
	color: rgb(102, 102, 102); line-height: 33px; font-size: 14px; margin-right: 57px; float: left; display: inline;
}
.contactFR dt {
	padding: 10px 0px; color: rgb(51, 51, 51); line-height: 40px; font-size: 16px;
}
.contactFR dd {
	color: rgb(102, 102, 102); line-height: 33px; font-size: 14px; margin-right: 57px; float: left; display: inline;
}
.map {
	height: 465px; margin-bottom: 15px; background-color: rgb(245, 245, 245);
}
.information h3 {
	height: 45px; color: rgb(0, 116, 195); line-height: 45px; overflow: hidden; font-size: 26px; margin-bottom: 5px;
}
.information span {
	line-height: 30px; font-size: 16px; display: block;
}
.telent {
	background: rgb(255, 255, 255);
}
.telent .telentTit {
	padding: 47px 0px; text-align: center;
}
.telent1 {
	position: relative;
}
.telent .telentTit span {
	color: rgb(51, 51, 51); line-height: 40px; font-size: 30px; font-weight: bold; display: block;
}
.telent .telentText {
	top: 205px; width: 742px; right: 0px; position: absolute;
}
.telent .telentText span {
	color: rgb(153, 153, 153); line-height: 30px; font-size: 14px;
}
.recruit {
	background: url("../images/bac1.png") no-repeat center; height: 754px; overflow: hidden; position: relative;
}
.recruit .recruitTit {
	padding: 98px 0px 65px; text-align: center;
}
.recruit .recruitTit span {
	color: rgb(255, 255, 255); line-height: 40px; font-size: 30px; font-weight: bold; display: block;
}
.recruitDdTit {
	text-align: center; border-bottom-color: rgb(230, 230, 230); border-bottom-width: 1px; border-bottom-style: solid;
}
.recruitDdTit span {
	color: rgb(51, 51, 51); line-height: 40px; font-size: 18px; font-weight: bold;
}
.recruitDdText span {
	text-align: left; color: rgb(102, 102, 102); line-height: 30px; font-size: 14px; display: block;
}
.recruitDdText1 {
	height: 325px; overflow: hidden; clear: both; display: block;
}
.recruitD1 {
	background: rgb(255, 255, 255); margin: 0px 10px; overflow: hidden;
}
.recruit1 .swiper-container {
	width: 1220px !important; margin-left: -10px;
}
.recruitDdText {
	padding: 10px 20px; height: 345px; overflow: hidden;
}
.swiper-button-next {
	background: url("../images/right4.png") no-repeat right; top: 380px; width: 18px; height: 31px; right: -25px; position: absolute; cursor: pointer;
}
.swiper-button-prev {
	background: url("../images/left2.png") no-repeat left; left: -30px; top: 380px; width: 18px; height: 31px; position: absolute; cursor: pointer;
}
.zbBox {
	padding-top: 80px;
}
.contactT {
	overflow: hidden; margin-right: -30px;
}
.contactT dl {
	overflow: hidden;
}
.contactT dd .con {
	background: rgb(255, 255, 255); margin: 0px 30px 20px 0px; border-radius: 8px; overflow: hidden; padding-top: 42px;
}
.contactT dl dd {
	width: 33.33%; float: left; display: inline;
}
.contactT dl a {
	width: 100%; height: 100%; display: block;
}
.contactT dl dd .contactTit {
	text-align: center; padding-bottom: 30px; position: relative;
}
.contactT dl dd .contactTit span {
	left: 40%; top: 11%; height: 21px; color: rgb(255, 255, 255); overflow: hidden; font-size: 16px; position: absolute;
}
.contactText1 span {
	height: 30px; color: rgb(102, 102, 102); line-height: 30px; overflow: hidden; font-size: 16px; display: block;
}
.contactT dl dd .con .contactText1 {
	padding-bottom: 25px; padding-left: 30px;
}
.contactT dl dd .con .contactBom {
	padding-bottom: 35px; padding-left: 30px;
}
.contactT dl dd .con .contactBom span {
	color: rgb(153, 153, 153); font-size: 15px;
}
.engineer1 .engineerTit {
	padding: 98px 0px 65px; text-align: center;
}
.engineer .engineerTit span {
	color: rgb(51, 51, 51); line-height: 40px; font-size: 30px; font-weight: bold; display: block;
}
.businessImg {
	padding: 95px 240px 135px 0px;
}
.businessList {
	background: rgb(255, 255, 255); overflow: hidden;
}
.businessList1 {
	padding: 95px 0px;
}
.businessTit {
	width: 400px; margin-right: 50px;
}
.businessTit .title {
	color: rgb(43, 46, 149); font-size: 18px;
}
.businessTit .title2 {
	color: rgb(239, 239, 239); text-transform: uppercase; padding-top: 10px; font-size: 66px;
}
.businessTit .title3 {
	color: rgb(102, 102, 102); text-transform: uppercase; padding-top: 10px; font-size: 20px;
}
.businessText .businessTextT {
	height: 100%; overflow: hidden; padding-bottom: 20px;
}
.businessText {
	overflow: hidden;
}
.businessText .businessTextT span {
	color: rgb(102, 102, 102); line-height: 30px; font-size: 14px;
}
.businessText1 dl {
	overflow: hidden;
}
.businessText1 dl dd {
	width: 115px; height: 75px; margin-right: 20px; float: left; display: inline; position: relative;
}
.businessText1 dl dd span {
	color: rgb(51, 51, 51); line-height: 24px; font-size: 14px; display: block;
}
.businessText1 dl dd::before {
	background: rgb(204, 204, 204); top: 20px; width: 1px; height: 20px; right: 0px; display: block; position: absolute; content: "";
}
.businessText1 dl dd:last-child::before {
	height: 0px; content: "";
}
.businessText1 .businessText1dl .TextC {
	color: rgb(215, 0, 15); line-height: 24px; font-size: 24px;
}
.engineerImg .imgText1 {
	overflow: hidden; margin-right: -20px;
}
.engineerImg .imgText1 dd {
	width: 33.33%; overflow: hidden; margin-bottom: 30px; float: left; display: inline; position: relative;
}
.moreT {
	text-align: center; padding-bottom: 50px;
}
.moreT a {
	height: 100%; display: block; weight: 100%;
}
.engineer1 dl dd .engineertext {
	left: 0px; width: 95.1%; height: 0px; bottom: 0px; color: rgb(255, 255, 255); overflow: hidden; font-size: 12px; position: absolute; cursor: pointer; background-color: rgb(45, 47, 148);
}
.engineer1 dl dd .engineertext .engineertext1 {
	padding: 25px 0px 5px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; clear: both; font-size: 18px; display: block;
}
.engineer1 dl dd .engineertext .engineertext2 {
	color: rgb(229, 229, 229); line-height: 30px; font-size: 14px; display: block;
}
.engineer1 dl dd .engineertext a {
	height: 100%; padding-top: 27px; position: relative;
}
.engineer1 dl dd .engineertext a img {
	left: 155px; top: 35px; position: absolute;
}
.engineer1 dl dd .engineertext a span {
	padding: 15px 20px 15px 45px; border: 1px solid rgb(255, 255, 255); border-image: none; color: rgb(255, 255, 255); line-height: 30px; overflow: hidden; font-size: 14px;
}
.engineerImg .imgText1 dd .con {
	background: rgb(255, 255, 255); overflow: hidden; margin-right: 20px;
}
.engineerImg .imgText1 dd .pic {
	width: 100%; overflow: hidden; position: relative;
}
.engineerImg .imgText1 dd .pic::before {
	padding-top: 58.29%; display: block; content: "";
}
.engineerImg .imgText1 dd .pic img {
	left: 0px; top: 0px; width: 100%; height: 100%; display: block; position: absolute;
}
.engineerImg .imgText1 dd a {
	display: block;
}
.engineerImg .imgText1 dd .title {
	padding: 15px 0px 6px; height: 30px; color: rgb(51, 51, 51); line-height: 35px; overflow: hidden; font-size: 18px;
}
.engineerImg .imgText1 dd:hover .title {
	color: rgb(45, 47, 148);
}
.engineerImg .imgText1 dd .text span {
	color: rgb(133, 133, 133); line-height: 30px; overflow: hidden; padding-bottom: 24px; font-size: 14px; display: block;
}
.engineerImg .imgText1 .imgTextC {
	text-align: center;
}
.column1 {
	background: rgb(255, 255, 255); min-height: 576px;
}
.columnTitle {
	text-align: center; padding-top: 77px;
}
.equipment {
	position: relative;
}
.columnTitle .TitleT1 {
	color: rgb(51, 51, 51); line-height: 24px; padding-bottom: 10px; font-size: 30px; display: block;
}
.columnTitle .TitleT2 {
	color: rgb(204, 204, 204); line-height: 24px; font-size: 18px; display: block;
}
.columnTitle.ftBai .TitleT1 {
	color: rgb(255, 255, 255);
}
.columnTitle.ftBai .TitleT2 {
	color: rgba(255, 255, 255, 0.7);
}
.column1 .column1Text {
	text-align: center; padding-top: 35px;
}
.column1 .column1Text span {
	color: rgb(102, 102, 102); line-height: 30px; font-size: 14px; display: block;
}
.column1 .column1Mess {
	text-align: center; padding-top: 30px;
}
.column1 .column1Mess dl {
	overflow: hidden; padding-left: 24.96%;
}
.column1 .column1Mess dl dd {
	padding-right: 140px; float: left; display: inline;
}
.column1 .column1Mess dl dd .MessT1 {
	margin: 0px auto; height: 72px; color: rgb(43, 46, 149); line-height: 56px; font-size: 35px; display: block;
}
.column1 .column1Mess dl dd span {
	position: relative;
}
.column1 .column1Mess dl dd .MessT1::before {
	left: 50%; width: 25px; height: 2px; bottom: 0px; margin-left: -12.5px; display: block; position: absolute; content: ""; background-color: rgb(230, 189, 0);
}
.column1 .column1Mess dl dd .MessT2 {
	color: rgb(153, 153, 153); line-height: 30px; padding-top: 18px; font-size: 14px; display: block;
}
.MessT1 i {
	color: rgb(153, 153, 153) !important; line-height: 56px; padding-left: 15px; font-size: 14px !important; font-style: normal !important;
}
.column1 .column1Mess dl dd img {
	margin: 0px auto; padding-bottom: 20px; display: block;
}
.columnBom {
	text-align: center;
}
.columnBom a {
	margin: 0px auto; width: 40px; height: 40px; text-align: center; overflow: hidden; display: block;
}
.column1 .columnBom a {
	padding-top: 60px;
}
#column2Container {
	height: 724px;
}
.column2 {
	background: url("../test/column2banner_02.jpg") no-repeat center; height: 820px; overflow: hidden; position: relative;
}
.column2Text {
	padding: 0px 50px; position: relative;
}
.bossBox {
	
}
.bossLf .bt {
	border-radius: 3px; border: 1px solid rgb(255, 255, 255); border-image: none; width: 36px; height: 36px; text-align: center; color: rgb(255, 255, 255) !important; line-height: 30px; overflow: hidden; font-size: 14px; margin-right: 20px; float: left; display: block; position: relative; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px;
}
.bossLf .prev {
	background: url("../images/up.png") no-repeat center;
}
.bossLf .prev:hover {
	background-color: rgb(238, 159, 7);
}
.bossLf .next {
	background: url("../images/down.png") no-repeat center;
}
.bossLf .next:hover {
	background-color: rgb(238, 159, 7);
}
.bossTex {
	height: 210px; text-align: left; overflow: hidden; margin-bottom: 30px; position: relative;
}
.bossLf {
	width: 630px; text-align: left; padding-top: 50px; padding-bottom: 45px; padding-left: 50px;
}
.bossTit {
	padding-bottom: 65px;
}
.coulmn2boss {
	border: 1px solid rgb(166, 193, 207); border-image: none; margin-top: 133px;
}
.bossTit .bossTitT1 {
	color: rgb(255, 255, 255); line-height: 24px; padding-bottom: 10px; font-size: 30px; display: block;
}
.bossTit .bossTitT2 {
	color: rgb(204, 204, 204); line-height: 24px; font-size: 18px;
}
.bossTex .bossTexT1 {
	color: rgb(255, 255, 255); line-height: 30px; text-indent: 2em; font-size: 14px; display: block;
}
.bossTex .bossTexT2 {
	color: rgb(255, 255, 255); line-height: 30px; text-indent: 2em; padding-bottom: 30px; font-size: 14px; display: block;
}
.bossRf .bossRfImg img {
	border-radius: 206px; width: 412px; height: 412px;
}
.bossNam .bossNamT1 {
	color: rgb(255, 255, 255); line-height: 24px; padding-right: 25px; font-size: 30px;
}
.bossNam .bossNamT2 {
	color: rgb(255, 255, 255); line-height: 24px; font-size: 20px;
}
.bossRfImg {
	width: 412px; height: 100%; overflow: hidden;
}
.bossTexCon {
	padding-right: 45px; position: relative;
}
.bossRf {
	padding: 100px 70px 0px 0px;
}
.column2pagination {
	bottom: 70px !important;
}
.column2fC {
	position: relative;
}
.column2fC .bd {
	padding: 0px; overflow: hidden;
}
.column2fC .slick-list {
	overflow: visible; margin-right: -30px;
}
.column2fC .myslide {
	width: 33.33%; float: left; display: inline;
}
.column2fC .con {
	padding-right: 30px;
}
.column2fC .prev {
	background: no-repeat center rgba(0, 0, 0, 0.6); left: 0px; top: 50%; width: 30px; height: 40px; margin-top: -20px; display: none; position: absolute; z-index: 1; cursor: pointer;
}
.column2fC .next {
	background: no-repeat center rgba(0, 0, 0, 0.6); top: 50%; width: 30px; height: 40px; right: 0px; margin-top: -20px; display: none; position: absolute; z-index: 1; cursor: pointer;
}
.column2fC .prev:hover {
	background-color: rgb(205, 41, 31);
}
.column2fC .next:hover {
	background-color: rgb(205, 41, 31);
}
.column2fC a {
	background: rgb(248, 248, 248); padding: 20px 20px 0px; display: block;
}
.column2fC .pic {
	position: relative;
}
.column2fC .pic::before {
	padding-top: 100%; display: block; content: "";
}
.column2fC .pic img {
	left: 0px; top: 0px; width: 100%; height: 100%; display: block; position: absolute;
}
.column2fC .text {
	padding: 10px 0px;
}
.column2fC .text span {
	height: 30px; color: rgb(51, 51, 51); line-height: 30px; overflow: hidden; font-size: 16px; display: block;
}
.column2fC .text em {
	height: 25px; color: rgb(136, 136, 136); line-height: 25px; overflow: hidden; font-size: 12px; font-style: normal; display: block;
}
.column3 {
	background: url("../test/banner2_14.jpg") no-repeat center; height: 786px; position: relative;
}
.column3Img dl dd .con {
	overflow: hidden; margin-right: 20px;
}
.column3 .equipment .column3Img dl {
	overflow: hidden; margin-right: -20px;
}
.column3 .equipment .column3Img dl dd {
	float: left;
}
.column3 .equipment .column3Img dl dd span {
	color: rgb(255, 255, 255); line-height: 60px; font-size: 16px;
}
.column3 .equipment .column3Img dl dd img {
	height: 250px; display: block;
}
.column3 .equipment .column3div {
	padding: 0px 8px; text-align: center;
}
.column3Dl dd .con img {
	width: 386px; height: 250px;
}
.column3div span {
	color: rgb(255, 255, 255); line-height: 60px; font-size: 16px;
}
.column3 .columnTitle .TitleT1 {
	color: rgb(255, 255, 255) !important;
}
.column3 .swiper-button-prev {
	background: url("../images/column3Left.png") no-repeat left; left: -30px; top: 357px; width: 18px; height: 31px; position: absolute; cursor: pointer;
}
.column3 .swiper-button-next {
	background: url("../images/column3Right.png") no-repeat right; top: 357px; width: 18px; height: 31px; right: -25px; position: absolute; cursor: pointer;
}
.column3 .columnTitle {
	text-align: center; padding-top: 110px;
}
.column3 .swiper-container {
	width: 1200px; height: 310px !important; text-align: center; color: rgb(255, 255, 255);
}
.h60 {
	height: 50px; clear: both; display: block;
}
.column4 {
	background: rgb(255, 255, 255); position: relative; z-index: 0;
}
.column4 .TitleT1 {
	color: rgb(51, 51, 51); line-height: 24px; padding-bottom: 10px; font-size: 30px; display: block;
}
.column4 .iframeWrap {
	text-align: center;
}
.column4 .iframeWrap ul {
	padding: 30px 0px 20px; text-align: center; overflow: hidden; margin-left: 485px;
}
.column4 .iframeWrap ul li {
	background: rgb(245, 245, 245); padding: 11px 26px; border-radius: 5px; margin-right: 20px; float: left;
}
.column4 .iframeWrap ul li:hover {
	background: rgb(45, 47, 147);
}
.column4 .iframeWrap ul li.hover {
	background: rgb(45, 47, 147);
}
.column4 .iframeWrap ul li:hover span {
	color: rgb(255, 255, 255);
}
.column4 .iframeWrap ul li.hover span {
	color: rgb(255, 255, 255);
}
.column4 .iframeWrap ul li span {
	color: rgb(102, 102, 102); line-height: 24px; font-size: 14px;
}
.slider {
	margin: 0px auto; width: 700px; position: relative;
}
.slider .bt {
	top: 50%; width: 48px; height: 48px; overflow: hidden; margin-top: -24px; display: block; position: absolute;
}
.slider .prev {
	background: url("../images/Wprev.png") no-repeat center; left: -190px;
}
.slider .prev:hover {
	background: url("../images/wprev_h.png") no-repeat center;
}
.slider .next {
	background: url("../images/Wnext.png") no-repeat center; right: -190px;
}
.slider .next:hover {
	background: url("../images/wnext-h.png") no-repeat center;
}
.honorCon {
	overflow: hidden;
}
.roundabout-holder {
	height: 455px;
}
.roundabout-holder li {
	width: 466px; height: 311px; position: relative;
}
.roundabout-holder a {
	background: rgb(255, 255, 255); display: block; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.roundabout-holder span {
	text-align: center; color: rgb(51, 51, 51); overflow: hidden; padding-top: 35px; font-size: 16px; display: none;
}
.roundabout-holder .roundabout-in-focus span {
	display: block;
}
.roundabout-holder li img {
	width: 100%; height: 100%; display: block;
}
.roundabout-in-focus .honorName {
	display: block;
}
.honorName {
	text-align: center; color: rgb(102, 102, 102); overflow: hidden; padding-top: 10px; font-size: 16px; display: none;
}
.dhjd_dl {
	overflow: visible !important;
}
#articleContent .center {
	left: 50%; width: 1920px; overflow: hidden; margin-left: -960px; position: relative;
}
.column5 {
	background: url("../test/column6_20.jpg") no-repeat center; min-height: 663px;
}
.column5 .columnTitle .TitleT1 {
	color: rgb(255, 255, 255) !important;
}
.column5 .picMarquee-left .hd {
	background: rgb(244, 244, 244); padding: 0px 10px; height: 30px; overflow: hidden;
}
.column5 .picMarquee-left .hd .prev {
	background: url("../images/arrow.png") no-repeat; width: 5px; height: 9px; overflow: hidden; margin-top: 10px; margin-right: 5px; float: right; display: block; cursor: pointer;
}
.picMarquee-left .hd .next {
	background: url("../images/arrow.png") no-repeat; width: 5px; height: 9px; overflow: hidden; margin-top: 10px; margin-right: 5px; float: right; display: block; cursor: pointer;
}
.column5 .picMarquee-left .hd .next {
	background-position: 0px -50px;
}
.column5 .picMarquee-left .hd .prevStop {
	background-position: -60px 0px;
}
.column5 .picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}
.column5 .picMarquee-left .tempWrap {
	width: 100% !important;
}
.column5 .picMarquee-left {
	padding-top: 76px;
}
.column5 .picMarquee-left .bd ul {
	overflow: hidden; -ms-zoom: 1;
}
.column5 .picMarquee-left .bd ul li {
	text-align: center; overflow: hidden; margin-left: 15px; float: left; _display: inline;
}
.column5 .picMarquee-left .bd ul li .pic {
	text-align: center;
}
.column5 .picMarquee-left .bd ul li .pic img {
	width: 223px; height: 195px; display: block;
}
.column5 .picMarquee-left .bd ul li .pic a:hover img {
	border-color: rgb(153, 153, 153);
}
.column5 .picMarquee-left .bd ul li .title {
	background: rgb(255, 255, 255); height: 63px; overflow: hidden; padding-top: 10px;
}
.column5 .picMarquee-left a {
	display: block;
}
.column5 .column5T1 {
	color: rgb(153, 153, 153); line-height: 24px; font-size: 12px; display: block;
}
.column5 .column5T2 {
	color: rgb(51, 51, 51); line-height: 24px; font-size: 16px; display: block;
}
.column5 .columnTitle {
	text-align: center; padding-top: 115px;
}
.box3 {
	background: rgba(43, 46, 149, 0.3); overflow: hidden; position: relative;
}
.box3::after {
	padding-top: 44.37%; display: block; content: "";
}
.bisBox {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.box3Bg {
	width: 100% !important; height: 100% !important;
}
.box3Bg .swiper-wrapper {
	width: 100% !important; height: 100% !important;
}
.box3Bg .swiper-slide {
	width: 100% !important; height: 100% !important;
}
.box3Bg {
	left: 0px; top: 0px; position: absolute !important;
}
.box3Bg .swiper-wrapper {
	left: 0px !important; margin-left: -1px; transform: translate(1px) !important;
}
.box3Bg .swiper-slide {
	background-position: center; transition:1.5s ease-in-out; left: 0px; top: 0px; position: absolute; z-index: 1; opacity: 0; transform: scale(1.3); background-size: cover;
}
.box3Bg .swiper-slide-active {
	z-index: 2; opacity: 1; transform: scale(1);
}
.bisPhrase {
	color: rgb(255, 255, 255); font-size: 16px; position: relative; z-index: 9;
}
.bisList {
	width: 100%; height: 100%; position: relative; z-index: 9;
}
.bisList1 {
	width: 100%; height: 100%;
}
.bisList1 dd {
	width: 16.66%; height: 100%; float: left; display: inline;
}
.bisList1 dd .maxBox {
	width: 100%; height: 100%; position: relative;
}
.bisList1 dd a {
	border-color: rgb(255, 255, 255); border-radius: 5px; height: 100%; display: block; position: relative;
}
.bisList1 dd a::after {
	left: 0px; top: 0px; right: 0px; bottom: 0px; border-right-color: rgba(255, 255, 255, 0.1); border-right-width: 1px; border-right-style: solid; display: block; position: absolute; content: "";
}
.bisList1 .listBox1 {
	transition:0.4s; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.bisList1 .listBox1 .iconBox {
	margin: 0px auto; width: 88px; height: 88px;
}
.bisList1 dd .listBox1 .txt {
	height: 60px; text-align: center; color: rgb(255, 255, 255); line-height: 60px; font-size: 16px;
}
.bisList1 .listBox {
	background: rgb(238, 159, 7); transition:0.6s; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; opacity: 0; transform: scale(0.2);
}
.bisList1 .listTxt {
	padding: 20px;
}
.bisList1 .listBox .listTit {
	padding: 8% 0px; height: 26px; text-align: center; color: rgb(255, 255, 255); line-height: 26px; overflow: hidden; font-size: 16px; white-space: normal; -ms-text-overflow: ellipsis;
}
.bisList1 .listBox .listInfr {
	padding: 20px 15px 0px; transition:0.5s linear; text-align: center; color: rgb(255, 255, 255); line-height: 30px; overflow: hidden; font-size: 14px; position: relative; opacity: 0; -webkit-box-orient: vertical;
}
.bisList1 .listBox .listInfr::after {
	left: 50%; top: 0px; width: 30px; margin-left: -15px; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid; position: absolute; content: "";
}
.bisList1 .listBox .more {
	background: url("../images/jia.png") no-repeat center; margin: auto; width: 38px; height: 38px;
}
.bisList1 dd:hover .listBox {
	opacity: 1; transform: scale(1);
}
.bisList1 dd:hover .listBox1 {
	opacity: 0; transform: scale(0.2);
}
.bisList1 dd:hover .listBox .listInfr {
	top: 0px; opacity: 1; transition-delay: 0.3s;
}
.swiper-wrapper {
	position: relative;
}
.box3BgMask {
	width: 100%; height: 100%; position: absolute; z-index: 9999; opacity: 0.6;
}
.swiper-pagination {
	transition:opacity 0.3s; text-align: center; position: absolute; z-index: 10; transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0, 0, 0); -webkit-transition: .3s opacity; -o-transition: .3s opacity;
}
.taxMap {
	background: rgb(255, 255, 255);
}
.taxMapHead {
	padding: 0px 30px; overflow: hidden;
}
.taxMapCont {
	padding-top: 10px;
}
.taxMapHead .goHome {
	color: rgb(43, 46, 149); line-height: 70px; font-size: 20px;
}
.taxMapCont .map {
	height: 1000px !important;
}
.companyTit {
	color: rgb(51, 51, 51); padding-top: 20px; font-size: 28px; margin-bottom: 10px;
}
.companyBox {
	padding: 0px 20px 20px 0px; color: rgb(153, 153, 153); line-height: 30px; font-size: 14px;
}
.companySite {
	margin: 0px 20px 40px 0px; overflow: hidden; padding-top: 30px; border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid;
}
.companySite dd {
	margin: 0px 0px 20px; color: rgb(102, 102, 102); line-height: 40px; padding-left: 60px; font-size: 16px;
}
.companySite dd.dd1 {
	background: url("../images/companyIco1.png") no-repeat left;
}
.companySite dd.dd2 {
	background: url("../images/companyIco2.png") no-repeat left;
}
.companyMap {
	background: rgb(255, 255, 255); padding: 20px; margin-right: 10px;
}
.companyMap #map {
	width: 700px; height: 400px;
}
