/* 首页 */

.top-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.top-swiper .top-swiper-item {
    width: 100%;
    height: 100%;
}

.top-swiper .top-swiper-item .swiper-pagination-bullet {
    background-color: #ffffff;
	opacity: .4;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    position: relative;
	cursor: pointer;
}
.top-swiper .top-swiper-item .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 26px;
    opacity: 1;
	border-radius: 10px;
}

.top-swiper .top-swiper-item .swiper-slide {
    width: 100%;
    height: 100%;
}

.top-swiper .top-swiper-item .swiper-slide img {
    width: 100%;
    height: 100%;
}




.index-about {
    width:100%;
    padding:90px 0;
	overflow:hidden;
    background-image: url(../img/bgi-about.png);
    background-repeat: repeat;
}
.index-about-contain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.index-about-contain .intro {
	width: 45%;
}
.index-head {
    color: #0b9058;
}
.index-head .en {
    font-family: Times New Roman, sans-serif;
	font-size:48px;
}
.index-head .hr {
    margin-top: 10px;
    position: relative;
    height: 4px;
}
.index-head .hr:before, .index-head .hr:after {
    content: " ";
    position: absolute;
    left: 0;
}
.index-head .hr:before {
    bottom: 0;
    background-color: #f18101;
    height: 4px;
    width: 20px;
    z-index: 3;
}
.index-head .hr:after {
    bottom: 1px;
    border-top: #d1d1d1 dotted 1px;
    width: 4rem;
}
.index-head .cn {
    margin-top: 15px;
	font-size:28px;
}
.index-about-contain .intro .imax {
    margin-top:50px;
    color: #666666;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 160px;
}
.index-about-contain .intro .df {
    margin-top:40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.index-about-contain .intro .df .link {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    max-width: 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: #cdcdcd solid 1px;
    border-radius:20px;
    text-align: center;
    padding:16px 0;
    color: #666666;
	font-size: 16px;
    white-space: nowrap;
}

.index-about-contain .intro .df .link .ico {
    display: block;
    margin-bottom:15px;
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
}
.index-about-contain .intro .df .link .ico {
    -webkit-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}
.index-about-contain .intro .df .link:hover {
    background-color: #0b9058;
    color: #fff;
}
.index-about-contain .intro .df .link:hover .ico {
    background-position: 0 bottom;
}

.index-about-contain .imgBox {
    width: 50%;
    padding-right:40px;
    padding-bottom:30px;
    background-image: url(../img/bgi-about-video.png);
    background-size: auto 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.index-about-contain .imgBox img {
	width:100%;
	height:525px;
}

.index-proudt {
    width:100%;
    padding:90px 0;
	overflow:hidden;
    background:#ebeff4 url(../img/hangtian.png);
	background-repeat:no-repeat;
	background-position:right;
}

.top-tab{
	display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}	
.top-list{
	width:auto;
	height:42px;
}
.top-list .com-type-li {
    padding: 0 28px;
	margin:0 10px;
	display:inline-block;
    height: 42px;
    line-height: 42px;
    background-color: #f1f2f4;
    border-radius: 42px;
    -webkit-border-radius: 42px;
    overflow: hidden;
    z-index: 2;
    font-size: 16px;
	color:#666;
}
.top-list .com-type-li:hover ,.top-list .com-type-li.active{
    background-color: #0b9058;
	color:#fff;
}

.top-list .com-type-lis {
    padding: 0 28px;
	margin:0 10px;
	display:inline-block;
    height: 42px;
    line-height: 42px;
    background-color: #fff;
    border-radius: 42px;
    -webkit-border-radius: 42px;
    overflow: hidden;
    z-index: 2;
    font-size: 16px;
	color:#666;
}
.top-list .com-type-lis:hover{
    background-color: #0b9058;
	color:#fff;
}


.index-proudt_list{
	margin-top:40px;
	width:100%;
}
.index-proudt_list .item{
	width: 23.5%;
	float:left;
    margin-right: 2%;
}
	
.index-proudt_list .item:nth-child(4n+4) {
    margin-right: 0;
}

.index-proudt_list .item .imgs{
	width:100%;
	height:253px;
	overflow: hidden;
	position: relative;
	transition: all .3s;
}
.index-proudt_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;
}
.index-proudt_list .item a:hover .imgs img {
    -webkit-transform: scale(1.08);
}

.index-proudt_list .item .text{
	width:100%;
	padding:20px;
	max-height:100%;
	background-color:#fff;
	border-bottom:solid 2px #0c9b63;
	text-align:center;
	color:#333;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.index-proudt_list .item .text h2{
	font-size:18px;
	margin-bottom:5px;
}
.index-proudt_list .item .text p{
	color:#666;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-proudt_list .item a:hover .text{
	background:#0fa56a;
	color:#fff;
}
.index-proudt_list .item a:hover .text p{
	color:#fff;
}


.index-news {
    width:100%;
    padding:90px 0;
	overflow:hidden;
}
.index-news_list{
	margin-top:40px;
	width:100%;
}
.index-news_list .item{
	width: 23.5%;
	float:left;
    margin-right: 2%;
}
	
.index-news_list .item:nth-child(4n+4) {
    margin-right: 0;
}

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

.index-news_list .item .imgs:before, .index-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);
}
.index-news_list .item .imgs:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(241, 129, 1, 0.8);
}

.index-news_list .item:hover .imgs:before, .index-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;
}
.index-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;
}
.index-news_list .item:hover .imgs:before, .index-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;
}

.index-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%);
}

.index-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%);
}

.index-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;
}
.index-news_list .item a:hover .imgs img {
    -webkit-transform: scale(1.08);
}

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

.index-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;
}

.index-news_list .Pmd01-art-ul0.active {
    display: block;
}
.index-news_list .Pmd01-art-ul0 {
    display: none;
}
