@charset "utf-8";
/* =====================内页样式======================== */




/* 企业简介 start */
.about_con1{
	margin-top: 125px;
}

.about_con1 .con{
	margin-top: 65px;
}
.about_con1 .con img{
	width: 100%;
}
.about_con1 .con .info{
	margin-top: 40px;
	font-size: 14px;
	line-height: 24px;
}
.about_con1 .con ul{
	margin-top: 40px;
}
.about_con1 .con ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	overflow: hidden;
	display: block;
}
.about_con1 .con ul li:last-child{
	margin-right: 0;
}
.about_con1 .con ul li img{
	width: 100%;
}
/* 企业简介 end */

/* 企业文化 start */
.about_con2{
	margin-top: 90px;
}
.about_con2 .con{
	margin-top: 90px;
}
.about_con2 .con ul{}
.about_con2 .con ul li{
	float: left;
	width: 40%;
	margin: 0 4% 0 6%;
	margin-bottom: 45px;
	border-bottom: 1px solid #dedddd;
}
.about_con2 .con ul li:nth-child(2n){
	margin: 0 6% 0 4%;
	margin-bottom: 45px;
	
}
.about_con2 .con ul li .box_t{
	background-color: #fbc71c;
}
.about_con2 .con ul li:nth-child(2) .box_t,.about_con2 .con ul li:nth-child(3) .box_t{
	background-color: #595757;
}
.about_con2 .con ul li .box_t .info{
	float: left;
	height: 100%;
	width: 32%;
	padding-top: 30px;
	/* background-color: #fbc71c; */
	text-align: center;
	font-family: '宋体';
	color: white;
}
.about_con2 .con ul li:nth-child(2n) .box_t .info{
	/* background-color: #595757; */
}
.about_con2 .con ul li .box_t .info .num{
	font-size: 58px;
}
.about_con2 .con ul li .box_t .info span{
	display: inline-block;
	width: 70px;
	height: 2px;
	background-color: white;
	vertical-align: top;
}
.about_con2 .con ul li .box_t .info p{
	font-size: 14px;
	line-height: 16px;
}
.about_con2 .con ul li .box_t .pic{
	float: right;
	width: 68%;
	background-color: white;
}
.about_con2 .con ul li .box_t .pic img{
	margin-left: 4px;
	width: calc(100% - 4px);
}

.about_con2 .con ul li .des{
	margin: 30px 0;
	/* border-bottom: 1px solid #dedddd; */
	height: 100px;
}
.about_con2 .con ul li:nth-child(3) .des,.about_con2 .con ul li:nth-child(4) .des{
	height: 65px;
}
.about_con2 .con ul li .des p{
	text-indent: 2em;
	font-size: 12px;
	line-height: 20px;
	color: #848383;
}
/* 企业文化 end */

/* 品牌价值观 start */
.about_con3{
	margin-top: 45px;
}
.about_con3 .box_t{
	margin-top: 60px;
	/* background-color: #fbc71c; */
}
.about_con3 .box_t .pic{
	width: 75%;
	/* padding: 48px 0; */
	margin: 0 auto;
}
.about_con3 .box_t .pic img{
}
.about_con3 .box_m{
	margin-top: 30px;
}
.about_con3 .box_m .info{
	width: 75%;
	margin: 0 auto;
}
.about_con3 .box_m .info p{
	text-indent: 2em;
	font-size: 14px;
	line-height: 1.8;
	color: #848383;
}
/* 品牌价值观 end */

/* 资质认证 start */
.about_con4{
	margin-top: 120px;
	margin-bottom: 130px;
}
.about_con4 .con{
	padding: 0 6%;
	margin: 80px auto 0;
	position: relative;
}
.about_con4 .con ul{
	
}
.about_con4 .con ul li{
	position: relative;
	/* float: left; */
	padding: 12px 20px;
	background-color: #efefef;
}
.about_con4 .con ul li a{}
.about_con4 .con ul li a img{
	/* height: 250px; */
	/* object-fit: cover; */
}
.about_con4 .con .hor_prev,.about_con4 .con .hor_next{
	position: absolute;
	width: 38px;
	height: 38px;
	cursor: pointer;
}
.about_con4 .con .hor_prev{
	background: url(../images/pro_prev.png) no-repeat center;
	left: 0;
	top: 50%;
	margin-top: -19px;
}
.about_con4 .con .hor_next{
	background: url(../images/pro_next.png) no-repeat center;
	right: 0;
	top: 50%;
	margin-top: -19px;
}
/* 资质认证 end */

/* -------------------------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 适配 */
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
}

