
.baise{
	color: #fff !important;
}
.mgt{
	margin: 0px auto !important;
}
.mt50{
	margin-top: 50px;
}

.ge{
	width: 80px;
	height: 4px;
	background: #fe9628;
	margin: 10px auto;
}
.ititle_en{
	font-size: 26px;
	color: #eee;
	line-height: 26px;
	margin: 20px auto;
	text-transform: uppercase;
	font-weight: bold;
}

.ititle_cn{
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
}

.ititle_des{
	width: 50%;
	font-size: 16px;
	line-height: 26px;
	color: #999;
	margin: 10px auto;
}


/* 优势 */

.iyoushi{
	margin: 50px auto;
}

.iyoushi_list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 100px;
	
	margin: 50px auto;
}

.iyoushi_box{
	position: relative;
	width: 100%;
	height: auto;
	/* overflow: hidden; */
}

.iyoushi_box_yuanquan{
	width: 180px;
	height: 180px;
	/* border: 1px solid #005fd5; */
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	position: relative;
	margin: 0px auto;
}

.iyoushi_box_yuanquan i{
	font-size: 80px;
	/* color: #005fd5; */
	color: #999;
}
.iyoushi_box span{
	display: block;
}
.iyoushi_box_title{
	font-size: 20px;
	/* color: #005fd5; */
	color: #999;
}
.iyoushi_box_num{
	position: absolute;
	width: 40px;
	height: 40px;
	background: #fff;
	left: 160px;
	top: 130px;
	font-size: 30px;
	color: #dddddd;
	/* color: #ffa242; */
	font-weight: bold;
	text-align: center;
}

.iyoushi_box_txt{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 30px;
	color: #333;
}

/* 优势悬停 */
.iyoushi_box:hover .iyoushi_box_yuanquan{
	border: 1px solid #005fd5;
}

.iyoushi_box:hover .iyoushi_box_yuanquan i{
	color: #005fd5;
}
.iyoushi_box span{
	display: block;
}
.iyoushi_box:hover .iyoushi_box_title{
	color: #005fd5;
}
.iyoushi_box:hover .iyoushi_box_num{
	color: #ffa242;
}


/* 产品 */
.iproduct{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/product_bj.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0;
}

.iproduct_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}
.iproduct_list ul li{
	float: left;
}
.iproduct_list li{
	float: left;
	width: calc(25% - 15px);
	height: auto;
	min-height: 230px;
	overflow: hidden;
	background: #fff;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	
	/* border: 1px solid #fff; */
	box-sizing: border-box;
	
}
.iproduct_list li img{
	/* position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%,-50%); */
	margin: 0px auto;
	max-width: 100%;
}
.iproduct_list li:nth-child(4n+4){
	margin-right: 0;
}

.iproduct_list li:hover{
	/* border: 1px solid #005fd5; */
	box-sizing: border-box;
	box-shadow: 0 3px 10px rgba(0,0,0,.15);
	
}

.iproduct_list li span{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 45px;
	/* position: absolute;
	bottom: 0; */
	background: #efefef;
}

.more{
	padding: 10px 50px;
	color: #005fd5;
	border: 1px solid #005fd5;
	border-radius: 30px;
	display: inline-block;
}

/* 关于 */
.iabout{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
}
.iabout_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}
.iabout_left{
	float: left;
	width: 440px;
	height: auto;
	overflow: hidden;
	margin-right: 60px;
}
.iabout_left img{
	max-width: 100%;
}

.iabout_right{
	float: left;
	width: calc(100% - 500px);
	height: auto;
	min-height: 330px;
	overflow: hidden;
	
	position: relative;
}
.iabout_right p{
	font-size: 18px;
	line-height: 30px;
	color: #666;
}

.zhuangshi{
	position: absolute;
	right: 0;
	bottom: 0;
}


/* 联系 */
.icontact{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/contact_bj.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0;
}
.icontact_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}
.icontact_list ul li{
	float: left;
}
.icontact_list li{
	width: calc(100% / 3 - 27.5px);
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 30px;
	margin-right: 40px;
	margin-bottom: 10px;
}
.icontact_list li:nth-child(3n+3){
	margin-right: 0;
}
.icontact_list li img{
	float: left;
	margin-right: 20px;
}
.icontact_list li span{
	display: block;
	line-height: 25px;
	color: #333;
}


/* 新闻 */
.inews{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
}

.inews_title{
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 20px;
}
.inews_title span{
	float: right;
	font-weight: 500;
}
.inews_title span a{
	color: #999;
	font-size: 16px;
}
.inews_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}


.inews_left{
	float: left;
	width: 30%;
	height: auto;
	overflow: hidden;
	margin-right: 3%;
}
.inews_left_box{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.inews_left_box img{
	width: 100%;
}

.inews_center{
	float: left;
	width: 32%;
	height: auto;
	overflow: hidden;
	margin-right: 3%;
}
.inews_list_box{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.inews_list_box ul li{
	float: left;
}
.inews_list_box li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-top: 16px;
	padding-bottom: 16px;
}
.inews_list_box li span{
	float: right;
	color: #999;
}

.inews_right{
	float: left;
	width: 32%;
	height: auto;
	overflow: hidden;
}

@media (max-width: 1200px) {
	
	.mt50{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.ge{
		width: 80px;
		height: 4px;
		background: #fe9628;
		margin: 10px auto;
	}
	.ititle_en{
		font-size: 20px;
		color: #eee;
		line-height: 26px;
		margin: 10px auto;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	.ititle_cn{
		font-size: 20px;
		line-height: 26px;
		font-weight: bold;
	}
	
	.ititle_des{
		width: 100%;
		font-size: 14px;
		line-height: 26px;
		color: #999;
		margin: 10px auto;
	}
	
	
	/* 优势 */
	
	.iyoushi{
		margin: 30px auto;
	}
	
	.iyoushi_list{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		
		margin: 30px auto;
	}
	
	.iyoushi_box{
		position: relative;
		width: 100%;
		height: auto;
		/* overflow: hidden; */
	}
	
	.iyoushi_box_yuanquan{
		width: 100px;
		height: 100px;
		/* border: 1px solid #005fd5; */
		border: 1px solid #e2e2e2;
		border-radius: 50%;
		position: relative;
		margin: 0px auto;
	}
	
	.iyoushi_box_yuanquan i{
		font-size: 40px;
		/* color: #005fd5; */
		color: #999;
	}
	.iyoushi_box span{
		display: block;
	}
	.iyoushi_box_title{
		font-size: 14px;
		/* color: #005fd5; */
		color: #999;
	}
	.iyoushi_box_num{
		position: absolute;
		width: 20px;
		height: 20px;
		background: #fff;
		left: 100px;
		top: 75px;
		font-size: 16px;
		color: #dddddd;
		/* color: #ffa242; */
		font-weight: bold;
		text-align: center;
	}
	
	.iyoushi_box_txt{
		position: relative;
		width: 100%;
		height: auto;
		text-align: center;
		padding-top: 10px;
		color: #333;
		font-size: 11px;
	}
	
	/* 优势悬停 */
	.iyoushi_box:hover .iyoushi_box_yuanquan{
		border: 1px solid #005fd5;
	}
	
	.iyoushi_box:hover .iyoushi_box_yuanquan i{
		color: #005fd5;
	}
	.iyoushi_box span{
		display: block;
	}
	.iyoushi_box:hover .iyoushi_box_title{
		color: #005fd5;
	}
	.iyoushi_box:hover .iyoushi_box_num{
		color: #ffa242;
	}
	
	
	/* 产品 */
	.iproduct{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: url(../images/product_bj.jpg) no-repeat center;
		background-size: cover;
		padding: 30px 0;
	}
	
	.iproduct_list{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	.iproduct_list ul li{
		float: left;
	}
	.iproduct_list li{
		float: left;
		width: calc(50% - 5px);
		height: auto;
		min-height: 150px;
		overflow: hidden;
		background: #fff;
		position: relative;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.iproduct_list li img{
		/* position: absolute;
		left: 50%;
		top: 45%;
		transform: translate(-50%,-50%); */
		margin: 0px auto;
		max-width: 95%;
	}
	.iproduct_list li:nth-child(2n+2){
		margin-right: 0;
	}
	
	.iproduct_list li:hover{
		border: 1px solid #005fd5;
		box-sizing: border-box;
		box-shadow: 0 3px 10px rgba(0,0,0,.15);
	}
	
	.more{
		padding: 10px 50px;
		color: #005fd5;
		border: 1px solid #005fd5;
		border-radius: 30px;
		display: inline-block;
		font-size: 14px;
	}
	
	/* 关于 */
	.iabout{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
	}
	.iabout_list{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	.iabout_left{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-right: 60px;
	}
	.iabout_left img{
		max-width: 100%;
	}
	
	.iabout_right{
		float: left;
		width: 100%;
		height: auto;
		min-height: 330px;
		overflow: hidden;
		
		position: relative;
	}
	.iabout_right p{
		font-size: 14px;
		line-height: 30px;
		color: #666;
	}
	
	.zhuangshi{
		position: absolute;
		right: 0;
		bottom: 0;
	}
	
	
	/* 联系 */
	.icontact{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: url(../images/contact_bj.jpg) no-repeat center;
		background-size: cover;
		padding: 30px 0;
	}
	.icontact_list{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	.icontact_list ul li{
		float: left;
	}
	.icontact_list li{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #fff;
		padding: 20px 10px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.icontact_list li:nth-child(3n+3){
		margin-right: 0;
	}
	.icontact_list li img{
		float: left;
		margin-right: 10px;
	}
	.icontact_list li span{
		display: block;
		line-height: 25px;
		color: #333;
	}
	
	
	/* 新闻 */
	.inews{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
	}
	
	.inews_title{
		font-size: 16px;
		font-weight: bold;
		line-height: 35px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.inews_title span{
		float: right;
		font-weight: 500;
	}
	.inews_title span a{
		color: #999;
		font-size: 14px;
	}
	.inews_list{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	
	
	.inews_left{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-right: 0%;
	}
	.inews_left_box{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.inews_left_box img{
		width: 100%;
	}
	
	.inews_center{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-right: 0%;
	}
	.inews_list_box{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.inews_list_box ul li{
		float: left;
	}
	.inews_list_box li{
		width: 100%;
		height: auto;
		overflow: hidden;
		border-bottom: 1px solid #eee;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.inews_list_box li a{
		font-size: 14px;
	}
	.inews_list_box li span{
		float: right;
		color: #999;
		font-size: 14px;
	}
	
	.inews_right{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	
	
	
	
}
		