/* 首页banner手机高度 */
/* @media screen and (max-width: 1024px) {
	#fullPage .section1 {
		height: 450px !important;
	}
}

@media screen and (max-width: 1024px) {
	#fullPage .section1 .fp-tableCell {
		height: 450px !important;
		display: inline-flex;
	}
} */


.max-w1200 {
	max-width: 1220px;
}

.max-w1600 {
	max-width: 1630px;
}


/* 特性 */

.itexing {
	width: 100%;
	height: auto;
	/* overflow: hidden; */
}

.itexing_main {
	width: 100%;
	height: auto;
	/* overflow: hidden; */
	margin: 0px auto;
	/* padding: 0 5vw; */
}

.itexing_nav {
	width: 100%;
	height: auto;
	/* overflow: hidden; */

	display: flex;
	align-items: center;
	/* justify-content: center; */
	justify-content: space-between;

	box-shadow: 0 5px 20px 4px rgba(211, 211, 211, .6);
	margin: 2vw 0;
}


.itexing_nav_list {
	position: relative;
	width: 100%;
	height: auto;
	/* overflow: hidden; */
	text-align: center;
	padding: 1.5vw 0;
}

.itexing_on {
	position: relative;
}

.itexing_nav_list::after {
	position: absolute;
	content: '';
	width: 1.5px;
	height: 38%;
	background: #494949;
	top: 55%;
	transform: translateY(-50%);
	right: -2px;
}

.itexing_nav_list:last-child::after {
	display: none;
}

.itexing_nav_list:hover {
	cursor: pointer;
}

.itexing_i i {
	font-size: 2vw;
	color: #004de2;
}

.itexing_cn {
	font-size: 1.45vw;
	color: #004de2;
}

.itexing_en {
	font-size: 0.83vw;
	line-height: 2;
	font-weight: lighter;
}

.itexing_on span {
	display: block;
}

.itexing_hide {
	background: #004de2;
	position: absolute;
	width: 100%;
	top: -5vw;
	left: 0;
	height: 13vw;
	padding-top: 2vw;
	border-radius: 0.25vw;

	box-shadow: 0 5px 20px 4px rgba(0, 0, 0, .1);
}

.itexing_hide span {
	display: block;
}

.itexing_cn_hide {
	color: #fff;
	font-size: 1.45vw;
	/* letter-spacing: 0.25vw; */
}

.itexing_en_hide {
	color: #fff;
	font-size: 0.83vw;
	margin: 1vw auto;
	font-weight: lighter;
}

.itexing_en_i {
	width: 2vw;
	height: 2vw;
	background: #fff;
	border-radius: 50%;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.itexing_en_i img {
	max-width: 100%;
}

.itexing_en_i i {
	font-size: 1.5vw;
	color: #004de2;
}

.itexing_nav_list .itexing_on {
	display: block;
}

.itexing_nav_list .itexing_hide {
	display: none;
}

.itexing_nav_list.active .itexing_hide {
	animation: fadeIn 0.4s ease-in-out backwards;
	display: block;
}

.itexing_nav_list.active .itexing_on {
	animation: fadeIn 0.4s ease-in-out backwards;
	display: none;
}

.itexing_nav_list.active::after {
	height: 0%;
}



.itexing_more {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;

	margin: 4vw auto 2vw;
	font-size: 2.3vw;
	text-align: center;

	display: none;
}


.itexing_more.active {
	display: block;
	animation: fadeInUp 0.4s ease-in-out backwards;
}



.itexing_zhu {
	position: relative;
	width: 900px;
	height: 400px;
	overflow: hidden;
	margin: 0px auto;

	display: none;
}

.itexing_zhu.active {
	display: block;

	animation: fadeInUp 0.4s ease-in-out backwards;
}

.itexing_zhu video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	z-index: -1;
}


/* 客户 */
.ikehu {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;

	background: url(../images/ikehu_bj.jpg);
	background-size: cover;
}

.ikehu_title {
	font-size: 2.3vw;
	color: #323232;
	letter-spacing: 0.25vw;
	margin-bottom: 1vw;
}

.ikehu_title span {
	display: inline-block;
	color: #004de2;
}

.ikehu_des {
	font-size: 1.05vw;
	font-weight: lighter;
	margin-bottom: 1vw;
}

.ikehu_nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ikehu_nav a {
	margin: 2vw 2vw;
	font-size: 1.56vw;
	color: #b3b3b3;
	font-weight: 600;
}

.ikehu_nav a.ikehu_nav_a {
	color: #000;
	font-size: 2.2vw;
	position: relative;
}


.ikehu_nav a.ikehu_nav_a::before {
	content: "";
	position: absolute;
	left: 25%;
	bottom: -1vw;
	width: 50%;
	height: 3px;
	background: #004de2;
}


.ikehu_nav li {
	margin: 2vw 2vw;
	font-size: 1.5vw;
	color: #b3b3b3;
}

.ikehu_nav li .ikehu_nav_a {
	color: #000;
	font-size: 2vw;
	position: relative;
}


.ikehu_nav li .ikehu_nav_a::before {
	content: "";
	position: absolute;
	left: 25%;
	bottom: -1vw;
	width: 50%;
	height: 3px;
	background: #004de2;
}


.fp-viewing-page3-0 .ikehu .slide.active {
	/* animation: fadeInUp 1s ease-in-out; */
	/* animation: banToun 0.3s ease both 0.8s; */
}

.fp-viewing-page3-0 .ikehu .slide.active .ikehu_nav {
	/* animation: fadeInUp 1s ease-in-out; */
	animation: banToun 0.3s ease both 0.8s;
}

.fp-viewing-page3-0 .ikehu .slide.active .ikehu_logo {
	/* animation: fadeInUp 1s ease-in-out; */
	animation: banToun 0.3s ease both 0.8s;
}

.fp-viewing-page3-1 .ikehu .slide.active .ikehu_nav {
	/* animation: fadeInUp 1s ease-in-out; */
	animation: banToun 0.3s ease both 0.8s;
}

.fp-viewing-page3-1 .ikehu .slide.active .ikehu_logo {
	/* animation: fadeInUp 1s ease-in-out; */
	animation: banToun 0.3s ease both 0.8s;
}


.fp-viewing-page3-2 .ikehu .slide.active .ikehu_logo {
	/* animation: fadeInUp 1s ease-in-out; */
	animation: banToun 0.3s ease both 0.8s;
}

.ikehu_logo {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 3vw auto 0;
}

.ikehu_logo li {
	width: calc(100% / 5);
	float: left;
	border-right: 1px solid #7c7d7f;
	border-bottom: 1px solid #7c7d7f;
	box-sizing: border-box;
}

.ikehu_logo.list4 li {
	width: calc(100% / 4);
	float: left;
	border-right: 1px solid #7c7d7f;
	border-bottom: 1px solid #7c7d7f;
	box-sizing: border-box;
}

.ikehu_br_none {
	border-right: none !important;
}

.ikehu_bt_none {
	border-bottom: none !important;
}

.ikehu_logo li img {
	max-width: 65%;
	display: block;
	margin: 0.5vw auto;
}


.ikehu_logo.min500 {
	height: 26vw;
	min-height: 26vw;
}


.ikehu_nav1 {
	margin-top: 4vw;
}


.section3 .fp-controlArrow {
	width: 100px;
	height: 100px;
	margin-top: -50px;
	border: 0 none;
}

.section3 .fp-prev {
	left: 150px;
	background: url(../images/left_control.png) 50% no-repeat;
}

.section3 .fp-next {
	right: 150px;
	background: url(../images/right_control.png) 50% no-repeat;
}


.section4 .fp-controlArrow {
	display: none;
}

/* 专家 */

.mb3w {
	margin-bottom: 1.8vw;
}

.izhuanjia_title {
	position: relative;
	font-size: 2.2vw;
	color: #004de2;
	font-weight: 600;
	margin-bottom: 5.5vw;
}

.izhuanjia_title::before {
	content: "";
	position: absolute;
	left: calc(50% - 35px);
	bottom: -1vw;
	width: 70px;
	height: 3px;
	background: #004de2;
}

.izhuanjia_left {
	float: left;
	width: 16%;
}

.izhuanjia_left li {
	position: relative;
	float: left;
	border: 6px solid #fff;
	box-shadow: 0 5px 20px 4px rgba(211, 211, 211, .6);
}

.izhuanjia_left li.on {
	float: left;
	border: 6px solid #004de2;
	box-shadow: none;
}

.izhuanjia_left li.on:before {
	position: absolute;
	content: '';
	width: 2vw;
	height: 2vw;
	background: #004de2;
	right: -1vw;
	top: calc(50% - 1vw);
	transform: rotate(45deg);
	z-index: -1;
}

.izhuanjia_left li img {
	width: 100%;
}


.izhuanjia_right {

	position: relative;
	float: right;
	width: 76%;

	display: grid;
	grid-template-columns: 1fr 1.19fr;
	grid-column-gap: 3vw;
	grid-row-gap: 3vw;
}

.izhuanjia_right.active {
	display: block;
}

.izhuanjia_img img {
	position: relative;
	float: left;
	border: 6px solid #fff;
	box-shadow: 0 5px 20px 4px rgba(211, 211, 211, .6);
	box-sizing: border-box;
}

.izhuanjia_txt {}

.izhuanjia_txt_t1 {
	font-size: 2.6vw;
	color: #004de2;
	font-weight: 600;
	margin-bottom: 1vw;
}

.izhuanjia_txt_t2 {
	font-size: 1.95vw;
	color: #333333;
	font-weight: lighter;
	line-height: 1.2;
	margin-bottom: 1vw;
	padding-bottom: 1vw;
	border-bottom: 2px solid #9f9f9f;
}

.izhuanjia_txt_t3 {
	font-size: 1.05vw;
	color: #000;
	font-weight: lighter;
	letter-spacing: 0.015vw;
}


.izhuanjia_txt_t4 {
	position: absolute;
	background: #eeeeed;
	bottom: 0.5vw;
	font-size: 1.35vw;
	line-height: 1.5;
	padding: 1vw 1vw;
	letter-spacing: 0.5px;
}

.izhuanjia_txt_t4 span {
	color: #004de2;
}



.fp-viewing-page4-0 .izhuanjia .slide.active .izhuanjia_left {
	animation: fadeInLeft 1s ease-in-out;
}

.fp-viewing-page4-0 .izhuanjia .slide.active .izhuanjia_right {
	animation: fadeInRight 1s ease-in-out;
}

.fp-viewing-page4-1 .izhuanjia .slide.active .izhuanjia_left {
	animation: fadeInLeft 1s ease-in-out;
}

.fp-viewing-page4-1 .izhuanjia .slide.active .izhuanjia_right {
	animation: fadeInRight 1s ease-in-out;
}




@media screen and (max-width: 1024px) {


	#fullPage .section1 {
		height: 500px !important;
	}

	#fullPage .section1 .fp-tableCell {
		height: 500px !important;
		display: inline-flex;
	}


	#fullPage .section2 {
		height: 350px !important;
	}

	#fullPage .section2 .fp-tableCell {
		height: 350px !important;
		/* display: inline-flex; */
	}


	#fullPage .section3 {
		height: 350px !important;
	}

	#fullPage .section3 .fp-tableCell {
		height: 350px !important;
		/* vertical-align: top; */
	}


	#fullPage .section4 {
		height: 450px !important;
	}

	#fullPage .section4 .fp-tableCell {
		height: 450px !important;
		vertical-align: top;
		padding-top: 30px;
	}

	#fullPage .section5 {
		height: 250px !important;
	}

	#fullPage .section5 .fp-tableCell {
		height: 250px !important;
	}


	.itexing {
		width: 100%;
		height: auto;
		/* overflow: hidden; */
	}

	.itexing_main {
		width: 100%;
		height: auto;
		/* overflow: hidden; */
		margin: 0px auto;
		padding: 0;
	}

	.itexing_nav {
		width: 100%;
		height: auto;
		/* overflow: hidden; */

		display: flex;
		align-items: center;
		/* justify-content: center; */
		justify-content: space-between;

		box-shadow: 0 5px 20px 4px rgba(211, 211, 211, .6);
		margin: 10px 0;
	}


	.itexing_nav_list {
		position: relative;
		width: 100%;
		height: auto;
		/* overflow: hidden; */
		text-align: center;
		padding: 1.5vw 0;
	}

	.itexing_on {
		position: relative;
	}

	.itexing_nav_list::after {
		position: absolute;
		content: '';
		width: 1px;
		height: 38%;
		background: #494949;
		top: 50%;
		transform: translateY(-50%);
		right: -1px;
	}

	.itexing_nav_list:last-child::after {
		display: none;
	}

	.itexing_i i {
		font-size: 12px;
		color: #004de2;
	}

	.itexing_cn {
		font-size: 10px;
		color: #004de2;
	}

	.itexing_en {
		font-size: 8px;
		line-height: 1.2;
		font-weight: lighter;
	}

	.itexing_on span {
		display: block;
	}

	.itexing_hide {
		background: #004de2;
		position: absolute;
		width: 100%;
		top: -30px;
		left: 0;
		height: 70px;
		padding-top: 15px;
		border-radius: 3px;
		box-shadow: 0 5px 20px 4px rgba(0, 0, 0, .1);
	}

	.itexing_hide span {
		display: block;
	}

	.itexing_cn_hide {
		color: #fff;
		font-size: 10px;
		letter-spacing: 0;
	}

	.itexing_en_hide {
		color: #fff;
		font-size: 8px;
		margin: 5px auto;
		font-weight: lighter;
	}

	.itexing_en_i {
		display: none !important;
	}

	.itexing_en_i i {
		font-size: 12px;
		color: #fff;
		display: none;
	}

	.itexing_nav_list .itexing_on {
		display: block;
	}

	.itexing_nav_list .itexing_hide {
		display: none;
	}

	.itexing_nav_list.active .itexing_hide {
		animation: fadeIn 0.4s ease-in-out backwards;
		display: block;
	}

	.itexing_nav_list.active .itexing_on {
		animation: fadeIn 0.4s ease-in-out backwards;
		display: none;
	}

	.itexing_nav_list.active::after {
		height: 0%;
	}



	.itexing_more {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		margin: 30px auto 20px;
		font-size: 14px;
		text-align: center;

		display: none;
	}


	.itexing_more.active {
		display: block;
		animation: fadeInUp 0.4s ease-in-out backwards;
	}


	.itexing_zhu {
		position: relative;
		width: 100%;
		height: 160px;
		overflow: hidden;
		margin: 0px auto;

		display: none;
	}

	.itexing_zhu.active {
		display: block;

		animation: fadeInUp 0.4s ease-in-out backwards;
	}

	.itexing_zhu video {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
		z-index: -1;
	}


	/* 客户 */
	.ikehu {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		background: url(../images/ikehu_bj.jpg);
		background-size: cover;
	}

	.ikehu_title {
		font-size: 14px;
		color: #323232;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}

	.ikehu_title span {
		display: inline-block;
		color: #004de2;
	}

	.ikehu_des {
		font-size: 9px;
		font-weight: lighter;
		margin-bottom: 10px;
	}

	.ikehu_nav {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.ikehu_nav a {
		margin: 10px;
		font-size: 12px;
		color: #b3b3b3;
	}

	.ikehu_nav a.ikehu_nav_a {
		color: #000;
		font-size: 14px;
		position: relative;
	}

	.ikehu_nav a.ikehu_nav_a::before {
		content: "";
		position: absolute;
		left: 25%;
		bottom: -5px;
		width: 50%;
		height: 2px;
		background: #004de2;
	}

	.ikehu_nav li .ikehu_nav_a {
		color: #000;
		font-size: 14px;
		position: relative;
	}

	.ikehu_nav li .ikehu_nav_a::before {
		content: "";
		position: absolute;
		left: 25%;
		bottom: -5px;
		width: 50%;
		height: 2px;
		background: #004de2;
	}


	.ikehu_logo {
		position: relative;
		width: 100%;
		height: auto !important;
		overflow: hidden;
		margin: 20px auto 0;
	}

	.ikehu_logo li {
		width: calc(100% / 4);
		float: left;
		border-right: 1px solid #7c7d7f;
		border-bottom: 1px solid #7c7d7f;
		box-sizing: border-box;
	}

	.ikehu_logo li:nth-child(4n) {
		border-right: none !important;
	}


	.ikehu_logo.list4 li {
		width: calc(100% / 4);
		float: left;
		border-right: 1px solid #7c7d7f;
		border-bottom: 1px solid #7c7d7f;
		box-sizing: border-box;
	}

	.ikehu_br_none {
		border-right: 1px solid #7c7d7f !important;
	}

	.ikehu_bt_none {
		border-bottom: 1px solid #7c7d7f !important;
	}

	.ikehu_bt_none_wap {
		border-bottom: none !important;
	}

	.ikehu_logo li img {
		max-width: 70%;
		display: block;
		margin: 3px auto;
	}


	.section3 .fp-controlArrow {
		width: 30px;
		height: 30px;
		margin-top: 0%;
		border: 0 none;
	}

	.section3 .fp-prev {
		left: 5px;
		background: url(../images/left_control.png) 50% no-repeat;
	}

	.section3 .fp-next {
		right: 5px;
		background: url(../images/right_control.png) 50% no-repeat;
	}

	.section4 .fp-controlArrow {
		display: none;
	}

	/* 专家 */

	.mb3w {
		margin-bottom: 0;
	}

	.izhuanjia_title {
		position: relative;
		font-size: 14px;
		color: #004de2;
		margin-bottom: 20px;
	}

	.izhuanjia_title::before {
		content: "";
		position: absolute;
		left: calc(50% - 15px);
		bottom: -5px;
		width: 30px;
		height: 1px;
		background: #004de2;
	}

	.izhuanjia_left {
		float: none;
		width: 100%;
		margin: 0px auto 30px;

		display: none;
	}

	.izhuanjia_left li {
		position: relative;
		float: left;
		width: 50%;
		border: 3px solid #fff;
		box-shadow: 0 5px 10px 4px rgba(211, 211, 211, .6);
	}

	.izhuanjia_left li.on {
		float: left;
		border: 3px solid #004de2;
		box-shadow: none;
	}

	.izhuanjia_left li.on:before {
		position: absolute;
		content: '';
		width: 10px;
		height: 10px;
		background: #004de2;
		right: 40%;
		top: 99%;
		transform: rotate(45deg);
		z-index: -1;
	}

	.izhuanjia_left li img {
		width: 100%;
	}


	.izhuanjia_right {
		display: none;

		position: relative;
		float: right;
		width: 100%;

		display: grid !important;
		grid-template-columns: 1fr 1.2fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;

		margin: 10px auto;
	}

	.izhuanjia_right.active {
		display: block;
	}

	.izhuanjia_img img {
		position: relative;
		float: left;
		border: 6px solid #fff;
		box-shadow: 0 5px 20px 4px rgba(211, 211, 211, .6);
		box-sizing: border-box;
	}

	.izhuanjia_txt {}

	.izhuanjia_txt_t1 {
		font-size: 12px;
		color: #004de2;
		font-weight: 600;
		margin-bottom: 5px;
	}

	.izhuanjia_txt_t2 {
		font-size: 10px;
		color: #333333;
		font-weight: 400;
		line-height: 1.1;
		margin-bottom: 3px;
		padding-bottom: 3px;
		border-bottom: 1px solid #9f9f9f;
	}

	.izhuanjia_txt_t3 {
		font-size: 8px;
		color: #000;
		font-weight: 400;
		letter-spacing: -0.5px;
	}


	.izhuanjia_txt_t4 {
		position: absolute;
		background: #eeeeed;
		bottom: 3px;
		font-size: 8px;
		line-height: 1.3;
		padding: 3px;
	}

	.izhuanjia_txt_t4 span {
		color: #004de2;
	}




}