/**
 * 作者:lianghaolv
 * QQ:1948712434
 * 时间:2020-09-28
 * 说明:本css文件为公司介绍的页面样式文件。
 */

/* ********************************* */
#banner_box .position a{
	color: #fff;
}

#banner_box {
	height: 330px;
	background-image: url(/template/khw/img/home_bg_4.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#banner_box .position {
	color: #fff;
	font-size: 12px;
	padding-top: 20px;
}

/* *************公司名*********** */
#company_name{
	padding: 30px 50px;
	padding-bottom: 0;
	border-bottom: 3px solid #0169CA;
	position: relative;
	margin-bottom: 120px;
	box-sizing: border-box;
	margin-top: 20px;
}

#company_name .top{
	height: 385px;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content:flex-end;
	box-sizing: border-box;
}

#company_name .top >div{
	width: 500px;
	height: 100%;
	margin-left: 30px;
}

#company_name .top>img{
	width: 555px;
	height: 385px;
}

#company_name .mini{
	width: 365px;
	height: 285px;
	position: absolute;
	bottom: -70px;
	left: 0;
}

#company_name h1{
	font-size: 28px;
	margin-bottom: 15px;
}

#company_name span{
	font-size: 20px;
	color: #0169CA;
}

#company_name p,#main .detail p{
	color: #6F6F6F;
	font-size:16px;
	margin-top: 20px;
	line-height: 32px;
	text-align: justify;
}

#main .detail p{
	margin-top: 0;
}


/* /////////////企业荣誉/////////////// */
#honor h2,#style h2{
	font-size: 28px;
	text-align: center;
	font-weight: 400;
}

#honor .sub_title,#style .sub_title{
	color: #0169CA;
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}

#honor > div{
	margin-bottom: 50px;
}

#honor .swiper-container img{
	cursor: pointer;
	width: 235px;
	height: 300px;
}

/* **********企业风采*********** */

#style .top{
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 30px;
}

#style .top h3{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 30px;
}

#style .top h3 small{
	font-size: 14px;
	margin-left: 25px;
}

#style .top p{
	line-height: 40px;
	font-size: 16px;
}

#style .top img{
	width: 450px;
	height: 270px;
}

#style .top> div.cont{
	width: 770px;
}


#style .bottom {
	margin-bottom: 50px;
}

#style .bottom img{
	width: 235px;
	height: 156px;
}

#style .bottom p{
	margin-top: 10px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

#style .swiper-button-prev:after,#style  .swiper-button-next:after{
	font-size: 20px;
}