/*
	你的代码写在这里
	style.css是style.less生成的，不要直接改动style.css的内容，不然会被style.less覆盖
*/
/*企业文化*/
.pctitle2 {
	text-align: center;
	margin-top: 5%;
}

.pctitle2 .title {
	display: inline-block;
	vertical-align: middle;
	padding-left: 50px;
	padding-right: 50px;
	line-height: 52px;
	background: #344a93;
	border-radius: 30px 30px 0 30px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.pctitle2 .title:hover {
	background: #d2523e;
}
.about_box {
	margin-top: 5%;
	margin-bottom: 4%;
	position: relative;
	overflow: hidden;
	padding-top: 34px;
	color: #555;
	font-size: 24px;
	line-height: 28px;
}

.about_box:after {
	left: 50%;
	top: 0;
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background: url(../images/about_pic1.png) no-repeat;
	background-size: 100% 100%;
	margin-left: -12px;
}

.about_box:before {
	content: "";
	left: 50%;
	top: 34px;
	position: absolute;
	width: 1px;
	height: 100%;
	overflow: hidden;
	background: #d7d7d7;
}

.about_box ul li {
	display: block;
	margin-top: 8px;
	margin-bottom: 6px;
	overflow: hidden;
	min-height: 56px;
	position: relative;
}

.about_box ul li:after {
	content: "";
	left: 50%;
	margin-left: -14px;
	width: 29px;
	height: 31px;
	top: 2px;
	background: url(../images/about_pic2.png) no-repeat;
	position: absolute;
	background-size: 100% 100%;
}

.about_box .year {
	float: left;
	width: 48%;
	text-align: right;
	font-size:16px;
}

.about_box .y {
	font-weight:600;
	color:#d2523e;
	font-family:"tengxun";
}
.about_box .date{
	font-weight:300;
	color:#000;
	font-family:"Century Gothic";
}
.about_box .r {
	font-weight:600;
	color:#344a93;
	font-family:"tengxun";
}
.about_box .p i,
.about_box .year i{
	color:#d2523e;
	font-size:28px;
	font-style:normal;
	font-weight:600;
}
.about_box .p {
	float: right;
	overflow: hidden;
	width: 48%;
	font-size: 16px;
}

.about_box .mores {
	width: 28px;
	height: 28px;
	display: block;
	margin: 0 auto;
	background: url(../images/about_pic3.png) no-repeat;
	background-size: 100% 100%;
	background-color: #fff;
	z-index: 2;
	position: relative;
}

.about_box .mores:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.about_box ul li.hiden {
	display: none;
}

.about_two {
	background: #f4f4f4;
	overflow: hidden;
}

.about_two_con {
	width: 95%;
	margin: 0 auto;
	max-width: 1580px;
	margin-bottom: 4%;
	overflow: hidden;
	margin-top: 3%;
	text-align: center;
}

.about_two_con ul li {
	display: inline-block;
	vertical-align: top;
	padding-left: 0.5%;
	padding-right: 0.5%;
	width: 31%;
	margin-bottom: 1%;
}

.about_two_con ul li .imgs {
	position: relative;
	overflow: hidden;
	padding-top: 59%;
}

.about_two_con ul li .imgs img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	position: absolute;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.about_two_con ul li .imgs:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
@media screen and (max-width:768px) {
#diyi {
 display: none;
}
} 
.about_three {
	max-width:1000px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 4%;
	font-size: 24px;
	line-height: 1.6;
}

.about_three ul li {
	display: block;
	margin-bottom: 3%;
	overflow: hidden;
}

.about_three ul li .title {
	float: left;
	font-weight: bold;
	color: #d2523e;
	margin-right: 1%;
	font-size:18px;
	line-height:35px;
	font-family:"tengxun";
}

.about_three ul li .p {
	overflow: hidden;
	font-size:15px;
	line-height:35px;
}

@media only screen and (max-width: 1200px) {
/*企业文化*/
	.pctitle2 .title {
		font-size: 19px;
		line-height: 50px;
	}

	.about_box {
		font-size: 22px;
	}

	.about_three {
		font-size: 22px;
	}
}

@media only screen and (max-width: 650px) {
/*企业文化*/
	.pctitle2 .title {
		font-size: 18px;
		line-height: 44px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.about_box {
		font-size: 20px;
	}

	.about_box .year {
		width: 46%;
	}

	.about_box .p {
		width: 46%;
	}

	.about_two_con {
		margin-top: 4%;
	}

	.about_two_con ul li {
		width: 47%;
		margin-bottom: 1.5%;
	}

	.about_three {
		margin-top: 5%;
		font-size: 20px;
	}
}

@media only screen and (max-width: 480px) {
/*企业文化*/
	.pctitle2 .title {
		font-size: 17px;
		line-height: 40px;
		padding-left: 22px;
		padding-right: 22px;
	}

	.about_box {
		font-size: 18px;
		line-height: 24px;
	}

	.about_box ul li {
		min-height: 48px;
	}

	.about_box ul li:after {
		top: 0;
	}

	.about_two_con ul li {
		margin-bottom: 2%;
	}

	.about_three {
		font-size: 18px;
	}
}

/* 电话悬浮窗 */
.phone {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.phone {
		display: block;
		position: absolute;
	}

	.phone a {
		display: block;
		width: 17%;
		height: 10%;
		position: fixed;
		right: 5px;
		top: 34%;
		z-index: 999999;
		border-radius: 9px;
		background: #ef1f1f url(../images/tel05.png) center center no-repeat;
		background-size: 100%;
	}
}