/* 产品列表 start */
.productListBox {
	position: relative;
	z-index: 1;
	padding-bottom: 100px;
	background: url(../images/cropBoxBg.png) no-repeat top center;
	background-size: cover;
}

/* .productListBg1{
	position: absolute;
	top: 0;
	left: 0;
	width: 785px;
	height: 905px;
	background: url(../images/proc1Bg.png) no-repeat center center;
	z-index: -1;
} */
.productListTop {
	padding-top: 70px;
}

.productListTop .title1 {
	text-align: center;
	font-size: 36px;
	color: #0075c1;
	margin-bottom: 4px;
	line-height: 56px;
	padding: 0 30px;
}

.productListTop .info {
	width: 856px;
	margin: 0 auto 50px;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}

.productListTop .title2 {
	font-size: 24px;
	color: #127ac3;
	text-align: center;
	padding: 0 30px;
	line-height: 40px;
	margin-bottom: 8px;
}

.productListTop .cropColumn1Dl {
	margin-bottom: 56px;
}

.productDl1 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

/* .productDl1:before{
	display: block;
	content: '';
	position: absolute;
	top: 510px;
	right: 0;
	width: 295px;
	height: 633px;
	background: url(../images/proc2Bg.png) no-repeat center center;
	background-size: cover;
} */
.productDl1 dd {
	margin-bottom: 30px;
}

.productDl1 dd .con {
	overflow: hidden;
}

.productDl1 dd .pic {
	width: 440px;
	float: right;
	display: inline;
}

.productDl1 dd:nth-child(even) .pic {
	float: left;
}

.productDl1 dd .pic img {
	object-fit: contain;
}

.productDl1 dd .pic:before {
	padding-top: 100%;
}

.productDl1 dd .text {
	overflow: hidden;
	padding: 0 30px;
}

.productDl1 dd .title1 {
	text-align: center;
	font-size: 24px;
	color: #666666;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	margin-bottom: 10px;
}

.productDl1 dd .title2 {
	height: 66px;
	line-height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	margin-bottom: 46px;
}

.productDl1 dd .title2 a {
	font-size: 46px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productDl1 dd .title2 a:hover {
	color: #127ac3;
}

.productDl1 dd .cropMore a {
	margin: 0 auto;
}

.productListCon {
	position: relative;
	z-index: 1;
}

/* .productListCon:before{
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 202px;
	height: 507px;
	background: url(../images/proc3Bg.png) no-repeat center center;
	background-size: cover;
	z-index: -1;
}
.productListCon:after{
	display: block;
	content: '';
	position: absolute;
	bottom: 200px;
	right: -30px;
	width: 730px;
	height: 784px;
	background: url(../images/proc4Bg.png) no-repeat center center;
	background-size: cover;
	z-index: -1;
} */
.productListCon .title {
	font-size: 36px;
	color: #0075c1;
	text-align: center;
	position: relative;
	height: 86px;
	line-height: 86px;
	margin-bottom: 64px;
}

.productListCon .title:before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: #0075c1;
	margin-left: -25px;
}

.productDl2 {
	padding: 20px 0 0;
	margin: 0 -35px;
	overflow: hidden;
}

.productDl2 dd {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 70px;
}

.productDl2 dd .con {
	margin: 0 35px;
	background: #fff;
	overflow: hidden;
	padding: 38px 40px;
	box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.05);
}

.productDl2 dd .pic {
	width: 194px;
	float: left;
	display: inline;
	margin-right: 10px;
}

.productDl2 dd .pic img {
	object-fit: contain;
}

.productDl2 dd .pic:before {
	padding-top: 100%;
}

.productDl2 dd .text {
	overflow: hidden;
}

.productDl2 dd .title1 {
	text-align: center;
	font-size: 16px;
	color: #666666;
	max-height: 80px;
	line-height: 40px;
	margin-bottom: 8px;
	overflow: hidden;
}

.productDl2 dd .title2 {
	text-align: center;
	line-height: 42px;
	max-height: 84px;
	overflow: hidden;
	font-size: 30px;
	color: #333333;
	margin-bottom: 38px;
}

.productDl2 dd .cropMore a {
	margin: 0 auto;
}

.spreadBtn {
	text-align: center;
	margin-bottom: 80px;
}

.spreadBtna {
	width: 260px;
	height: 66px;
	margin: 0 auto;
	background: #fff;
	border-radius: 66px;
	box-shadow: -1px 0px 15px 6px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.spreadBtna a {
	display: block;
	height: 66px;
	line-height: 66px;
	text-align: center;
}

.spreadBtna a span {
	display: inline-block;
	font-size: 16px;
	color: #e8ce3d;
	padding-right: 36px;
	height: 66px;
	line-height: 66px;
	background: url(../images/tg.png) right center no-repeat;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.spreadBtna a:hover span {
	padding-right: 42px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/tg_h.png) right center no-repeat;
}

.spreadBtna:hover {
	border-color: #50aff5;
	color: #fff;
	background-image: linear-gradient(to right, #60baf5, #007bf5);
	background-image: -webkit-linear-gradient(left, #60baf5, #007bf5);
}

/* 产品列表 end */

/* 产品详情 start */
.productViewTop {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	padding: 100px 0 66px;
	z-index: 1;
}

.productViewTop:before {
	display: block;
	content: '';
	position: absolute;
	bottom: -252px;
	right: 100px;
	width: 1643px;
	height: 682px;
	background: url(../images/prov1Bg.png) no-repeat center center;
	background-size: cover;
	z-index: -1;
}

.productViewTopCon {
	overflow: hidden;
}

.productViewTopCon .productVScroll1 {
	width: 440px;
	float: left;
	display: inline;
	margin-right: 105px;
	padding-bottom: 30px;
	position: relative;
}

.productVScroll1 .slick-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 3;
}

.productVScroll1 .slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	line-height: 9999px;
	text-align: center;
	background: #0276c2;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productVScroll1 .slick-dots li.slick-active {
	width: 24px;
}

.productViewTopCon .pic img {
	object-fit: contain;
}

.productViewTopCon .pic:before {
	padding-top: 100%;
}

.productViewTopCon .text {
	overflow: hidden;
	padding-top: 25px;
}

.productViewTopCon .title {
	height: 116px;
	line-height: 116px;
	overflow: hidden;
	position: relative;
	font-size: 42px;
	color: #333333;
	margin-bottom: 26px;
}

.productViewTopCon .title:before {
	display: block;
	content: '';
	width: 50px;
	height: 3px;
	background-color: #0276c2;
	position: absolute;
	bottom: 0;
	left: 0;
}

.productViewTopCon .info {
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}

.productViewTopCon .btn {
	font-size: 16px;
	color: #0276c2;
	line-height: 36px;
}

.productVTitle {
	height: 70px;
	line-height: 70px;
	font-size: 30px;
	color: #0276c2;
	padding-left: 62px;
	background: url(../images/provTicon.png) no-repeat left center;
}

.productViewBoxCon1 {
	display: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	overflow: hidden;
}

.productViewBoxCon1.show {
	height: auto;
}

.productViewBox1 {
	padding: 62px 0 52px;
	background: url(../images/prov2Bg.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.productViewCon1 {
	padding-top: 20px;
}

.productViewCon1 .title {
	font-size: 18px;
	color: #333333;
	height: 48px;
	line-height: 48px;
	margin-bottom: 15px;
}

.productViewCon1 .statusBtn {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #999999;
}

.productViewCon1 .statusBtn span {
	display: inline-block;
	vertical-align: middle;
	height: 48px;
	width: 20px;
	cursor: pointer;
	background: url(../images/proStatusEye.png) no-repeat center center;
	margin-left: 25px;
}

.productViewCon1 .statusBtn.active span {
	display: inline-block;
	vertical-align: middle;
	height: 48px;
	width: 20px;
	cursor: pointer;
	background: url(../images/proStatusEyeh.png) no-repeat center center;
	margin-left: 25px;
}

.productViewDl {
	margin-bottom: 6px;
}

.productViewDl dd {
	margin-bottom: 3px;
	overflow: hidden;
	margin-right: -3px;
}

.productViewDl dd .con {
	width: 33.3333%;
	float: left;
	display: inline;
}

.productViewDl dd .item {
	margin-right: 3px;
	background-color: #0075c1;
	overflow: hidden;
	height: 94px;
	line-height: 94px;
	padding-left: 80px;
	padding-right: 48px;
}

.productViewDl dd .count {
	overflow: hidden;
	text-align: right;
	font-size: 18px;
	color: #ffffff;
}

.productViewDl dd .element {
	margin-top: 18px;
	margin-right: 20px;
	width: 58px;
	height: 58px;
	line-height: 58px;
	border-radius: 50%;
	border: 1px dashed rgba(255, 255, 255, 0.5);
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	text-transform: capitalize;
}

.productViewDl dd .count {
	overflow: hidden;
	text-align: right;
	font-size: 18px;
	color: #ffffff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productViewDl dd .element {
	margin-top: 18px;
	margin-right: 20px;
	width: 58px;
	height: 58px;
	line-height: 58px;
	border-radius: 50%;
	border: 1px dashed rgba(255, 255, 255, 0.5);
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	text-transform: capitalize;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productViewDl.show dd .element {
	opacity: 1;
	visibility: visible;
}

.productViewDl.show dd .count {
	opacity: 1;
	visibility: visible;
}

.productViewDl dd.active .item {
	background: #f7ac02;
}

.productViewCon1 .ps {
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	color: #999999;
	padding-left: 22px;
	background: url(../images/provPsicon.png) no-repeat left center;
}

.productViewBox2 {
	padding: 70px 0;
	background-color: #fff;
	overflow: hidden;
}

.productViewCon2 {
	padding-top: 28px;
	margin-bottom: 40px;
}

.productVTab {
	text-align: center;
	font-size: 0;
	margin-bottom: 30px;
}

.productVTab .title {
	display: inline-block;
	background-color: #fff;
	width: 155px;
	text-align: center;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #333333;
	border-radius: 6px;
	overflow: hidden;
	margin: 0 15px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	cursor: pointer;
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.06);
	margin-bottom: 20px;
}

.productVTab .title.hover {
	background-image: linear-gradient(to right, #62bbf5, #007bf5);
	background-image: -webkit-linear-gradient(left, #62bbf5, #007bf5);
	box-shadow: 0 0 7px 0 rgba(0, 117, 193, 0.16);
	-webkit-box-shadow: 0 0 7px 0 rgba(0, 117, 193, 0.16);
	color: #fff;
}

.productVTabC {
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}

.productVTabC .pic {
	width: 565px;
	margin-right: 30px;
}

.productVTabC .pic:before {
	padding-top: 66.54867%;
}

.productVTabC .text {
	padding-top: 14px;
	overflow: hidden;
	padding-right: 50px;
}

.productVTabC .title {
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	color: #333333;
	margin-bottom: 12px;
}

.productVTabC .textC {
	padding-top: 28px;
	position: relative;
}

.productVTabC .textC:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 4px;
	background-color: #f5f5f5;
}

.productVTabC .textCon {
	overflow: hidden;
	margin-bottom: 16px;
}

.productVTabC .title2 {
	float: left;
	display: inline;
	font-size: 15px;
	color: #333333;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	width: 165px;
}

.productVTabC .info {
	font-size: 16px;
	color: #999999;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}

.productOtherList{
	margin: 0 -20px;
}

.productOtherList dd{
	width: 25%;
	float: left;
	display: inline;
}

.productOtherList dd a{
	font-size: 16px;
	color: #e8ce3d;
	text-align: center;
	position: relative;
	z-index: 1;
	height: 65px;
	line-height: 65px;
	margin: 0 20px;
	display: block;
	border-radius: 65px;
	overflow: hidden;
	background: rgb(255, 255, 255);
	box-shadow: 0 0 30px 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 0 30px 1px rgba(0,0,0,0.05);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productOtherList dd a span{
	width: 17px;
	height: 15px;
	background: url(../images/otherMore.png) no-repeat center center;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productOtherList dd a:before{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	width: 0;
	height: 100%;
	background-image: -moz-linear-gradient( 180deg, rgb(0,123,245) 0%, rgb(103,190,245) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(0,123,245) 0%, rgb(103,190,245) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(0,123,245) 0%, rgb(103,190,245) 100%);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productOtherList dd a:hover{
	color: #ffffff;
}

.productOtherList dd a:hover:before{
	width: 100%;
}

.productOtherList dd a:hover span{
	background: url(../images/otherMoreH.png) no-repeat center center;
}

.productViewBox3 {
	padding-top: 60px;
	padding-bottom: 110px;
	background-color: #e8f4f9;
	overflow: hidden;
}

.productViewCon3 {
	padding-top: 45px;
}

.productVScroll {
	position: relative;
}

.productVScroll .bd {
	overflow: hidden;
}

.productVScroll .slick-list {
	margin: 0 -22px;
}

.productVScroll .myslide {
	float: left;
	width: 33.3333%;
	display: inline;
}

.productVScroll .con {
	background-color: #ffffff;
	margin: 0 22px;
	border-radius: 6px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.productVScroll .con .pic:before {
	padding-top: 56.44444%;
}

.productVScroll .con .title {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.productVScroll .con .text {
	padding: 24px 20px 32px;
}

.productVScroll .con .title a {
	font-size: 20px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productVScroll .con .title a:hover {
	color: #0276c2;
}

.productVScroll .con .info {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	font-size: 15px;
	color: #999999;
}

.productVScroll .prev {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	background: #ffffff url(../images/provPrev.png) no-repeat center center;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: -70px;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productVScroll .next {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	cursor: pointer;
	background: #ffffff url(../images/provNext.png) no-repeat center center;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	right: -70px;
	z-index: 1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productVScroll .prev:hover {
	background: #0075c1 url(../images/provPrevh.png) no-repeat center center;
}

.productVScroll .next:hover {
	background: #0075c1 url(../images/provNexth.png) no-repeat center center;
}

/* 产品详情 end */

/* 图文列表 start */
.imgText {
	overflow: hidden;
}

.imgText dd {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgText dd .con {
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px solid #f5f5f5;
}

.imgText dd .pic {
	width: 390px;
	margin-right: 30px;
}

.imgText dd .pic:before {
	padding-top: 56.41025%;
}

.imgText dd .text {
	overflow: hidden;
	padding-top: 24px;
}

.imgText dd .title {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 4px;
}

.imgText dd .title a {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgText dd .title span {
	font-size: 20px;
	color: #e8690d;
	line-height: 20px;
	margin-left: 10px;
}

.imgText dd .textC {
	overflow: hidden;
	margin-bottom: 32px;
}

.imgText dd .more {
	width: 140px;
	height: 50px;
	position: relative;
	margin-left: 56px;
}

.imgText dd .more:before {
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #f5f5f5;
	left: 0;
	top: 0;
}

.imgText dd .time {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #999999;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgText dd .more {
	margin-top: 60px;
}

.imgText dd .more a {
	display: block;
	height: 100%;
	background: url(../images/textMore.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.imgText dd .info {
	overflow: hidden;
	line-height: 30px;
	height: 60px;
	font-size: 16px;
	color: #666666;
}

.imgText dd .textCon {
	overflow: hidden;
}

.imgText dd:hover {
	background-color: #f5f5f5;
}

.imgText dd:hover .title a {
	color: #0276c2;
}

.imgText dd:hover .more a {
	background: url(../images/textMoreh.png) no-repeat center center;
}

/* 图文列表 end */

/*新闻详细页start*/
.newsViewBoxCon {
	overflow: hidden;
}

.newsViewR {
	width: 350px;
	margin-left: 20px;
	padding-top: 10px;
	background-color: #fff;
}

.newsViewR .title {
	height: 90px;
	line-height: 90px;
	font-size: 28px;
	color: #0075c2;
	border-bottom: 1px solid #f5f5f5;
	padding-left: 20px;
	margin-bottom: 30px;
}

.newsViewRDl {
	padding: 0 20px 20px;
	overflow: hidden;
}

.newsViewRDl dd {
	overflow: hidden;
	margin-bottom: 20px;
}

.newsViewRDl dd .date {
	width: 80px;
	height: 80px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #f5f5f5;
	margin-right: 20px;
	text-align: center;
}

.newsViewRDl dd .day {
	padding-top: 10px;
	font-size: 28px;
	color: #999999;
}

.newsViewRDl dd .year {
	font-size: 16px;
	color: #999999;
}

.newsViewRDl dd .text {
	overflow: hidden;
	padding-top: 12px;
}

.newsViewRDl dd .ddTitle {
	height: 60px;
	line-height: 30px;
	overflow: hidden;
}

.newsViewRDl dd .ddTitle a {
	font-size: 16px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.newsViewRDl dd .ddTitle a:hover {
	color: #0075c2;
}

.newsViewBox {
	position: relative;
	background: #fff;
	padding: 30px 40px;
	overflow: hidden;
}

.newsViewTop {
	width: 100%;
	position: relative;
	height: 140px;
	top: 0px;
	left: 0;
	background: #fff;
	z-index: 5;
}



.articleTitle {
	clear: both;
	line-height: 40px;
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	position: relative;
}

.articleTime {
	display: block;
	height: 40px;
	clear: both;
	color: #999999;
	font-size: 16px;
	line-height: 40px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
}

.articleTime span {
	padding-right: 30px;
	font-size: 16px;
	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: #0276c2;
}

.articlePage a.hover {
	color: #fff;
	background: #0276c2;
}

.articleBox {
	line-height: 30px;
	padding: 10px 0;
	color: #666666;
	font-size: 15px;
}

.articleBox table {
	border: 1px solid #666;
	border-collapse: collapse;
}

.articleBox table tr {
	border: 1px solid #666;
	border-collapse: collapse;
}

.articleBox table td {
	border: 1px solid #666 !important;
	border-collapse: collapse;
}

.articleBox img {
	max-width: 100%;
}

.minH600 {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

/**
 * 文章阅读页-内容上部大图
 */

#play {
	width: 805px;
	height: 452px;
	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: 805px;
	height: 452px;
	overflow: hidden;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 805px;
	height: 452px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 605px;
	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 #0276c2;
	background: #0276c2;
}

.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: 16px;
	color: #000;
}

.pageUp {
	display: block;
	margin: 0 auto;
	padding: 40px 0 10px;
	border-top: 1px solid #F5F5F5;

}

.pageUpC {
	display: block;
	overflow: hidden;
	background: #fdfaf2;
	background: -webkit-linear-gradient(right, #fdfaf2 52%, #f9d5d9);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #fdfaf2 52%, #f9d5d9);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #fdfaf2 52%, #f9d5d9);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #fdfaf2 52%, #deedf7);
	/* 标准的语法（必须放在最后） */
}

.pageUp a {
	float: left;
	display: block;
	width: 50%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #808080;
	position: relative;
	padding: 0 64px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.pageUp a::after {
	display: block;
	content: "";
	position: absolute;
	width: 64px;
	height: 60px;
	top: 0;
}

.pageUp a.pageF::after {
	left: 0;
	background: url(../images/syp.png) center center no-repeat;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.pageUp a.pageL::after {
	right: 0;
	background: url(../images/xyp.png) center center no-repeat;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.pageUp a span {
	display: block;
	height: 60px;
	line-height: 60px;
	position: relative;
}

.pageUp a.pageF span {
	padding-left: 20px;
	text-align: left;
}

.pageUp a.pageL span {
	padding-right: 20px;
	text-align: right;
}

.pageUp a span::before {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	background: #ebebeb;
}

.pageUp a.pageF span::before {
	left: 0;
}

.pageUp a.pageL span::before {
	right: 0;
}

.pageUp a:hover {
	color: #0276c2;
}

.pageUp a.pageF:hover::after {
	background: url(../images/syp_h.png) center center no-repeat;
}

.pageUp a.pageL:hover::after {
	background: url(../images/xyp_h.png) center center no-repeat;
}

.articleShare {
	display: inline;
	font-size: 16px;
	color: #999;
}

.articleShare .bshare-custom {
	display: inline;
	padding-left: 25px;
}

.articleShare a {
	padding: 0 !important;
	height: 40px !important;
	width: 40px !important;
	background: url(../images/atIco.png)no-repeat !important;
}

.articleShare .bshare-qzone {
	background-position: -7px center !important;
}

.articleShare .bshare-qqim {
	background-position: -90px center !important;
}

.articleShare .bshare-sinaminiblog {
	background-position: 0 center !important;
}

.articleShare .bshare-weixin {
	background-position: -45px center !important;
}

.newsAudio .audiojs audio {
	position: absolute;
	left: -1px;
	opacity: 0;
}

.newsAudio .audiojs {
	z-index: 99999;
	background: #fff;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	width: 400px;
	margin: 0 auto;
	border: 1px solid #e5e5e5\9;
}

.newsAudio .audiojs .play-pause {
	width: 25px;
	height: 27px;
	padding: 4px 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
}

.newsAudio .audiojs .play-pause:before {
	content: '';
	display: block;
	border-right: 1px solid #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.newsAudio .audiojs p {
	display: none;
	width: 25px;
	height: 27px;
	margin: 0px;
	cursor: pointer;
}

.newsAudio .audiojs .play {
	display: block;
}

.newsAudio .audiojs .scrubber {
	position: relative;
	float: left;
	width: 240px;
	background: #f5f5f5;
	height: 14px;
	margin: 10px;
	top: 1px;
	overflow: hidden;
}

.newsAudio .audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #fbbc05;
	z-index: 1;
}

.newsAudio .audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #ffeebb;
	cursor: pointer;
}


.newsAudio .audiojs .time {
	overflow: hidden;
	height: 35px;
	line-height: 36px;
	margin: 0px 0px 0px 6px;
	padding: 0px 6px 0px 12px;
	position: relative;
	color: #666;
}

.newsAudio .audiojs .time:before {
	content: '';
	display: block;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.newsAudio .audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #666;
	font-style: normal;
}

.newsAudio .audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}

.newsAudio .audiojs .error-message {
	display: none;
	padding: 0px 10px;
	height: 35px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #666;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.newsAudio .audiojs .error-message a {
	color: #666;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	white-space: wrap;
}

.newsAudio .audiojs .play {
	background: url(../components/audio/images/play.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .loading {
	background: url(../components/audio/images/loading.png) center center no-repeat;
	background-size: 14px;
	-webkit-animation: fa-rotating 2s infinite linear;
	animation: fa-rotating 2s infinite linear;
}

.newsAudio .audiojs .loading:before {
	content: '';
}

@keyframes fa-rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.newsAudio .audiojs .error {
	background: url(../components/audio/images/error.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .pause {
	background: url(../components/audio/images/pause.png) center center no-repeat;
	background-size: 16px;
}

.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {
	display: none;
}

.newsAudio .playing .pause {
	display: block;
}

.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {
	display: none;
}

.newsAudio .loading .loading {
	display: block;
}

.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {
	display: none;
}

.newsAudio .error .error {
	display: block;
}

.newsAudio .error .play-pause p {
	cursor: auto;
}

.newsAudio .error .error-message {
	display: block;
}

/* 音频 end */
/* 新闻详细页 end */

/* 公司简介 start */
.profileCon {
	position: relative;
	background-color: #ffffff;
	z-index: 1;
	overflow: hidden;
	padding-top: 62px;
}

.profileCon:before {
	display: block;
	content: '';
	width: 100%;
	height: 640px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/profileBg.png) no-repeat center center;
	background-size: cover;
	z-index: -1;
}

.profileTitle {
	text-align: center;
	font-size: 36px;
	color: #0276c2;
	line-height: 70px;
	margin-bottom: 90px;
}

.profileDl {
	font-size: 0;
	text-align: center;
	margin-bottom: 50px;
}

.profileDl dd {
	display: inline-block;
	margin-right: 50px;
	padding-right: 50px;
	text-align: left;
	position: relative;
}

.profileDl dd:before {
	background-color: #f7cdd2;
	height: 30px;
	width: 1px;
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.profileDl dd:last-child {
	margin-right: 0;
	padding-top: 0;
}

.profileDl dd:last-child:before {
	display: none;
}

.profileDl .num {
	font-size: 40px;
	line-height: 50px;
	color: #0276c2;
}

.profileDl i {
	font-size: 14px;
	color: #0276c2;
	font-style: unset;
}

.profileDl .divT2 {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	text-align: left;
}

.profileText {
	padding-bottom: 80px;
	overflow: hidden;
}

.profileText .pic {
	width: 680px;
	margin-right: 48px;
}

.profileText .text {
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}

.profileText .pic:before {
	padding-top: 66.6176%;
}

/* 公司简介 end */

/* 荣誉资质 start */
.honorMenu{text-align: center;font-size: 0;padding: 30px 0;}
.honorMenu a{display: inline-block;width: 100px;height: 36px;line-height: 36px;border-radius: 18px;background-color: #f5f5f5;font-size: 14px;color: #666666;margin: 0 10px;background-position: center;background-repeat: no-repeat;transition: all 100ms linear;-webkit-transition: all 100ms linear;}
.honorMenu a:hover,.honorMenu a.hover{box-shadow: 0 0 8px 10px rgba(204,204,204,0.1);background-color: #fff;}
.honourDl {
	overflow: hidden;
	margin: 0 -15px;
}

.honourDl dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.honourDl dd a {
	margin: 0 15px;
	border: 4px solid #f5f5f5;
	background-color: #fff;
	display: block;
	padding: 25px 36px 10px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.honourDl dd .text {
	font-size: 16px;
	color: #333333;
	text-align: center;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.honourDl dd .pic {
	margin-bottom: 22px;
}

.honourDl dd .pic:before {
	padding-top: 77.0053%;
}

.honourDl dd .pic img {
	object-fit: contain;
}

.honourDl dd a:hover {
	border-color: #0a7ac4;
}

.honourDl dd a:hover .text {
	color: #0a7ac4;
}

.viewer-number i {
	font-style: unset;
}

/* 荣誉资质 end */

/* 销售网络 start */
.network {
	background: url(../images/networkBg.png) no-repeat center center;
	background-size: cover;
}

.networkCon {
	position: relative;
	overflow: hidden;
	height: 100vh;
}

#map {
	width: 900px;
	height: 730px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -365px;
}

/* #map:before {
    position: absolute;
    width: 60px;
    height: 84px;
    right: 178px;
    bottom: 85px;
    display: block;
    content: '';
    background-color: transparent;
    z-index: 4;
} */
.networkR {
	padding: 30px 0;
	width: 500px;
	height: 520px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -280px;
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.02);
	border-radius: 10px;
}

.networkRtitle {
	height: 55px;
	line-height: 55px;
	position: relative;
	font-size: 26px;
	color: #0075be;
	padding-left: 38px;
}

.networkRtitle:before {
	display: block;
	content: '';
	width: 5px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	background-color: #003b8f;
}

.networkRCon {
	overflow: hidden;
	padding-bottom: 66px;
	box-sizing: border-box;
	height: 100%;
}

.networkRDl {
	overflow-y: auto;
	height: 100%;
	padding: 0 20px;
}

.networkRDl dd {
	padding-top: 20px;
}

.networkRDl dd .ddCon {
	padding: 15px;
	box-shadow: 0 3px 19px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 3px 19px 0 rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

/* .networkRDl dd:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
} */
.networkRDl dd .area {
	width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	background-color: #f5f5f5;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}

.networkRDl dd .con {
	overflow: hidden;
	height: 32px;
}

.networkRDl dd .name {
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	font-size: 15px;
	color: #666666;
	margin-bottom: 5px;
	margin-right: 60px;
	position: relative;
	padding-left: 36px;
	width: 46px;
}

.networkRDl dd .name:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/networkIcn1.png) no-repeat center center;
	background-size: cover;
}

.networkRDl dd .tel {
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	font-size: 15px;
	color: #c68c28;
	position: relative;
	padding-left: 36px;
}

.networkRDl dd .tel:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/networkIcn2.png) no-repeat center center;
	background-size: cover;
}

.networkRDl dd .tel em {
	font-style: unset;
	color: #999999;
}

.networkRDl::-webkit-scrollbar {
	width: 5px;
	background: #f0f0f0;
}

.networkRDl::-webkit-scrollbar-thumb {
	width: 5px;
	background: #0276c2;
	border-radius: 2px;
}

.networkRDl::-webkit-scrollbar-corner {
	background: #f0f0f0;
}

.networkRDl::-webkit-scrollbar:horizontal {
	height: 9px;
}

/* 销售网络 end */

/* 发展历程 start */
.event {
	padding-top: 48px;
	background: url(../images/eventBg.png) no-repeat bottom center;
	background-size: cover;
	height: 950px;
}

.eventTitle {
	text-align: center;
	font-size: 28px;
	color: #333333;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	margin-bottom: 120px;
}

.eventBox {
	position: relative;
}

.eventPrev {
	position: absolute;
	cursor: pointer;
	top: 108px;
	left: -110px;
	width: 54px;
	height: 54px;
	background: url(../images/eventPrev.png) no-repeat center center;
	background-size: cover;
}

.eventNext {
	position: absolute;
	cursor: pointer;
	top: 108px;
	right: -110px;
	width: 54px;
	height: 54px;
	background: url(../images/eventNext.png) no-repeat center center;
	background-size: cover;
}

.eventCon {
	overflow: hidden;
}

.eventScroll .slick-list {
	margin-right: -88px;
}

.eventScroll .myslide {
	transition: all 0.6s ease-out;
	-webkit-transition: all 0.6s ease-out;
}

.eventScroll .slick-current.slick-active {
	margin-top: 146px;
}

.eventScroll .con {
	padding-left: 40px;
	margin-right: 90px;
	padding-bottom: 140px;
	position: relative;
}

.eventScroll .con .evenIcon {
	height: 100%;
	width: 40px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/eventIcon.png) no-repeat center center;
	background-size: contain;
	transition: all 0.7s linear;
	-webkit-transition: all 0.7s linear;
}

@keyframes myHeight {
	0% {
		height: 0;
	}

	50% {
		height: 50%;
	}

	100% {
		height: 100%;
	}
}

.eventScroll .con .pic {
	width: 278px;
}

.eventScroll .con .pic:before {
	padding-top: 55.7553%;
}

.eventScroll .con .year {
	height: 45px;
	line-height: 45px;
	font-size: 30px;
	color: #333333;
	margin-bottom: 4px;
}

.eventScroll .con .info {
	line-height: 28px;
	height: 112px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 14px;
	color: #666666;
	margin-bottom: 24px;
}

.eventScroll .con .info::-webkit-scrollbar {
	width: 5px;
	background: #f0f0f0;
}

.eventScroll .con .info::-webkit-scrollbar-thumb {
	width: 5px;
	background: #0276c2;
	border-radius: 2px;
}

.eventScroll .con .info::-webkit-scrollbar-corner {
	background: #f0f0f0;
}

.eventScroll .con .info::-webkit-scrollbar:horizontal {
	height: 9px;
}

/* 发展历程 end */

/* 人才招聘 start */
.recruit {
	overflow: hidden;
}

.recruitItem1 {
	overflow: hidden;
	height: 80px;
	line-height: 80px;
	background-color: #0377c2;
	color: #fff;
	font-size: 18px;
	padding: 0 50px;
}

.recruitItem1 .con {
	display: inline;
	float: left;
	width: 36%;
}

.recruitItem1 .con1 {
	display: inline;
	float: left;
	width: 20%;
}

.recruitItem1 .con2 {
	display: inline;
	float: left;
	width: 14%;
}

.recruitItem1 .con .title {
	color: #fff;
	font-size: 16px;
}

.recruitItem1 .con1 .title {
	color: #fff;
	font-size: 16px;
}

.recruitList {
	overflow: hidden;
	position: relative;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
}

.recruitList dd {
	overflow: hidden;
	background-color: #fff;
	position: relative;
	border-bottom: 1px solid #ebebeb;
}

.recruitT {
	height: 100px;
	line-height: 100px;
	color: #666;
	font-size: 16px;
	cursor: pointer;
	background: url(../images/recruitXiala.png) no-repeat center right 50px;
}

.recruitList dd:last-child {
}

.recruitItem {
	overflow: hidden;
	height: 100px;
	line-height: 100px;
	padding: 0 50px;
	border-bottom: 1px solid #ebebeb;
}

.recruitItem .con {
	display: inline;
	float: left;
	width: 36%;
}

.recruitItem .con1 {
	display: inline;
	float: left;
	width: 20%;
}

.recruitItem .con2 {
	display: inline;
	float: left;
	width: 14%;
}

.recruitItem .con .title {
	color: #666;
	font-size: 16px;
}

.recruitItem .con1 .title {
	color: #666;
	font-size: 16px;
}

.recruitC {
	display: none;
	padding: 50px;
}

.recruitC .recruitText {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.recruitC .recruitText span {
	font-size: 16px;
	color: #333333;
}

.recruitListBtn {
	margin-top: 35px;
}

.recruitListBtn a {
	display: inline-block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	background-color: #0276c3;
	text-align: center;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
}

.recruitListBtn a:hover {
	opacity: 0.9;
}

.recruitList dd.active .recruitT {
	background-image: url(../images/recruitXiala1.png);
}

/* 人才招聘 end */

/* 招聘表单 start*/
.recruitFormBox {
	background: #fff;
	padding: 20px 0 44px;
}

.recruitTitle .title1 {
	font-size: 28px;
	color: #333333;
	height: 58px;
	line-height: 58px;
}

.recruitTitle .title2 {
	font-size: 14px;
	color: #333333;
	height: 44px;
	line-height: 44px;
}

.recruitFormTitle {
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	color: #333333;
	padding-left: 14px;
	position: relative;
	margin-bottom: 8px;
}

.recruitFormTitle:before {
	display: block;
	content: '';
	height: 24px;
	width: 4px;
	background: #69b74a;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
}

.recruitFormCon {
	margin-right: -50px;
}

.recruitForm {
	width: 50%;
	float: left;
	display: inline;
}

.recruitForm1 {
	width: 100%;
}

.recruitForm .con {
	margin-right: 50px;
}

.recruitFDd {

	margin-bottom: 15px;

}

.recruitFTitle {
	font-size: 14px;
	color: #999999;
	height: 50px;
	line-height: 50px;
}

.recruitFBox {
	overflow: hidden;
}

.recruitFBox1 {
	margin-left: 60px;
	width: 85%;
}

/* .recruitFBox .recruitFDiv {
	padding-right: 55px;
} */

.recruitFBox textarea {
	height: 160px;
	border: none;
	outline: none;
	width: 100%;
	padding-top: 12px;
	line-height: 25px;
	background: #fafafa;
}

.recruitFDiv input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	outline: none;
	font-size: 14px;
	background: #fafafa;
}

.recruitFCon {
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	background: #fafafa;
	padding: 0 20px;
}

.recruitFYzm {
	width: 35%;
	float: left;
	margin-right: 20px;
}

.recyzmPic {
	cursor: pointer;
	width: 132px;
	height: 50px;
}

.recyzmPic img {
	width: 100%;
	height: 100%;
}

.recruitFCon1 {
	height: 118px;
}

.recruitFBtn {
	padding-top: 27px;
}

.recruitFBtn a {
	width: 77px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	margin-right: 23px;
	background: #4d82e2;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.recruitFBtn a.recruitFBtn1 {
	background: #f2f2f2;
	color: #333333;
}

.recruitFPs {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
}

.recruitFCon span {
	font-size: 14px;
	color: #d9031f;
	line-height: 50px;
	position: absolute;
	left: 10px;
	top: 2px;
}

.recruitFSel {
	height: 50px;
	position: relative;
	padding-right: 38px;
}

.recruitFSel .seljg {
	padding-left: 10px;
	line-height: 50px;
	color: #333333;
	font-size: 14px;
	cursor: pointer;
}

.recruitFSel i {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/reformSel.png) no-repeat center center;
	position: absolute;
	right: -40px;
	top: 0px;
	cursor: pointer;
}

.recruitFSel .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dedede;
	border-top: none;
	max-height: 120px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 50px;
	background: #FFF;
	display: none;
	z-index: 100000
}

.recruitFSel .selTj a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 12px;
}

.recruitFSel .selTj a:hover {
	background: #0076be;
	color: #FFF;
}

.recruitFSel .selTj a.hover {
	background: #0076be;
	color: #FFF;
}

.recruitFormUp {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	margin-bottom: 30px;
}

.recruitFormUp a {
	float: left;
	width: 130px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	overflow: hidden;
	background: rgb(105, 183, 74);
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}

.recruitFormUp span {
	float: left;
}

.recruitFormBtn {
	padding-top: 25px;
	text-align: center;
	font-size: 0;
}

.recruitFormBtn .btn {
	display: inline-block;
	margin: 0 5px;
}

.recruitFormBtn .btn a {
	display: block;
	width: 130px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.recruitFormBtn .btn.btn1 a {
	background: #0076be;
}

.recruitFormBtn .btn.btn2 a {
	background: #a1a0a0;
}

.recruitFormDown {
	margin-bottom: 15px;
}

.recruitFormDown .flieCon {
	background: #f7f7f7;
	height: 100px;
	padding: 30px 20px 0;
}

.recruitFormDown .flieBtnCon {
	overflow: hidden;
	margin-bottom: 20px;
}

.recruitFormDown .flieText {
	font-size: 14px;
	color: #666666;
}

.recruitFormDown .flieCon .btn {
	float: left;
	width: 77px;
	margin-right: 22px;
}

.recruitFormDown .flieCon .btn a {
	display: block;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.recruitFormDown .flieCon .btn.btn1 a {
	background: #f3c889;
}

.recruitFormDown .flieCon .btn.btn2 a {
	background: #e89214;
}

.recruitFormDown .flieCon .btn a:hover {
	opacity: 0.7;
}

.recruitFDd .yzmImg {
	margin-left: 15px;
}

.recruitFDd .yzmImg img {
	width: 120px;
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}

/* 招聘表单 end*/

/* 视频列表 start */
.videoList {overflow: hidden;margin-right: -30px;}
.videoList dd {width: 33.33333%;float: left;display: inline;margin-bottom: 30px;}
.videoList dd .con {display: block;margin-right: 30px;background: #fff;overflow: hidden;}
.videoList dd .pic::before{padding-top: 66.5761%;}
.videoList dd .pic .playBtn{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 0.3);z-index: 2;}
.videoList dd .pic span.play {width: 100%;height: 40px;display: block;background: url(../images/videoIco.png) no-repeat center center;}
.videoList dd .pic span.time {width: 100%;height: 16px;line-height: 16px;display: block;font-size: 16px;color: #ffffff;text-align: center;}
.videoList dd .text{padding:20px;background-color: #f5f5f5;}
.videoList dd .con .title {height: 25px;line-height: 25px;font-size: 16px;color: #333333;overflow: hidden;transition: all 0.4s;-webkit-transition: all 0.4s; text-align: center;}
.videoList dd .con:hover .title {color: #0276c2;}
.aykj-videoPop .layui-layer-setwin .layui-layer-close2{background: url(../images/videoPopClose.png) no-repeat center center / auto 40px;right: -60px;top: -40px;}
.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover{ background-position: center center;}
/* 视频列表 end */

/* 相关图片列表 start */
.productOtherPage {
	position: relative;
	padding-top: 165px;
	background-color: #def0fc;
	z-index: 1;
}

.productOtherPage:before {
	position: absolute;
	width: 582px;
	height: 537px;
	background: url(../images/OtherPageBg1.png) no-repeat center center;
	display: block;
	content: '';
	bottom: 0;
	left: 0;
	z-index: -1;
}

.productOtherPage:after {
	position: absolute;
	width: 296px;
	height: 300px;
	background: url(../images/OtherPageBg2.png) no-repeat center center;
	display: block;
	content: '';
	bottom: 60px;
	right: 0;
	z-index: -1;
}

.productOtherTitle {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	margin-bottom: 10px;
}

.productOtherTitle .title {
	font-size: 30px;
	color: #0376c2;
	font-weight: bold;
	padding-left: 25px;
	position: relative;
	z-index: 1;
}

.productOtherTitle .title:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 57px;
	height: 100%;
	background: url(../images/otherTitleBg.png) no-repeat center center;
}

.productOtherTitle .backPage a {
	font-size: 16px;
	color: #ffffff;
	display: block;
	background-image: -moz-linear-gradient(180deg, rgb(0, 123, 245) 0%, rgb(103, 190, 245) 100%);
	background-image: -webkit-linear-gradient(180deg, rgb(0, 123, 245) 0%, rgb(103, 190, 245) 100%);
	background-image: -ms-linear-gradient(180deg, rgb(0, 123, 245) 0%, rgb(103, 190, 245) 100%);
	padding: 0 35px;
	height: 45px;
	line-height: 45px;
	border-radius: 45px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productOtherTitle .backPage a span {
	position: relative;
	top: -2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 18px;
	height: 15px;
	background: url(../images/backIcon.png) no-repeat center center;
}

.productOtherTitle .backPage a:hover {
	opacity: 0.8;
}

.imgList {
	padding-top: 20px;
	overflow: hidden;
	margin: 0 -20px;
}

.imgList dd {
	float: left;
	width: 33.3333%;
	display: inline;
	margin-bottom: 40px;
}

.imgList dd a {
	display: block;
	margin: 0 20px;
	border-radius: 6px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 19px 2px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0 0 19px 2px rgba(0, 0, 0, 0.04);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	overflow: hidden;
}

.imgList dd a:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.07);
}

.imgList dd .pic:before {
	padding-top: 56.6666%;
}

.imgList dd .text {
	font-size: 20px;
	color: #4c4c4c;
	height: 80px;
	line-height: 80px;
	text-align: center;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 相关图片列表 end */

/* 相关视频列表 start */
.videoList2 {
	padding-top: 20px;
	overflow: hidden;
	margin: 0 -20px;
}

.videoList2 dd {
	float: left;
	width: 33.3333%;
	display: inline;
	margin-bottom: 40px;
}

.videoList2 dd a {
	display: block;
	margin: 0 20px;
	border-radius: 6px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 19px 2px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0 0 19px 2px rgba(0, 0, 0, 0.04);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	overflow: hidden;
}

.videoList2 dd a:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.07);
}

.videoList2 dd .pic::before {
	padding-top: 56.6666%;
}

.videoList2 dd .pic .playBtn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
}

.videoList2 dd .pic span.play {
	width: 100%;
	height: 55px;
	display: block;
	background: url(../images/videoIco2.png) no-repeat center center;
}

.videoList2 dd .text {
	font-size: 20px;
	color: #4c4c4c;
	height: 80px;
	line-height: 80px;
	text-align: center;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aykj-videoPop .layui-layer-setwin .layui-layer-close2 {
	background: url(../images/videoPopClose.png) no-repeat center center / auto 40px;
	right: -60px;
	top: -40px;
}

.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover {
	background-position: center center;
}

/* 相关视频列表 end */

/* 相关文件列表 start */
.textList{
	padding: 32px 0;
	overflow: hidden;
	padding-top: 20px;
	border-radius: 30px;
	background: rgba(255,255,255,0.5);
}
.textList dd{
	padding: 0 40px;
	overflow: hidden;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #e3ebf1;
}
.textList dd:last-child{
	border-bottom: none;
}
.textList dd .text{
	overflow: hidden;
}
.textList dd .text a{
	font-size: 18px;
	color: #333333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.textList dd .text a span{
	display: inline-block;
	background: url(../images/textFileIcon.png) no-repeat center center;
	width: 18px;
	height: 22px;
	vertical-align: middle;
	margin-right: 20px;
}
.textList dd .text a:hover{
	color: #0376c2;
}
.textList dd .time{
	font-size: 15px;
	color: #999999;
	margin-left: 20px;
}
/* 相关文件列表 end */