
.baise{
	color: #fff !important;
}
.mgt{
	margin: 0px auto !important;
}


.ge{
	width: 50px;
	height: 5px;
	background: #fe9628;
	margin-top: 20px;
}
.ititle_cn{
	font-size: 24px;
	margin-top: 20px;
}
.ititle_en{
	font-size: 18px;
	color: #999999;
	line-height: 56px;
}

.iabout{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 30px;
	background: url(../images/about_bj.jpg) no-repeat center right;
}


.iabout_box{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin: 30px auto 0;
}

.iabout_box_left{
	position: relative;
}
.iabout_box_left img{
	margin: 0px auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.iabout_box_right{
	background: #c9c27f;
	padding: 30px 20px;
}
.iabout_box_right span{
	display: block;
	color: #fff;
}
.iabout_box_right span.t1{
	font-size: 24px;
	margin-bottom: 30px;
	text-align: right;
}
.iabout_box_right span.t2{
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
}
.iabout_box_right span.more{
	float: right;
	background: #fff;
	width: 125px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.iabout_box_right span.more a{
	color: #1ba033;
}

.mores{
	float: right;
	margin-top: 50px;
}
.mores a{
	font-size: 18px;
}

.iproduct{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

.iproduct_nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}
.iproduct_nav ul li{
	float: left;
}
.iproduct_nav li{
	width: 25%;
	height: auto;
	line-height: 28px;
	overflow: hidden;
	text-align: center;
	padding: 25px 0;
	background: #f9f9f9;
	border: 1px #e5e5e5 solid;
	border-right: 0;
}
.iproduct_nav li:last-child{
	border-right: 1px #e5e5e5 solid;
}
.iproduct_nav li:hover{
	background: #1ba033;
}
.iproduct_nav li:hover a{
	color: #fff;
	display: block;
}


.iproduct_list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	margin: 50px auto;
}

.iproduct_pro{
	position: relative;
	border: 8px solid #e5e5e5;
	box-sizing: border-box;
}
.iproduct_pro img{
	max-width: 100%;
	width: 100%;
	height: 300px;
}


.iproduct_pro:hover{
	border: 8px solid #1ba033;
	box-sizing: border-box;
}
.iproduct_pro:hover .improduct_txt{
	display: block;
}


.improduct_txt{
	display: none;
	
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
}

.improduct_txt_span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.improduct_txt_span span{
	display: block;
}
.improduct_txt_span span.t1{
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.improduct_txt_span span.t2{
	font-size: 14px;
	color: #fff;
	background: #1ba133;
	padding: 10px 20px;
	text-align: center;
	margin-top: 20px;
}



.icontact{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 30px;
	background: url(../images/icontact_bj.jpg) no-repeat center right;
	background-size: cover;
}

.icontact_txt{
	width: 60%;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
}
.icontact_txt ul li{
	float: left;
}
.icontact_txt li{
	width: 50%;
	line-height: 50px;
	color: #fff;
}
.icontact_txt li:nth-child(1){
	width: 30%;
}
.icontact_txt li:nth-child(2){
	width: 70%;
}
.icontact_txt li:nth-child(3){
	width: 30%;
}
.icontact_txt li:nth-child(4){
	width: 70%;
}



.inews{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}

.inews_nav{
	text-align: center;
}
.inews_nav a{
	padding: 20px 120px;
	background: #f9f9f9;
	display: inline-block;
	font-size: 18px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.inews_nav a.active{
	background: #1ba033;
	color: #fff;
}
.inews_nav a:hover{
	background: #1ba033;
	color: #fff;
}

.inews_box{
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 30px;
	margin: 50px auto;
}
.inews_box_left{
	position: relative;
}

.inews_box_left img{
	width: 100%;
	height: 100%;
}


.inews_box_right{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.inews_box_right ul li{
	float: left;
}
.inews_box_right li{
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #333;
}

.inews_box_main{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.inews_box_main span{
	display: block;
}
.inews_box_main span.nt1{
	font-size: 18px;
	line-height: 35px;
}

.inews_box_main span.nt1 i{
	float: left;
	font-style: normal;
	margin-right: 5px;
	color: #666;
}

.inews_box_main span.nt2{
	font-size: 14px;
	line-height: 35px;
	color: #999;
}

.inews_box_main span.nt2 i{
	float: right;
}





@media (max-width: 1200px) {
	
	
	
	.ge{
		width: 50px;
		height: 5px;
		background: #fe9628;
		margin-top: 20px;
	}
	.ititle_cn{
		font-size: 18px;
		margin-top: 10px;
	}
	.ititle_en{
		font-size: 16px;
		color: #999999;
		line-height: 26px;
	}
	
	.iabout{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		padding: 10px;
		background: url(../images/about_bj.jpg) no-repeat center right;
		background-size: cover;
	}
	
	
	.iabout_box{
		display: grid;
		grid-template-columns: 1fr;
		gap: 0px;
		margin: 30px auto 0;
	}
	
	.iabout_box_left{
		display: none;
		position: relative;
	}
	.iabout_box_left img{
		margin: 0px auto;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.iabout_box_right{
		background: #c9c27f;
		padding: 10px;
	}
	.iabout_box_right span{
		display: block;
		color: #fff;
	}
	.iabout_box_right span.t1{
		font-size: 18px;
		margin-bottom: 10px;
		text-align: right;
	}
	.iabout_box_right span.t2{
		text-align: left;
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.iabout_box_right span.more{
		float: right;
		background: #fff;
		width: 125px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	.iabout_box_right span.more a{
		color: #1ba033;
		font-size: 14px;
	}
	
	.mores{
		float: right;
		margin-top: 20px;
	}
	.mores a{
		font-size: 16px;
	}
	
	.iproduct{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}
	
	.iproduct_nav{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	.iproduct_nav ul li{
		float: left;
	}
	.iproduct_nav li{
		width: 100%;
		height: auto;
		line-height: 28px;
		overflow: hidden;
		text-align: center;
		padding: 15px 0;
		background: #f9f9f9;
		border: 1px #e5e5e5 solid;
		border-bottom: 0;
	}
	.iproduct_nav li:last-child{
		border-bottom: 1px #e5e5e5 solid;
	}
	.iproduct_nav li:hover{
		background: #1ba033;
	}
	.iproduct_nav li:hover a{
		color: #fff;
		display: block;
	}
	
	
	.iproduct_list{
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin: 50px auto;
	}
	
	.iproduct_pro{
		position: relative;
		border: 5px solid #e5e5e5;
		box-sizing: border-box;
	}
	.iproduct_pro img{
		max-width: 100%;
	}
	
	
	.iproduct_pro:hover{
		border: 5px solid #1ba033;
		box-sizing: border-box;
	}
	.iproduct_pro:hover .improduct_txt{
		display: block;
	}
	
	
	.improduct_txt{
		display: none;
		
		position: absolute;
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0;
	}
	
	.improduct_txt_span{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.improduct_txt_span span{
		display: block;
	}
	.improduct_txt_span span.t1{
		font-size: 18px;
		color: #fff;
		text-align: center;
	}
	.improduct_txt_span span.t2{
		font-size: 14px;
		color: #fff;
		background: #1ba133;
		padding: 10px 20px;
		text-align: center;
		margin-top: 20px;
	}
	
	
	
	.icontact{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		padding: 30px;
		background: url(../images/icontact_bj.jpg) no-repeat center right;
		background-size: cover;
	}
	
	.icontact_txt{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 50px auto;
	}
	.icontact_txt ul li{
		float: left;
	}
	.icontact_txt li{
		width: 50%;
		line-height: 50px;
		color: #fff;
	}
	.icontact_txt li:nth-child(1){
		width: 100%;
	}
	.icontact_txt li:nth-child(2){
		width: 100%;
	}
	.icontact_txt li:nth-child(3){
		width: 100%;
	}
	.icontact_txt li:nth-child(4){
		width: 100%;
	}
	
	
	
	.inews{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	
	.inews_nav{
		text-align: center;
		margin: 30px auto;
	}
	.inews_nav a{
		padding: 10px 30px;
		background: #f9f9f9;
		display: inline-block;
		font-size: 16px;
		border: 1px solid #e5e5e5;
		box-sizing: border-box;
	}
	.inews_nav a.active{
		background: #1ba033;
		color: #fff;
	}
	.inews_nav a:hover{
		background: #1ba033;
		color: #fff;
	}
	
	.inews_box{
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
		margin: 30px auto;
	}
	.inews_box_left{
		display: none;
		
		position: relative;
	}
	
	.inews_box_left img{
		width: 100%;
		height: 100%;
	}
	
	
	.inews_box_right{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.inews_box_right ul li{
		float: left;
	}
	.inews_box_right li{
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #333;
	}
	
	.inews_box_main{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.inews_box_main span{
		display: block;
	}
	.inews_box_main span.nt1{
		font-size: 16px;
		line-height: 30px;
	}
	
	.inews_box_main span.nt1 i{
		float: left;
		font-style: normal;
		margin-right: 5px;
		color: #666;
		
		display: none;
	}
	
	.inews_box_main span.nt2{
		font-size: 14px;
		line-height: 30px;
		color: #999;
	}
	
	.inews_box_main span.nt2 i{
		float: right;
	}
	
}
		