body {
	background-image: url(../img/index.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
}
header {
	background: transparent;
}
.logo img:nth-of-type(1) {
	opacity: 1;
}
.logo img:nth-of-type(2) {
	opacity: 0;
}
.header-contact {
	color: #FFFFFF;
	background: #014099;
	border-color: #014099;
}
.header-contact:hover,.header-icon strong {
	color: #014099;
}
.footer-top {
	display: none;
}
@media only screen and (max-width: 991px) {
	body {
		background-size: cover;
	}
}
.index1 {
	width: 100%;
	height: 770px;
	overflow: hidden;
}
.index1 .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.index1 .swiper-container .swiper-slide {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.slide-inner {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media only screen and (max-width: 991px) {
	.index1 {
		height: 700px;
	}
}
@media only screen and (max-width: 750px) {
	.index1 {
		height: 400px;
	}
}
@media only screen and (min-width: 992px) {
	.index1 {
		height: 600px;
	}
}
@media only screen and (min-width: 1200px) {
	.index1 {
		height: 700px;
	}
}
@media only screen and (min-width: 1400px) {
	.index1 {
		height: 770px;
	}
}
/*电/气动执行器智造商*/
.index2 {
	width: 100%;
	padding: 100px 0;
	text-align: center;
	position: relative;
	background-image: url(../img/index2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.index2 h2 {
	color: #FFFFFF;
	font-size: 38px;
	line-height: 44px;
	font-weight: bold;
}
.index2-box {
	left: 50%;
	z-index: 10;
	top: -200px;
	width: 250px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	padding: 0 0 186px;
	margin-left: -125px;
}
.index2-img {
	width: 100%;
	overflow: hidden;
	border-radius: 3px;
	background: #014099;
}
.index2-img img {
	display: block;
	max-width: 100%;
	margin: 10px auto;
}
.index2-box:after {
	left: 50%;
	width: 2px;
	bottom: 0px;
	content: '';
	height: 72px;
	display: block;
	overflow: hidden;
	position: absolute;
	background: #FFFFFF;
}
@media only screen and (max-width: 750px) {
	.index2 {
		padding: 50px 0;
	}
	.index2 h2 {
		font-size: 26px;
		line-height: 35px;
	}
	.index2-box {
		top: -124px;
		width: 180px;
		padding: 0 0 100px;
		margin-left: -90px;
	}
	.index2-img img {
		max-width: 80%;
	}
	.index2-box:after {
		height: 40px;
	}
}
@media only screen and (min-width: 992px) {
	.index2 {
		padding: 80px 0;
	}
	.index2 h2 {
		font-size: 34px;
		line-height: 40px;
	}
	.index2-box {
		top: -175px;
		padding: 0 0 150px;
	}
	.index2-img img {
		margin: 10px auto;
	}
	.index2-box:after {
		height: 50px;
	}
}
@media only screen and (min-width: 1200px) {
	.index2 {
		padding: 90px 0;
	}
	.index2 h2 {
		font-size: 36px;
		line-height: 42px;
	}
	.index2-box {
		top: -190px;
		padding: 0 0 170px;
	}
	.index2-img img {
		margin: 10px auto;
	}
	.index2-box:after {
		height: 60px;
	}
}
@media only screen and (min-width: 1400px) {
	.index2 {
		padding: 100px 0;
	}
	.index2 h2 {
		font-size: 38px;
		line-height: 44px;
	}
	.index2-box {
		top: -200px;
		padding: 0 0 186px;
	}
	.index2-img img {
		margin: 10px auto;
	}
	.index2-box:after {
		height: 72px;
	}
}
/*产品*/
.index3 {
	width: 100%;
	overflow: hidden;
	padding: 0 0 65px;
}
.index3 h2 {
	color: #014099;
	margin: 40px 0;
	font-size: 38px;
	line-height: 45px;
	text-align: center;
}
.index3-top {
	width: 100%;
	overflow: hidden;
}
.index3-top a {
	float: left;
	height: 525px;
	display: block;
	overflow: hidden;
	text-align: center;
	position: relative;
	background: #FFFFFF;
	padding: 75px 55px 0;
	width: calc(33.33% - 10px);
}
.index3-top a:after {
	left: 50%;
	width: 0px;
	height: 2px;
	bottom: 0px;
	content: '';
	display: block;
	overflow: hidden;
	position: absolute;
	background: #e60012;
	transition: all 0.3s ease;
}
.index3-top a img {
	max-width: 300px;
	max-height: 285px;
	transition: all 0.3s ease;
}
.index3-top a h3 {
	color: #595757;
	font-size: 26px;
	line-height: 26px;
	margin: 35px 0 30px;
}
.index3-top a h3 span {
	display: block;
	line-height: 24px;
}
.index3-top a h5 {
	color: #898989;
	font-size: 16px;
	line-height: 20px;
}
.index3-top a h4 {
	color: #595757;
	font-size: 26px;
	line-height: 35px;
	margin: 165px 0 200px;
}
.index3-top a:hover img {
	transform: scale(1.1);
}
.index3-top a:hover:after {
	left: 0px;
	width: 100%;
}
.index3-bottom {
	width: 100%;
	margin: 40px 0 0;
	overflow: hidden;
}
.index3-bottom a {
	float: left;
	height: 225px;
	display: block;
	color: #FFFFFF;
	position: relative;
	text-align: center;
	background: #FFFFFF;
	width: calc(50% - 15px);
}
.index3-bottom a:nth-of-type(2n+1) {
	margin: 25px 30px 0 0;
}
.index3-bottom a:nth-of-type(2n) {
	margin: 25px 0 0;
	background-image: url(../img/index3-4.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index3-bottom a img {
	left: 50%;
	top: -25px;
	display: block;
	max-width: 310px;
	max-height: 245px;
	position: absolute;
	transition: all 0.3s ease;
	transform: translateX(-50%);
}
.index3-bottom h3 {
	font-size: 28px;
	line-height: 30px;
	margin: 75px 0 10px;
}
.index3-bottom p {
	font-size: 14px;
	line-height: 20px;
}
@media only screen and (max-width: 991px) {
	.index3-top a {
		float: none;
		width: 100%;
		margin: 0 0 50px;
		padding: 75px 55px 0;
	}
	.index3-bottom {
		margin: 20px 0 0;
	}
	.index3-bottom a {
		float: none;
		width: 100%;
	}
	.index3-bottom a:nth-of-type(2n+1) {
		margin: 25px 0 0;
	}
	.index3-bottom a:nth-of-type(2n) {
		padding: 75px 0;
		margin: 50px 0 0;
	}
	.index3-bottom h3 {
		margin: 0 0 10px;
	}
}
@media only screen and (max-width: 750px) {
	.index3 {
		padding: 0 0 40px;
	}
	.index3 h2 {
	    margin: 30px 0;
	    font-size: 28px;
	    line-height: 35px;
	}
	.index3-top a {
		height: auto;
		margin: 0 0 30px;
		padding: 40px 30px;
	}
	.index3-top a img {
	    max-width: 250px;
	    max-height: 240px;
	}
	.index3-top a h3 {
	    font-size: 20px;
	    line-height: 20px;
	    margin: 20px 0 15px;
	}
	.index3-top a h3 span {
		line-height: 20px;
	}
	.index3-top a h4 {
		margin: 100px 0;
		font-size: 20px;
    	line-height: 25px;
	}
	.index3-top a h5 {
		font-size: 14px;
	}
	.index3-bottom {
		margin: 10px 0 0;
	}
	.index3-bottom a {
		height: 150px;
	}
	.index3-bottom a:nth-of-type(2n+1) {
		margin: 15px 0 0;
	}
	.index3-bottom a:nth-of-type(2n) {
		padding: 42px 0;
		margin: 30px 0 0;
	}
	.index3-bottom a img {
	    top: -15px;
	    max-width: 200px;
	    max-height: 150px;
	}
	.index3-bottom h3 {
		margin: 0 0 5px;
		font-size: 22px;
    	line-height: 25px;
	}
	.index3-bottom p {
		font-size: 12px;
		line-height: 18px;
	}
}
@media only screen and (min-width: 992px) {
	.index3 {
		padding: 0 0 55px;
	}
	.index3 h2 {
		font-size: 34px;
		line-height: 40px;
	}
	.index3-top a {
		height: 400px;
		padding: 50px 30px 0;
	}
	.index3-top a:nth-of-type(3n+1),.index3-top a:nth-of-type(3n+2) {
		margin: 0 15px 15px 0;
	}
	.index3-top a:nth-of-type(3n) {
		margin: 0 0 15px;
	}
	.index3-top a img {
		max-width: 240px;
		max-height: 225px;
	}
	.index3-top a h3 {
		font-size: 22px;
		line-height: 22px;
		margin: 25px 0 20px;
	}
	.index3-top a h3 span {
		line-height: 20px;
	}
	.index3-top a h5 {
		font-size: 14px;
		line-height: 16px;
	}
	.index3-top a h4 {
		font-size: 22px;
		line-height: 30px;
		margin: 116px 0 166px;
	}
	.index3-bottom {
		margin: 20px 0 0;
	}
	.index3-bottom a {
		height: 185px;
		width: calc(50% - 10px);
	}
	.index3-bottom a:nth-of-type(2n+1) {
		margin: 15px 20px 0 0;
	}
	.index3-bottom a:nth-of-type(2n) {
		margin: 15px 0 0;
	}
	.index3-bottom a img {
		top: -15px;
		max-width: 250px;
		max-height: 205px;
	}
	.index3-bottom h3 {
		font-size: 24px;
		margin: 57px 0 10px;
	}
}
@media only screen and (min-width: 1200px) {
	.index3 {
		padding: 0 0 60px;
	}
	.index3 h2 {
		font-size: 36px;
		line-height: 43px;
	}
	.index3-top a {
		height: 460px;
		padding: 60px 40px 0;
	}
	.index3-top a img {
		max-width: 270px;
		max-height: 255px;
	}
	.index3-top a h3 {
		font-size: 24px;
		line-height: 24px;
		margin: 30px 0 25px;
	}
	.index3-top a h3 span {
		line-height: 22px;
	}
	.index3-top a h5 {
		font-size: 15px;
		line-height: 18px;
	}
	.index3-top a h4 {
		font-size: 24px;
		line-height: 32px;
		margin: 132px 0 192px;
	}
	.index3-bottom {
		margin: 30px 0 0;
	}
	.index3-bottom a {
		height: 205px;
		width: calc(50% - 12px);
	}
	.index3-bottom a:nth-of-type(2n+1) {
		margin: 20px 24px 0 0;
	}
	.index3-bottom a:nth-of-type(2n) {
		margin: 20px 0 0;
	}
	.index3-bottom a img {
		top: -20px;
		max-width: 280px;
		max-height: 225px;
	}
	.index3-bottom h3 {
		font-size: 26px;
		margin: 70px 0 10px;
	}
}
@media only screen and (min-width: 1400px) {
	.index3 {
		padding: 0 0 65px;
	}
	.index3 h2 {
		font-size: 38px;
		line-height: 45px;
	}
	.index3-top a {
		height: 525px;
		padding: 75px 55px 0;
	}
	.index3-top a img {
		max-width: 300px;
		max-height: 285px;
	}
	.index3-top a h3 {
		font-size: 26px;
		line-height: 26px;
		margin: 35px 0 30px;
	}
	.index3-top a h3 span {
		line-height: 24px;
	}
	.index3-top a h5 {
		font-size: 16px;
		line-height: 20px;
	}
	.index3-top a h4 {
		font-size: 26px;
		line-height: 35px;
		margin: 165px 0 200px;
	}
	.index3-bottom {
		margin: 40px 0 0;
	}
	.index3-bottom a {
		height: 225px;
		width: calc(50% - 15px);
	}
	.index3-bottom a:nth-of-type(2n+1) {
		margin: 25px 30px 0 0;
	}
	.index3-bottom a:nth-of-type(2n) {
		margin: 25px 0 0;
	}
	.index3-bottom a img {
		top: -25px;
		max-width: 310px;
		max-height: 245px;
	}
	.index3-bottom h3 {
		font-size: 28px;
		margin: 75px 0 10px;
	}
}
/*视频*/
.index4 {
	width: 100%;
	overflow: hidden;
	padding: 0 0 40px;
	position: relative;
	background: #014099;
}
.index4:after {
	left: 0px;
	content: '';
	width: 100%;
	height: 1px;
	bottom: 55px;
	display: block;
	overflow: hidden;
	position: absolute;
	background: #e60012;
}
.index4-title {
	width: 356px;
	overflow: hidden;
	margin: 40px auto;
	text-align: center;
}
.index4-title h2 {
	float: left;
	color: #FFFFFF;
	margin: 0 25px;
	font-size: 38px;
	line-height: 45px;
	font-weight: bold;
}
.index4-title ul {
	float: left;
	margin: 18px 0;
}
.index4-title ul li {
	width: 9px;
	height: 9px;
	float: left;
	margin: 0 7px;
	overflow: hidden;
	border-radius: 50%;
	background: #FFFFFF;
}
.index4-left {
	float: left;
	color: #dae8fa;
	font-size: 18px;
	overflow: hidden;
	line-height: 30px;
	width: calc(30% - 24px);
}
.index4-right {
	z-index: 1;
	float: right;
	overflow: hidden;
	position: relative;
	width: calc(65% - 15px);
}
.index4-right li {
	float: left;
	width: 365px;
	overflow: hidden;
	text-align: center;
}
.index4-right li:last-of-type {
	margin: 0px;
}
.index4-right .index4-img {
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	background: #000000;
}
.index4-img img {
	width: 100%;
	opacity: 0.2;
	transition: all 0.3s ease;
}
.index4-img:before {
	top: 50%;
	left: 50%;
	z-index: 1;
	content: '';
	width: 76px;
	height: 76px;
	display: block;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	transition: all 0.3s ease;
	transform: translateX(-50%) translateY(-50%);
	background-image: url(../img/play.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index4-right h3 {
	width: 195px;
	color: #dae8fa;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 35px;
	margin: 25px auto 0;
	background: #014099;
}
.index4-right li:hover .index4-img img {
	opacity: 1;
}
.index4-right li:hover .index4-img:before {
	opacity: 0;
}
.video-masked {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	position: fixed;
	overflow: hidden;
	background: rgba(0,0,0,0.8);
}
.video-masked .masked-x {
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
}
.video-masked .masked-x:before,.video-masked .masked-x:after {
	top: 50%;
	left: 50%;
	content: '';
	width: 46px;
	height: 6px;
	display: block;
	border-radius: 3px;
	position: absolute;
	background: #FFFFFF;
	margin: -3px 0 0 -23px;
	transform: rotate(45deg);
}
.video-masked .masked-x:after {
	transform: rotate(-45deg);
}
.video-masked video {
	top: 50%;
	left: 50%;
	width: 1200px;
	display: block;
	position: relative;
	transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 991px) {
	.index4-left,.index4-right {
		float: none;
		width: 100%;
		text-align: center;
	}
	.index4-right {
		margin: 60px 0 0;
	}
	.index4-right li {
		width: 325px;
		margin-right: 30px;
	}
	.index4-img:before {
		width: 66px;
		height: 66px;
	}
	.video-masked video {
		width: 680px;
	}
}
@media only screen and (max-width: 750px) {
	.index4:after {
		bottom: 48px;
	}
	.index4-title {
		width: 236px;
		margin: 40px auto 30px;
	}
	.index4-title h2 {
		margin: 0 15px;
		font-size: 28px;
		line-height: 35px;
	}
	.index4-title ul {
		margin: 15px 0 14px;
	}
	.index4-title ul li {
		width: 6px;
		height: 6px;
		margin: 0 4px;
	}
	.index4-left {
		font-size: 14px;
    	line-height: 24px;
	}
	.index4-right {
		margin: 30px 0 0;
	}
	.index4-right li {
		width: 163px;
		margin-right: 14px;
	}
	.index4-img:before {
		width: 40px;
		height: 40px;
	}
	.index4-right h3 {
	    width: 100px;
	    font-size: 16px;
	    line-height: 20px;
	    margin: 15px auto 0;
	}
	.video-masked .masked-x {
		top: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
	}
	.video-masked .masked-x:before,.video-masked .masked-x:after {
		width: 36px;
		height: 4px;
		border-radius: 2px;
		margin: -2px 0 0 -18px;
	}
	.video-masked video {
		width: 340px;
	}
}
@media only screen and (min-width: 992px) {
	.index4:after {
		bottom: 52px;
	}
	.index4-title {
		width: 278px;
	}
	.index4-title h2 {
		margin: 0 20px;
		font-size: 34px;
		line-height: 40px;
	}
	.index4-title ul {
		margin: 16px 0;
	}
	.index4-title ul li {
		width: 7px;
		height: 7px;
		margin: 0 5px;
	}
	.index4-left {
		font-size: 14px;
		line-height: 25px;
		width: calc(30% - 15px);
	}
	.index4-right {
		width: calc(69% - 15px);
	}
	.index4-right li {
		width: 305px;
		margin-right: 23px;
	}
	.index4-img:before {
		width: 50px;
		height: 50px;
	}
	.index4-right h3 {
		width: 150px;
		font-size: 20px;
		line-height: 30px;
		margin: 15px auto 0;
	}
	.video-masked video {
		width: 940px;
	}
}
@media only screen and (min-width: 1200px) {
	.index4:after {
		bottom: 55px;
	}
	.index4-title {
		width: 316px;
	}
	.index4-title h2 {
		margin: 0 22px;
		font-size: 36px;
		line-height: 42px;
	}
	.index4-title ul {
		margin: 17px 0;
	}
	.index4-title ul li {
		width: 8px;
		height: 8px;
		margin: 0 6px;
	}
	.index4-left {
		font-size: 16px;
		line-height: 28px;
		width: calc(30% - 20px);
	}
	.index4-right {
		width: calc(67% - 15px);
	}
	.index4-right li {
		width: 340px;
		margin-right: 28px;
	}
	.index4-img:before {
		width: 60px;
		height: 60px;
	}
	.index4-right h3 {
		width: 170px;
		font-size: 22px;
		line-height: 32px;
		margin: 20px auto 0;
	}
	.video-masked video {
		width: 1080px;
	}
}
@media only screen and (min-width: 1400px) {
	.index4-title {
		width: 356px;
	}
	.index4-title h2 {
		margin: 0 25px;
		font-size: 38px;
		line-height: 45px;
	}
	.index4-title ul {
		margin: 18px 0;
	}
	.index4-title ul li {
		width: 9px;
		height: 9px;
		margin: 0 7px;
	}
	.index4-left {
		font-size: 18px;
		line-height: 30px;
		width: calc(30% - 24px);
	}
	.index4-right {
		width: calc(65% - 15px);
	}
	.index4-right li {
		width: 365px;
		margin-right: 35px;
	}
	.index4-img:before {
		width: 76px;
		height: 76px;
	}
	.index4-right h3 {
		width: 195px;
		font-size: 24px;
		line-height: 35px;
		margin: 25px auto 0;
	}
	.video-masked video {
		width: 1200px;
	}
}
/*新闻*/
.index5 {
	width: 100%;
	overflow: hidden;
	padding: 0 0 120px;
}
.index5 h2 {
	color: #014099;
	margin: 40px 0;
	font-size: 38px;
	line-height: 45px;
	font-weight: bold;
	text-align: center;
}
.index5-swiper {
	width: 100%;
	position: relative;
	background: #FFFFFF;
	padding: 90px 30px 10px;
}
.index5-swiper .swiper {
	width: 100%;
	overflow: hidden;
}
.index5-swiper .swiper-slide {
	padding: 25px;
	display: block;
	overflow: hidden;
}
.index5-img {
	float: left;
	width: 265px;
	height: 210px;
	overflow: hidden;
}
.index5-img img {
	width: 100%;
	min-height: 100%;
	transition: all 0.3s ease;
}
.index5-txt {
	float: right;
	height: 210px;
	overflow: hidden;
	width: calc(100% - 300px);
	transition: all 0.3s ease;
	border-bottom: 2px solid #cdcccc;
}
.index5-txt h5 {
	color: #727171;
	font-size: 20px;
	margin: 0 0 15px;
	line-height: 20px;
	font-weight: bold;
}
.index5-txt h4 {
	width: 100%;
	height: 140px;
	color: #727171;
	font-size: 26px;
	overflow: hidden;
	line-height: 35px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.index5-swiper .swiper-slide p {
	width: 100%;
	height: 90px;
	color: #727171;
	font-size: 20px;
	overflow: hidden;
	line-height: 30px;
	margin: 20px 0 25px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.index5-swiper .swiper-slide span {
	width: 80px;
	float: right;
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	overflow: hidden;
	line-height: 35px;
	text-align: center;
	background: #595757;
	transition: all 0.3s ease;
}
.index5-swiper .swiper-slide:hover .index5-img img {
	transform: scale(1.1);
}
.index5-swiper .swiper-slide:hover .index5-txt {
	border-bottom-color: #e60012;
}
.index5-swiper .swiper-slide:hover span {
	background: #014099;
}
.index5-swiper .swiper-button-next,.index5-swiper .swiper-button-prev {
	width: 50px;
	height: 50px;
	color: #014099;
	font-size: 64px;
	margin-top: -50px;
}
.index5-swiper .swiper-button-prev,.index5-swiper .swiper-rtl .swiper-button-next {
	left: -80px;
}
.index5-swiper .swiper-button-next,.index5-swiper .swiper-rtl .swiper-button-prev {
	right: -80px;
}
.index5-swiper .swiper-button-next.swiper-button-disabled,.index5-swiper .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
	.index5-swiper {
		padding: 0px;
		background: transparent;
	}
	.index5-swiper .swiper-wrapper {
		display: block;
	}
	.index5-swiper .swiper-slide {
		margin: 0 0 60px;
		padding: 0 0 50px;
		background: #FFFFFF;
	}
	.index5-swiper .swiper-slide:last-of-type {
		margin: 0;
	}
	.index5-img {
	    width: 100%;
	    float: none;
	    height: auto;
	}
	.index5-txt {
	    width: 100%;
	    float: none;
	    height: auto;
	    border-bottom: none;
	    padding: 50px 50px 0;
	}
	.index5-txt h4 {
		height: auto;
		max-height: 70px;
		-webkit-line-clamp: 2;
	}
	.index5-swiper .swiper-slide br {
		display: none;
	}
	.index5-swiper .swiper-slide p {
		margin: 30px auto;
		width: calc(100% - 100px);
	}
	.index5-swiper .swiper-slide span {
		margin-right: 50px;
	}
}
@media only screen and (max-width: 750px) {
	.index5 {
		padding: 0 0 60px;
	}
	.index5 h2 {
		font-size: 28px;
    	line-height: 35px;
	}
	.index5-swiper .swiper-slide {
		margin: 0 0 30px;
		padding: 0 0 30px;
	}
	.index5-txt {
	    padding: 25px 25px 0;
	}
	.index5-txt h4 {
		font-size: 22px;
		max-height: 60px;
		line-height: 30px;
	}
	.index5-txt h5 {
	    font-size: 14px;
	    margin: 0 0 10px;
	    line-height: 15px;
	}
	.index5-swiper .swiper-slide p {
		height: 60px;
	    font-size: 14px;
	    line-height: 20px;
		margin: 15px auto 20px;
		width: calc(100% - 50px);
	}
	.index5-swiper .swiper-slide span {
		width: 60px;
	    font-size: 15px;
	    line-height: 25px;
		margin-right: 25px;
	}
}
@media only screen and (min-width: 992px) {
	.index5 {
		padding: 0 0 80px;
	}
	.index5 h2 {
		font-size: 34px;
		line-height: 40px;
	}
	.index5-swiper {
		padding: 50px 20px 10px;
	}
	.index5 .swiper-slide {
		padding: 15px;
	}
	.index5-img {
		width: 210px;
		height: 165px;
	}
	.index5-txt {
		height: 165px;
		width: calc(100% - 230px);
	}
	.index5-txt h5 {
		font-size: 16px;
		margin: 0 0 10px;
		line-height: 16px;
	}
	.index5-txt h4 {
		height: 120px;
		font-size: 22px;
		line-height: 30px;
	}
	.index5 .swiper-slide p {
		height: 75px;
		margin: 15px 0;
		font-size: 16px;
		line-height: 25px;
	}
	.index5 .swiper-slide span {
		width: 70px;
		font-size: 16px;
		line-height: 30px;
	}
	.index5-swiper .swiper-button-prev,.index5-swiper .swiper-rtl .swiper-button-next {
		left: -50px;
	}
	.index5-swiper .swiper-button-next,.index5-swiper .swiper-rtl .swiper-button-prev {
		right: -50px;
	}
}
@media only screen and (min-width: 1200px) {
	.index5 {
		padding: 0 0 100px;
	}
	.index5 h2 {
		font-size: 36px;
		line-height: 42px;
	}
	.index5-swiper {
		padding: 70px 25px 10px;
	}
	.index5 .swiper-slide {
		padding: 20px;
	}
	.index5-img {
		width: 240px;
		height: 190px;
	}
	.index5-txt {
		height: 190px;
		width: calc(100% - 265px);
	}
	.index5-txt h5 {
		font-size: 18px;
		margin: 0 0 12px;
		line-height: 18px;
	}
	.index5-txt h4 {
		height: 128px;
		font-size: 24px;
		line-height: 32px;
	}
	.index5 .swiper-slide p {
		height: 81px;
		margin: 20px 0;
		font-size: 18px;
		line-height: 27px;
	}
	.index5 .swiper-slide span {
		width: 75px;
		font-size: 18px;
		line-height: 32px;
	}
	.index5-swiper .swiper-button-prev,.index5-swiper .swiper-rtl .swiper-button-next {
		left: -65px;
	}
	.index5-swiper .swiper-button-next,.index5-swiper .swiper-rtl .swiper-button-prev {
		right: -65px;
	}
}
@media only screen and (min-width: 1400px) {
	.index5 {
		padding: 0 0 120px;
	}
	.index5 h2 {
		font-size: 38px;
		line-height: 45px;
	}
	.index5-swiper {
		padding: 90px 30px 10px;
	}
	.index5 .swiper-slide {
		padding: 25px;
	}
	.index5-img {
		width: 265px;
		height: 210px;
	}
	.index5-txt {
		height: 210px;
		width: calc(100% - 300px);
	}
	.index5-txt h5 {
		font-size: 20px;
		margin: 0 0 15px;
		line-height: 20px;
	}
	.index5-txt h4 {
		height: 140px;
		font-size: 26px;
		line-height: 35px;
	}
	.index5 .swiper-slide p {
		height: 90px;
		font-size: 20px;
		line-height: 30px;
		margin: 20px 0 25px;
	}
	.index5 .swiper-slide span {
		width: 80px;
		font-size: 20px;
		line-height: 35px;
	}
	.index5-swiper .swiper-button-prev,.index5-swiper .swiper-rtl .swiper-button-next {
		left: -80px;
	}
	.index5-swiper .swiper-button-next,.index5-swiper .swiper-rtl .swiper-button-prev {
		right: -80px;
	}
}
/*工况解决*/
.index6 {
	width: 100%;
	overflow: hidden;
	background: #014099;
}
.index6 a {
	width: 100%;
	color: #ffffff;
	display: block;
	overflow: hidden;
	position: relative;
}
.index6 h2 {
	top: 50%;
	left: 50%;
	width: 305px;
	font-size: 50px;
	overflow: hidden;
	line-height: 60px;
	position: absolute;
	margin: -30px 0 0 -640px;
}
.index6-box {
	float: right;
	width: 67.44%;
	overflow: hidden;
	position: relative;
}
.index6-img {
	width: 100%;
	overflow: hidden;
}
.index6-txt {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: 28px;
	overflow: hidden;
	position: absolute;
	border-top: 2px solid #e60012;
}
.index6-txt p {
	top: 50%;
	width: 100%;
	text-align: center;
	position: relative;
	transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
	.index6 h2 {
		top: 0px;
		left: 0px;
		width: 100%;
		margin: 80px 0;
		text-align: center;
		position: relative;
	}
	.index6-box {
	    float: none;
		width: 100%;
	}
	.index6-img {
		height: 400px;
	}
	.index6-img img {
		height: 100%;
	}
}
@media only screen and (max-width: 750px) {
	.index6 h2 {
		margin: 40px 0;
		font-size: 28px;
		line-height: 35px;
	}
	.index6-img {
		height: 250px;
	}
	.index6-txt p {
		padding: 0 30px;
		font-size: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.index6 h2 {
		width: 200px;
		font-size: 36px;
		line-height: 44px;
		margin: -22px 0 0 -470px;
	}
	.index6 a:nth-of-type(2n) h2 {
		text-align: right;
		margin: -22px 0 0 270px;
	}
	.index6 a:nth-of-type(2n) .index6-box {
		float: left;
	}
	.index6-img img {
		width: 100%;
	}
	.index6-txt {
		font-size: 24px;
	}
}
@media only screen and (min-width: 1200px) {
	.index6 h2 {
		width: 240px;
		font-size: 43px;
		line-height: 52px;
		margin: -26px 0 0 -540px;
	}
	.index6 a:nth-of-type(2n) h2 {
		margin: -26px 0 0 300px;
	}
	.index6-txt {
		font-size: 26px;
	}
}
@media only screen and (min-width: 1400px) {
	.index6 h2 {
		width: 305px;
		font-size: 50px;
		line-height: 60px;
		margin: -30px 0 0 -640px;
	}
	.index6 a:nth-of-type(2n) h2 {
		margin: -30px 0 0 330px;
	}
	.index6-txt {
		font-size: 28px;
	}
}


@media only screen and (min-width: 1920px) {
    .index6 h2 {
        width: 305px;
        font-size: 50px;
        line-height: 60px;
        margin: -30px 0 0 -820px;
    }

    .index6 a:nth-of-type(2n) h2 {
        margin: -30px 0 0 500px;
    }

    .index6-txt {
        font-size: 28px;
    }
}