﻿.controlArrow {
	display: none;
}

.section {
	color: #fff;
}

.section a {
	color: #fff;
}

#fp-nav ul li a span {
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	background-color: transparent;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
#fp-nav ul li:hover a span {
	width: 8px;
	height: 8px;
	margin: -2px 0 0 -2px;
}

#fp-nav ul li .active span,
.fp-slidesNav ul li .active span {
	background-color: #fff;
}

.fp-slidesNav ul li {
	margin: 20px 5px;
	width: 60px;
}

.fp-slidesNav ul li a span {
	left: 0;
	width: 60px;
	height: 2px;
	border-radius: 0;
	background-color: rgba(255, 255, 255, 0.5);
	border: 0;
}

.fp-slidesNav ul li:hover a span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	width: 60px;
	height: 2px;
	border-radius: 0;
	background-color: #fff;
	margin: 0;
	margin-top: -2px;
}

@-webkit-keyframes rotateImg {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotateImg {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes scale-dg {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale-dg {
	0% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes tb-go {
	0% {
		top: 26vh;
	}

	100% {
		top: 44vh;
	}
}

@keyframes tb-go {
	0% {
		top: 26vh;
	}

	100% {
		top: 44vh;
	}
}

@-webkit-keyframes to_show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes to_show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes pulse {
	from {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulse {
	from {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.idx-sec1 .fp-tableCell {
	overflow: hidden;
}

.idx-sec1 .slide {
	display: list-item;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.idx-sec1 .slide .banner-img {
	width: 100vw;
	height: 100vh;
}

.idx-sec1 .slide .banner-img img {
	float: left;
	width: 100vw;
	height: 100vh;
	-webkit-animation: scale-dg 4s linear 0ms normal forwards;
	animation: scale-dg 4s linear 0ms normal forwards;
}

.idx-sec1 .word-area {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
}

.idx-sec1 .word-area span {
	color: #fff;
	margin: 0 2px;
}

.idx-sec1 .word-area h3 {
	position: relative;
	height: auto;
	font-size: 34px;
}

.idx-sec1 .idx-word-area2 {
	position: absolute;
	top: 50%;
	left: 12%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.idx-sec1 .idx-word-area2.sec1-word-anim h3,
.idx-sec1 .idx-word-area2.sec1-word-anim h4,
.idx-sec1 .idx-word-area2.sec1-word-anim p,
.idx-sec1 .idx-word-area2.sec1-word-anim .kf-btn {
	left: 0;
	opacity: 1;
}

.idx-sec1 .idx-word-area2 h3 {
	position: relative;
	left: -100px;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	margin-bottom: 70px;
	position: relative;
	font-size: 40px;
	line-height: 1;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "NeoTech", "microsoft yahei", sans-serif;
	letter-spacing: 3px;
}

.idx-sec1 .idx-word-area2 h3:after {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: -34px;
	left: 0;
}

.idx-sec1 .idx-word-area2 h4 {
	position: relative;
	left: -150px;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	font-size: 30px;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 18px;
}

.idx-sec1 .idx-word-area2 p {
	position: relative;
	left: -200px;
	opacity: 0;
	-webkit-transition: all 1.2s;
	transition: all 1.2s;
	line-height: 1;
	font-size: 18px;
}

.idx-sec1 .idx-word-area2 .kf-btn {
	position: relative;
	left: -250px;
	opacity: 0;
	-webkit-transition: all 1.4s;
	transition: all 1.4s;
	display: block;
	margin-top: 80px;
	width: 160px;
	line-height: 44px;
	text-align: center;
	background-color: #00c0ff;
}

.idx-sec1 .idx-word-area2 .kf-btn:hover {
	background-color: #0093c3;
}

.idx-sec1 .anim {
	position: absolute;
	width: 8vw;
	height: 8vw;
	opacity: 0;
}

.idx-sec1 .anim.anim1 {
	top: 20vh;
	right: 46vw;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.idx-sec1 .anim.anim2 {
	-webkit-transition: all 2s;
	transition: all 2s;
	top: 48vh;
	right: 41vw;
}

.idx-sec1 .anim.anim3 {
	-webkit-transition: all 3s;
	transition: all 3s;
	top: 20vh;
	right: 32vw;
}

.idx-sec1 .anim.anim4 {
	-webkit-transition: all 4s;
	transition: all 4s;
	top: 50vh;
	right: 27.4vw;
}

.idx-sec1 .anim.anim5 {
	-webkit-transition: all 5s;
	transition: all 5s;
	top: 36vh;
	right: 13.5vw;
}

.idx-sec1 .img1,
.idx-sec1 .img2,
.idx-sec1 .img3 {
	position: absolute;
	left: 71.5vw;
	top: 55vh;
	width: 5vw;
	height: 5vw;
}

.idx-sec1 .img2 {
	left: 63.5vw;
	top: 43vh;
}

.idx-sec1 .img3 {
	left: 51.5vw;
	top: 64vh;
	width: 6vw;
	height: 6vw;
}

.idx-sec1 .img4,
.idx-sec1 .img5 {
	position: absolute;
	left: 59.7vw;
	top: 26vh;
	width: 14vw;
	height: 16vw;
}

.idx-sec1 .img5 {
	height: 1.4vw;
}

.idx-sec1 .sm-word {
	position: absolute;
	top: 26vh;
	right: 17vw;
	color: #fff;
	font-size: 16px;
}

.idx-sec2 {
	background: url("../image/idx-sec2-bg.png") no-repeat center center;
	background-size: cover;
	position: relative;
}

.idx-sec2.sec2-anim .word-area h3,
.idx-sec2.sec2-anim .word-area h4,
.idx-sec2.sec2-anim .word-area p,
.idx-sec2.sec2-anim .word-area .kf-btn {
	left: 0;
	opacity: 1;
}

.idx-sec2.sec2-anim .sec2-img {
	top: 50%;
	opacity: 1;
}

.idx-sec2 .word-area {
	position: absolute;
	top: 50%;
	left: 12%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}

.idx-sec2 .word-area h3 {
	position: relative;
	left: -100px;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	font-size: 40px;
	font-family: "NeoTech", "microsoft yahei", sans-serif;
	text-transform: uppercase;
	line-height: 1;
}

.idx-sec2 .word-area h4 {
	position: relative;
	left: -150px;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: normal;
}

.idx-sec2 .word-area p {
	position: relative;
	left: -200px;
	opacity: 0;
	font-size: 18px;
	-webkit-transition: all 1.2s;
	transition: all 1.2s;
}

.idx-sec2 .word-area .kf-btn {
	position: relative;
	left: -250px;
	opacity: 0;
	-webkit-transition: all 1.4s;
	transition: all 1.4s;
	display: block;
	margin-top: 70px;
	width: 160px;
	line-height: 44px;
	text-align: center;
	background-color: #00c0ff;
}

.idx-sec2 .word-area .kf-btn:hover {
	background-color: #0093c3;
}

.idx-sec2 .sec2-img {
	position: absolute;
	top: 30%;
	right: 12%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 0;
}

.idx-sec3 {
	background: url("../image/idx-sec3-bg.png") no-repeat center center;
	background-size: cover;
	position: relative;
}

.idx-sec3 .word-area {
	position: absolute;
	top: 50%;
	left: 12%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 76%;
}

.idx-sec3 .word-area h3 {
	font-size: 48px;
	font-family: "NeoTech", "microsoft yahei", sans-serif;
	text-transform: uppercase;
	line-height: 1;
}

.idx-sec3 .word-area h4 {
	font-size: 30px;
	margin-bottom: 60px;
	font-weight: normal;
}

.idx-sec3 li {
	float: left;
	margin-right: 2%;
	padding: 2% 1.5%;
	width: 15%;
	border: 1px solid transparent;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
}

.idx-sec3 li:nth-child(2n) .img-box .circle-img {
	-webkit-transform: rotate(-70deg);
	-ms-transform: rotate(-70deg);
	transform: rotate(-70deg);
}

.idx-sec3 li:nth-child(3n) .img-box .circle-img {
	-webkit-transform: rotate(-210deg);
	-ms-transform: rotate(-210deg);
	transform: rotate(-210deg);
}

.idx-sec3 li:nth-child(4n) .img-box .circle-img {
	-webkit-transform: rotate(-120deg);
	-ms-transform: rotate(-120deg);
	transform: rotate(-120deg);
}

.idx-sec3 li:nth-child(5n) .img-box .circle-img {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.idx-sec3 li:nth-child(6) {
	margin-right: 0;
}

.idx-sec3 li:nth-child(6) .img-box .circle-img {
	-webkit-transform: rotate(220deg);
	-ms-transform: rotate(220deg);
	transform: rotate(220deg);
}

.idx-sec3 li:hover {
	border-color: #fff;
}

.idx-sec3 li:hover a.seeDetail {
	opacity: 1;
}

.idx-sec3 li:hover .img-box .circle-img {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.idx-sec3 li .img-box {
	position: relative;
	margin: 0 auto;
	margin-bottom: 15px;
	max-width: 150px;
	max-height: 150px;
}

.idx-sec3 li .img-box .circle-img {
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.idx-sec3 li .img-box .center-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 45px;
	height: 45px;
}

.idx-sec3 li h6 {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.4;
}

.idx-sec3 li p {
	color: #777;
	text-align: left;
}

.idx-sec3 li a.seeDetail {
	display: block;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	margin-top: 25px;
	width: 100%;
	line-height: 34px;
	background-color: #00c0ff;
	color: #fff;
	font-size: 16px;
}

.idx-sec3 li a.seeDetail:hover {
	background-color: #0093c3;
}

.idx-sec4 {
	position: relative;
	background-size: 100% 100%;
}

.idx-sec4 .imgth {
	
	animation: mymove 2s;
	opacity: 1;
}

.idx-sec4-2 {
	display: none;
}

@-webkit-keyframes mymove {
	0% {
		opacity: 0;
		top: 50%;
	}

	100% {
		opacity: 1;
		top: 0;
	}
}


.core-sec1 .item {
	padding: 50px 0;
}

.core-sec1 .item:nth-child(2n-1) {
	background-color: #f5f5f5;
}

.core-sec1 .item:nth-child(5) .img-box,
.core-sec1 .item:nth-child(6) .img-box,
.core-sec1 .item:nth-child(7) .img-box,
.core-sec1 .item:nth-child(8) .img-box {
	float: left;
}

.core-sec1 .item:nth-child(2) .img-box img.tag {
	width: 790px;
	height: 200px;
	position: absolute;
	left: 17px;
	bottom: 72px;
	z-index: 100;
}

.core-sec1 .item:nth-child(3) .img-box img.tag {
	width: 220px;
	height: 150px;
	position: absolute;
	left: 298px;
	bottom: 134px;
	z-index: 100;
}

.core-sec1 .item:nth-child(4) .img-box img.tag {
	width: 780px;
	height: 550px;
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 100;
}

.core-sec1 .item:nth-child(5) .img-box img.tag {
	width: 500px;
	height: 310px;
	position: absolute;
	left: 130px;
	bottom: 110px;
	z-index: 100;
}

.core-sec1 .item .w1200 {
	height: 100%;
	display: table;
}

.core-sec1 .item .word-box {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
}

.core-sec1 .item .word-box h3 {
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.4;
}




.ai-sj-sec1.hj .item:nth-child(1) .item3-tag {
	position: absolute;
	bottom: 180px;
	left: 303px;
	z-index: 100;
	width: 340px;
	height: 90px;
}

.ai-sj-sec1.hj .item:nth-child(2) .item3-tag1 {
	position: absolute;
	bottom: 160px;
	right: 76px;
	z-index: 100;
	width: 170px;
	height: 210px;
}

.ai-sj-sec1.hj .item:nth-child(2) .item3-tag2 {
	position: absolute;
	bottom: 185px;
	left: 310px;
	z-index: 100;
	width: 230px;
	height: 240px;
}

.ai-sj-sec1 .sj-items {
	display: none;
}

.ai-sj-sec1 .sj-items.on {
	display: block;
}

.ai-sj-sec1 .sj-items:nth-child(1) .item:nth-child(1) .item1-tag {
	position: absolute;
	bottom: 220px;
	left: 34px;
	z-index: 100;
	width: 640px;
	height: 215px;
}

.ai-sj-sec1 .sj-items:nth-child(1) .item:nth-child(2) .item1-tag {
	position: absolute;
	bottom: 20px;
	right: 34px;
	z-index: 100;
	width: 450px;
	height: 255px;
}

.ai-sj-sec1 .sj-items:nth-child(1) .item:nth-child(3) .item1-tag1 {
	position: absolute;
	bottom: 20px;
	left: 30px;
	width: 240px;
	height: 240px;
	z-index: 100;
}

.ai-sj-sec1 .sj-items:nth-child(1) .item:nth-child(3) .item1-tag2 {
	position: absolute;
	top: 160px;
	right: 300px;
	width: 280px;
	height: 110px;
	z-index: 100;
}

.ai-sj-sec1 .sj-items:nth-child(2) .item:nth-child(2) .item2-tag1 {
	position: absolute;
	top: 63px;
	right: 34px;
	width: 180px;
	height: 180px;
	z-index: 200;
}

.ai-sj-sec1 .sj-items:nth-child(2) .item:nth-child(2) .item2-tag2 {
	position: absolute;
	top: 230px;
	right: 35px;
	width: 430px;
	height: 220px;
	z-index: 100;
}

.ai-sj-sec1 .sj-items:nth-child(2) .item:nth-child(3) .item2-tag {
	position: absolute;
	bottom: 30px;
	left: 50px;
	width: 430px;
	height: 220px;
	z-index: 200;
}

.ai-sj-sec1 .sj-items:nth-child(3) .item:nth-child(1) .item3-tag {
	position: absolute;
	bottom: 35px;
	right: 130px;
	width: 440px;
	height: 260px;
	z-index: 200;
}

.ai-sj-sec1 .sj-items:nth-child(3) .item:nth-child(3) .item3-tag {
	position: absolute;
	bottom: 0;
	right: 125px;
	width: 470px;
	height: 280px;
	z-index: 200;
}

.ai-sj-sec1 .sj-items:nth-child(4) .item:nth-child(2) .item4-tag {
	position: absolute;
	right: 50px;
	bottom: 10px;
	width: 470px;
	height: 290px;
	z-index: 200;
}

.ai-sj-sec1 .item {
	padding: 60px 0;
}

.ai-sj-sec1 .item:nth-child(2n-1) {
	background-color: #fff;
}

.ai-sj-sec1 .item:nth-child(2n) {
	background-color: #f5f5f5;
}

.ai-sj-sec1 .item:nth-child(2n) .img-box {
	float: left;
}

.ai-sj-sec1 .item:nth-child(2n) .word-box {
	right: 0;
	left: auto;
}



.ai-sj-sec1 .item .word-box {
	width: 350px;
}

.ai-sj-sec1 .item .word-box a {
	position: relative;
	display: inline-block;
	margin-top: 30px;
	font-size: 18px;
}

.ai-sj-sec1 .item .word-box a:after {
	content: '';
	width: 0;
	height: 2px;
	background-color: #115daa;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.ai-sj-sec1 .item .word-box a:hover:after {
	width: 100%;
}

.ai-sj-sec1 .item .word-box a.hj-a {
	color: #777777;
	cursor: not-allowed;
}

.ai-sj-sec1 .item .word-box a.hj-a:after {
	display: none;
}

.type-nav {
	border-bottom: 1px solid #ddd;
}

.type-nav.hj ul {
	padding-left: 225px;
}

.type-nav.hj li {
	width: 250px;
}

.type-nav li {
	float: left;
	width: 300px;
	position: relative;
}

.type-nav li:after {
	content: '';
	width: 0;
	height: 5px;
	background-color: #115daa;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.type-nav li.on:after,
.type-nav li:hover:after {
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 45px;
}

.type-nav li.on a,
.type-nav li:hover a {
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #181818;
}

.type-nav li a {
	display: block;
	line-height: 80px;
	font-size: 18px;
	color: #777777;
	text-align: center;
}


.ab-section .tit h2 {
	margin-bottom: 30px;
	font-size: 30px;
	border-left: 5px solid #115daa;
	text-indent: 20px;
	line-height: 1;
}

.ab-sec1 {
	margin: 50px 0 30px;
}

.ab-sec1 ul {
	margin: 0 auto;
}

.ab-sec1 li {
	float: left;
	padding: 20px;
	margin-right: 15px;
	width: 390px;
	border: 1px solid #eee;
	text-align: center;
	cursor: pointer;
}

.ab-sec1 li:nth-child(3n) {
	margin-right: 0;
}

.ab-sec1 li:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.ab-sec1 li:hover .img-box h6 {
	line-height: 330px;
	opacity: 1;
}

.ab-sec1 li .img-box {
	position: relative;
	margin-bottom: 20px;
	width: 350px;
	height: 330px;
	overflow: hidden;
}

.ab-sec1 li .img-box img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.ab-sec1 li .img-box h6 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 250px;
	background-color: rgba(17, 93, 170, 0.5);
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.ab-sec1 li h5 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: lighter;
}

.ab-sec2 {
	padding: 40px 0;
	background-color: #f5f5f5;
}

.ab-sec2 .img-box {
	float: right;
	width: 660px;
	height: 420px;
	overflow: hidden;
	cursor: pointer;
}

.ab-sec2 .img-box:hover img {}

.ab-sec2 .img-box img {
	width: 100%;
}

.ab-sec2 .info-box {
	width: 450px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ab-sec2 .info-box h3 {
	margin-bottom: 40px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
}

.ab-sec2 .info-box p {
	line-height: 1.6;
	letter-spacing: 2px;
}

.ab-sec3 {
	padding: 90px 0 80px;
	background: url("../image/ab-sec3-bg.png") no-repeat center center;
	background-size: cover;
}

.ab-sec3 .tit {
	margin-bottom: 40px;
}

.ab-sec3 .lc-box {
	position: relative;
}

.ab-sec3 .lc-box:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 9999px;
	height: 2px;
	background-color: #115daa;
}

.ab-sec3 ul {
	z-index: 50;
}

.ab-sec3 li {
	position: relative;
	float: left;
	margin-bottom: 90px;
	margin-right: 30px;
	width: 500px;
	border: 1px solid #eee;
}

.ab-sec3 li div {
	position: relative;
	z-index: 200;
	padding: 20px 40px;
	height: 150px;
	background-color: #fff;
}

.ab-sec3 li:nth-child(3) {
	margin-right: 0;
}

.ab-sec3 li:nth-child(3),
.ab-sec3 li:nth-child(4) {
	float: right;
	margin-bottom: 0;
}

.ab-sec3 li:nth-child(3) .ab-dot,
.ab-sec3 li:nth-child(4) .ab-dot {
	bottom: auto;
	top: -55px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.ab-sec3 li .ab-dot {
	position: absolute;
	left: 20px;
	bottom: -56px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 50;
}

.ab-sec3 li h3 {
	margin-bottom: 10px;
	line-height: 1;
	font-size: 24px;
	font-weight: 600;
	color: #115daa;
}

.ab-sec3 li p {
	font-size: 16px;
}

.ab-honor {
	margin: 60px 0;
}

.ab-honor .swiper-button-prev,
.ab-honor .swiper-button-next {
	top: 62%;
}

.ab-honor .img-box {
	display: table-cell;
	width: 340px;
	height: 330px;
	text-align: center;
	vertical-align: bottom;
}

.ab-honor .img-box img {
	max-width: 100%;
}

.ab-honor .zs-swiper {
	width: 1080px;
	margin: 0 auto;
}

.ab-honor .zs-swiper .info {
	margin-top: 30px;
	text-align: center;
}

.ab-honor .zs-swiper .info h3 {
	font-size: 16px;
}


.news-sec1 ul {
	margin: 80px 0;
}

.news-sec1 li {
	position: relative;
	top: 0;
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #eee;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
	background-color: #fff;
}

.news-sec1 li:hover {
	box-shadow: 0 3px 10px 0 #eee;
}

.news-sec1 li:hover h3 {
	text-decoration: underline;
}

.news-sec1 li:hover .img-box img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.news-sec1 li .img-box {
	float: left;
	width: 360px;
	height: 260px;
	overflow: hidden;
}

.news-sec1 li .img-box img {
	-webkit-transition: all .8s;
	transition: all .8s;
	width: 100%;
}

.news-sec1 li .info-box {
	height: 260px;
	padding-left: 400px;
	position: relative;
}

.news-sec1 li .info-con {
	position: absolute;
	top: 50%;
	left: 400px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.news-sec1 li .info-con .title {
	margin-bottom: 30px;
	overflow: hidden;
}

.news-sec1 li .info-con .title h3 {
	float: left;
	font-size: 24px;
	width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-sec1 li .info-con .title span {
	float: right;
	color: #777777;
	margin-top: 18px;
}


.news-sec2 ul {
	margin: 80px 0;
}

.news-sec2 li {
	position: relative;
	top: 0;
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #eee;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
	background-color: #fff;
}

.news-sec2 li:hover {
	box-shadow: 0 3px 10px 0 #eee;
}

.news-sec2 li:hover h3 {
	text-decoration: underline;
}

.news-sec2 li:hover .img-box img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.news-sec2 li .img-box {
	float: left;
	width: 360px;
	height: 260px;
	overflow: hidden;
}

.news-sec2 li .img-box img {
	-webkit-transition: all .8s;
	transition: all .8s;
	width: 100%;
}

.news-sec2 li .info-box {
	height: 260px;
	position: relative;
}

.news-sec2 li .info-con {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.news-sec2 li .info-con .title {
	margin-bottom: 30px;
	overflow: hidden;
}

.news-sec2 li .info-con .title h3 {
	float: left;
	font-size: 24px;
	width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-sec2 li .info-con .title span {
	float: right;
	color: #777777;
	margin-top: 18px;
}










.thumb-nav {
	line-height: 60px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}

.thumb-nav a {
	font-size: 16px;
	color: #777777;
}

.news-d-sec1 {
	margin: 60px auto;
}

.news-d-sec1 .title {
	margin-bottom: 30px;
	text-align: center;
}

.news-d-sec1 .title h2 {
	font-size: 24px;
}

.news-d-sec1 .title p {
	color: #777777;
	text-align: right;
}

.news-d-sec1 .news-d-con img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}

.news-d-sec1 .paging-btn {
	margin-top: 60px;
	overflow: hidden;
}

.news-d-sec1 .paging-btn a {
	font-size: 16px;
	color: #777777;
}

.news-d-sec1 .paging-btn a:last-child {
	float: right;
}

.news-d-sec1 .paging-btn a:hover {
	color: #115daa;
	text-decoration: underline;
}


#map-container {
	width: 50%;
	height: 540px;
	margin: 40px auto;
	float: right;
}

#map-container .info {
	border: solid 1px silver;
	background-color: #fff;
}

#map-container div.info-top {
	position: relative;
	background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
}

#map-container div.info-top div {
	display: inline-block;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 31px;
	padding: 0 10px;
}

#map-container div.info-top img {
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

#map-container div.info-top img:hover {
	box-shadow: 0px 0px 5px #000;
}

#map-container div.info-middle {
	font-size: 12px;
	padding: 6px;
	line-height: 20px;
}

#map-container div.info-bottom {
	height: 0px;
	width: 100%;
	clear: both;
	text-align: center;
}

#map-container div.info-bottom img {
	position: relative;
	z-index: 104;
}

#map-container span {
	margin-left: 5px;
	font-size: 11px;
}

#map-container .info-middle img {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

.ct-sec1 {
	margin-bottom: 80px;
}

.ct-sec1 li {
	float: left;
	overflow: hidden;
}

.ct-sec1 li img {
	float: left;
}

.ct-sec1 li h3,
.ct-sec1 li p {
	padding-left: 80px;
}

.ct-sec1 ol {
	margin-bottom: 40px;
}

.ct-sec1 ol li {
	width: 600px;
}

.ct-sec1 ol li:last-child {
	padding-left: 60px;
}

.ct-sec1 ol li img {
	width: 60px;
	height: 60px;
}

.ct-sec1 ol h3 {
	font-size: 20px;
	font-weight: 600;
}

.ct-sec1 ol p {
	font-size: 16px;
}

.ct-sec1 ul li {
	width: 300px;
	padding-left: 60px;
	border-right: 1px solid #ddd;
	color: #777777;
}

.ct-sec1 ul li:first-child {
	padding-left: 0;
}

.ct-sec1 ul li:first-child img {
	height: auto;
	margin-top: 4px;
}

.ct-sec1 ul li:last-child {
	border-right: 0;
}

.ct-sec1 ul li img {
	width: 50px;
	height: 50px;
}

.ct-sec1 ul li h3,
.ct-sec1 ul li p {
	padding-left: 70px;
}

.ct-sec1 ul li h3 {
	font-size: 16px;
	line-height: 1.5;
}

.center {
	height: 600px;

}



.center .left {
	padding: 100px 0 0 53px;
	float: left;
	background: #f7f7f7;
	width: 50%;
	height: 540px;
	margin: 40px 0;
	font-size: 16px;
	line-height: 40px;
}

.center .left h2 {
	font-size: 30px;
	font-weight: bold;
	padding-left: 15px;
}

.center .left p {
	font-size: 15px;
	margin-left: 15px;
}

.center .left span {
	font-size: 16px;
	padding-right: 8px;
}

.imgth img {
	
}




@media screen and (max-width:1080px) {
	.w1200 {
		width: 98%;
	}

	.center .left h2 {
		text-align: center;
	}

	.center {
		height: 473px;
	}

	.center .left {
		background: #f7f7f7;
		width: 100%;
		height: auto;
		padding: 5px 0;
		font-size: 14px;
		line-height: 40px;
	}

	.center .left h2 {
		font-size: 30px;
		font-weight: bold;
	}

	.center .left p {
		font-size: 15px;
	}

	.center .left span {
		font-size: 16px;
		padding-right: 8px;
	}

	.center .left h2 {
		text-align: center;
	}

	.BMap_mask {
		display: none;
	}

	.imgth img {
		width: 100%;
		position: absolute;
		left: -10%;
		top: 20px;
	}

	.idx-sec4-1 {
		display: none;
	}

	.idx-sec4-2 {
		width: 100%;
		display: block;
	}


	


	



	.fp-prev {
		display: none !important;
	}

	.fp-next {
		display: none !important;
	}

}