﻿@charset "UTF-8";

/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/

.h88{
	height: 88px;
}

/* 滚屏样式 start */
.animHide {
	opacity: 0;
}

#fullPage {
	transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
	transition-delay: 0.2s !important;
}

.section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.slide {
	float: left;
}

.slide,
.slidesContainer {
	height: 100%;
	display: block;
}

.slides {
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.section.fp-table,
.slide.fp-table {
	display: table;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.slidesContainer {
	float: left;
	position: relative;
}

.sectionCon,
.columnBox {
	height: 100%;
}

.columnBox{
	overflow: hidden;
}
#fp-nav.right{
	right: 70px !important;
}
#fp-nav ul li{
	width: 24px !important;
	height: 24px !important;
	margin: 13px 0 !important;
}
#fp-nav ul li a span{
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
	border: 2px solid transparent !important;
	background:transparent !important;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
#fp-nav ul li a span:before{
	display: block;
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	border: 1px solid #fff;
	background:transparent;
	border-radius: 50%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
#fp-nav ul li a.active span{
	border: 2px solid #fff !important;
}
#fp-nav ul li a.active span:before{
	width: 6px;
	height: 6px;
	margin-left: -4px;
	margin-top: -4px;
	background: #fff;
	border-color: transparent;
}
/* 滚屏样式 end */

/* top satrt */
.topCon {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 88px;
	z-index: 1000;
	box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.05);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.topL {
	margin-top: 28px;
}

.topL .logo img {
	height: 32px;
}

.menuDl dd {
	float: left;
	display: inline;
	height: 88px;
	position: relative;
	margin-right: 80px;
}
.menuDl dd:nth-last-child(2){
	margin-right: 77px;
}
.menuDl dd .yj a {
	font-size: 18px;
	height: 88px;
	line-height: 88px;
	color: #333333;
	display: block;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.menuDl dd.hover .yj a {
	/* font-weight: bold; */
	color: #a67e58;
}

.menuIcon div{
	background-image: linear-gradient(to right,#d3a14d,#97521f) !important;
	background-image: -webkit-linear-gradient(left,#d3a14d,#97521f) !important;
}

.topR .search {
	margin-top: 24px;
	position: relative;
}

.topR .searchIcn {
	width: 40px;
	height: 40px;
	background: url(../images/searchIcn.png) no-repeat center center;
	background-size: auto 17px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.topR .searchBox{
	padding-left: 20px;
	padding-right: 36px;
	width: 0px;
	height: 38px;
	line-height: 38px;
	position:absolute;
	top: 0;
	right: 0px;
	border: 1px solid #a67e58;
	border-radius: 38px;
	z-index: 101;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	background: #fff;
}
.topR .searchBox input{
	border: none;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 16px;
}
.topR .searchIcon{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../images/searchIcn.png) no-repeat center center;
	background-size: auto 17px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.topR .searchBox input::-webkit-input-placeholder{
	color: #333; /* placeholder颜色  */
	font-size: 14px; /* placeholder字体大小  */
	text-align: left; /* placeholder位置  */
	font-family: "hanwen";
}
.search:hover .searchBox{
	width: 238px;
	visibility: visible;
	opacity: 1;
}
.search:hover .searchIcn{
	opacity: 0;
	visibility: hidden;
}

.indexTop .topCon{
	background-color: rgba(0,0,0,.3);
	box-shadow:none;
}
.indexTop .menuDl dd .yj a{
	color: #fff;
}
.indexTop .topR .searchIcn {
    background: url(../images/searchIcn3.png) no-repeat center center;
}
.logoImg2{
	display: none;
}
.indexTop .logoImg1{
	display: none;
}
.indexTop .logoImg2{
	display: block;
}

.subMenuDiv {
	display: none;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 88px;
	z-index: 1;
}

.menuDl dd.hover .subMenuDiv {
	z-index: 3;
}

.subMenu_ul {
	width: 1000px;
	overflow: hidden;
	padding: 0px 0px;
}

.subMenu_ul li {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 2;
	float: left;
	display: inline;
	margin: 0px 15px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.menuDl dd.hover .subMenu_ul li {
	opacity: 0;
	-webkit-animation: liMove 0.3s linear forwards;
	-o-animation: liMove 0.3s linear forwards;
	animation: liMove 0.3s linear forwards;
}

@keyframes liMove {
	0% {
		transform: translateY(-110%);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.menuDl dd.hide .subMenu_ul li {
	opacity: 1;
	-webkit-animation: liHIde 0.3s linear forwards;
	-o-animation: liHIde 0.3s linear forwards;
	animation: liHIde 0.3s linear forwards;
}

@keyframes liHIde {
	0% {
		transform: translateY(0px);
		opacity: 1;
	}
	100% {
		transform: translateY(110%);
		opacity: 0;
	}
}

.subMenu_ul li a {
	display: block;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.subMenu_ul li a:hover {
	opacity: 0.8;
}

.half .subMenu_ul li a {
	font-size: 14px;
}

.subMenu_ul li a span {
	position: relative;
}
.menuBg {
    display: none;
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 88px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}

/* top end */

/*indexBanner start*/
.indexBanner {
	position: relative;
}

.indexBanner .bd {
	height: 100vh;
	overflow: hidden;
}

.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
}

.indexBanner .img {
	position: absolute;
	left: 50%;
	top: 33.7037%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 0;
	text-align: center;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
}
.indexBanner .img .imgItem.img1{
	margin-bottom: 15px;
}
.indexBanner .img .imgItem.img1 img {
	height: 44px;
}
.indexBanner .img .imgItem.img1.img2 img {
	height: 71px;
}
.indexBanner .img .imgItem.img1.img2 img.imgtext1{
	height: 36px;
	margin: 17px 25px 17px 0;
}
.indexBanner .img .imgItem img.show {
	visibility: visible;
}
.indexBanner .cricle{
	width: 42px;
	height: 42px;
	position: absolute;
	bottom: 54px;
	left: 50%;
	z-index: 5;
	display: none;
}
.indexBanner .slick-dots {
	position: absolute;
	bottom: 54px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 100%;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	position: relative;
	transition: 1s all linear;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	z-index: 5;
}
.indexBanner .slick-dots li:before{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	overflow: hidden;
	margin-top: -8px;
	margin-left: -8px;
	background: #fff;
	transition: 1s all linear;
}
.indexBanner .slick-dots li.slick-active:before{
	visibility: hidden;
	transform: scale(0);
	-webkit-transform: scale(0);
}
.indexBanner .slick-dots li.slick-active::after {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 2px solid #fff;
	-webkit-animation: spin 5s linear infinite;
	animation: spin 5s linear infinite;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

.indexBanner .prev {
	display: block;
	width: 30px;
	height: 42px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.3) url(../images/images/bannerPrev.png) no-repeat center center;
	background-size: auto 15px;
	position: absolute;
	left: 13.5417%;
	top: 50%;
	margin-top: -21px;
	z-index: 1;
	border-radius: 10px;
}

.indexBanner .prev:hover {
	background: rgb(105, 183, 74) url(../images/images/bannerPrev.png) no-repeat center center;
	background-size: auto 15px;
}

.indexBanner .next {
	display: block;
	width: 30px;
	height: 42px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.3) url(../images/images/bannerNext.png) no-repeat center center;
	background-size: auto 15px;
	position: absolute;
	right: 13.5417%;
	top: 50%;
	margin-top: -21px;
	z-index: 1;
	border-radius: 10px;
}

.indexBanner .next:hover {
	background: rgb(105, 183, 74) url(../images/images/bannerNext.png) no-repeat center center;
	background-size: auto 15px;
}

.cloudWave {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/cloudWave1.png) left top no-repeat;
	background-size: contain;
	-webkit-animation: cloud 100s linear infinite;
	-moz-animation: cloud 100s linear infinite;
	-o-animation: cloud 100s linear infinite;
	animation: cloud 100s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);


}

.cloudWave.cloudWave2 {
	background: url(../images/cloudWave2.png) center center no-repeat;
	background-size: contain;
}

@keyframes cloud {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(1920px);
	}
}

.yuand {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 5s linear infinite;
	-webkit-animation: dash 5s linear infinite;
}

@keyframes dash {
	from {
		stroke-dashoffset: 1000;
	}

	to {
		stroke-dashoffset: 0;
	}
}

.indexMenuIcon {
    width: 40px;
    height: 40px;
    background: #a67e58 url(../images/menuicon.png) no-repeat center center;
    border-radius: 40px;
    position: fixed;
    z-index: 999999;
    top: 15px;
    right: 30px;
    background-size: auto 20px;
    cursor: pointer;
    opacity: 0;
	visibility: hidden;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.indexMenuIcon:hover {
    transform: rotate(180deg);
}
.indexMenuIcon.show{
	opacity: 1;
	visibility: visible;
}
.indexBanner .mySlide:first-child .cloudWave{
	display: none;
}
/*indexBanner end*/

/* footer start */
.footer {
	background: url(../images/footerBg.jpg) no-repeat center center;
	background-size: cover;
	height: 327px;
}
.footer1{
	padding-top: 58px;
	padding-bottom: 56px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footerLDl{
	overflow: hidden;
}
.footerLDl dd{
	float: left;
	display: inline;
	padding-right: 26px;
	margin-right: 22px;
	position: relative;
}
.footerLDl dd:before{
	position: absolute;
	display: block;
	content: '';
	width: 3px;
	height: 3px;
	right: 0;
	top: 50%;
	margin-top: -2px;
	background: url(../images/footerDdicn.png) no-repeat center center;
}
.footerLDl dd a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	color: #ffffff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.footerLDl dd a:hover{
	opacity: 0.7;
}
.footerLDl dd:last-child{
	padding-right: 0;
	margin-right: 0;
}
.footerLDl dd:last-child:before{
	display: none;
}
.footer1R{
	position: relative;
	z-index: 10;
}
.footer1R .con{
	position: relative;
}
.footer1R .con .title{
	position: relative;
	font-size: 16px;
	color: #ffffff;
	padding-left: 35px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
}
.footer1R .con .title:before{
	display: block;
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
.footer1R .con.con1 .title:before{
	background: url(../images/footerWx.png) no-repeat center center;
}
.footer1R .con.con2 .title:before{
	background: url(../images/footerWx.png) no-repeat center center;
}
.footerEwm{
	width: 100px;
	height: 100px;
	position: absolute;
	top: -120px;
	left: 50%;
	margin-left: -50px;
	border-radius: 10px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.footerEwm img{
	width: 100px;
	height: 100px;
}
.footerEwm:before{
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -10px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid #fff;
	border-bottom: none;
	border-top-color: #fff;
	border-left-color: transparent;
	border-right-color: transparent;
}
.footer1R .con.con1{
	margin-right: 20px;
}
.footer1R .con:hover .footerEwm{
	opacity: 1;
	visibility: visible;
	top: -105px;
}
.footer2{
	padding-top: 42px;
	overflow: hidden;
}
.footer2R{
	margin-top: 28px;
}
.footer2Text{
	font-size: 16px;
	color: #e5e5e5;
	height: 34px;
	line-height: 34px;
}
.footer2Text span{
	margin-right: 14px;
}
.footer2Text2{
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	color: rgba(204,204,204,0.6);
}
.footer2Text2 a{
	font-size: 14px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	color: rgba(204,204,204,0.6);
}
.footerJh{
	width: 18px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/footerJh.png) no-repeat center center;
	margin: 0 4px;
	position: relative;
	top: -2px;
}
.footer2Text2 a:hover{
	color: #fff;
}
.footerLogo img{
	height: 27px;
}
/* footer end */

/*
********************************首页样式 start********************************
*/
/* 第2通栏 start */
.column1 .indexTitle{
	position: absolute;
	top: 160px;
	left: 0;
	z-index: 2;
	width: 100%;
}
.column1Con{
	position: relative;
}
.indexTitle{
	overflow: hidden;
	height: 80px;
	line-height: 80px;
}
.indexTitle .title{
	overflow: hidden;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	padding-left: 36px;
	background: url(../images/indexTicn.png) no-repeat left center;
}
.column1Btn{
	margin-top: 15px;
}
.column1Btn .prev{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff url(../images/indexPrev.png) no-repeat center center;
	margin-right: 20px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	box-shadow: 0 3px 7px 0 rgba(166,126,88,0.35);
	-webkit-box-shadow: 0 3px 7px 0 rgba(166,126,88,0.35);
}
.column1Btn .next{
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff url(../images/indexNext.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	box-shadow: 0 3px 7px 0 rgba(166,126,88,0.35);
	-webkit-box-shadow: 0 3px 7px 0 rgba(166,126,88,0.35);
}
.column1Btn .prev:hover{
	background: #a67e58 url(../images/indexPrevh.png) no-repeat center center;
}
.column1Btn .next:hover{
	background: #a67e58 url(../images/indexNexth.png) no-repeat center center;
}
.column1{
	background: url(../images/indexc2Bg.png) no-repeat center center;
	background-size: cover;
}
.column1 .wrap{
	height: 100%;
}
.index1Scroll,.index1Scroll .bd,.index1Scroll .slick-list,.index1Scroll .slick-track,.index1Scroll .myslide,.index1Scroll .con{
	height: 100%;
}
.index1Scroll .con{
	padding: 0 54px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.index1Scroll .con .textCon{
	padding-top: 100px;
}
.index1Scroll .text{
	position: relative;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	top: 0;
}
.index1Scroll .text .title{
	height: 50px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 24px;
	padding: 5px 0;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}
.index1Scroll .text .title a{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.index1Scroll .text .time{
	position: relative;
	font-size: 16px;
	color: #666666;
	height: 68px;
	line-height: 68px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	margin-bottom: 16px;
}
.index1Scroll .text .time:before{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 1px;
	background-image: linear-gradient(to right,#db153b,#ef7436);
	background-image: -webkit-linear-gradient(left,#db153b,#ef7436);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition-delay: 0.8s;
	-webkit-transition-delay: 0.8s;
}
.index1Scroll .text .info{
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	font-size: 14px;
	color: #808080;
	margin-bottom: 36px;
}
.index1Scroll .con .pic{
	top: 0;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.index1Scroll .con .pic:before{
	padding-top: 60%;
}
.index1Scroll .con:hover{
	background-color: rgba(90,149,206,0.12);
}
.index1Scroll .con:hover .time{
	color: #333333;
}
.index1Scroll .con:hover .time:before{
	width: 100%;
}
/* .index1Scroll .con:hover .title{
	margin-bottom: 4px;
} */
.index1Scroll .con:hover .pic{
	top: -244px;
}
.index1Scroll .con:hover .text{
	top: 220px;
}
/* 第2通栏 end */

/* 第3通栏 start */
.index2Scroll,.index2Scroll .bd,.index2Scroll .slick-list,.index2Scroll .slick-track,.index2Scroll .myslide,.index2Scroll .con{
	height: 100%;
}
.index2Scroll .bd{
	position: relative;
}
.index2Prev{
	width: 36px;
	height: 56px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -28px;
	background: url(../images/indexPrev2.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
}
.index2Next{
	width: 36px;
	height: 56px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -28px;
	background: url(../images/indexNext2.png) no-repeat center center;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.index2Prev.active{
	opacity: 1;
	visibility: visible;
}
.index2Next.active{
	opacity: 0;
	visibility: hidden;
}
.index2Scroll .slick-dots{ 
	position: absolute;
	height: 66px;
	bottom: 30px; 
	width: 100%; 
	text-align: center;
	z-index: 3;
	font-size: 0;
}
.index2Scroll .slick-dots li{ 
	width: 90px; 
	height: 66px;
	line-height: 9999px; 
	text-align: center; 
	display: inline-block; 
	cursor: pointer;
	background-color: transparent;
	margin: 0 75px;
}
.index2Scroll .index2Dot{
	height: 66px;
	width: 548px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -274px;
	overflow: hidden;
	background: url(../images/indexDotBg.png) no-repeat center top;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.index2Scroll .index2Dot .title{
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	width: 90px;
	text-align: center;
	cursor: pointer;
	padding-top: 34px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.index2Scroll .index2Dot.active{
	background: url(../images/indexDotBgh.png) no-repeat center top;
}
.index2Scroll .index2Dot.active .title{
	color: #666666;
}
.index2Scroll .index2Dot .title span{
	position: absolute;
	width: 15px;
	height: 15px;
	top: 14px;
	left: 50%;
	margin-left: -7px;
	background: url(../images/indexDot.png) no-repeat center center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transform: scale(0);
	-webkit-transform: scale(0);
}
.index2Scroll .index2Dot .title.active span{
	transform: scale(1);
	-webkit-transform: scale(1);
}
.index2Scroll .index2Dot .title.title1{
	left: -11px;
}
.index2Scroll .index2Dot .title.title2{
	left: 50%;
	margin-left: -45px;
}
.index2Scroll .index2Dot .title.title3{
	right: -11px;
}
.index2Scroll .myslide1 .con{
	background: url(../images/index2Cbg1.jpg) no-repeat center center;
	background-size: cover;
}
.index2Scroll .myslide2 .con{
	background: url(../images/index2Cbg2.png) no-repeat center center;
	background-size: cover;
}
/* .index2Scroll .myslide3 .con{
	background: url(../images/index2Cbg3.png) no-repeat center center;
	background-size: cover;
} */
.index2Scroll .myslide .slideCon{
	overflow: hidden;
	margin-left: 180px;
	position: relative;
}
.index2Scroll .myslide2 .text{
	width: 585px;
	margin-right: 82px;
	margin-top: 106px;
	opacity: 0;
	transition: margin 1s ease-out 1.2s,opacity 1s ease-out 1.2s;
	-webkit-transition: margin 1s ease-out 1.2s,opacity 1s ease-out 1.2s;
}
.index2Scroll .myslide2.active .text {
    margin-top: 116px;
    opacity: 1;
}
.index2Scroll .myslide2 .title{
	height: 76px;
	line-height: 76px;
	overflow: hidden;
	font-size: 36px;
	color: #0a444a;
	font-weight: bold;
	margin-bottom: 44px;
}
.index2Scroll .myslide2 .title2{
	font-size: 24px;
	color: #005f68;
	height: 42px;
	line-height: 42px;
	margin-bottom: 5px;
}
.index2Scroll .myslide2 .info{
	line-height: 36px;
	font-size: 28px;
	color: #005f68;
}
.index2Scroll .myslide2 .picCon{
	overflow: hidden;
	position: relative;
	margin-right: 230px;
	padding-bottom: 110px;
}
.index2Scroll .myslide2 .picBox1{
	width: 648px;
	margin-left: 180px;
	transform: translate(30px,-30px);
	-webkit-transform: translate(30px,-30px);
	opacity: 0;
	transition: all 1s ease-out 1.2s;
	-webkit-transition: all 1s ease-out 1.2s;
}
.index2Scroll .myslide2.active .picBox1{
    transform: none;
    -webkit-transform: none;
    opacity: 1;
}
.index2Scroll .myslide2 .picBox1 .pic:before{
	padding-top: 74.8456%;
}
.index2Scroll .myslide2 .picBox2{
	width: 335px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translate(-30px,30px);
	-webkit-transform: translate(-30px,30px);
	opacity: 0;
	transition: all 1s ease-out 1.2s;
	-webkit-transition: all 1s ease-out 1.2s;
	display: none;
}
.index2Scroll .myslide2.active .picBox2{
    transform: none;
    -webkit-transform: none;
    opacity: 1;
}
.index2Scroll .myslide2 .picBox2 .pic:before{
	padding-top: 75.2238%;
}
.index2Scroll .myslide2 .picBox2 .pic:after{
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,95,104,0.9);
}
.index2Scroll .myslide2 .picWave{
	position: absolute;
	width: 669px;
	height: 151px;
	background: url(../images/index2Wave.png) no-repeat center center;
	background-size: cover;
	bottom: 28px;
	right: 0;
	transform: translate(0,30px);
	-webkit-transform: translate(0,30px);
	opacity: 0;
	transition: all 1s ease-out 1.8s;
	-webkit-transition: all 1s ease-out 1.8s;
}
.index2Scroll .myslide2.active .picWave{
    transform: none;
    -webkit-transform: none;
    opacity: 1;
}
.index2Scroll .myslide3 .text{
	width: 540px;
	margin-top: 200px;
	opacity: 0;
	transition: margin 1s ease-out 1.2s,opacity 1s ease-out 1.2s;
	-webkit-transition: margin 1s ease-out 1.2s,opacity 1s ease-out 1.2s;
}
.index2Scroll .myslide3.active .text {
    margin-top: 216px;
    opacity: 1;
}
/* .index2Scroll .myslide3 .title{
	height: 76px;
	line-height: 76px;
	overflow: hidden;
	font-size: 36px;
	color: #0a444a;
	font-weight: bold;
	margin-bottom: 44px;
}
.index2Scroll .myslide3 .info{
	line-height: 36px;
	font-size: 24px;
	color: #179753;
}
.index2Scroll .myslide3 .picCon{
	overflow: hidden;
	position: relative;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 70px;
	height: 770px;
	opacity: 0;
	transition: all 1s ease-out 1.8s;
	transform: translateX(30px);
	-webkit-transform: translateX(30px);
}
.index2Scroll .myslide3.active .picCon{
	transform: none;
	-webkit-transform: none;
	opacity: 1;
} */
.myslide3Dl{
	overflow: hidden;
	height: 100%;
}
.myslide3Dl dd{
	width: 33.3333%;
	float: left;
	display: inline;
	height: 100%;
}
.myslide3Dl dd .ddCon{
	height: 100%;
}
.myslide3Dl dd .ddConUp{
	height: 60.6061%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.myslide3Dl dd .ddConUp .title{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	padding-top: 49.6875%;
	margin-left: 180px;
	opacity: 0;
	transition: all 1s ease 1.2s;
	-webkit-transition: all 1s ease 1.2s;
}
.myslide3Dl dd.dd1 .ddConUp:before{
	display: block;
	content: '';
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.myslide3Dl dd .ddConDown{
	height: 39.3939%;
	background-size: cover;
}
.myslide3Dl dd.dd1 .ddConDown{
	background: url(../images/indexC2ddBg1.jpg) no-repeat center center;
}
.myslide3Dl dd.dd2 .ddConDown{
	background: url(../images/indexC2ddBg2.jpg) no-repeat center center;
}
.myslide3Dl dd.dd3 .ddConDown{
	background: url(../images/indexC2ddBg3.jpg) no-repeat center center;
}
.myslide3Dl dd .ddConDown .info{
	width: 80%;
	margin: 0 auto;
	font-size: 24px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
}
.myslide3Dl dd .ddConDown .ddText{
	padding-top: 12.84375%;
	opacity: 0;
	transition: all 1s ease 1.2s;
	-webkit-transition: all 1s ease 1.2s;
}
.index2Scroll .myslide3.active .ddConUp .title{
	opacity: 1;
	padding-top: 54.6875%;
}
.index2Scroll .myslide3.active .ddConDown .ddText{
	opacity: 1;
	padding-top: 9.84375%;
}
.column2Dl{
	overflow: hidden;
	height: 25%;
}
.column2Dl dd{
	float: left;
	display: inline;
	width: 16.666667%;
	opacity: 0;
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}
.column2Dl dd.show{
	opacity: 1;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}
.column2Dl dd .ddCon{
	height: 100%;
	text-align: center;
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transition: all 3s cubic-bezier(0.3,0,0.8,1) 0s;
	-webkit-transition: all 3s cubic-bezier(0.3,0,0.8,1) 0s;
	backface-visibility: hidden;
}
.column2Dl dd.show .ddCon{
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
}
.column2Dl dd .c2Title{
	font-size: 30px;
	color: #ffffff;
}
.column2Dl dd .count{
	font-family: "Helvet";
	font-size: 54px;
	color: #ffffff;
}
.column2Dl dd .title{
	font-size: 20px;
	color: #fff;
	line-height: 36px;
}
.column2Dl dd.dd1{
	background: url(../test/index2Pic1.png) no-repeat center center;
	background-size: cover;
	transition-delay: 0.8s;
}
.column2Dl dd.dd2{
	background: url(../test/index2Pic2.png) no-repeat center center;
	background-size: cover;
	transition-delay: 1s;
}
.column2Dl dd.dd3{
	background: url(../test/index2Pic3.png) no-repeat center center;
	background-size: cover;
	transition-delay: 1s;
}
.column2Dl dd.dd4{
	background: url(../test/index2Pic4.png) no-repeat center center;
	background-size: cover;
    transition-delay: 1.3s;
}
.column2Dl dd.dd5{
	background: url(../test/index2Pic5.png) no-repeat center center;
	background-size: cover;
    transition-delay: 1.3s;
}
.column2Dl dd.dd6{
	background: url(../test/index2Pic6.png) no-repeat center center;
	background-size: cover;
    transition-delay: 1.4s;
}
.column2Dl dd.dd7{
	background: #6780ac;
	background-size: cover;
	transition-delay: 1.4s;
}
.column2Dl dd.dd7 .ddCon{
	transition-delay: 1.7s;
}
.column2Dl dd.dd8{
	background: url(../test/index2Pic7.png) no-repeat center center;
	background-size: cover;
	transition-delay: 0.7s;	
}
.column2Dl dd.dd9{
	background: url(../test/index2Pic8.png) no-repeat center center;
	background-size: cover;
	animation-delay: 0.6s;
	transition-delay: 0.6s;
}
.column2Dl dd.dd9 .ddCon{
	transition-delay: 0.9s;
}
.column2Dl dd.dd10{
	background: #4b6694;
	background-size: cover;
    transition-delay: 1.2s;
}
.column2Dl dd.dd10 .ddCon{
	transition-delay: 1.5s;
}
.column2Dl dd.dd11{
	background: url(../test/index2Pic9.png) no-repeat center center;
	background-size: cover;
    transition-delay: 0.9s;
}
.column2Dl dd.dd12{
	background: #274684;
	background-size: cover;
	transition-delay: 0.9s;
}
.column2Dl dd.dd12 .ddCon{
	transition-delay: 1.2s;
}
.column2Dl dd.dd13{
	background: url(../test/index2Pic10.png) no-repeat center center;
	background-size: cover;
	transition-delay: 0.7s;
}
.column2Dl dd.dd14{
	background: #274684;
	background-size: cover;
	transition-delay: 1.2s;
}
.column2Dl dd.dd14 .ddCon{
	transition-delay: 1.5s;
}
.column2Dl dd.dd15{
	background: url(../test/index2Pic11.png) no-repeat center center;
	background-size: cover;
	transition-delay: 0.9s;
}
.column2Dl dd.dd15 .ddCon{
	transition-delay: 1.2s;
}
.column2Dl dd.dd16{
	background: url(../test/index2Pic12.png) no-repeat center center;
	background-size: cover;
	transition-delay: 1.1s;
}
.column2Dl dd.dd17{
	background: #6780ac;
	background-size: cover;
	transition-delay: 0.7s;
}
.column2Dl dd.dd17 .ddCon{
	transition-delay: 1s;
}
.column2Dl dd.dd18{
	background: url(../test/index2Pic13.png) no-repeat center center;
	background-size: cover;
	transition-delay: 1.2s;
}
.column2Dl dd.dd19{
	background: url(../test/index2Pic14.png) no-repeat center center;
	background-size: cover;
	transition-delay: 0.6s;
}
.column2Dl dd.dd20{
	background: url(../test/index2Pic15.png) no-repeat center center;
	background-size: cover;
	transition-delay: 0.9s;
}
.column2Dl dd.dd21{
	background: url(../test/index2Pic16.png) no-repeat center center;
	background-size: cover;
	transition-delay: 1.1s;
}
.column2Dl dd.dd22{
	background: url(../test/index2Pic17.png) no-repeat center center;
	background-size: cover;
	transition-delay: 0.6s;
}
.column2Dl dd.dd23{
	background: url(../test/index2Pic18.png) no-repeat center center;
	background-size: cover;
	transition-delay: 0.7s;
}
.column2Dl dd.dd24{
	background: #4b6694;
	background-size: cover;
	transition-delay: 1.4s;
}
.column2Dl dd.dd24 .ddCon{
	transition-delay: 1.7s;
}
/* 第3通栏 end */

/* 第4通栏 start */
.column3{
	background: url(../images/indexc4Bg.png) no-repeat center center;
	background-size: cover;
}
.column3Con{
	margin-left: 180px;
	overflow: hidden;
}
.column3L{
	width: 290px;
	float: left;
	display: inline;
	margin-right: 42px;
	margin-top: 62px;
}
.column3R{
	overflow: hidden;
}
.column3Tab{
	padding-top: 42px;
}
.column3Tab dd{
	height: 48px;
	line-height: 48px;
	margin-bottom: 36px;
	position: relative;
	font-size: 0;
}
.column3Tab dd .con{
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 14px;
	font-size: 16px;
	color: #666666;
	border-radius: 42px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	position: relative;
}
.column3Tab dd .icn{
	position: absolute;
	width: 70px;
	height: 46px;
	top: 0;
	right: -50px;
	border: 1px solid #cb9952;
	border-left: none;
	border-radius: 0 46px 46px 0;
	background: url(../images/indexC3Icn5.png) no-repeat center center;
	/* transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear; */
	opacity: 0;
	visibility: hidden;
}
.column3Tab dd span{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 48px;
	margin-right: 10px;
	position: relative;
	top: -2px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column3Tab dd.dd1 span{
	background: url(../images/indexC3Icn1.png) no-repeat center center;
}
.column3Tab dd.dd2 span{
	background: url(../images/indexC3Icn2.png) no-repeat center center;
}
.column3Tab dd.dd3 span{
	background: url(../images/indexC3Icn3.png) no-repeat center center;
}
.column3Tab dd.dd4 span{
	background: url(../images/indexC3Icn4.png) no-repeat center center;
}
.column3Tab dd.hover .con{
	background-image: linear-gradient(to right,#88421d,#d7a95d);
	background-image: -webkit-linear-gradient(left,#88421d,#d7a95d);
	color: #fff;
}
.column3Tab dd.dd1.hover .con span{
	background: url(../images/indexC3Icn1h.png) no-repeat center center;
}
.column3Tab dd.dd2.hover .con span{
	background: url(../images/indexC3Icn2h.png) no-repeat center center;
}
.column3Tab dd.dd3.hover .con span{
	background: url(../images/indexC3Icn3h.png) no-repeat center center;
}
.column3Tab dd.dd4.hover .con span{
	background: url(../images/indexC3Icn4h.png) no-repeat center center;
}
.column3Tab dd.hover .icn{
	opacity: 1;
	visibility: visible;
}
.column3TabC{
	overflow: hidden;
	position: relative;
	height: 580px;
}
.column3TabC .con{
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.column3TabC .con.active{
	opacity: 1;
	z-index: 1;
}
.column3TabC .con .text{
	float: left;
	width: 380px;
	display: inline;
	overflow: hidden;
	margin-top: 230px;
	margin-right: 48px;
}
.column3TabC .con .text .title1{
	line-height: 36px;
	height: 72px;
	overflow: hidden;
	font-size: 26px;
	color: #000000;
	font-style: italic;
	margin-bottom: 20px;
}
.column3TabC .con .text .title2{
	line-height: 30px;
	font-size: 16px;
	color: #999999;
	font-style: italic;
}
.column3TabC .column3ScrollCon{
	overflow: hidden;
	position: relative;
	padding-top: 96px;
}
.column3TabC .prevSlick{
	overflow: hidden;
	position: relative;
	width: 81.6326%;
	z-index: 2;
	float: right;
	margin-right: 18.16326%;
}
.column3TabC .prevSlick .pic{
}
.column3TabC .prevSlick .pic:before{
	padding-top: 60%;
}
.column3TabC .nextSlick{
	overflow: hidden;
	position: absolute;
	width: 81.6326%;
	z-index: 1;
	right: 0;
	top: 0;
}
.column3TabC .nextSlick .bd{
	padding-left: 50px;
	background: url(../images/index4PicBg.png) no-repeat center center;
	background-size: cover;
}
.column3TabC .nextSlick .pic:before{
	padding-top: 65%;
}
.column3TabC .nextSlick .pic:after{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(90,149,206,0.5);
}
.column3Btn{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #a67e58;
	overflow: hidden;
}
.column3Btn .prev{
	width: 70px;
	height: 68px;
	cursor: pointer;
	background: url(../images/indexPrev3.png) no-repeat center center;
}
.column3Btn .next{
	width: 70px;
	height: 68px;
	cursor: pointer;
	background: url(../images/indexNext3.png) no-repeat center center;
}
/* 第4通栏 end */
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/* 集团简介 start */
.about{
	position: relative;
	background: url(../images/aboutBg.jpg) no-repeat center top;
}
.aboutColumn1{
	padding-top: 85px;
	padding-bottom: 55px;
	overflow: hidden;
}
.aboutCon1{
	overflow: hidden;
}
.aboutCon1L{
	overflow: hidden;
}
.aboutCon1L .title1{
	height: 94px;
	line-height: 94px;
	padding-left: 26px;
	font-size: 36px;
	color: #a67e58;
	background: url(../images/aboutTitleBg.png) no-repeat left center;
}
.aboutCon1L .title2{
	line-height: 36px;
	font-size: 20px;
	color: #222222;
	margin-bottom: 15px;
}
.aboutCon1L .info{
	line-height: 30px;
	font-size: 16px;
	color: #666666;
}
.aboutCon1L .info strong{
	color: #333;
}
.aboutCon1R{
	width: 410px;
	height: 425px;
	margin-left: 60px;
	overflow: hidden;
	position: relative;
}
.aboutHuan1{
	width: 296px;
	height: 296px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/aboutHuan1.png) no-repeat center center;
	background-size: cover;
}
.aboutHuan1 span{
	display: block;
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 30px;
}
.aboutHuan2{
	width: 227px;
	height: 227px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/aboutHuan2.png) no-repeat center center;
	background-size: cover;
}
.aboutHuan2 span{
	display: block;
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 30px;
}
.aboutColumn2{
	overflow: hidden;
	margin-bottom: 92px;
}
.aboutCon2{
	height: 354px;
	padding-top: 46px;
	border-radius: 15px;
	overflow: hidden;
	background: url(../images/about2Bg.png) no-repeat center center;
	padding-left: 52px;
}
.aboutCon2 .title{
	font-size: 36px;
	color: #ffffff;
	padding-left: 26px;
	line-height: 98px;
	height: 98px;
	margin-bottom: 18px;
	background: url(../images/aboutTitleBg.png) no-repeat left center;
}
.aboutCon2Dl{
	padding-left: 28px;
}
.aboutCon2Dl dd{
	width: 580px;
	font-size: 16px;
	color: #ffffff;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	margin-bottom: 8px;
	background-color: rgba(128,166,226,0.5);
	border-radius: 24px;
}
.aboutCon2Dl dd .con{
	padding: 0 40px;
}
.aboutCon2Dl dd.dd2{
	margin-left: 35px;
}
.aboutCon2Dl dd.dd3{
	margin-left: 85px;
}
.aboutColumn3{
	overflow: hidden;
	margin-bottom: 70px;
}
.aboutTitle{
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	background: url(../images/aboutTitle.png) no-repeat left center;
	overflow: hidden;
}
.aboutTitle .title1{
	font-size: 24px;
	color: #333333;
	float: left;
	margin-right: 8px;
}
.aboutTitle .title2{
	font-size: 24px;
	color: rgba(51,51,51,0.1);
	float: left;
	text-transform: uppercase;
	font-style: italic;
}
.aboutCon3Dl{
	overflow: hidden;
	margin: 0 -10px;
	padding-top: 20px;
}
.aboutCon3Dl dd{
	width: 25%;
	float: left;
	display: inline;
}
.aboutCon3Dl dd.dd2{
	margin-top: 20px;
}
.aboutCon3Dl dd.dd4{
	margin-top: 20px;
}
.aboutCon3Dl dd a{
	display: block;
	height: 300px;
	margin: 0 10px;
	 background: #fff;
	 padding: 0 40px;
}
.aboutCon3Dl dd .icn{
	width: 38px;
	height: 38px;
	margin-bottom: 20px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.aboutCon3Dl dd.dd1 .icn{
	background: url(../images/aboutDdIcn1.png) no-repeat center center;
}
.aboutCon3Dl dd.dd2 .icn{
	background: url(../images/aboutDdIcn2.png) no-repeat center center;
}
.aboutCon3Dl dd.dd3 .icn{
	background: url(../images/aboutDdIcn3.png) no-repeat center center;
}
.aboutCon3Dl dd.dd4 .icn{
	background: url(../images/aboutDdIcn4.png) no-repeat center center;
}
.aboutCon3Dl dd .title{
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.aboutCon3Dl dd .text{
	padding-top: 15px;
	border-top: 1px solid #f3f3f3;
}
.aboutCon3Dl dd .info{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
}
.aboutCon3Dl dd.dd1 a:hover .icn{
	background: url(../images/aboutDdIcn1h.png) no-repeat center center;
}
.aboutCon3Dl dd.dd2 a:hover .icn{
	background: url(../images/aboutDdIcn2h.png) no-repeat center center;
}
.aboutCon3Dl dd.dd3 a:hover .icn{
	background: url(../images/aboutDdIcn3h.png) no-repeat center center;
}
.aboutCon3Dl dd.dd4 a:hover .icn{
	background: url(../images/aboutDdIcn4h.png) no-repeat center center;
}
.aboutCon3Dl dd a:hover .title{
	color: #1453b1;
}
.aboutColumn4{
	overflow: hidden;
	margin-bottom: 38px;
}
.aboutCon4{
	overflow: hidden;
}
.aboutCon4L{
	overflow: hidden;
}
.aboutCon4Dl{
	padding-top: 16px;
}
.aboutCon4Dl dd .con{
	line-height: 26px;
	overflow: hidden;
	padding: 10px 0;
}
.aboutCon4Dl dd .title{
	float: left;
	display: inline;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.aboutCon4Dl dd .info{
	font-size: 16px;
	color: #666;
	overflow: hidden;
}
.aboutCon4R{
	width: 507px;
	margin-left: 50px;
	/* padding-top: 30px; */
}
.aboutCon4R .pic{
	z-index: 1;
}
.aboutCon4R .pic:after{
	display: block;
	content: '';
	width: 100%;
	height: 94.7826%;
	position: absolute;
	left: -5px;
	top: -5px;
	background: #1453b1;
	z-index: -1;
}
.aboutCon4R .pic:before{
	padding-top: 45.81673%;
}
.aboutColumn5{
	overflow: hidden;
	padding-bottom: 50px;
}
.aboutCon5{
	overflow: hidden;
}
.aboutCon5R{
	width: 635px;
	margin-left: 20px;
}
.aboutCon5R .pic:before{
	padding-top: 100%;
}
.aboutCon5L{
	overflow: hidden;
}
.aboutCon5Dl{
	margin-left: 80px;
}
.aboutCon5Dl dd .con{
	overflow: hidden;
	line-height: 48px;
}
.aboutCon5Dl dd .colorChunk{
	width: 33px;
	height: 19px;
	margin-right: 15px;
	margin-top: 14px;
}
.aboutCon5Dl dd.dd1 .colorChunk{
	background-color: #9eb6d5;
}
.aboutCon5Dl dd.dd2 .colorChunk{
	background-color: #b2d398;
}
.aboutCon5Dl dd.dd3 .colorChunk{
	background-color: #f1bcd5;
}
.aboutCon5Dl dd.dd4 .colorChunk{
	background-color: #f2c384;
}
.aboutCon5Dl dd .text{
	overflow: hidden;
	color: #333333;
	font-size: 24px;
}
/* 集团简介 end */

/* 业务板块 start */
.busColumn1{
	overflow: hidden;
}
.busColumn1 .con{
	width: 20%;
	height: 100%;
	float: left;
	display: inline;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.busColumn1 .con:before{
	display: block;
	content: '';
	position: absolute;
	width: 360px;
	height: 540px;
	left: -76px;
	bottom: -30px;
	background: url(../images/bus1ActiveBg.png) no-repeat center center;
	background-size: cover;
	z-index: -1;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
}
.busColumn1 .con:hover:before{
	opacity: 1;
	visibility: visible;
}
.busColumn1 .con .text{
	text-align: center;
	padding: 0 20px;
}
.busColumn1 .con .title{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	margin-bottom: 12px;
}
.busColumn1 .con .info{
	line-height: 34px;
	font-size: 18px;
	color: #ebebeb;
	margin-bottom: 160px;
}
.busColumn1 .con .down a{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	
}
.busColumn1 .con .down a:before{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../images/downIcn.png) no-repeat center center;
	width: 13px;
	height: 45px;
	margin-top: -23px;
	margin-left: -6px;
}
.busColumn1 .con:hover .down a{
	opacity: 1;
	visibility: visible;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
.busColumn1 .con:hover .down a:before{
	animation: 2.5s heightDh linear infinite;
	-webkit-animation: 2.5s heightDh linear infinite;
}
@keyframes heightDh{
	0%{
		top: 10px;
		opacity: 0.2;
	}
	30%{
		top: 30px;
		opacity: 1;
	}
	60%{
		top: 50px;
		opacity: 0.8;
	}
	100%{
		top: 70px;
		opacity: 0;
	}
}
@-webkit-keyframes heightDh{
	0%{
		top: 10px;
		opacity: 0.2;
	}
	30%{
		top: 30px;
		opacity: 1;
	}
	60%{
		top: 50px;
		opacity: 0.8;
	}
	100%{
		top: 70px;
		opacity: 0;
	}
}
.busColumn2{
	position: relative;
	z-index: 1;
}
.busColumn2:before{
	display: none;
	content: '';
	position: absolute;
	left: 170px;
	bottom: 0;
	width: 1200px;
	height: 1200px;
	border-radius: 50%;
	border: 1px solid rgba(245,245,245,0.3);
}
.busColumn2Con{
	overflow: hidden;
}
.busColumn2L{
	width: 50%;
	height: 100vh;
	background: url(../test/busColumn2L.jpg) no-repeat center center;
	background-size: cover;
}
.busColumn2L .con{
	margin-left: 180px;
}
.busTitle{
	position: relative;
	z-index: 2;
}
.busTitle .title1{
	font-size: 60px;
	color: #6f80a3;
	line-height: 64px;
	font-family: "SpectralMe";
	font-style: italic;
	margin-bottom: 10px;
}
.busTitle .title2{
	font-size: 40px;
	color: #333333;
	line-height: 48px;
	max-height: 96px;
	/* overflow: hidden; */
	margin-bottom: 142px;
}
.busColumn2L .bus2Title{
	height: 72px;
	line-height: 72px;
	font-size: 32px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 40px;
}
.bus2Btn{
	overflow: hidden;
	margin-bottom: 66px;
	position: relative;
	z-index: 2;
}
.bus2Btn .prev{
	width: 58px;
	height: 58px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: url(../images/busPrev.png) no-repeat center center;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.bus2Btn .next{
	width: 58px;
	height: 58px;
	border: 1px solid #dedede;
	border-radius: 50%;
	background: url(../images/busNext.png) no-repeat center center;
	float: left;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.busColumn2L .pageBox{
	overflow: hidden;
	height: 50px;
	line-height: 50px;
}
.busPage{
	margin-right: 170px;
	float: left;
	display: inline;
	font-size: 18px;
	color: #dedede;
	position: relative;
	z-index: 2;
}
.busPage i{
	font-style: unset;
}
.busColumn2L .more{
	float: left;
	display: inline;
}
.busColumn2L .more a{
	display: block;
	font-size: 16px;
	color: #dedede;
	position: relative;
	padding-left: 84px;
	padding-right: 28px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	height: 48px;
	line-height: 48px;
	border-radius: 50px;
	border: 1px solid rgba(245,245,245,0.5);
}
.busColumn2L .more a:before{
	display: block;
	content: '';
	position: absolute;
	left: 28px;
	top: 50%;
	width: 46px;
	height: 1px;
	background-color: rgba(238,238,238,0.5);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.busColumn2L .more a:hover:before{
	left: 18px;
}
.busColumn2R{
	width: 50%;
}
.busPicScroll{
	overflow: hidden;
	position: relative;
}
.busPicScroll a{
	display: block;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.busPicScroll a .title{
	width: 395px;
	line-height: 34px;
	position: absolute;
	right: 60px;
	bottom: 90px;
	font-size: 24px;
	color: #fff;
	font-family: "Spectral";
	font-style: italic;
}
.busColumn3{
	position: relative;
}
.bus3Scroll{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.bus3Scroll .bd,.bus3Scroll .slick-list,.bus3Scroll .slick-track,.bus3Scroll .myslide,.bus3Scroll .con{
	height: 100%;
}
.bus3Scroll .con{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.bus3Scroll .con .text{
	position: absolute;
	left: 50%;
	bottom: 30%;
	width: 750px;
	margin-left: -300px;
	z-index: 3;
}
.bus3Scroll .con .title1{
	font-size: 32px;
	color: #ffffff;
	height: 60px;
	line-height: 60px;
	margin-bottom: 8px;
}
.bus3Scroll .con .title2{
	font-size: 26px;
	color: #ffffff;
	height: 45px;
	line-height: 45px;
	font-family: "SpectralExl";
	font-style: italic;
	margin-bottom: 50px;
}
.bus3Scroll .con .more a{
	display: inline-block;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #dedede;
	position: relative;
	padding-left: 84px;
	padding-right: 28px;
	border: 1px solid rgba(245,245,245,0.5);
	border-radius: 50px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.bus3Scroll .con .more a:before{
	display: block;
	content: '';
	position: absolute;
	left: 28px;
	top: 50%;
	width: 46px;
	height: 1px;
	background-color: rgba(238,238,238,0.5);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.bus3Scroll .con .more a:hover:before{
	left: 18px;
}
.busColumn3Con{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.busColumn3 .busTitle .title2{
	color: #fff;
}
.busColumn3 .busPage {
    margin-right: 0;
    color: #999;
}
.busColumn3 .busPage .nowPage{
    color: #cf9d54;
}
.busColumn3 .bus2Btn .prev {
    border: 1px solid #c4c4c5;
    background: url(../images/busPrev2.png) no-repeat center center;
}
.busColumn3 .bus2Btn .next {
    border: 1px solid #c4c4c5;
    background: url(../images/busNext2.png) no-repeat center center;
}
.busColumn4:before{
	display: block;
	content: '';
	position: absolute;
	right: 170px;
	bottom: 0;
	width: 1200px;
	height: 1200px;
	border-radius: 50%;
	border: 1px solid rgba(245,245,245,0.3);
}
.bus4Scroll{
	overflow: hidden;
	position: relative;
}
.bus4Scroll a{
	display: block;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.bus4Scroll a .title{
	width: 395px;
	line-height: 34px;
	position: absolute;
	left: 60px;
	bottom: 90px;
	font-size: 24px;
	color: #fff;
	font-family: "Spectral";
	font-style: italic;
}
.section4 .busTitle{
	text-align: right;
}
.section4 .busColumn2L .con{
	margin-left: 40px;
	margin-right: 180px;
}
.section4 .busColumn2L .bus2Title{
	text-align: right;
}
.section4 .bus2Btn .prev {
    float: right;
    margin-right: 10px;
}
.section4 .bus2Btn .next {
    float: right;
}
.section4 .busColumn2L .more{
	float: right;
}
.section4 .busColumn2L .busPage{
	float: right;
	margin-right: 200px;
}
/* 业务板块 end */

/* 发展历程 start */
.event{
	position: relative;
	background-color: #f7f7f7;
}
.event:before{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 825px;
	height: 575px;
	background: url(../images/eventbottBg.png) no-repeat center center;
	background-size: cover;
}
.eventCon{
	position: relative;
	height: 2090px;
}
.eventLine{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -509px;
	width: 863px;
	height: 100%;
	background: url(../images/bg.png) no-repeat center top;
	background-size: cover;
	z-index: 1;
}
.eventLineh{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -509px;
	width: 863px;
	height: 0px;
	background: url(../images/bgH.png) no-repeat center top;
	background-size: cover;
	z-index: 1;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.eventDl{
	position: relative;
	z-index: 2;
	height: 100%;
}
.eventDl dd{
	position: absolute;
	left: 50%;
}
.eventDl dd.dd1{
	width: 295px;
	height: 188px;
	top: 54px;
	margin-left: -560px;
}
.eventDl dd.dd1 .year{
	right: 20px;
	top: 0;
}
.eventDl dd.dd1 .year .yearIcn{
	bottom: -5px;
	left: -5px;
}
.eventDl dd.dd1 .text{
	bottom: 0;
	text-align: right;
	left: 0;
	width: 200px;
}
.eventDl dd.dd2{
	width: 336px;
	height: 228px;
	top: 95px;
	margin-left: -20px;
}
.eventDl dd.dd2 .year{
	left: 0;
	bottom: 0;
}
.eventDl dd.dd2 .year .yearIcn{
	top: -7px;
	right: 0;
}
.eventDl dd.dd2 .text{
	top: 0;
	right: 0;
	width: 280px;
}
.eventDl dd.dd3{
	width: 532px;
	height: 104px;
	top: 330px;
	margin-left: 156px;
}
.eventDl dd.dd3 .year{
	left: 0;
	bottom: 0;
}
.eventDl dd.dd3 .year .yearIcn{
	top: 34px;
	right: -40px;
}
.eventDl dd.dd3 .text{
	top: 0;
	right: 0;
	width: 355px;
}
.eventDl dd.dd4{
	width: 482px;
	height: 224px;
	top: 435px;
	margin-left: -328px;
}
.eventDl dd.dd4 .year{
	right: 0;
	bottom: 0;
}
.eventDl dd.dd4 .year .yearIcn{
	top: -13px;
	right: 55px;
}
.eventDl dd.dd4 .text{
	top: 0;
	left: 0;
	width: 380px;
	text-align: right;
}
.eventDl dd.dd5{
	width: 435px;
	height: 200px;
	top: 677px;
	margin-left: -570px;
}
.eventDl dd.dd5 .year{
	right: 0;
	bottom: 0;
}
.eventDl dd.dd5 .year .yearIcn{
	top: 13px;
	left: -18px;
}
.eventDl dd.dd5 .text{
	top: 0;
	left: 0;
	width: 328px;
	text-align: right;
}
.eventDl dd.dd6{
	width: 465px;
	height: 220px;
	top: 852px;
    margin-left: -130px;
}
.eventDl dd.dd6 .year{
	left: 0;
	bottom: 0;
}
.eventDl dd.dd6 .year .yearIcn{
	top: -11px;
	right: -5px;
}
.eventDl dd.dd6 .text{
	top: 0;
	right: 0;
	width: 396px;
}
.eventDl dd.dd7{
	width: 375px;
	height: 140px;
	top: 1158px;
	margin-left: -345px;
}
.eventDl dd.dd7 .year{
	right: 3px;
	bottom: 0;
}
.eventDl dd.dd7 .year .yearIcn{
	top: -14px;
	left: 0;
}
.eventDl dd.dd7 .text{
	top: 0;
	left: 30px;
	width: 215px;
	text-align: right;
}
.eventDl dd.dd8{
	width: 375px;
	height: 140px;
	top: 1350px;
	margin-left: -334px;
}
.eventDl dd.dd8 .year{
	right: -40px;
	bottom: 60px;
}
.eventDl dd.dd8 .year .yearIcn{
	top: 35px;
	left: -39px;
}
.eventDl dd.dd8 .text{
	top: 65px;
	left: 340px;
	width: 215px;
	text-align: left;
}
.eventDl dd.dd9{
	width: 375px;
	height: 140px;
	top: 1639px;
	margin-left: -423px;
}
.eventDl dd.dd9 .year{
	right: 31px;
	bottom: 100px;
}
.eventDl dd.dd9 .year .yearIcn{
	top: 85px;
	left: 30px;
}
.eventDl dd.dd9 .text{
	top: 80px;
	left: 100px;
	width: 215px;
	text-align: right;
}
.eventDl dd.dd10{
	width: 375px;
	height: 140px;
	bottom: 260px;
	margin-left: -200px;
}
.eventDl dd.dd10 .year{
	right: 0;
	bottom: 0;
}
.eventDl dd.dd10 .year .yearIcn{
	top: 35px;
	left: 125px;
}
.eventDl dd.dd10 .text{
	top: 50px;
	left: 500px;
	width: 215px;
	text-align: left;
}
.eventDl dd .year{
	font-size: 30px;
	color: #666666;
	font-weight: bold;
	position: absolute;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventDl dd .year .yearIcn{
	width: 16px;
	height: 16px;
	position: absolute;
	background: url(../images/eventDd.png) no-repeat center center;
}
.eventDl dd .text{
	position: absolute;
	width: 100%;
}
.eventDl dd .title{
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 4px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.eventDl dd .info{
	font-size: 16px;
	color: #858585;
	line-height: 25px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.eventDl dd.hover .year{
	color: #cf9d50;
}
.eventDl dd.hover .title{
	color: #cf9d50;
}
.eventDl dd.hover .info{
	color: #cf9d50;
}
/* 发展历程 end */
/* 发展历程2 start */
.eventPage{position: relative;background-position: center top;background-repeat: no-repeat;background-color: #f7f7f7;}
.eventPageLits1{padding-top: 130px;position: relative;overflow: hidden;}
.eventPageLits1::before{display: block;content: "";position: absolute;left: 0; right: 0;top: 0;margin: 0 auto;content: '';width: 125px;height: 100%;background: url("../images/eventLineBg.png");}
.eventPageLits1 dd:nth-child(even) .con{
  float: right;
}
.eventPageLits1 dd:nth-child(odd) .con{
  float: left;
  margin-right: 50px;
}

.eventPageLits1 dd.dd1 .con {
  margin-left: 17.0833%;
  width: 33.5%;
}

.eventPageLits1 dd.dd2 .con {
  width: 42.3%;
  margin-right: 8.8333%;
  margin-top: -6px;
  margin-bottom: 0px;
}
.eventPageLits1 dd.dd2 .con {
  width: 42.3%;
  margin-right: 8.8333%;
  margin-top: -6px;
  margin-bottom: 0px;
}
.eventPageLits1 dd.dd2 .img {
  width: 42.3%;
  margin-left: 27.8333%;
  margin-top: -6px;
  margin-bottom: 0px;
}
.eventPageLits1 dd.dd3 .con {
  width: 43%;
  margin-left: 14.0556%;
  margin-bottom: 79px;
}

.eventPageLits1 dd.dd4 .con {
  width: 44%;
  margin-right: 13.6111%;
  margin-bottom: 10px;
}
.eventPageLits1 dd.dd4 .img {
  width: 42.3%;
  margin-left: 21.8333%;
  margin-top: -6px;
  margin-bottom: 0px;
}

.eventPageLits1 dd.dd5 .con {
  width: 46%;
  margin-left: 8.8889%;
  margin-bottom: 6px;
}

.eventPageLits1 dd.dd6 .con {
  width: 43.264%;
  margin-right: 7.6389%;
  margin-bottom: 145px;
}
.eventPageLits1 dd.dd6 .img {
  width: 42.3%;
  margin-left: 27.8333%;
  margin-top: -6px;
  margin-bottom: 0px;
}
.eventPageLits1 dd .con{cursor: pointer;}
.eventPageLits1 dd .con:hover .dot::after{transform: scale(1);-webkit-transform: scale(1);}
.eventPageLits1 dd .con:hover .text .year{color: #a7805a;}
.eventPageLits1 dd .con:hover .text .time{color: #a7805a;}
.eventPageLits1 dd .con:hover .text .textC{color: #a7805a;}
.eventPageLits1 dd .dot{
  width: 122px;
  height: 122px;
  position: relative;
}
.eventPageLits1 dd .dot::after{display: block;content: "";width: 40px;height: 40px;border-radius: 50%;background-color: rgba(166, 126, 88, 0.5);position: absolute;  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;z-index: 1;transform: scale(0);-webkit-transform: scale(0);transition: all 0.3s;-webkit-transition: all 0.3s;}
.eventPageLits1 dd .dot::before{
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 3px solid #a67e58;
  background-color: #f7f7f7;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
}
.eventPageLits1 dd:nth-child(odd) .eventImg,
.eventPageLits1 dd:nth-child(odd) .dot{
  float: right;
}
.eventPageLits1 dd:nth-child(even) .eventImg,
.eventPageLits1 dd:nth-child(even) .dot{
  float: left;
}
.eventPageLits1 dd.dd1 .eventImg,
.eventPageLits1 dd.dd1 .dot{
  margin-left: 60px;
}
.eventPageLits1 dd.dd2 .eventImg,
.eventPageLits1 dd.dd2 .dot{
  margin-right: 26px;
  margin-top: 32px;
}
.eventPageLits1 dd.dd3 .eventImg,
.eventPageLits1 dd.dd3 .dot{
  margin-left: 96px;
}
.eventPageLits1 dd.dd4 .eventImg,
.eventPageLits1 dd.dd4 .dot{
  margin-right: 100px;
  margin-top: 40px;
}
.eventPageLits1 dd.dd5 .eventImg,
.eventPageLits1 dd.dd5 .dot{
  margin-left: 170px;
  margin-top: 17px;
}
.eventPageLits1 dd.dd6 .eventImg,
.eventPageLits1 dd.dd6 .dot{
  margin-right: 100px;
  margin-top: 40px;
}
.eventPageLits1 dd .text{
  overflow: hidden;
}
.eventPageLits1 dd:nth-child(odd) .text{
  text-align: right;
}
.eventPageLits1 dd .year{
  font-size: 30px;
  color: #666666;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  margin-bottom: 8px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.eventPageLits1 dd .time{line-height: 35px;height: 35px;font-size: 20px;color: #666666;}
.eventPageLits1 dd .textC{
  font-size: 15px;
  color: #858585;
  padding-right: 5px;
  line-height: 25px;
  overflow: hidden;
  overflow-y: auto;
  height: 75px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.eventPageLits1 dd .info::-webkit-scrollbar {width:4px;background:#f0f0f0;}
.eventPageLits1 dd .info::-webkit-scrollbar-thumb {width:4px;background:#a67e58;border-radius: 2px;}
.eventPageLits1 dd .info::-webkit-scrollbar-corner {background:#f0f0f0;}
.eventPageLits1 dd .info::-webkit-scrollbar:horizontal{height:9px;}
.eventPageLits1 dd.dd1 .info{
  height: 175px;
}
.eventPageLits1 dd.dd2 .info{
  height: 150px;
}
.eventPageLits1 dd.dd3 .info{
  height: 150px;
}
.eventPageLits1 dd.dd4 .info{
  height: 150px;
}
.eventPageLits1 dd.dd5 .info{
  height: 125px;
}
.eventPageLits1 dd.dd6 .info{
  height: 125px;
}
.eventPageLits1 dd.active .year,
.eventPageLits1 dd.active .info{
  color: #a67e58;
}
/* 发展历程2 end */
/* 人才招聘详情 start */
.recruitNews .text{
	margin-bottom: 40px;
}
.recruitView{
	background-color: #ffffff;
	padding: 0 60px 50px;
	overflow: hidden;
}
.recruitTop{
	overflow: hidden;
	padding-top: 36px;
	padding-bottom: 12px;
}
.recruitTop .btn{
	margin-top: 24px;
}
.recruitTop .btn a{
	display: block;
	width: 170px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #ffffff;
	background-color: #d5a554;
	border-radius: 3px;
	text-align: center;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.recruitTop .btn a:hover{
	opacity: 0.8;
}
.recruitTitle{
	overflow: hidden;
}
.recruitTitle .title{
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 8px;
}
.recruitTitle .time{
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
}
.recruitTitle .time span{
	margin-right: 12px;
}
.recruitViewCon{
	border-top: 1px solid #ebebeb;
	padding-top: 30px;
	overflow: hidden;
}
.recruitViewCon .info{
	font-size: 15px;
	color: #666666;
	line-height: 32px;
}
.recruitViewCon .accessory{
	margin-bottom: 68px;
}
.recruitViewCon .accessory a{
	font-size: 15px;
	color: #3158bd;
	font-weight: bold;
}
.recruitViewCon .rightText .title{
	text-align: right;
	line-height: 40px;
	height: 40px;
	font-size: 15px;
	color: #666666;
	margin-bottom: 12px;
}
.recruitViewCon .rightText .time{
	text-align: right;
	line-height: 40px;
	height: 40px;
	font-size: 15px;
	color: #666666;
}
/* 人才招聘详情 end */

/*招聘列表 start*/
.recruit{
	padding: 0 75px;
	background-color: #fff;
}
.recruitList {
	overflow: hidden;
	margin-bottom: 20px;
}

.recruitList dt {
	overflow: hidden;
	background: #f0f0f0;
	line-height: 66px;
	height: 66px;
}

.recruitList dt .text {
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	float: left;
	display: inline;
	width: 14.2857%;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444444;
}

.recruitList dd {
	overflow: hidden;
	margin-bottom: 1px;
	border: 1px solid #f0f0f0;
}

.recruitList dd:last-child {
	margin-bottom: 0;
}

.recruitList dd .recruitT {
	overflow: hidden;
	height: 66px;
	line-height: 66px;
	background: #f5f5f5;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.recruitList dd .recruitT .text {
	font-size: 16px;
	overflow: hidden;
	float: left;
	display: inline;
	width: 14.2857%;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444444;
}

.recruitList dd .recruitT .text2{
	font-weight: bold;
}

.recruitList dd .recruitT .btn {
	float: right;
	display: inline;
	width: 66px;
	height: 66px;
	background: url(../images/zpShowh.png) no-repeat center center;
	margin-right: 66px;
}

.recruitList dd .recruitC {
	overflow: hidden;
	font-size: 16px;
	color: #999999;
	line-height: 38px;
	display: none;
	padding: 22px 62px 40px;
	background: #FFF;
}

.recruitText {
	overflow: hidden;
	margin-bottom: 12px;
}
.recruitText strong{
	font-size: 16px;
	color: #555555;
	display: block;
}
.recruitBtn {
	overflow: hidden;
}

.recruitBtn a {
	overflow: hidden;
	display: block;
	height: 50px;
	line-height: 50px;
	float: left;
	display: inline;
	padding: 0 48px;
	background: #a67e58;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	border-radius: 3px;
	transition: all .3s;
	-webkit-transition: all .3s;
	border-radius: 4px;
}

.recruitBtn a:hover {
	opacity: 0.9
}

.recruitList dd:hover .recruitT .btn {
	background: url(../images/zpShowb.png) no-repeat center center;
}

.recruitList dd.active .recruitT {
	background: #a67e58;
}

.recruitList dd.active .recruitT .btn {
	background: url(../images/zpHide.png) no-repeat center center;
}

.recruitList dd.active .recruitT .text {
	color: #fff;
}

.recruitList dd:hover .recruitT {
	background: #a67e58;
	color: #FFF;
}

.recruitList dd:hover .recruitT .text {
	color: #fff;
}

/*z招聘列表 end*/

/* 招聘弹窗 start */
.recruitFormPopBox {
	width: 524px;
	height: 720px;
	padding: 0 40px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -302px;
	margin-top: -360px;
	z-index: 10000;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.recruitFormPopBox.show {
	visibility: visible;
	opacity: 1;
}

.recruitFormPopBg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.recruitFormPopBg.show {
	visibility: visible;
	opacity: 1;
}

.recruitFormPop {
	padding-top: 25px;
	position: relative;
}

.recruitFormPop .formColse {
	position: absolute;
	top: 40px;
	right: -5px;
}

.recruitFormPop .formColse a {
	padding: 10px;
	background: url(../images/popClose.png) no-repeat center center;
}

.popFormTitleBox {
	margin-bottom: 14px;
}

.popFormTitleBox .title {
	font-size: 20px;
	color: #333333;
	height: 50px;
	line-height: 50px;
}

.popFormBtn {
	text-align: center;
	font-size: 0;
	padding-top: 45px;
}

.popFormBtn a {
	display: inline-block;
	padding: 0 52px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin: 0 5px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.popFormBtn a.submit {
	background: #d5a554;
	color: #fff;
}

.popFormBtn a.reset {
	background: #d0d0d0;
	color: #ffffff;
}

.popFormBtn a:hover {
	opacity: 0.9;
}

.popbdAll {
	background: #ffffff;
}

.must {
	font-size: 14px;
	color: #ff0000;
	height: 50px;
	line-height: 50px;
}

.popFormCon {
	width: 100%;
	height: 50px;
	margin-bottom: 12px;
	border: 1px solid #e2e2e2;
}

.popFormCon1 {
	margin-bottom: 0;
}

.popFormCon2 {
	margin-bottom: 0;
	border: none;
}
.popFormCon3{
	padding: 14px 0;
}
.popFormCon2 .popFormDiv .inputTitle{
	padding-left: 0;
}

.popFormCon.bz {
	height: 120px;
}

.popFormCon .popFormDiv {
	width: 96%;
	height: 100%;
}

.popFormDiv .inputTitle {
	width: 85px;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	font-size: 14px;
	color: #999999;
}

.popFormDiv .inputWidth {
	width: 80%;
	height: 100%;
}

.popFormDiv .inputWidth .formInput {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	resize: none;
	font-size: 14px;
	color: #333333;
	padding-right: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
}

.popFormCon.bz .formInput {
	padding-top: 14px;
}

.radioBox {
	line-height: 50px;
	font-size: 0
}

.radioCon {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 14px;
	margin-right: 20px;
}

.radioCon label {
	line-height: 50px;
	height: 50px;
	display: block;
	position: relative;
	padding-left: 30px;
	color: #333333;
}

.radioCon label:first-child {
	padding-left: 0;
}

.radioCon input {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.radioCon input[type="radio"]+label span {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 1px solid #9b9b9b;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.radioCon input[type="radio"]:checked+label span {
	background-color: #192f71;
	border-color: #192f71;
	background-clip: content-box;
	padding: 3px;
}

.radioCon.hover input[type="radio"]:checked+label span {
	background-color: #999999;
	border-color: #999999;
}

.popFormDiv.yzm .inputWidth {
	padding-left: 10px;
	width: 30%;
	border: 1px solid #e2e2e2;
}

.popFormDiv input::-webkit-input-placeholder,
.popFormDiv textarea::-webkit-input-placeholder {
	color: #999999;
	font-size: 16px;
	text-align: center;
}

.popFormDiv.yzm .picBox {
	width: 100px;
	height: 52px;
	margin: 0 10px;
	cursor: pointer;
}

.popFormDiv.yzm .picBox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.popFormDiv.yzm .text {
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	color: #4c4c4c;
	cursor: pointer;
}

.formUploadBox {
	margin-bottom: 12px;
	min-height: 40px;
	line-height: 40px;
}

.formUploadBox a {
	display: inline-block;
	height: 40px;
	padding: 0 38px;
	font-size: 14px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.formUploadBox a.down {
	color: #666666;
	background: #f2e5c4;
}

.formUploadBox a.up {
	color: #fff;
	background: #81c9df;
	margin: 0 5px;
}

.formUploadBox span {
	display: inline-block;
	height: 40px;
	font-size: 14px;
	color: #999999;
}

.formUploadBox a:hover {
	opacity: 0.9;
}

/* 招聘弹窗 end */

/*
-----------------------------频道页end-----------------------------
*/
/*内页框架开始*/
/*内页外结构开始*/
.subPage {
	background: #fafafa;
}

.subBanner {
	padding-top: 29.6875%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.subBannerText {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.subBannerText .con .titleBox {
	overflow: hidden;
	height: 70px;
}
.subBannerText .con .titleBox .table{
	width: auto;
}
.subBannerText .con .title1{
	text-transform: uppercase;
	font-size: 18px;
	color: #ffffff;
	font-family: arial;
	margin-right: 28px;
	height: 70px;
	overflow: hidden;
	line-height: 22px;
}
.subBannerText .con .title2{
	height: 70px;
	line-height: 70px;
	position: relative;
	padding-left: 122px;
	font-size: 50px;
	color: #ffffff;
	font-family: "楷体";
}
.subBannerText .con .title2:before{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	width: 80px;
	background-color: #ffffff;
}
.subBannerText .con .info {
	font-size: 22px;
	color: #ffffff;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
}
.subBannerText .subEntitleCon{
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
}
.subEntitle .title{
	font-size: 100px;
	font-weight: bold;
	text-transform: uppercase;
	color: transparent;
	text-stroke: 1px rgba(255,255,255,0.3);
	-webkit-text-stroke: 1px rgba(255,255,255,0.3);
}

.subPage {
	background: #fafafa;
}

.businBanner {
	padding-top: 41.66667%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.businBannerText {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.subBannerText .con .titleBox {
	overflow: hidden;
}
.businBannerText .con .titleBox .table{
	width: auto;
}
.businBannerText .con{
	padding-top: 14%;
}
.businBannerText .con .title{
	position: relative;
	height: 112px;
	line-height: 112px;
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 15px;
}
.businBannerText .con .title:before{
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff;
	width: 42px;
	height: 3px;
}
.businBannerText .con .info{
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	color: #ebebeb;
}
.businBannerText .businEntitleCon{
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
}
.businEntitle .title{
	font-size: 100px;
	font-weight: bold;
	text-transform: uppercase;
	color: transparent;
	text-stroke: 1px rgba(255,255,255,0.3);
	-webkit-text-stroke: 1px rgba(255,255,255,0.3);
}
/*内页外结构结束*/
/*当前位置开始*/
.location {
	background: #fff;
	height: 80px;
	line-height: 80px;
}
.locationCon{
	overflow: hidden;
	position: relative;
}
.locationL {
	overflow: hidden;
}

.locationL dd {
	float: left;
	display: inline;
	margin-right: 32px;
}

.locationL dd a {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.locationL dd.hover a {
	color: #a67e58;
}

.locationR{
	overflow: hidden;
}
.locationR dd{
	float: left;
	display: inline;
}
.locationR dd a{
	display: block;
	font-size: 16px;
	color: #999999;
	height: 80px;
	line-height: 80px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	padding-right: 30px;
	position: relative;
}
.locationR dd a:before{
	display: block;
	content: '';
	width: 8px;
	height: 13px;
	background: url(../images/rightIcn.png) no-repeat center center;
	background-size: auto 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
}
.locationR dd:last-child a{
	padding-right: 0;
}
.locationR dd:last-child a:before{
	display: none;
}
.locationR dd.hover a{
	color: #666;
}
.locationR dd a:hover{
	color: #666;
}
/*当前位置结束*/
/*页码开始*/
.page {
	padding: 30px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	color: #666666;
	background: #fff;
	margin: 0 3px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #a67f58;
	border-color: #a67f58;
	color: #fff;
}

.page a.hover {
	background: #a67f58;
	border-color: #a67f58;
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/page/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
	border-color: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
	border-color: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
	border-color: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
	border-color: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/page/lastPage.png)
}

/*页码结束*/
/*内页框架结束*/
