@charset "utf-8";
header{
    width:100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;    
    z-index: 9;
    position: fixed;
    
}
.header .logo img{
    height: 52px;    
    width: auto;
    transition: all .5s;  
}
.header{
    padding: 25px 0px;   
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-bottom: 1px solid #ffffff3d;      
}
.header.on{
    background: rgba(0,0,0,0.8);
}
header .nav{
    display: flex;
    justify-content: flex-end;
}
header .nav>ul{   
    transition: all .5s;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
header .nav>ul>li{
    display: inline-block;   
    padding: 0px 16px;
    position: relative;    
}
header .nav>ul>li>a{   
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #fff;  
    padding: 0px 0px;   
    line-height: 45px;
    white-space: nowrap;
    transition: all 0.3s;
}
header .nav>ul>li:hover a,header .nav>ul>li.active a{
    color: #fdb604;
    font-weight: 600;
}

header .nav>ul>li.tel,header .nav>ul>li.tel a i{
    color: #fdb604;
    padding: 0px 0px;
}
header .nav>ul>li.tel span{
    font-weight: 600;
}
header .nav>ul>li.tel{
   padding-left: 45px;
}
header .nav ul.sub-menu {
    display: none;
    position: absolute;
    left: 0%;
    top: 100%;
    width: 100%;
    background: #ffffff10;
    border-radius: 2px;
}
header .nav ul.sub-menu li{width:100%; border-bottom:1px solid rgba(0,0,0,.05);}
header .nav ul.sub-menu li a{display:block;font-size:14px;font-weight: 300; background: #ffffffd0; color:#444; line-height:20px; padding:12px 2%; text-align:center; }
header .nav ul.sub-menu li a:hover{color:#ffe714; background:#5f5f5f;}
header .nav>ul>li:hover ul.sub-menu {
    display: block;
}
@media (max-width: 1440px){
    .header .logo img {
        height: 45px;
    }
    header .nav>ul>li {
        padding: 0px 13px;
    }
    header .nav>ul>li>a{
        line-height: 45px;
    }
    header .nav>ul>li.tel {
        padding-left: 20px;
    }
}
@media (max-width: 1360px){
    .header .logo img {
        height: 42px;
    }
    header .nav>ul>li {
        padding: 0px 10px;
    }
    header .nav>ul>li>a{
        line-height: 42px;
    }
    header .nav>ul>li.tel {
        padding-left: 15px;
    }
}
@media(max-width:992px){
    .header {
        padding: 15px 0px;
    }
    .header .logo img{
        height: 35px;
    }
    header .nav{
        width: 65vw;
    }
    header .nav ul {
        padding-top: 60px;
        transition: all .5s;
        max-width: 100%;
    }
    header .nav ul li a.nav-link{
        font-size: 18px;
        line-height: 30px;
    }
    header .nav>ul>li.tel {
        padding-left: 0px;
        margin-left: -35px;         
    }
    header .nav>ul>li:nth-last-child(2),
    header .nav>ul>li.tel:last-child{
        display: inline-block;
        margin-right: 70px;
    }
    header .nav .sub-menu {       
        padding: 6px 0px 6px 38px;
    }
    header .nav{
        position: fixed;
        right:-100vw;
        top: 0px;
        width:100vw;
        height:calc(100vh - 0px);
        background:#fff;
        transform: translateX(0);
        overflow: hidden;
        background: -o-linear-gradient(60deg,#000,#000 100%);
        background: linear-gradient(60deg,#000,#000 100%);
        background: url(../img/nav.jpg) no-repeat right bottom #000;
        z-index:-1;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;   
    }
    header .nav ul{
        display: block;
        padding: 80px 20px 50px 55px;
        transition: all .5s;    
        counter-reset: offcanvas-counter;   
    }
    header .nav ul li{
        display: block;
        padding: 0 0px;    
        position: relative;
    }
    header .nav ul li a.nav-link{    
        display: block;
        color: #fff;
        position: relative;
        font-size: 16px;     
        line-height: 32px;
        font-weight: 600;
        counter-increment: offcanvas-counter;
    }
    header .nav ul li a.nav-link:before {
        content: counter(offcanvas-counter,decimal-leading-zero);    
        position: absolute;
        top: 6px;
        left: -35px;
        color: #fdb604;
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
        margin-right: 1.5625rem
    }
    header .nav ul.sub-menu{
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;     
        max-width: 100%;
        background: transparent;   
        padding: 0px 0px 0px 0px;
    }
    header .nav ul.sub-menu li{
        margin-right: 10px;
        width: auto;
        display: inline-block;
    }
    header .nav ul.sub-menu li a{
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        color: #fff;
        padding: 0px 0%;
        text-align: left;
        background: transparent;
        line-height: 1;
        font-weight: 300;
        padding-right: 8px;
        border-right: 1px solid #fff;
    }
    header .nav ul.sub-menu li:last-child a{
        border-right: 0px solid #fff;
    }
    header .nav>ul>li .logo{
        padding-bottom: 50px;
    }
    header .nav.show{
        right: 0;
    }
}
/* banner */
.banner{
    position: relative;
    overflow: hidden;
}
.banner .banner-txt{       
    width:100%;    
    position: absolute;
    left: 0%;
    bottom: 30%;
    color: #fff;
    z-index: 99;
}
.banner .banner-txt h3{
    font-size: 40px;  
   font-weight: 500;
}
.banner .banner-txt span{
    display: block;
    font-size: 80px;
    font-weight: 900;
}
@media(max-width:1299px){
    .banner .banner-txt h3{
        font-size: 32px;
    }
    .banner .banner-txt h3 span{
        font-size: 54px;
    }
}
@media(max-width:991px){
    .banner .banner-txt h3{
        font-size: 26px;
    }
    .banner .banner-txt h3 span{
        font-size: 46px;        
    }
}
@media(max-width:767px){
    .banner .banner-txt h3{
        font-size: 16px;
    }
    .banner .banner-txt h3 span{
        font-size: 28px;
    }
}
.homeLink{
    position:relative; 
    display: block;
    line-height:40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius:3px;
    padding: 8px 80px;
    overflow:hidden;
    color: #0a3d99;
    border: 1px solid #e2e2e2;
    background:transparent;
    transition: all 0.3s ease-in-out;
}
.homeLink:hover{
    background: #0a3d99;  
    color:#fff;
}
.common{
    padding-top: 100px;
}
.title{
    font-size: 28px;
    color: #fd8204;   
    line-height:1.2;
    font-weight: 900;    
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
}
.title span{
    display: block;
    line-height:0.9;
    font-size: 60px;
    color: #0033a0;
}
.title:after{
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    margin-top: 15px;
    background: #e4e4e4;
}
.title .more{
    float: right;
}
.title .more{
    display: inline-block;
    z-index: 1000;
    background: rgba(0,0,0,0);
    width: 290px;
    height: 85px;
    position: absolute;
    font-family: Rajdhani,sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 85px;
    color: #c4c4c4;
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: inherit;
    top: 100%;
    transform: matrix(1, 0, 0, 1, -290, -125);
    left: 100%;
}
.title .more:before{
    content: '';
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 132px;
    height: 85px;
    color: inherit;
    border: 1px solid #c4c4c4;
    background-color: transparent;
    transition: width .3s ease;
    right: 0;
}
.title .more .nav-label:before{
    content: '';
    position: absolute;
    display: block;
    width: 110px;
    height: 1px;
    top: calc(50% - 1px);
    background-color: currentColor;
    right: calc(100% + 20px);
    transform: translateX(0) scaleX(0);
    transform-origin: right;
    transition: all .3s ease-in-out;
    opacity: .4;
}
.title .more .nav-label:after{
    content: '查看更多+';
    display: inline-block;
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 79px;
    transition: all .3s ease-in-out;
}
.title .more .ion-play{
    position: relative;
    display: inline-block;
    font-size: 25px;
    margin: 0 0 0 230px;
}
.title .more .ion-play:before{
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.title .more .ion-play:after{
    content: '';
    position: absolute;
    display: block;
    right: 4px;
    width: 130px;
    height: 1px;
    top: calc(50% - 1px);
    background-color: currentColor;
    opacity: 1;
    transform: scaleX(1);
    opacity: 1;
    transition: all .3s ease-in-out;
    transform-origin: right;
}
.title .more span{
    color: #c4c4c4;
}
.title .more:hover:before{
    width: calc(100% + 55px);
}
.title .more:hover .nav-label:before{
    transform: translateX(110px) scaleX(1);
    opacity: 1;
}
.title .more:hover .nav-label:after{
    transform: translateX(110px);
}
.title .more:hover .ion-play:after{
    transform: scaleX(0);
    opacity: .4;
}
@media (max-width:767px){
    .common{
       padding-top:30px;
       padding-bottom:30px;
    }
    .title{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .title span{       
        font-size: 22px;
    }
    .title .more {        
        width: 140px;
        height: 45px;      
        font-size: 14px;       
        line-height: 45px;
        transform: matrix(1, 0, 0, 1, -140, -45);
    }
    .title .more:before {        
        width: 50px;
        height: 45px;
    }
    .title .more .nav-label:after {    
        font-size: 14px;  
        line-height: 44px;       
    }    
    .title .more .nav-label:before {
        width: 45px;
    }
    .title .more .ion-play {
        font-size: 18px;
        margin: 0 0 0 125px;
    }
    .title .more .ion-play:after{
        width: 55px;
    }
    .title .more:hover:before {
        width: calc(100% + 30px);
    }
    .title .more:hover .nav-label:after {
        transform: translateX(45px);
    }
    .title .more:hover .nav-label:before {
        transform: translateX(55px) scaleX(1);        
    }
}

/*首页关于我们*/
.about{
    background: url(../img/about.jpg) no-repeat center #fff;
    background-size: cover;   
}
.about .title,.about .title span,.about .more{
    color: #fff;
}
.about .title .more:before{    
    border: 1px solid rgba(255, 255, 255, 0.5);   
}
.about ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about ul li{
    width: 49%;
}
.about .about-txt{
   color: #fff;
   font-size: 18px;
   overflow: hidden;   
}
.about .about-img{
    text-align: center;
}
.about .more{
    display: inline-block;   
    font-weight: 600;
    transition: all 0.3s ease-in-out;    
}
@media (max-width:992px){
    .about .about-txt{     
       font-size: 14px;
       overflow: hidden;
       text-overflow: -o-ellipsis-lastline;
       text-overflow: ellipsis;
       display: -webkit-box;
       -webkit-line-clamp: 6;
       line-clamp: 6;
       -webkit-box-orient: vertical;
    }
    .about .about-img img{
        width: 90%;
    } 
    .about ul li{
        width: 100%;
    }
    
}
/*服务计价*/
.calculate{
    background: url(../img/calculate.jpg) no-repeat center #fff;
    background-size: cover;   
}
.calculate .calc-box{
    width: 80%;
    margin: 0px auto;
}
.calculate .calc-box .form-control{
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    height: 70px;
    border: 3px solid #e3e3e3;    
}
.calculate .calc-box select.form-control{
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    height: 70px;
    border: 3px solid #e3e3e3;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../img/arrow.png") no-repeat scroll right 15px center #fff ;
}

.calculate .calc-box .form-control::-ms-expand{ display: none; }
.calculate .calc-box .message-btn button{
    height: 90px;
    font-size: 24px;
    margin-top: 20px;
}
@media (max-width:992px){
    .calculate .calc-box select.form-control,.calculate .calc-box .form-control {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
        height: 55px;
    }
    .calculate .calc-box .message-btn button {
        height: 55px;
        font-size: 16px;
        margin-top: 10px;
    }
}
/*产品*/
.business{
    background: url(../img/business.jpg) no-repeat center #fff;
    background-size: cover;
    overflow: hidden;
}
.business .title,.calculate .title{
    font-size: 40px;
    color: #1d1d1d;
    text-align: center;
}
.business .title span{
    color: #ededed;
}
.business .title:after,.calculate .title:after{
    margin-left: auto;
    margin-right: auto; 
}
.business ul{
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.business ul li{
    width: 19.375%;
    margin-right: 12.875%;
    padding: 2.5% 15px;   
    background: url(../img/bs-blue.png) no-repeat center;
    background-size: contain;
    transition: all 0.6s;
}
.business ul li:nth-child(4){
    margin-top: -120px;
    margin-left: 16%;     
}
.business ul li:nth-child(5){
   margin-top: -120px;  
}
.business ul li:nth-child(6){
   margin-top: -120px;
   margin-right: 0;    
}
.business .buss-list{    
    color: #fff;
    text-align: center;        
}
.business .buss-list h5{   
    font-size: 26px;    
    font-weight: 400;
}
.business .buss-list h5 span{
    display: block;
    font-size: 12px;
    font-weight: 300;   
    text-transform: uppercase;
}
.business .buss-list h5:after{
    width: 40px;
    height: 2px;
    background: #fff;
    display: block;
    content: "";
    margin: 5px auto;
}
.business .buss-img{
    overflow: hidden;    
    position: relative; 
    transition: all 0.6s;
    margin-bottom: 25px;
}
.business .buss-img img{
    max-width: 100%;
    width: auto; 
    transition: all 0.6s;
}
.business ul li:hover{
    background: url(../img/bs-yellow.png) no-repeat center;
    background-size: contain;
}
.business ul li:hover .buss-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width:992px){
    .calculate .calc-box{
        width: 100%;
    }
    .business .title,.calculate .title{
        font-size: 20px;
    }
    
    .business ul li {
        width: 32%;
        margin-right: 1%;
        padding: 1.5% 15px;
    }
    .business .buss-list h5{
        font-size: 14px;
    }
    .business .buss-list h5 span{
        display: none;
    }
    .business .buss-img{
        margin-bottom: 5px;
    }
    .business .buss-img img {
        width: 40px;
    }
    .business ul li:nth-child(4){
        margin-top: 0px;
        margin-left: 16%;     
    }
    .business ul li:nth-child(5){
       margin-top: 0px;  
    }
    .business ul li:nth-child(6){
       margin-top: 0px;
       margin-left: 32%;
       margin-right: 0;    
    }
}
/*合作伙伴*/
.cooperation{
    background: url(../img/cooperation.jpg) no-repeat center;
    background-size: cover;
}
.cooperation .title b{
    float: right;
    font-weight: 300;
    margin-top: -50px;
    padding-bottom: 10px;
    background: url(../img/line.jpg) no-repeat right bottom;
}
.cooper-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;    
}
.cooper-img li{
    width: 16.6666%;
    background: #fff;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
.cooper-img .par-img{
    text-align: center;
    padding: 20px 20px;
    background: #fff;
}
.cooper-img .par-img img{
    width: auto;
    max-width: 100%;
    opacity: 1.0;    
    transition: all 0.6s;
}
.cooper-img .par-img:hover img{
    width: auto;
    max-width: 100%;
    opacity: 0.8;   
}
@media (max-width:991px){
    .cooper-img li {
        width: 33.333333333%;
    }
    .cooper-img .par-img {        
        padding: 5px 5px;
    }
}
/* 新闻 */
.news{
    background: url(../img/news.jpg) no-repeat center #f7f7f7;
    background-size: cover;
}
.news .news-con{
    margin: 10px 0px 0px;
}
.news .n-title{
    overflow: hidden;    
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}
.news .n-img{
    overflow: hidden;
    margin-top: 65px;
}
.news .n-img img {    
    width: 100%;    
    transition: all 0.6s;
}
.news .news-con:hover .n-img img {
    transform: scale(1.1);
}
.news .n-time{    
    font-weight: 800;
    margin-top: 20px;    
    transition: all 0.6s;
}
.news .n-time span{
    color: #fff;
    border-radius: 25px;
    padding: 10px 25px;
    font-size: 16px;
    background: #fdb904;
}
.news .n-desc{ 
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical; 
}

@media (max-width:991px){
   .news .news-con ul{
        display: flex;
        justify-content: flex-start;
   }
   .news .news-con ul li:first-child{
        width: 60%;
   }
   .news .n-img{
        margin-top: 0px;
   }
   .news .n-title{
        font-size: 14px;
   }
   .news .n-desc {        
        -webkit-line-clamp: 2;
        line-clamp: 2;
        font-size: 12px;
    }
    .news .n-time{
        margin-top: 0px;
    }
    .news .n-time span {
        border-radius: 5px; 
        padding: 2px 5px; 
        font-size: 13px;
        
    }
}