div,h1,h2,h3,h4,h5,h6,a,p,body,html {
    margin: 0;
    padding: 0;
}
*{
    box-sizing: border-box;
}
a{
    text-decoration: none;
    cursor:  pointer;
    color: #4e4e4e;
}
a:hover{
    text-decoration: none;
}
body{
    font-size: 14px;
    line-height: 26px;
    overflow-x: hidden;
    /*font-family: Arial, PingFang SC, Microsoft Yahei;*/
    font-family: Helvetica Neue,Arial,Microsoft Yahei,PingFang,sans-serif;
    color: #4e4e4e;
    display: flex;
    flex-direction: column;
}
/*头部样式开始*/
.header{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 1px 5px 0px #ccc;
}
.header .header-slogan{
    width: 100%;
    padding: 32px 15%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.header .header-slogan .header-logo .logo {
    width: 187px;
    height: 58px;
    margin-right: 36px;
}
.header .header-slogan .company-direction{
    display: flex;
    flex-flow: row nowrap;
}
.company-direction .company-value {
    margin-right: 24px;
    padding-right: 24px;
    display: flex;
    flex-flow: column nowrap;
    border-right: 2px solid #000000;;
}
.company-direction .company-value span{
    white-space:  nowrap;
}
.company-direction .company-value span:nth-child(2){
    color: rgb(20, 120,195);
}
.company-direction .company-mission{
    display: flex;
    flex-flow: column nowrap;
}
.header .header-slogan .company-phonenum{
    min-width: 170px;
    margin-left: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header .header-slogan .company-phonenum img{
    width: 24px;
    height: 24px;
}
.phonenum-box{
    display: flex;
    align-items: center;
}
.phonenum-title{
    font-size: 18px;
    font-weight: 600;
    color: rgb(20, 120,195);
    margin-right: 8px;
    white-space: nowrap;
}
.phonenum-text{
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}
.header .header-slogan .company-mission span{
    white-space: nowrap;
}
.header .header-slogan .company-mission span:nth-child(2){
    color: rgb(20, 120,195);
}
.header .header-menu{
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: 1px solid #ccc;
}
.header .header-menu .menu{
    width: 10%;
    position: relative;
    text-align: center;
    padding: 16px 0px;
    border-right: 1px solid #ccc;
    border-top: 2px solid rgba(255, 255, 255, 0);
    cursor: pointer;
    white-space: nowrap;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.header .header-menu .menu .dropdown-menu{
    position: absolute;
    display: none;
    z-index: 9;
    background-color: #fff;
    margin-top:10px;
    top: 60px;
    left: 0;
    padding: 0;
    width: 100%;
    box-shadow: 0 0 3px 0px #000;
}
.menu .dropdown-menu::before{
    content: "";
    position: absolute;
    top: -12px;
    width: 100%;
    height: 12px;
    left: 0;
}
.menu .dropdown-menu::after{
    content: "";
    position: absolute;
    left: calc(50% - 10px);
    top:-20px;
    width:0px;
    height:0px;
    border:10px solid transparent;
    border-bottom: 10px solid #fff;
}
.menu .dropdown-menu li{
    list-style-type: none;
}
.menu .dropdown-menu li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 0px;
}
.menu .dropdown-menu li:hover{
    background-color: rgb(20, 120,195);
}
.menu .dropdown-menu li:hover a{
    color: #fff;
    background-color: transparent;
}
.header .header-menu .menu:nth-child(1){
    border-left: 1px solid #ccc;
}
.header .header-menu .menu:hover{
    color: rgb(20, 120,195);
    border-top: 2px solid rgb(20, 120,195);
}
.header .header-menu .active{
    color: rgb(20, 120,195);
    border-top: 2px solid rgb(20, 120,195);
}
/*.header .header-slogan .mobile-menu{*/
    /*display:none;*/
    /*position: relative;*/
    /*height:24px;*/
    /*margin-top:18px;*/
    /*background-color: transparent;*/
    /*background-image: none;*/
    /*border: 1px solid transparent;*/
    /*border-radius: 4px;*/
    /*cursor: pointer;*/
/*}*/
/*.mobile-menu .icon-bar {*/
    /*display: block;*/
    /*width: 22px;*/
    /*height: 2px;*/
    /*border-radius: 1px;*/
    /*background-color: #ccc;*/
/*}*/
/*头部样式结束*/
/*首页内容样式开始*/
.home_container{
    padding-bottom: 48px;
    background-color: rgb(242,242,242);
}
.home_container .banner-container{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner-ing {
    height: 600px;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 15%;
}
.banner-ing h4 {
    font-size: 30px;
    color: #ffffff;
    margin-top: 40px;
}
.banner-ing h6 {
    font-size: 20px;
    color: #ffffff;
    margin-top: 20px;
}
.banner-ing p {
    font-size: 20px;
    color: #ffffff;
    margin-top: 16px;
    max-width:400px
}
.home_container .content-container .hot-content{
    padding: 16px 20%;
}
.home_container .content-container .hot-content a{
    padding: 0 16px;
}
.home_container .content-container .hot-content a:hover{
    color: #0a67fb;
}
.home_container .content-container .service-introduce{
    padding:0 20%;
    display: flex;
    justify-content: space-around;
}
/*服务介绍*/
.service-title{
    text-align: center;
    padding: 16px 0px;
}
.service-introduce{
    margin-top: 32px;
}
.service-introduce a{
    padding: 0 16px;
    width: 220px;
    text-align: center;
}
.service-introduce a img{
    width: 100px;
    height: 100px;
    background-color: rgb(20,120,195);
    border-radius: 50%;
}
.service-introduce a p{
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.service-introduce a h3{
    margin-top: 16px;
}
.service-introduce a button{
    margin-top: 16px;
    padding: 8px 32px;
    border: 1px solid #ccc;
    font-color: #ccc;
    border-radius: 10px;
    background-color: #fff;
    white-space: nowrap;
    cursor: pointer;
}
.service-introduce a:hover button{
    color: #0a67fb;
    border-color: #0a67fb;
}
/*公司信息*/
.content-container .company-info{
    display: flex;
    justify-content: space-around;
    padding: 96px 15%;
    flex-flow: row wrap;

}
.company-info .info-box{
    padding: 0 16px;
}
.company-info .info-box p{
    white-space: nowrap;
    text-align: center;
}
.company-info .info-box p .big-font{
    font-size: 54px;
}
/** 为什么选择我们*/
.content-container .reason-title{
    text-align: center;
}
.content-container .choose-reason{
    display: flex;
    justify-content: space-around;
    padding: 96px 15% 0 15%;
    flex-flow: row wrap;
}
.choose-reason .reason-box{
    min-width: 200px;
    max-width: 200px;
    padding: 0 16px;
    text-align: center;
}
.reason-box img{
    width: 100px;
    height: 100px;
    /*background-color: #0a67fb;*/
    /*border-radius: 50%;*/
}
.reason-box h3{
    margin-top: 16px;
}
.reason-box p{
    margin-top: 16px;
}
/*公司活动、报关案例*/
.content-container .company-card{
    display: flex;
    justify-content: space-around;
    margin-top: 96px;
    padding: 0 15%;
}
.company-card .company-activity{
    width: 50%;
    min-height: 425px;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px #ccc;
}

.company-activity .activity-head{
    display: flex;
    justify-content: space-between;
    padding:4px 8px;
}
.company-activity .activity-head span{
    font-weight: 600;
}
.company-activity .activity-head a:hover{
    color: #0a67fb;
}
.company-activity .activity-content{
    /*width: 600px;*/
    height: 390px;
    display: block;
    overflow: hidden;
    position: relative;
}
.company-activity .activity-content .swiper-slide{
    padding: 0 20px;
}
.company-activity .activity-content img{
    width: 100%;
    height: 100%;
}
.company-activity .activity-content .swiper-slide p{
    position: absolute;
    width: 100%;
    padding: 0 24px;
    left: 0px;
    bottom: 26px;
    color: #fff;
    background-color: rgba(0,0,0,0.2);
}
.company-activity .activity-content .paigination-btn{
    z-index: 2;
    position: absolute;
    width: 100%;
    padding: 0 24px;
    left: 0px;
    bottom: 0px;
    color: #fff;
    background-color: rgba(0,0,0,0.2);
    text-align: right;
}
.paigination-btn span{
    padding: 0 4px;
    cursor: pointer;
}
.paigination-btn span:hover{
    color: #FF7B11;
}

.company-card .company-case{
    width: 50%;
    min-height: 425px;
    margin-left: 16px;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px #ccc;
}
.company-case .case-head{
    display: flex;
    justify-content: space-between;
    padding:4px 8px;
}
.company-case .case-head span{
    font-weight: 600;
}
.company-case .case-head a:hover{
    color: #0a67fb;
}
.company-case .case-content{
    /*width: 600px;*/
    height: 390px;
    display: block;
    overflow: hidden;
}
.company-case .company-case-menu{
    display: flex;
    justify-content: flex-start;
    width: 95%;
    margin: 0 auto;
    padding: 4px 0;
    border-bottom: 1px solid #ccc;
}
.company-case-menu .menu-title{
    cursor: pointer;
}
.company-case-menu .menu-title:hover{
    background-color: #0a67fb;
    color: #FFFFFF;
}
.company-case-menu .active{
    background-color: #0a67fb;
    color: #FFFFFF;
}
.company-case-menu span{
    padding: 0 4px;
    border-radius: 3px;
}
.case-content .konwledge{
    display: none;
    width: 95%;
    margin: 0 auto;
}
.case-content .konwledge p{
    padding: 8px 0px;
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
}
.case-content .konwledge p a:hover{
    color: #0a67fb;
}
.case-content .news{
    display: none;
    width: 95%;
    margin: 0 auto;
}
.case-content .news p{
    padding: 8px 0px;
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
}
.case-content .news p a:hover{
    color: #0a67fb;
}
.case-content .active{
    display: block;
}
/*.company-case .case-content img{*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/
 /*内容样式结束*/
/*底部样式开始*/
.footer{
    width: 100%;
    height: 280px;
    padding: 30px 5% 45px;
    background: #fff url(/skin/default/img/footer-bg.png) top left;
    position: relative;
    overflow: hidden;
}
.footer-link{
    display: flex;
    justify-content: space-around;
}
.footer-link .footer-link-text{
    display: flex;
}
.footer-link .link-box{
    min-width: 120px;
    display: flex;
    flex-flow: column nowrap;
}
.footer-link .big-box{
    min-width: 360px;
}
.footer-link .link-box p{
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.footer-link .link-box a{
    margin-top: 16px;
    font-size: 14px;
    color: #fff;
}
.footer-link .link-box .company-phone{
    font-size: 18px;
    color: #fff;
}
.footer-link .link-box .company-worktime{
    color: #fff;
}
.footer-link .link-box .company-position{
    color: #fff;
}
.footer .net-info{
    position: absolute;
    left: calc(50% - 32px);
    bottom: 4px;
    color: #fff;
}
.footer-link .qrcode{
    display: flex;
}
.footer-link .qrcode img{
    width: 140px;
    height: 140px;
    margin-left: 32px;
}
/*底部样式结束*/
.side-button{
    position: fixed;
    top: calc(50% - 76px);
    right: 0;
    z-index: 99;
    margin-right: -98px;
}
.side-button div{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    height: 50px;
    overflow: hidden;
    background-color: #000;
    opacity: 0.8;
    border-radius: 6px 0 0 6px;
    margin-bottom: 1px;
    padding: 0 12px;
    cursor: pointer;
}
.phone-qrcode{
    width:48px;
}
.gotoTop{
    width: 48px;
}
.phone-number{
    min-width: 48px;
}
.phone-number span{
    padding-left: 10px;
}

@media (max-width: 1135px){
    .header .header-menu .menu{
        min-width:100px;
        padding:8px 24px;
    }
    .footer-link .qrcode img{
        width: 100px;
        height: 100px;
        margin-left: 16px;
    }
}
@media (max-width: 930px) and (min-width: 767px)  {
    .company-direction .company-value{
        display: none;
    }
}
@media (max-width: 767px) {
    .company-direction .company-value{
        display: none;
    }
    .company-direction .company-mission {
        display: none;
    }
    .header .header-menu .menu{
        min-width:80px;
        padding:8px 12px;
    }
    .content-container .company-card{
        flex-flow: column nowrap;
    }
    .content-container .company-card .company-case{
        margin-left: 0px;
        margin-top: 32px;
    }
    .company-card .company-activity, .company-card .company-case{
        width: 100%;
    }
}
@media(max-width: 585px){
    .header .header-menu{
        border-top: none;
    }
    .header .header-menu .menu{
        min-width:55px;
        font-size: 10px;
        padding: 4px;
        border-right: none;
    }
    .header .header-menu .menu:nth-child(1){
        border-left: none;
    }
    .header .header-menu .active{
        background-color: rgba(20,120,195,0.2);
    }
    .service-introduce a{
        width: 180px;
        padding: 0 4px;
    }
    .service-introduce a img{
        width:50px;
        height: 50px;
    }
    .content-container .company-info{
        padding: 48px 0px;
    }
    .company-info .info-box:not(fist-child){
        margin-top: 32px;
    }
    .choose-reason .reason-box img{
        width: 50px;
        height:  50px;
    }
    .choose-reason .reason-box{
        min-width: 250px;
        max-width: 250px;
    }
    .content-container .company-card{
        flex-flow: column nowrap;
    }
    .company-card .company-case{
        margin-left: 0;
        margin-top: 16px;
    }
    .header .header-menu .menu .dropdown-menu{
        position: absolute;
        display: none;
        z-index: 9;
        background-color: #fff;
        margin-top:10px;
        top: 30px;
        padding: 0;
        left: -20%;
        width: 140%;
    }
    .menu .dropdown-menu::before{
        content: "";
        position: absolute;
        top: -12px;
        width: 100%;
        height: 12px;
        left: 0;
    }
    .menu .dropdown-menu::after{
        content: "";
        position: absolute;
        left: calc(50% - 5px);
        top:-10px;
        width:0px;
        height:0px;
        border:5px solid transparent;
        border-bottom: 5px solid #fff;
    }
}
@media (max-width: 768px){
    .header{
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 99;
    }
    .header .header-slogan{
        padding: 32px 8px;
    }
    .page-title {
        zoom: 0.6;
        margin-top: 270px;
    }
    .home_container .banner-container{
        zoom: 0.6;
        margin-top: 270px;
    }
    .content-container .choose-reason{
        padding: 32px 16px 0 16px;
    }
    .content-container .company-card{
        margin-top: 32px;
        padding: 0px 16px;
    }
}
@media (max-width: 520px){
    .header .header-slogan .company-phonenum{
        min-width: 100px;
    }
    .footer .footer-link .link-box:not(.big-box){
        display: none;
    }
}


/* ----------------------
Page Title
------------------------*/
.page-title { display: block; position: relative; padding: 200px 0 100px; }
.page-title h1 { font-size: 50px; color: #ffffff; line-height: 60px; font-weight: 700; margin-bottom: 0; }
.breadcrumb { background: none; display: inline-block; margin: 0; text-transform: capitalize; color: #ffffff; font-weight: 700; }
.breadcrumb-item {
    display: inline-block;
    font-size: 40px;
    position: absolute;
    font-family: sans-serif;
    font-weight: 600;
    top: calc(50% - 75px);
    left: calc(50% - 200px);
    color: #FFFFFF;
    text-align: center;
    width: 400px;
    height: 150px;
    line-height: 150px;
    background: rgba(0,0,0,0.4);
}
/*.breadcrumb-item a { color: #ffffff !important; }*/
/*.breadcrumb-item.active, .breadcrumb-item a:hover { color: #208aec; }*/
.breadcrumb-item i{
    color: #fff;
    margin-right: 10px;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #fff !important;
}
.page-breadcrumb{
    text-align: center;
}
.text-center{
    text-align: center;
    font-size: 24px;
}
/* ------------------------
Line Drop Animation
------------------------*/
.lines { position: absolute; top: 0; left: 0; right: 0; height: 100%; margin: auto; width: 90vw; z-index: 1}
.lines .line { position: absolute; width: 2px; height: 100%; top: 0; left: 50%; background: rgba(255, 255, 255, 0.1); overflow: hidden; }
.lines .line:nth-child(1) { margin-left: -50%; }
.lines .line:nth-child(3) { margin-left: 50%; }
.lines .line::after { content: ""; display: block; position: absolute; height: 15vh; width: 100%; top: -50%; left: 0; background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #0049d0), to(#0049d0)); background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #0049d0 75%, #0049d0 100%); -webkit-animation: run 7s 0s infinite; animation: run 7s 0s infinite; animation-timing-function: ease; animation-delay: 0s; animation-fill-mode: none; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97); animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97); }
.lines .line:nth-child(1)::after { -webkit-animation-delay: 2s; animation-delay: 2s; }
.lines .line:nth-child(3)::after { -webkit-animation-delay: 2.5s; animation-delay: 2.5s; }
@-webkit-keyframes run {
    0%{
        top: -50%;
    }
    100%{
        top:100%;
    }
}

.aboutus-container{
    margin-top: 32px;
}
.aboutus-container .title{
    text-align: center;
    font-weight: 600;
    font-size: 24px;
}
.aboutus-container .link-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.aboutus-container .link-wrapper .link-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(20,120,195);
    background-color: #FFF;
    width: 20%;
    height: 80px;
}
.aboutus-container .link-wrapper .link-box:hover{
    color: #FFF;
    background-color: rgb(20,120,195);
}
.aboutus-container .link-wrapper .link-box:nth-child(1), .aboutus-container .link-wrapper .link-box:nth-child(4){
    border-radius: 5px 0 0 5px;
}
.aboutus-container .link-wrapper .link-box img{
    width: 30px;
    height: 30px;
}
.aboutus-container .link-wrapper .link-box img:nth-child(2){
    display: none;
}
.aboutus-container .text-box{
    display: none;
    width: 80%;
    font-size: 18px;
    margin: 0 auto;
    padding: 24px 16px;
    height: 334px;
    overflow: auto;
    background: rgba(20,120,190,0.1);
}

.service-container{
    margin-top: 32px;
}
.service-container .title{
    text-align: center;
    font-weight: 600;
    font-size: 24px;
}
.service-container .link-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.service-container .link-wrapper .link-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(20,120,195);
    background-color: #FFF;
    width: 20%;
    height: 80px;
}
.service-container .link-wrapper .link-box:hover{
    color: #FFF;
    background-color: rgb(20,120,195);
}
.service-container .link-wrapper .link-box:nth-child(1), .service-container .link-wrapper .link-box:nth-child(4){
    border-radius: 5px 0 0 5px;
}
.service-container .link-wrapper .link-box img{
    width: 30px;
    height: 30px;
}
.service-container .link-wrapper .link-box img:nth-child(2){
    display:none
}
.service-container .text-box{
    display: none;
    width: 80%;
    font-size: 18px;
    margin: 0 auto;
    padding: 24px 16px;
    height: 204px;
    overflow: auto;
    background: rgba(20,120,190,0.1);
}

.why-us{
    position: relative;
    height: 500px;
    margin-top: 96px;
}
.why-us .center-point, .why-us .surround-box{
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
    margin-left: -10px;
    margin-top: -10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb(20,120,195);
}
.why-us .center-point{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:1;
    font-size: 24px;
    color: #fff;
}
.why-us .sbox{
    position: absolute;
    top: -10px;
    left: -10px;
    text-align: center;
    color: #000;
    width: 400px;
    height: 100px;
    display: flex;
    align-items: center;
}
.why-us .sbox .sbox-circle{
    min-width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.why-us .sbox-circle img{
    width: 60px;
    height: 60px;
}
.why-us .sbox .sbox-content{
    margin-left: 16px;
    text-align: left;
    font-size: 18px;
}
.why-us .sbox .sbox-content-left{
    margin-right: 16px;
    text-align: left;
}
.why-us .sbox1{
    transform: translateX(60px) translateY(-162px);
}
.why-us .sbox2{
    transform:  translateX(232px) translateY(-40px);
}
.why-us .sbox3{
    transform: translateX(232px) translateY(132px);
}
.why-us .sbox4{
    transform: translateX(-240px) translateY(286px);
}
.why-us .sbox5{
    transform: translateX(-410px) translateY(-40px);
}
.why-us .sbox6{
    transform: translateX(-410px) translateY(132px);
}

@media (max-width: 1096px) {
    .why-us{
        zoom: 0.6;
    }
    .why-us .sbox-circle p {
        margin-top: -10px;
    }
}
@media (max-width: 667px) {
    .why-us{
        zoom: 0.4;
        height: 1500px;
    }
    .why-us .sbox-circle p {
        margin-top: -10px;
    }
    .why-us .sbox1{
        transform: translateX(60px) translateY(-482px);
    }
    .why-us .sbox2{
        transform:  translateX(132px) translateY(-160px);
    }
    .why-us .sbox3{
        transform: translateX(132px) translateY(252px);
    }
    .why-us .sbox4{
        transform: translateX(-240px) translateY(602px);
    }
    .why-us .sbox5{
        transform: translateX(-310px) translateY(-160px);
    }
    .why-us .sbox6{
        transform: translateX(-310px) translateY(252px);
    }
}


