.index-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.index-banner .swiper-container {
	width: 100%;
	height: 100%;
}
.index-banner .swiper-container .swiper-slide {
	overflow: hidden;
}
.index-banner .swiper-container .pagination {
	width: 100%;
	height: 20px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 30px;
	margin: 0px;
	text-align: center;
}
.index-banner .swiper-container .pagination .swiper-pagination-switch {
	display: inline-block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	border-radius: 7px;
	background-color: #FFFFFF;
	margin: 0px 5px;
	cursor: pointer;
}
.index-banner .swiper-container .pagination .swiper-pagination-switch.swiper-active-switch {
	background-color: #e60012;
}
@media only screen and (max-width: 991px) {
	.index-banner {
		margin: 140px 0 0;
		height: 803px;
	}
	.index-banner img {
		width: 100%;
	}
	.index-banner img:nth-of-type(1) {
		display: none;
	}
}
@media only screen and (max-width: 700px) {
	.index-banner {
		margin: 70px 0 0;
		height: 392px;
	}
	.index-banner .swiper-container .pagination {
		height: 20px;
		bottom: 20px;
	}
	.index-banner .swiper-container .pagination .swiper-pagination-switch {
		width: 10px;
		height: 10px;
		border-radius: 5px;
		margin: 0px 3px;
	}
}
@media only screen and (min-width: 992px) {
	header {
		background-color: rgba(0,0,0,0.3);
		z-index: 200;
	}
	header .logo img:nth-of-type(1) {
		display: none;
	}
	header .logo img:nth-of-type(2) {
		display: block;
	}
	.header-menu li h4 a,.header-two p a,header .header-en a,.header-search input {
		color: #FFFFFF;
	}
	.header-search input::-webkit-input-placeholder {
		color: #FFFFFF;
	}
	.header-search input:-ms-input-placeholder {
		color: #FFFFFF;
	}
	.header-search input:-moz-placeholder {
		color: #FFFFFF;
	}
	.header-search input::-moz-placeholder {
		color: #FFFFFF;
	}
	.header-menu .header-two {
		background-color: rgba(0,0,0,0.3);
	}
	.index-banner {
		height: 640px;
	}
	.index-banner img {
		width: 1350px;
		position: relative;
		left: 50%;
		margin-left: -675px;
	}
	.index-banner img:nth-of-type(2) {
		display: none;
	}
}
@media only screen and (min-width: 1300px) {
	.index-banner {
		height: 758px;
	}
	.index-banner img {
		width: 1600px;
		margin-left: -800px;
	}
}
@media only screen and (min-width: 1600px) {
	.index-banner {
		height: 910px;
	}
	.index-banner img {
		width: 1920px;
		margin-left: -960px;
	}
}
.video-masked {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 210;
	display: none;
}
.video-masked video {
	display: block;
	width: 1200px;
	margin: 130px auto;
}
.video-masked ul {
	width: 120px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.6);
	border-radius: 0 0 0 120px;
}
.video-masked ul li {
	width: 34px;
	height: 34px;
	overflow: hidden;
	position: relative;
	margin: 30px 0 0 60px;
	cursor: pointer;
}
.video-masked ul li:before,.video-masked ul li:after {
	content: '';
	display: block;
	width: 44px;
	height: 6px;
	border-radius: 3px;
	background-color: #FFFFFF;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -22px;
	transform: rotate(45deg);
}
.video-masked ul li:after {
	transform: rotate(-45deg);
}
@media only screen and (max-width: 991px) {
	.video-masked video {
		width: 700px;
		margin: 200px auto;
	}
}
@media only screen and (max-width: 750px) {
	.video-masked {
		padding: 0 10px;
	}
	.video-masked video {
		width: 100%;
		margin: 150px auto;
	}
	.video-masked ul {
		width: 60px;
		height: 60px;
		border-radius: 0 0 0 60px;
	}
	.video-masked ul li {
		width: 23px;
		height: 23px;
		margin: 10px 0 0 25px;
	}
	.video-masked ul li:before,.video-masked ul li:after {
		width: 24px;
		height: 4px;
		border-radius: 2px;
		margin: -2px 0 0 -12px;
	}
}
@media only screen and (min-width: 992px) {
	.video-masked video {
		width: 900px;
		margin: 130px auto;
	}
}
@media only screen and (min-width: 1300px) {
	.video-masked video {
		width: 1000px;
	}
}
@media only screen and (min-width: 1600px) {
	.video-masked video {
		width: 1200px;
	}
}
/*中国智造  信达全球*/
.index1 {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
}
.index1 .index1-title {
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}
.index1-title h2 {
	font-size: 42px;
	line-height: 45px;
	font-weight: bold;
	margin: 0 0 15px;
	color: #333333;
}
.index1 .index1-list {
	width: 100%;
	height: 466px;
	margin: 53px 0 0;
}
.index1-list .index1-box {
	width: 466px;
	height: 466px;
	overflow: hidden;
	float: left;
	margin-left: 51px;
	transition: box-shadow 0.5s;
	position: relative;
}
.index1-list .index1-box>img {
	width: 100%;
	transition: all 0.5s;
}
.index1-list .index1-box:hover {
	box-shadow: 0px 0px 25px rgba(0,0,0,0.3);
}
.index1-list .index1-box:hover>img {
	transform: scale(1.1);
}
.index1-list .index1-box:first-of-type {
	margin-left: 0px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 28px;
	padding: 60px 45px 0;
	background-color: #e60012;
	text-align: justify;
}
.index1-list .index1-box:first-of-type h3 {
	line-height: 45px;
	font-size: 42px;
	font-weight: bold;
	margin: 0 0 25px;
}
.index1-list .index1-box:first-of-type a {
	display: block;
	width: 100%;
	height: 75px;
	line-height: 75px;
	overflow: hidden;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #bb0122;
	text-align: center;
	margin: 70px 0 0;
}
.index1-list .index1-box:first-of-type a:hover {
	text-decoration: underline !important;
}
.index1-list .index1-video:before {
	content: '';
	display: block;
	width: 145px;
	height: 145px;
	border-radius: 73px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -72.5px 0 0 -72.5px;
	background-image: url(../img/vicon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	cursor: pointer;
	z-index: 2;
}
.index1-quality {
	width: 100%;
	height: 100px;
	overflow: hidden;
	background-image: url(../img/index1-3.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right center;
	position: absolute;
	left: 0px;
	top: 50%;
	margin: -50px 0 0;
	z-index: 2;
}
.index1-quality .index1-more {
	display: block;
	width: 165px;
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	overflow: hidden;
	background-color: #e60012;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin: 18px 33px;
	float: left;
}
.index1-quality .index1-txt {
	width: 105px;
	font-size: 18px;
	line-height: 22px;
	overflow: hidden;
	font-weight: bold;
	color: #808080;
	float: right;
	margin: 23px 50px 0 0;
}
.index1-quality .index1-txt h3 {
	font-size: 26px;
	line-height: 30px;
	color: #333333;
	font-weight: bold;
}
@media only screen and (max-width: 991px) {
	.index1 {
		padding: 65px 0;
	}
	.index1 .index1-title {
		font-size: 24px;
		line-height: 42px;
	}
	.index1-title h2 {
		font-size: 55px;
		line-height: 65px;
		margin: 0 0 20px;
	}
	.index1 .index1-list {
		height: auto;
		margin: 60px 0 0;
	}
	.index1-list .index1-box {
		width: 100%;
		height: auto;
		margin: 40px 0 0;
	}
	.index1-list .index1-box:first-of-type {
		font-size: 26px;
		line-height: 45px;
		padding: 65px 50px 95px;
		margin: 0;
	}
	.index1-list .index1-box:first-of-type h3 {
		line-height: 65px;
		font-size: 55px;
		margin: 0 0 35px;
	}
	.index1-list .index1-box:first-of-type a {
		height: 115px;
		line-height: 115px;
		font-size: 30px;
		margin: 60px 0 0;
	}
	.index1-list .index1-video:before {
		width: 145px;
		height: 145px;
		border-radius: 73px;
		margin: -72.5px 0 0 -72.5px;
	}
	.index1-quality {
		height: 146px;
		margin: -73px 0 0;
	}
	.index1-quality .index1-more {
		width: 240px;
		height: 95px;
		line-height: 95px;
		font-size: 26px;
		margin: 26px 48px;
	}
	.index1-quality .index1-txt {
		width: 155px;
		font-size: 26px;
		line-height: 30px;
		margin: 35px 75px 0 0;
	}
	.index1-quality .index1-txt h3 {
		font-size: 38px;
		line-height: 45px;
	}
}
@media only screen and (max-width: 700px) {
	.index1 {
		padding: 35px 0;
	}
	.index1 .index1-title {
		font-size: 12px;
		line-height: 20px;
	}
	.index1-title h2 {
		font-size: 28px;
		line-height: 32px;
		margin: 0 0 10px;
	}
	.index1 .index1-list {
		margin: 30px 0 0;
	}
	.index1-list .index1-box {
		margin: 20px 0 0;
	}
	.index1-list .index1-box:first-of-type {
		font-size: 14px;
		line-height: 22px;
		padding: 33px 25px 48px;
	}
	.index1-list .index1-box:first-of-type h3 {
		line-height: 33px;
		font-size: 28px;
		margin: 0 0 18px;
	}
	.index1-list .index1-box:first-of-type a {
		height: 55px;
		line-height: 55px;
		font-size: 16px;
		margin: 30px 0 0;
	}
	.index1-list .index1-video:before {
		width: 70px;
		height: 70px;
		border-radius: 35px;
		margin: -35px 0 0 -35px;
	}
	.index1-quality {
		height: 73px;
		margin: -36.5px 0 0;
	}
	.index1-quality .index1-more {
		width: 120px;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
		margin: 14px 24px;
	}
	.index1-quality .index1-txt {
		width: 80px;
		font-size: 14px;
		line-height: 16px;
		margin: 18px 35px 0 0;
	}
	.index1-quality .index1-txt h3 {
		font-size: 19px;
		line-height: 23px;
	}
}
@media only screen and (min-width: 992px) {
	.index1 {
		padding: 50px 0;
	}
	.index1 .index1-title {
		font-size: 14px;
		line-height: 20px;
	}
	.index1-title h2 {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 10px;
	}
	.index1 .index1-list {
		height: 300px;
		margin: 35px 0 0;
	}
	.index1-list .index1-box {
		width: 300px;
		height: 300px;
		margin-left: 35px;
	}
	.index1-list .index1-box:first-of-type {
		font-size: 12px;
		line-height: 20px;
		padding: 35px 30px 0;
	}
	.index1-list .index1-box:first-of-type h3 {
		line-height: 30px;
		font-size: 28px;
		margin: 0 0 15px;
	}
	.index1-list .index1-box:first-of-type a {
		height: 45px;
		line-height: 45px;
		font-size: 14px;
		margin: 30px 0 0;
	}
	.index1-list .index1-video:before {
		width: 90px;
		height: 90px;
		border-radius: 45px;
		margin: -45px 0 0 -45px;
	}
	.index1-quality {
		height: 62px;
		margin: -31px 0 0;
	}
	.index1-quality .index1-more {
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
		margin: 11px 20px;
	}
	.index1-quality .index1-txt {
		width: 75px;
		font-size: 14px;
		line-height: 18px;
		margin: 15px 30px 0 0;
	}
	.index1-quality .index1-txt h3 {
		font-size: 18px;
		line-height: 22px;
	}
}
@media only screen and (min-width: 1300px) {
	.index1 {
		padding: 65px 0;
	}
	.index1 .index1-title {
		font-size: 15px;
		line-height: 25px;
	}
	.index1-title h2 {
		font-size: 35px;
		line-height: 37px;
		margin: 0 0 13px;
	}
	.index1 .index1-list {
		height: 378px;
		margin: 44px 0 0;
	}
	.index1-list .index1-box {
		width: 378px;
		height: 378px;
		margin-left: 33px;
	}
	.index1-list .index1-box:first-of-type {
		font-size: 13px;
		line-height: 23px;
		padding: 49px 37px 0;
	}
	.index1-list .index1-box:first-of-type h3 {
		line-height: 37px;
		font-size: 35px;
		margin: 0 0 21px;
	}
	.index1-list .index1-box:first-of-type a {
		height: 61px;
		line-height: 61px;
		font-size: 17px;
		margin: 57px 0 0;
	}
	.index1-list .index1-video:before {
		width: 118px;
		height: 118px;
		border-radius: 59px;
		margin: -59px 0 0 -59px;
	}
	.index1-quality {
		height: 82px;
		margin: -41px 0 0;
	}
	.index1-quality .index1-more {
		width: 135px;
		height: 53px;
		line-height: 53px;
		font-size: 15px;
		margin: 15px 27px;
	}
	.index1-quality .index1-txt {
		width: 90px;
		font-size: 15px;
		line-height: 18px;
		margin: 19px 41px 0 0;
	}
	.index1-quality .index1-txt h3 {
		font-size: 22px;
		line-height: 25px;
	}
}
@media only screen and (min-width: 1600px) {
	.index1 {
		padding: 80px 0;
	}
	.index1 .index1-title {
		font-size: 18px;
		line-height: 30px;
	}
	.index1-title h2 {
		font-size: 42px;
		line-height: 45px;
		margin: 0 0 15px;
	}
	.index1 .index1-list {
		height: 466px;
		margin: 53px 0 0;
	}
	.index1-list .index1-box {
		width: 466px;
		height: 466px;
		margin-left: 51px;
	}
	.index1-list .index1-box:first-of-type {
		font-size: 16px;
		line-height: 28px;
		padding: 60px 45px 0;
	}
	.index1-list .index1-box:first-of-type h3 {
		line-height: 45px;
		font-size: 42px;
		margin: 0 0 25px;
	}
	.index1-list .index1-box:first-of-type a {
		height: 75px;
		line-height: 75px;
		font-size: 20px;
		margin: 70px 0 0;
	}
	.index1-list .index1-video:before {
		width: 145px;
		height: 145px;
		border-radius: 73px;
		margin: -72.5px 0 0 -72.5px;
	}
	.index1-quality {
		height: 100px;
		margin: -50px 0 0;
	}
	.index1-quality .index1-more {
		width: 165px;
		height: 65px;
		line-height: 65px;
		font-size: 18px;
		margin: 18px 33px;
	}
	.index1-quality .index1-txt {
		width: 105px;
		font-size: 18px;
		line-height: 22px;
		margin: 23px 50px 0 0;
	}
	.index1-quality .index1-txt h3 {
		font-size: 26px;
		line-height: 30px;
	}
}
/*首页行业应用*/
.index2 {
	width: 100%;
	overflow: hidden;
}
.index2 .swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index2 a {
	display: block;
	width: 100%;
	overflow: hidden;
	float: left;
	position: relative;
	background-color: #000000;
	text-align: center;
}
.index2 a>img {
	width: 100%;
	opacity: 0.5;
	transition: transform 0.5s;
}
.index2 a h3 {
	width: 100%;
	font-size: 42px;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -30px;
	z-index: 2;
}
.index2 a:hover>img {
	transform: scale(1.1);
}
.index2 a h3 img {
	margin-left: 20px;
}
.index2 .pagination {
	margin: 0;
}
@media only screen and (max-width: 991px) {
	.index2 {
		height: 580px;
	}
	.index2 a h3 {
		font-size: 48px;
		line-height: 60px;
		margin-top: -30px;
	}
	.index2 .swiper-container .swiper-wrapper {
		height: 524px;
	}
	.index2 .pagination {
		width: 100%;
		height: 20px;
		position: absolute;
		left: 0px;
		bottom: 0px;
		text-align: center;
	}
	.swiper-pagination-switch {
		display: inline-block;
		width: 20px;
		height: 20px;
		overflow: hidden;
		border-radius: 50%;
		background-color: #cccccc;
		margin: 0 2px;
		transform: scale(0.6);
	}
	.swiper-pagination-switch.swiper-active-switch {
		transform: scale(1);
		background-color: #e60012;
	}
}
@media only screen and (max-width: 700px) {
	.index2 {
		height: 300px;
	}
	.index2 .swiper-container .swiper-wrapper {
		height: 260px;
	}
	.swiper-pagination-switch {
		width: 12px;
		height: 12px;
	}
	.index2 a h3 {
		font-size: 24px;
		line-height: 30px;
		margin-top: -15px;
	}
	.index2 a h3 img {
		width: 8px;
	    margin-left: 10px;
	}
}
@media only screen and (min-width: 992px) {
	.index2 .swiper-container .swiper-wrapper {
		width: 100%;
		overflow: hidden;
	}
	.index2 .swiper-container .swiper-wrapper .swiper-slide {
		width: 33.33%;
		overflow: hidden;
	}
	.index2 .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(1),.index2 .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(2) {
		width: 50%;
	}
	.index2 .pagination {
		display: none;
	}
	.index2 a h3 {
		font-size: 28px;
		line-height: 40px;
		margin-top: -20px;
	}
	.index2 a:nth-of-type(1) h3,.index2 a:nth-of-type(2) h3 {
		font-size: 30px;
	}
	.index2 a h3 img {
		width: 10px;
		margin-left: 10px;
	}
}
@media only screen and (min-width: 1300px) {
	.index2 a h3 {
		font-size: 35px;
		line-height: 50px;
		margin-top: -25px;
	}
	.index2 a:nth-of-type(1) h3,.index2 a:nth-of-type(2) h3 {
		font-size: 39px;
	}
	.index2 a h3 img {
		width: 16px;
		margin-left: 17px;
	}
}
@media only screen and (min-width: 1600px) {
	.index2 a h3 {
		font-size: 42px;
		line-height: 60px;
		margin-top: -30px;
	}
	.index2 a:nth-of-type(1) h3,.index2 a:nth-of-type(2) h3 {
		font-size: 48px;
	}
	.index2 a h3 img {
		margin-left: 20px;
	}
}
/*产品中心*/
.index3 {
	width: 100%;
	overflow: hidden;
	padding: 75px 0 95px;
}
.index3 .index3-title {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
	color: #8c8c8c;
	text-align: center;
	margin: 0 0 50px;
}
.index3-title h2 {
	font-size: 48px;
	line-height: 60px;
	color: #333333;
	font-weight: bold;
	margin: 0 0 15px;
}
.index3 .index3-list {
	width: 100%;
	overflow: hidden;
}
.index3-list a {
	display: block;
	width: 50%;
	overflow: hidden;
	float: left;
}
.index3-list a .index3-img {
	width: 50%;
	overflow: hidden;
	background-color: #f8f8f8;
	float: left;
	text-align: center;
}
.index3-list a .index3-img img {
	width: 100%;
	transition: all 0.5s;
}
.index3-list a:hover .index3-img img {
	transform: scale(1.1);
}
.index3-list a .index3-txt {
	width: 50%;
	height: 375px;
	overflow: hidden;
	background-color: #555555;
	position: relative;
	float: left;
}
.index3-txt .index3-icon {
	width: 140px;
	height: 146px;
	overflow: hidden;
	position: absolute;
	left: -11px;
	top: -3px;
	opacity: 0.11;
}
.index3-icon img {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.5s;
}
.index3-icon img:nth-of-type(2) {
	opacity: 0;
}
.index3-txt h3 {
	width: 100%;
	height: 63px;
	font-size: 42px;
	line-height: 45px;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	position: relative;
	color: #FFFFFF;
	margin: 130px 0 0;
}
.index3-txt h3:after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -15px;
}
.index3-txt span {
	display: block;
	width: 250px;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
	background-color: #626262;
	margin: 80px auto 0;
}
.index3-list a:hover .index3-icon img:nth-of-type(1) {
	opacity: 0;
}
.index3-list a:hover .index3-icon img:nth-of-type(2) {
	opacity: 1;
}
.index3-list a:hover .index3-txt {
	background-color: #e60012;
}
.index3-list a:hover .index3-txt span {
	background-color: #bb0122;
}
@media only screen and (max-width: 991px) {
	.index3 {
		padding: 65px 0 0;
	}
	.index3 .container {
		width: 100%;
	}
	.index3 .index3-title {
		width: 680px;
		font-size: 24px;
		line-height: 42px;
		margin: 0 auto 50px;
	}
	.index3 .index3-title br {
		display: none;
	}
	.index3-title h2 {
		font-size: 55px;
		line-height: 60px;
		margin: 0 0 30px;
	}
	.index3-list a {
		width: 100%;
		height: 384px;
		float: none;
	}
	.index3-list a .index3-img {
		height: 100%;
	}
	.index3-list a:nth-of-type(2n) .index3-img {
		float: right;
	}
	.index3-list a .index3-txt {
		height: 100%;
	}
}
@media only screen and (max-width: 700px) {
	.index3 {
		padding: 35px 0 0;
	}
	.index3 .index3-title {
		width: 340px;
		font-size: 12px;
		line-height: 20px;
		margin: 0 auto 25px;
	}
	.index3-title h2 {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 15px;
	}
	.index3-list a {
		height: 188px;
	}
	.index3-txt .index3-icon {
		width: 70px;
		height: 73px;
	}
	.index3-txt h3 {
		height: 32px;
		font-size: 21px;
		line-height: 23px;
		margin: 65px 0 0;
	}
	.index3-txt h3:after {
		width: 20px;
		height: 2px;
		margin-left: -10px;
	}
	.index3-txt span {
		width: 125px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		margin: 40px auto 0;
	}
}
@media only screen and (min-width: 992px) {
	.index3 {
		padding: 50px 0 60px;
	}
	.index3 .index3-title {
		font-size: 12px;
		line-height: 20px;
		margin: 0 0 35px;
	}
	.index3-title h2 {
		font-size: 30px;
		line-height: 38px;
		margin: 0 0 10px;
	}
	.index3-list a:nth-of-type(3) .index3-img,.index3-list a:nth-of-type(4) .index3-img {
		float: right;
	}
	.index3-list a .index3-txt {
		height: 242.5px;
	}
	.index3-txt .index3-icon {
		width: 87px;
		height: 91px;
		left: -7px;
		top: -2px;
	}
	.index3-txt h3 {
		height: 40px;
		font-size: 28px;
		line-height: 30px;
		margin: 80px 0 0;
	}
	.index3-txt h3:after {
		width: 20px;
		height: 2px;
		margin-left: -10px;
	}
	.index3-txt span {
		width: 155px;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
		margin: 50px auto 0;
	}
}
@media only screen and (min-width: 1300px) {
	.index3 {
		padding: 61px 0 78px;
	}
	.index3 .index3-title {
		font-size: 12px;
		line-height: 21px;
		margin: 0 0 41px;
	}
	.index3-title h2 {
		font-size: 39px;
		line-height: 49px;
		margin: 0 0 13px;
	}
	.index3-list a .index3-txt {
		height: 300px;
	}
	.index3-txt .index3-icon {
		width: 115px;
		height: 120px;
		left: -11px;
		top: -3px;
	}
	.index3-txt h3 {
		height: 52px;
		font-size: 36px;
		line-height: 40px;
		margin: 110px 0 0;
	}
	.index3-txt h3:after {
		width: 26px;
		height: 3px;
		margin-left: -13px;
	}
	.index3-txt span {
		width: 205px;
		height: 42px;
		font-size: 12px;
		line-height: 42px;
		margin: 65px auto 0;
	}
}
@media only screen and (min-width: 1600px) {
	.index3 {
		padding: 75px 0 95px;
	}
	.index3 .index3-title {
		font-size: 14px;
		line-height: 25px;
		margin: 0 0 50px;
	}
	.index3-title h2 {
		font-size: 48px;
		line-height: 60px;
		margin: 0 0 15px;
	}
	.index3-list a .index3-txt {
		height: 375px;
	}
	.index3-txt .index3-icon {
		width: 140px;
		height: 146px;
		left: -11px;
		top: -3px;
	}
	.index3-txt h3 {
		height: 63px;
		font-size: 36px;
		line-height: 45px;
		margin: 130px 0 0;
	}
	.index3-txt h3:after {
		width: 30px;
		height: 3px;
		margin-left: -15px;
	}
	.index3-txt span {
		width: 250px;
		height: 50px;
		font-size: 18px;
		line-height: 50px;
		margin: 80px auto 0;
	}
}
/*新闻资讯*/
.index4 {
	width: 100%;
	overflow: hidden;
	padding: 75px 0 80px;
	background-color: #eeeeee;
}
.index4 h2 {
	font-size: 48px;
	line-height: 55px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.index4 .index4-list {
	width: 100%;
	height: 400px;
	margin: 55px 0 0;
}
.index4-list a {
	display: block;
	width: 334.5px;
	overflow: hidden;
	float: left;
	transition: all 0.5s;
}
.index4-list a .index4-img {
	width: 100%;
	height: 190px;
	overflow: hidden;
}
.index4-list a .index4-img img {
	width: 100%;
	transition: all 0.5s;
}
.index4-list a .index4-h {
	width: 100%;
	height: 80px;
	color: #FFFFFF;
	padding: 10px 35px 10px 20px;
	overflow: hidden;
	background-color: #c4c4c4;
	transition: all 0.5s;
	position: relative;
}
.index4-list a .index4-h:after {
	content: '';
	display: block;
	width: 10px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 18px;
	bottom: 18px;
	background: url(../img/index4.png) no-repeat center center;
	background-size: 100%;
}
.index4-h h3 {
	width: 100%;
	font-size: 24px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index4-list a .index4-txt {
	width: 100%;
	height: 130px;
	overflow: hidden;
	padding: 17px 20px;
	background-color: #FFFFFF;
}
.index4-txt strong {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 15px;
	color: #adacac;
	font-family: arial;
	overflow: hidden;
	margin: 0 0 18px;
}
.index4-txt p {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	color: #adacac;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index4-list a:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.index4-list a:hover .index4-img img {
	transform: scale(1.1);
}
.index4-list a:hover .index4-h {
	background-color: #e60012;
}
@media only screen and (max-width: 991px) {
	.index4 {
		padding: 80px 0 10px;
	}
	.index4 h2 {
		font-size: 55px;
		line-height: 60px;
	}
	.index4 .index4-list {
		height: auto;
		margin: 60px 0 0;
	}
	.index4-list a {
		width: 100%;
		margin: 0 0 40px;
	}
	.index4-list a .index4-img {
		height: 380px;
	}
	.index4-list a .index4-h {
		height: 160px;
		padding: 20px 70px 20px 40px;
	}
	.index4-list a .index4-h:after {
		width: 20px;
		height: 30px;
		right: 35px;
		bottom: 35px;
	}
	.index4-h h3 {
		font-size: 48px;
		line-height: 56px;
		height: 112px;
	}
	.index4-list a .index4-txt {
		height: 260px;
		padding: 35px 40px;
	}
	.index4-txt strong {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 35px;
	}
	.index4-txt p {
		font-size: 28px;
		line-height: 48px;
		height: 96px;
	}
}
@media only screen and (max-width: 700px) {
	.index4 {
		padding: 40px 0 5px;
	}
	.index4 h2 {
		font-size: 28px;
		line-height: 30px;
	}
	.index4 .index4-list {
		margin: 30px 0 0;
	}
	.index4-list a {
		margin: 0 0 20px;
	}
	.index4-list a .index4-img {
		height: 190px;
	}
	.index4-list a .index4-h {
		height: 80px;
		padding: 10px 35px 10px 20px;
	}
	.index4-list a .index4-h:after {
		width: 10px;
		height: 15px;
		right: 18px;
		bottom: 18px;
	}
	.index4-h h3 {
		font-size: 24px;
		line-height: 28px;
		height: 56px;
	}
	.index4-list a .index4-txt {
		height: 130px;
		padding: 18px 20px;
	}
	.index4-txt strong {
		font-size: 14px;
		line-height: 15px;
		margin: 0 0 18px;
	}
	.index4-txt p {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}
}
@media only screen and (min-width: 992px) {
	.index4 {
		padding: 50px 0;
	}
	.index4 h2 {
		font-size: 28px;
		line-height: 35px;
	}
	.index4 .index4-list {
		height: 260px;
		margin: 35px 0 0;
	}
	.index4-list a {
		width: 220px;
	}
	.index4-list a:nth-of-type(1),.index4-list a:nth-of-type(2),.index4-list a:nth-of-type(3) {
		margin-right: 30px;
	}
	.index4-list a .index4-img {
		height: 120px;
	}
	.index4-list a .index4-h {
		height: 54px;
		padding: 7px 25px 7px 15px;
	}
	.index4-list a .index4-h:after {
		width: 7px;
		height: 10px;
		right: 12px;
		bottom: 12px;
	}
	.index4-h h3 {
		font-size: 15px;
		line-height: 20px;
		height: 40px;
	}
	.index4-list a .index4-txt {
		height: 90px;
		padding: 10px 15px;
	}
	.index4-txt strong {
		font-size: 12px;
		line-height: 15px;
		margin: 0 0 10px;
	}
	.index4-txt p {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
}
@media only screen and (min-width: 1300px) {
	.index4 {
		padding: 65px 0;
	}
	.index4 h2 {
		font-size: 40px;
		line-height: 45px;
	}
	.index4 .index4-list {
		height: 325px;
		margin: 45px 0 0;
	}
	.index4-list a {
		width: 272px;
	}
	.index4-list a:nth-of-type(1),.index4-list a:nth-of-type(2),.index4-list a:nth-of-type(3) {
		margin-right: 37.33px;
	}
	.index4-list a .index4-img {
		height: 155px;
	}
	.index4-list a .index4-h {
		height: 65px;
		padding: 8px 35px 8px 20px;
	}
	.index4-list a .index4-h:after {
		width: 8px;
		height: 12px;
		right: 15px;
		bottom: 15px;
	}
	.index4-h h3 {
		font-size: 20px;
		line-height: 24px;
		height: 48px;
	}
	.index4-list a .index4-txt {
		height: 110px;
		padding: 14px 17px;
	}
	.index4-txt strong {
		margin: 0 0 15px;
	}
}
@media only screen and (min-width: 1600px) {
	.index4 {
		padding: 75px 0 80px;
	}
	.index4 h2 {
		font-size: 48px;
		line-height: 55px;
	}
	.index4 .index4-list {
		height: 400px;
		margin: 55px 0 0;
	}
	.index4-list a {
		width: 334.5px;
	}
	.index4-list a:nth-of-type(1),.index4-list a:nth-of-type(2),.index4-list a:nth-of-type(3) {
		margin-right: 54px;
	}
	.index4-list a .index4-img {
		height: 190px;
	}
	.index4-list a .index4-h {
		height: 80px;
		padding: 10px 35px 10px 20px;
	}
	.index4-list a .index4-h:after {
		width: 10px;
		height: 15px;
		right: 18px;
		bottom: 18px;
	}
	.index4-h h3 {
		font-size: 24px;
		line-height: 28px;
		height: 56px;
	}
	.index4-list a .index4-txt {
		height: 130px;
		padding: 17px 20px;
	}
	.index4-txt strong {
		font-size: 14px;
		margin: 0 0 18px;
	}
	.index4-txt p {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}
}