/* 关于我们 */

.banner {
    width: 100%;
    height: 400px;
}

.banner img {
    width: 100%;
    height: 100%;
}



.content {
    width:100%;
	padding:120px 0;
	overflow: hidden;
    background-image: url(../img/about_bj.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content .center-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.content .left-box {
    width: 768px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.content .left-box h2{
	font-size: 38px;
	margin-bottom:10px;
}
.content .left-box h3{
	color: rgb(85, 85, 85);
    font-size: 26px;
}

.content .left-box .hr_time{
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top:30px;
}

.content .left-box .hr_time .ev-line{
	width:376px;
	height:1px;
	display:inline-block;
	background-color:#eeeeee;
	margin-top:70px;
}

.content .left-box .hr_time span{
	font-size: 26px;
	color:#666666;
	margin-top:40px;
	padding-left:10px;
}

.content .left-box .hr_time .num-e{
	font-size: 68px;
	color:#f97c3e;
	font-family:"Impact";
	padding-left:10px;
}


.content .left-box .top-text {
    width: 100%;
    height: auto;
	margin-top:30px;
}

.content .left-box .top-text .top-title {
    font-size: 30px;
    color: #333333;
    margin-bottom: 44px;
}

.content .left-box .top-text p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.content .right-img{
    width: 548px;
    height: 447px;
}
.content .right-img img{
    width: 100%;
    height: 100%;
}


.qywh{
    width:100%;
	padding:100px 0;
    background-image: url(../img/wenhua_bj.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


.qywh .tit{
	text-align:center;
	color:#fff;
}
.qywh .tit h3{
	font-size: 16px;
    font-weight: 400;
	margin-top:10px;
}
.qywh .tit h2{
	font-size: 38px;
    font-weight: 400;
}
.wenhua_list ul{
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin:60px 0 0 0;
}
.wenhua_list ul li{
	width:33%;
	text-align:center;
	border-right: rgb(255, 255, 255, .2) 1px solid;
	color:#fff;
	list-style:none;
}
.wenhua_list ul li:nth-child(3n) {
	border-right:none;
}

.wenhua_list ul li h3{
	line-height: 40px;
	margin-top: 30px;
	font-size:24px;
}
.wenhua_list ul li p{
	font-size:16px;
	padding:0 50px;
	color: rgba(255, 255, 255, 0.62);
	margin-top:20px;
	line-height:30px;
}



.fuwuys{
	width:100%;
	overflow:hidden;
	padding: 106px 0 84px;
}
.fuwuys .tit{
	text-align:center;
	color:#333;
}
.fuwuys .tit h3{
	font-size: 16px;
    font-weight: 400;
	color:#666;
	margin-top:10px;
}
.fuwuys .tit h2{
	font-size: 38px;
    font-weight: 400;
}

.find-box {
    width: 100%;
	margin-top:50px;
}

.find-small {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    width: 700px;
    height: 130px;
    float: left;
    margin-bottom: 40px;
}

.find-box .find-small:nth-child(2n + 1) {
    margin-right: 40px;
}


.find-pic {
    width: 140px;
    height: 130px;
    position: relative;
    float: left;
}

.find-pic>img {
    height: 100%;
    width: 100%;
}

.find-right {
    padding: 29px 80px 26px 55px;
    float: left;
    width: 560px;
	background-image: url(../img/cd37.png);
    background-repeat: no-repeat;
    background-position: right;
    right: 0;
    background-position-x: 520px;
    overflow: hidden;
}

.find-right>h3 {
    font-size: 20px;
    font-weight: bold;
    color: #f97c3e;
    margin-bottom: 14px;
    text-align: left;
    line-height: 22px;
}

.find-right>p {
    font-size: 15px;
    line-height: 20px;
    color: #555;
    text-align: left;
}

