.index-banner {
	margin: 100px 0 0;
	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: #00AEF0;
}
@media only screen and (max-width: 991px) {
	.index-banner {
		margin: 140px 0 0;
		height: 200px;
	}
	.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: 200px;
	}
	.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(255,255,255,1);
		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: #666666;
	}
	.header-search input::-webkit-input-placeholder {
		color: #666666;
	}
	.header-search input:-ms-input-placeholder {
		color: #666666;
	}
	.header-search input:-moz-placeholder {
		color: #666666;
	}
	.header-search input::-moz-placeholder {
		color: #666666;
	}
	.header-menu .header-two {
		background-color: rgba(255,255,255,1);
	}
	.index-banner {
		height: 200px;
	}
	.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;
	}
}
@media only screen and (min-width: 1921px) {
	.index-banner img {
		width: 100%;
		margin-left: 0px;
		left: 0px;
	}
}
.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 0 0;
}
.index1 .about-l {
	width:45%;
	float:left;
	color: #c7c7c7;
	position: relative;
	z-index: 2
}

.index1 .about-l:after {
	content: "";
	position: absolute;
	background:#00AEF0;
	width: 430px;
	height: 240px;
	bottom: -20px;
	left: -20px;
	z-index: -1
}

.index1 .about-l .h4:before {
	content: "";
	position: absolute;
	border-top: 3px solid #fff;
	width: 40px;
	top: -20px;
	left: 0
}

.index1 .about-r {
	width: 50%;
	height: 443px;
	background:#00AEF0;
	float: right;
	padding: 60px 60px 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px
}
.index1 .sitename {
	font-size: 22px;
	font-weight: 700;
	margin-bottom:30px;
}
.index1 .about_link {
	display: inline-block;
	line-height: 40px;
	background: #015CB5;
	text-align: center;
	color: #fff;
	margin-top:50px;
	font-size: 13px;
	padding: 0 20px
}
@media only screen and (max-width: 991px) {
	.index1 {
		padding: 65px 0;
	}
	.index1 .about-l {
		display:none;
	}
	.index1 .about-r {
		width:100%;
	height: 510px;
		float:none;	
	padding:20px;
	}
}
@media only screen and (max-width: 700px) {
	.index1 {
		padding: 35px 0;
	}
	.index1 .about-l {
		display:none;
	}
	.index1 .about-r {
		width:100%;
	height: 510px;
		float:none;	
	padding:20px;
	}
}

/*首页行业应用*/
.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: 1;
	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: 380px;
	}
	.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: #00AEF0;
	}
}
@media only screen and (max-width: 700px) {
	.index2 {
		height: 180px;
	}
	.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: 100%;
		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: 100%;
	}
	.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: 24%;
	margin:0 0.5%;
	overflow: hidden;
	float: left;
}
.index3-list a .index3-img {
	width: 100%;
	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: 100%;
	height: 50px;
	overflow: hidden;
	background-color: #00AEF0;
	float: left;
}
.index3-txt h3 {
	width: 100%;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

@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: 48%;
		height: 284px;
		margin:10px 1%;
		float: left;
	}
	.index3-list a .index3-txt {
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-color: #00AEF0;
	float: left;
}
.index3-txt h3 {
	width: 100%;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
}
@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: 248px;
	}
	.index3-list a .index3-txt {
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-color: #00AEF0;
	float: left;
}
.index3-txt h3 {
	width: 100%;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
}
@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 .index3-txt {
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-color: #00AEF0;
	float: left;
}
.index3-txt h3 {
	width: 100%;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
	
}
@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: 40px;
	}
	.index3-txt h3 {
		height: 40px;
		font-size: 22px;
		line-height: 40px;
	}
	
}
@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: 50px;
	}
	.index3-txt h3 {
		height: 50px;
		font-size: 16px;
		line-height: 50px;
	}
	
}
/*新闻资讯*/
.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: #00AFE0;
	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(../image/index4.png) no-repeat center center;
	background-size: 100%;
}
.index4-h h3 {
	width: 100%;
	font-size: 18px;
	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: #00AEF0;
}
@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;
		height:520px;
		overflow: hidden;
	}
	.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: 14px;
		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: 18px;
		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: 20px;
		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;
	}
}