.itixi {
	position: relative;
}

.itixi_bt {
	margin: 5% auto 3%;
}

.itixi_title {
	font-size: 2.5vw;
	font-weight: 800;
	color: #323232;
}

.itixi_smtitle {
	font-size: 1.5vw;
	color: #323232;
}


.section2 .slide .fp-tableCell {
	height: auto !important;
}

.section2 .fp-controlArrow.fp-prev {
	width: 3vw;
	height: 3vw;
	line-height: 3vw;
	text-align: center;
	color: #fff;
	background: #323232;
	border-radius: 50%;
	border-color: #323232;
	border-width: 0;
}

.section2 .fp-controlArrow.fp-prev:hover {
	background: #004de2;
	color: #fff;
}

.section2 .fp-controlArrow.fp-next {
	width: 3vw;
	height: 3vw;
	line-height: 3vw;
	text-align: center;
	color: #fff;
	background: #323232;
	border-radius: 50%;
	border-color: #323232;
	border-width: 0;
}

.section2 .fp-controlArrow.fp-next:hover {
	background: #004de2;
	color: #fff;
}


.section2 #fp-nav ul li a.active span,
.section2 .fp-slidesNav ul li a.active span,
.section2 #fp-nav ul li:hover a.active span,
.section2 .fp-slidesNav ul li:hover a.active span {
	height: 5px;
	width: 15px;
	border-radius: 2px;
	margin: 0;
	background: #ff8400;
}

.section2 #fp-nav ul li a span,
.section2 .fp-slidesNav ul li a span {
	height: 5px;
	width: 10px;
	border-radius: 2px;
	margin: 0;
}

.section2 #fp-nav ul li,
.section2 .fp-slidesNav ul li {
	width: auto;
	height: auto;
	margin: 10px;
}


.section2 .fp-slidesNav {
	bottom: 5vw;
	left: 12vw;
}

.itixi_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.itixi_grid_left {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 15px;
}

.itixi_grid_left_img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.itixi_grid_left_img img {}

.itixi_grid_left_txt {
	position: absolute;
	top: 5%;
	left: 5%;
}

.itixi_grid_left_txt_t1 {
	line-height: 2;
	font-size: 1.25vw;
}

.itixi_grid_left_txt_t1 span {
	font-size: 1.85vw;
	margin-right: 10px;
}

.itixi_grid_left_txt_t2 {
	line-height: 2;
	font-size: 1.15vw;
}

.itixi_grid_left_txt_t2 em {
	color: #ff8400;
}


.itixi_grid_left:hover .itixi_grid_left_txt {
	color: #fff;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.itixi_grid_left:hover .itixi_grid_left_img img {
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	transform: scale(1.05) rotate(0deg);
}




.itixi_grid_right {
	position: relative;
	width: 100%;
}

.itixi_grid_right_logo {
	position: relative;
	z-index: -1;
	top: 5%;
	left: 0;
	font-size: 7vw;
	opacity: 0.14;
	/* text-align: center; */
}

.itixi_grid_right_flex {
	display: flex;
	align-items: center;
	justify-content: space-around;
	/* justify-content: center; */
}

.itixi_grid_right_box {
	margin-top: -2.5vw;
}

.itixi_grid_right_box span {
	background: url(../tixi/tixi_ge.png) no-repeat center top;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	line-height: 2.5;
	font-size: 1.25vw;
	font-weight: 600;

}

.itixi_grid_right_box:hover img {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transform: scale(1.1) rotate(0deg);
}

.itixi_grid_right_box:hover span {
	color: #004de2;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}



/*中屏幕*/
@media screen and (min-width: 768px) and (max-width: 1200px) {

	#fullPage .section1 {
		height: 100vh !important;
	}

	#fullPage .section2 {
		height: auto !important;
	}

	.banner {
		height: 100vh !important;
	}

	.ban-imgpc {
		height: 100vh !important;
	}

	.ban-videopc {
		height: 100vh !important;
	}

	.itixi {
		position: relative;
	}

	.itixi_bt {
		margin: 50px auto 20px;
	}

	.itixi_title {
		font-size: 20px;
		font-weight: normal;
		color: #323232;
	}

	.itixi_smtitle {
		font-size: 12px;
		color: #323232;
	}


	.section2 .slide .fp-tableCell {
		height: auto !important;
	}

	.section2 .fp-controlArrow.fp-prev {
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		background: #323232;
		border-radius: 50%;
		border-color: #323232;
		border-width: 0;

		top: 60%;
	}


	.section2 .fp-controlArrow.fp-prev:hover {
		background: #004de2;
		color: #fff;
	}

	.section2 .fp-controlArrow.fp-next {
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		background: #323232;
		border-radius: 50%;
		border-color: #323232;
		border-width: 0;

		top: 60%;
	}

	.section2 .fp-controlArrow.fp-next:hover {
		background: #004de2;
		color: #fff;
	}


	.section2 #fp-nav ul li a.active span,
	.section2 .fp-slidesNav ul li a.active span,
	.section2 #fp-nav ul li:hover a.active span,
	.section2 .fp-slidesNav ul li:hover a.active span {
		height: 5px;
		width: 15px;
		border-radius: 2px;
		margin: 0;
		background: #ff8400;
	}

	.section2 #fp-nav ul li a span,
	.section2 .fp-slidesNav ul li a span {
		height: 5px;
		width: 10px;
		border-radius: 2px;
		margin: 0;
	}

	.section2 #fp-nav ul li,
	.section2 .fp-slidesNav ul li {
		width: auto;
		height: auto;
		margin: 10px;
	}


	.section2 .fp-slidesNav {
		bottom: 5%;
		left: 5%;
	}

	.itixi_grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.itixi_grid_left {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: 15px;
	}

	.itixi_grid_left_img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.itixi_grid_left_img img {
		width: 100%;
	}

	.itixi_grid_left_txt {
		position: absolute;
		top: 5%;
		left: 5%;
	}

	.itixi_grid_left_txt_t1 {
		line-height: 2;
		font-size: 14px;
	}

	.itixi_grid_left_txt_t1 span {
		font-size: 16px;
		margin-right: 5px;
	}

	.itixi_grid_left_txt_t2 {
		line-height: 2;
		font-size: 14px;
	}

	.itixi_grid_left_txt_t2 em {
		color: #ff8400;
	}



	.itixi_grid_right {
		position: relative;
		width: 100%;
	}

	.itixi_grid_right_logo {
		position: relative;
		z-index: -1;
		top: 5%;
		left: 0;
		font-size: 50px;
		opacity: 0.14;
		text-align: center;
	}

	.itixi_grid_right_flex {
		display: flex;
		align-items: center;
		justify-content: space-around;
		/* justify-content: center; */
	}

	.itixi_grid_right_box {
		margin-top: -2.5vw;
	}

	.itixi_grid_right_box span {
		background: url(../tixi/tixi_ge.png) no-repeat center top;
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		margin-top: 20px;
		line-height: 2.5;
		font-size: 14px;
		font-weight: 600;

	}

	.itixi_grid_right_box img {
		transform: scale(0.9) rotate(0deg);
	}

	.itixi_grid_right_box:hover img {
		transition: all 0.3s;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transform: scale(1) rotate(0deg);
	}

	.itixi_grid_right_box:hover span {
		color: #004de2;
		transition: all 0.3s;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
	}



	#fullPage .section3 {
		height: auto !important;
	}


	.ikehu {
		padding: 50px 0;
	}

	.ikehu_title {
		font-size: 20px;
	}

	.izhuanjia_txt {
		padding-top: 10%;
	}

	.izhuanjia_txt_t1 {
		font-size: 20px;
	}

	.izhuanjia_txt_t2 {
		font-size: 20px;
	}

	.izhuanjia_txt_t3 {
		font-size: 16px;
	}

	.izhuanjia_txt_t4 {
		font-size: 16px;
		bottom: 10%;
	}

	#fullPage .section4 {
		height: auto !important;
	}

}



/*小屏幕*/
@media screen and (min-width: 0px) and (max-width: 768px) {

	#fullPage .section2 {
		height: auto !important;
		padding-bottom: 10vw;
	}

	.itixi {
		position: relative;
	}

	.itixi_bt {
		margin: 50px auto 20px;
	}

	.itixi_title {
		font-size: 16px;
		font-weight: 800;
		color: #323232;
	}

	.itixi_smtitle {
		font-size: 12px;
		color: #323232;
	}


	.section2 .slide .fp-tableCell {
		height: auto !important;
	}

	.section2 .fp-controlArrow.fp-prev {
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		background: #323232;
		border-radius: 50%;
		border-color: #323232;
		border-width: 0;

		top: 40%;
	}


	.section2 .fp-controlArrow.fp-prev:hover {
		background: #004de2;
		color: #fff;
	}

	.section2 .fp-controlArrow.fp-next {
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		background: #323232;
		border-radius: 50%;
		border-color: #323232;
		border-width: 0;

		top: 40%;
	}

	.section2 .fp-controlArrow.fp-next:hover {
		background: #004de2;
		color: #fff;
	}


	.section2 #fp-nav ul li a.active span,
	.section2 .fp-slidesNav ul li a.active span,
	.section2 #fp-nav ul li:hover a.active span,
	.section2 .fp-slidesNav ul li:hover a.active span {
		height: 5px;
		width: 15px;
		border-radius: 2px;
		margin: 0;
		background: #ff8400;
	}

	.section2 #fp-nav ul li a span,
	.section2 .fp-slidesNav ul li a span {
		height: 5px;
		width: 10px;
		border-radius: 2px;
		margin: 0;
	}

	.section2 #fp-nav ul li,
	.section2 .fp-slidesNav ul li {
		width: auto;
		height: auto;
		margin: 10px;
	}


	.section2 .fp-slidesNav {
		bottom: 0;
		left: 50%;
	}

	.itixi_grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.itixi_grid_left {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		border-radius: 15px;
	}

	.itixi_grid_left_img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.itixi_grid_left_img img {
		width: 100%;
	}

	.itixi_grid_left_txt {
		position: absolute;
		top: 5%;
		left: 5%;
	}

	.itixi_grid_left_txt_t1 {
		line-height: 2;
		font-size: 14px;
	}

	.itixi_grid_left_txt_t1 span {
		font-size: 14px;
		margin-right: 5px;
	}

	.itixi_grid_left_txt_t2 {
		line-height: 2;
		font-size: 12px;
	}

	.itixi_grid_left_txt_t2 em {
		color: #ff8400;
	}



	.itixi_grid_right {
		position: relative;
		width: 100%;
	}

	.itixi_grid_right_logo {
		position: relative;
		z-index: -1;
		top: 5%;
		left: 0;
		font-size: 50px;
		opacity: 0.14;
		text-align: center;
	}

	.itixi_grid_right_flex {
		display: flex;
		align-items: center;
		justify-content: space-around;
		/* justify-content: center; */
	}

	.itixi_grid_right_box {
		margin-top: -2.5vw;
	}

	.itixi_grid_right_box span {
		background: url(../tixi/tixi_ge.png) no-repeat center top;
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		margin-top: 20px;
		line-height: 2.5;
		font-size: 14px;
		font-weight: normal;

	}

	.itixi_grid_right_box img {
		transform: scale(0.9) rotate(0deg);
	}

	.itixi_grid_right_box:hover img {
		transition: all 0.3s;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transform: scale(1) rotate(0deg);
	}

	.itixi_grid_right_box:hover span {
		color: #004de2;
		transition: all 0.3s;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
	}


}