/*com_css*/
.com_box{
	display: flex;
	align-items: center;
}

/*header*/
header{
	background: url(../imgs/h_bg.jpg) no-repeat center;
	padding: 7px 0;
}
header .h_txt{
	display: flex;
	align-items: center;
}
header .h_txt > div{
	margin: 0 5px;
}
header .h_txt > div:nth-child(1){
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
}
@media only screen and (max-width: 414px){
	header{
		background: url(../imgs/h_bg_sm.jpg) no-repeat center;
		padding: 15px 0;
	}
	header .h_logo > img{
		width: 50%;
		height: auto;
	}
}

/*简介*/
.introduction{
	padding: 30px 0;
}
.introduction .tit{
	padding: 0 25px;
	font-size: 18px;
	line-height: 40px;
	color: white;
	background-color: #217ee0;
}
.introduction .con{
	display: flex;
	padding: 20px 0;
	font-size: 14px;
	line-height: 20px;
	text-indent: 2em;
}
.introduction .con > div:nth-child(1){
	border-right: 2px solid #eee;
	padding-right: 20px;
	margin-right: 20px;
}

/*文章*/
.type .tit{
	padding: 0 25px;
	font-size: 18px;
	line-height: 40px;
	color: white;
	background-color: #217ee0;
}
.type .item{
	width: 360px;
	margin: 20px 15px;
	padding: 10px 10px 20px 20px;
    border: 1px solid #eef2f9;
    border-radius: 2px;
    background: #fff;
    box-sizing: border-box;
}
.type .art_tit{
	display: flex;

}
.type .art_tit img{
	margin-right: 20px;
	font-size: 16px;
	line-height: 24px;
}
.type .art_tit span{
	display: block;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
}
.type .art_list{
	padding: 20px 0;
}
.type .art_list a{
	font-size: 14px;
	line-height: 20px;
	color: black;
	text-decoration: none;
}

/*footer*/
footer{
	padding: 50px 0 35px;
	background-color: #eef2f9;
}
footer .f_awm{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
}
footer .f_awm > img{
	margin-bottom: 10px;
}
footer .f_txt{
	font-size: 18px;
	line-height: 30px;
	padding-left: 60px;
}
footer .f_tel{
	display: flex;
}
footer .f_tel > img{
	margin-right: 60px;
	margin-bottom: 20px;
}

/*copyright*/
.copyright{
	padding: 20px 0;
	background-color: #535353;
	font-size: 16px;
	color: white;
	text-align: center;
}
.copyright a{
	color: white;
}



/*文章内容*/
.art_con{
	padding: 48px 0;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1.5px;
}
.art_con .container{
	width: 800px;
}
.art_con .tit{
	text-align: center;
	font-size: 30px;
    line-height: 40px;
    color: #217ee0;
}
.art_con .des{
	margin-bottom: 36px;
	line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #b2b2b2;
}
.art_con img{
	margin: 20px 0;
}
.art_con p{
	margin: 20px 0;
}

/* 产品中心 */
.product .tit{
	padding: 0 25px;
	font-size: 18px;
	line-height: 40px;
	color: white;
	background-color: #217ee0;
}
.product .con{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
}