.aboutus{
	padding: 50px 0;
}
.about-intro{
	margin: 50px 0;
	display: flex;
}
.about-intro .img{
	margin-left: 24px;
	flex-shrink: 0;
	width: 500px;
}
.about-intro h3{
	margin-top: 0;
	font-size: 50px;
	color: #d2d2d2;
	font-weight: bold;
}
.about-intro h5{
	margin:20px 0;
	font-size: 25px;
	color: #c40101;
	font-weight: bold;
}
.about-intro .desc{
	font-size: 15px;
	text-indent: 2em;
	line-height: 35px;
}
.about-intro .desc p{
	margin:0;
	padding: 0
}

.culture{
	padding: 50px 0 0 0;
	background: #F2F9FE;
    position: relative;
}
.culture:before {
    position: absolute;
    content: "";
    background: url(../images/p-shape2.png) no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    background-position: center center;
    background-size: contain;
    animation-duration: 1500ms;
    animation-delay: 500ms;
    animation-name: slideInDown;
}
.culture .list{
	display: flex;
	justify-content: space-between;
}
.culture .c-item{
	margin:30px 0 60px 0;
	height: 343px;
	width: 23%;
	padding: 35px 10px 0 10px;
	background: #fff;
	border-radius: 10px;
}
.culture .c-item .icon{
	height: 44px;
}
.culture .c-item .en-tit{
	font-size: 10px;
	padding: 18px 0;
	color: #bebebe;
}
.culture .c-item .tit{
	margin-bottom: 26px;
	padding-bottom: 20px;
	font-size: 22px;
	color: #d90d0d;
	border-bottom: 1px solid #dfdfdf;
}
.culture .c-item .desc{
	color: #9d9d9d;
	font-size: 14px;
	line-height:2
}

.guanyu{


	padding-top: 60px;

	margin-bottom: 45px;

}
.guanyu .slogen{
	font-size: 23px;
	color: #df0000;
	margin-top: 30px;
}
.guanyu .tit{

	height: 64px;

	text-align: center;

	position: relative;

	margin-bottom: 30px;

}

.guanyu .tit .en{

	color: #ffe3e5;

	font-size: 58px;

}

.guanyu .tit .cn{

	font-size: 28px;

	position: absolute;

	bottom: 0;

	left: 50%;

	font-weight: bold;

	-webkit-transform: translateX(-50%);

    -moz-transform:translateX(-50%);

    transform: translateX(-50%);

}

.guanyu p{

	line-height: 36px;

	text-align: center;

	color: #333;

	font-size: 14px;

}

.guanyu p span{

	font-size: 18px;

	color: #e00101;

	font-weight: bold;

}

.guanyu .pt{

	width: 1200px;

	margin: 0 auto;

	margin-top: 30px;

}

.guanyu .cont{
	display: flex;
	overflow: hidden;
	justify-content: space-between;
	margin-top: 64px;

}

.guanyu .contItem{
	flex-shrink: 0;
	width: 649px;

	padding-right: 24px;

	min-height: 180px;

}

.guanyu .contItem.contR{

	border: 0;

	padding-left: 24px;

	padding-right: 0;

}

.guanyu .contItem h3{

	font-size: 24px;

	font-weight: bold;

}

.guanyu .cont .contItem h3 span{

	display: inline-block;

	width: 5px;

	height: 24px;

	background:#e00101 ;

	margin-right: 20px;

	vertical-align: middle;

}

.guanyu .contItem p{

	line-height: 34px;

	color: #777;

	text-align: left;

	font-size: 16px;

	margin: 20px 0;

}

.cultrue{
	padding: 70px 0;
	background: url("../images/culture-bg.png") no-repeat top center;
	background-size: 100% 100%;
}
.cultrue .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cultrue .item{
	width: 146px;
	height: 254px;
	background-color: #ffffff;
	border-radius:120px;
	padding: 7px;
}

.cultrue .item .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 132px;
	height: 132px;
	background-color: #df0000;
	border-radius: 50%;
	color: #fff;
	margin-bottom: 20px;
}
.cultrue .item .icon .img{
	margin-bottom: 16px;
}
.cultrue .item .info{
	line-height: 25px;
}

.staff .item{
	display: block;
	background: #fff;
}
.staff .item .img{
	height:180px;
	overflow: hidden;
}
.staff .item .tit{
	height: 49px;
	line-height: 49px;
	color: #333333;
}

.staff .swiper-button-next,
.staff .swiper-button-prev {
	width: 51px;
	height: 51px;
	background: #dedede;
	border-radius: 50%;

}
.staff .swiper-button-next.swiper-button-white,
.staff .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") center center no-repeat #ededed;
	background-size: 25px 25px;
}

.staff .swiper-button-prev.swiper-button-white,
.staff .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")  center center no-repeat #ededed;
	background-size: 25px 25px;
}