﻿.fl {
	float: left;
}

.fr {
	float: right;
}

.qing {
	clear: both;
}

.container {
	width: 1590px;
	min-width: 1590px;
	margin-left: auto;
	margin-right: auto;
}

.palr {
	padding-left: 56px;
	padding-right: 56px;
}


/*.palr2 {
	padding-left: 70px;
	padding-right: 70px;
}*/

.ovfh {
	overflow: hidden;
}


/**********************index**********************/

html,
body {
	position: relative;
	width: 100%;
	height: 100%;
}


/*body {
	background: #eee;
	font-size: 14px;
}*/
.swiper-pagination-inq span {
	width: 16px;
	height: 16px;
	background: url(../image/inqq2.png) center center no-repeat;
	background-size: cover !important;
	opacity: 1;
	border-radius: 0;
}

.swiper-pagination-inq .swiper-pagination-bullet-active {
	background: url(../image/inqq1.png) center center no-repeat;
}

#swiper-container1,
#swiper-container3 {
	width: 100%;
	height: 100%;
}

#swiper-container1 .swiper-slide,
#swiper-container3 .swiper-slide {
	display: -webkit-box;
	display: -ms-fslexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 100%;
	-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;
}

/**/

.in-pbg1 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover !important;
}

.in-pbgsj1 {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover !important;
}

.in-pbg01 {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.4);
}

.in-video {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	object-fit: cover;
	background: #000000;
}

.in-p1-tit {
	display: block;
	/* position: absolute; */
	width: 100%;
	z-index: 3;
	top: 35.7%;
	font-family: 'Montserrat-Regular';
	line-height: 1.3;
	font-size: 50px;
}

.in-p1-tit span {
	display: block;
	color: #fff;
	text-shadow: 0 0 8px rgba(0,0,0,0.3);
}

.swiper-button-next-inp1,
.swiper-button-prev-inp1 {
	width: 58px;
	height: 58px;
	background-size: 100% !important;
	top: 0;
	margin-top: 0;
	left: auto;
	right: auto;
}

.swiper-button-prev-inp1:after {
	content: '';
}

.swiper-button-next-inp1:after {
	content: '';
}

.swiper-button-prev-inp1 {
	background: url(../image/in-huanj1.png) center center no-repeat;
	left: 0;
}

.swiper-button-next-inp1 {
	background: url(../image/in-huanj2.png) center center no-repeat;
	left: 74px;
}

.swiper-button-prev-inp1:hover {
	background: url(../image/in-huanj01.png) center center no-repeat;
}

.swiper-button-next-inp1:hover {
	background: url(../image/in-huanj02.png) center center no-repeat;
}

.swiper-button-inp1 {
	display: block;
	position: absolute;
	top: 69.38%;
	z-index: 3;
	width: 100%;
}

.swiper-button-inp1 .container {
	position: relative;
}

.sd-inp1 {
	display: block;
	width: 90px;
	height: 56px;
	position: absolute;
	text-align: center;
	left: calc(50% - 45px);
	bottom: 44px;
	background: url(../image/in-down.png) center bottom no-repeat;
	z-index: 6;
	line-height: 1.2;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.sd-inp1 em {
	font-style: normal;
}

.sd-inp1 {
	animation: sd-inp1 0.8s linear infinite alternate both;
	-webkit-animation: sd-inp1 0.8s linear infinite alternate both;
	-moz-animation: sd-inp1 0.8s linear infinite alternate both;
	-o-animation: sd-inp1 0.8s linear infinite alternate both;
}

@keyframes sd-inp1 {
	0% {
		transform: translateY(5px);
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		-o-transform: translateY(5px);
		-moz-transform: translateY(5px);
	}

	100% {
		transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
		-o-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
	}
}

@-webkit-keyframes sd-inp1 {
	0% {
		transform: translateY(5px);
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		-o-transform: translateY(5px);
		-moz-transform: translateY(5px);
	}

	100% {
		transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
		-o-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
	}
}

@-moz-keyframes sd-inp1 {
	0% {
		transform: translateY(5px);
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		-o-transform: translateY(5px);
		-moz-transform: translateY(5px);
	}

	100% {
		transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
		-o-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
	}
}

@-o-keyframes sd-inp1 {
	0% {
		transform: translateY(5px);
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		-o-transform: translateY(5px);
		-moz-transform: translateY(5px);
	}

	100% {
		transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
		-o-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
	}
}


/*p2*/

.in-p2bg2 {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	background-size: 100% auto !important;
}

/* .in-p2bg2 { */
	/* animation: in-p2bg2 14s linear infinite alternate both; */
	/* -webkit-animation: in-p2bg2 14s linear infinite alternate both; */
	/* -moz-animation: in-p2bg2 14s linear infinite alternate both; */
	/* -o-animation: in-p2bg2 14s linear infinite alternate both; */
/* } */

@keyframes in-p2bg2 {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
	}

	100% {
		transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-moz-transform: scale(1.1);
	}
}


@-webkit-keyframes in-p2bg2 {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
	}

	100% {
		transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-moz-transform: scale(1.1);
	}
}

@-moz-keyframes in-p2bg2 {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
	}

	100% {
		transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-moz-transform: scale(1.1);
	}
}

@-o-keyframes in-p2bg2 {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
	}

	100% {
		transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-moz-transform: scale(1.1);
	}
}

.in-p2nk {
	display: block;
	position: ;
	left: 0;
	top: auto;
	width: 100%;
	z-index: 6;
}

.in-p2nlk {
	display: block;
	width: 50%;
	float: left;
}

.in-p2n-titk {
	display: block;
	padding-top: 20px;
	margin-bottom: 20px;
}

.in-p2n-tit {
	display: block;
	font-weight: normal;
	line-height: 1.3;
	font-size: 40px;
	color: #252525;
	text-transform: uppercase;
	font-family: 'Montserrat-Regular';
}

.in-p2n-textk {
	display: block;
	margin-bottom: 40px;
}

.in-p2n-text {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	line-height: 1.73;
	color: #252525;
	font-family: 'Montserrat-Regular';
}
.in-p2n-text p{
	font-family: 'Montserrat-Regular';
}
.in-p2n-duo {
	display: block;
	width: 98px;
	height: 26px;
	position: relative;
	overflow: hidden;
	line-height: 26px;
	font-size: 20px;
	color: #007aff;
}

.in-p2n-duo span {
	display: block;
	position: relative;
	top: 0;
}

.in-p2n-duo:hover span {
	top: -100%;
}

.in-p2n-duo b {
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background: #007aff;
}

.in-p2-kebk {
	display: block;
	position: absolute;
	z-index: 2;
	right: 4%;
	bottom: 26%;
	width: 45vmax;
	height: 21.5vmax;
}

.in-p2-keb {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.in-p2-keb {
	animation: in-p2-keb 10s linear infinite alternate both;
	-webkit-animation: in-p2-keb 10s linear infinite alternate both;
	-moz-animation: in-p2-keb 10s linear infinite alternate both;
	-o-animation: in-p2-keb 10s linear infinite alternate both;
}

@keyframes in-p2-keb {
	0% {
		transform: scale(0.95);
		-ms-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-o-transform: scale(0.95);
		-moz-transform: scale(0.95);
	}

	100% {
		transform: scale(1.05);
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-o-transform: scale(1.05);
		-moz-transform: scale(1.05);
	}
}


@-webkit-keyframes in-p2-keb {
	0% {
		transform: scale(0.95);
		-ms-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-o-transform: scale(0.95);
		-moz-transform: scale(0.95);
	}

	100% {
		transform: scale(1.05);
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-o-transform: scale(1.05);
		-moz-transform: scale(1.05);
	}
}

@-moz-keyframes in-p2-keb {
	0% {
		transform: scale(0.95);
		-ms-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-o-transform: scale(0.95);
		-moz-transform: scale(0.95);
	}

	100% {
		transform: scale(1.05);
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-o-transform: scale(1.05);
		-moz-transform: scale(1.05);
	}
}

@-o-keyframes in-p2-keb {
	0% {
		transform: scale(0.95);
		-ms-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-o-transform: scale(0.95);
		-moz-transform: scale(0.95);
	}

	100% {
		transform: scale(1.05);
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-o-transform: scale(1.05);
		-moz-transform: scale(1.05);
	}
}

.in-p2-kebk:hover {
	animation: in-p2-kebh 10s linear infinite alternate both;
	-webkit-animation: in-p2-kebh 10s linear infinite alternate both;
	-moz-animation: in-p2-kebh 10s linear infinite alternate both;
	-o-animation: in-p2-kebh 10s linear infinite alternate both;
}

@keyframes in-p2-kebh {
	0% {
		transform: translateX(100px);
		-ms-transform: translateX(100px);
		/* IE 9 */
		-webkit-transform: translateX(100px);
		/* Safari and Chrome */
		-o-transform: translateX(100px);
		/* Opera */
		-moz-transform: translateX(100px);
	}

	100% {
		transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		/* IE 9 */
		-webkit-transform: translateX(-100px);
		/* Safari and Chrome */
		-o-transform: translateX(-100px);
		/* Opera */
		-moz-transform: translateX(-100px);
	}
}


@-webkit-keyframes in-p2-kebh {
	0% {
		transform: translateX(100px);
		-ms-transform: translateX(100px);
		/* IE 9 */
		-webkit-transform: translateX(100px);
		/* Safari and Chrome */
		-o-transform: translateX(100px);
		/* Opera */
		-moz-transform: translateX(100px);
	}

	100% {
		transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		/* IE 9 */
		-webkit-transform: translateX(-100px);
		/* Safari and Chrome */
		-o-transform: translateX(-100px);
		/* Opera */
		-moz-transform: translateX(-100px);
	}
}

@-moz-keyframes in-p2-kebh {
	0% {
		transform: translateX(100px);
		-ms-transform: translateX(100px);
		/* IE 9 */
		-webkit-transform: translateX(100px);
		/* Safari and Chrome */
		-o-transform: translateX(100px);
		/* Opera */
		-moz-transform: translateX(100px);
	}

	100% {
		transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		/* IE 9 */
		-webkit-transform: translateX(-100px);
		/* Safari and Chrome */
		-o-transform: translateX(-100px);
		/* Opera */
		-moz-transform: translateX(-100px);
	}
}

@-o-keyframes in-p2-kebh {
	0% {
		transform: translateX(100px);
		-ms-transform: translateX(100px);
		/* IE 9 */
		-webkit-transform: translateX(100px);
		/* Safari and Chrome */
		-o-transform: translateX(100px);
		/* Opera */
		-moz-transform: translateX(100px);
	}

	100% {
		transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		/* IE 9 */
		-webkit-transform: translateX(-100px);
		/* Safari and Chrome */
		-o-transform: translateX(-100px);
		/* Opera */
		-moz-transform: translateX(-100px);
	}
}

/*P3*/
.in-p3nk {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.in-p3nk {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-fslexbox;
	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;
}

.in-p3nxbg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 4;

}

.in-p3nxk {
	display: block;
	/* position: absolute; */
	width: 100%;
	padding: 20px;
	left: 0;
	z-index: 5;
	text-align: center;

	transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	-moz-transform: scale(0.9);
}

.in-p3nxk:hover {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
}

.in-p3-t {
	display: block;
	margin: 0 auto;
}

.in-p3n-titk {
	display: block;
	margin-bottom: 44px;
}

.in-p3n-tit {
	line-height: 1.2;
	font-size: 38px;
	color: #fff;
	font-family: 'Montserrat-Regular';
	font-weight: normal;
}

.in-p3n-tit:hover {
	transform: translateY(-6px);
}

.in-p3n-text {
	padding: 50px 0;
}

.in-p3n-text a {}

.in-p3n-text h3 {
	display: block;
	margin-bottom: 12px;
	position: relative;
	line-height: 1.57;
	font-size: 20px;
	color: #fff;
	position: relative;
	font-weight: normal;
	color: #fff;
	font-family: 'Montserrat-Regular';
}

/* .in-p3n-text a:hover{
} */
.in-p3n-text h3:hover {
	color: rgba(255, 255, 255, 0.7);
	transform: translateY(-6px);
}

.in-p3n-duok {
	opacity: 1;
	height: 50px;
	/*overflow: hidden;*/
}

.in-p3n-duo {
	display: block;
	width: 50%;
	height: 50px;
	opacity: 1;
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	margin: 0 auto;
	border: 1px solid rgba(255, 255, 255, 0.7);
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	top: 0;
	text-transform: uppercase;
}

.in-p3n-duo span {
	display: block;
	position: relative;
	top: 0;
	color: #fff;
}

.in-p3n-duo:hover span {
	top: -100%;
}

/* .in-p3nk:hover .in-p3n-duok{	
	opacity: 1;	
	height: 50px;
} */
/* .in-p3nk:hover .in-p3n-duo{
	opacity:1;
	top: 0;
} */
.in-p3nxk:hover .in-p3n-tit {
	color: #e8e619;
}

.in-p3nxk:hover .in-p3n-text h3 {
	color: #e8e619;
}

.in-p3nxk:hover .in-p3n-duo {
	border: 1px solid #e8e619;
	color: #e8e619;
}

.in-p3nxk:hover .in-p3n-duo span {
	color: #e8e619;
}

.in-p3dk {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.tab {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-fslexbox;
	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;
}

.tab .tab_menu {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 4;
}

.tab .tab_menu li {
	width: 33.333%;
	height: 100%;
	/* margin-left: -1px; */
	/* border-left: 1px solid rgba(255,255,255,0.3); */
	float: left;
	position: relative;
	display: -webkit-box;
	display: -ms-fslexbox;
	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;
}

.tab .tab_box {
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 2;
}

.tab_boxx {
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	display: -webkit-box;
	display: -ms-fslexbox;
	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;
}

.tab_boxx .in-protu {
	animation: tab_boxx 8s linear infinite alternate both;
	-webkit-animation: tab_boxx 8s linear infinite alternate both;
	-moz-animation: tab_boxx 8s linear infinite alternate both;
	-o-animation: tab_boxx 8s linear infinite alternate both;
}

@keyframes tab_boxx {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
	}

	100% {
		transform: scale(1.15);
		-ms-transform: scale(1.15);
		-webkit-transform: scale(1.15);
		-o-transform: scale(1.15);
		-moz-transform: scale(1.15);
	}
}


@-webkit-keyframes tab_boxx {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
	}

	100% {
		transform: scale(1.15);
		-ms-transform: scale(1.15);
		-webkit-transform: scale(1.15);
		-o-transform: scale(1.15);
		-moz-transform: scale(1.15);
	}
}

@-moz-keyframes tab_boxx {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
	}

	100% {
		transform: scale(1.15);
		-ms-transform: scale(1.15);
		-webkit-transform: scale(1.15);
		-o-transform: scale(1.15);
		-moz-transform: scale(1.15);
	}
}

@-o-keyframes tab_boxx {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
	}

	100% {
		transform: scale(1.15);
		-ms-transform: scale(1.15);
		-webkit-transform: scale(1.15);
		-o-transform: scale(1.15);
		-moz-transform: scale(1.15);
	}
}


.op2 {
	opacity: 0;
	/* background: #007AFF; */
	z-index: 1 !important;
	display: none;
}

.op1 {
	display: block;
	z-index: 6 !important;
}

.tab_boxxt1,
.tab_boxxt2 {
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 5;
	background: url(../image/in-xtt.png) left top repeat-y;
}

.tab_boxxt1 {
	left: 33.333%;
}

.tab_boxxt2 {
	left: 66.666%;
}

.in-p3xmk {
	display: none;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	top: 25%;
	z-index: 6;
	position: relative;
	float: left;
	text-align: center;
	display: -webkit-box;
	display: -ms-fslexbox;
	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;
}

.in-p3xmk dd {
	display: block;
	width: 33.333%;
	height: 100%;
	/* background: #ff6ffd;
	opacity: 0.3; */
	position: relative;
	float: left;
	text-align: center;
	display: -webkit-box;
	display: -ms-fslexbox;
	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;
}

.in-p3xmk .in-p3n-tit {
	font-size: 28px;
}

.hide {
	display: none;
}

.in-p3nxbgk {
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 3;
}

.in-p3nxbgk dd {
	display: block;
	position: relative;
	width: 33.3333%;
	height: 100%;
	float: left;
	background: url(../image/in-xtt.png) left top repeat-y;
}

.in-p3nxbgk .ddw0 {
	/* width: 0; */
}

.tab_boxdk {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	left: 0;
	top: 0;
}

/**/
.in-p2n-titk {
	display: block;
	margin-bottom: 35px;
}

.in-p4n-list {
	display: block;
	overflow: hidden;
	margin-bottom: 58px;
}

.in-p4n-list li {
	display: block;
	padding: 6px 0;
	overflow: hidden;
}

.in-p4n-list li a {
	display: block;
	float: left;
	line-height: 1.68;
	font-size: 20px;
	color: #252525;
	font-family: 'Montserrat-Regular';
	overflow: hidden;
	background: url(../image/in-qj1.png) left 6px no-repeat;
	background-size: auto 18px;
}

.in-p4n-list li a b {
	display: block;
	float: left;
	font-family: 宋体;
}

.in-p4n-list li a h4 {
	display: block;
	font-weight: normal;
	margin-left: 36px;
	font-family: 'Montserrat-Regular';
}

.in-p4n-list li:hover {
	padding-left: 6px;
}

.in-p4n-list li:hover a {
	color: #007aff;
}

/**/
.in-p5n-titk {
	display: block;
	margin-bottom: 24px;
}

.in-p5n-list {
	display: block;
}

#swiper-container2 {
	padding-top: 40px;
	margin-top: -40px;
}

.in-xwnk {
	display: block;
	overflow: hidden;
	background: #fff;
	position: relative;
	box-shadow: 0 0 24px rgb(0, 0, 0, 0.07);
}

.in-xwtuk {
	display: block;
	position: relative;
	overflow: hidden;
}

.in-xwtuk img {
	display: block;
	width: 100%;
}

.in-xwxk {
	display: block;
	padding: 28px 38px 40px;
	overflow: hidden;
}

.in-xwx-titk {
	display: block;
	overflow: hidden;
}

.in-xwx-tit {
	display: block;
	height: 68px;
	margin-bottom: 6px;
	line-height: 34px;
	font-size: 20px;
	color: #2a2a2a;
	font-family: 'Montserrat-Regular';
}

.in-xwx-tit:visited {
	color: #2a2a2a;
}

.in-xwx-da {
	display: block;
	margin-bottom: 33px;
	line-height: 24px;
	font-size: 16px;
	color: #a3a3a3;
	font-family: arial;
}

.in-xwx-duok .in-p2n-duo {
	width: 70px;
	font-size: 14px;
}

.in-xwdnk {
	display: block;
	position: relative;
}

.in-xwdnk .swiper-pagination-inxw {
	bottom: -90px;
	width: 100%;
}

.in-xwdnk .swiper-pagination-inxw span {
	width: 14px;
	height: 14px;
	border: 3px solid #007aff;
	background: transparent;
	margin: 7px 14px;
	opacity: 1;
}

.in-xwdnk .swiper-pagination-inxw .swiper-pagination-bullet-active {
	width: 28px;
	height: 28px;
	border: 10px solid #fff;
	background: #007aff;
	margin: 0 7px;
	box-shadow: 0 0 10px rgba(0, 167, 132, 0.3);
}

.in-xwnk:hover .in-xwx-tit {
	color: #007aff;
}

.in-xwndk:hover .in-xwnk {
	transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	/* IE 9 */
	-webkit-transform: translateY(-15px);
	/* Safari and Chrome */
	-o-transform: translateY(-15px);
	/* Opera */
	-moz-transform: translateY(-15px);
}

/**/
.in-p6k {
	display: block !important;
}

.in-pbg61,
.in-pbg62 {
	display: block;
	position: relative;
	z-index: 1;
	width: 50%;
	height: 100%;
	float: left;
}

.in-lxtuk {
	/* display: block; */
	width: 509px;
	height: 297px;
	overflow: hidden;
	position: relative;
	border-top-left-radius: 68px;
	border-bottom-right-radius: 68px;
	overflow: hidden;
}

.in-p6n-titk {
	display: block;
	overflow: hidden;
	padding-top: 20px;
	margin-bottom: 16px;
}

.in-p6n-dtitk {
	display: block;
	overflow: hidden;
	margin-bottom: 8px;
	position: relative;
	z-index: 2;
}

.in-p6-b {
	display: block;
	float: left;
	margin-top: 2px;
}

.in-p6n-dtit {
	display: block;
	line-height: 1.5;
	font-size: 20px;
	color: #292929;
	font-family: 'Montserrat-Regular';
	font-weight: normal;
	/* text-transform: uppercase; */
}

.in-p6n-text {
	display: block;
	position: relative;
	z-index: 2;
	margin-bottom: 26px;
	line-height: 1.8;
	font-size: 18px;
	color: #292929;
	font-family: 'Montserrat-Regular';
}
.in-p6n-text p{
	font-family: 'Montserrat-Light';
}
.in-p6n-text p em{
	display: block;
	float: left;
	font-style: normal;
	font-family: 'Montserrat-Light';
}
.in-p6n-text p span{
	display: block;
	margin-left: 58px;
	font-family: 'Montserrat-Light';
}
.in-lxtu2 {
	display: block;
	margin-top: 20px;
	margin-bottom: 26px;
}

.in-lxtu22 {
	display: none;
	/* margin-top: 40px; */
}

.in-p6nxk {
	display: block;
	width: 580px;
	position: relative;
}

.in-lxbtu1 {
	display: block;
	top: -30px;
	right: -40px;
	position: absolute;
	z-index: 1;
}

.in-lxbtu2 {
	display: block;
	top: -20px;
	right: -40px;
	position: absolute;
	z-index: 1;
}

.inlx-ln-tit1 {
	position: relative;
	z-index: 3;
	line-height: 1.2;
	font-size: 28px;
	color: #292929;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-family: 'Montserrat-Regular';
}

/* .in-p6k{
	display: block;
	padding-top: 30px;
}
*/
/* .in-p6nk{
} */
.in-p6nk {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: -webkit-box;
	display: -ms-fslexbox;
	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;
}

.in-p6k .in-p2nlk {
	display: -webkit-box;
	display: -ms-fslexbox;
	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;
}

.in-p2nlk .palr {
	padding: 0 90px;
}

/**/
.swiper-sliden {
	display: block;
	width: 100%;
	height: auto;
	bottom: 0;
	position: relative;
	background: #333;
	padding: 44px 0;
	z-index: 9;
}

.swiper-sliden .palr {
	width: 100%;
}

.in-p6k .swiper-sliden {
	bottom: 0;
	top: auto;
	height: auto;
	padding: 14px 0;
	position: absolute;
}

.in-p6k .swiper-sliden .fo-copy {
	line-height: 42px;
}

/* *************news********************* */
.ban-ny {
	display: block;
	overflow: hidden;
	background-size: cover !important;
}

.ban-xwtitk {
	display: block;
	height: 385px;
	overflow: hidden;
	padding: 190px 0 150px;
}

.ban-cptitk {
	display: block;
	overflow: hidden;
	height: 385px;
	padding: 170px 0 46px;
}

.ban-xwtit {
	display: block;
	text-align: center;
	line-height: 1.2;
	font-size: 46px;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'Montserrat-Regular';
}

.ban-cplk {
	display: block;
	margin-top: 50px;
	text-align: center;
	/* overflow: hidden; */
}

.ban-cplxk {
	display: inline-block;
	height: 64px;
	padding: 0 40px;
	/* overflow: hidden; */
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50px;
}

.ban-cplk a {
	display: inline-block;
	margin: 0 42px;
	position: relative;
	line-height: 64px;
	height: 64px;
	color: #8a8a8a;
}

.ban-cplk a span {
	display: block;
	position: relative;
	top: 0;
	font-size: 20px;
	color: #8a8a8a;
}

.ban-cplk a b {
	display: block;
	width: 0;
	position: absolute;
	height: 4px;
	bottom: -4px;
	left: 50%;
	background: #007aff;
}

.ban-cplk a:hover span {
	color: #007aff;
}

.ban-cplk a.on span {
	/* top: -100%; */
	font-size: 22px;
	color: #007aff;
}

.ban-cplk a:hover b,
.ban-cplk a.on b {
	width: 100%;
	left: 0;
}

.xwnrk {
	display: block;
	overflow: hidden;
	padding: 70px 0 110px;
}

.xwlb {
	display: block;
	margin-left: -33px;
}

.xwlb li {
	display: block;
	width: 33.333%;
	height: auto;
	float: left;
	padding-left: 33px;
	padding-bottom: 45px;
}

.yemak {
	display: block;
	text-align: center;
	overflow: hidden;
}

.yemak a {
	display: inline-block;
	text-align: center;
	width: 42px;
	height: 42px;
	margin: 0 4px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #cbcbcb;
	line-height: 40px;
	font-size: 18px;
}

.yemak a.sxy span {
	font-family: "宋体";
}

.yemak a span {
	display: block;
	position: relative;
	top: 0;
	color: #5c5c5c;
}

.yemak a.on,
.yemak a:hover {
	background: #007aff;
	border-color: #007aff;
	color: #fff;
}

.yemak a.on span,
.yemak a:hover span {
	top: -100%;
	color: #fff;
}

/* **********contact********************* */
.lxnrk {
	display: block;
	padding: 115px 0 150px;
	overflow: hidden;
}

.lx-lyk {
	display: block;
	float: right;
	width: 50%;
	padding: 63px 80px 130px;
	overflow: hidden;
	background: #f5f5f5;
}

.lx-ly-tit {
	display: block;
	text-align: center;
	margin-bottom: 60px;
	line-height: 1.4;
	font-size: 36px;
	color: #252525;
	text-transform: uppercase;
	font-family: 'Montserrat-Regular';
}

.lx-ly-xiek {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 7px;
	background: #fff;
	margin-bottom: 15px;
}

.lx-ly-xiem {
	display: block;
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 2;
	line-height: 56px;
	font-size: 18px;
	color: #007aff;
	font-family: 'Montserrat-Regular';
}

.con-yzm {
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	width: 110px;
	height: 56px;
}

.con-yzm img {
	display: block;
	width: 100%;
	height: 100%;
}

.lx-ly-xie {
	display: block;
	width: 100%;
	height: 56px;
	padding: 0 33px;
	line-height: 56px;
	font-size: 18px;
	color: #6c6c6c;
}

.lx-ly-xie2 {
	display: block;
	width: 100%;
	height: 120px;
	margin: 13px 0;
	padding: 0 33px;
	line-height: 40px;
	font-size: 18px;
	color: #6c6c6c;
}

.lx-ly-sub {
	display: block;
	width: 266px;
	height: 56px;
	background: #007aff;
	cursor: pointer;
	border-radius: 7px;
	line-height: 56px;
	font-size: 24px;
	color: #fff;
}

.lx-lnrk {
	display: block;
	float: left;
	width: 50%;
	padding-right: 80px;
}

.lx-lnrxk {
	display: block;
	overflow: hidden;
	padding-bottom: 27px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 37px;
}

.lx-lnrxk:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.lx-ln-tit1 {
	line-height: 1.2;
	font-size: 34px;
	color: #292929;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'Montserrat-Regular';
}

.lx-ln-tit2 {
	line-height: 1.5;
	font-size: 20px;
	color: #292929;
	margin-bottom: 20px;
	/* text-transform: uppercase; */
	font-family: 'MONTSERRAT-Regular';
}

.lx-lnof {
	display: block;
	overflow: hidden;
	margin-bottom: 12px;
}

.lx-lnxn {
	display: block;
	margin-left: 34px;
	line-height: 32px;
	font-size: 18px;
	color: #292929;
	font-family: 'MONTSERRAT-Light';
}

.lx-lnxn em {
	display: block;
	float: left;
	font-style: normal;
	font-family: 'MONTSERRAT-Light';
}

.lx-lnxn span {
	display: block;
	margin-left: 58px;
	font-family: 'MONTSERRAT-Light';
}

/* *************quality************************ */
.zlnrk {
	display: block;
	overflow: hidden;
	padding: 95px 0 88px;
	background: #f5f5f5;
}

.zllb {
	display: block;
	overflow: hidden;
}

.zllb li {
	width: 20%;
	float: left;
	display: flex;
	justify-content: center;
	position: relative;
}

.zlt1,
.zlt2 {
	display: block;
	width: 50%;
	height: 2px;
	background: #8a8a8a;
	position: absolute;
	top: 115px;
}

.zlt1 {
	left: 0;
}

.zlt2 {
	right: 0;
}

.zllb li:first-child .zlt1 {
	display: none;
}

.zllb li:last-child .zlt2 {
	display: none;
}

.zlxbk {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.zlxb {
	display: block;
	margin: 0 auto 25px;
}

.zlxbq {
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto 32px;
	border-radius: 50%;
	background: #F5F5F5;
	border: 2px solid #8a8a8a;
}

.zlxbm {
	display: block;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	color: #494949;
}

.zllbnrk {
	display: block;
	overflow: hidden;
	padding: 80px 0;
	position: relative;
}

.zldsk {
	display: block;
	position: relative;
	width: 105px;
	height: 100%;
	float: left;
}

.zllbnk {
	display: block;
	position: relative;

}

.zllbnk li {
	display: block;
	overflow: hidden;
	padding: 90px 0;
	margin-top: -80px;
}

.zllbnt {
	display: block;
	position: absolute;
	width: 1px;
	height: calc(100% - 180px);
	background: #8d8d8d;
	top: 90px;
	left: calc(50% - 745px);
}

.zldlkk {
	margin-left: 105px;
	padding-left: 48px;
}

.zldtukk {
	display: block;
	width: 635px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 80px rgba(0, 0, 0, 0.3);
}

.zldtuk {
	display: block;
	width: 100%;
}

.zldtu {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zldlbk {
	display:flex;
	align-items: center;
	width: calc(100% - 635px);
}
.zldlbxk{
	display: block;
	width: 100%;
	flex-direction: column;
	align-items: center;
}
.zldlbk1 {
	padding: 0 0 0 60px;
}

.zldlbk2 {
	padding: 0 60px 0 0;
}

.zldl-tit {
	display: block;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 34px;
	line-height: 1.4;
	font-size: 34px;
	color: #494949;
}

.zldl-list {
	display: block;
	width: 100%;
}

.zldl-list dd {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 5px 0 5px 27px;
	line-height: 35px;
	font-size: 18px;
	color: #494949;
}

.zldl-list dd b {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #007aff;
	position: absolute;
	left: 0;
	top: 20px;
}

.zldsk {
	display: block;
	/* min-height: 461px; */
	line-height: 1.2;
	font-size: 88px;
	color: #fff;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	font-family: 'Montserrat-Regular';
}

.zldsk span {
	display: block;
	background: #fff;
}

/* ************************** */
.cpnrk {
	display: block;
	overflow: hidden;
}

.cplbk {
	display: block;
	overflow: hidden;
}

.cplbk li {
	display: block;
	/* text-align: center; */
	width: 50%;
	float: left;
	height: auto;
	overflow: hidden;
	padding: 85px 56px;
}

.cplbk li:nth-child(4n+1),
.cplbk li:nth-child(4n+4) {
	background: #f1f1f1;
}

.cplbk li:nth-child(4n+2),
.cplbk li:nth-child(4n+3) {
	background: #fff;
}

.cplbnk {
	display: block;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-fslexbox;
	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;
}

.cp-tukk {
	display: block;
	width: 420px;
	float: left;
	overflow: hidden;
	position: relative; 
        height: 300px;
}

.cp-tuk {
	display: block;
	position: relative;
	width: 100%;
}

.cp-tuu {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	z-index: 2;
}

.cp-tumk {
	width: calc(100% - 420px);
	/* margin-left: 420px; */
	padding-left: 30px;
	text-align: left !important;
	/* padding-top: 40px; */
}

.cp-tum-tit {
	display: block;
	margin-bottom: 25px;
	border-bottom: 1px solid #444;
	padding-bottom: 7px;
	line-height: 1.7;
	font-size: 22px;
	color: #444;
	font-family: 'Montserrat-Regular';
}

.cp-tum1 {
	display: block;
	overflow: hidden;
	line-height: 1.8;
	font-size: 16px;
	color: #444;
	font-family: 'Montserrat-Regular';
}

/* .cp-tum1 span{
	display: block;
	float: left;
}
.cp-tum1 p{
	display: block;
	margin-left: 55px;
} */
.cp-tum1 p {
	display: inline;
}

.cplbk li:hover .cp-tum-tit {
	border-bottom-color: #007aff;
}

.cplbk li:hover .cp-tum-tit,
.cplbk li:hover .cp-tum1 {
	color: #007aff;
}

/* *************about***************** */
.abnrk {
	display: block;
	overflow: hidden;
	padding: 105px 0 96px;
	background: url(../image/abbg1.png) top left repeat-x;
}

.abn-tit {
	display: block;
	margin-bottom: 36px;
	line-height: 1.6;
	font-size: 42px;
	color: #252525;
	font-family: 'MONTSERRAT-Light';
}

.ab-abtu {
	display: block;
	float: right;
	width: 46%;
}

.ab-abtu img {
	display: block;
	width: 100%;
}

.ab-abmk {
	display: block;
	width: 54%;
	float: left;
	padding-right: 66px;
	font-size: 18px;
	line-height: 1.8;
	color: #434343;
	font-family: 'Montserrat-Regular';
}

/*  */
.ab-vinrk {
	display: block;
	overflow: hidden;
	position: relative;
}

.ab-vik {
	display: block;
	width: 100%;
	position: relative;
	z-index: 3;
}

.ab-vi {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.ab-vibk {
	display: block;
	width: 166px;
	height: 170px;
	position: absolute;
	top: calc(50% - 85px);
	left: calc(50% - 83px);
	z-index: 4;
	text-align: center;
}

.ab-vib {
	display: block;
	margin: 0 auto 22px;
}

.ab-vibm {
	display: block;
	line-height: 1.4;
	font-size: 48px;
	color: #fff;
	font-family: 'MONTSERRAT-Light';
}

.ab-snnrk {
	display: block;
	position: relative;
	overflow: hidden;
}

.ab-sn-titk {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 7;
	left: 0;
	top: 70px;
}

.ab-sn-tit {
	line-height: 1.5;
	font-size: 42px;
	color: #252525;
	font-family: 'MONTSERRAT-Light';
}

.ab-cdnrk {
	display: block;
	overflow: hidden;
	padding: 70px 0;
}

.ab-cd-titk {
	display: block;
	margin-bottom: 48px;
}

.ab-cdxn {
	display: block;
	width: 100%;
	height: 240px;
	position: relative;
}

.ab-cdxn1 {
	background: url(../image/ab-cdxbg1.png) center center no-repeat;
	background-size: 100% 100% !important;
	padding: 30px 40px 30px;
}

.ab-cdxn2 {
	margin-top: 262px;
	background: url(../image/ab-cdxbg2.png) center center no-repeat;
	background-size: 100% 100% !important;
	padding: 54px 40px 30px;
}

.ab-cdxn-tit {
	display: block;
	margin-bottom: 22px;
	line-height: 1.1;
	font-size: 42px;
	color: #434343;
	font-family: "Baron Neue";
}

.ab-cdxn-text {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.5;
	font-size: 18px;
	color: #434343;
}

.swiper-container-abcd {
	display: block;
	background: url(../image/ab-cdtt.png) left center repeat-x;
}

.ab-cdnrk .swiper-container-abcdsj {
	height: 360px;
	background: url(../image/ab-cdtt.png) left 168px repeat-x;
}
.ab-cdnrk .swiper-container-abcdsj .ab-cdxn2{
	background: url(../image/ab-cdxbg3.png) center center no-repeat;
	background-size: 100% 100%!important;
}

.ab-cdnrk .swiper-container-abcdsj .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;
	height: auto;
}

.swiper-button-next-abcd,
.swiper-button-prev-abcd,
.swiper-button-next-abcdsj,
.swiper-button-prev-abcdsj {
	display: block;
	width: 50px;
	height: 50px;
	background-size: contain !important;
}

.swiper-button-next-abcd:after,
.swiper-button-prev-abcd:after,
.swiper-button-next-abcdsj:after,
.swiper-button-prev-abcdsj:after {
	content: "";
}

.swiper-button-prev-abcd,
.swiper-button-prev-abcdsj {
	left: 0;
	background: url(../image/ab-cdj1.png) center center no-repeat;
}

.swiper-button-next-abcd,
.swiper-button-next-abcdsj {
	right: 0;
	background: url(../image/ab-cdj2.png) center center no-repeat;
}

.ab-cdxnq1,
.ab-cdxnq2 {
	display: block;
	position: absolute;
	left: 70px;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #007aff;
}

.ab-cdxnq1 {
	bottom: -22px;
}

.ab-cdxnq2 {
	top: -18px;
}

/* 视频 */
.tan-vik {
	display: none;
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 57;
}

.tan-vikc {
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.tan-viknk {
	display: block;
	position: relative;
	z-index: 2;
	left: 20%;
	top: 15%;
	width: 60%;
	height: 70%;
	background: #fff;
}

.tan-vikclo {
	display: block;
	position: absolute;
	right: -56px;
	top: -56px;
	cursor: pointer;
}

/* *** */
/*******/

.xwnyk {
	display: block;
	background: #fff;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.07);
	padding: 52px 56px;
	overflow: hidden;
}

.xwn-nrk {
	display: block;
	width: calc(100% - 360px);
	padding-right: 60px;
	border-right: 1px solid #dedede;
}

.xwn-tjdk {
	display: block;
	width: 360px;
	padding-left: 50px;
}

.xwn-tjk {
	display: block;
	overflow: hidden;
}

.xwn-tjk li {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dedede;
}

.xwn-tj-tit {
	display: block;
	margin-bottom: 4px;
	line-height: 1.8;
	font-size: 16px;
	color: #1c1c1c;
}

.xwn-tj-da {
	display: block;
	line-height: 23px;
	font-size: 14px;
	color: #6f6f6f;
}

.xwn-ntit {
	display: block;
	text-align: center;
	margin-bottom: 4px;
	line-height: 48px;
	font-size: 28px;
	color: #000;
}

.xwn-nda {
	display: block;
	text-align: center;
	margin-bottom: 28px;
	line-height: 22px;
	font-size: 14px;
	color: #6f6f6f;
}

.xwn-ntext {
	display: block;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 42px 0 60px;
	margin-bottom: 34px;
}

.xwn-tjk li:hover .xwn-tj-tit {
	text-indent: 6px;
	color: #007aff;
}

.fanyek {
	display: block;
	position: relative;
	overflow: hidden;
}

.fanyeak {
	display: block;
	width: calc(100% - 140px);
	float: left;
	line-height: 36px;
	font-size: 14px;
	color: #3d3d3d;
}

.fanyeak a {
	display: block;
}

.fanyeak a,
.fanyeak a:visited {
	color: #3d3d3d;
}

.fanyeak a:hover {
	color: #000;
}

.fanye-hui {
	display: block;
	float: right;
	width: 136px;
	height: 72px;
	overflow: hidden;
	border: 1px solid #919191;
	text-align: center;
	line-height: 72px;
	font-size: 14px;
	color: #3d3d3d;
}

.fanye-hui span {
	display: block;
	position: relative;
	top: 0;
}

.fanye-hui:hover span {
	top: -100%;
	color: #fff;
}

.fanye-hui:hover {
	background: #007aff;
	border-color: #007aff;
}

.swiper-container-zllcsj {
	padding-bottom: 20px;
}

.swiper-container-zllcsj .swiper-pagination-zllcsj {
	bottom: 0;
}

.swiper-container-zllcsj .swiper-pagination-bullet-active {
	background: #007aff;
}

.jiad {
	display: block;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #007aff;
}

/*  */
.leisjdk {
	text-align: left;
	margin: 18px 0;
	position: relative;
	z-index: 9;
}

.leisjk {
	display: block;
	position: relative;
	padding: 0px 16px;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	text-align: left;
	line-height: 52px;
	font-size: 16px;
	color: #000;
}

.leisjj {
	display: block;
	position: absolute;
	width: 60px;
	height: 52px;
	right: 0;
	top: 0 !important;
	z-index: 3;
	background: url(../image/lei-sjj.png) center center no-repeat;
	background-size: 20px auto !important;
	opacity: 0.8;
}

.leisjerk {
	display: none;
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	padding: 0 16px 16px;
}

.leisjerhk {
	height: auto;
	padding: 12px 18px;
}

.leisjerk a {
	display: block;
	overflow: hidden;
	padding: 12px 14px;
	border-bottom: 1px solid #ddd;
	line-height: 30px;
	font-size: 14px;
	color: #454545;
}

.leisjerk a.on {
	color: #007aff;
}

.leisan {
	padding: 6px 0;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #888;
}

.cp-duok {
	display: block;
	overflow: hidden;
	padding: 60px 0;
	text-align: center;
}

.cp-duom {
	display: block;
	margin-bottom: 24px;
	line-height: 1.2;
	font-size: 20px;
	color: #878787;
	font-family: 'MONTSERRAT-Light';
}

.cp-duov {
	display: block;
	width: 280px;
	height: 46px;
	overflow: hidden;
	border-radius: 6px;
	background: #007aff;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
}

.cp-duov span {
	display: block;
	position: relative;
	top: 0;
	font-family: 'MONTSERRAT-Light';
}

.cp-duov:hover {
	background: #01886c;
}

/* .cp-duov:hover span{
	top: -100%;
	color: #000;
} */
/*******公共样式*******/

.block-sj {
	display: none;
}

.block-ipad {
	display: none;
}

.block-pc {
	display: block;
}

.in-protu {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover !important;
}

.ab-xmck:hover .in-protu,
.in-xwnk:hover .in-protu,
.in-lxtuk:hover .in-protu,
.cplbk li:hover .cp-tuu {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	/* IE 9 */
	-webkit-transform: scale(1.05);
	/* Safari 和 Chrome */
	-o-transform: scale(1.05);
	/* Opera */
	-moz-transform: scale(1.05);
}

.ab-whlk:hover .ab-whb {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	/* IE 9 */
	-webkit-transform: rotateY(180deg);
	/* Safari and Chrome */
	-o-transform: rotateY(180deg);
	/* Opera */
	-moz-transform: rotateY(180deg);
}

.fxlclk:hover .fx-lcb {
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	/* IE 9 */
	-webkit-transform: rotateY(360deg);
	/* Safari and Chrome */
	-o-transform: rotateY(360deg);
	/* Opera */
	-moz-transform: rotateY(360deg);
}

.in-protu,
.swiper-button-next-inp1,
.swiper-button-prev-inp1,
.in-p2n-duo span,
.in-p3n-text a,
.in-p3n-text h3,
.in-p3n-tit,
.in-p3n-duo span,
.in-p3n-duo,
.in-p3n-duok,
.ewmk,
.fo-navn a,
.naver a,
.in-xwx-tit,
.in-xwnk,
.in-p4n-list li,
.in-p4n-list li a,
.in-p3nxbg,
.navl-tit,
.top-yyk a,
.top-yyk a span,
.top-navk li a span,
.navi_content a,
.in-p3nxk,
.yemak a span,
.yemak a,
.ban-cplk a span,
.ban-cplk a b,
.cp-tuu,
.cp-tum1,
.cp-tum-tit,
.fanye-hui,
.fanye-hui span,
.xwn-tj-tit,
.cp-duov span,
.cp-duov {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.in-p3nxbgk .ddw0 .in-p3nxbg {
	width: 0;
}

.in-p3nxbgk .ddw0 .in-protu {
	width: 0;
}
