@charset "utf-8";
/* ===================首页样式========================== */

/* 产品中心 s */
.i_pro{
	padding-top: 1.45rem;
}
.i_pro .con{
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}
.i_pro .con .fl{
	width: 46.875%;
}
.i_pro .con .fr{
	display: flex;
	flex-direction: column;
	width: 53.125%;
}
.i_pro .item{
	position: relative;
	width: 100%;
}
.i_pro .item .pic{}
.i_pro .item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.i_pro .item .txt{
	position: relative;
	color: #000;
}
.i_pro .con .fl .txt{
	position: absolute;
	top: 10%;
	left: 18.66%;
	width: 465px;
	max-width: 60%;
}
.i_pro .con .fr .item{
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.i_pro .con .fr .item .txt{
	background-color: #f7f8f8;
	display: flex;
	align-items: center;
	justify-content: center;
}
.i_pro .con .fr .item:first-child{
	height: 51%;
	flex-direction: row-reverse;
}
.i_pro .con .fr .item:first-child .pic{
	width: 51%;
}
.i_pro .con .fr .item:first-child .txt{
	width: 49%;
	padding: 10%;
}
.i_pro .con .fr .item:last-child{
	height: 49%;
}
.i_pro .con .fr .item:last-child .pic{
	width: 49%;
}
.i_pro .con .fr .item:last-child .txt{
	width: 51%;
	padding: 5% 18% 5% 5%;
}
.i_pro .item .txt h4{
	font-size: 24px;
	font-weight: lighter;
}
.i_pro .item .txt p{
	font-size: 16px;
	line-height: 1.6;
	margin-top: 0.12rem;
}
/* 产品中心 e */

/* 企业文化 s */
.i_cul{}
.i_cul .con{
	position: relative;
	padding-left: 2.6rem;
	background: url('../images/i_cul_l.png') no-repeat left;
}
.i_cul ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.i_cul ul li{
	flex: 1;
	background-color: #efefef;
	padding: 1.5rem 0.5rem 0.75rem;

}
.i_cul ul li:nth-child(2n){
	background-color: white;
}
.i_cul ul li .ico{
	height: 62px;
	line-height: 62px;
	margin-bottom: 1rem;
}
.i_cul ul li .ico img{
	display: inline-block;
	max-height: 100%;
}
.i_cul ul li .info{
	color: #000000;
	line-height: 1.5;
}
.i_cul ul li .tit{
	font-size: 24px;
}
.i_cul ul li .des{
	font-size: 16px;
	margin-top: 0.08rem;
}
/* 企业文化 e */

/* 关于我们 s */
.n_ab{
	position: relative;
}
.n_ab i{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 9.99rem;
	z-index: 3;
}
.n_ab .top{
	padding: 1.2rem 0 1rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.n_ab .top .tit{
	margin-bottom: 1.15rem;
}
.n_ab .top .tit img{
	width: 3.35rem;
}
.n_ab .top .des{
	width: 7.5rem;
	max-width: 100%;
	font-size: 18px;
	line-height: 1.8;
	color: rgb(255,255,255,.8);
	margin-bottom: .55rem;
}
.n_ab .top a{
	display: block;
	font-size: 16px;
	color: rgb(255,255,255,.8);
	margin-top: 0.55rem;
}
.n_ab .bot{
	padding: 1.2rem 0;
	background-color: #029c59;
}
.n_ab .bot .c_tit{
	margin-bottom: 0;
}
/* 关于我们 e */

/* 新闻中心 s */
.i_new{}
.i_new .con{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #000000;
}
.i_new .con .info{}
.i_new .con .info .tit{
	font-size: 22px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.i_new .con li:hover .info .tit{
	color: #029c59;
}
.i_new .con .info .des{
	font-size: 16px;
	line-height: 1.6;
	height: 3.2em;
	margin-top: 0.12rem;
}
.i_new .con i{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 27px;
	height: 20px;
	background: url('../images/ico_new_r.png') no-repeat center;
}
.i_new .fl{
	width: 45%;
}
.i_new .fl img{
	width: 100%;
}
.i_new .fl .time{
	position: relative;
	margin: 0.35rem 0 0.25rem;
	line-height: 1.4;
	font-weight: normal;
}
.i_new .fl .time p{
	font-size: 0.28rem;
}
.i_new .fl .time span{
	font-size: 14px;
}
.i_new .fl .info{}
.i_new .fr{
	width: 48%;
}
.i_new .fr ul{}
.i_new .fr ul li{
	padding: 0.65rem 0;
	border-bottom: 1px solid #c0c0c0;
}
.i_new .fr ul li:first-child{
	padding-top: 0.06rem;
}
.i_new .fr ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.i_new .fr .info{
	position: relative;
	width: calc(100% - 120px);
	padding-right: 1.3rem;
}
.i_new .fr .time{
	width: 120px;
	text-align: center;
	font-weight: normal;
}
.i_new .fr .time p{
	font-size: 0.36rem;
}
.i_new .fr .time span{
	display: block;
	font-size: 16px;
	margin-top: 0.12rem;
}
/* 新闻中心 e */



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
	.i_pro{
		padding-top: 1rem;
	}
	.i_pro .con .fl,.i_pro .con .fr{
		width: 100%;
	}
	.i_pro .con .fl .txt{
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		max-width: 100%;
		padding: 0.4rem 4%;
	}
	.i_pro .item .txt p{
		margin-top: 0.2rem;
	}
	.i_pro .con .fr .item{
		flex-direction: column !important;
	}
	.i_pro .con .fr .item .pic,.i_pro .con .fr .item .txt{
		width: 100% !important;
	}
	.i_pro .con .fr .item .txt{
		padding: 0.4rem 4% !important;
	}
	
	.i_cul .con{
		padding-left: 0;
		background: none;
	}
	.i_cul ul{
		flex-direction: column;
	}
	.i_cul ul li{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-content: center;
		padding: 0.4rem;
	}
	.i_cul ul li .ico{
		height: 40px;
		line-height: 40px;
		margin-bottom: 0;
		margin-right: 0.4rem;
	}
	.i_cul ul li .des{
		margin-top: 0.12rem;
	}
	
	.n_ab .top{
		padding: 1rem 0 0;
	}
	.n_ab .top .tit{
		margin-bottom: 0.8rem;
	}
	.n_ab i{
		position: relative;
		width: 100%;
	}
	.n_ab .bot{
		padding: 0.6rem 0;
	}
	
	.i_new .fl,.i_new .fr{
		width: 100%;
	}
	.i_new .fl{
		margin-bottom: 0.45rem;
	}
	.i_new .fl .time{
		margin: 0.4rem 0 0.3rem;
	}
	.i_new .con .info .des{
		margin-top: 0.2rem;
	}
	
	.i_new .fr .time{
		width: 80px;
	}
	.i_new .fr .info{
		width: calc(100% - 80px);
		padding-right: 0.7rem;
	}
}

@media all and (max-width:768px) {
	
}

@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

@media all and (max-width:480px) {
	.i_pro .item .txt h4,.i_cul ul li .tit,.i_new .fl .time p,.i_new .fr .time p{
		font-size: 20px;
	}
	.i_new .con .info .tit{
		font-size: 16px;
	}
	.i_pro .item .txt p,.i_cul ul li .des,.n_ab .top .des,.i_new .con .info .des{
		font-size: 14px;
	}
	.i_new .fl .time span,.i_new .fr .time span{
		font-size: 13px;
	}
}

@media all and (max-width:420px) {
	
}

@media all and (max-width:376px) {
	
}