@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 30px;
}

.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: #0f5e37;
}

.articleBox {
	line-height: 32px;
	padding: 10px 0;
	color: #666666;
	font-size: 16px;
}

.articleBox img { max-width: 100%; margin-top: 10px; margin-bottom: 10px; }

.minH600 { height: 370px;  overflow: hidden; 
}

/**
 * 文章阅读页-内容上部大图
 */

#play {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 20px auto 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(about:blank);
}

#play .prev_a {
	left: 0;
}

#play .next_a {
	right: 0
}

#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}

#play .prev_a span {
	background: url(../images/file/article_icon.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/file/article_icon.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 600px;
	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 #0f5e37;
	background: #0f5e37;
}

.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(../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(../images/file/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../images/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../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;
	border-top: 1px solid #ddd;
}

.pageUpC div{
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #666;
}

.pageUp a {
	width: 206px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #666;
}
.pageUp a:hover {
	color: #0f5e37;
}

.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(../images/kj.png) center center no-repeat;
}

.articleShare  .bshare-custom  a.bshare-qqim {
	background: url(../images/qq.png) center center no-repeat;
}

.articleShare  .bshare-custom  a.bshare-sinaminiblog {
	background: url(../images/wb.png) center center no-repeat;
}

.articleShare  .bshare-custom  a.bshare-weixin {
	background: url(../images/wx.png) center center no-repeat;
}
.articleShare .bshare-custom  a.bshare-qzone:hover {
	background: url(../images/kj_h.png) center center no-repeat;
}

.articleShare  .bshare-custom  a.bshare-qqim:hover {
	background: url(../images/qq_h.png) center center no-repeat;
}

.articleShare  .bshare-custom  a.bshare-sinaminiblog :hover{
	background: url(../images/wb_h.png) center center no-repeat;
}

.articleShare  .bshare-custom  a.bshare-weixin:hover {
	background: url(../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: 26px;
}

.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 .text .title {
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	padding: 0 10px;
	text-align: center;
}

.imgList dd .con .text .title a {
	display: block;
	color: #333;
}

.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(../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 a {
	color: #0f5e37;
}

.viewMore:hover span {
	color: #0061b6;
	background: url(../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;
}

.imText .con .pic {
	width: 330px;
	margin-right: 30px;
}

.imText .con .text {
	overflow: hidden;
}

.imText .con .text .time {
	height:32px;
	line-height: 32px;
	font-size: 14px;
	color: #999;
}

.imText .con .text .title {
	height: 40px;
	line-height: 40px;
	padding-top: 8px;
}

.imText .con .text .title a {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #333;

}

.imText .con .text .textC {
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	padding-top: 12px;
}

.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);
}

.imText .con:hover .text .title a {
	color: #0f5e37;
}

/*图文列表页end*/

/*全文列表页start*/

/*全文列表页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(../images/eventP.png) center center no-repeat;
}

.eventColumnScroll .next {
	position: absolute;
	width: 46px;
	height: 46px;
	top: -12px;
	right: -46px;
	cursor: pointer;
	background: url(../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(../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(../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(../images/pay2.png) left center no-repeat;
}

/*专家团队end*/

/*招聘表单start*/

/*招聘表单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: 120px;
	line-height: 20px;
	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*/

/*联系我们start*/
.contactTitle{
	height:50px;
	line-height:50px;
	font-size: 22px;
	color: #454545;
	text-align: center;
}
.conctDl1{
	overflow: hidden;
	padding: 10px 5px 0;
}
.conctDl1 dd{
	float: left;
	display: inline;
	width: 33.333%;
	position: relative;
}
.conctDl1 dd:after{
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 80px;
	background: #e6e6e6;
	top: 25px;
	right: 0;
}
.conctDl1 dd:last-child:after{
	background: none;
}
.conctDl1 dd .con{
	padding: 20px 50px;
	transition: all 0.3s linear;
	-wbkit-transition: all 0.3s linear;
}
.conctDl1 dd .con:hover{
	box-shadow: 0px 1px 7px rgba(0,0,0,0.2);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.conctDl1 dd .icon{
	height: 50px;
	line-height: 50px;
	margin-bottom: 25px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.conctDl1 dd .con:hover .icon{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.conctDl1 dd.dd1 .icon{
	background: url(../images/ct1.png) center center no-repeat;
}
.conctDl1 dd.dd2 .icon{
	background: url(../images/ct2.png) center center no-repeat;
}
.conctDl1 dd.dd3 .icon{
	background: url(../images/ct3.png) center center no-repeat;
}
.conctDl1 dd .con .title{
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.conctDl1 dd .con .titleOust{
	display: inline-block;
}
.titleOusta{
	float: left;
	display: inline;
	position: relative;
	width: 130px;
	text-align: center;
}
.conctDl1 dd .con .textOust{
	display: inline-block;
}
.textOusta{
	float: left;
	display: inline;
	position: relative;
	width: 130px;
	text-align: center;
}
.conctDl1 dd .con .text{
	line-height: 35px;
	padding: 10px 0;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.contactColumn2{
	padding: 0 96px;
}
.contactBox{
	background: #fff;
	padding: 20px;
}
.coloumnMap{
	height: 500px;
	overflow:hidden ;
}
.map{
	height: 500px;
	background: #f5f5f5;
}
/*联系我们end*/

/*联系我们 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(../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(../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 30px;
	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;
	width: 100%;
	height:100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	object-fit: contain;
	object-position: center center;
}
.honnorList dd .text{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	padding: 0 10px;
	color: #666;
	text-align: center;
}
.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: #0f5e37;
}
/* 企业荣誉 end */

/* 视频列表 start */
.video .textVde{ border: none; font-size: 20px; color: #000000; text-align: center; font-weight: bold; }
.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: 33.333%;
	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 em{
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 40px;
	margin-right: 10px;
	transition: all 0.3s linear;
	-wevkit-transition: all 0.3s linear;
	position: relative;
}
.productHead .con a em i{
	position: absolute;
	width: 50px;
	height: 40px;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s linear;
	-wevkit-transition: all 0.3s linear;
}
.productHead .con a em i.i2{
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.productHead .con:hover a em i.i1{
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.productHead .con.hover a em i.i1{
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.productHead .con:hover a em i.i2{
	opacity: 1;
	visibility: visible;
	z-index: 2;
}
.productHead .con.hover a em i.i2{
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.productHead .con a span{
	display: inline-block;
	vertical-align: middle;
	background: url(../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(../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(../images/proicon3h.png) no-repeat center center;
}

.productHead .con a:hover{
	background: #edecea;
	color: #0f5e37;
}
.productHead .con a:hover span{
	background: url(../images/proicon3h.png) no-repeat center center;
}
.productHead .con1 a:hover i{
	background: url(../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: 33.33%; padding-top: 15px; padding-right: 0; padding-bottom: 15px; padding-left: 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(../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(../images/productPrev.png) center center no-repeat;
}
.productBtnNext{
	position: absolute;
	width: 54px;
	height: 54px;
	top: 50%;
	margin-top: -170px;
	right: 5.625%;
	background: url(../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(../images/productPrev_h.png) center center no-repeat;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.productBtn a.productBtnNext:hover{
	background: url(../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;
	margin-top: -30px;
}

.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: 100%;
}

.product2 .slideBox .pic img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	object-fit: contain;
	object-position: center center;
}

.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{
	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;
	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;
}

.recruitText span {
    height: 45px;
    line-height: 45px;
    display: block;
    position: relative;
    padding-left: 15px;
    border-bottom: 1px solid #eee4cb;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.recruitText span:after {
    display: block;
    content: "";
    position: absolute;
    width: 3px;
    height: 20px;
    background: #428a7b;
    left: 0;
    top: 13px;
}

.recruitBtn {
    overflow: hidden;
}

.recruitBtn a {
    overflow: hidden;
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0f5e37;
    margin: 0 auto;
    font-size: 18px;
    color: #FFF;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.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: 0 50px;
}

.joinForm_dl dd {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.joinForm_dl dd .uploader-file-list{
	margin-left: 100px;
}
.joinForm_dl dd .webuploader-pick{
	background: #666;
}
.jianNub{
	line-height: 40px;
	padding: 0 10px;
}
.joinForm_dl dd .formBox {
	overflow: hidden;
}

.joinForm_dl dt {
	position: relative;
	margin-bottom: 20px;
}

.joinFormName {
	float: left;
	display: inline;
	width: 100px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	text-align: right;
	font-size: 15px;
	color: #666;
}

.formDiv {
	width: 400px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}

.joinFormInp {
	display: block;
	width: 398px;
	height: 38px;
	overflow: hidden;
	padding: 0px 25px;
	font-size: 14px;
	background: transparent;
	border-radius: 3px;
	color: #666;
	font-family: "microsoft yahei";
	line-height: 38px;
	border: none;
	box-sizing: border-box;
}

.joinForm_dl dd label {
	margin-right: 15px;
}

.joinForm_dl dt .formAbox {
	overflow: hidden;
	height: 100px;
	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;
}

.formDiv.w_100 {
	width: 245px;
}

a.joinCode {
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}

.joinCode img {
	display: block;
	height: 40px;
	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: 100px;
}

.contactBt a {
	display: inline-block;
	width: 160px;
	height: 50px;
	overflow: hidden;
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 52px;
	border-radius: 3px;
	margin: 0px 5px;
}

.contactSubmit {
	background: #0f5e37;
	color: #fff !important;
}

.contactReset {
	background: #e6e6e6;
	color: #999;
}
.aykjClass .layui-layer-ico{
	overflow: hidden;
	background: url(../images/close.png) no-repeat;
	background-position:0 !important;
	position: absolute;
	right: -65px !important;
	top: -16px !important;
	width: 32px !important;
	height: 32px !important;
	margin-left: 0;
}
/*招聘表单end*/
/*我们的优势 start*/
.industryDl dd{
	padding: 90px 0;
}
.industryDl dd.even{
	background: #fff;
}
.industryDl dd.odd{
	background: #f5f5f5;
}
.industryDl .con{
	overflow:hidden; 
	position: relative;
}
.industryDl .con .text{
	width: 50%;
}
.industryDl .con .pic{
	overflow: hidden;
	width: 530px;
}
.industryDl .con .pic:before{
	padding-top: 75%;
}
.industryDl .con .pic img{
	object-fit: contain;
}
.industryDl dd.even .con .text{
	padding-right: 56px;
}
.industryDl dd.odd .con .text{
	position: absolute;
	height: 100%;
	left: 586px;
	right: 0;
	top: 0;
}
.industryCon .title{
	position: relative;
	height: 82px;
	line-height: 82px;
	font-size: 36px;
	color: #333;
}
.industryCon .title:after{
	display: block;
	content:"";
	position: absolute;
	width: 60px;
	height: 2px;
	background: #fac10b;
	left: 0;
	bottom: 0;
}
.industryCon .textC{
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.industryCon .textC .div1{
	padding-right: 10px;
}
/*我们的优势 end*/
/*
-----------------------------内页样式end-----------------------------
*/
