
.index_tit{
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    text-align: center;
    padding: 100px 0px 20px 0px;
}
.index_tit p {
    line-height: 30px;
    height: 30px;
    position: relative;
}

#company-honor img{
	width: 1440px;
	height: 1080px;
}

.good-friend-ul>div{
	margin: 10px 0;
}
.company-style-ul div img{
	height: 244px;
}
.company-style-ul div p{
	background-color: #EBEBEB;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
}
.company-style-ul>div{
	margin: 25px 0px;
}

.category span{
	background-color: #0C44B2;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	width: 160px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	cursor: pointer
}
.category div{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}



.company-info .txt{
	color: #606060;
	font-size: 24px;
	font-weight: 400;
	/* line-height: 30px; */
	text-indent: 4rem;
	color: #000000;
	line-height: 40px;
}

/* 加两边的横线 */
.index_tit .underline::after{
	content:'';
	width:40%;
	position:absolute;
	top:15px;
	right:-20px;
	border-bottom:1px solid #D8D8D8;
}
.index_tit .underline::before{
	content:'';
	width:40%;
	position:absolute;
	top:15px;
	left:-20px;
	border-bottom:1px solid #D8D8D8;
}

.culture-item{
	display: block;
	/* width: 450px; */
	height: 205px;
	background-color: #EBEBEB;
}
.culture-title{
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	color: #0C44B2;
	padding-top: 20px;
}
.culture-content{
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	color: #000000;
	text-align: center;
}
.line-one{
	margin-bottom: 14px;
}
.line-two{
	margin-top: 13px;
}
