/* 关于我们 */

.inbanner {
    width: 100%;
    height: 460px;
    position: relative;
    overflow: hidden;
}
.inbanner > img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    width: 1920px;
    height: 100%;
    z-index: 0;
}
.inbanner .cer {
    height: 100%;
    position: relative;
    text-align: center;
}
.ibcatein {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 1;
    margin-top: -58px;
    color: #fff;
    padding-bottom: 24px;
}
.ibcatein .cn {
    font-size: 28px;
    line-height: 46px;
}
.ibcatein .en {
    font-size: 34px;
    line-height: 46px;
    font-family: 'arial';
    text-transform: uppercase;
}
.ibcatein:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    width: 40px;
    height: 5px;
    margin-left: -20px;
    background-color: #fff;
}


.main{
	width:100%;
	background-color:#f7f7f7;
	padding:60px 0;
}
.main1{
	width:100%;
	padding:60px 0;
}

.center_box {
    background:#fff;
	overflow:hidden;
	padding:40px;
    font-size: 16px;
    line-height: 36px;
    color: #666;
}


.rongyu{
	width:100%;
	overflow:hidden;
}
.rongyu li{
	width:22.5%;
    float:left;
    margin-right:3%;
	margin-bottom:3%;
}
.rongyu li:nth-child(4n+4) {
    margin-right: 0;
}

.rongyu li .imgs {
    background-color: #fff;
	height:272px;
	overflow:hidden;
	padding:30px;
	position: relative;
}
.rongyu li .imgs .img{
	position: absolute;
    justify-content: center;
    top: 1.5vw;
    left: 1.5vw;
    right: 1.5vw;
    bottom: 1.5vw;
    overflow: hidden;
	    display: flex;
	}
.rongyu li .imgs img {
height: 100%;
    max-width: 100%;
    object-fit: cover;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
	margin:0 auto;
}
.rongyu li a:hover .imgs img {
    -webkit-transform: scale(1.08);
}

.rongyu li p{
	padding:25px 0;
	border-bottom:solid 1px #e9e9e9;
	font-size:16px;
	color:#666;
	text-align:center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rongyu li:hover p{
	border-bottom:solid 1px #0b9058;
	color:#0b9058;
}

.lichenlist {
    width: 100%;
    padding: 140px 0 132px;
    position: relative;
    margin: 45px auto 0;
}
.lichenlist:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
    width: 0;
    bottom: 67px;
    border-left: 4px solid #22a086;
    margin-left: -2px;
}
.lichenlist i.start {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    width: 31px;
    height: 31px;
    margin-left: -15px;
    background: url(../img/dotfz1.png) center no-repeat;
}
.lichenlist i.end {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: 4px;
    height: 60px;
    margin-left: -2px;
    background: url(../img/san.png) center no-repeat;
}

.lichenlist li {
    padding-left: 55%;
    position: relative;
    z-index: 1;
    background: url(../img/dotfz.png) center 100px no-repeat;
    margin-top: -70px;
}

.lichenlist li .inner {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
}
.lichenlist li .fzcon {
    width: 100%;
    height: 100%;
}
.lichenlist li .tbcell {
    padding: 20px 38px 34px;
}
.lichenlist li .year {
    height: 74px;
    margin-bottom: 16px;
    position: relative;
    border-bottom: 2px solid #eee;
    font-size:28px;
    color: #26a780;
    font-family: 'arial';
    line-height: 74px;
}
.lichenlist li .year:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 0;
    width: 104px;
    height: 2px;
    background-color: #26a780;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.lichenlist li .txt {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
}
.lichenlist li:nth-child(2n) {
    padding-right: 55%;
    padding-left: 0;
}