@charset "UTF-8";
/* CSS Document */

/*
-----------------------------首页样式start-----------------------------
*/

/*头部开始*/

.top {
	position: fixed;
	width: 100%;
	height: 70px;
	left: 0;
	top: 0;
	background: #1f6f64;
	z-index: 999;
	min-width: 1366px;
}

.logo {
	height: 58px;
	line-height: 58px;
	padding: 6px 0;
	width: 125px;
	margin-left: 57px;
}

.logo img {
	display: block;
	height: 58px;
}

.topTel {
	height: 70px;
	line-height: 70px;
	background: #c1e2ff;
	position: relative;
}

.topTel span {
	display: block;
	padding: 0 20px 0 30px;
	background: url(../images/tel.png) center center no-repeat;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	color: #1f6f64;
	font-weight: bold;
}
.telDiv{
	position: absolute;
	top: 85px;
	left:-60px;
	background: #fff;
	padding: 15px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	visibility: hidden;
	opacity: 0;
	box-shadow: 3px 0 7px rgba(0,0,0,0.08);
}
.telDiv i{
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	top: -16px;
	left: 50%;
	margin-left: -5px;
}
.telDivcon{
	white-space:nowrap;
	height:30px;
	line-height: 30px;
	font-size: 20px;
	color: #1f6f64;
	font-weight: bold;
}
.topTel:hover .telDiv{
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.language{
	height: 70px;
	line-height: 70px;
	background: #fff;
	padding-left: 18px;
	padding-right: 11px;
}
.language a{
	display: block;
	padding-left: 34px;
	height: 70px;
	line-height: 70px;
	background: url(../images/languageIcon.png) left center no-repeat;
	font-size: 18px;
	color: #1f6f64;
}

.topSearch {
	margin: 10px 35px 10px 0;
	width: 215px;
	overflow: hidden;
	position: relative;
}

.topBtn {
	display: block;
	width: 30px;
	height: 50px;
	background: url(../images/search.png) center center no-repeat;
	position: relative;
	z-index: 5;
}

.searchDiv {
	overflow: hidden;
	padding: 0 5px;
}

.searchDiv input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: none;
	border: none;
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 5;
}

.topSearch:before {
	content: '';
	display: block;
	border: 1px solid transparent;
	width: 0%;
	height: 0%;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
	transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
	box-sizing: border-box;
	border-radius: 3px;
}

.topSearch:after {
	content: '';
	display: block;
	border: 1px solid transparent;
	width: 0%;
	height: 0%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
	transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
	box-sizing: border-box;
	border-radius: 3px;
}

.topSearch:hover:before {
	width: 100%;
	height: 100%;
	border-bottom-color: rgba(255, 255, 255, .8);
	border-left-color: rgba(255, 255, 255, .8);
	-webkit-transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
	transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}

.topSearch:hover:after {
	width: 100%;
	height: 100%;
	border-top-color: rgba(255, 255, 255, .8);
	border-right-color: rgba(255, 255, 255, .8);
	-webkit-transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
	transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

.menuDl dd {
	float: left;
	display: inline;
	margin: 0 20px;
	padding: 0px 20px;
	height: 70px;
	position: relative
}
.menuDl dd .yj{
	padding: 10px 0;
	position: relative;
}
.menuDl dd .yj a {
	display: block;
	padding: 10px 5px 12px;
	position: relative;
}
.menuDl dd.hover:before{
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 70px;
	left: 0;
	top: 0px;
	background: rgba(0,0,0,0.3);
	/*transform: scale(0);
	-webkit-transform: scale(0);*/
}
/*.menuDl dd .yj a:before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: url(../images/navBg1.png) center center no-repeat;
	-webkit-animation: inlinerbg 1.2s infinite linear;
	animation: inlinerbg 1.2s infinite linear;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.menuDl dd .yj a:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	background: url(../images/navBg2.png) center center no-repeat;
	-webkit-animation: inlinerbgo 1.2s infinite linear;
	animation: inlinerbgo 1.2s infinite linear;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

@keyframes inlinerbg {
	0% {
		-webkit-transform: translate(0px, -2px);
		transform: translate(0px, -2px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(0px, -2px);
		transform: translate(0px, -2px);
	}
}

@keyframes inlinerbgo {
	0% {
		-webkit-transform: translate(-2px, 0px);
		transform: translate(-2px, 0px);
	}
	50% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	100% {
		-webkit-transform: translate(-2px, 0px);
		transform: translate(-2px, 0px);
	}
}

.menuDl dd:hover .yj a:before {
	visibility: visible;
	opacity: 1;
}

.menuDl dd:hover .yj a:after {
	visibility: visible;
	opacity: 1;
}

.menuDl dd.hover .yj a:before {
	visibility: visible;
	opacity: 1;
}

.menuDl dd.hover .yj a:after {
	visibility: visible;
	opacity: 1;
}*/

.menuDl dd .yj a span {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 5;
}

.menuDl dd .yj a i {
	display: block;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #9abede;
	font-style: normal;
	font-size: 14px;
	position: relative;
	z-index: 5;
	text-transform: capitalize;
}

.menuDl dd .ej {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 100%;
	background: rgba(0, 97, 182, 0.5);
	display: none;
}

.menuDl dd .ej a {
	display: block;
	padding: 8px 5px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.menuDl dd .ej a:hover {
	background: #1f6f64;
}

/*头部结束*/

/*menu开始*/

/*menu结束*/

/*indexBanner开始*/

.indexBanner {
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
}

.indexBanner .myslide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
}

.indexBanner .myslide a {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0;
	transform-origin: center center 0;
	transition: transform 2s ease, opacity .8s ease, visibility .8s ease;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	filter: alpha(opacity=100);
	transform: perspective(0px) rotateX(0deg) rotateY(0deg) scale(1);
	visibility: hidden;
	opacity: 0;
}

.indexBanner .myslide.slick-active a {
	transform: perspective(0px) rotateX(0deg) rotateY(0deg) scale(1);
	-webkit-transform: ;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 80px;
	width: 86.5%;
	left: 12.5%;
	text-align: left;
}

.indexBanner .slick-dots li {
	width: 2px;
	height: 25px;
	line-height: 9999px;
	text-align: center;
	background: #FFF;
	color: #ffffff;
	display: inline-block;
	margin-right: 13px;
	cursor: pointer;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.indexBanner .slick-dots li.slick-active {
	height: 40px;
}

.indexBanner .text {
	position: absolute;
	width: 1200px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -580px;
}

.indexBanner .text .con2T {
	position: absolute;
	width: 100%;
	height: 180px;
	top: 0px;
	left: 0;
}

.indexBanner .text .con1T {
	position: absolute;
	width: 100%;
	height: 46px;
	bottom: 138px;
	left: 0;
}

.indexBanner .text .con img {
	display: block;
	margin: 0 auto;
}

.indexBanner .prev {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 12.5%;
	top: 50%;
	margin-top: -35px;
	background: url(../images/bannerPrev.png) center center no-repeat;
	z-index: 5;
	cursor: pointer;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.indexBanner .next {
	position: absolute;
	width: 70px;
	height: 70px;
	right: 12.5%;
	top: 50%;
	margin-top: -35px;
	background: url(../images/bannerNext.png) center center no-repeat;
	z-index: 5;
	cursor: pointer;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.indexBanner .prev:after,
.indexBanner .next:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/bannerBg.png) center center no-repeat;
	/*visibility: hidden;
	opacity: 0;*/
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.indexBanner .prev:hover,
.indexBanner .next:hover {
	/*visibility: visible;
	opacity: 1;*/
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

/*indexBanner结束*/

/*fullPage的样式start*/

#fullPage {
	transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
	transition-delay: 0.4s !important;
}

.section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	perspective: 1000px;
}

.columnBox {
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
}

.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;
}

.slidesContainer {
	float: left;
	position: relative;
}

.animHide {
	opacity: 0;
}

/*fullPage 结束*/

/*关于bg start*/

.col1BgBox {
	position: absolute !important;
	width: 105%;
	height: 105%;
	left: -2.5% !important;
	top: -2.5% !important;
}

.col1Bg {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.sectionCon {
	position: relative;
	height: calc(100% - 70px);
	top: 70px;
}

.wrap2 {
	width: 1440px;
	margin: 0 auto;
	clear: both;
}

/*第一通栏start*/

.column1 {
	overflow: hidden;
}

.titleMax {
	overflow: hidden;
}

.titleLeft {
	position: relative;
	padding-bottom: 35px;
	overflow: hidden;
}

/*.titleLeft:after{
	display: block;
	content: "";
	position: absolute;
	width: 32px;
	height: 3px;
	bottom: 0;
	left: 0;
	background: #c2c2c2;
}*/

.titleEnglish {
	font-family: Arial;
	height: 65px;
	line-height: 65px;
	font-size: 48px;
	color: #1f6f64;
}

.titleEnglish span {
	display: block;
	font-family: 'bar';
/*	transform: scaleX(0.95);
	-webkit-transform: scaleX(0.95);
	transform-origin: 0 0;*/
}

.titleChina {
	height: 48px;
	line-height: 48px;
	font-size: 36px;
	color: #000;
	font-weight: lighter;
}

.titleRight {
	padding: 52px 0;
}

.linkMore {
	width: 100px;
	height: 42px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.linkMore a {
	display: block;
	line-height: 42px;
	height: 42px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	text-transform: uppercase;
}

.linkMore a span {
	display: block;
	padding-right: 25px;
	background: url(../images/linkMore.png) right center no-repeat;
	font-size: 16px;
	color: #000;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.linkMore:hover {
	border-color: #1f6f64;
}

.linkMore:hover a {
	color: #1f6f64;
}

.linkMore:hover a span {
	color: #1f6f64;
	background: url(../images/linkMore1.png) right center no-repeat;
}

.column1Dl {
	overflow: hidden;
	margin: 0 -20px;
}

.column1Dl dd {
	float: left;
	display: inline;
	width: 33.333%;
}

.column1Dl dd .ddCon {
	margin: 0 20px;
}

.column1Dl dd .con {
	position: relative;
	/*perspective: 800px;*/
}

.column1Dl dd .con .pic:before {
	padding-top: 133.333%;
}

.column1Dl dd .con .picCon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	/*transform: rotateX(120deg);
	-webkit-transform: rotateX(120deg);*/
	opacity: 0;
	visibility: hidden;
}

.column1Dl dd .con .picCon span {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 50%;
	margin-left: -35px;
	bottom: 10%;
	text-align: center;
	line-height: 70px;
	font-size: 14px;
	color: #ffa03c;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	animation-delay: 0.8s;
}

.column1Dl dd .con .picCon span:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/viewMore3.png) center center no-repeat;
	animation: myfalsh infinite 3s linear;
	-webkit-animation: myfalsh infinite 3s linear;
}

@keyframes myfalsh {
	0 {
		transform: rotate(72deg)
	}
	25% {
		transform: rotate(144deg)
	}
	50% {
		transform: rotate(216deg)
	}
	75% {
		transform: rotate(288deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

.column1Dl dd:hover .picCon {
	visibility: visible;
	opacity: 1;
	/*transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);*/
	/*transform:scale(1);
	-webkit-transform:scale(1);*/
}

.column1Dl dd:hover .con .picCon a {
	bottom: 10%;
}

.picShade {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px
}

.reflection {
	width: 100%;
	height: 20px;
	left: -10px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
	opacity: 0.3;
	filter: alpha(opacity='50');
}

.overlay {
	position: relative;
	width: 100%;
	height: 20px;
	bottom: 0;
	background-image: -moz-linear-gradient(center bottom, rgb(0, 0, 0) 100%, rgba(0, 0, 0, 0) 80%);
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 5%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgb(0, 0, 0)), color-stop(0.25, rgba(0, 0, 0, 0)));
}

/*第一通栏end*/

/*第二通栏start*/

.column2 {
	position: relative;
}

.column2Right{
	position: absolute;
	right: 0%;
	top: 0px;
	height: 100%;
	width: 26.0416%;
	background: #fff;
}
.column2Right dd{
	position: absolute;
	width: 90%;
	height: 20%;
	right: 0;
	top: 0;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	overflow: hidden;
}
.column2Rdl dd .con{
	position: relative;
	height: 100%;
	width: 100%;
}
.column2Right dd.dd2{
	top: 20%;
}
.column2Right dd.dd3{
	top: 40%;
}
.column2Right dd.dd4{
	top: 60%;
}
.column2Right dd.dd5{
	top: 80%;
}
.column2Rdl dd.even {
	background: #94b2cd url(../images/lineBg.png) top center repeat;
}

.column2Rdl dd.odd {
	background: #b2c4d4 url(../images/lineBg.png) top center repeat;
}
.column2Rdl dd .conPad1,.column2Rdl dd .conPad{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	/*transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;*/
}
.conMargin{
	margin: 0 11.111%;
	position: relative;
	height: 100%;
}
.conMargin .pohto{
	width: 33.333%;
	height: 100%;
	left: 0;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto 80%;
}
.conMargin .text{
	overflow: hidden;
	padding: 0 25px;
	height: 100%;
}
.conMargin .text .textName{
	height: 48px;
	line-height: 48px;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.pelopeItro{
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.column2Rdl dd.dd1 .con{
	background: url(../images/H.png) right bottom no-repeat;
	background-size: auto 50%;
}
.column2Rdl dd.dd2 .con{
	background: url(../images/L.png) right 70% no-repeat;
	background-size: auto 50%;
}
.column2Rdl dd.dd3 .con{
	background: url(../images/z.png) right 70% no-repeat;
	background-size: auto 50%;
}
.column2Rdl dd.dd4 .con{
	background: url(../images/W.png) right 70% no-repeat;
	background-size: auto 50%;
}
.column2Rdl dd.dd5 .con{
	background: url(../images/x.png) right 70% no-repeat;
	background-size: auto 50%;
}
.column2Rdl dd .conPad1{
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	/*transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;*/
}
.column2Rdl dd:hover{
	width: 100%;
	background-color: #0068b7;
}
.column2Rdl dd.hover{
	width: 100%;
	background-color: #1f6f64;
}
.column2Rdl dd:hover .conPad{
	opacity: 0;
	visibility: hidden;
}
.column2Rdl dd:hover .conPad1{
	animation-delay: 0.3s;
	opacity: 1;
	visibility: visible;
	z-index: 5;
}

.column2Left {
	overflow: hidden;
	padding-right:22%; 
}
.column2ItroDl .picw {
	width: 45%;
	position: relative;
	margin-right: 2%;
}
.column2ItroDl .picw:before{
	display: block;
	content: "";
	padding-top: 160%;
}
.column2ItroDl .picw .picPeloe{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center bottom;
	background-repeat:  no-repeat;
	background-size: auto 100%;
}
.column2ItroDl .text{
	overflow: hidden;
}
.column2ItroDl .EnglishName{
	height: 123px;
	line-height: 70px;
	width: 338px;
	background-position: left bottom;
	background-repeat: no-repeat;
	font-family: 'LINE';
	font-size: 76px;
	color: #ccc;
	transform: scaleX(0.9);
	-webkit-transform: scaleX(0.9);
	position: relative;
	z-index: 1;
}
.column2ItroDl .chineseName{
	height: 80px;
	line-height: 80px;
	font-size: 48px;
	color: #000;
	font-weight: bold;
	position: relative;
	z-index: 5;
}
.column2ItroDl .chineseItro{
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
.column2ItroDl .textC{
	line-height: 24px;
	font-size: 14px;
	color: #999;
}
/*第二通栏end*/

/*
*第三通栏start fpx 2018
*/

.column3SwiperCon {
	position: relative;
	padding-top: 35%
}

.column3Swiper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.column3Swiper .swiper-wrapper {
	padding: 5px 0;
}

.column3Swiper .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.column3Swiper .con {
	margin: 0 20px;
	padding: 20px;
	background: #fff;
	position: relative;
	opacity: 0.3;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.column3Swiper .con .pic:before {
	padding-top: 60.241%;
}

.column3Swiper .con .text {
	padding: 25px 0;
}

.column3Swiper .con .text .title {
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.column3Swiper .con .text .time {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #999;
}

.column3Swiper .con .text .textC {
	height: 50px;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}

.column3Swiper .con .text .more {
	height: 0;
	overflow: hidden;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.column3Swiper .con .text .more a {
	display: block;
}

.column3Swiper .con .text .more a span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-bottom: 2px solid #999;
	padding-right: 50px;
	background: url(../images/linkMore2.png) right center no-repeat;
	font-size: 14px;
	color: #666;
}

.column3Swiper .swiper-slide.swiper-slide-next .con,
.column3Swiper .swiper-slide.swiper-slide-next {
	opacity: 1 !important;
}

.column3Swiper .swiper-slide.swiper-slide-prev .con,
.column3Swiper .swiper-slide.swiper-slide-prev {
	opacity: 1 !important;
}

.column3Swiper .swiper-slide.swiper-slide-active .con {
	opacity: 1;
}

.column3Swiper .swiper-slide.swiper-slide-active .con .text .more {
	height: 32px;
	margin-bottom: 20px;
}

.column3Swiper .swiper-slide.swiper-slide-active .con:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: -2px 0 7px rgba(0, 0, 0, 0.1);
}

.column3Swiper .swiper-slide.swiper-slide-prev .con:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: -2px 0 7px rgba(0, 0, 0, 0.1);
}

.column3Swiper .swiper-slide.swiper-slide-next .con:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: -2px 0 7px rgba(0, 0, 0, 0.1);
}

.column3Swiper .swiper-slide.swiper-slide-active .con:hover .title {
	color: #ffa03c;
}

.column3Swiper .swiper-slide.swiper-slide-prev .con:hover .title {
	color: #ffa03c;
}

.column3Swiper .swiper-slide.swiper-slide-next .con:hover .title {
	color: #ffa03c;
}

.column3Swiper .swiperPrev {
	position: absolute;
	width: 52px;
	height: 52px;
	bottom: -95px;
	left: 50%;
	margin-left: -74px;
	background: url(../images/swiperPrev.png) center center no-repeat;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border-radius: 52px;
	overflow: hidden;
}

.column3Swiper .swiperNext {
	position: absolute;
	width: 52px;
	height: 52px;
	bottom: -95px;
	right: 50%;
	margin-right: -74px;
	background: url(../images/swiperNext.png) center center no-repeat;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border-radius: 52px;
	overflow: hidden;
}

.column3Swiper .swiperPrev:hover,
.column3Swiper .swiperNext:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: -1px 0 7px rgba(0, 0, 0, 0.15);
}

/*第三通栏end*/

/*第四通栏start*/

.wrap3 {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.column4Left {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}
.column5Video,.column5Video .pic{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
/*
.column5Video .pic {
	height: 100vh;
}
*/

.column5Video .pic:before {
	display: none;
}

.column5Video .videoBox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(73, 160, 70, 0.57);
}

.indexBannerTitle {
	height: 66px;
	line-height: 66px;
	position: relative;
	text-align: center;
	font-size: 24px;
	color: #fff;
}

.indexBannerTitle:after {
	display: block;
	content: "";
	position: absolute;
	width: 28px;
	height: 2px;
	left: 50%;
	margin-left: -14px;
	bottom: 0;
	background: #fff;
}

.videoPlay {
	width: 103px;
	height: 103px;
	margin: 0 auto;
	background: url(../images/play.png) center center no-repeat;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.videoPlay:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.column4Right {
	overflow: hidden;
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
}

.column4Banner {
	position: relative;
	height: 100%;
}
.column4Banner .bd{
	position: relative;
	height: 100%;
}
.column4Banner .slick-list{
	position: relative;
	height: 100%;
}
.column4Banner .slick-track{
	height: 100%;
	right: 0;
	left: auto;
}
.column4Banner .con{
	height: 100%;
}
.column4Banner .picw {
	position: relative;
	height: 100%;
}
.column4Banner .picw img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
}
.column4Banner .slick-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
	text-align: center;
}

.column4Banner .slick-dots li {
	width: 25px;
	height: 3px;
	line-height: 9999px;
	text-align: center;
	background: #FFF;
	color: #ffffff;
	display: inline-block;
	margin: 0 7px;
	cursor: pointer;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.column4Banner .slick-dots li.slick-active {
	background: #1f6f64;
}

/*第四通栏end*/

/*底部开始*/

.footer {
	padding-top: 40px;
	background: #fff;
}

.footerLeft {
	padding-top: 6px;
	margin-right: 95px;
}

.telWay {
	position: relative;
	padding-left: 25px;
	background: url(../images/footerMap.png) 125px 10px no-repeat;
}

.telWay:after {
	display: block;
	content: "";
	position: absolute;
	width: 2px;
	height: 80px;
	left: 0;
	top: 50%;
	margin-top: -40px;
	background: #0d1d63;
}

.telWay span {
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #4d4d4d;
}

.footerWay {
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	font-weight: bold;
	color: #ffa03c;
}

.serveTime {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #4d4d4d;
}

.shopWayDl {
	overflow: hidden;
}

.shopWayDl dd {
	float: left;
	display: inline;
	width: 45px;
	height: 45px;
	margin-right: 20px;
}

.shopWayDl dd a {
	display: block;
	height: 45px;
	width: 45px;
}

.shopWayDl dd.dd1 a {
	background: url(../images/tianmao.png) center center no-repeat;
}

.shopWayDl dd.dd2 a {
	background: url(../images/taobao.png) center center no-repeat;
}

.shopWayDl dd.dd3 a {
	background: url(../images/jd.png) center center no-repeat;
}

.footerCenter {
	overflow: hidden;
	padding-top: 5px;
}

.companyAddress {
	margin-bottom: 10px;
}

.companyname {
	line-height: 20px;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #4d4d4d;
}

.conpanyAdd dd .con {
	overflow: hidden;
}

.conpanyAdd dd .con .title {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #888;
}

.conpanyAdd dd .con .text {
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #4d4d4d;
}

.footerEwm {
	overflow: hidden;
}

.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	width: 144px;
	overflow: hidden;
	margin-left: 24px;
}

.footerEwm dd .con {
	width: 130px;
	height: 130px;
	padding: 7px;
	background: #ececec;
}

.footerEwm dd img {
	display: block;
	width: 130px;
	height: 130px;
}

.footerEwm dd span {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #4d4d4d;
	font-size: 14px;
}

.formBottom {
	height: 52px;
	line-height: 52px;
	background: #f6f6f6;
}

.formBottom a {
	color: #4d4d4d;
}

.formBottom a:hover {
	color: #1f6f64;
}

.js {
	font-size: 14px;
	color: #4d4d4d;
}

.beian span {
	font-size: 14px;
	color: #4d4d4d;
	margin-right: 5px;
	padding: 5px 0;
}

.beian span.span1 {
	margin-left: 20px;
	padding-left: 25px;
	background: url(../images/wicon5.png) left center no-repeat;
}

/*底部结束*/

/*
-----------------------------首页样式end-----------------------------
*/

/*
-----------------------------频道页start-----------------------------
*/

/*
-----------------------------频道页end-----------------------------
*/

/*内页框架开始*/

/*内页外结构开始*/

/*内页外结构结束*/

/*subBanner开始*/
.subBox1{
	width: 100%;
	height: 316px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*subBanner结束*/


/*当前位置开始*/
.locationBox{
	height:60px;
	line-height: 60px;
}
.locationLeft span{
	font-size: 14px;
	color: #666;
	background: url(../images/locationIcon.png) left center no-repeat;
	line-height: 60px;
	padding: 10px 0 10px 28px;
}
.locationLeft a{
	font-size: 14px;
	color: #666;
}
.locationLeft em{
	font-style: normal;
	font-size: 14px;
	color: #666;
}
.locationMenu{
	overflow: hidden;
	padding: 12px 0;
}
.locationMenu dd{
	float: left;
	display: inline;
	margin-left: 7px;
}
.locationMenu dd a{
	display: block;
	padding: 0 22px;
	line-height: 36px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border-radius: 18px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}
.locationMenu dd:hover a{
	background: #1f6f64;
	color: #fff;
}
.locationMenu dd.hover a{
	background: #1f6f64;
	color: #fff;
}
/*当前位置结束*/

/*内页框架 start*/
.subPage{ overflow: hidden;background: url(../images/bodyBg.png) left bottom no-repeat;}
.subPageC{ overflow:hidden}
/*内页框架 end*/

/*页码开始*/

.page {
	padding: 30px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 6px 12px;
	color: #999999;
	border-radius: 3px;
	background: #fff;
	margin: 0 3px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #1f6f64;
	color: #fff;
}

.page a.hover {
	background: #1f6f64;
	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 {
	width: 11px;
	height: 19px;
	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;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #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)
}

/*页码结束*/

/*内页框架结束*/

/*综合页面开始 start*/

/*公司概况 start*/

.itroColumn1 {
	position: relative;
	height: 700px;
	overflow: hidden;
}

.columnTitleBox {
	text-align: center;
}

.columnTitle {
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	color: #333;
	text-align: center;
}

.columnLine {
	display: inline-block;
	height: 31px;
	width: 40px;
	padding: 0 62px;
	position: relative;
	background: url(../images/titleLx.png) center center no-repeat;
}

.columnLine:before {
	display: block;
	content: "";
	position: absolute;
	width: 62px;
	height: 1px;
	top: 15px;
	left: 0;
	background: #9c9c9c;
}

.columnLine:after {
	display: block;
	content: "";
	position: absolute;
	width: 62px;
	height: 1px;
	top: 15px;
	right: 0;
	background: #9c9c9c;
}

.itroColumnC1 {
	overflow: hidden;
}

.itroCloumn1R {
	position: relative;
	width: 585px;
	height: 410px;
}

.itroCloumn1R .con {
	position: absolute;
	width: 717px;
	height: 410px;
	right: 0;
	top: 0;
	background: rgba(221, 221, 221, 0.34) url(../images/itroBg1.png) center center no-repeat;
}

.conContent {
	padding: 65px 40px 55px 185px;
}

.conContent .title {
	height: 76px;
	line-height: 76px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	position: relative;
}

.conContent .title:after {
	display: block;
	content: "";
	position: absolute;
	width: 28px;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #999;
}

.conContent .text {
	overflow: hidden;
	height: 120px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
}

.moreView {
	width: 100px;
	height: 38px;
	border: 1px solid #1f6f64;
	border-radius: 3px;
	text-align: center;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.moreView a {
	display: block;
	height: 38px;
	line-height: 38px;
}

.moreView a span {
	display: inline-block;
	/* padding-right: 20px; */
	font-size: 14px;
	color: #1f6f64;
	/* background: url(../images/vj.png) right center no-repeat; */
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.moreView:hover {
	background: #1f6f64;
}

.moreView:hover span {
	color: #fff;
	/* padding-right: 10px; */
	/* background: url(../images/vj_h.png) right center no-repeat; */
}

.itroCloumn1L {
	overflow: hidden;
	padding-top: 90px;
}

.itroCloumn1L .pic:before {
	padding-top: 60.1626%;
}

.itroColumn2 {
	position: relative;
	height: 695px;
	overflow: hidden;
}

.itroColumnC2 {
	background: #fff;
	padding: 59px 0 50px;
}

.itroColDl2 {
	overflow: hidden;
}

.itroColDl2 dd {
	float: left;
	display: inline;
	width: 25%;
}

.itroColDl2 dd .con {
	padding: 0 60px;
	position: relative;
}

.itroColDl2 dd .con:after {
	display: block;
	content: "";
	position: absolute;
	width: 1px;
	height: 250px;
	right: 0;
	top: 50%;
	margin-top: -125px;
	background: #e8e8e8;
}

.itroColDl2 dd:last-child .con:after {
	display: none;
}

.itrText {
	width: 137px;
	height: 137px;
	border-radius: 137px;
	background: #ebebeb;
	font-size: 22px;
	color: #000;
	line-height: 137px;
	text-align: center;
	margin: 0 auto;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}

.itrText:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #1f6f64;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	border-radius: 137px;
}

.itrText span {
	display: block;
	height: 137px;
	line-height: 137px;
	color: #000;
	position: relative;
	z-index: 5;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.itroColDl2 dd .text {
	height: 130px;
	line-height: 26px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	text-align: center;
}

.itroColumnC2M .moreView {
	margin: 0 auto;
}

.itroColDl2 dd .con:hover .itrText:after {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.itroColDl2 dd .con:hover .itrText span {
	color: #fff;
}

.itroColumn3 {
	height: 705px;
}

.eventData .pic {
	position: relative;
}

.eventData .pic:after {
	display: block;
	content: "";
	padding-top: 66.6667%;
}

.eventData .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.event {
	position: relative;
	height: 490px;
}

.eventBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/eventBg.png) center 70px no-repeat;
}

.eventNext {
	background: url(../images/eventNext.png) center center no-repeat;
	height: 43px;
	width: 43px;
	position: absolute;
	bottom: -40px;
	right: 50%;
	margin-right: -60px;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventPrev {
	background: url(../images/eventPrev.png) center center no-repeat;
	height: 40px;
	width: 40px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -60px;
	z-index: 99;
	cursor: pointer;
	transition: 0.3s ease;
	cursor: pointer;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.eventNext:hover {
	background: url(../images/eventNext_h.png) center center no-repeat;
}

.eventPrev:hover {
	background: url(../images/eventPrev_h.png) center center no-repeat;
}

.eventCon {
	position: relative;
	z-index: 9;
	height: 100%;
}

.eventCon .slick-list {
	height: 100%;
}

.eventSlide {
	width: 20%;
	float: left;
	display: inline;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease-in;
}

.eventSlide.slick-active {
	opacity: 1;
	visibility: visible;
}

.eventBox {
	top: 285px;
	position: relative;
	transition: 1s ease;

}

.eventYear {
	height: 98px;
	width: 98px;
	border-radius: 50%;
	background: rgba(0, 97, 182, 0.2);
	text-align: center;
	line-height: 98px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-left: 60px;
	position: relative;
	z-index: 9;
	cursor: pointer;
	transition: 1s ease;
	overflow: hidden;
}

.eventYear:after {
	display: block;
	content: "";
	position: absolute;
	width: 82px;
	height: 82px;
	left: 8px;
	top: 8px;
	background: #1f6f64;
	border-radius: 82px;
}

.eventYear span {
	display: block;
	height: 98px;
	line-height: 98px;
	position: relative;
	z-index: 10;
}
.eventYear span a{
	color: #fff;
}
.eventYear:hover span a{
	color: #1f6f64;
}
.eventIco {
	position: absolute;
	left: 0;
	top: 52px;
	height: 369px;
	width: 97px;
	background: url(../images/eventIco1.png) left top no-repeat;
	transition: 1s ease;
}

.eventIco span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 0;
	background: url(../images/eventIco1_h.png) left top no-repeat;
	transition: 1s ease;
}

.eventData {
	position: absolute;
	width: 330px;
	transition: 1s ease;
}

.eventTit {
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	color: #1f6f64;
	text-align: center;
}

.eventDiv {
	width: 280px;
}

.eventSlide .boxscrollBox1 {
	position: relative;
	height: 60px;
}

.eventSlide .eventInfo {
	font-size: 14px;
	overflow-y: auto;
	color: #333;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	text-align: center;
}

.nicescroll-rails {
	background: #e1e1e1;
}

.eventInfo .eventSlide.slide1 .eventBox {
	top: 405px;
}

.eventSlide.slide1 .eventYear {
	/* background: #1f6f64;*/
	margin-left: 90px;
}

.eventSlide.slide1 .eventIco {
	left: 0;
	top: 52px;
	height: 369px;
	width: 97px;
	background: url(../images/eventIco1.png) left top no-repeat;
}

.eventSlide.slide1 .eventData {
	left: -30px;
}

.eventSlide.slide2 .eventBox {
	top: 195px;

}

.eventSlide.slide2 .eventYear {
	/* background: #1f6f64;*/
	margin-left: 106px;
}

.eventSlide.slide2 .eventIco {
	top: -400px;
	height: 494px;
	width: 100px;
	background-image: url(../images/eventIco2.png);
	left: 47px;
}

.eventSlide.slide2 .eventIco span,
.eventSlide.slide4 .eventIco span {
	top: auto;
	bottom: 0;
	background: url(../images/eventIco2_h.png) left bottom;
}

.eventSlide.slide2 .eventData {
	position: relative;
	left: -5px;
	top: -220px;
}

.eventSlide.slide3 .eventBox {
	top: 245px;
}

.eventSlide.slide3 .eventYear {
	/*background: #1f6f64;*/
	margin-left: 60px;
}

.eventSlide.slide3 .eventIco {
	left: -30px;
	top: 52px;
	height: 369px;
	width: 97px;
	background-image: url(../images/eventIco1.png);
}

.eventSlide.slide3 .eventData {
	position: relative;
	left: -52px;
	top: 0;
}

.eventSlide.slide4 .eventBox {
	top: 150px;
}

.eventSlide.slide4 .eventYear {
	/* background: #1f6f64;*/
	margin-left: 56px;
}

.eventSlide.slide4 .eventIco {
	top: -450px;
	height: 494px;
	width: 100px;
	background-image: url(../images/eventIco2.png);
	left: 47px;
}

.eventSlide.slide4 .eventData {
	position: relative;
	left: -85px;
	top: -230px;
}

.eventSlide.slide5 .eventBox {
	top: 20px;
}

.eventSlide.slide5 .eventYear {
	/*background: #1f6f64;*/
	margin: 0;
}

.eventSlide.slide5 .eventIco {
	left: -30px;
	top: 52px;
	height: 369px;
	width: 97px;
	background-image: url(../images/eventIco1.png);
}

.eventSlide.slide5 .eventData {
	position: relative;
	left: -78px;
	top: 0;
}

.eventBox:hover .eventIco span {
	height: 100%;
}

.eventSlide.slide2 .eventBox:hover .eventIco span {
	height: 100%;
	background-image: url(../images/eventIco2_h.png);
}

.eventBox:hover .eventData {
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
}

.eventBox:hover .eventYear {
	border-color: #1f6f64;
	color: #1f6f64;
}

.eventBox:hover .eventYear:after {
	background: #fff;
}

/* 鼠标经过 */

.event .slick-dots {
	position: absolute;
	width: 100%;
	bottom: 80px;
	text-align: center;
}

.event .slick-dots li {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #c6c6c6;
	margin: 0 10px;
	display: inline-block;
	cursor: pointer;
}

.event .slick-dots li.slick-active {
	background: #d71519;
}

/*公司概况 end*/

/*新闻中心综合页 start*/

.newsColumn1 {
	position: relative;
	height: 700px;
}

.newsColumn1C {
	overflow: hidden;
}

.newsColumn1L {
	width: 50%;
	margin-right: 37px;
}

.clo3Banner {
	position: relative;
}

.clo3Banner .hd {
	width: 110px;
	height: 62px;
	overflow: hidden;
	position: absolute;
	right: 15px;
	bottom: 0;
	z-index: 10;
}

.clo3Banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	height: 62px;
}

.clo3Banner .hd ul li {
	float: left;
	width: 14px;
	height: 14px;
	font-size: 0;
	text-align: center;
	border: 1px solid #666;
	border-radius: 16px;
	cursor: pointer;
	margin: 23px 5px 0;
}

.clo3Banner .hd ul li.on {
	border-color: #1f6f64;
	background: #1f6f64;
}

.clo3Banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.clo3Banner .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.clo3Banner .bd li:after {
	display: block;
	content: "";
	padding-top: 61.0169%;
}

.clo3Banner .bd img {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}

.subText {
	position: relative;
	width: 100%;
	height: 62px;
	line-height: 62px;
	background: #ededed;
	color: #fff;
	right: 0px;
	bottom: 0;
	font-size: 14px;
	z-index: 2;
}

.subText .title {
	height: 62px;
	line-height: 62px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	padding: 0 20px;
	margin-right: 110px;
}

.subText .title a {
	display: block;
	height: 62px;
	line-height: 62px;
	padding-left: 20px;
	position: relative;
}

.subText .title a:after {
	display: block;
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	margin-top: -3px;
	left: 0;
	background: #666;
}

.newsColumn1R {
	overflow: hidden;
}

.newsDl1 dd {
	padding-bottom: 10px;
	border-bottom: 1px solid #dddd;
	margin-bottom: 10px;
}

.newsDl1 dd:last-child {
	border: none;
}

.newsDl1 dd .title {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #222;
	overflow: hidden;
}

.newsDl1 dd .title a {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #222;
}
.newsDl1 dd:hover .title a{
	color: #1f6f64;
}
.newsDl1 dd .time {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	margin-bottom: 8px;
}

.newsDl1 dd .text {
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}

.newsColumn2 {
	position: relative;
	height: 700px;
}

.columnTitle.white {
	color: #fff;
}

.columnScrollN {
	position: relative;
}

.columnScrollN .bd {
	overflow: hidden;
	padding: 5px 0;
}

.columnScrollN .slick-list {
	overflow: visible;
	margin: 0 -11px;
}

.columnScrollN .myslide {
	width: 33.3333%;
	float: left;
	display: inline;
}

.columnScrollN .con {
	margin: 0 11px;
	padding: 25px 20px;
	background: #fff;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.columnScrollN .con .pic:before{
	padding-top: 60.2899%;
}
.columnScrollN .con .title{
	height: 60px;
	line-height: 30px;
	font-size:18px;
	color: #222;
	overflow: hidden;
	margin-bottom: 7px;
}
.columnScrollN .con .title a{
	display: block;
	height: 60px;
	color: #222;
}
.columnScrollN .con .time{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	margin-bottom: 14px;
}
.columnScrollN .con .more{
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.columnScrollN .con .more a{
	display: inline-block;
	padding: 0 5px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
}
.columnScrollN .con .more a span{
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.columnScrollN .con:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 3px 0 7px rgba(0,0,0,0.3);
}
.columnScrollN .con:hover .title a{
	color: #1f6f64;
}
.columnScrollN .con:hover .more a {
	color: #1f6f64;
}
.columnScrollN .con:hover .more a span{
	color: #1f6f64;
	padding: 0 5px;
}
.columnScrollN .prev {
	display: block;
	width: 30px;
	height: 40px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/prev2.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}

.columnScrollN .next {
	display: block;
	width: 30px;
	height: 40px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.6) url(../images/next2.png) no-repeat center center;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	display: none;
}
.moreView.white{
	border-color: #fff;
}
.moreView.white a span{
	/* background: url(../images/vj_h.png) right center no-repeat; */
	color: #fff;
}
.moreView.white:hover{
	border-color: #1f6f64;
}
.columnScrollN .prev:hover,
.column2Scroll .next:hover {
	background-color: #cd291f;
}
.newsColumn3{
	position: relative;
	height: 700px;
}
.newsDl2{
	overflow: hidden;
	margin: 0 -11px;
}
.newsDl2 dd{
	float: left;
	display: inline;
	width: 50%;
	padding: 10px 0;
}
.newsDl2 dd .con{
	margin: 0 11px;
	padding: 20px 30px;
	background: #fff;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.newsDl2 dd .title{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	margin-bottom: 5px;
}
.newsDl2 dd .text{
	height: 50px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
	margin-bottom: 7px;
}
.newsDl2 dd .con:hover{
	position: relative;
	z-index: 9;
	box-shadow: 1px 1px 7px rgba(0,0,0,0.05);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.newsDl2 dd .con:hover .title{
	color: #1f6f64;
}
/*新闻中心综合页 end*/


/*滚屏的点点*/

.floRight {
    position: fixed;
    width: 100px;
	height:140px;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
}
.floRight #fp-nav.right{
	right: 35px;
}
.pageNum {
    padding-top: 50px;
    color: #fff;
    transition: 0.4s ease;
    position: relative;
    height: 20px;
}

#fp-nav li {
    font-size: 0;
    position: relative;
    margin: 6px auto;
    width: 100px;
}
#fp-nav li a{
    position: relative;
    display: block;
    width: 100px;
    height: 20px;
}
#fp-nav li a:after {
    content: "";
    display: block;
    width: 14px;
    height:14px;
    border: 1px solid #a3a3a3;
    position:absolute ;
    z-index: 9;
    right: 0;
    top: 2px;
    border-radius: 100%;
    transition: 0.4s ease;
    margin-left: 0px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
#fp-nav li a.active:after{
    background: #a3a3a3;
}
.floRight #fp-nav li a.active {
    font-size: 14px;
    color: #a3a3a3;
    text-align: left;
}

/* subPage */
.subPage{
	position: relative;
	z-index: 2;
	
}
.imghover .pic{ overflow:hidden;}/* 设置图片经过放大 */
.imghover .pic img{ overflow:hidden; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}/* 设置图片经过放大 */
#container {
    position: relative;
    width: 100%;
}
.grid {
    width: 33.333333%;
    min-height: 100px;
    font-size: 14px;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gridCon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
    margin: 10px 10px
}

.imgholder {
    text-align: center;
    padding: 30px 20px
}

.grid .text {
    width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 18px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    color: #666
}

.grid img {
    max-width: 100%;
}

.grid:hover .text {
    background: #e60014;
    color: #fff
}

.grid.hover .text {
    background: #82c424;
    color: #fff
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.animated.faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}
@media (prefers-reduced-motion:reduce),
(print) {
	.animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important
	}
}

/*内页banner*/
.subBanner {
    width: 100%;
    padding-top: 26.041666%;
    position: relative;
}

.subBanner a {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subBannerText {
   text-align: left;
    height: 100%;
    position: relative;
    
}
.subBannerText .text{
    position: absolute;
    bottom: 70px;
}
.subBannerText span {
    display: block;
    color: #fff;
    font-size: 36px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.subBannerText span:after{
    display: block;
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ffffff;
    bottom: 0;
}
.subBannerText em {
    display: block;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    font-size: 30px;
    font-style: normal;
}
