
.swiper {
        width: 100%;
        height: 450px;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-size:auto 450px;
        background-repeat: no-repeat;
        background-position: center;
      }

      
      .swiper-pagination-bullet{
        width: 15px;
        height: 15px;
      }
      .swiper-pagination-bullet-active{
        background: rgba(242, 110, 70, 0.8);
      }

.nav-bar{
	width: 100%;
	background: rgba(0,156,118,0.6);
	height: 80px;
	font-size: 0;
}
.nav-bar .ite{
	display: inline-block;
	border-right: rgba(255,255,255,0.2) 1px solid;
	border-left: rgba(0,0,0,0.1) 1px solid;
	height: 80px;
	width: 300px;
	vertical-align: top;
	position: relative;
}

.nav-bar .main .ite:last-child{
	border-right: none;
}
.nav-bar .main .ite a{
	display: block;
	height: 80px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 18px;
	color: #fff;
	padding: 20px 0 0px 0;
}
.nav-bar .main .ite:nth-child(1) a{
	width:170px;
	}
.nav-bar .main .ite a p{
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	padding-top: 10px;
	white-space: nowrap;
}
.nav-bar .main .pro a{
	background: url(../images/p01_03.png) no-repeat left center / 43px;
	padding-left: 55px;
}
.nav-bar .main .hon a{
	background: url(../images/hon_03.png) no-repeat left center / 44px;
	padding-left: 56px;
}
.nav-bar .main .act a{
	background: url(../images/act_03.png) no-repeat left center / 52px;
	padding-left: 64px;
}
.nav-bar .main .his a{
	background: url(../images/his_03.png) no-repeat left center / 52px;
	padding-left: 64px;
}
.product .title{
	padding: 40px 0;
	font-size: 20px;
	font-weight: bold;
	color: #009c76;
}
.product .title span{
	padding-right: 30px;
	position: relative;
}
.product .title span:after{
	content: '';
	width: 2px;
	height: 17px;
	background: #009c76;
	position: absolute;
	right: 15px;
	top: 5px;
}
.product .list{
   font-size: 0;
}
.product .list .ite{
	display: inline-block;
	vertical-align: top;
	width: 240px;
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	position: relative;
	overflow: hidden;

}
.product .list .ite .img{
	width: 238px;
	height: 198px;
	overflow: hidden;
	
}
.product .list .ite .img img{
	width: 100%;
	transform: scale(1);
	transition: all .3s ease;
}
.product .list .ite:hover .img img{
	transform: scale(1.2)
}
.product .list .ite .name{
	background: #66c4ad;
	height: 35px;	
	text-align: center;	
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	transition: all .3s ease;
	padding-top: 0;
}
.product .list .ite .name .pro-name{
	line-height: 35px;
	height: 35px;
	font-size: 14px;
}
.product .list .ite .name .pro-en{
	font-size: 14px;
	text-transform: uppercase;
	padding:10px 0 25px 0;
	font-family: arial;
	color: #fff;
}
.product .list .ite .name .pro-more{
	width: 80px;
	height: 25px;
	line-height: 25px;
	background: #fff;
	color: #009c76;
	font-size: 12px;
	margin: 0 auto;
}
.product .list .ite:hover .name{
	height: 100%;
	padding-top: 40px;
}
.product .list .ite:hover .name .pro-name{
	font-size: 18px;
	font-weight: bold;
}
.product .list .more{
	background: #009c76;
	transition: all .3s ease;
	height: 198px;
}
.product .list .more a{
	display: block;
	width: 100%;
	height: 198px;
	line-height: 198px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.product .list .more:hover{
	background: #f26e46;
}
.honor  .list .ite{
	overflow: inherit;
}
.honor  .list .ite .img{
	height: 175px;
}
.honor  .list .more{
	height: 175px;
	
}
.honor  .list .more a{
	line-height: 175px;
}
.honor  .list .hon-name{
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.honor .main .list .ite:hover .img img{
	transform: scale(1);
}
.honor .title{
	padding: 20px 0;
}
.honor .title div{
	display: inline-block;
	vertical-align: middle;
}
.honor .title div:nth-child(2){
	padding-left: 20px;
}

@media screen and ( max-width: 980px ) {
	body{
		padding-top: 1.1rem;
	}
	
	.swiper {
        height: 4.6rem;
    }
    .swiper-slide{
	background-size:auto  4.6rem;
    }
    .swiper-pagination-bullet{
        width: 0.266667rem;
        height: 0.266667rem;
    }
.nav-bar{	
	height: auto;
	display: flex;
	flex-wrap: wrap;	
}
.nav-bar .ite{	
	border-right: rgba(255,255,255,0.1) 1px solid;
	border-left: rgba(0,0,0,0.1) 1px solid;
	border-top: rgba(255,255,255,0.1) 1px solid;
	border-bottom: rgba(0,0,0,0.1) 1px solid;
	height: 1.6rem;
	width: 50%;
	vertical-align: top;
	position: relative;
}
.nav-bar .main .ite:nth-child(1),.nav-bar .main .ite:nth-child(2){
	border-top: none;
}

.nav-bar .main .ite:last-child{
	border-right: none;
}
.nav-bar .main .ite a{	
	height: 1.6rem;	
	font-size: 0.373333rem;
	padding: 0.433333rem 0 0px 0;
	width: 80%;
}
.nav-bar .main .ite a p{
	font-size: 0.24rem;

	padding-top: 0.2rem;

}
.nav-bar .main .pro a{
	background: url(../images/p01_03.png) no-repeat left center / 0.84rem;
	padding-left: 1.106667rem;
}
.nav-bar .main .hon a{
	background: url(../images/hon_03.png) no-repeat left center / 0.853333rem;
	padding-left: 1.146667rem;
}
.nav-bar .main .act a{
	background: url(../images/act_03.png) no-repeat left center / 0.96rem;
	padding-left: 1.226667rem;
}
.nav-bar .main .his a{
	background: url(../images/his_03.png) no-repeat left center / 0.96rem;
	padding-left: 1.226667rem;
}
.product .title{
	padding: 0.8rem 0;
	text-align: center;
	font-size: 0.453333rem;

	color: #009c76;
}
.product .title span{
	padding-right:0.933333rem;

}
.product .title span:after{
	content: '';
	width: 0.053333rem;
	height: 0.373333rem;
	right: 0.466667rem;
	top: 0.133333rem;
}
.product .list{
   padding: 0.066667rem;
   display: flex;
   flex-wrap: wrap;
}
.product .list .ite{
	width: 50%;
	border: #fff 0.066667rem solid;
}
.product .list .ite:nth-child(4){
	display: none;
}
.product .list .ite .img{
	width: 100%;
	height: 3.8rem;
	overflow: hidden;
	
}

.product .list .ite:hover .img img{
	transform: scale(1)
}
.product .list .ite .name{
	height:0.933333rem;	
}
.product .list .ite .name .pro-name{
	line-height: 0.933333rem;
	height:0.933333rem;
	font-size: 0.32rem;
}
.product .list .ite .name .pro-en{
	display: none;
}
.product .list .ite .name .pro-more{
	display: none;
}
.product .list .ite:hover .name{
	height:0.933333rem;
	padding-top: 0px;
}
.product .list .ite:hover .name .pro-name{
	font-size: 0.32rem;
	font-weight: normal;
}
.product .list .more{
	background: #009c76;
	transition: all .3s ease;
	height: 3.9rem;
}
.product .list .more a{
	
	height:3.9rem;
	font-size: 0.373333rem;
	line-height: 3.9rem;
	
}
.honor  .list .ite .img{
	height: 3.533333rem;
	
}
.honor  .list .more{
	height:3.626667rem;
	
}
.honor  .list .more a{
	line-height: 3.6rem;
}
.honor  .list .hon-name{
	font-size: 0.32rem;
	height: 0.933333rem;
	line-height: 0.933333rem;

}

.honor .title{
	padding: 0.533333rem 0;
}
.honor .title div{
	display: inline-block;
	vertical-align: middle;
}
.honor .title div:nth-child(2){
	padding-left: 20px;
}
.honor .title div img{
	height: 0.933333rem
}


}