

/* 必要布局样式css */
.banner-box .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
	overflow:visible!IMPORTANT;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 10%;
    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-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;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 50%;
    height: 100%;
    position: relative;
    padding: 0;
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -15px;
   /* -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;*/
    cursor:pointer;
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.banner-box {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
	padding: 40px 0 80px 0;
}

.swiper-container {
    width: 100%;
    margin: 12px 0;
}

.swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: scale(.8);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.7);
    -moz-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
}


.swiper-slide-active,.swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-slide img {
    width: 100%;
    display: block;
}

.swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(0,0,0,.8);
}
.swiper-slide p{margin:0!important; position:relative;}

.swiper-slide p span{ width:100%; height:100%; display:block; position:absolute; top:0; left:0; background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.2)); opacity: 0; transition: all .5s;}

.swiper-slide a{ text-decoration:none; }

.swiper-slide .slidefont01{ padding:20px; opacity: 1; transition: all .5s;}

.slidefont01 h2{ font-size:14px; color:#333; font-weight:bold; margin:0!important; margin-bottom:5px!important; }

.slidefont01 p{ font-size:13px; color:#666; margin:0!important; }

.swiper-slide-active .slidefont01{ opacity: 1; transition: all .5s; }

.swiper-slide-active  p span{opacity: 1; transition: all .5s;}

.slidefont02{ width:86%; height:48%; padding:10% 7%; padding-top: 10%; text-align:center; position:absolute; top:0; left:7%; opacity: 0; transition: all .5s; color:#fff; line-height:22px;}

/*.slidefont02 h1{ font-size:16px; color:#fff; font-weight:bold; margin-bottom:10px; }

.slidefont02 p{ font-size:13px; color:#fff; line-height:22px;}*/

.swiper-slide-active .slidefont02{  opacity: 1; transition: all .5s;}

.swiper-slide-active,.swiper-slide-active:hover {
    -webkit-box-shadow: rgba(0,0,0,.5) 0px 0px 50px;
    -moz-box-shadow: rgba(0,0,0,.5) 0px 0px 50px;
    box-shadow: rgba(0,0,0,.5) 0px 0px 50px;
}

@media screen and (max-width: 668px) {
    .swiper-pagination {
        position: relative;
        margin-bottom: 20px;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: rgba(0,0,0,.8);
    }
}

.banner-arrow div:hover {
    background-color: #4a4a4a;
}

.swiper-button-prev {
    width:40px; height:40px; background:url(./home_left_02.png) no-repeat center!important;
    left: 10px;
}

.swiper-button-next {
    width:40px; height:40px; background:url(./home_right_02.png) no-repeat center!important;
}

.banner-top-one {
    padding-top: 3.311649911295092%;
}
.banner-button-btn {
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 1.8em;
    font-size: 16px;
    font-family: 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Hiragino Sans GB",Arial,"Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei",'PingFang SC', SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #69ca72!important;
    border-radius: 100px;
}

.banner-button-btn{
    background: #cedad0;
    display: inline-block;
    -webkit-transition: border-color .4s,color .4s;
    -moz-transition: border-color .4s,color .4s;
    transition: border-color .4s,color .4s;
    border: 0;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.banner-button-btn, .banner-button-btn::before{
     -webkit-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    -moz-transition-timing-function: cubic-bezier(0.2,1,.3,1);
     transition-timing-function: cubic-bezier(0.2,1,.3,1);
}

.banner-button-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #1a7c29;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7,1,1);
    -moz-transform: scale3d(0.7,1,1);
    -ms-transform: scale3d(0.7,1,1);
    -o-transform: scale3d(0.7,1,1);
    transform: scale3d(0.7,1,1);
    -webkit-transition: -webkit-transform .4s,opacity .4s;
    -moz-transition: -moz-transform .4s,opacity .4s;
    transition: transform .4s,opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    -moz-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    transition-timing-function: cubic-bezier(0.2,1,.3,1);
}

.banner-button-btn:hover::before{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
