﻿@charset "utf-8";
.pro_e {
	max-width: 100%;
	margin-top: 150px;
}

.pro_title {
	font-size: 24px;
	line-height: 30px;
	color: #c94743;
	margin-top: 60px;
}

.pro_subtitle {
	font-size: 56px;
	line-height: 72px;
	margin-top: 45px;
}

.news1_box {
	height: 770px;
	width: 100%;
	background-size: cover;
	background-position: left center;
	margin-top: 75px;
}

.news1_box .news1_inner {
	height: 74%;
	width: 520px;
	background: #d25753;
	color: #fff;
	margin-right: 5.8%;
	box-sizing: border-box;
	padding: 56px;
}

.news1_box .news1_inner .news1_time {
	font-size: 16px;
	line-height: 42px;
}

.news1_box .news1_inner .news1_title {
	font-size: 32px;
	line-height: 52px;
}

.news1_box .news1_inner .news1_icon {
	margin-top: 50px;
}

.news1_box .news1_content {
	color: #fff;
}

.swiper-2 {
	height: 100%;
}

.swiper-2-page {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.swiper-button-prev2,
.swiper-button-next2 {
	width: 50px;
	height: 50px;
	background: url(../img/pro6_icon4.png) no-repeat center center;
	background-size: 100% 100%;
}

.swiper-button-prev2 {
	position: initial !important;
	margin-top: 0 !important;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.swiper-button-next2 {
	position: initial !important;
	margin-top: 0 !important;
	margin-left: 20px;
}

.swiper-button-prev2:after,
.swiper-button-next2:after {
	color: #000;
	font-size: 16px;
	content: initial;
}

.swiper-button-prev2:hover:after,
.swiper-button-next2:hover:after {
	color: #c94743;
}

.swiper-2-page .swiper-2-left {
	font-size: 18px;
}

.pro6_box {
	background: #fff;
	padding-bottom: 160px;
}

.pro6_box .pro6_inner {
	margin-top: 70px;
}

.pro6_box .pro6_nav {
	width: 31%;
	margin-right: 3.5%;
	border-top: 1px solid #ededed;
	padding-top: 46px;
	margin-bottom: 80px;
}

.pro6_box .pro6_nav .pro6_nav_img {
	width: 46px;
	height: 46px;
	background: url(../img/pro6_icon1.png) no-repeat left top;
	background-size: 100% 100%;
}

.pro6_box .pro6_nav:hover .pro6_nav_img {
	background: url(../img/pro6_icon2.png) no-repeat left top;
	background-size: 100% 100%;
}

.pro6_box .pro6_nav:nth-child(3n) {
	margin-right: 0%;
}

.pro6_box .pro6_nav .pro6_nav_time {
	font-size: 16px;
	color: #d25753;
	line-height: 16px;
}

.pro6_box .pro6_nav .pro6_nav_title {
	font-size: 26px;
	line-height: 32px;
	margin-top: 15px;
	height: 64px;
}

.pro6_box .pro6_nav .pro6_nav_subtitle {
	color: #666;
	font-size: 16px;
	line-height: 32px;
	margin-top: 30px;
	height: 64px;
}

.pro6_box .pro6_nav .pro6_nav_img {
	margin-top: 40px;
}


/*响应式适配*/

@media screen and (max-width: 1861px) {}

@media screen and (max-width: 1681px) {}

@media screen and (max-width: 1450px) {
	.pro_subtitle {
		font-size: 36px;
		line-height: 44px;
	}
}

@media screen and (max-width: 1335px) {
	.news1_box {
		height: 470px;
	}
	.news1_box .news1_inner .news1_title {
		font-size: 20px;
		line-height: 42px;
	}
	.news1_box .news1_inner .news1_icon {
		margin-top: 20px;
		width: 40px;
	}
	.swiper-button-prev2,
	.swiper-button-next2 {
		width: 40px;
		height: 40px;
	}
	.news1_box .news1_inner {
		width: 420px;
	}
	.pro_e {
		max-height: 100px;
	}
}

@media screen and (max-width: 1200px) {
	.news1_box {
		height: auto;
		width: 100%;
		margin-top: 20px;
		padding: 20px 0;
	}
	.news1_box .news1_inner {
		height: auto;
		width: 90%;
		padding: 20px 10px;
	}
	.news1_box .news1_inner .news1_time {
		font-size: 12px;
		line-height: 18px;
	}
	.news1_box .news1_inner .news1_title {
		font-size: 20px;
		line-height: 30px;
		margin-top: 5px;
	}
	.news1_box .news1_inner .news1_icon {
		margin-top: 20px;
		width: 30px;
		height: 30px;
	}
	.swiper-2-page {
		position: initial;
		padding-top: 30px;
		width: 100%;
	}
	.swiper-button-prev2,
	.swiper-button-next2 {
		width: 26px;
		height: 26px;
	}
	.swiper-button-prev2 {
		position: initial !important;
		margin-top: 0 !important;
		-webkit-transform: rotate(-180);
		transform: rotate(-180);
	}
	.swiper-button-next2 {
		position: initial !important;
		margin-top: 0 !important;
		margin-left: 20px;
	}
	.swiper-2-page .swiper-2-left {
		font-size: 16px;
	}
	.pro_e {
		margin-top: 20px;
	}
	.pro_title {
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}
	.pro_subtitle {
		font-size: 20px;
		line-height: 26px;
		margin-top: 6px;
	}
	.pro6_box {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.pro6_box .pro6_inner {
		margin-top: 10px;
	}
	.pro6_box .pro6_nav {
		width: 31%;
		margin-right: 3.5%;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.pro6_box .pro6_nav .pro6_nav_img {
		width: 30px;
		height: 30px;
	}
	.pro6_box .pro6_nav .pro6_nav_time {
		font-size: 12px;
		line-height: 12px;
	}
	.pro6_box .pro6_nav .pro6_nav_title {
		font-size: 16px;
		line-height: 24px;
		margin-top: 10px;
		height: 48px;
	}
	.pro6_box .pro6_nav .pro6_nav_subtitle {
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
		height: 40px;
	}
	.pro6_box .pro6_nav .pro6_nav_img {
		margin-top: 20px;
	}
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 768px) {
	.pro_e {
		width: 60%;
	}
	.pro6_box .pro6_nav {
		width: 100%;
		margin-right: 0%;
		padding-top: 20px;
		margin-bottom: 20px;
	}
	.pro6_box .pro6_nav:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 450px) {
	.news1_box {
		background: #fff!important;
	}
	.news1_box .news1_inner {
		width: 100%;
	}
	.news1_box {
		margin: 0;
		padding: 0;
	}
	.news1_box .news1_inner {
		margin-right: 0;
	}
	.news1_box .news1_inner .news1_time {
		font-size: 14px;
	}
	.news1_box .news1_inner .news1_title {
		font-size: 16px;
	}
}

@media screen and (max-width: 380px) {}

@media screen and (max-width: 330px) {}