@charset "utf-8";
.container-fluid{
    width:100%;
    max-width: 1530px;    margin: auto;
}
header{
    width:100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;   
    position: fixed;   
    top: 0;
    left: 0; 
    z-index: 99;
}
.header{
    padding: 20px 0px;
    max-width:1920px;   
}
.header .logo img{
    height: 65px;
    width: auto;
    transition: all .5s;  
}
.header .tel{
    font-size: 28px;
    color: #3bb149;
    font-weight: 900;
    margin-top: 10px;
    margin-right: 15px;
}
.header .tel i{
    font-size: 28px;
    font-weight: 300;
}
header .nav{
    padding: 15px 0px 0px;
}
header .nav>ul{
    margin:0px auto 0px auto;
    transition: all .5s;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
header .nav>ul>li{
    display: inline-block;
    padding: 0 0px;
    padding-right: 40px;
    position: relative;
}
header .nav>ul>li>a{
    display: block;
    position: relative;
    font-size: 20px; 
    line-height: 40px;
}
header .nav>ul>li>a>b{
    display: block;
    height:3px;
    width:100%;
    background:#3bb149;
    position: absolute;
    left:0;
    bottom:0;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
header .nav>ul>li:hover a,header .nav>ul>li.active a{
    color: #3bb149;
}
header .nav>ul>li:hover a>b{
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
}
header.on{
    background: #fff;
}
header.on .header{
    padding: 15px 0px;
}
@media(max-width:992px){
    .header {
        padding: 10px 0px;
    }
    .header .logo img {
        height: 45px;
    }
    header .nav{
        position: fixed;
        left:-100vw;
        top: 0px;       
        width:60%;
        height:calc(100vh - 0px);
        background:rgba(0,0,0,0.8);
        transform: translateX(0);
        overflow: hidden;      
        z-index:-1;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;   
    }
    header .nav ul{
        padding-top: 70px;
         display: block;
        transition: all .5s;    
    }
    header .nav ul li{
        display: block;
        padding: 5px 20px;    
        position: relative;
    }
    header .nav ul li a{
        color: #fff;
        display: block;
        position: relative;
        font-size: 14px;     
        line-height: 30px;       
    }
    header .nav>ul>li .logo{
        padding-bottom: 50px;
    }
    header .nav>ul>li:hover a,header .nav>ul>li.active a{
        color: #3bb149;
    }
    header .nav.show{
        left:0;
    }
    
}

/* banner */
.banner{
    position: relative;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.banner .banner-txt{   
    text-align: right;
    width:100%;    
    position: absolute;
    left:0%;
    top:25%;    
    /* padding-top:16%; */
    z-index: 9;   
}

.banner .banner-txt h3{
    font-size:46px;  
    font-weight: 700;
    display: inline-block;
}
.banner .banner-txt h3 span{
    display: block;
    font-size:24px;
    font-weight: 400;;
    line-height: 1.8em;margin: 0 auto;
    width:90%;padding: 20px;
}
.banner .banner-txt p{
    font-size: 32px;
    line-height: 1.5em;
    font-weight: 500;
    margin:15px 0px;   
}
.banner .banner-txt .colorfont{background-image: linear-gradient(180deg, #1890ff 0%, #006bff 50% );-webkit-background-clip: text;    color: transparent;}
.banner .banner-txt .subtext{font-size:22px;line-height: 2em;letter-spacing:3px;}
@media(max-width:1600px){
    .banner .banner-txt h3{font-size:36px; }
}
/* @media(max-width:992px){
    .banner .banner-txt h3{
        font-size: 20px;
        line-height: 1.3;
        display: block;
    }
    .banner .banner-txt h3 span{       
        font-size: 16px;       
    }    
} */
.banner .banner-txt .textinfo{text-align: left;}
@media(max-width:992px){
    .banner .banner-txt{top:20%;}
    .banner .banner-txt h3{width: 100%;font-size:30px;}
    .banner .banner-txt .subtext{line-height: 1.5em;letter-spacing: 2px;}
}
@media(max-width:512px){
    .banner .banner-txt {
        top: 10%;
    }
    .banner .banner-txt p{font-size:20px;}
    .banner .banner-txt .subtext{font-size:15px;}
}
.common{
    padding-top:80px;
    padding-bottom:80px;
}
.title{
    font-size: 35px;
    color: #2b2b2b;   
    line-height:1.2;
    position: relative;
    font-weight: 300; 
    margin-bottom: 25px;   
}
.title span{
    color: #e5e4e4;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
}
.title:after {
    content: "";
    display: block;
    background: #3bb149;
    width: 80px;
    height: 3px;
    margin: 5px auto;
}
@media (max-width:767px){
    .common{
       padding-top:25px;
       padding-bottom:25px;
    }
    .title{
        font-size: 22px;
    } 
    .title span {
        font-size: 26px;
    }    
}

.homeLink{
    position:relative; 
    display: inline-block;
    line-height:40px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius:35px;
    padding: 5px 50px;
    overflow:hidden;
    color:#fff; 
    background:#d6000f;
    transition: all 0.3s ease-in-out;
}
.homeLink:hover{  padding: 5px 80px; color:#fff;}
@media(max-width:767px){
    .homeLink{
        padding: 4px 40px;
    }
    .homeLink:hover{  padding: 4px 40px; color:#fff;}
}
@media(max-width:512px){
    .homeLink{
        font-size: 14px;
        line-height:20px;
        padding: 4px 20px;
    }
}

/*首页关于我们*/
.product,.product-box{
    background: #fff;   
    position: relative;
    z-index: 1;
}
.product .common{
    padding-top:80px;
    padding-bottom:80px;
}
.product-box:first-child:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 100%;
    z-index: 0;
    background: #f7f7f7;
}
.product-box:last-child:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 100%;
    z-index: -1;
    background: #f7f7f7;
}
.product-box{    
    margin: 0px auto;
}
.product-box ul{
    display: flex;flex-direction:row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0px;
}
.product-box ul li{
    width: 50%;
}
.product-box:nth-child(2n) ul{
    flex-direction:row;
    text-align: right;
}
.product-box .product-img{
    overflow: hidden;
    position: relative;
}
.product-box .product-img img{
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s ease;
}
.product-box .product-img:hover img{
     transform: scale(1.1);
}
.product-box .pronav-con{
    position: relative;
    overflow: hidden;
    padding: 50px;
}
.pronav-con .nav-name{
    font-size: 20px;
}
.pronav-con .nav-name span{
    font-size: 30px;
    color: #e5e4e4;
    font-weight: 900;
    display: block;
    line-height: 1;
    text-transform: uppercase;
}
.product-box:nth-child(2n) .pronav-con .nav-name:after{
    margin: 5px 0 5px auto;
}
.pronav-con .nav-name:after {
    content: "";
    display: block;
    background: #1890ff;
    width: 80px;
    height: 3px;
    margin: 5px auto 5px 0;
}
.pronav-con b{
    font-size: 16px;    color: #666;line-height: 1.8em;
    display: block;
    margin: 30px 0;
}
.pronav-con h5{
    font-size: 35px;
    line-height: 1.4; 
}
.pronav-con .more{    
    font-size: 24px;
    color: #c6c6c6;
    font-weight: 700; 
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

/*产品栏目列表*/
.product-nav {
    position: absolute;
    width: 100%;
    bottom: 10%;
    z-index: 9;
    color: #fff;
}
.product-nav .qlink{
    font-size: 20px;
    padding: 10px 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.product-nav h5{
    font-size: 20px;
    font-weight: 300; 
}
.product-nav ul li{
    transition: all 0.4s;
}
.product-nav ul li a{
    display: block;
    color: #fff;  
}
.product-nav ul li i img{
    width: auto;
    max-width: 100%;
}
.product-nav ul li:hover{
    margin-top: -10px;
}
@media (max-width:992px){
    .product-nav {
        position: relative;
        color: #2b2b2b;
    }
    .product-nav ul li a{
        color: #2b2b2b;
    }
    .product-nav h5 {
        font-size: 14px;        
    }
    .product-box ul {        
        margin: 0px 0px;
    }
    .product-box .pronav-con{
        padding: 20px 10px;
    }
    .pronav-con h5 {
        font-size:18px;
    }
    .pronav-con .more {
        font-size: 14px;display: inline-block;padding: 10px 0;
    }
}

/*解决方案*/
.solution{
    background: #fff;
    position: relative;
}
.solution:after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 62%;
   background: #f7f7f7;
}
.solution .swiper-slide{
    position: relative;
    font-size: 16px;
}
.solution .about-txt{
    padding-left: 30px;
}
.solution .atitle{
    font-size: 35px;
    padding: 15px 0px;    
    font-weight: 300;
    margin-bottom: 50px;
}

.solution .about-li{
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.solution .about-li li{    
    display: inline-block;    
}
.solution .about-li li a{
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #c6c6c6;
}
.solution .about-li li img{
    width: 95px;
}
.solution .about-img{ 
    text-align: left;
    position: absolute;
    top: 0px;
    left: 0;
    width: 50%;   
}
.solution .about-img img{
    width: 100%;
}
@media (max-width:992px){     
    .solution .atitle {
        font-size: 16px;
        margin-bottom: 10px;
    }    
    .solution .about-img {        
        position: relative;      
        width: 100%;
    }
    .solution .about-li {
        position: relative;        
        margin: 15px 0px;
    }
    .solution .about-li li a {        
        font-size: 15px; 
    }
    .solution .swiper-slide {       
        font-size: 14px;
    }
    
}


/*advantage*/
.advantage{
    background: #fff;
    padding-top: 80px;
}
.advantage .par-tab{
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 25px;
}
.advantage .par-tab li a{
    padding: 15px 80px;
    margin-right: 10px;    
    border-bottom: 2px solid #eff2f4;    
    font-size: 20px;
    display: block;
    transition: all 0.6s;
}
.advantage .par-tab li.active a,.advantage .advantage .par-tab li a:hover{
    color: #3bb149;
    font-weight: 800;
    border-bottom: 2px solid #3bb149;
}
@media (max-width:992px){
    .advantage .par-tab li a{          
        font-size: 16px;
        padding: 5px 0px;
    }
}
.advantage .tab-content ul{
    background: url(../img/advantage.jpg) no-repeat center;
    padding: 58px 0px;
}
.advantage .tab-content .tab-name{
    font-size: 35px;
    line-height: 3;
    text-align: center;
    font-weight: 900;
}
.advantage .tab-content ul>div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advantage .tab-content ul li{
    width: 20%;    
    text-align: center;
    margin-bottom: 15px;
}
.advantage .tab-content ul li img{
    width: auto;
    max-width: 100%;
}
.advantage .tab-content ul li h3{
    font-size: 50px;
    line-height: 1.4;
    font-weight: 800;
    color: #919190;
    margin: 0px 0px 10px;
}
.advantage .tab-content ul li h3:after{
    content: "";
    width: 30px;
    height: 2px;
    background: #f1d90f;
    display: block;
    margin: 0px auto;
}
.advantage .tab-content ul li h5{
    font-size: 20px;
    line-height: 1.4;
    font-weight: 800;
    margin: 20px 0px 0px;
}
.advantage .tab-content ul li h5 span{
    display: block;
    font-size: 16px;
    font-weight: 200;
    margin-top: 10px;
}
@media (max-width:992px){
    .advantage .tab-content .tab-name {
        font-size: 16px;
    }
    .advantage .tab-content ul{
        padding: 30px 0px;
    }
    .advantage .tab-content ul li {
        width: 31%;
    }
    .advantage .tab-content ul li h3 {
        font-size: 24px;
    }
    .advantage .tab-content ul li img {
        width: 40%;
    }
    .advantage .tab-content ul li h5 {
        font-size: 14px;
    }
    .advantage .tab-content ul li h5 span {
        display: block;
        font-size: 12px;
    }
}
/*合作伙伴*/
.partner{
    background: #fff;
}
.partner .partner-img{
    text-align: center;
    background:#fff;
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,.2);    
    padding: 0px;
    overflow: hidden;
    transition: all 0.6s;
    margin: 15px 0px;
}
.partner .partner-img img{
    max-width: 100%;
    width: auto;
    transition: all 0.6s;
}
.partner .partner-img:hover{
    box-shadow: 10px 10px 20px 0 rgba(0,0,0,.3);
}
.partner .partner-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/*联系我们*/
.contacts{
    background-color: #f6f6f6;
}
.contacts .contact-box{
    background: #fff;
    padding: 80px;
}
.contact-box .rabbit-app{
    text-align: center;
}
.rabbit-app .logo{
    height: 75px;
    width: auto;
    margin-top: 40px;
}
.rabbit-app h5{
    font-size: 16px;
    line-height: 1.4;
    font-weight: lighter;
    margin: 20px 0px 50px;
}
.rabbit-app h5 span{
    display: block;
    font-size: 20px;
    font-weight: 800;
}
.rabbit-app ul{
    display: flex;
    justify-content: center;
}
.rabbit-app ul .er-box{
    border: 1px solid #f6f6f6;
    padding: 10px;
    background-color: #fff;
    margin: 0px 10px;
}
.rabbit-app ul .er-box img{
    width: 100px;
}
.rabbit-app ul .er-box p{
    font-size: 14px;
    line-height: 1.4;
    padding: 15px 0px;
}
@media (max-width:992px){
    .contacts .contact-box {
        padding: 20px;
    }
    .rabbit-app .logo {
        height: 50px;
        margin-top: 0px;
    }
    .rabbit-app h5 {
        font-size: 14px;
        margin: 10px 0px 10px;
    }
    .rabbit-app h5 span {
        font-size: 16px;
    }
    .rabbit-app ul .er-box p {
        font-size: 12px;       
        padding: 5px 0px;
    }
    .rabbit-app ul .er-box img {
        width: 70px;
    }
}