.reset {
	overflow: hidden
}

.reset.scroll-watch-in-view img {
	transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1)
}

.img_scale {
	overflow: hidden
}

.img_scale img {
	transition: transform cubic-bezier(.215,.61,.355,1) 2s;
	-ms-transition: transform cubic-bezier(.215,.61,.355,1) 2s;
	-o-transition: transform cubic-bezier(.215,.61,.355,1) 2s;
	-webkit-transition: transform cubic-bezier(.215,.61,.355,1) 2s;
	-moz-transition: transform cubic-bezier(.215,.61,.355,1) 2s
}

.img_scale:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1)
}

.img_scale:hover .full {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1)
}

.show_right {
	opacity: 0;
	transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	-o-transform: translateX(-10%);
	-webkit-transform: translateX(-10%);
	-moz-transform: translateX(-10%);
	transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s;
	-ms-transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s;
	-o-transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s;
	-webkit-transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s;
	-moz-transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s;
	visibility: hidden
}

.show_left {
	opacity: 0;
	transform: translateX(10%);
	-ms-transform: translateX(10%);
	-o-transform: translateX(10%);
	-webkit-transform: translateX(10%);
	-moz-transform: translateX(10%);
	transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s,box-shadow .6s;
	-ms-transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s,box-shadow .6s;
	-o-transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s,box-shadow .6s;
	-webkit-transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s,box-shadow .6s;
	-moz-transition: opacity cubic-bezier(.4,0,.2,1) 1s,transform cubic-bezier(.4,0,.2,1) 1s,box-shadow .6s;
	visibility: hidden
}

.show_bottom {
	opacity: 0;
	transform: translateY(15%);
	-ms-transform: translateY(15%);
	-o-transform: translateY(15%);
	-webkit-transform: translateY(15%);
	-moz-transform: translateY(15%);
	transition: cubic-bezier(.4,0,.2,1) 1s;
	-ms-transition: cubic-bezier(.4,0,.2,1) 1s;
	-o-transition: cubic-bezier(.4,0,.2,1) 1s;
	-webkit-transition: cubic-bezier(.4,0,.2,1) 1s;
	-moz-transition: cubic-bezier(.4,0,.2,1) 1s;
	visibility: hidden
}

.show_mask:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 250%;
	top: -100%;
	background-image: -webkit-linear-gradient(rgba(255,255,255,0) 0,#fff 40%,#fff 98%,#FFF 100%);
	background-image: -o-linear-gradient(rgba(255,255,255,0) 0,#fff 40%,#fff 98%,#FFF 100%);
	background-image: linear-gradient(rgba(255,255,255,0) 0,#fff 40%,#fff 98%,#FFF 100%);
	transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
	-webkit-transition: all 3s;
	-moz-transition: all 3s
}

.show_mask2:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 250%;
	left: -50%;
	top: -85%;
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 40%,#fff 98%,#FFF 100%);
	background-image: -o-linear-gradient(left,rgba(255,255,255,0) 0,#fff 40%,#fff 98%,#FFF 100%);
	background-image: linear-gradient(to right,rgba(255,255,255,0) 0,#fff 40%,#fff 98%,#FFF 100%);
	transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
	-webkit-transition: all 3s;
	-moz-transition: all 3s
}

.double_show {
	overflow: hidden;
	position: relative
}

.double_show:after {
	content: '';
	position: absolute;
	width: 101%;
	height: 102%;
	left: -1px;
	top: -1px;
	background: #c19f21;
	transition: transform cubic-bezier(.215,.61,.355,1) 1s;
	-ms-transition: transform cubic-bezier(.215,.61,.355,1) 1s;
	-o-transition: transform cubic-bezier(.215,.61,.355,1) 1s;
	-webkit-transition: transform cubic-bezier(.215,.61,.355,1) 1s;
	-moz-transition: transform cubic-bezier(.215,.61,.355,1) 1s
}

.double_show_child {
	transition: transform cubic-bezier(.215,.61,.355,1) 1s;
	-ms-transition: transform cubic-bezier(.215,.61,.355,1) 1s;
	-o-transition: transform cubic-bezier(.215,.61,.355,1) 1s;
	-webkit-transition: transform cubic-bezier(.215,.61,.355,1) 1s;
	-moz-transition: transform cubic-bezier(.215,.61,.355,1) 1s;
	transform: translateX(80%);
	-ms-transform: translateX(80%);
	-o-transform: translateX(80%);
	-webkit-transform: translateX(80%);
	-moz-transform: translateX(80%)
}

.double_show.scroll-watch-in-view:after {
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%)
}

.double_show.scroll-watch-in-view .double_show_child {
	transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0)
}

.double_show.scroll-watch-in-view .show_bottom {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0)
}

.scroll-watch-in-view .flip {
	visibility: visible!important;
	animation: flip ease 1.5s 1 both;
	-webkit-animation: flip ease 1.5s 1 both;
	-moz-animation: flip ease 1.5s 1 both;
	-o-animation: flip ease 1.5s 1 both
}

.scroll-watch-in-view.flip {
	visibility: visible!important;
	animation: flip ease 1.5s 1 both;
	-webkit-animation: flip ease 1.5s 1 both;
	-moz-animation: flip ease 1.5s 1 both;
	-o-animation: flip ease 1.5s 1 both
}

.scroll-watch-in-view.show_right {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0)
}

.scroll-watch-in-view.show_bottom {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0)
}

.scroll-watch-in-view.show_left {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0)
}

.scroll-watch-in-view.show_mask:after {
	top: 50%
}

.scroll-watch-in-view.show_mask2:after {
	left: 20%
}

.delay_100 {
	transition-delay: .1s!important
}

.delay_200 {
	transition-delay: .2s!important
}

.delay_300 {
	transition-delay: .3s!important
}

.delay_400 {
	transition-delay: .4s!important
}

.delay_500 {
	transition-delay: .5s!important
}

.aniDlay_100 {
	animation-delay: .1s!important
}

.aniDlay_200 {
	animation-delay: .2s!important
}

.aniDlay_300 {
	animation-delay: .3s!important
}

.aniDlay_400 {
	animation-delay: .4s!important
}

.aniDlay_500 {
	animation-delay: .5s!important
}

@keyframes serv_one_border {
	0% {
		opacity: 0
	}

	5% {
		opacity: 1
	}

	80% {
		opacity: 0
	}

	100% {
		opacity: 0;
		transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5)
	}
}

@keyframes show_bottom {
	0% {
		opacity: 0;
		transform: translateY(20%);
		-ms-transform: translateY(20%);
		-o-transform: translateY(20%);
		-webkit-transform: translateY(20%);
		-moz-transform: translateY(20%)
	}

	100% {
		opacity: 1;
		transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0)
	}
}

@keyframes flip {
	0% {
		opacity: 0;
		transform: rotateY(-125deg) translateX(-60px);
		-ms-transform: rotateY(-125deg) translateX(-60px);
		-o-transform: rotateY(-125deg) translateX(-60px);
		-webkit-transform: rotateY(-125deg) translateX(-120px);
		-moz-transform: rotateY(-125deg) translateX(-60px)
	}

	20% {
		opacity: 0
	}

	100% {
		opacity: 1;
		transform: rotateY(0) translateX(0);
		-ms-transform: rotateY(0) translateX(0);
		-o-transform: rotateY(0) translateX(0);
		-webkit-transform: rotateY(0) translateX(0);
		-moz-transform: rotateY(0) translateX(0)
	}
}

@media (max-width:640px) {
	.scroll-watch-in-view.show_mask2:after {
		left: 40%
	}
}

@keyframes border_show {
	0% {
		clip: rect(0,0,150px,0);
		transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0)
	}

	100% {
		clip: rect(0,150px,150px,0);
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg)
	}
}

@keyframes bck_show {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg)
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(5deg);
		transform: perspective(400px) rotateY(5deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0)
	}
}

@keyframes show_top_right {
	0% {
		transform: translate(50%,-100%);
		-ms-transform: translate(50%,-100%);
		-o-transform: translate(50%,-100%);
		-webkit-transform: translate(50%,-100%);
		-moz-transform: translate(50%,-100%)
	}

	100% {
		transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		-moz-transform: none
	}
}

@keyframes show_bottom_left {
	0% {
		transform: translate(-50%,100%);
		-ms-transform: translate(-50%,100%);
		-o-transform: translate(-50%,100%);
		-webkit-transform: translate(-50%,100%);
		-moz-transform: translate(-50%,100%)
	}

	100% {
		transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		-moz-transform: none
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn2 {
	0% {
		opacity: 0
	}

	100% {
		opacity: .3
	}
}

@keyframes txtMove {
	0% {
		opacity: 0;
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		-o-transform: translateX(50px);
		transform: translateX(50px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes letter-fade-in {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	0%,40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes lineMove {
	0% {
		width: 0
	}

	100% {
		width: 40px
	}
}

@keyframes lineMove2 {
	0% {
		height: 0
	}

	100% {
		height: 96px
	}
}

@media (max-width:1440px) {
@	keyframes lineMove2 {
		0%{height: 0
	}

	100% {
		height: 80px
	}
}}

@keyframes lineMove3 {
	0% {
		width: 0
	}

	100% {
		width: 8px
	}
}

@keyframes txtMove2 {
	0% {
		clip: rect(0 0 90px 0);
		clip: rect(0,0,90px,0)
	}

	100% {
		clip: rect(0 195px 90px 0);
		clip: rect(0,195px,90px,0)
	}
}

@keyframes borderMove1 {
	0% {
		left: 0;
		top: 0;
		width: 0%
	}

	100% {
		width: 100%
	}
}

@keyframes borderMove2 {
	0% {
		left: 0;
		top: 0;
		height: 0%
	}

	100% {
		height: 100%
	}
}

@keyframes borderMove3 {
	0% {
		right: 0;
		bottom: 0;
		width: 0%
	}

	100% {
		width: 100%
	}
}

@keyframes borderMove4 {
	0% {
		right: 0;
		bottom: 0;
		height: 0%
	}

	100% {
		height: 100%
	}
}

@keyframes move_right_top {
	0% {
		transform: translate(55px,80px);
		-ms-transform: translate(55px,80px);
		-o-transform: translate(55px,80px);
		-webkit-transform: translate(55px,80px);
		-moz-transform: translate(55px,80px)
	}

	100% {
		transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		-moz-transform: none
	}
}

@keyframes move_right_top3 {
	0% {
		transform: translate(40px,40px);
		-ms-transform: translate(40px,40px);
		-o-transform: translate(40px,40px);
		-webkit-transform: translate(40px,40px);
		-moz-transform: translate(40px,40px)
	}

	100% {
		transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		-moz-transform: none
	}
}

@keyframes move_right_top2 {
	0% {
		opacity: 0;
		transform: translate(47px,28px);
		-ms-transform: translate(47px,28px);
		-o-transform: translate(47px,28px);
		-webkit-transform: translate(47px,28px);
		-moz-transform: translate(47px,28px)
	}

	40% {
		opacity: 1
	}

	100% {
		opacity: 1;
		transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		-moz-transform: none
	}
}

@keyframes fadeInUp50 {
	0% {
		transform: translate(0,50px);
		-ms-transform: translate(0,50px);
		-o-transform: translate(0,0);
		-webkit-transform: translate(0,50px);
		-moz-transform: translate(0,50px);
		opacity: 0
	}

	100% {
		transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		opacity: 1
	}
}

.swiper-pagination {
	width: 100%
}

.header {
	background: 0 0
}

#fullpage {
	position: relative;
	height: 100%;
	will-change: transform;
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translateX(0) translateY(0);
	transform: translate3d(0,0,0)
}

.section {
	position: relative;
	height: 100%;
	width: 100%;
	background-size: cover;
	will-change: transform;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translateY(0);
	transform: translate3d(0,0,0)
}

.section .bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	z-index: 0;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	transition: transform .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	-webkit-transition: all .8s ease-in-out;
	z-index: -1
}

.section.active .bg {
	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translateX(0);
	-o-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	opacity: 1;
	filter: alpha(opacity=100)
}

.section .sec-tit {
	color: #edd17c;
	font-size: 0
}

.section .sec-tit:before {
	content: "";
	width: 1px;
	height: .5rem;
	background: #edd17c;
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px
}

.section .sec-tit span {
	display: inline-block;
	vertical-align: middle;
	font-size: .5rem
}

.section1 {
	position: relative;
	color: #edd17c;
	text-align: center;
	line-height: 1
}

.section1 .txt1 {
	font-size: 0;
	line-height: 1;
	margin-bottom: 2.8645%;
	font-family:"Microsoft YaHei","微软雅黑",Arail;
	font-weight:bold;
}

.section1 .txt1 span {
	display: inline-block;
	font-size: .3rem;
	color: #edd17c;
	vertical-align: middle;
	font-weight: lighter
}

.section1 .txt1 span:nth-child(3) {
	margin-right: 0rem
}

.section1 .txt2 {
	font-size: 0
}

.section1 .txt2 span {
	font-size: 20px;
	line-height: 1
}

.section1 .txt2:after {
	content: "";
	width: 40px;
	height: 1px;
	background: #edd17c;
	display: block;
	margin: 15px auto 0
}

.business-list {
	margin-top: 1.927%;
	margin-bottom: 4.8%
}

.business-list ul {
	float: left;
	left: 50%;
	position: relative
}

.business-list ul li {
	float: left;
	left: -50%;
	position: relative;
	margin: 0 25px;
	line-height: 190px;
	font-size: 18px;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;


}

.business-list ul li a {
	display: block;
	width: 190px;
	height: 190px;
	position: relative;
	color: #edd17c;
	font-size:20px;
	font-weight:bold;
}

.business-list ul li a:after {
	content: "";
	left: 5px;
	top: 5px;
	width: 180px;
	height: 180px;
	background: #122c64;
	border-radius: 50%;
	position: absolute;
	display: block;
	opacity: .8;
	filter: alpha(opacity=30);
	z-index: 8;
	transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;

}

.business-list ul li a i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 5px solid #edd17c;
	border-radius: 50%;
	opacity: .8;
	filter: alpha(opacity=30);
	z-index: 10;
	overflow: hidden;
	transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease
}

.business-list ul li a i:before {
	content: "";
	background: url(../images/icon-bck1.png) no-repeat;
	background-size: cover;
	position: absolute;
	display: block;
	left: 5px;
	top: 5px;
	width: 180px;
	height: 110px;
	z-index: 9;
	border-radius: 50%
}

.business-list ul li a i:after {
	content: "";
	background: url(../images/icon-bck2.png) no-repeat;
	background-size: cover;
	position: absolute;
	display: block;
	left: 5px;
	bottom: 5px;
	width: 180px;
	height: 110px;
	z-index: 9;
	border-radius: 50%
}

.business-list ul li a span {
	position: absolute;
	width: 180px;
	height: 180px;
	line-height: 180px;
	left: 5px;
	top: 5px;
	z-index: 9;
	overflow: hidden;
	border-radius: 50%;
}

.section1.active .business-list ul li:hover a:after,.section1.active .business-list ul li:hover i {
	opacity: 1;
	filter: alpha(opacity=100)
}

.business-list ul li:hover {
	transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px)
}

.section2 {
	position: relative;
	color: #edd17c;
	line-height: 1
}

.section2 .tit {
	margin-left: 19%;
	padding-left: 25px;
	position: relative;
	width: 220px;
	height: 96px;
	float: left;
	margin-top:100px;
}

.section2 .tit:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 96px;
	background: #edd17c;
	display: block
}

.section2 .tit>div {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%)
}

.section2 .tit .tit1 {
	margin-bottom: 10px;
	font-size: 50px;
	color: #edd17c;
	line-height: 1
}

.section2 .tit .tit2 {
	font-size: 30px;
	line-height: 1;
	color: #edd17c
}

.section2 .border {
	width: 843px;
	height: 408px;
	opacity: .3;
	filter: alpha(opacity=30);
	position: absolute;
	top: 50%;
	margin-top: -124px;
	right: 13%;
	z-index: 1
}

.section2 .con {
	width: 843px;
	height: 408px;
	position: relative;
	float: right;
	display: table;
	margin-right: 15.8854%;
	z-index: 2
}

.section2 .con .main-con {
	display: table-cell;
	vertical-align: middle;
	padding-left:45px;
	padding-right: 45px;
	font-size: 15px;
	color: #8e7c3a;
	line-height: 31px;
	background-color: #f9efca
}

.section2 .con:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 408px;
	background: url(../images/border.png) no-repeat;
	background-size: auto 100%;
	z-index: 99
}

.border1 {
	position: absolute;
	height: 5px;
	width: 100%;
	background: #edd17c;
	top: 0;
	left: 0;
	z-index: 9
}

.border2 {
	position: absolute;
	width: 5px;
	height: 100%;
	background: #edd17c;
	top: 0;
	left: 0;
	z-index: 9
}

.border3 {
	position: absolute;
	height: 5px;
	width: 100%;
	background: #edd17c;
	bottom: 0;
	right: 0;
	z-index: 9
}

.border4 {
	position: absolute;
	width: 5px;
	height: 100%;
	background: #edd17c;
	bottom: 0;
	right: 0;
	z-index: 9
}

.more {
	width: 170px;
	height: 45px;
	border: 1px solid #8e7c3a;
	font-size: 12px;
	color: #f9efca;
	margin-top: 30px;
	display: block;
	text-align: center;
	line-height: 35px;
	position: relative;
	transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	z-index: 2
}

.more:after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 70px;
	z-index: 3;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.more span {
	display: block;
	position: relative
}

.more span:before {
	content: attr(data-hover);
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #8e7c3a;
	z-index: 2;
	transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	background-color:#f9efca;
	bottom:15px;
}

.more span:after {
	content: "";
	background: #edd17c;
	display: block;
	position: absolute;
	height: 100%;
	top: -1px;
	left: -1px;
	width: 0%;
	z-index: 1;
	color: #fff;
	transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease
}

.more:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
	right: 60px
}

.more:hover span:before {
	color: #ffcc00;
	padding-right: 10px
}

.more:hover span:after {
	width: 102%
}

.section3 .container {
	padding-left: 50px;
	padding-right: 50px
}

.section3 .item-menu {
	font-size: 0;
	height: 33px;
	margin-top: 8.5px;
	border-bottom: 1px solid #515151
}

.section3 .item-menu a {
	font-size: 14px;
	color: #edd17c;
	margin: 0 17px;
	line-height: 1;
	position: relative;
	padding-bottom: 17px
}

.section3 .item-menu a:first-child,.section3 .item-menu a:last-child {
	margin-left: 0
}

.section3 .item-menu a:last-child {
	margin-right: 0
}

.section3 .item-menu a:after {
	content: "";
	width: 0%;
	height: 1px;
	background: #edd17c;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease
}

.section3 .item-menu a.cur:after,.section3 .item-menu a:hover:after {
	width: 100%
}

@media (min-width:769px) {
	.section1.active .txt1 span:nth-child(1) {
		animation: txtMove 1s ease 0s both;
		-webkit-animation: txtMove 1s ease 0s both;
		-moz-animation: txtMove 1s ease 0s both;
		-o-animation: txtMove 1s ease 0s both
	}

	.section1.active .txt1 span:nth-child(2) {
		animation: txtMove 1s ease .2s both;
		-webkit-animation: txtMove 1s ease .2s both;
		-moz-animation: txtMove 1s ease .2s both;
		-o-animation: txtMove 1s ease .2s both
	}

	.section1.active .txt1 span:nth-child(3) {
		animation: txtMove 1s ease .4s both;
		-webkit-animation: txtMove 1s ease .4s both;
		-moz-animation: txtMove 1s ease .4s both;
		-o-animation: txtMove 1s ease .4s both
	}

	.section1.active .txt1 span:nth-child(4) {
		animation: txtMove 1s ease .6s both;
		-webkit-animation: txtMove 1s ease .6s both;
		-moz-animation: txtMove 1s ease .6s both;
		-o-animation: txtMove 1s ease .6s both
	}

	.section1.active .txt1 span:nth-child(5) {
		animation: txtMove 1s ease .8s both;
		-webkit-animation: txtMove 1s ease .8s both;
		-moz-animation: txtMove 1s ease .8s both;
		-o-animation: txtMove 1s ease .8s both
	}

	.section1.active .txt1 span:nth-child(6) {
		animation: txtMove 1s ease 1s both;
		-webkit-animation: txtMove 1s ease 1s both;
		-moz-animation: txtMove 1s ease 1s both;
		-o-animation: txtMove 1s ease 1s both
	}

	.section1.active .txt1 span:nth-child(7) {
		animation: txtMove 1s ease 1.2s both;
		-webkit-animation: txtMove 1s ease 1.2s both;
		-moz-animation: txtMove 1s ease 1.2s both;
		-o-animation: txtMove 1s ease 1.2s both
	}

	.section1.active .txt1 span:nth-child(8) {
		animation: txtMove 1s ease 1.4s both;
		-webkit-animation: txtMove 1s ease 1.4s both;
		-moz-animation: txtMove 1s ease 1.4s both;
		-o-animation: txtMove 1s ease 1.4s both
	}

	.section1.active .txt2 span:nth-child(1) {
		will-change: opacity;
		animation: letter-fade-in 1s 1.4s ease both;
		-webkit-animation: letter-fade-in 1s 1.4s ease both;
		-moz-animation: letter-fade-in 1s 1.4s ease both;
		-o-animation: letter-fade-in 1s 1.4s ease both
	}

	.section1.active .txt2 span:nth-child(2) {
		will-change: opacity;
		animation: letter-fade-in 1s 1.55s ease both;
		-webkit-animation: letter-fade-in 1s 1.55s ease both;
		-moz-animation: letter-fade-in 1s 1.55s ease both;
		-o-animation: letter-fade-in 1s 1.55s ease both
	}

	.section1.active .txt2 span:nth-child(3) {
		will-change: opacity;
		animation: letter-fade-in 1s 1.7s ease both;
		-webkit-animation: letter-fade-in 1s 1.7s ease both;
		-moz-animation: letter-fade-in 1s 1.7s ease both;
		-o-animation: letter-fade-in 1s 1.7s ease both
	}

	.section1.active .txt2 span:nth-child(4) {
		will-change: opacity;
		animation: letter-fade-in 1s 1.85s ease both;
		-webkit-animation: letter-fade-in 1s 1.85s ease both;
		-moz-animation: letter-fade-in 1s 1.85s ease both;
		-o-animation: letter-fade-in 1s 1.85s ease both
	}

	.section1.active .txt2:after {
		animation: lineMove 1s 1.9s ease both;
		-webkit-animation: lineMove 1s 1.9s ease both;
		-moz-animation: lineMove 1s 1.9s ease both;
		-o-animation: lineMove 1s 1.9s ease both
	}

	.section1.active .business-list ul li a i {
		visibility: visible!important;
		animation: border_show cubic-bezier(.68,.18,.13,.98) 1.6s 2s both;
		-webkit-animation: border_show cubic-bezier(.68,.18,.13,.98) 1.6s 2s both;
		-moz-animation: border_show cubic-bezier(.68,.18,.13,.98) 1.6s 2s both;
		-o-animation: border_show cubic-bezier(.68,.18,.13,.98) 1.6s 2s both
	}

	.section1.active .business-list ul li a:after {
		animation: bck_show 1s 3.3s ease both;
		-webkit-animation: bck_show 1s 3.3s ease both;
		-moz-animation: bck_show 1s 3.3s ease both;
		-o-animation: bck_show 1s 3.3s ease both
	}

	.section1.active .business-list ul li a i:before {
		animation: show_top_right 1s 3.3s ease both;
		-webkit-animation: show_top_right 1s 3.3s ease both;
		-moz-animation: show_top_right 1s 3.3s ease both;
		-o-animation: show_top_right 1s 3.3s ease both
	}

	.section1.active .business-list ul li a i:after {
		animation: show_bottom_left 1s 3.3s ease both;
		-webkit-animation: show_bottom_left 1s 3.3s ease both;
		-moz-animation: show_bottom_left 1s 3.3s ease both;
		-o-animation: show_bottom_left 1s 3.3s ease both
	}

	.section1.active .business-list ul li a span {
		animation: fadeIn 2s 3.9s ease both;
		-webkit-animation: fadeIn 2s 3.9s ease both;
		-moz-animation: fadeIn 2s 3.9s ease both;
		-o-animation: fadeIn 2s 3.9s ease both
	}

	.section2.active .tit:before {
		animation: lineMove2 1s .6s ease both;
		-webkit-animation: lineMove2 1s .6s ease both;
		-moz-animation: lineMove2 1s .6s ease both;
		-o-animation: lineMove2 1s .6s ease both
	}

	.section2.active .tit>div {
		animation: txtMove2 1.2s 1.2s ease both;
		-webkit-animation: txtMove2 1.2s 1.2s ease both;
		-moz-animation: txtMove2 1.2s 1.2s ease both;
		-o-animation: txtMove2 1.2s 1.2s ease both
	}

	.section2.active .border1 {
		animation: borderMove1 1.6s 2s ease both;
		-webkit-animation: borderMove1 1.6s 2s ease both;
		-moz-animation: borderMove1 1.6s 2s ease both;
		-o-animation: borderMove1 1.6s 2s ease both
	}

	.section2.active .border2 {
		animation: borderMove2 1.6s 2s ease both;
		-webkit-animation: borderMove2 1.6s 2s ease both;
		-moz-animation: borderMove2 1.6s 2s ease both;
		-o-animation: borderMove2 1.6s 2s ease both
	}

	.section2.active .border3 {
		animation: borderMove3 1.6s 2s ease both;
		-webkit-animation: borderMove3 1.6s 2s ease both;
		-moz-animation: borderMove3 1.6s 2s ease both;
		-o-animation: borderMove3 1.6s 2s ease both
	}

	.section2.active .border4 {
		animation: borderMove4 1.6s 2s ease both;
		-webkit-animation: borderMove4 1.6s 2s ease both;
		-moz-animation: borderMove4 1.6s 2s ease both;
		-o-animation: borderMove4 1.6s 2s ease both
	}

	.section2.active .main-con {
		animation: fadeIn 1.2s 3.5s ease both;
		-webkit-animation: fadeIn 1.2s 3.5s ease both;
		-moz-animation: fadeIn 1.2s 3.5s ease both;
		-o-animation: fadeIn 1.2s 3.5s ease both
	}

	.section2.active .con {
		animation: move_right_top 1s 4.2s ease both;
		-webkit-animation: move_right_top 1s 4.2s ease both;
		-moz-animation: move_right_top 1s 4.2s ease both;
		-o-animation: move_right_top 1s 4.2s ease both
	}

	.section2.active .con:before {
		animation: lineMove3 .8s 4.8s ease both;
		-webkit-animation: lineMove3 .8s 4.8s ease both;
		-moz-animation: lineMove3 .8s 4.8s ease both;
		-o-animation: lineMove3 .8s 4.8s ease both
	}

	.section3.active .tit,.section5.active .tit {
		animation: fadeInUp50 1s .2s ease both;
		-webkit-animation: fadeInUp50 1s .2s ease both;
		-moz-animation: fadeInUp50 1s .2s ease both;
		-o-animation: fadeInUp50 1s .2s ease both
	}

	.section3.active .item-list .swiper-slide-active>div,.section3.active .partner-list .swiper-slide-active>div,.section5.active .item-list .swiper-slide-active>div,.section5.active .partner-list .swiper-slide-active>div {
		animation: fadeInUp50 1s .5s ease both;
		-webkit-animation: fadeInUp50 1s .5s ease both;
		-moz-animation: fadeInUp50 1s .5s ease both;
		-o-animation: fadeInUp50 1s .5s ease both
	}

	.section3.active .item-list .swiper-slide-next>div,.section3.active .partner-list .swiper-slide-next>div,.section5.active .item-list .swiper-slide-next>div,.section5.active .partner-list .swiper-slide-next>div {
		animation: fadeInUp50 1s .8s ease both;
		-webkit-animation: fadeInUp50 1s .8s ease both;
		-moz-animation: fadeInUp50 1s .8s ease both;
		-o-animation: fadeInUp50 1s .8s ease both
	}

	.section3.active .item-list .swiper-slide-next+.swiper-slide>div,.section3.active .partner-list .swiper-slide-next+.swiper-slide>div,.section5.active .item-list .swiper-slide-next+.swiper-slide>div,.section5.active .partner-list .swiper-slide-next+.swiper-slide>div {
		animation: fadeInUp50 1s 1.1s ease both;
		-webkit-animation: fadeInUp50 1s 1.1s ease both;
		-moz-animation: fadeInUp50 1s 1.1s ease both;
		-o-animation: fadeInUp50 1s 1.1s ease both
	}

	.section3.active .item-list .swiper-slide-next+.swiper-slide+.swiper-slide>div,.section3.active .partner-list .swiper-slide-next+.swiper-slide+.swiper-slide>div,.section5.active .item-list .swiper-slide-next+.swiper-slide+.swiper-slide>div,.section5.active .partner-list .swiper-slide-next+.swiper-slide+.swiper-slide>div {
		animation: fadeInUp50 1s 1.4s ease both;
		-webkit-animation: fadeInUp50 1s 1.4s ease both;
		-moz-animation: fadeInUp50 1s 1.4s ease both;
		-o-animation: fadeInUp50 1s 1.4s ease both
	}

	.section3.active .item-list .swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide>div,.section5.active .item-list .swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide>div {
		animation: fadeInUp50 1s 1.7s ease both;
		-webkit-animation: fadeInUp50 1s 1.7s ease both;
		-moz-animation: fadeInUp50 1s 1.7s ease both;
		-o-animation: fadeInUp50 1s 1.7s ease both
	}

	.section3.active .more,.section5.active .more {
		animation: fadeInUp50 1s 2s ease both;
		-webkit-animation: fadeInUp50 1s 2s ease both;
		-moz-animation: fadeInUp50 1s 2s ease both;
		-o-animation: fadeInUp50 1s 2s ease both
	}

	.section4.active .sec-tit {
		animation: fadeInUp50 1s .2s ease both;
		-webkit-animation: fadeInUp50 1s .2s ease both;
		-moz-animation: fadeInUp50 1s .2s ease both;
		-o-animation: fadeInUp50 1s .2s ease both
	}

	.section4.active .border1 {
		animation: borderMove1 1.2s .6s ease both;
		-webkit-animation: borderMove1 1.2s .6s ease both;
		-moz-animation: borderMove1 1.2s .6s ease both;
		-o-animation: borderMove1 1.2s .6s ease both
	}

	.section4.active .border2 {
		animation: borderMove2 1.2s .6s ease both;
		-webkit-animation: borderMove2 1.2s .6s ease both;
		-moz-animation: borderMove2 1.2s .6s ease both;
		-o-animation: borderMove2 1.2s .6s ease both
	}

	.section4.active .border3 {
		animation: borderMove3 1.2s .6s ease both;
		-webkit-animation: borderMove3 1.2s .6s ease both;
		-moz-animation: borderMove3 1.2s .6s ease both;
		-o-animation: borderMove3 1.2s .6s ease both
	}

	.section4.active .border4 {
		animation: borderMove4 1.2s .6s ease both;
		-webkit-animation: borderMove4 1.2s .6s ease both;
		-moz-animation: borderMove4 1.2s .6s ease both;
		-o-animation: borderMove4 1.2s .6s ease both
	}

	.section4.active .news-ecommend {
		animation: move_right_top2 1.2s 2s ease both;
		-webkit-animation: move_right_top2 1.2s 2s ease both;
		-moz-animation: move_right_top2 1.2s 2s ease both;
		-o-animation: move_right_top2 1.2s 2s ease both
	}

	.section4.active .news-right ul li:nth-child(1),.section4.active .partner-list {
		animation: fadeInUp50 1s 2s ease both;
		-webkit-animation: fadeInUp50 1s 2s ease both;
		-moz-animation: fadeInUp50 1s 2s ease both;
		-o-animation: fadeInUp50 1s 2s ease both
	}

	.section4.active .news-right ul li:nth-child(2) {
		animation: fadeInUp50 1s 2.3s ease both;
		-webkit-animation: fadeInUp50 1s 2.3s ease both;
		-moz-animation: fadeInUp50 1s 2.3s ease both;
		-o-animation: fadeInUp50 1s 2.3s ease both
	}

	.section4.active .news-right ul li:nth-child(3) {
		animation: fadeInUp50 1s 2.6s ease both;
		-webkit-animation: fadeInUp50 1s 2.6s ease both;
		-moz-animation: fadeInUp50 1s 2.6s ease both;
		-o-animation: fadeInUp50 1s 2.6s ease both
	}

	.section4.active .news-right ul li:nth-child(4) {
		animation: fadeInUp50 1s 2.9s ease both;
		-webkit-animation: fadeInUp50 1s 2.9s ease both;
		-moz-animation: fadeInUp50 1s 2.9s ease both;
		-o-animation: fadeInUp50 1s 2.9s ease both
	}

	.section4.active .news-right ul li:nth-child(5) {
		animation: fadeInUp50 1s 3.2s ease both;
		-webkit-animation: fadeInUp50 1s 3.2s ease both;
		-moz-animation: fadeInUp50 1s 3.2s ease both;
		-o-animation: fadeInUp50 1s 3.2s ease both
	}

	.section4.active .more {
		animation: fadeInUp50 1s 3.5s ease both;
		-webkit-animation: fadeInUp50 1s 3.5s ease both;
		-moz-animation: fadeInUp50 1s 3.5s ease both;
		-o-animation: fadeInUp50 1s 3.5s ease both
	}
}

.section4 .container {
	padding: 0 6.9% 0 8.67%
}

.news-con {
	margin-top: .8rem
}

.news-con .news-left {
	position: relative;
	float: left
}

.news-con .border {
	width: 394px;
	height: 385px;
	opacity: .3;
	filter: alpha(opacity=30);
	position: absolute;
	left: 47px;
	top: 28px;
	z-index: 1
}

.news-con .news-ecommend {
	width: 403px;
	height: 375px;
	position: relative;
	padding: 13px;
	background: #f9efca;
	z-index: 2
}

.news-con .news-ecommend .tit {
	font-size: 18px;
	color: #645010;
	line-height: 1;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	margin-top: 32px;
	margin-bottom: 30px
}

.news-con .news-ecommend .tit a {
	color: #645010
}

.news-con .news-ecommend .summary {
	line-height: 24px;
	color: #9b884c;
	font-size: 14px;
	height: 72px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding: 0 15px
}

.news-con .news-ecommend img {
	width: 100%;
	height: 266px;
	overflow: hidden
}

.news-con .news-right {
	float: right;
	width: calc(100% - 563px);
	width: -webkit-calc(100% - 563px);
	position: relative
}

.news-con .news-right ul li {
	font-size: 0;
	margin-top: 35px;
	position: relative
}

.news-con .news-right ul li:first-child {
	margin-top: 0
}

.news-con .news-right ul li>div {
	display: inline-block;
	vertical-align: top
}

.news-con .news-right ul li .time {
	font-size: .4rem;
	color: #f9efca;
	position: relative;
	width: 160px
}

.news-con .news-right ul li .time:after {
	content: '';
	width: 1px;
	height: 28px;
	display: inline-block;
	background-color: #273353;
	vertical-align: middle;
	margin-left: 17px
}

.news-con .news-right ul li .new-tit {
	border-bottom: 1px solid #273353;
	padding-top: 15px;
	padding-bottom: 15px;
	width: calc(100% - 160px);
	width: -webkit-calc(100% - 160px);
	transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	position: relative
}

.news-con .news-right ul li .tit {
	font-size: 14px;
	line-height: 23px;
	color: #edd17c;
	padding-right: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: block
}

.news-con .news-right ul li .news-more {
	padding: 7px 15px;
	border: 1px solid #273353;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease
}

.news-con .news-right ul li .news-more span {
	width: 37px;
	height: 7px;
	display: block;
	background: url(../images/more.png) no-repeat center
}

.news-con .news-right ul li:hover .new-tit {
	padding-left: 10px
}

.news-con .news-right ul li:hover .news-more {
	border-color: #edd17c
}

.news-con .news-right ul li:hover .news-more span {
	background: url(../images/more2.png) no-repeat center;
	animation: more_hover 1s ease;
	-webkit-animation: more_hover 1s ease;
	-moz-animation: more_hover 1s ease;
	-o-animation: more_hover 1s ease
}

.news-con .news-right .more {
	position: absolute;
	right: 0;
	bottom: -90px
}

.section5 .sec-tit:before {
	display: none
}

.section5 .container {
	padding: 0 6.9% 0 8.67%
}

.partner-list {
	margin-top: 4.44%
}

.partner-list .swiper-slide {
	padding-top: 10px
}

.partner-list .partner-logo {
	background: #f9efca;
	display: table;
	text-align: center;
	height: 138px;
	transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	overflow: hidden
}

.partner-list .partner-logo>a {
	display: table-cell;
	vertical-align: middle
}

.partner-list .partner-logo img {
	max-height: 135px
}

.partner-list p {
	line-height: 1;
	font-size: 14px;
	color: #f9efca;
	text-align: center;
	margin-top: 20px
}

.partner-list .swiper-pagination {
	position: relative
}

.down {
	position: fixed;
	left: 50%;
	text-align: center;
	line-height: 1;
	color: #edd17c;
	font-size: 14px;
	bottom: 45px;
	z-index: 999;
	cursor: pointer;
	margin-left: -28px
}

.down .mouse {
	width: 20px;
	height: 32px;
	position: relative;
	margin: 10px auto 0
}

.down .dot {
	width: 2px;
	height: 5px;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 5px;
	display: block;
	background: #e8cc80;
	animation: trackBallSlide 1.6s linear infinite;
	-webkit-animation: trackBallSlide 1.6s linear infinite;
	-moz-animation: trackBallSlide 1.6s linear infinite;
	-o-animation: trackBallSlide 1.6s linear infinite;
	transition: all .3s cubic-bezier(.455,.03,.515,.955);
	-ms-transition: all .3s cubic-bezier(.455,.03,.515,.955);
	-o-transition: all .3s cubic-bezier(.455,.03,.515,.955);
	-webkit-transition: all .3s cubic-bezier(.455,.03,.515,.955);
	-moz-transition: all .3s cubic-bezier(.455,.03,.515,.955)
}

@-webkit-keyframes trackBallSlide {
	25% {
		opacity: 1;
		-webkit-transform: translateY(-2px)
	}

	100%,50% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}

	75% {
		opacity: 1;
		-webkit-transform: translateY(2px)
	}
}

#fp-nav ul li,.fp-slidesNav ul li {
	width: 20px;
	height: 20px;
	margin: 44px 54px
}

#fp-nav ul li a span,#fp-nav ul li a.active span,#fp-nav ul li:hover a span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid #e2c879;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	border-radius: 0;
	background: 0 0;
	margin: -10px 0 0 -10px;
	border-radius: 4px;
	display: block
}

#fp-nav ul li a span:after {
	content: "";
	width: 6px;
	height: 6px;
	background: #edd17c;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3px;
	margin-top: -3px;
	transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease
}

#fp-nav ul li a.active span:after,#fp-nav ul li:hover a span:after {
	transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1)
}

#fp-nav ul li a:after,.fp-slidesNav ul li a:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -1px;
	bottom: -210%;
	border-right: 2px dotted #bca76c;
	height: 30px
}

#fp-nav ul li:last-child a:after {
	display: none
}

.item-list {
	margin-top: 3.4%;
	position: relative
}

.item-list .swiper-container {
	padding-top: 30px
}

.item-list .swiper-slide {
	transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease
}

.item-list .swiper-slide a {
	display: block;
	border: 12px solid #f9efca
}

.item-list .swiper-slide img {
	width: 100%
}

.item-list .swiper-slide p {
	font-size: 16px;
	line-height: 40px;
	color: #edd17c;
	text-align: center;
	padding-top: 16px
}

.item-list .swiper-slide:hover {
	transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px)
}

.item-list .swiper-pagination {
	margin-top: 1%;
	position: static
}

.item-list .more {
	margin: 2% auto 0
}

@media (max-width:1680px) {
	.section2 .tit .tit1 {
		font-size: 38px
	}

	.section2 .tit .tit2 {
		font-size: 26px
	}

	.section2 .tit {
		margin-left: 12%
	}

	.section2 .con {
		margin-right: 14%
	}

	.section2 .border,.section2 .con {
		width: 743px;
		height: 388px
	}

	.section2 .con:before {
		height: 388px
	}

	.section2 .border {
		margin-top: -120px
	}

	.section2 .more {
		margin-top: 40px
	}

	.section2 .border {
		right: 10%
	}

	.section3.active .tit {
		font-size: 42px;
		margin-bottom: 65px
	}

	.news-con {
		margin-top: .6rem
	}

	.news-con .news-right ul li {
		margin-top: 25px
	}

	.news-con .news-right ul li .time {
		width: 150px
	}

	.news-con .news-right ul li .new-tit {
		width: calc(100% - 150px);
		width: -webkit-calc(100% - 150px)
	}

	.section2 .border {
		right: 8%;
		margin-top: -140px
	}

	.item-list .swiper-slide a {
		border: 8px solid #f9efca
	}
}

@media (max-height:800px) {
	.down {
		bottom: 15px
	}
}

@media (max-height:768px) {
	.down {
		bottom: 20px
	}

	.mouse-txt {
		display: none
	}

	.item-list .swiper-slide p {
		line-height: 1
	}

	.item-list .swiper-container {
		padding-top: 20px
	}
}

@media (max-width:1440px) {
	.business-list ul li {
		line-height: 140px
	}

	.business-list ul li a {
		width: 140px;
		height: 140px
	}

	.business-list ul li a span,.business-list ul li a:after {
		width: 130px;
		height: 130px;
		line-height: 130px
	}

	.section1 .txt1 span {
		font-size: 56px
	}

	.news-con .news-right ul li .time {
		width: 130px
	}

	.news-con .news-right ul li .new-tit {
		width: calc(100% - 130px);
		width: -webkit-calc(100% - 130px)
	}

	.section2 .border,.section2 .con {
		width: 740px;
		height: 300px
	}

	.section2 .con:before {
		height: 300px;
		background-size: auto 100%
	}

	.section2.active .con {
		animation: move_right_top3 1s 4.2s ease both;
		-webkit-animation: move_right_top3 1s 4.2s ease both;
		-moz-animation: move_right_top3 1s 4.2s ease both;
		-o-animation: move_right_top3 1s 4.2s ease both
	}

	.section2 .tit .tit1 {
		font-size: 36px
	}

	.section2 .tit .tit2 {
		font-size: 24px
	}

	.section2 .tit:before {
		height: 80px
	}

	.section2 .tit {
		height: 80px;
		overflow: hidden
	}

	.section2 .con .main-con {
		padding-left: 80px;
		padding-right: 80px
	}

	.section2 .border {
		right: 9%;
		margin-top: -120px
	}

	.section2 .con {
		margin-right: 12%
	}

	.news-con .news-right ul li>div {
		vertical-align: middle
	}

	.news-con .news-right ul li .new-tit {
		padding: 0;
		line-height: 50px;
		height: auto
	}

	.news-con .news-right ul li .tit {
		line-height: 50px
	}

	.news-con .news-right ul li {
		height: auto;
		line-height: 50px
	}

	.more {
		width: 120px;
		height: 35px;
		line-height: 35px
	}

	.partner-list .partner-logo {
		height: 120px
	}

	.partner-list .partner-logo img {
		width: 65%;
		max-height: 120px
	}

	.item-list .swiper-slide a {
		border: 8px solid #f9efca
	}

	.item-list {
		margin-top: 0
	}

	.section .sec-tit span {
		font-size: 28px
	}

	.section2 .tit {
		margin-left: 7%
	}

	.news-con {
		margin-top: 30px
	}

	.section4 .container {
		padding-left: 0;
		padding-right: 4%
	}

	.section3 .container {
		padding-top: 30px
	}
}

@media (max-width:1360px) {
	.section3 .container,.section4 .container,.section5 .container {
		padding: 0
	}

	.section3 .container {
		padding-top: 30px
	}

	.news-con .news-right ul li .time {
		width: 125px
	}

	.news-con .news-right ul li .new-tit {
		width: calc(100% - 125px);
		width: -webkit-calc(100% - 125px)
	}

	.partner-list .partner-logo {
		height: 110px
	}

	.partner-list .partner-logo img {
		width: 65%;
		max-height: 110px
	}

	#fp-nav.right {
		right: 0
	}

	#fp-nav ul li,.fp-slidesNav ul li {
		margin: 44px 30px
	}

	.section1 .txt1 span {
		font-size: 24px
	}

	.item-list {
		margin-top: 0
	}

	.section4 .container {
		padding-left: 0
	}
}

@media (max-width:1280px) {
	.section2 .border {
		right: 7%
	}

	.section2 .con {
		margin-right: 10%
	}

	.news-con .news-right ul li .time {
		width: 120px
	}

	.news-con .news-right ul li .new-tit {
		width: calc(100% - 120px);
		width: -webkit-calc(100% - 120px)
	}

	.partner-list .partner-logo {
		height: 100px
	}

	.partner-list .partner-logo img {
		width: 65%;
		max-height: 100px
	}

	.section .sec-tit span {
		font-size: 24px
	}
}

@media (max-width:1200px) {
	.header {
		background: #06133d;
		width: 100%
	}

	.news-con .border,.section2 .border {
		display: none
	}

	.business-list ul li {
		width: 33.3333%;
		margin: 20px 0
	}

	.business-list ul li a {
		margin: 0 auto
	}

	.section1 .txt1 span {
		font-size: 42px
	}

	.section1 .txt2 span {
		font-size: 18px
	}

	.section2 .tit {
		float: none;
		margin-left: 7%
	}

	.section2 .con {
		margin-top: 3%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 7%;
		padding-right: 7%;
		float: none;
		width: 100%
	}

	.section2 .border {
		display: none
	}

	.section2 .more {
		margin-top: 6%
	}

	.section2 .con:before {
		display: none
	}

	.news-con .news-left {
		width: 40%
	}

	.news-con .news-ecommend {
		width: auto
	}

	.news-con .news-right {
		width: 55%;
		margin-left: 5%
	}

	.news-con .news-right ul li .time {
		width: 20%
	}

	.news-con .news-right ul li .new-tit {
		width: 80%
	}

	.down {
		bottom: 20px
	}

	.news-con .news-right .more {
		bottom: -60px
	}
}

@media (max-height:768px) {
	.news-con .news-right ul li {
		margin-top: 00px
	}

	.news-con .news-ecommend .tit {
		margin-top: 25px;
		margin-bottom: 20px;
		font-size: 16px
	}

	.news-con .border,.news-con .news-ecommend {
		height: 350px
	}
}

@media (max-width:1000px) {
	.section2 .tit {
		margin-left: 7%
	}

	.section2 .con .main-con {
		padding: 5%;
		font-size: 14px;
		height: auto
	}

	.item-list .swiper-slide a {
		border-width: 8px
	}

	.section2 .tit .tit1 {
		font-size: 36px
	}

	.section2 .tit .tit2 {
		font-size: 24px
	}

	.section2 .tit {
		height: auto;
		padding-left: 0
	}

	.section2 .tit:before {
		display: none
	}

	.section2 .tit>div {
		left: auto;
		position: inherit;
		top: auto;
		transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0)
	}

	.section .sec-tit:before {
		display: none
	}

	.section .sec-tit span {
		font-size: .6rem
	}

	#fp-nav ul li,.fp-slidesNav ul li {
		margin: 44px 5px
	}

	.news-con .news-left {
		width: 100%;
		float: none;
		padding: 0 8%
	}

	.news-con .news-right {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 2%
	}

	.news-con .news-right ul li .time {
		width: 16%;
		font-size: 20px
	}

	.news-con .news-right ul li .new-tit {
		width: 84%;
		height: auto
	}

	.news-con .news-right ul li {
		margin-top: 0
	}

	.news-con .news-ecommend {
		height: auto
	}

	.news-con .news-ecommend .tit {
		margin-bottom: 5px;
		margin-top: 10px
	}

	.news-ecommend img {
		display: block;
		margin: 0 auto
	}
}

@media (max-width:768px) {
	.business-list ul li a i:after,.business-list ul li a i:before {
		display: none
	}

	.business-list ul li {
		width: 33.3333%
	}

	.business-list ul li a {
		width: 100px;
		height: 100px
	}

	.business-list ul li a span,.business-list ul li a:after {
		width: 90px;
		height: 90px;
		line-height: 90px;
		font-size: 14px
	}

	.section1 .txt1 span {
		font-size: 36px
	}

	.section1 .txt2 span {
		font-size: 16px
	}

	.section2 .tit .tit1 {
		font-size: 32px
	}

	.section2 .tit .tit2 {
		font-size: 20px
	}

	.section .sec-tit span {
		font-size: 24px
	}

	.item-list .swiper-slide p {
		font-size: 14px;
		line-height: 36px;
		padding-top: 10px
	}

	.news-con .news-ecommend .tit {
		font-size: 16px
	}

	.news-con .news-right ul li .time {
		font-size: 18px
	}

	.news-con .news-right ul li .time:after {
		margin-left: 12px
	}
}

@media (max-width:480px) {
	.section2 .down,.section3 .down,.section4 .down,.section5 .down {
		display: none
	}

	.section1 .txt1 span {
		font-size: 28px
	}

	.section1 .txt2:after {
		margin: 5px auto 0
	}

	.section1 .txt2 span {
		font-size: 14px;
		line-height: 24px
	}

	.more {
		width: 80px;
		height: 32px;
		line-height: 32px
	}

	.business-list {
		margin-top: 4%
	}

	.business-list ul li a {
		width: 90px;
		height: 90px
	}

	.business-list ul li a span,.business-list ul li a:after {
		width: 80px;
		height: 80px;
		line-height: 80px
	}

	.section2 .con {
		padding-left: 5%;
		padding-right: 5%;
		height: 300px
	}

	.section2 .con .main-con {
		padding: 0 4%;
		line-height: 24px;
		font-size: 13px
	}

	.section2 .tit {
		margin-left: 5%;
		margin-top: 10%;
		margin-bottom: 5%
	}

	.section2 .tit .tit1 {
		font-size: 20px
	}

	.section2 .tit .tit2 {
		font-size: 14px
	}

	#fp-nav {
		display: none
	}

	.news-con .news-left {
		padding: 0
	}

	.news-con .news-right ul li {
		line-height: 36px
	}

	.news-con .news-right ul li .tit {
		padding-right: 60px;
		line-height: 42px;
		font-size: 13px
	}

	.news-con .news-right ul li .news-more {
		padding: 7px
	}

	.news-con .news-right ul li .time {
		display: none
	}

	.news-con .news-right ul li .new-tit {
		width: 100%
	}

	.partner-list .partner-logo {
		height: 80px
	}

	.partner-list .partner-logo img {
		max-height: 80px
	}

	.down {
		bottom: 25px
	}

	.item-list .more {
		margin: 8% auto 0
	}

	.section3 .container {
		margin-top: 15%
	}

	.section3 .item-menu {
		margin-top: 0
	}

	.section4 .container,.section5 .container {
		width: 90%
	}

	.news-con .news-ecommend {
		display: none
	}

	.news-con .news-right .more {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		bottom: -70px
	}

	.section .sec-tit span {
		font-size: 20px
	}

	.item-list .swiper-slide p {
		line-height: 32px
	}

	.item-list {
		margin-top: 6%
	}

	.business-list ul li {
		margin: 10px 0
	}
}

@keyframes more_hover {
	0% {
		opacity: 1;
		transform: translateX(0)
	}

	49% {
		opacity: 0;
		transform: translateX(15px)
	}

	50% {
		opacity: 0;
		transform: translateX(-15px)
	}

	100% {
		opacity: 1;
		transform: translateX(0)
	}
}