@charset "UTF-8";
/* CSS Document */

/*
-----------------------------内页样式start-----------------------------
*/

/*单篇+文章页start*/

/*新闻详细页start*/

.newsViewBox {
	position: relative;
	background: #fff;
	padding: 30px 50px;
}

/* .newsViewTop {
	width: 100%;
	position: absolute;
	height: 140px;
	top: -140px;
	left: 0;
	background: #fff;
	z-index: 5;
} */

.newsViewTopC {
	padding: 0 0px;
	position: relative;
}
.newsViewTopC::before{
	display: block;
	content: "";
	position: absolute;
	left: -50px;
	right: -50px;
	bottom: 0;
	height: 1px;
	background: #e5e5e5;
}
.newsViewTopC.newsViewTopCBor::before{
	display: none;
}
.newsViewT{
	line-height: 20px;
	padding: 15px 0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.artTimeBox{
	text-align: center;
	overflow: hidden;
	height: 38px;
	line-height: 38px;
	padding-bottom: 10px;
}
.artTimeBox .artTimeBoxC{
	overflow: hidden;
}
.artTimeBox .artTimeBoxC .artTimeBoxl{
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}
.artTimeBox .artTimeBoxC .artTimeBoxl span{
	float: left;
	display: inline;
	padding-left: 33px;
	margin-right: 50px;
}
.artTimeBox .artTimeBoxC .artTimeBoxl span:nth-child(1){
	background: url(/subsiteSrc/cnPc/images/colck_h.png) left center no-repeat;
}
.artTimeBox .artTimeBoxC .artTimeBoxl span:nth-child(2){
	background: url(/subsiteSrc/cnPc/images/eyse_h.png) left center no-repeat;
}
.artTimeBox .artTimeBoxC .artTimeBoxr{
	overflow: hidden;
}
.artTimeBoxT{
	font-size: 14px;
	font-weight: bold;
	color: #b8bbbf;
}
.atrShare{
	overflow: hidden;
} 
.atrShare .bshare-custom a{
	width: 25px;
	height: 38px;
	line-height: 38px;
	padding: 0;
	margin-left: 10px;
}
.atrShare .bshare-custom a.bshare-qqim{
	background: url(/subsiteSrc/cnPc/images/qq.png) center center no-repeat;
}
.atrShare .bshare-custom a.bshare-weixin{
	background: url(/subsiteSrc/cnPc/images/wx.png) center center no-repeat;
}
.atrShare .bshare-custom a.bshare-sinaminiblog{
	background: url(/subsiteSrc/cnPc/images/wb.png) center center no-repeat;
}
.articleTitle {
	clear: both;
	line-height: 40px;
	font-size: 28px;
	font-family: "microsoft yahei";
	color: #333333;
	position: relative;
	padding: 10px 30px;
	font-weight: bold;
	text-align: center;
}

.articleTime {
	display: block;
	height: 40px;
	clear: both;
	color: #999999;
	font-size: 14px;
	line-height: 40px;
	padding-bottom: 12px;
	overflow: hidden;
	padding: 0 30px;
	text-align: center;
}

.articleTime span {
	padding-right: 16px;
	font-size: 14px;
	color: #999999;
}

.share {
	display: block;
	clear: both;
	padding: 10px 0;
}

.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #0f5e37;
}

.articlePage a.hover {
	color: #fff;
	background: #263c93;
}

.articleBox {
	line-height: 36px;
	padding: 10px 0;
	color: #666666;
	font-size: 15px;
}

.articleBox img {
	max-width: 100%;
}

.minH600 {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

/**
 * 文章阅读页-内容上部大图
 */

#play {
	width: 900px;
	height: 600px;
	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(/subsiteSrc/cnPc/images/file/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(/subsiteSrc/cnPc/images/file/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 900px;
	height: 600px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 900px;
	height: 600px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 900px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 60px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	height: 47px;
	width: 70px;
	padding: 3px;
	margin: 0 7px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	height: 47px;
	width: 70px;
	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;
	height: 47px;
	width: 70px;
}

.img_hd ul li.on {
	border: 1px solid #263c93;
	background: #263c93;
}

.imgMove .bottom_a {
	width: 20px;
	height: 25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float: left;
	top: 15px;
	position: absolute;
	z-index: 99;
	background: url(/subsiteSrc/cnPc/images/file/article_icon.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(/subsiteSrc/cnPc/images/file/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(/subsiteSrc/cnPc/images/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(/subsiteSrc/cnPc/images/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(/subsiteSrc/cnPc/images/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(/subsiteSrc/cnPc/images/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(/subsiteSrc/cnPc/images/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

.shareBox {
	height: 40px;
	overflow: hidden;
	background: #f1f1f1;
}

.shareBoxL {
	float: left;
	padding: 0 0 0 20px;
}

.shareBoxL B {
	display: block;
	line-height: 40px;
	float: left;
}

.bdsharebuttonbox {
	float: left;
	padding: 6px 0 0 10px;
}

.shareBoxR {
	line-height: 40px;
	float: right;
	padding: 0 20px 0 0;
	font-size: 14px;
	color: #000;
}

.pageUp {
	display: block;
	margin: 0 auto;
	padding:25px 0 10px;
}

.pageUpC div{
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #666;
}

.pageUp a {
	width: 206px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #666;
}
.pageUp a:hover {
	color: #263c93;
}

.articleShare {
	display: inline;
}

.articleShare .bshare-custom {
	display: inline;
}

.articleShare a {
	padding: 0 !important;
	height: 40px !important;
	width: 20px !important;
}

.articleShare .bshare-custom  a.bshare-qzone {
	background: url(/subsiteSrc/cnPc/images/kj.png) center center no-repeat;
}

.articleShare  .bshare-custom  a.bshare-qqim {
	background: url(/subsiteSrc/cnPc/images/qq.png) center center no-repeat;
}

.articleShare  .bshare-custom  a.bshare-sinaminiblog {
	background: url(/subsiteSrc/cnPc/images/wb.png) center center no-repeat;
}

.articleShare  .bshare-custom  a.bshare-weixin {
	background: url(/subsiteSrc/cnPc/images/wx.png) center center no-repeat;
}
.articleShare .bshare-custom  a.bshare-qzone:hover {
	background: url(/subsiteSrc/cnPc/images/kj_h.png) center center no-repeat;
}

.articleShare  .bshare-custom  a.bshare-qqim:hover {
	background: url(/subsiteSrc/cnPc/images/qq_h.png) center center no-repeat;
}

.articleShare  .bshare-custom  a.bshare-sinaminiblog :hover{
	background: url(/subsiteSrc/cnPc/images/wb_h.png) center center no-repeat;
}

.articleShare  .bshare-custom  a.bshare-weixin:hover {
	background: url(/subsiteSrc/cnPc/images/wx_h.png) center center no-repeat;
}
/*单篇+文章页end*/

/*单篇+文章页end*/

/*全图列表页start*/

.imgList {
	padding: 5px 0;
	margin: 0 -13px;
	overflow: hidden;
}

.imgList dd {
	float: left;
	display: inline;
	width: 33.333%;
	margin-bottom: 20px;
}

.imgList dd .con {
	background: #fff;
	margin: 0 13px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	border-radius: 3px;
	overflow: hidden;
}
.imgList dd .con .pic span{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.58);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
}
.imgList dd .con .pic span::before{
	display:block;
	content: "";
	position: absolute;
	width:30px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	background: url(/subsiteSrc/cnPc/images/imgMore.png) center center no-repeat;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	animation-delay: 0.3s;
	visibility: hidden;
	opacity: 0;
}
.imgList dd .con .text .title {
	height: 75px;
	line-height: 75px;
	font-size: 16px;
	padding: 0 10px;
	text-align: center;
}

.imgList dd .con .text .title a {
	display: block;
	color: #666;
	position: relative;
}
.imgList dd .con:hover .pic span{
	visibility: visible;
	opacity: 1;
}
.imgList dd .con:hover .pic span::before{
	transform: translateY(0);
	-webkit-transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.viewMore {
	height: 25px;
	line-height: 25px;
}

.viewMore a {
	display: inline-block;
	height: 25px;
	line-height: 25px;
}

.viewMore a span {
	display: block;
	padding-right: 30px;
	font-size: 14px;
	color: #999;
	background: url(/subsiteSrc/cnPc/images/moreA.png) right center no-repeat;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.imgList dd .con:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 3px 0 7px rgba(0, 0, 0, .1);
}
.imgList dd .con:hover .title{
	background: #2950a0;
}
.imgList dd .con:hover .title a {
	color: #fff;
}

.viewMore:hover span {
	color: #0061b6;
	background: url(/subsiteSrc/cnPc/images/moreA_h.png) right center no-repeat;
}

/*全图列表页end*/

/*图文列表页start*/

.imText dd {
	padding: 10px 0;
}

.imText .con {
	padding: 20px;
	background: #fff;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #cecece;
}

.imText .con .pic {
	width: 270px;
	margin-right: 37px;
}
.imText .con .pic::before{
	padding-top:59.2593%;
}

.imText .con .text {
	overflow: hidden;
}
.imText .con .textRight{
	width: 98px;
	height: 157px;
}
.imText .con .textRight .more a{
	display: block;
	height: 157px;
	position: relative;
	background: url(/subsiteSrc/cnPc/images/imgMorew.png) right center no-repeat;
}
.imText .con .textRight .more a::before{
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 60px;
	left: 0;
	top: 50%;
	margin-top: -30px;
	background: #FAFAFA;
}
.imText .con .textLeft{
	overflow: hidden;
	padding-right: 65px;
}
.imText .con .text .time {
	height:32px;
	line-height: 32px;
	font-size: 14px;
	color: #999;
}

.imText .con .text .title {
	height: 38px;
	line-height: 38px;
	padding-top: 16px;
}

.imText .con .text .title a {
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}

.imText .con .text .textC {
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	font-size: 15px;
	color: #999;
	overflow: hidden;
	margin-bottom: 8px;
}
.imText .con .text .textTime{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.imText .con .text .textTime span{
	float: left;
	display: inline;
	margin-right: 40px;
	font-size: 15px;
	color: #999;
}
.imText .con:hover {
	position: relative;
	z-index: 9;
	box-shadow: 3px 0 7px rgba(0, 0, 0, 0.1);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	border-color: rgba(206,206,206,0.38);
}

.imText .con:hover .text .title a {
	color: #263c93;
}


.teamDl dd {
	padding: 10px 0;
}

.teamDl .con {
	padding: 20px;
	background: #fff;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	overflow: hidden;
	border-radius: 3px;
}

.teamDl .con .pic {
	width: 300px;
	margin-right: 40px;
}

.teamDl .con .text {
	overflow: hidden;
}

.teamDl .con .text .name {
	height: 54px;
	line-height: 54px;
	overflow: hidden;
}
.teamDl .con .text .name span{
	color: #444444;
	font-size: 18px;
	margin-right: 5px;
}
.teamDl .con .text .name i{
	font-style: normal;
	font-size: 15px;
	color: #999;
}

.teamDl .con .text .textC {
	height: 90px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	padding-right: 25px;
}

.teamDl .con:hover {
	position: relative;
	z-index: 9;
	box-shadow: 3px 0 7px rgba(0, 0, 0, 0.08);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.teamDl .con:hover .text .name span,
.teamDl .con:hover .text .name i{
	color: #263c93;
}
/*图文列表页end*/

/*全文列表页start*/

.textList dd {
	padding: 10px 0;
}

.textList .con {
	padding: 20px 35px;
	background: #fff;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	overflow: hidden;
	border-radius: 3px;
}
.textList .con .text .time {
	height:32px;
	line-height: 32px;
	font-size: 14px;
	color: #999;
}

.textList .con .title {
	height: 42px;
	line-height: 42px;
}

.textList .con .title a {
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #666;
}

.textList .con .textC {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 15px;
	color: #777;
	overflow: hidden;
}
.textList .con .textTime{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	margin-bottom: 9px;
}
.textList .con .textTime span{
	float: left;
	display: inline;
	margin-right: 20px;
	font-size: 15px;
	color: #999;
	padding-left: 24px;
}
.textList .con .textTime span:first-child{
	background: url(/subsiteSrc/cnPc/images/clock.png) left center no-repeat;
}
.textList .con .textTime span:last-child{
	background: url(/subsiteSrc/cnPc/images/eyse.png) left center no-repeat;
}
.textList .con:hover {
	position: relative;
	z-index: 9;
	box-shadow: 3px 0 7px rgba(0, 0, 0, 0.1);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	border-color: rgba(206,206,206,0.38);
}

.textList .con:hover .title a {
	color: #263c93;
}
/*全文列表页end*/

/*发展历程start*/

.eventView {
	padding-top: 12px;
}

.eventViewLine {
	position: relative;
	margin: 22px 67px 0;
	height: 2px;
	z-index: 1;
}

.eventViewLine:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 12px;
	background: #bcbcbc;
	left: 0;
}

.eventColumnScroll {
	position: relative;
	margin: 0 67px;
	z-index: 5;
}

.eventColumnScroll .con {
	margin: 0 46px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventContent {
	position: relative;
}

.eventContent i {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	left: 50%;
	top: 0px;
	border-radius: 22px;
	position: relative;
	z-index: 5;
	background: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	margin-left: -11px;
}

.eventContent i em {
	position: absolute;
	width: 14px;
	height: 14px;
	left: 4px;
	top: 4px;
	background: #0061b6;
	border-radius: 14px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventC {
	position: relative;
	padding-top: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventColumnScroll .con:hover .eventC {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.eventC span {
	display: block;
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 auto;
}

.eventC span:after {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -8px;
	top: -5px;
	border: 8px solid transparent;
	border-bottom-color: #d2d2d2;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventTitle {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	background: #d2d2d2;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventDivC {
	padding: 15px 20px 30px;
	background: #fff;
}

.eventSpan {
	padding-left: 45px;
	position: relative;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}

.eventSpan:after {
	display: block;
	content: "";
	position: absolute;
	width: 22px;
	height: 2px;
	left: 0;
	background: #d2d2d2;
	top: 13px;
}

.eventColumnScroll .prev {
	position: absolute;
	width: 46px;
	height: 46px;
	top: -12px;
	left: -46px;
	cursor: pointer;
	background: url(/subsiteSrc/cnPc/images/eventP.png) center center no-repeat;
}

.eventColumnScroll .next {
	position: absolute;
	width: 46px;
	height: 46px;
	top: -12px;
	right: -46px;
	cursor: pointer;
	background: url(/subsiteSrc/cnPc/images/eventN.png) center center no-repeat;
}

.eventColumnScroll .con:hover i {
	background: #0061b6;
}

.eventColumnScroll .con:hover i em {
	background: #fff;
}

.eventColumnScroll .con:hover .eventC span:after {
	border-bottom-color: #0061b6;
}

.eventColumnScroll .con:hover .eventTitle {
	background: #0061b6;
	color: #fff;
}

/*发展历程end*/

/*专家团队start*/

.eventTitle {
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 30px;
	color: #333;
}

.eventBtn {
	width: 210px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background: #428a7b;
	border-radius: 30px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.eventBtn a {
	color: #fff;
	display: block;
}

.courseBox {
	position: relative;
	padding: 40px;
}

.course .bt2 {
	display: block;
	width: 90px;
	height: 90px;
	overflow: hidden;
	position: absolute;
	top: 200px;
	border-radius: 90px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 9;
}

.courseBox .bt2.prev {
	left: -45px;
	background: rgba(0, 0, 0, 0.1) url(../images/team1.png) no-repeat 50px center;
}

.courseBox .bt2.prev:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.courseBox .bt2.next {
	right: -45px;
	background: #b5b5b5 url(../images/team2.png) no-repeat 20px center;
}

.courseBox .bt2.next:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.event .eventIntr {
	color: #666;
}

.course {
	overflow: hidden;
	position: relative;
}

.course .hd {
	height: 200px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	width: 1200px;
}

.courseLine1 {
	display: block;
	width: 0px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: transparent;
}

.course_ul {
	width: 20000px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.course_ul li {
	width: 240px;
	overflow: hidden;
	float: left;
	display: inline;
	cursor: pointer;
}

.course_ul li span {
	position: relative;
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.course_ul li span:after {
	display: block;
	content: "";
	position: absolute;
	width: 2px;
	height: 16px;
	left: 50%;
	margin-left: -1px;
	bottom: 0;
	background: #ccc;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.course_ul li.on span:after {
	background: #0061b6;
}

.teamName {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #000;
	text-align: center;
}

.expert {
	line-height: 30px;
	font-size: 16px;
	color: #666;
	text-align: center;
}

.courseLine {
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: #ebebeb;
	position: absolute;
	left: 0px;
	bottom: 195px;
	z-index: 2;
}

.courseLine i {
	display: block;
	width: 0px;
	height: 1px;
	overflow: hidden;
	background: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
}

.course .bd {
	height: 500px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 0px 8px #e2e2e2;
	box-shadow: 0px 0px 8px #e2e2e2;
	background: url(/subsiteSrc/cnPc/images/teamBg.jpg) top left no-repeat;
}

.course_dl {
	overflow: hidden;
}

.course_dl dd {
	overflow: hidden;
}

.courseCont {
	overflow: hidden;
	/*padding: 30px;*/
}

.courseL {
	width: 495px;
	overflow: hidden;
	margin-right: 30px;
}

.courseL a {
	display: block;
	height: 500px;
	overflow: hidden;
	width: 495px;
}

.courseR {
	overflow: hidden;
}

.courseBg {
	height: 109px;
	line-height: 109px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.courseYear {
	overflow: hidden;
	margin-top: -22px;
	overflow: hidden;
	line-height: 50px;
	font-size: 48px;
	color: #000;
	font-weight: bold;
}

.courseItro {
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding: 10px 0;
}

.courseDeta {
	overflow: hidden;
	height: 175px;
}

.courseCont_ul {
	padding-right: 25px;
	overflow: hidden;
}

.courseCont_ul li .courseLi .coursLiText {
	line-height: 26px;
	font-size: 14px;
	color: #999;
	position: relative;
	z-index: 2;
	text-align: justify;
	padding-right: 10px;
}

.aboutRow2 .wrap {
	position: relative;
	z-index: 3;
}

.aboutRow2Bg {
	width: 100%;
	height: 750px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.bdCont {
	width: 1200px;
	margin: 0px auto;
	position: relative;
	background: #fff;
}

.bdEm {
	width: 30px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(/subsiteSrc/cnPc/images/courseTrangle.png) no-repeat center center;
}

.headPic {
	width: 86px;
	height: 86px;
	border-radius: 86px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.course_ul li.on .headPic:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	border: 1px solid #0061b6;
	border-radius: 100%;
}

.headPic img {
	display: block;
	width: 86px;
	height: 86px;
	object-fit: cover;
	object-fit: center center;
}

.couursePlay {
	width: 135px;
	height: 40px;
	border: 1px solid #0061b6;
	border-radius: 3px;
	line-height: 40px;
	text-align: center;
}

.couursePlay a {
	display: block;
	height: 40px;
	line-height: 40px;
}

.couursePlay a span {
	display: inline-block;
	padding-left: 32px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #0061b6;
	background: url(/subsiteSrc/cnPc/images/pay2.png) left center no-repeat;
}

/*专家团队end*/


/*留言start*/

.formDl {
	margin-right: -60px;
}

.formDl dd {
	margin-bottom: 50px;
	float: left;
	display: inline;
	width: 33.333%;
}

.formDl dd .con {
	margin-right: 60px;
}

.formTitle {
	height: 48px;
	line-height: 48px;
	width: 50px;
	text-align: right;
	font-size: 14px;
	color: #333;
	margin-right: 10px;
}

.formTitle i {
	font-style: normal;
	color: #ff0000;
}

.w_280 {
	width: 280px;
}

.w_710 {
	width: 710px;
}

.formBox {
	overflow: hidden;
	/* border: 1px solid #d6d6d6; */
	border-radius: 3px;
	background: #fff;
}

.formDiv {
	padding: 0 5px;
	overflow: hidden;
}

.formInput {
	background: none;
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #333;
	outline: none;
	border: none;
}

.formArea {
	background: none;
	width: 100%;
	height: 180px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	outline: none;
	border: none;
	padding: 10px 0;
	resize: none;
}

.w_175 {
	width: 175px;
}

.code {
	padding-left: 10px;
	overflow: hidden;
}

.code img {
	display: block;
	height: 50px;
	line-height: 50px;
}

.dtBtn {
	float: left;
	display: inline;
	width: 182px;
	height: 50px;
	line-height: 50px;
	background: #0061b6;
	text-align: center;
}

.dtBtn a {
	text-align: center;
	font-size: 14px;
	display: block;
	height: 50px;
	line-height: 50px;
	color: #fff;
}

.dtBtn:hover {
	opacity: 0.8;
}

/*留言end*/

/*赵航start*/



.productView {
	background: #fff;
	overflow: hidden;
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.productView img {
	max-width: 100%;
	vertical-align: top;
}

.product2 .slick-dots {
	text-align: center;
	position: absolute;
	bottom: 5px;
	width: 100%;
}

.product2 .slick-dots li {
	background: #afb3b3;
	position: relative;
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.product2 .slick-dots .slick-active {
	background: #6f6f6f;
}

.product2 .productSlicKBox .bd .prev {
	display: none;
}

.product2 .productSlicKBox .bd .next {
	display: none;
}

/* 全图列表页开始 */

.imgListBox {
	overflow: hidden;
	position: relative;
	background-attachment: fixed;
	padding-top: 732px;
	background-repeat: no-repeat;
	background-position: center top;
}

.imgListBox .imgListBg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.searchBox {
	position: relative;
	width: 794px;
	padding: 15px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.1);
	padding-right: 174px;
}

.searchBox a {
	display: block;
	position: absolute;
	width: 140px;
	height: 56px;
	line-height: 56px;
	background: #ffa03c;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	right: 15px;
	top: 15px;
}

.searchBox .input {
	display: block;
	background: #FFFFFF;
	width: 100%;
	height: 56px;
}

.searchBox .input input {
	background: #FFFFFF;
	width: 100%;
	padding: 0 20px;
	height: 56px;
	border: none;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.searchBox .input input::-webkit-input-placeholder {
	color: #666666;
	font-size: 16px;
	text-align: left;
}

.submenu {
	width: 100%;
	height: 60px;
}

.submenu:before {
	display: block;
	content: " ";
	width: 0;
	height: 0;
	visibility: hidden;
}

.submenu a {
	display: block;
	float: left;
}

.submenu a .con {
	position: relative;
	background: #FFFFFF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	margin-right: 1px;
	transition: all 300ms;
}

.submenu a .con span {
	display: block;
	width: 0px;
	height: 0px;
	border: 7px solid transparent;
	position: absolute;
	visibility: hidden;
	left: 50%;
	margin-left: -7px;
	bottom: -14px;
	transition: all 300ms;
}

.submenu .sub-a1 .con {
	color: #0061b6;
}

.submenu .sub-a2 .con {
	color: #c05656;
}

.submenu .sub-a3 .con {
	color: #607e3e;
}

.submenu .sub-a1:hover .con {
	color: #FFFFFF;
	background: #0061b6;
}

.submenu .sub-a1:hover .con span {
	visibility: visible;
	border-top-color: #0061b6;
}

.submenu .sub-a2:hover .con {
	color: #FFFFFF;
	background: #c05656;
}

.submenu .sub-a2:hover .con span {
	visibility: visible;
	border-top-color: #c05656;
}

.submenu .sub-a3:hover .con {
	color: #FFFFFF;
	background: #607e3e;
}

.submenu .sub-a3:hover .con span {
	visibility: visible;
	border-top-color: #607e3e;
}

.submenu .sub-a1.hover .con {
	color: #FFFFFF;
	background: #0061b6;
}

.submenu .sub-a1.hover .con span {
	visibility: visible;
	border-top-color: #0061b6;
}

.submenu .sub-a2.hover .con {
	color: #FFFFFF;
	background: #c05656;
}

.submenu .sub-a2.hover .con span {
	visibility: visible;
	border-top-color: #c05656;
}

.submenu .sub-a3.hover .con {
	color: #FFFFFF;
	background: #607e3e;
}

.submenu .sub-a3.hover .con span {
	visibility: visible;
	border-top-color: #607e3e;
}

.productImgList1 {
	margin-right: -50px;
}

.productImgList1 dd {
	float: left;
	display: inline;
	width: 25%;
	margin-bottom: 30px;
}

.productImgList1 dd .con {
	position: relative;
	top: 0px;
	overflow: hidden;
	margin-right: 50px;
	transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
}

.productImgList1 dd .a {
	display: block;
}

.productImgList1 dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	background: #FFFFFF;
}

.productImgList1 dd .pic:before {
	display: block;
	content: '';
	padding-top: 100%;
}

.productImgList1 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.productImgList1 dd .text {
	display: block;
	height: 70px;
	line-height: 70px;
	padding: 0 10px;
	text-align: center;
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	background: #f7f7f7;
}

.productImgList1 dd:hover .con {
	top: -15px;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
}

.productImgList2 {
	margin-right: -58px;
}

.productImgList2 dd {
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 30px;
}

.productImgList2 dd .con {
	position: relative;
	margin-right: 58px;
	transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	z-index: 1;
}

.productImgList2 dd .con .shadow {
	z-index: -1;
	position: absolute;
	height: 148px;
	width: 140%;
	margin-left: -70px;
	background: url(/subsiteSrc/cnPc/images/shadow.png) no-repeat center center;
	object-fit: fill;
	bottom: -74px;
}

.productImgList2 dd .con span {
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	box-shadow: 0 0 7px #00000094;
	-webkit-box-shadow: 0 5px 5px #00000094;
	z-index: 0;
	bottom: 1px;
}

.productImgList2 dd .a {
	display: block;
}

.productImgList2 dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.productImgList2 dd .pic:before {
	display: block;
	content: '';
	padding-top: 100%;
}

.productImgList2 dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.productImgList2 dd .pic .bottomBg {
	width: 100%;
	height: 15%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: url(/subsiteSrc/cnPc/images/bottomBg1.png) no-repeat center center;
	object-fit: fill;
}

.productImgList2 dd .textBox {
	background: #FFFFFF;
	padding: 38px 0;
}

.productImgList2 dd .textBox .text1 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #666666;
	text-align: center;
}

.productImgList2 dd .textBox .text2 {
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #0061b6;
	text-align: center;
}

.productImgList2 dd .textBox .more {
	padding-top: 16px;
	display: block;
	height: 22px;
	line-height: 22px;
	font-size: 20px;
	color: #0061b6;
	text-align: center;
}

/* 企业荣誉 start */
.honnorList{
	overflow: hidden;
	margin: 0 -10px;
}
.honnorList dd{
	float: left;
	display: inline;
	width: 33.333%;
	padding: 10px 0;
}
.honnorList dd .con{
	margin: 0 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.honnorList dd .picBox{
	padding: 20px 20px;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
}
.honnorList dd .pic1{
	position: relative;
}
.honnorList dd .pic1::before{
	display: block;
	content: "";
	padding-top: 66.667%;
}
.honnorList dd .pic1 img{
	position: absolute;
	max-width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	object-fit: contain;
	object-position: center center;
}
.honnorList dd .text{
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	padding: 0 10px 20px;
	color: #666;
	text-align: center;
	background: #fff;
	overflow: hidden;
}
.honnorList dd .con:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 7px 3px 7px rgba(0,0,0,0.01);
}
.honnorList dd .con:hover .text{
	color: #263c93;
}
/* 企业荣誉 end */

/* 视频列表 start */
.video .textVde{
	border: none;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.video .con:hover {
	box-shadow: 1px 3px 7px rgba(0,0,0,0.1);
}
.video .con:hover .textVde{
	color: #0f5e37;
}
/* 视频列表 end */
/* 产品中心 start */
.productHead{
	overflow: hidden;
	border-bottom: 1px solid #f7f7f7;
}
.productHead .con{
	width: 50%;
	float: left;
	display: inline;
}
.productHead .con a{
	text-align: center;
	background: #fff;
	display: block;
	font-size: 14px;
	color: #666666;
	height: 80px;
	line-height: 80px;
	position: relative;
	transition: all 0.3s linear;
	-wevkit-transition: all 0.3s linear;
}
.productHead .con a i{
	display: inline-block;
	vertical-align: middle;
	background: url(/subsiteSrc/cnPc/images/proicon1.png) no-repeat center center;
	width: 50px;
	height: 40px;
	margin-right: 10px;
	transition: all 0.3s linear;
	-wevkit-transition: all 0.3s linear;
}
.productHead .con a span{
	display: inline-block;
	vertical-align: middle;
	background: url(/subsiteSrc/cnPc/images/proicon3.png) no-repeat center center;
	width: 32px;
	height:32px;
	transition: all 0.3s linear;
	-wevkit-transition: all 0.3s linear;
}
.productHead .con1 a i{
	display: inline-block;
	vertical-align: middle;
	background: url(/subsiteSrc/cnPc/images/proicon2.png) no-repeat center center;
	width: 50px;
	height: 40px;
	margin-right: 10px;
}
.productHead .con.hover a{
	background: #edecea;
	color: #0f5e37;
}
.productHead .con.hover a span{
	background: url(/subsiteSrc/cnPc/images/proicon3h.png) no-repeat center center;
}
.productHead .con.hover a i{
	background: url(/subsiteSrc/cnPc/images/proicon1h.png) no-repeat center center;
}
.productHead .con a:hover{
	background: #edecea;
	color: #0f5e37;
}
.productHead .con a:hover span{
	background: url(/subsiteSrc/cnPc/images/proicon3h.png) no-repeat center center;
}
.productHead .con1 a:hover i{
	background: url(/subsiteSrc/cnPc/images/proicon2h.png) no-repeat center center;
}
.productBg{
	height: 570px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.productDl{
	overflow: hidden;
	margin: 0 -15px;
}
.productDl dd{
	float: left;
	display: inline;
	width: 25%;
	padding: 15px 0;
}
.productDl dd a{
	display: block;
	margin:0 15px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.productDl dd a:hover{
	box-shadow: 0 0 7px rgba(0,0,0,0.08);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.productDl dd .picBox{
	background: #d1d1d1;
	padding: 50px 50px 30px;
	position: relative;
}
.productDl dd .picBox .picIcon{
	position: absolute;
	text-align: center;
	line-height: 24px;
	padding: 0 8px;
	top: 10px;
	left: 10px;
	height: 24px;
	font-size: 14px;
	color: #fff;
	background: #08a148;
}
.productDl dd .picBox .picIcon:before{
	background: url(/subsiteSrc/cnPc/images/proicon4.png) no-repeat center center;
	width: 5px;
	height: 6px;
	display: block;
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
}
.productDl dd .pic:before{
	padding-top: 60.9756%;
}
.productDl dd .pic img{
	object-fit: contain;
}
.productDl dd .text{
	text-align: center;
	background: #ffffff;
	padding: 20px 0;
}
.productDl dd .text .title{
	font-size: 16px;
	color: #333333;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.productDl dd .text .info{
	font-size: 14px;
	color: #999999;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.productDl dd a:hover .title{
	color: #0f5e37;
}
/* 产品中心 end */

/* 产品中心详情 start */
.product2 {
	overflow: hidden;
	position: relative;
	padding: 172px 0 138px 0;
}
.productBtn{
	position: relative;
}
.productBtnPrev{
	position: absolute;
	width: 54px;
	height: 54px;
	top: 50%;
	margin-top: -170px;
	left: 5.625%;
	background: url(/subsiteSrc/cnPc/images/productPrev.png) center center no-repeat;
}
.productBtnNext{
	position: absolute;
	width: 54px;
	height: 54px;
	top: 50%;
	margin-top: -170px;
	right: 5.625%;
	background: url(/subsiteSrc/cnPc/images/productNext.png) center center no-repeat;
}
.productBtn a{
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.productBtn a.productBtnPrev:hover{
	background: url(/subsiteSrc/cnPc/images/productPrev_h.png) center center no-repeat;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.productBtn a.productBtnNext:hover{
	background: url(/subsiteSrc/cnPc/images/productNext_h.png) center center no-repeat;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.product2 .productBg {
	position: absolute;
	top: 0px;
	left: 0px;
	/* z-index: -1; */
	width: 100%;
	height: 100%;
}

.product2 .productBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product2 .product2SlicK {
	width: 28%;
	padding:0 160px 0 200px;
}

.product2 .product2SlicK .bd {
	position: relative;
	padding:54px 0 85px 0;
}

.product2 .slideBox {
	width: 100%;
}

.product2 .slideBox .pic {
	position: relative
}

.product2 .slideBox .pic:before {
	display: block;
	content: " ";
	padding-top: 39.7059%;
}

.product2 .slideBox .pic img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.product2 .product2TextBox {
	overflow: hidden;
	margin-right: 100px;
}

.product2 .product2TextBox .title {
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #444947;
	margin-bottom: 24px;
}

.product2 .product2TextBox .title a {
	height: 86px;
	line-height: 86px;
	font-size: 40px;
	color: #fff;
}
.product2 .product2TextBox .text span{
	display: block;
	line-height: 36px;
	font-size: 16px;
	color: #959c99;
}
.product2 .purchaseBnt{
	overflow: hidden;
}
.product2 .purchaseBnt dd {
	float: left;
	display: inline;
}
.product2 .purchaseBnt dd a{
	margin-right: 10px;
	width: 58px;
	height: 58px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 60px;
	display: block;
}
.product2 .purchaseBnt dt{
	line-height: 59px;
	font-size: 16px;
	color: #959c99;
}
.productView {
	background: #fff;
	overflow: hidden;
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.productView img {
	max-width: 100%;
	vertical-align: top;
}

.product2 .slick-dots {
	text-align: center;
	position: absolute;
	bottom: 5px;
	width: 100%;
}

.product2 .slick-dots li {
	background: #525554;
	position: relative;
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.product2 .slick-dots .slick-active {
	background: #6f6f6f;
}

.product2 .productSlicKBox .bd .prev {
	display: none;
}

.product2 .productSlicKBox .bd .next {
	display: none;
}

/* 产品中心详情 end */

/* 招商加盟 start */
.joinBox{
	position: relative;
	height: 765px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.joinBox:before{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	z-index: 2;
}
.joinText{
	text-align: center;
	position: relative;
	z-index: 1;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
}
.joinText1{
	text-align: center;
	position: relative;
	z-index: 1;
	font-size: 20px;
	line-height: 80px;
	color: #fff;
	margin-bottom: 40px;
}
.joinText1 span{
	margin: 0 17px;
	display: inline-block;
	padding-left: 12px;
	position: relative;
	line-height: 48px;
}
.joinText1 span:before{
	position: absolute;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #fff;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: '';
}
.joinMore{
	text-align: center;
}
.joinMore a{
	display: inline-block;
	padding: 0 49px;
	font-size: 16px;
	height: 52px;
	line-height: 52px;
	color: #000000;
	background: #d6a302;
	text-align: center;
	border-radius: 50px;
	position: relative;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.joinMore a:hover{
	border-radius: 10px;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 3px 7px rgba(214,163,14,0.2);
}
.joinMore a i{
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #000;
	vertical-align: middle;
	margin: 0 4px;
}
.joinText2{
	font-size: 20px;
	color: #fff;
	position: absolute;
	bottom: 44px;
	width: 100%;
	left: 0;
	text-align: center;
}
/* 招商加盟 end */
/*招聘详情start*/
.recruitC{
	padding: 50px;
	background: #fff;
}
.viewTitle {
    height: 90px;
    border-bottom: 1px solid #eee4cb;
}

.viewTitle em {
    display: block;
    font-style: normal;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #555;
}

.viewTitle span {
    font-size: 14px;
    color: #999;
}

.recruitTable {
    font-size: 14px;
    color: #555555;
    padding: 0px 0;
}

.recruitTable table {
    border: none;
}

.recruitTable table tr {
    border: none;
    height: 36px;
    font-size: 16px;
    color: #555;
}

.recruitTable table tr td {
    border: none;
}

.recruitTable table span {
    margin-right: 20px;
}

.recruitText {
    overflow: hidden;
    font-size: 16px;
    color: #555;
    line-height: 35px;
}

.recruitBtn {
    overflow: hidden;
}

.recruitBtn a:hover {
    opacity: 0.9
}
.file{
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #008000;
}
.file a{
	display: block;
	height: 100%;
	color: #008000;
}
.notice{
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #ff8003;
}
/*招聘详情end*/

/* 应聘表单 */
.joinForm {
	overflow: hidden;
}

.joinFormTit {
	display: block;
	font-size: 30px;
	color: #428a7b;
	text-align: center;
	overflow: hidden;
	height: 76px;
	line-height: 76px;
}

.h20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}

.joinForm_dl {
	overflow: hidden;
	padding: 40px 50px 0;
}

.joinForm_dl dd {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.joinForm_dl dd .formBox {
	overflow: hidden;
}

.joinForm_dl dt {
	position: relative;
	margin-bottom: 20px;
}

.joinFormName {
	float: left;
	display: inline;
	width: 90px;
	height: 48px;
	overflow: hidden;
	line-height: 48px;
	text-align: right;
	font-size: 14px;
	color: #666;
}

.formDiv {
	overflow: hidden;
	border: 1px solid #e6e6e6;
	padding: 0 20px;
}

.joinFormInp {
	display: block;
	width: 100%;
	height: 46px;
	overflow: hidden;
	font-size: 14px;
	background: transparent;
	border-radius: 3px;
	color: #666;
	font-family: "microsoft yahei";
	line-height: 46px;
	border: none;
	box-sizing: border-box;
}

.joinForm_dl dd label {
	margin-right: 15px;
}

.joinForm_dl dt .formAbox {
	overflow: hidden;
	height: 180px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #e6e6e6;
	font-size: 12px;
	margin-left: 70px;
	margin-bottom: 12px;
	color: #666;
	line-height: 20px;
	border-radius: 3px;
}

.joinForm_dl dt .formAbox .formArea {
	width: 100%;
	height: 100%;
	border: none;
	padding: 5px 25px;
	box-sizing: border-box;
	outline: none;

}

.joinFile {
	display: inline-block;
	width: 80px;
	height: 28px;
	border-radius: 3px;
	border-style: none;
	overflow: hidden;
	background: #666666;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}
.upBottom{
	float: left;
	display: inline;
	width: 140px;
	height: 48px;
	background: #ccc;
	line-height: 48px;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	color: #333;
}
.upBottom .webuploader-pick{
	background: none;
	padding: 0;
}
.joinForm_dl dd .uploader-file-list dd{
	margin-left: 90px;
}
.jianNub{
	float: left;
	display: inline;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	font-size: 14px;
	color: #999;
}
.formDiv.w_100 {
	width: 245px;
}

a.joinCode {
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}

.joinCode img {
	display: block;
	height: 48px;
	float: left;
}

.joinCode i {
	display: block;
	height: 32px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
}

.h10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}

.contactBt {
	margin-left: 135px;
}

.contactBt a {
	display: inline-block;
	width: 160px;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 52px;
	border-radius: 3px;
	margin: 0px 5px;
}

.contactSubmit {
	background: #2950a0;
	color: #fff !important;
}

.contactReset {
	background: #ccc;
	color: #333;
}
.aykjClass .layui-layer-ico{
	overflow: hidden;
	background: url(/subsiteSrc/cnPc/images/close.png) no-repeat;
	background-position:0 !important;
	position: absolute;
	right: 0px !important;
	top: 0px !important;
	width: 32px !important;
	height: 32px !important;
	margin-left: 0;
}
.aykjClass .layui-layer-title{
	height: 60px;
	line-height: 60px;
	padding-top: 50px;
	background: #fff;
	border: none;
	padding: 50px 60px 0;
	font-size: 28px;
	color: #2950a0;
}
/*招聘表单end*/

/*战狼pc预测产业 start*/
.industryDl .con{
	overflow:hidden; 
	position: relative;
	background: #fff;
}
.industryDl .con .text{
	overflow: hidden;
}
.industryDl .con .pic{
	overflow: hidden;
	float: left;
	display: inline;
	width: 50%;
}
.industryDl dd.odd .con .pic{
	overflow: hidden;
	float: right;
	display: inline;
	width: 50%;
}
.industryDl .con .pic:before{
	padding-top: 56.25%;
}
.industryCon{
	overflow: hidden;
}
.industryCon_float{
	width: 550px;
	padding-left: 50px;
}
.industryDl dd.odd .industryCon_float{
	float: right;
	display: inline;
	padding-right: 50px;
}

.industryCon .title{
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	color: #333;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.industryCon .textC{
	line-height: 30px;
	font-size: 16px;
	color: #666;
	height:120px ;
	margin-bottom: 82px;
	overflow: hidden;
	text-indent: 2em;
}
.industryCon .textC .div1{
	padding-right: 10px;
}
.industryCon .more{
	display: block;
	width: 40px;
	height: 40px;
}
.industryCon .more a span{
	display: block;
	width: 36px;
	height: 36px;
	background: url(/subsiteSrc/cnPc/images/indutyMore.png) center center no-repeat;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.industryDl dd .con:hover .title{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	color: #263c93;
}
.industryDl dd .con:hover .more a span{
	transform: translateY(3px);
	-webkit-transform: translateY(3px);
	background: url(/subsiteSrc/cnPc/images/indutyMore_h.png) center center no-repeat;
}
/*战狼pc预测产业 end*/

/* 联系我们 start */

.contactDl{
	overflow: hidden;
	margin: 0 -10px;
}
.contactDl dd{
	float: left;
	display: inline;
	width: 33.333%;
	padding-top: 85px;
}
.contactDl dd .con{
	position: relative;
	margin: 0 10px;
	padding: 0 25px 23px;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.contactIcon{
	position: relative;
	height: 60px;
}
.contactIcon span{
	position: absolute;
	width: 136px;
	height:136px;
	top: -78px;
	left: 50%;
	margin-left: -68px;
	border-radius: 100%;
	z-index: 5;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	background: #fff;
}
.contactIcon span em{
	position: absolute;
	left: 9px;
	top: 9px;
	right: 9px;
	bottom: 9px;
	border: 1px dashed #4d82e2;
	border-radius: 100%;
}
.contactIcon em::before{
	display: block;
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	background: #4d82e2;
	border-radius: 100%;
}
.contactDl .contactIcon i{
	display: block;
	width: 118px;
	height: 118px;
	position: relative;
	z-index: 5;
}
.contactDl .dd1 .contactIcon em{
	border-color: #ffb72a;
}
.contactDl .dd1 .contactIcon em::before{
	background: #ffb72a;
}
.contactDl .dd2 .contactIcon em{
	border-color: #77a0f6;
}
.contactDl .dd2 .contactIcon em::before{
	background: #77a0f6;
}
.contactDl .dd3 .contactIcon em{
	border-color: #8cc3ab;
}
.contactDl .dd3 .contactIcon em::before{
	background: #8cc3ab;
}
.contactDl .dd1 .contactIcon em i{
	background: url(/subsiteSrc/cnPc/images/dz.png) center center no-repeat;
}
.contactDl .dd2 .contactIcon em i{
	background: url(/subsiteSrc/cnPc/images/dh.png) center center no-repeat;
}
.contactDl .dd3 .contactIcon em i{
	background: url(/subsiteSrc/cnPc/images/yx.png) center center no-repeat;
}
.contactDl .title{
	height: 42px;
	line-height: 42px;
	font-size: 19px;
	color: #333;
	text-align: center;
	margin-bottom: 10px;
}
.contactDl .text{
	height: 81px;
	line-height: 27px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.contactDl dd .con:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0px 7px rgba(0,0,0,0.1);
}
.contactDl dd .con:hover .contactIcon span{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.coloumnMap{
	padding: 10px;
	background: #fff;
}
.coloumnMap .map{
	height: 470px;
	overflow: hidden;
	background: #f5f5f5;
}
/* 联系我们 end */

/* 招聘列表 start */
.recruitList {
    overflow: hidden;
}
.recruitList dt{
	background: #999;
	padding: 0 60px;
}
.recruitList .title {
    height: 60px;
    line-height:60px;
    font-size: 0;
	background:#2950a0;
}
.recruitList table{
	width: 100%;
}
.recruitList .title span {
   display: block;
   /* width: 205px;*/
    font-size: 14px;
	color: #fff;
	padding: 0 5px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.recruitList dd {
    overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.recruitList dd:last-child {
    margin-bottom: 28px;
}
.recruitList dd.active{
	border:none;
}
.recruitList dd .recruitT {
    overflow: hidden;
    height: 60px;
    line-height:60px;
    color: #656565;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
	padding: 0 50px;
}

.recruitList dd .recruitT .text {
    font-size: 0px;
    overflow: hidden;
}

.recruitList dd .recruitT .textName {
    /*width: 205px;*/
    display: block;
    font-size: 14px;
    color: #666;
	padding: 0 5px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.recruitList dd .recruitT .btn {
    height:60px;
    padding: 0 30px;
    background: url(/subsiteSrc/cnPc/images/upBottom.png) no-repeat center center;
	font-size: 14px;
	color: #666;
}
.recruitList dd.active .recruitT .btn{
	 background: url(/subsiteSrc/cnPc/images/uptop.png) no-repeat center center;
}

.recruitList dd .recruitC {
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    display: none;
    background: #fafafa;
    padding-top: 12px;
	padding: 18px 50px 25px;
}

.recruitTable {
    font-size: 14px;
    color: #555555;
}

.recruitList dd .recruitC .recruitText_title {
    font-size: 16px;
    color: #333;
    line-height: 32px;
	display: block;
	margin-bottom: 12px;
}

.recruitList dd .recruitC .tel {
    padding-top: 23px;
    display: block;
}

.recruitText {
    overflow: hidden;
	line-height: 32px;
	font-size: 14px;
	color: #666;
}
.recruitBtn {
    overflow: hidden;
    width: 150px;
	height: 38px;
}

.recruitBtn a {
    overflow: hidden;
    display: block;
	width: 150px;
	text-align: center;
    height: 42px;
    line-height: 42px;
    float: left;
    display: inline;
    background: #f39800;
    color: #FFF;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
	font-size: 14px;
}

.recruitBtn a:hover {
    opacity: 0.9
}

.recruitList dd:hover .recruitT {
    color: #2950a0;
}

.recruitList dd:hover .recruitT .textName {
    color: #2950a0;
}

.recruitList dd:hover .recruitT .btn {
   color: #fff;
}

.recruitList dd.active .recruitT {
    color: #2950a0;
}

.recruitList dd.active .recruitT .textName {
    color: #2950a0;
}

.recruitList dd.active .recruitT .btn {
   color:#fff;
}
.recruitCTab td{
	line-height: 20px;
	padding: 6px 0;
	font-size: 14px;
	color: #333;
}
.recruitCTab td b{
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.recruitTfloat{
	float: left;
	display: inline;
	width: 440px;
	padding-right: 75px;
	position: relative;
}
.recruitTfloat::before{
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 230px;
	right: 0;
	background: #DEDEDE;
	top: 50%;
	margin-top: -115px;
}
.recruitTfloat:nth-child(2){
	padding-left:50px;
}
.recruitTfloat:nth-child(2)::before{
	display: none;
}
/* 招聘列表 end */

/*发展历程 start*/
.event{
	background:#fff url(../images/eventBg.jpg) center top no-repeat;
	background-size: cover;
}
.eventDl{
	position: relative;
	width: 815px;
	margin: 0 auto;
	background: url(/subsiteSrc/cnPc/images/eventLine.png) center top;
	background-repeat: repeat-y;
}
.eventIco{
	height: 37px;
	width: 35px;
	margin: 0 auto;
	background: url(/subsiteSrc/cnPc/images/eventIco1.png);
}
.eventDl dd{
	padding:20px 0 19px 0;
	width: 370px;
	position: relative;
}
.eventDl dd.even{
	margin-left: 500px;
}
.eventDl dd.odd .title{
	text-align: right;
	padding-right: 25px;
}
.eventDl dd:hover .title{
	font-size: 24px;
	font-weight: bold;
	color: #2950a0;
}
.eventDl .title{
	font-size: 24px;
	color: #333;
}
.eventDl .info{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding-top: 5px;
	height: 90px;
	overflow-y: auto;
	padding-right: 10px;
	width: 335px;
}
.eventDl .dots{
	position: absolute;
	top: 32px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #134B96;
}
.eventDl dd.one .dots{
	right: -13px;
}
.eventDl dd.two .dots{
	right: auto;
	left: -153px;
}
.eventDl dd.three .dots{
	right: -72px;
}
.eventDl dd.four .dots{
	right: auto;
	left: -40px;
}
/*发展历程 end*/
/*
-----------------------------内页样式end-----------------------------
*/
