/*第一屏*/
.section .section_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	top: 5%;
	opacity: 0.4;
}

.section.active .section_box {
	top: 0;
	opacity: 1;
	transition: all 1s ease 0.5s;
}

.section1_txt {
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 180px;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}

.section1_txt h1 {
	font-size: 48px;
	margin: 0 0 15px;
	color: #ffffff;
}

.section1_txt a {
	display: block;
	width: 165px;
	height: 40px;
	line-height: 38px;
	font-size: 16px;
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	margin: 30px auto 0;
}

.section1_txt a:hover {
	animation: huxi 2s linear infinite;
}

.section_box1 .product img {
	transition: all 1s;
}

@media only screen and (max-width:991px) {
	.section1_txt h1 {
		line-height: 56px;
	}

	.section1 .section_box1 {
		background-image: url(../image/index_bg_1.jpg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 100% 100%;
	}

	.section_box1 .product img:nth-of-type(1) {
		position: absolute;
		bottom: 50px;
		left: 43%;
		margin-left: -224px;
		opacity: 0;
		transform: scale(0.7);
	}

	.section_box1 .product img:nth-of-type(2) {
		position: absolute;
		bottom: 200px;
		left: 0%;
		opacity: 0;
		transform: scale(0.7);
	}

	.section_box1 .product img:nth-of-type(3) {
		position: absolute;
		bottom: 160px;
		right: 30%;
		opacity: 0;
		transform: scale(0.7);
	}

	.section_box1 .product img:nth-of-type(4) {
		position: absolute;
		bottom: 0;
		right: 0;
		opacity: 0;
		transform: scale(0.7);
	}

	.section.active .section_box1 .product img:nth-of-type(1) {
		opacity: 1;
		transform: scale(0.8);
		transition: all 0.5s ease-in 0.5s;
	}

	.section.active .section_box1 .product img:nth-of-type(2) {
		opacity: 1;
		transform: scale(0.8);
		transition: all 1s ease-in 1s;
	}

	.section.active .section_box1 .product img:nth-of-type(3) {
		opacity: 1;
		transform: scale(0.8);
		transition: all 1.5s ease-in 1.5s;
	}

	.section.active .section_box1 .product img:nth-of-type(4) {
		opacity: 1;
		transform: scale(0.8);
		transition: all 2s ease-in 2s;
	}
}

@media only screen and (max-width:360px) {
	.section_box1 .product img:nth-of-type(1) {
		position: absolute;
		bottom: 0;
		left: 0;
		margin-left: 0;
		opacity: 0;
		transform: scale(0.3);
	}

	.section_box1 .product img:nth-of-type(2) {
		position: absolute;
		bottom: 20px;
		left: 0;
		opacity: 0;
		transform: scale(0.3);
	}

	.section_box1 .product img:nth-of-type(3) {
		position: absolute;
		bottom: 30px;
		right: -10%;
		opacity: 0;
		transform: scale(0.3);
	}

	.section_box1 .product img:nth-of-type(4) {
		position: absolute;
		bottom: -130px;
		right: -20%;
		opacity: 0;
		transform: scale(0.3);
	}

	.section.active .section_box1 .product img:nth-of-type(1) {
		opacity: 1;
		transform: scale(0.3);
		transition: all 0.5s ease-in 0.5s;
	}

	.section.active .section_box1 .product img:nth-of-type(2) {
		opacity: 1;
		transform: scale(0.3);
		transition: all 1s ease-in 1s;
	}

	.section.active .section_box1 .product img:nth-of-type(3) {
		opacity: 1;
		transform: scale(0.3);
		transition: all 1.5s ease-in 1.5s;
	}

	.section.active .section_box1 .product img:nth-of-type(4) {
		opacity: 1;
		transform: scale(0.3);
		transition: all 2s ease-in 2s;
	}
}

@media only screen and (max-width:767px) {
	.section1_txt {
		margin-top: 120px;
		font-size: 14px;
		line-height: 20px;
	}

	.section1_txt h1 {
		font-size: 30px;
		line-height: 36px;
	}

	.section1_txt a {
		width: 135px;
		height: 35px;
		line-height: 33px;
		font-size: 14px;
		margin: 20px auto 0;
	}

	.section_box1 .product img:nth-of-type(1) {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -224px;
		opacity: 0;
		transform: scale(0.3);
	}

	.section_box1 .product img:nth-of-type(2) {
		position: absolute;
		bottom: 80px;
		left: 0;
		opacity: 0;
		transform: scale(0.3);
	}

	.section_box1 .product img:nth-of-type(3) {
		position: absolute;
		bottom: 140px;
		right: 0;
		opacity: 0;
		transform: scale(0.3);
	}

	.section_box1 .product img:nth-of-type(4) {
		position: absolute;
		bottom: -140px;
		right: 0;
		opacity: 0;
		transform: scale(0.3);
	}

	.section.active .section_box1 .product img:nth-of-type(1) {
		opacity: 1;
		transform: scale(0.4);
		transition: all 0.5s ease-in 0.5s;
	}

	.section.active .section_box1 .product img:nth-of-type(2) {
		opacity: 1;
		transform: scale(0.4);
		transition: all 1s ease-in 1s;
	}

	.section.active .section_box1 .product img:nth-of-type(3) {
		opacity: 1;
		transform: scale(0.4);
		transition: all 1.5s ease-in 1.5s;
	}

	.section.active .section_box1 .product img:nth-of-type(4) {
		opacity: 1;
		transform: scale(0.4);
		transition: all 2s ease-in 2s;
	}
}

@media only screen and (min-width:992px) {
	.section1_txt h1 br {
		display: none;
	}

	.section1 .section_box1 {
		background-image: url(../image/index_bg_1.jpg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 100% 100%;
	}

	.section1_txt {
		margin-top: 120px;
	}

	.section_box1 .product img:nth-of-type(1) {
		position: absolute;
		bottom: 240px;
		left: 50%;
		margin-left: -254px;
		opacity: 0;
		transform: scale(0.6);
	}

	.section_box1 .product img:nth-of-type(2) {
		position: absolute;
		bottom: 50px;
		left: 8%;
		opacity: 0;
		transform: scale(0.6);
	}

	.section_box1 .product img:nth-of-type(3) {
		position: absolute;
		bottom: 120px;
		right: 28%;
		opacity: 0;
		transform: scale(0.6);
	}

	.section_box1 .product img:nth-of-type(4) {
		position: absolute;
		bottom: 0;
		right: 5%;
		opacity: 0;
		transform: scale(0.6);
	}

	.section.active .section_box1 .product img:nth-of-type(1) {
		opacity: 1;
		transform: scale(0.7);
		transition: all 0.5s ease-in 0.5s;
	}

	.section.active .section_box1 .product img:nth-of-type(2) {
		opacity: 1;
		transform: scale(0.7);
		transition: all 1s ease-in 1s;
	}

	.section.active .section_box1 .product img:nth-of-type(3) {
		opacity: 1;
		transform: scale(0.7);
		transition: all 1.5s ease-in 1.5s;
	}

	.section.active .section_box1 .product img:nth-of-type(4) {
		opacity: 1;
		transform: scale(0.7);
		transition: all 2s ease-in 2s;
	}
}

@media only screen and (min-width:1250px) {
	.section1_txt {
		margin-top: 180px;
	}

	.section_box1 .product img:nth-of-type(1) {
		bottom: 280px;
		left: 42%;
		opacity: 0;
		margin-left: -254px;
		transform: scale(0.9);
	}

	.section_box1 .product img:nth-of-type(2) {
		bottom: 120px;
		left: 10%;
		opacity: 0;
		transform: scale(0.9);
	}

	.section_box1 .product img:nth-of-type(3) {
		bottom: 100px;
		right: 38%;
		opacity: 0;
		transform: scale(0.9);
	}

	.section_box1 .product img:nth-of-type(4) {
		bottom: 10px;
		right: 14%;
		opacity: 0;
		transform: scale(0.9);
	}

	.section.active .section_box1 .product img:nth-of-type(1) {
		transform: scale(1);
		opacity: 1;
		transition: all 0.5s ease-in 0.5s;
	}

	.section.active .section_box1 .product img:nth-of-type(2) {
		transform: scale(1);
		opacity: 1;
		transition: all 1s ease-in 1s;
	}

	.section.active .section_box1 .product img:nth-of-type(3) {
		transform: scale(1);
		opacity: 1;
		transition: all 1.5s ease-in 1.5s;
	}

	.section.active .section_box1 .product img:nth-of-type(4) {
		transform: scale(1);
		opacity: 1;
		transition: all 2s ease-in 2s;
	}
}

/* @media only screen and (min-width:1700px) {
	.section1 .section_box1 {
		background-size: 100% 100%;
	}
} */

/*第二屏*/
.section2_txt {
	width: 750px;
	max-width: 100%;
	float: right;
	margin: 210px -50px 0 0;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	overflow: hidden;
	opacity: 0;
}

.section2_txt h1 {
	font-size: 48px;
	color: #000000;
	margin-bottom: 30px;
	position: relative;
	padding: 0 0 0 50px;
}

.section2_txt h1 span {
	display: block;
	width: 34px;
	height: 2px;
	background-color: #d7000f;
	position: absolute;
	left: 0;
	top: 50%;
}

.section2_txt h1 span:nth-of-type(2) {
	left: 262px;
}

.section.active .section2_txt {
	opacity: 1;
	margin: 210px 0 0;
	transition: all 1s ease-in-out 1s;
}

.section2_list {
	width: 750px;
	max-width: 100%;
	overflow: hidden;
	float: right;
	margin: 80px 0 0;
}

.section2_list li {
	width: 33.33%;
	overflow: hidden;
	float: left;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 35px;
	opacity: 0;
	padding: 0 0 0 30px;
}

.section2_list li span {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
}

.section2_list li h1 {
	font-family: "Roboto-Black_0";
	font-size: 60px;
	color: #d7000f;
	margin-bottom: 15px;
	font-weight: bold;
}

.section2_list li:nth-of-type(2) p,
.section2_list li:nth-of-type(5) p {
	padding: 0 0 0 10px;
}

.section2_list li:nth-of-type(3n) {
	padding: 0 0 0 80px;
}

.section.active .section2_list li:nth-of-type(3n+1) {
	padding: 0;
	opacity: 1;
	transition: all 1s ease-in-out 2s;
}

.section.active .section2_list li:nth-of-type(3n+2) {
	padding: 0;
	opacity: 1;
	transition: all 1s ease-in-out 2.3s;
}

.section.active .section2_list li:nth-of-type(3n) {
	padding: 0;
	opacity: 1;
	transition: all 1s ease-in-out 2.6s;
}

@media only screen and (max-width:991px) {
	.section2 .section_box2 {
		background-image: url(../image/index_bg_2.jpg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: auto 100%;
	}

	.section2_txt br {
		display: none;
	}

}

@media only screen and (max-width:767px) {
	.section2_txt {
		margin: 80px 0;
		font-size: 14px;
		line-height: 18px;
		float: none;
	}

	.section2_txt h1 {
		font-size: 30px;
		margin-bottom: 20px;
		padding: 0 0 0 30px;
	}

	.section2_txt h1 span {
		width: 19px;
		height: 2px;
	}

	.section2_txt h1 span:nth-of-type(2) {
		left: 162px;
	}

	.section.active .section2_txt {
		margin: 120px 0 0;
	}

	.section2_list {
		float: none;
		margin: 40px 0 0;
	}

	.section2_list li {
		width: 50%;
		font-size: 14px;
		margin: 0 0 20px;
		padding: 0 0 0 20px !important;
	}

	.section2_list li span {
		font-size: 12px;
	}

	.section2_list li h1 {
		font-size: 36px;
		margin-bottom: 5px;
	}

	.section2_list li:nth-of-type(2) p,
	.section2_list li:nth-of-type(5) p {
		padding: 0;
	}

	.section.active .section2_list li:nth-of-type(2n+1) {
		padding: 0 !important;
		opacity: 1;
		transition: all 1s ease-in-out 2s;
	}

	.section.active .section2_list li:nth-of-type(2n) {
		padding: 0 !important;
		opacity: 1;
		transition: all 1s ease-in-out 2.3s;
	}
}

@media only screen and (min-width:992px) {
	.section2 .section_box2 {
		background-image: url(../image/index_bg_2.jpg);
		background-repeat: no-repeat;
		background-position: 5% 50%;
		background-size: auto 100%;
	}

	.section2_txt {
		margin: 150px -50px 0 0;
	}

	.section.active .section2_txt {
		opacity: 1;
		margin: 150px 0 0;
		transition: all 1s ease-in-out 1s;
	}
}

@media only screen and (min-width:1250px) {
	.section2 .section_box2 {
		background-position: 50% 50%;
	}

	.section2_txt {
		margin: 210px -50px 0 0;
	}

	.section.active .section2_txt {
		opacity: 1;
		margin: 210px 0 0;
		transition: all 1s ease-in-out 1s;
	}
}

@media only screen and (min-width:1700px) {
	.section2 .section_box2 {
		background-size: 100% 100%;
	}
}

/*第三屏*/
.section3_txt {
	width: 100%;
	margin: 180px 0 0;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	opacity: 0;
}

.section3_txt h1 {
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 25px;
	position: relative;
}

.section3_txt h1 span {
	display: block;
	width: 34px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
}

.section3_txt h1 span:nth-of-type(2) {
	margin-left: 115px;
}

.section.active .section3_txt {
	opacity: 1;
	margin: 210px 0 0;
	transition: all 1s ease-in-out 1s;
}

.section3_list {
	width: 100%;
	overflow: hidden;
	margin: 30px 0 0;
	padding: 0 10px;
	opacity: 0;
}

.section3_list a {
	display: block;
	width: 100%;
	height: 400px;
	background-color: #FFFFFF;
	padding: 10px 0;
	overflow: hidden;
	color: #a6a6a6;
	font-size: 14px;
	border-radius: 10px;
	line-height: 18px;
}

.section3_list a .section_img {
	width: 100%;
	overflow: hidden;
	height: 251px;
	line-height: 251px;
	text-align: center;
}

.section3_list a .section_img img {
	max-width: 100%;
	transition: all 1s;
}

.section3_list a:nth-of-type(4n) {
	margin: 0;
}

.section3_list a h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 25px;
	color: #333333;
	margin: 10px 0;
	transition: all 1s;
}

.section3_list a:hover .section_img img {
	transform: scale(1.05);
}

.section3_list a:hover h4 {
	color: #d7000f;
}

.section3_list a p {
	padding: 0 25px;
	height: 36px;
	overflow: hidden;
}

.section.active .section3_list {
	margin: 80px 0 0;
	opacity: 1;
	transition: all 1s ease-in-out 2s;
}

@media only screen and (max-width:991px) {
	.section3 .section_box3 {
		background-image: url(../image/index_bg_3.jpg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: auto 100%;
	}

	.section3_txt br {
		display: none;
	}

	.section3_list a {
		height: auto;
	}
}

@media only screen and (max-width:767px) {
	.section3_txt {
		font-size: 12px;
		line-height: 18px;
		margin: 80px 0 0;
	}

	.section.active .section3_txt {
		margin: 120px 0 0;
	}

	.section3_txt h1 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.section3_txt h1 span {
		width: 19px;
		margin-left: -90px;
	}

	.section3_txt h1 span:nth-of-type(2) {
		margin-left: 70px;
	}

	.section3_list {
		margin: 0;
		padding: 0;
	}

	.section.active .section3_list {
		margin: 30px 0 0;
	}

	.section3_list a {
		height: auto;
		font-size: 12px;
		border-radius: 5px;
		line-height: 16px;
	}

	.section3_list a h4 {
		font-size: 14px;
		padding: 0 15px;
	}

	.section3_list a p {
		padding: 0 15px;
		height: 32px;
	}
}

@media only screen and (min-width:992px) {
	.section3 .section_box3 {
		background-image: url(../image/index_bg_3.jpg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: auto 100%;
	}

	.section3_txt {
		margin: 120px 0 0;
		opacity: 0;
	}

	.section.active .section3_txt {
		opacity: 1;
		margin: 150px 0 0;
		transition: all 1s ease-in-out 1s;
	}

	.section3_list a {
		height: auto;
	}
}

@media only screen and (min-width:1250px) {
	.section3_txt {
		margin: 180px 0 0;
		opacity: 0;
	}

	.section.active .section3_txt {
		opacity: 1;
		margin: 210px 0 0;
		transition: all 1s ease-in-out 1s;
	}

	.section3_list a {
		height: 400px;
	}
}

@media only screen and (min-width:1700px) {
	.section3 .section_box3 {
		background-size: 100% 100%;
	}
}

/*第四屏*/
.section4_txt {
	width: 100%;
	margin: 180px 0 0;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	opacity: 0;
}

.section4_txt h1 {
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 25px;
	position: relative;
}

.section4_txt h1 span {
	display: block;
	width: 34px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
}

.section4_txt h1 span:nth-of-type(2) {
	margin-left: 115px;
}

.section.active .section4_txt {
	opacity: 1;
	margin: 210px 0 0;
	transition: all 1s ease-in-out 1s;
}

.section4_service {
	width: 100%;
	overflow: hidden;
	padding: 60px 25px;
	background-color: rgba(255, 255, 255, 0.67);
	margin: 40px 0 0;
	opacity: 0;
}

.section4_service .service_txt {
	width: 50%;
	overflow: hidden;
	float: left;
	padding: 0 25px;
	color: #333333;
	line-height: 20px;
}

.section4_service .service_txt p {
	margin-bottom: 5px;
}

.section4_service .service_txt .service_box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.section4_service .service_txt .service_box li {
	width: 60px;
	overflow: hidden;
	float: left;
	margin-right: 72px;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-align: center;
}

.section4_service .service_txt .service_box li:nth-of-type(2n) {
	width: 90px;
}

.section4_service .service_txt .service_box li:last-of-type {
	margin-right: 0;
}

.section4_service .service_txt .service_box li .service_icon {
	width: 35px;
	height: 35px;
	margin: 0 auto 10px;
	line-height: 32px;
	border-radius: 50%;
	background-color: #d7000f;
}

.section4_service .service_txt .service_box li .service_icon img {
	width: 25px;
}

.section4_service .service_img {
	width: 50%;
	height: 250px;
	overflow: hidden;
	float: right;
	padding: 0 25px;
}

.section4_service .service_img li {
	width: 160px;
	overflow: hidden;
	float: left;
	margin-right: 7px;
}

.section4_service .service_img li:last-of-type {
	width: 190px;
	margin-right: 0;
}

.section4_service .service_img li .serviceImg {
	width: 100%;
	overflow: hidden;
	margin-bottom: 7px;
}

.section4_service .service_img li img {
	width: 100%;
	transition: all 1s;
}

.section4_service .service_img li img:hover {
	transform: scale(1.05);
}

.section.active .section4_service {
	margin: 80px 0 0;
	opacity: 1;
	transition: all 1s ease-in-out 2s;
}

@media only screen and (max-width:991px) {
	.section4 .section_box4 {
		background: #000000 url(../image/index_bg_5.jpg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: auto 100%;
	}

	.section4_service {
		padding: 60px 25px;
		margin: 20px 0 0;
	}

	.section.active .section4_service {
		margin: 50px 0 0;
	}

	.section4_service .service_txt {
		width: 100%;
	}

	.section4_service .service_img {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}

	.section4_service .service_img li {
		display: inline-block;
		float: none;
		margin-right: 2px;
	}

	.section4_service .service_txt .service_box li {
		margin-right: 95px;
	}
}

@media only screen and (max-width:767px) {
	.section4_txt {
		font-size: 12px;
		line-height: 18px;
		margin: 80px 0 0;
	}

	.section.active .section4_txt {
		margin: 120px 0 0;
	}

	.section4_txt h1 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.section4_txt h1 span {
		width: 19px;
		margin-left: -90px;
	}

	.section4_txt h1 span:nth-of-type(2) {
		margin-left: 70px;
	}

	.section4_service {
		margin: 0;
		padding: 25px 15px;
	}

	.section.active .section4_service {
		margin: 30px 0 0;
	}

	.section4_service .service_txt {
		padding: 0;
	}

	.section4_service .service_txt .service_box {
		margin-bottom: 10px;
	}

	.section4_service .service_txt .service_box li {
		font-size: 12px;
		line-height: 16px;
		margin-right: 10px;
	}

	.section4_service .service_txt .service_box li:nth-of-type(2n) {
		width: 72px;
	}

	.section4_service .service_txt .service_box li .service_icon {
		width: 35px;
		height: 35px;
		margin: 0 auto 5px;
		line-height: 32px;
	}

	.service_txt p:nth-of-type(2),
	.service_txt p:nth-of-type(3) {
		display: none;
	}

	.section4_service .service_img {
		padding: 0;
		height: 145px;
		margin: 10px 0 0;
	}

	.section4_service .service_img li {
		display: block;
		width: 92px;
		float: left;
		margin-right: 5px;
	}

	.section4_service .service_img li .serviceImg {
		margin-bottom: 5px;
	}

	.section4_service .service_img li:last-of-type {
		width: 111px;
		margin-right: 0;
	}
}

@media only screen and (min-width:992px) {
	.section4 .section_box4 {
		background: #000000 url(../image/index_bg_5.jpg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: auto 100%;
	}

	.section4_txt {
		margin: 120px 0 0;
	}

	.section.active .section4_txt {
		margin: 150px 0 0;
	}

	.section4_service .service_txt .service_box li {
		margin-right: 40px;
	}

	.section4_service {
		padding: 40px 20px;
		margin: 30px 0 0;
	}

	.section.active .section4_service {
		margin: 60px 0 0;
	}

	.section4_service .service_img {
		height: 200px;
		padding: 0 20px;
	}

	.section4_service .service_txt {
		padding: 0 20px;
	}

	.section4_service .service_txt p:nth-of-type(3) {
		display: none;
	}

	.section4_service .service_img li {
		width: 129px;
	}

	.section4_service .service_img li:last-of-type {
		width: 151px;
	}
}

@media only screen and (min-width:1250px) {
	.section4_txt {
		margin: 180px 0 0;
	}

	.section.active .section4_txt {
		margin: 210px 0 0;
	}

	.section4_service .service_txt .service_box li {
		margin-right: 72px;
	}

	.section4_service {
		padding: 60px 25px;
		margin: 40px 0 0;
	}

	.section.active .section4_service {
		margin: 80px 0 0;
	}

	.section4_service .service_img {
		height: 250px;
		padding: 0 25px;
	}

	.section4_service .service_txt {
		padding: 0 25px;
	}

	.section4_service .service_txt p:nth-of-type(3) {
		display: block;
	}

	.section4_service .service_img li {
		width: 160px;
	}

	.section4_service .service_img li:last-of-type {
		width: 190px;
	}
}

@media only screen and (min-width:1700px) {
	.section4 .section_box4 {
		background-size: 100% 100%;
	}
}

/*第五屏*/
.section5 {
	overflow: hidden;
}

.section5_txt {
	width: 100%;
	margin: 180px 0 0;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	opacity: 0;
}

.section5_txt h1 {
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 45px;
	position: relative;
}

.section5_txt h1 span {
	display: block;
	width: 34px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
}

.section5_txt h1 span:nth-of-type(2) {
	margin-left: 115px;
}

.section.active .section5_txt {
	opacity: 1;
	margin: 210px 0 0;
	transition: all 1s ease-in-out 1s;
}

.section5_list {
	width: 100%;
	overflow: hidden;
	padding: 0 5px;
	margin: -50px 0 0;
	opacity: 1;
}

.section5_list a {
	display: block;
	width: 100%;
	height: 410px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: relative;
}

.section5_list a img {
	width: 100%;
}

.section5_list a h4 {
	padding: 0 20px;
	margin: 18px 0 13px;
	font-size: 18px;
	color: #3e3a39;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
}

.section5_list a i {
	display: block;
	width: 48px;
	height: 2px;
	background-color: #d02127;
	margin: 0 0 12px 20px;
}

.section5_list a p {
	font-size: 14px;
	color: #9fa0a0;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	padding: 0 20px;
}

.section5_list a span {
	display: block;
	width: 115px;
	height: 30px;
	line-height: 28px;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -57.5px;
	border: 1px solid #cacaca;
	color: #3e3a39;
	font-size: 16px;
	text-align: center;
}

.section5_list a:hover span {
	color: #d02127;
}

.section.active .section5_list {
	margin: 0;
	opacity: 1;
	transition: all 2s ease-in-out 1s;
}

.section_box5 .news_more {
	display: block;
	width: 140px;
	height: 35px;
	border: 2px solid #FFFFFF;
	font-size: 16px;
	line-height: 31px;
	overflow: hidden;
	margin: 75px auto 0;
	text-align: center;
	color: #FFFFFF;
}

.section_box5 .news_more:hover {
	color: #d02127;
	border-color: #d02127;
	animation: huxi 2s linear infinite;
}

@media only screen and (max-width:991px) {
	.section5 .section_box5 {
		background: #000000 url(../image/index_bg_6.jpg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: auto 100%;
	}
}

@media only screen and (max-width:767px) {
	.section5_txt {
		margin: 80px 0 0;
	}

	.section.active .section5_txt {
		margin: 120px 0 0;
	}

	.section5_txt h1 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.section5_txt h1 span {
		width: 19px;
		margin-left: -90px;
	}

	.section5_txt h1 span:nth-of-type(2) {
		margin-left: 70px;
	}

	.section5_list a {
		height: 280px;
	}

	.section5_list a span {
		width: 100px;
		height: 30px;
		line-height: 28px;
		bottom: 15px;
		margin-left: -50px;
		font-size: 14px;
	}

	.section5_list a h4 {
		padding: 0 15px;
		margin: 12px 0 5px;
		font-size: 14px;
		line-height: 20px;
		height: 20px;
		font-weight: bold;
	}

	.section5_list a i {
		width: 36px;
		margin: 0 0 7px 15px;
	}

	.section5_list a p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
		padding: 0 15px;
	}

	.section_box5 .news_more {
		width: 100px;
		height: 30px;
		font-size: 14px;
		line-height: 26px;
		margin: 35px auto 0;
	}
}

@media only screen and (min-width:992px) {
	.section5 .section_box5 {
		background: #000000 url(../image/index_bg_6.jpg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: auto 100%;
	}

	.section5_txt {
		margin: 120px 0 0;
	}

	.section.active .section5_txt {
		margin: 150px 0 0;
	}

	.section5_list a {
		height: 375px;
	}

	.section_box5 .news_more {
		margin: 50px auto 0;
	}
}

@media only screen and (min-width:1250px) {
	.section5_txt {
		margin: 180px 0 0;
	}

	.section.active .section5_txt {
		margin: 210px 0 0;
	}

	.section5_list a {
		height: 430px;
	}

	.section_box5 .news_more {
		margin: 75px auto 0;
	}
}

@media only screen and (min-width:1700px) {
	.section5 .section_box5 {
		background-size: 100% 100%;
	}
}

/*第七屏*/
.section7 {
	overflow: hidden;
}

.section7_txt {
	width: 100%;
	margin: 180px 0 0;
	font-size: 14px;
	color: #000000;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	opacity: 0;
}

.section7_txt h1 {
	font-size: 48px;
	color: #000000;
	margin-bottom: 45px;
	position: relative;
}

.section7_txt h1 span {
	display: block;
	width: 34px;
	height: 2px;
	background-color: #da251d;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
}

.section7_txt h1 span:nth-of-type(2) {
	margin-left: 115px;
}

.section.active .section7_txt {
	opacity: 1;
	margin: 210px 0 0;
	transition: all 1s ease-in-out 1s;
}

.section7_list {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	opacity: 1;
}

.section7_list .row {
	margin: 0;
}

.section7_list .row .item {
	width: 125px;
	text-align: center;
	margin: 0 auto;
}

.section7_list .row .item p {
	font-size: 24px;
	color: #000000;
	margin: 25px 0;
}

@media only screen and (max-width:991px) {
	.section7 .section_box7 {
		background: #000000 url(../image/index_bg_4.jpg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: auto 100%;
	}
}

@media only screen and (max-width:767px) {
	.section7_txt {
		margin: 80px 0 0;
	}

	.section.active .section7_txt {
		margin: 120px 0 0;
	}

	.section7_txt h1 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.section7_txt h1 span {
		width: 19px;
		margin-left: -120px;
	}

	.section7_txt h1 span:nth-of-type(2) {
		margin-left: 100px;
	}

	.section7_list .row .item {
		transform: scale(0.6);
	}
}

@media only screen and (min-width:992px) {
	.section7 .section_box7 {
		background: #000000 url(../image/index_bg_4.jpg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: auto 100%;
	}

	.section7_txt {
		margin: 120px 0 0;
	}

	.section.active .section7_txt {
		margin: 150px 0 0;
	}
}

@media only screen and (min-width:1250px) {
	.section7_txt {
		margin: 180px 0 0;
	}

	.section.active .section7_txt {
		margin: 210px 0 0;
	}
}

@media only screen and (min-width:1700px) {
	.section7 .section_box5 {
		background-size: 100% 100%;
	}
}


/* 底部footer */
.footer-section {
	background-color: #6d81ac;
	padding: 57px 0 51px 0;
}

.footer-section .top {
	padding-bottom: 20px;
}

.footer-section .top .row {
	margin: 0;
}

/* .footer-section .top .top-left,.footer-section .top .middle,.footer-section .top .right{
	overflow: hidden;
} */
.footer-section .top .top-left .content-wrap {
	float: left;
	margin-right: 91px;
}

.footer-section .top .top-left .content-wrap h3 {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 22px;
}

.footer-section .top .top-left .content-wrap .list-wrap .item {
	display: block;
	margin-bottom: 10px;
	color: #f2f2f2;
	font-size: 16px;
}

.footer-section .top .middle .content-wrap {
	float: left;
	margin-right: 40px;
}

.footer-section .top .middle .content-wrap:last-child {
	margin: 0;
}

.footer-section .top .middle .content-wrap p {
	width: 80px;
	height: 1px;
	background-color: #fff;
	margin: 6px 0 28px 0;
}

.footer-section .top .middle .content-wrap .info-wrap .item {
	margin-bottom: 10px;
	color: #f2f2f2;
	font-size: 16px;
}

.footer-section .top .middle .content-wrap .info-wrap .phone-title {
	color: #f2f2f2;
	font-size: 16px;
}

.footer-section .top .middle .content-wrap .info-wrap .phone {
	font-family: Haettenschweiler;
	font-size: 38px;
	font-weight: bold;
	color: #ea4242;
}

.footer-section .top .middle .content-wrap .info-wrap .fax {
	color: #f2f2f2;
	font-size: 16px;
}

.footer-section .top .right {
	width: 124px;
	margin: 0 auto;
	text-align: center;
}

.footer-section .top .right img {
	width: 100%;
}

.footer-section .top .right {
	font-size: 14px;
	color: #fff;
	margin-top: 7px;
}

.footer-section .bottom-copy,
.footer-section .bottom-copy a {
	font-size: 12px;
	color: #e6e6e6;
}

.footer-section .bottom-copy {
	padding-top: 23px;
	border-top: 1px solid #cccccc;
	text-align: center;
}