﻿.baise {
	color: #fff !important;
}

.baise_bj{
	background: #fff !important;
}

.huise {
	color: #eee !important;
}

/* 产品展示 */
.ipro {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
	background-size: auto;
	background-size: cover;
}

.ipro_nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 40px;
}

.ipro_nav a {
	display: inline-block;
	background: #0c1d65;
	color: #fff;
	letter-spacing: 1px;
	padding: 10px 30px;
	margin: 10px 10px;
	border-radius: 5px;
}

.ipro_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin: 30px auto 0;
}

.ipro_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
}

.ipro_list .ipro_list_img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ipro_list .ipro_list_img img {
	width: 100%;
}

.ipro_list .ipro_list_img a {
	display: block;
}

.ipro_list:hover img {
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}

.ipro_list_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ipro_list_txt a {
	display: block;
}

.ipro_list_txt span {
	position: relative;
	display: block;
	line-height: 60px;
	padding: 0 20px;
	background: #f5f5f5;
	font-size: 18px;
}

.ipro_list_txt span i {
	float: right;
	color: #0c1d65;
}

.ipro_list_txt span::before {
	content: "";
	position: absolute;
	width: 0px;
	height: 2px;
	left: 0px;
	bottom: 0;
	background: #0c1d65;
	transition: all 0.36s ease-in-out;
}

.ipro_list:hover .ipro_list_txt span::before {
	width: 100%;
}


/* 首页关于我们 */
.iabout {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/iabout_bj.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0;
}

.iabout_left {
	float: left;
	width: calc(100% - 650px);
	height: auto;
	overflow: hidden;
}

.iabout_right {
	float: right;
	width: 600px;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.iabout_right img {
	max-width: 100%;
	border: 10px solid #fff;
}

.iabout_en {
	color: #0c1d65;
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
}

.iabout_cn {
	color: #111;
	font-size: 56px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.iabout_des {
	font-size: 24px;
	color: #8d8d8d80;
	font-weight: normal;
	margin-bottom: 20px;
}

.iabout_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 35px;
	color: #333;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.iabout_btn {
	margin: 50px 0;
	width: 200px;
	line-height: 50px;
	text-align: center;
	background: url(../images/iabout_btn.jpg) no-repeat center;
	color: #fff;
}

.iabout_btn a {
	display: block;
}

.iabout_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

/* 数字轮播 */
.shuzi_box {
	width: 100%;
	height: auto;

	padding: 20px 0px;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}

.shuzi_list {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	cursor: pointer;

	padding-bottom: 50%;
	background: #fff;
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.17);

	transition: all 0.3s ease-in-out;
}

.shuzi_list:hover {
	background: #0c1d65;
}

.shuzi_ge {
	/* display: none; */
	width: 1px;
	height: 88px;
	background: #b7b7b7;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.shuzi_list_main {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.shuzi_img {
	position: absolute;
	right: 30px;
	top: -30px;
}

.shuzi_img i {
	font-size: 56px;
	color: #e62129;
}

.shuzi_t1 {
	color: #333;

	/* background-image: -webkit-linear-gradient(to right, #2ea7e0, #e62129);
	background-image: linear-gradient(to right, #2ea7e0, #e62129);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */

	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: center;
}

.shuzi_t2 {
	color: #333;
}

.shuzi_s1 {
	color: #0c1d65;
	font-size: 60px;
	font-weight: 700;
	line-height: 80px;
	/* letter-spacing: -0.05em; */
	font-family: impact;
	margin-right: 10px;
}

.shuzi_t2 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 10px;
	opacity: 1;
	text-transform: uppercase;
}

.shuzi_list:hover .shuzi_s1{
	color: #fff;
}
.shuzi_list:hover .shuzi_t1{
	color: #fff;
}
.shuzi_list:hover .shuzi_t2 {
	color: #fff;
}


/* 首页优势 */

.iyoushi {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
}

.iyoushi_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;

	margin-top: 50px;
}

.iyoushi_list {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
	padding: 30px;
}

.iyoushi_list .l1 {position: absolute;top: 0;left: 0;width: 0;height: 1px;background: #0c1d65;transition: all 0.3s ease 0s;}
.iyoushi_list .l2 {position: absolute;top: 0;right: 0;width: 1px;height: 0;background: #0c1d65;transition: all 0.3s ease 0s;}
.iyoushi_list .l3 {position: absolute;bottom: 0;right: 0;width: 0;height: 1px;background: #0c1d65;transition: all 0.3s ease 0s;}
.iyoushi_list .l4 {position: absolute;bottom: 0;left: 0;width: 1px;height: 0;background: #0c1d65;transition: all 0.3s ease 0s;}

.iyoushi_list:hover .l1{width:100%;}
.iyoushi_list:hover .l2{height:100%;}
.iyoushi_list:hover .l3{width:100%;}
.iyoushi_list:hover .l4{height:100%;}

.iyoushi_ico {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.iyoushi_ico i {
	font-size: 50px;
}

.iyoushi_ico img {
	max-width: 50px;
	display: block;
	margin: 30px auto;
}

.iyoushi_name {
	position: relative;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #111;
}

.iyoushi_name::before {
	content: "";
	width: 30px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #e62129;
}

.iyoushi_txt {
	text-align: center;
	line-height: 24px;
	font-size: 15px;
	color: #666;
}

/* 合作客户 */

.ikehu {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
	background: url(../images/ikehu_bj.jpg) no-repeat center;
	background-size: cover;
}


.ikehu_box {
	padding: 0px;
	margin-top: 50px;
	position: relative;
}

.ikehu_box .swiper-container {
	width: 100%;
	overflow: hidden;
}

.ikehu_box .swiper-slide .pic {
	width: 100%;
}

.ikehu_box .swiper-slide .pic .imgauto {
	background: #fff;
	float: left;
	height: auto;
	overflow: hidden;
	border: 5px solid #fff;
	width: 100%;
}

.ikehu_box .swiper-slide .pic .imgauto img {
	transform: scale(1);
	transition: .5s;
	width: 100%;
	max-width: 100%;
}


.ikehu_box .swiper-slide .pic .imgauto:hover img {
	transform: scale(1.1);
	transition: .5s;
	width: 100%;
	max-width: 100%;
}


.ikehu_box .swiper-slide .pic span {
	display: block;
	width: 100%;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	background: #f5f5f5;
}


.ikehu_box .next {
	cursor: pointer;
	outline: 0;
	left: -60px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	text-align: center;
	background: #f5f5f5;
	border-radius: 50%;
	transition: .5s;
}

.ikehu_box .prev {
	cursor: pointer;
	outline: 0;
	right: -60px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	text-align: center;
	background: #f5f5f5;
	border-radius: 50%;
	transition: .5s;
}

.ikehu_box .prev i,
.ikehu_box .next i {
	font-size: 22px;
	font-weight: 600;
}

.ikehu_box .prev:hover,
.ikehu_box .next:hover {
	background: #0c1d65;
	color: #fff;
}



/* 首页新闻 */
.inews {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
	background: #f5f5f5;
}

.inews_box{
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin-top: 50px;
}

.inews_left{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.inews_left img{
	max-width: 100%;
}

.inews_main{
	position: relative;
	padding: 30px;
	background: #fff;
}


.inews_title_h1{
	color: #111;
	font-size: 18px;
	/* font-weight: 600; */
	margin-bottom: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.inews_title{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	/* font-weight: 600; */
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #111;
}

.inews_date{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	position: relative;
	bottom: 0px;
}

.inews_main:hover{
	background: #0c1d65;
}

.inews_main:hover .inews_title_h1{
	color: #fff;
}
.inews_main:hover .inews_title{
	color: #fff;
}
.inews_main:hover .inews_date{
	color: #fff;
}


.inews_right{
	width: 100%;
	height: auto;
	overflow: hidden;
	
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}





@media screen and (max-width:1200px) {
	
	/* 产品展示 */
	.ipro {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background-size: auto;
		background-size: cover;
	}
	
	.ipro_nav {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		margin-top: 10px;
	}
	
	.ipro_nav a {
		font-size: 14px;
		display: inline-block;
		background: #0c1d65;
		color: #fff;
		letter-spacing: 1px;
		padding: 5px 10px;
		margin: 3px;
		border-radius: 5px;
	}
	
	.ipro_box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		margin: 10px auto 0;
	}
	
	.ipro_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 1px solid #e7e7e7;
		box-sizing: border-box;
	}
	
	.ipro_list .ipro_list_img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.ipro_list .ipro_list_img img {
		width: 100%;
	}
	
	.ipro_list .ipro_list_img a {
		display: block;
	}
	
	.ipro_list:hover img {
		-moz-transform: scale(1.15, 1.15);
		-ms-transform: scale(1.15, 1.15);
		-o-transform: scale(1.15, 1.15);
		-webkit-transform: scale(1.15, 1.15);
		transform: scale(1.15, 1.15);
	}
	
	.ipro_list_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.ipro_list_txt a {
		display: block;
	}
	
	.ipro_list_txt span {
		position: relative;
		display: block;
		line-height: 30px;
		padding: 0 10px;
		background: #f5f5f5;
		font-size: 14px;
		text-align: center;
	}
	
	.ipro_list_txt span i {
		display: none;
		
		float: right;
		color: #0c1d65;
	}
	
	.ipro_list_txt span::before {
		content: "";
		position: absolute;
		width: 0px;
		height: 2px;
		left: 0px;
		bottom: 0;
		background: #0c1d65;
		transition: all 0.36s ease-in-out;
	}
	
	.ipro_list:hover .ipro_list_txt span::before {
		width: 100%;
	}
	
	
	/* 首页关于我们 */
	.iabout {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: url(../images/iabout_bj.jpg) no-repeat center center;
		background-size: cover;
		padding: 30px 0;
	}
	
	.iabout_left {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.iabout_right {
		float: right;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 0px;
	}
	
	.iabout_right img {
		max-width: 100%;
		border: 10px solid #fff;
	}
	
	.iabout_en {
		color: #0c1d65;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.iabout_cn {
		color: #111;
		font-size: 26px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	
	.iabout_des {
		font-size: 14px;
		color: #8d8d8d80;
		font-weight: normal;
		margin-bottom: 10px;
	}
	
	.iabout_txt {
		font-size: 14px;
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 24px;
		color: #333;
		-webkit-line-clamp: 5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	
	.iabout_btn {
		margin: 20px 0;
		width: 200px;
		line-height: 40px;
		text-align: center;
		background: url(../images/iabout_btn.jpg) no-repeat center;
		color: #fff;
	}
	
	.iabout_btn a {
		display: block;
	}
	
	.iabout_box {
		width: 100%;
		height: auto;
		/* overflow: hidden; */
		position: relative;
	}
	
	/* 数字轮播 */
	.shuzi_box {
		width: 100%;
		height: auto;
	
		padding: 20px 0px;
	
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
	
	.shuzi_list {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		cursor: pointer;
	
		padding-bottom: 90%;
		background: #fff;
		box-shadow: 0 10px 10px -5px rgb(0 0 0 / 17%);
	
		transition: all 0.3s ease-in-out;
	}
	
	.shuzi_list:hover {
		background: #0c1d65;
	}
	
	.shuzi_ge {
		/* display: none; */
		width: 1px;
		height: 88px;
		background: #b7b7b7;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	
	.shuzi_list_main {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.shuzi_img {
		position: absolute;
		right: 20px;
		top: -20px;
	}
	
	.shuzi_img i {
		font-size: 46px;
		color: #e62129;
	}
	
	.shuzi_t1 {
		color: #333;
	
		/* background-image: -webkit-linear-gradient(to right, #2ea7e0, #e62129);
		background-image: linear-gradient(to right, #2ea7e0, #e62129);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent; */
	
		font-size: 16px;
		font-weight: 400;
		line-height: 36px;
		letter-spacing: 0em;
		text-align: center;
	}
	
	.shuzi_t2 {
		color: #333;
	}
	
	.shuzi_s1 {
		color: #0c1d65;
		font-size: 46px;
		font-weight: 700;
		line-height: 60px;
		/* letter-spacing: -0.05em; */
		font-family: impact;
		margin-right: 10px;
	}
	
	.shuzi_t2 {
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 1px;
		text-align: center;
		margin-top: 10px;
		opacity: 1;
		text-transform: uppercase;
	}
	
	.shuzi_list:hover .shuzi_s1{
		color: #fff;
	}
	.shuzi_list:hover .shuzi_t1{
		color: #fff;
	}
	.shuzi_list:hover .shuzi_t2 {
		color: #fff;
	}
	
	
	/* 首页优势 */
	
	.iyoushi {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
	}
	
	.iyoushi_box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	
		margin-top: 10px;
	}
	
	.iyoushi_list {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #f5f5f5;
		padding: 10px;
	}
	
	.iyoushi_list .l1 {position: absolute;top: 0;left: 0;width: 0;height: 1px;background: #0c1d65;transition: all 0.3s ease 0s;}
	.iyoushi_list .l2 {position: absolute;top: 0;right: 0;width: 1px;height: 0;background: #0c1d65;transition: all 0.3s ease 0s;}
	.iyoushi_list .l3 {position: absolute;bottom: 0;right: 0;width: 0;height: 1px;background: #0c1d65;transition: all 0.3s ease 0s;}
	.iyoushi_list .l4 {position: absolute;bottom: 0;left: 0;width: 1px;height: 0;background: #0c1d65;transition: all 0.3s ease 0s;}
	
	.iyoushi_list:hover .l1{width:100%;}
	.iyoushi_list:hover .l2{height:100%;}
	.iyoushi_list:hover .l3{width:100%;}
	.iyoushi_list:hover .l4{height:100%;}
	
	.iyoushi_ico {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.iyoushi_ico i {
		font-size: 50px;
	}
	
	.iyoushi_ico img {
		max-width: 40px;
		display: block;
		margin: 20px auto;
	}
	
	.iyoushi_name {
		position: relative;
		text-align: center;
		font-size: 16px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		color: #111;
	}
	
	.iyoushi_name::before {
		content: "";
		width: 30px;
		height: 2px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background: #e62129;
	}
	
	.iyoushi_txt {
		text-align: center;
		line-height: 20px;
		font-size: 14px;
		color: #666;
	}
	
	/* 合作客户 */
	
	.ikehu {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: url(../images/ikehu_bj.jpg) no-repeat center;
		background-size: cover;
	}
	
	
	.ikehu_box {
		padding: 0px;
		margin-top: 10px;
		position: relative;
	}
	
	.ikehu_box .swiper-container {
		width: 100%;
		overflow: hidden;
	}
	
	.ikehu_box .swiper-slide .pic {
		width: 100%;
	}
	
	.ikehu_box .swiper-slide .pic .imgauto {
		background: #fff;
		float: left;
		height: auto;
		overflow: hidden;
		border: 5px solid #fff;
		width: 100%;
	}
	
	.ikehu_box .swiper-slide .pic .imgauto img {
		transform: scale(1);
		transition: .5s;
		width: 100%;
		max-width: 100%;
	}
	
	
	.ikehu_box .swiper-slide .pic .imgauto:hover img {
		transform: scale(1.1);
		transition: .5s;
		width: 100%;
		max-width: 100%;
	}
	
	
	.ikehu_box .swiper-slide .pic span {
		display: block;
		width: 100%;
		line-height: 45px;
		text-align: center;
		font-size: 16px;
		background: #f5f5f5;
	}
	
	
	.ikehu_box .next {
		cursor: pointer;
		outline: 0;
		left: -60px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 4;
		text-align: center;
		background: #f5f5f5;
		border-radius: 50%;
		transition: .5s;
	}
	
	.ikehu_box .prev {
		cursor: pointer;
		outline: 0;
		right: -60px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 4;
		text-align: center;
		background: #f5f5f5;
		border-radius: 50%;
		transition: .5s;
	}
	
	.ikehu_box .prev i,
	.ikehu_box .next i {
		font-size: 22px;
		font-weight: 600;
	}
	
	.ikehu_box .prev:hover,
	.ikehu_box .next:hover {
		background: #0c1d65;
		color: #fff;
	}
	
	
	
	/* 首页新闻 */
	.inews {
		position: relative;
		z-index: 3;
	
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		background: #f5f5f5;
	}
	
	.inews_box{
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
		margin-top: 10px;
	}
	
	.inews_left{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.inews_left img{
		max-width: 100%;
	}
	
	.inews_main{
		position: relative;
		padding: 20px;
		background: #fff;
	}
	
	
	.inews_title_h1{
		color: #111;
		font-size: 16px;
		/* font-weight: 600; */
		margin-bottom: 10px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	
	.inews_title{
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 16px;
		/* font-weight: 600; */
		margin-bottom: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		color: #111;
	}
	
	.inews_date{
		font-size: 12px;
		color: #999;
		line-height: 24px;
		position: relative;
		bottom: 0px;
	}
	
	.inews_main:hover{
		background: #0c1d65;
	}
	
	.inews_main:hover .inews_title_h1{
		color: #fff;
	}
	.inews_main:hover .inews_title{
		color: #fff;
	}
	.inews_main:hover .inews_date{
		color: #fff;
	}
	
	
	.inews_right{
		width: 100%;
		height: auto;
		overflow: hidden;
		
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
	
}