.none-banner {
    height: 90px;
    background: #fff;
}




/*板块标题*/
.block-title {}
.block-title h5 {
    display: inline-block;
    font-size: 48px;
    color:#014588;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#2fb8fa 0,#004386 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-title h6 {
    font-size: 20px;
    color:#3a3a3a;
    opacity:0.6;
    margin:30px 0 0 0;
}
/*板块标题 end*/



/*关于品牌板块标题*/
.base-title {
    padding:2% 0;
}
.base-title p {
    font-size: 36px;
    color: #dcdddd;
    line-height: 2.0;
    *text-transform: uppercase;
    font-family: 'Futura-Medium';
}
.base-title h3 {
    position: relative;
    font-size: 32px;
    color: #2d2926;
    margin:0 0 20px 0;
}
.base-title h4 {
    font-size: 16px;
    color:#999;
    line-height: 1.8;
    
}
@media screen and (max-width:1024px) {
.base-title {
    padding:8% 0;
}
.base-title h3 {
    font-size: 20px;
}
.base-title i {
    margin: 3% auto 3% auto;
}
.base-title p {
    font-size: 18px;
}
.base-title h4 {
    font-size: 14px;
    color:#999;
    line-height: 1.8;
    
}
}


/*按钮*/
.go.center {
    text-align: center;
}
.go a,.seemore {
    position:relative;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #074425;
    width: 160px;
    line-height: 44px;
    border-radius: 0px;
    border: 2px solid #074425 ;
    background: transparent;
    z-index: 0;
}
.go a.other {
    color: #fff;
    border: 2px solid #0aaf58;
    background: rgba(24,175,88, 0.5);

}
.go a:hover,.seemore:hover,a.go-active{
    color: #fff;
    border: 2px solid #0aaf58;
    background: #0aaf58;
}
.go a:hover:before,.seemore:hover:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../images/gobackground.svg);
    background-size: 4px;
    background-repeat: repeat;
    opacity: .2;
}
@media screen and (max-width:1024px){
.go.center {
    text-align: center;
}
.go a,.seemore {
    font-size: 14px;
    width: 160px;
    height: 40px;
    line-height: 40px;
}
}
/*按钮 end*/

/*swiper*/
.pagination-base.swiper-pagination {
    z-index: 1;
}
.pagination-base.swiper-pagination span {
    width: 20px;
    height: 3px;
    border-radius:0px;
    background: #f6f6f6;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
}
.pagination-base.swiper-pagination span.swiper-pagination-bullet-active {
    width: 20px;
    background:#0aaf58;
}

@media screen and (max-width:1024px) {
.pagination-base.swiper-pagination {
    z-index: 1;
}
.pagination-base.swiper-pagination span {
    width: 10px;
    height: 1px;
    margin: 0 5px!important;
}
.pagination-base.swiper-pagination span.swiper-pagination-bullet-active {
    width: 10px;
}   
}
/*swiper*/


/*用户登录界面*/
.mip-reg-heading {
    color: #0aaf58;
}
.register_index {}
.register_index .btn-primary {
    background: #0aaf58;
    border: 2px solid #0aaf58;
}
.register_index .btn-primary:hover {
    color: #fff;
    border: 2px solid #0aaf58;
    background: #ffcd00;
}
/*用户登录界面*/