@charset "UTF-8";

/*banner*/
.banner{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
	top:0;
}
.swiper-container,.swiper-container3{
    width:1920px;
    height: 600px;
    position: absolute;
    left: -960px;
    margin-left: 50%;
    overflow: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.banner .swiper-slide img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}
.banjt{
    position: absolute;
    top: 50%;
    margin-top:-30px;
    width: 40px;
    height: 60px;
    z-index: 5;
    left: 50px;
    cursor: pointer;
}
.banjt i{
    width: 40px;
    height: 60px;
    background-position: -200px -220px;
}
.swiper-button-prev{
    right: 50px;
    left: auto;
}
.swiper-button-prev i{
    width: 40px;
    height: 60px;
    background-position: -240px -220px;
}
.swiper-pagination{
    text-align: center;
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: 15px;
    left: 0;
    z-index: 88;
}
.swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 4px;    
    cursor: pointer;
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 0px 4px rgba(0,0,0,0.35);
    box-shadow: 0 0px 4px rgba(0,0,0,0.35);
    background: rgba(255,255,255,0.5);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: rgba(255,255,255,1);
}


/*about*/
.about{
    width: 100%;
    background: url(../images/about_nr_bg_02.jpg) no-repeat center top;
}
.about-box{
    background: url(../images/about_bg_09.jpg) no-repeat center center;
    position: relative;
    height: 500px;
}
.about_main{
    position: absolute;
    right: 0;
    top: 80px;
    width: 550px;
    padding: 40px;
    background: rgba(255,255,255,0.7);
}
.about-box p{
    color: #444444;
    font-size: 15px;
    line-height: 34px;
}
.about a{    
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #66c681;
    display: block;
    font-size: 15px;
    margin-top: 20px;
    border-radius: 5px;
    text-align: center;
}

/*pro*/
.pro-til{
    margin-top: 80px;
}
.pro{
    background:#f4f9f5;
    padding: 65px 0;
}
.pro .container{
    position: relative;
}
.swiper-button-next2,.swiper-button-prev2{
    width: 28px;
    height: 46px;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top:-23px;
    display: block;
    cursor: pointer;
    background: url(../images/left_jt.png) no-repeat center center;
}
.swiper-button-prev2{
    left: auto;
    right: -40px;
    background: url(../images/right_jt.png) no-repeat center center;
}
.pro .swiper-slide .team-pic{
    text-align: center;
}
.pro .swiper-slide:hover .team-pic img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.pro .swiper-slide{
    background: #fff;
}
.pro h2{
    text-align: center;
    font-size: 444444;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
}
.pro .swiper-slide:hover h2{
    color: #66c681
}
.swiper-container2{
    width: 100%;
    overflow: hidden;
}

/*wenan*/
.join{
    width: 600px;
    float: left;
}
.join-box{
    widt:100%;
}
.join-main{
    background: url(../images/join_bg_09.jpg) no-repeat left top;
    height: 400px;
    padding-left: 345px;
}
.join-main h3{
    color: #444444;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 0;
}
.join-main p,.join-main b{
    color: #4f4f4f;
    font-size: 14px;
    line-height: 25px;
}

/*news*/
.news{
    width: 540px;
    float: right;
}
.news li{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width:100%;
}
.news .news-box{
    position: relative;
    padding-left: 12px;
}
.news .news-box::before{
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    border: 4px solid transparent;
    border-left: 6px solid rgb(57,160,55);
}
.news .news-box em{
    float: left;
    color: #666666;
    font-size: 14px;
    padding-right: 10px;
    line-height: 38px;
}
.news .news-box h3{
    color: #8d8d8d;
    font-size: 15px;
    line-height: 38px;
    display: inline-block;
    width: 55%;
}
.news .news-box h3 a{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 38px;
    height: 38px;
    word-break: break-all;
}
.news li:hover .news-box h3 a{    
    color: #66c681;
}
.news .news-box span{
    color: #888888;
    font-size: 15px;
    font-weight: 400;
    line-height: 38px;
    float: right;
}

/*store*/
.store{
    background: #f3faff;
    margin-top: 40px;
    padding-bottom: 40px;
}
.store ul{
    margin:0 -10px;
}
.store li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width:33.33%;
}
.store li a{
    display: inline-block;
    position: relative;
    margin: 0 10px;
}
.store li a h2{
    position: absolute;
    background: rgba(0,0,0,0.6);
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    line-height: 315px;
    text-align: center;
    color: #ffff;
    font-size: 15px;
    font-weight: 700;
    opacity: 0;
    -webkit-transform: scale(0.02);
    -moz-transform: scale(0.02);
    -ms-transform: scale(0.02);
    -o-transform:scale(0.02);
    transform: scale(0.02);
}
.store li:hover a h2{    
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}