/* 关于我们 */

.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;
}
.main .cer2{
	overflow:hidden;
}
.news_list{
	width:100%;
	overflow:hidden;
}
.news_list .item{
	width: 23%;
	float:left;
    margin-right:2.5%;
	margin-bottom:2.5%;
}
	
.news_list .item:nth-child(4n+4) {
    margin-right: 0;
}

.news_list .item .imgs{
	width:100%;
	height:215px;
	overflow: hidden;
	position: relative;
	transition: all .3s;
}

.news_list .item .imgs:before, .news_list .item .imgs:after {
    content: " ";
    z-index: 3;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.news_list .item .imgs:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(241, 129, 1, 0.8);
}

.news_list .item:hover .imgs:before, .news_list .item:hover .imgs:after {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
}
.news_list .item .imgs:after {
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    border: rgba(255, 255, 255, 0.7) solid 1px;
}
.news_list .item:hover .imgs:before, .news_list .item:hover .imgs:after {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 1;
    visibility: visible;
}

.news_list .item .imgs .zoom {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 50%;
	font-size: 14px;
    color: #fff;
    padding-top:50px;
    background-image: url(../img/btni-zoom.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-transition: all 250ms ease 0ms;
    transition: all 250ms ease 0ms;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news_list .item:hover .zoom {
    -webkit-transition: all 250ms ease 150ms;
    transition: all 250ms ease 150ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news_list .item .imgs img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform .5s ease;
    object-fit: cover;
    max-height: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.news_list .item a:hover .imgs img {
    -webkit-transform: scale(1.08);
}

.news_list .item .text{
	width:100%;
	padding:25px 20px;
	color:#333;
	background-color:#fff;
}
.news_list .item a:hover .text h2{
	color:#0b9058;
}
.news_list .item .text h2{
	font-size:18px;
}
.news_list .item .text p{
	color:#666;
	line-height:1.6;
	margin:10px 0;
}

.news_list .item .time {
    display: block;
    margin-top:20px;
    font-size: 14px;
    color: #999999;
    padding-left:20px;
    height: 18px;
    line-height: 18px;
    background-image: url(../img/icos-time.png);
    background-size: auto;
    background-position: 0 50%;
    background-repeat: no-repeat;
}




.mainleft {
    width:75%;
	background:#fff;
	float:left;
	overflow:hidden;
	padding:60px 40px;
}
.atc-h {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    position: relative;
}
.atc-h h1 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin-bottom:10px;
}
.atc-date {
    font-size: 14px;
    color: #888;
    line-height: 30px;
}
.atc-date span {
    display: inline-block;
    margin-right: 48px;
}
.atc-con {
    padding:40px 0;
    font-size: 16px;
    line-height:2;
    color:#666;
    text-align: justify;
}
.atc-con *{
	max-width: 100%!important;
}

.atc-pn {
    position: relative;
	height:60px;
    padding-top: 26px;
    padding-right: 160px;
    border-top: 1px solid #ddd;
}
.atc-pn a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 34px;
}
.atc-pn a.ret {
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    background-color: #0b9058;
    width: 110px;
    height: 34px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-top: 0;
}

.mainright {
    width:23%;
	background:#fff;
	padding:30px;
	overflow:hidden;
	float:right;
}
.mainright .title {
    height: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 40px;
    color: #0b9058;
}
.relnewslist li {
    border-bottom: 1px solid #e7e7e7;
}
.relnewslist li a {
    display: block;
}
.relnewslist .pic {
    width:100%;
    height:180px;
    position: relative;
    overflow: hidden;
}
.relnewslist .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.relnewslist li:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.relnewslist .wz {
    padding:10px 0;
}
.relnewslist h3 {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.relnewslist .date {
    color: #666;
    font-size: 12px;
}
.relnewslist li:hover h3 {
    color: #0b9058;
}






