﻿/*第四页*/


/*第五页*/


/*公共*/

@font-face {
	font-family: 'Reznor';
	src: url('../fonts/REZNOR DOWNWARD SPIRAL.TTF');
}

.container {
	width: 86%;
	position: relative;
	margin: 0 auto;
}

.section {
	height: 100%;
	width: 100%;
}

.section1 .wenzi {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 40%;
}

.section1 .wenzi h2 {
	text-align: center;
	font-size: 40px;
	color: #ffffff;
	line-height: 80px;
}

.section1 .wenzi h3 {
	font-size: 24px;
	text-align: center;
	color: #ffffff;
	line-height: 60px;
}


/*非公共*/

.section1 {
	width: 100%;
	height: 75vh;
	position: relative;
	background: url(../img/Himg/banner3_01.jpg)center no-repeat;
	background-size: cover !important;
}

.a-nav li {
	width: 20%;
	float: left;
	line-height: 70px;
	text-align: center;
	border-right: 1px solid #E6E6E6;
	transition: .5s;
}

.a-nav li a {
	font-size: 16px;
	color: #8c8c8c;
	display: block;
	position: relative;
}

.a-nav li.active {
	background: #D6000F;
}

.a-nav li.active a {
	color: #ffffff;
}

.a-nav li span {
	display: inline-block;
	width: 27px;
	height: 27px;
	margin-right: 15px;
	vertical-align: middle;
}

.a-nav li:nth-of-type(5) {
	border: 0 none;
}

.a-nav li:hover {
	background-color: #D6000F;
}

.a-nav li:hover a {
	color: #FFFFFF;
}

.a-nav li:nth-of-type(1) span {
	background: url(../img/Himg/1-1.png)center no-repeat;
}

.a-nav li:nth-of-type(1):hover span {
	background: url(../img/Himg/icon55_03.png)center no-repeat;
}

.a-nav li:nth-of-type(2) span {
	background: url(../img/Himg/icon11_03.png)left no-repeat;
}

.a-nav li:nth-of-type(2):hover span {
	background: url(../img/Himg/2-1.png)center no-repeat;
}

.a-nav li:nth-of-type(3) span {
	background: url(../img/Himg/icon22_03.png)left no-repeat;
}

.a-nav li:nth-of-type(3):hover span {
	background: url(../img/Himg/3-1.png)center no-repeat;
}

.a-nav li:nth-of-type(4) span {
	background: url(../img/Himg/icon33_03.png)left no-repeat;
}

.a-nav li:nth-of-type(4):hover span {
	background: url(../img/Himg/4-1.png)center no-repeat;
}

.a-nav li:nth-of-type(5) span {
	background: url(../img/Himg/icon44_03.png)left no-repeat;
}

.a-nav li:nth-of-type(5):hover span {
	background: url(../img/Himg/5-1.png)center no-repeat;
}

.a-nav li.active:nth-of-type(5) span {
	background: url(../img/Himg/5-1.png)left no-repeat;
}

.section2 {
	position: relative;
	border-top: 1px solid #E6E6E6;
	background: #f8f8f8;
	padding: 72px 0 100px 0;
}

.section2 h2 {
	font-size: 36px;
	text-align: center;
}

.section2 h6 {
	width: 4%;
	height: 2px;
	background: #D6000F;
	margin: 20px auto;
}

.section2 p {
	font-size: 16px;
	width: 73%;
	text-align: center;
	margin: 0 auto;
	line-height: 28px;
	padding-bottom: 60px;
}

.section2 .swiper-container {
	width: 100%;
	height: 100%;
}

.section2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	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;
}

.section2 .swiper-pagination-bullet {
	background: #666;
	opacity: 1;
	margin: 0 5px;
}

.section2 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #D6000F;
}

.section2 .swiper-conn {
	width: 100%;
	position: relative;
}

.section2 .swiper-pagination {
	left: 50%;
	margin-left: -27px;
	padding-top: 45px;
}

.section2 .conn2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.section2 .conn2 .conn-zhaopin {
	padding: 35px 25px;
	width: 21%;
	background: #fff;
	padding-bottom: 25px;
	transition: .5s;
	cursor: pointer;
}

.section2 .conn2 .conn-zhaopin h3 {
	font-size: 28px;
	padding-bottom: 35px;
	text-align: left;
}

.section2 .conn2 .conn-zhaopin p {
	font-size: 16px;
	text-align: left;
	margin: 0;
	width: auto;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 35px;
	color: #666666;
}

.section2 .conn2 .conn-zhaopin .shijian {
	line-height: 50px;
	padding: 0 10px;
	padding-top: 10px;
}

.section2 .conn2 .conn-zhaopin .shijian span:nth-of-type(1) {
	float: left;
	color: #808080;
}

.section2 .conn2 .conn-zhaopin .shijian span:nth-of-type(2) {
	float: right;
	font-size: 30px;
	color: #808080;
	cursor: pointer;
	transition: .5s;
}

.section2 .conn2 .conn-zhaopin:hover {
	background: #D6000F;
	color: #FFFFFF;
}

.section2 .conn2 .conn-zhaopin:hover p {
	color: #FFFFFF;
}

.section2 .conn2 .conn-zhaopin:hover .shijian span:nth-of-type(1) {
	color: #FFFFFF;
}

.section2 .conn2 .conn-zhaopin:hover .shijian span:nth-of-type(2) {
	display: block;
	color: #FFFFFF;
}

.section3 {
	background: #FFFFFF;
	padding-top: 72px;
}

.section3 h2 {
	font-size: 36px;
	text-align: center;
}

.section3 h6 {
	width: 4%;
	height: 2px;
	background: #D6000F;
	margin: 20px auto;
}

.section3 .swiper-container {
	width: 100%;
	height: 100%;
}

.section3 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	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;
}

.swiper-conn3 {
	margin-top: 30px;
}

.section3 .swiper-button-next,
.swiper-button-prev {
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 44px;
	background: #D6000F;
	opacity: 1;
}

.section3 .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	background: #000000;
	opacity: 1;
	color: #808080;
}

.section3 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0;
}

.section3 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0;
}

.section4 {
	background: #FFFFFF;
	padding: 72px 0;
}

.section4 h2 {
	font-size: 36px;
	text-align: center;
}

.section4 h6 {
	width: 4%;
	height: 2px;
	background: #D6000F;
	margin: 20px auto;
}

.section4 .conn4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 72px;
}

.section4 .conn4 .conn4-img {
	width: 33.33%;
	overflow: hidden;
}

.section4 .conn4 .conn4-img img {
	transition: .5s;
}

.section4 .conn4 .conn4-img img:hover {
	transform: scale(1.1);
}

.section4 p {
	font-size: 16px;
	text-align: center;
}

.tanchu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 999;
	display: none;
}

.tanchuconn {
	width: 50%;
	height: 56%;
	background: #fff;
	z-index: 1000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25%;
	margin-top: -18%;
	padding: 75px;
}

.tanchuconn .auto {
	overflow: auto;
	height: 80%;
}

.tanchuconn h4 {
	font-size: 16px;
	position: relative;
}

.tanchuconn h4:before {
	content: " ";
	position: absolute;
	left: -20px;
	bottom: 5px;
	width: 15px;
	height: 2px;
	background: #D6000F;
}

.tanchuconn h3 {
	font-size: 28px;
	line-height: 85px;
}

.tanchuconn h5 {
	font-size: 16px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.tanchuconn p {
	font-size: 14px;
	line-height: 30px;
}

.tanchuconn h6 {
	font-size: 16px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
	margin-bottom: 20px;
	padding-top: 25px;
}

.tanchuconn .close {
	font-size: 50px;
	position: absolute;
	top: 0;
	right: 15px;
	cursor: pointer;
}

br {
	display: none;
}

.section2 .swiper-button-next,
.section2 .swiper-container-rtl .swiper-button-prev {
	background: #C9151D;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 44px;
	text-align: center;
}

.section2 .swiper-button-next.swiper-button-disabled,
.section2 .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	cursor: auto;
	background: #000000;
	opacity: 1;
	color: #808080;
	pointer-events: none;
}

.section2 .swiper-button-prev,
.section2 .swiper-container-rtl .swiper-button-next {
	background-image: ;
	left: -50px;
	right: auto;
}

.section2 .swiper-button-next,
.section2 .swiper-container-rtl .swiper-button-prev {
	background-image: ;
	right: -50px;
	left: auto;
}

@media only screen and (max-width: 1500px) {
	.section2 {
		padding: 60px 0 90px 0;
	}
	.section2 .conn2 .conn-zhaopin {
		width: 20%;
	}
	.section3,
	.section4 {
		padding-top: 60px;
	}
	.section4 .conn4 {
		padding-bottom: 60px;
	}
	.section2 h2,
	.section3 h2,
	.section4 h2 {
		font-size: 32px;
	}
	.section2 .conn2 .conn-zhaopin h3 {
		font-size: 24px;
	}
	.section2 .conn2 .conn-zhaopin .shijian {
		line-height: 40px;
	}
	.tanchuconn {
		padding: 55px;
	}
	.tanchuconn h3 {
		font-size: 24px;
		line-height: 70px;
	}
	.section2 p{
		width: 80%;
	}
}

@media only screen and (max-width: 1366px) {
	.section2 {
		padding: 40px 0 70px 0;
	}
	.section2 .conn2 .conn-zhaopin {
		width: 19%;
	}
	.section3,
	.section4 {
		padding-top: 40px;
	}
	.section4 .conn4 {
		padding-bottom: 40px;
	}
	.section2 h2,
	.section3 h2,
	.section4 h2 {
		font-size: 28px;
	}
	.section2 .conn2 .conn-zhaopin h3 {
		font-size: 22px;
	}
	.section2 .conn2 .conn-zhaopin .shijian {
		line-height: 30px;
	}
	.section2 .conn2 .conn-zhaopin h3 {
		padding-bottom: 20px;
	}
	.section2 .conn2 .conn-zhaopin {
		padding: 25px 20px;
	}
	.section2 .swiper-pagination {
		padding-top: 28px;
	}
	.tanchuconn {
		height: 40%;
		padding: 40px;
	}
	.tanchuconn h3 {
		font-size: 20px;
		line-height: 50px;
	}
	.section2 .conn2 .conn-zhaopin p {
		padding-bottom: 25px;
	}
	.section2 p{
		width: 90%;
	}
}

@media only screen and (max-width:1200px) {
	.section2 p {
		font-size: 14px;
    width: 100%;
		line-height: 24px;
	}
	.section2 h2,
	.section3 h2,
	.section4 h2 {
		font-size: 26px;
	}
	.section2 .conn2 .conn-zhaopin h3 {
		font-size: 20px;
	}
	.section2 .conn2 .conn-zhaopin {
		padding: 20px 15px;
	}
	.section2 p {
		padding-bottom: 40px;
	}
	.section2 .conn2 .conn-zhaopin p {
		font-size: 15px;
	}
}

@media only screen and (max-width:992px) {
	br {
		display: block;
	}
	.section2 {
		padding: 20px 0 40px 0;
	}
	.section2 .conn2 .conn-zhaopin {
		margin-bottom: 20px;
	}
	.section2 .conn2 .conn-zhaopin .shijian span:nth-of-type(2) {
		display: block;
		color: #808080;
	}
	.section2 p {
		width: 100%;
		text-align: left;
		line-height: 24px;
		font-size: 14px;
		padding-bottom: 20px;
	}
	.section2 .conn2 .conn-zhaopin {
		width: 100%;
	}
	.section2 .swiper-slide {
		margin-right: 0 !important;
	}
	.section3,
	.section4 {
		padding-top: 20px;
	}
	.section4 .conn4 {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.section2 h2,
	.section3 h2,
	.section4 h2 {
		font-size: 22px;
	}
	.section2 .conn2 .conn-zhaopin h3 {
		font-size: 18px;
	}
	.section2 .conn2 .conn-zhaopin p {
		font-size: 14px;
	}
	.section2 .conn2 .conn-zhaopin .shijian {
		line-height: 20px;
	}
	.section2 .conn2 .conn-zhaopin h3 {
		padding-bottom: 10px;
	}
	.section2 .conn2 .conn-zhaopin .shijian span:nth-of-type(1) {
		font-size: 14px;
	}
	.section2 .conn2 .conn-zhaopin .shijian span:nth-of-type(2) {
		font-size: 20px;
	}
	.section4 h6 {
		margin: 10px auto;
	}
	.section2 .conn2 .conn-zhaopin {
		padding: 15px 20px;
	}
	.section2 .swiper-pagination {
		display: none;
	}
	.section4 p {
		padding-top: 0px;
	}
	.tanchuconn {
		width: 100%;
		height: 100%;
		margin: 0;
		left: 0;
		top: 0;
	}
	.section2 .conn2 .conn-zhaopin p {
		padding-bottom: 20px;
	}
	.section4 p {
		font-size: 14px;
		line-height: 24px;
	}
	.section2 h6,
	.section3 h6 {
		margin: 10px auto;
	}
	.swiper-conn3 {
		margin-top: 10px;
	}
	.section4 {
		padding-bottom: 20px;
	}
	.tanchuconn .close {
		font-size: 30px;
		right: 8px;
	}
	.section2 .swiper-button-next,
	.section2 .swiper-button-prev {
		display: none;
	}
	.section4 p>i {
		display: none;
	}
	.section2 .swiper-container {
		overflow: inherit;
	}
	.section2 .swiper-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: inherit;
	}
	.tanchuconn{
		padding: 40px 20px;
	}
	.tanchuconn p{
		padding: 0 15px;
	}
}