

.bottom-box{
    display: flex;
    margin-bottom: 20px;
    border-left:1px solid;
}
.footer-widget-area .container .row .bottom-box:first-child{
    border-left:none;
}

.bottom-box .bottom-box-icon img{
    max-width: 80px;
}
.bottom-box .bottom-box-content{
    padding-left:10px;
}
.bottom-box .bottom-box-item.en-title{
    font-size:24px;
    font-family: 'TypoPRO Bebas Neue';
}
.bottom-box .bottom-box-item.cn-title{
    font-size:12px;
    line-height: 20px;
}

.bottom-box .bottom-box-item.content{
    font-size:24px;
    font-family: 'TypoPRO Bebas Neue','Microsoft YaHei';
    line-height: 36px;
}

body > div.site-content > div.banner{
    width: 100%;
    text-align:center;
}

/*主体盒子*/
.m-box{
    overflow: hidden;
    position: relative;
}

/*盒子标题*/
.m-box .box-title{
    padding-top: 60px;
    padding-bottom: 20px;
}
.m-box .box-title>div{
    text-align: center;
}
.m-box .box-title .en-title{
    font-family: 'TypoPRO Bebas Neue Bold';
    font-size: 48px;
    line-height: 52px;
}
.m-box .box-title .cn-title{
    font-size: 24px;
    margin-top: 20px;
}
.m-box .box-title .cn-title>div:after{
    padding-bottom: 20px;
    content: '';
    display: block;
    width: 80px;
    margin: 0 auto;
    border-bottom: 2px solid #00BFFF;
}
/*盒子背景*/
/*底部左边云*/
.m-box .bg-cloud-bottom-left{
    position: absolute;
    bottom: 0px;
    z-index: -2;
    left: 0;
}
.m-box .bg-cloud-bottom-left img{
    max-height: 200px;
}
/*底部右边云*/
.m-box .bg-cloud-bottom-right{
    position: absolute;
    bottom: 0px;
    z-index: -2;
    right: 0;
}
.m-box .bg-cloud-bottom-right img{
    max-height: 200px;
}
/*顶部左边云*/
.m-box .bg-cloud-top-left{
    position: absolute;
    top: 0px;
    z-index: -2;
    left: 0;
}
.m-box .bg-cloud-top-left img{
    max-height: 60px;
}
/*顶部右边云*/
.m-box .bg-cloud-top-right{
    position: absolute;
    top: 0px;
    z-index: -2;
    right: 0;
}
.m-box .bg-cloud-top-right img{
    max-height: 40px;
}
/*底部云*/
.m-box .bg-cloud-bottom{
    position: absolute;
    bottom: 0px;
    z-index: -2;
    left: 0;
    width: 100%;
}
.m-box .bg-cloud-bottom img{
    max-height: 300px;
    width: 100%;
}
/*右边麒麟*/
.m-box .bg-ql-right{
     position: absolute;
     bottom: 20%;
     z-index: -1;
     right: -100px;
 }
.m-box .bg-ql-right img{
    max-height: 300px;
}
/*左边麒麟*/
.m-box .bg-ql-left{
    position: absolute;
    bottom: 20%;
    z-index: -1;
    left: -100px;
}
.m-box .bg-ql-left img{
    max-height: 300px;
}

/*两侧窗格*/
.index-news-list{
    position: relative;
}
.index-news-list .news-title-bg-left{
    position: absolute;
    top: 60px;
    left: 0;
    max-width: 60px;
    max-height: 60px;
}
.index-news-list .news-title-bg-right{
    position: absolute;
    top: 60px;
    right: 0;
    max-width: 60px;
    max-height: 60px;
}

/*INDEX*/
.box-content .num-box{
    text-align: center;
}
.box-content .num-box .num{
    height: 70px;
    width:70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 76px;
    font-weight: 700;
    color:#00BFFF;
    border:2px solid;
    display: inline-block;
    font-family:'TypoPRO Bebas Neue';
    font-size:36px;
}
.box-content .num-box .text{
    margin-top:10px;
}
.box-content .num-box .text:after {
    content: '';
    display: block;
    width: 50px;
    padding-bottom:10px;
    border-bottom: 2px solid #00BFFF;
    margin: 0 auto;
}
.cc-box .box-content{
    margin-top:60px;
    margin-bottom: 120px;
}

.news-item{
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.news-item .news-item-date{
    background-color: #00bfff;
    color: #ffffff;
    text-align: center;
}
.news-item .news-item-date .news-item-date-day{
    font-size: 24px;
    line-height: 36px;
    padding:10px 10px 0 10px;
}
.news-item .news-item-date .news-item-date-month{
    font-size: 12px;
    white-space: nowrap;
    padding:0 10px;
}
.news-item .news-item-info{
    padding: 0 10px;
    overflow: hidden;
}
.news-item .news-item-info .news-item-title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-item .news-item-info .news-item-desc{
    font-size: 12px;
    color: #888888;
    margin-top: 10px;
    line-height: 18px;
}

.sport-bring-block .section-title{
    margin-top:20px;
}
.sport-bring-block .text-content{
    margin-bottom:20px;
}


/*关于我们*/

.m-box .sidebar ul{
    margin: 0;
    padding: 0;
}
.m-box .sidebar ul>li{
    list-style: none;
    border: 2px solid #00BFFF;
    background-color: #ffffff;
    color: #00BFFF;
    text-align: center;
    margin-bottom:10px;
}
.m-box .sidebar ul>li>a{

}
.m-box .sidebar ul>li>a>i{
    font-size: 24px;
    margin-right: 4px;
}
.m-box .sidebar ul>li:hover,.m-box .sidebar ul>li.active{
    background-color:#00BFFF;
    color:#F2F3F9;
}
.m-box .sidebar ul>li>a:hover{
    color: inherit;
}



/*联系我们*/
.company-contact .company-title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom:10px;
    /*margin-top:20px;*/
}
.company-contact .company-title-en{
    font-size:14px;
    margin-bottom:20px;
}
.company-contact .company-phone-400{
    display: flex;
    margin-bottom:10px;
}
.company-contact .iconfont{
    color: #00BFFF;
    margin-right: 4px;
    font-size: 24px;
    line-height: 24px;
}
.company-contact-en{
    margin-bottom:20px;
    padding-left:20px;
}
.company-contact-en i{
    margin-right:10px;
}
.company-contact .company-phone-400 .iconfont{
    font-size: 48px;
    line-height: 60px;
}
.company-contact .company-phone-400 .phone-400-cn{

}
.company-contact .company-phone-400 .phone-400-num{
    font-size: 36px;
    line-height: 40px;
    font-family: 'TypoPRO Bebas Neue Bold';
    color: #333333;
}
.company-contact .company-phone,.company-contact .company-address{
    font-size:14px;
    margin-bottom:10px;
}
.company-contact .company-address {
    margin-bottom: 20px;
}
.company-contact .company-wechat-box{
    display: flex;
}
.company-contact .company-wechat-box .company-wechat{
    display: flex;
    width:50%;
}
.company-contact .company-wechat-box .company-wechat .company-wechat-img{
    width:40%;
}
.company-contact .company-wechat-box .company-wechat .company-wechat-text{
    padding-left: 10px;
}




/*商品列表*/
.img-item{
    position: relative;
    margin-bottom: 20px;
}
.img-item .img-item-content{
    border-radius: 10px;
    overflow: hidden;
}
.img-item-content:hover{
    box-shadow: 4px 6px 10px #ADADAD;
}
.img-item .img-item-img>img{
    filter: blur(2px);
    width: 100%;
}
.img-item:hover .img-item-img>img{
    filter: grayscale(20%) opacity(80%) blur(1px);
}
.img-item .img-item-title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    /*padding-top:100px;*/
}
.img-item .img-item-title:before{
    content:'';
    border-top: 2px solid;
    border-left: 2px solid;
    border-right: 2px solid;
    width: 60%;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.img-item .img-item-title:after{
    content:'';
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-right: 2px solid;
    width: 60%;
    height: 40px;
    display: block;
    margin: 0 auto;
}


/*主体内容*/
.box-content{
    margin-top: 20px;
    margin-bottom: 60px;
}



/*文章列表*/
.article-box .article-list .article-item{
    border-bottom: 1px solid #ADADAD;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.article-box .article-list .article-item .article-hd{
    /*display: flex;
    justify-content: space-between;*/
    line-height: 32px;
    padding-bottom: 4px;
}
.article-box .article-list .article-item .article-hd .article-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.article-box .article-list .article-item .article-hd .article-time{
    color:#666666;
    font-size:12px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
}
.article-box .article-list .article-item .article-hd .iconfont{
    margin-right:4px;
}
.article-box .article-list .article-item .article-bd{
    color:#666666;
    font-size: 12px;
    line-height: 18px;
}

.article-box .article-list .article-page{
    text-align:right;
}

/*文章详情*/
.m-box.article-show{
    color: #666666;
    padding-bottom:60px;
}

.m-box .article-nav{
    font-size: 12px;
    border-bottom: 1px solid #adadad;
    margin: 20px;
    padding: 4px 0;
}
.m-box .article-content{
    margin: 20px;
}
.m-box .article-content .article-content-hd{
    padding-top:40px;
    padding-bottom:40px;
}
.m-box .article-content .article-content-bd{
    font-size:14px;
}


/*招聘*/
.jobs-list{
    margin-top: 60px;
    margin-bottom: 120px;
}
.jobs-list .jobs-list-item{
    position: relative;
    margin-bottom:40px;
}
.jobs-list .jobs-list-item:hover{
    box-shadow: 4px 6px 10px #ADADAD;
}
.jobs-list .jobs-list-item-info{
    text-align: center;
    background-color: #00BFFF;
    padding: 10px;
    color: #ffffff;
    position: absolute;
    bottom:0;
    width: 100%;
    max-height:80px;
    left: 0;
    font-size: 14px;
}
.jobs-list .jobs-list-item-info .job-desc,.jobs-list .jobs-list-item-info .job-more{
    display: none;
}
.jobs-list .jobs-list-item:hover .jobs-list-item-info{
    background-color: rgba(0,192,255,0.6);
    height: 100%;
    max-height:100%;
    transition: max-height 0.4s linear;
}
.jobs-list .jobs-list-item:hover .jobs-list-item-info .job-desc,.jobs-list .jobs-list-item:hover .jobs-list-item-info .job-more{
    display:block;
}
.jobs-list .jobs-list-item:hover .jobs-list-item-info .job-title{
    font-size:18px;
    margin-top: 20px;
}
.jobs-list .jobs-list-item:hover .jobs-list-item-info .job-title:after{
    content:'';
    border-bottom: 2px solid;
    width: 80px;
    height: 20px;
    display: block;
    margin: 0 auto;
}
.jobs-list .jobs-list-item:hover .jobs-list-item-info .job-desc{
    width:60%;
    margin: 20px auto;
}
.jobs-list .jobs-list-item:hover .jobs-list-item-info .job-more{
    margin-top:10px;
}
.jobs-list .jobs-list-item:hover .jobs-list-item-info .job-more a{
    border: 1px solid;
    padding: 4px 10px;
    border-radius: 10px;
}

/*人才招聘2*/
.jobs-box-list{
    margin-top: 60px;
    margin-bottom: 120px;
}
.jobs-box-list .jobs-box-item{
    padding: 30px 30px 24px 30px;
    margin-bottom: 6px;
    margin-right:6px;
    background-color: #ffff;
    box-shadow: 2px 2px 2px #dddd;
}

.jobs-box-list .jobs-box-item:hover {
    background-color: #f9f9fa;
}
.jobs-box-list .jobs-box-item:nth-child(3n) {
    margin-right: 0;
}

.jobs-box-list .jobs-box-item .job-title{
    font-size: 18px;
    line-height: 28px;
    min-height: 58px;
    /*font-weight: bold;*/
    margin-bottom: 30px;
    color: #222831;
}
.jobs-box-list .jobs-box-item .job-title>span{
    background-color: #1DADE5;
    color: #ffffff;
    font-size: 14px;
    padding: 2px;
    margin-right: 4px;
}

.jobs-box-list .jobs-box-item .job-more a{
    font-size: 14px;
    border: 1px solid #1DADE5;
    padding: 4px 10px;
    border-radius: 4px;
    color: #1DADE5;
}
.jobs-box-list .jobs-box-item .job-more a:hover{
    border: 1px solid #242433;
    color: #242433;
}
.jobs-box-list .jobs-box-item .job-more span{
    font-size: 14px;
    line-height: 20px;
    color: #a2a4a8;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #dddfe3;
}
.jobs-box-list .jobs-box-item .job-more span:last-child{
    border-right:none;
}
/*人才招聘3*/
.job-list .job-item{
    padding: 30px 30px 24px 30px;
    margin-bottom: 6px;
    margin-right:6px;
    background-color: #ffff;
    box-shadow: 2px 2px 2px #dddd;
    display: flex;
    justify-content: space-between;
}

.job-list .job-item:hover {
    background-color: #f9f9fa;
}
.job-list .job-item .job-more a{
    padding:4px 8px;
    border:1px solid #1DADE5;
    border-radius: 4px;
    color: #1DADE5;
    font-size:12px;
}
.job-list .job-item .job-title>span{
    background-color: #1DADE5;
    color: #ffffff;
    font-size: 14px;
    padding: 2px;
    margin-right: 4px;
}
/*招商*/

.sales-list-item{
    position: relative;
    margin-bottom: 20px;
}
.sales-list-item .sales-list-item-title{
    position: absolute;
    top:40px;
    left:40px;
    padding:10px 140px 10px 40px;
    background: linear-gradient(-45deg, transparent 50px, #ffffff 0);
    color: #00BFFF;
    font-size: 24px;
    line-height: 28px;
}

/*产品中心*/
.product-list{
    margin-top:80px;
}
.product-list .product-list-item .product-list-item-img{

    position: relative;
}
.product-list .product-list-item .product-list-item-img .text-center{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
    height:80%;
}
.product-list .product-list-item .product-list-item-img .text-center img{
    max-width: 80%;
    max-height: 80%;
}

.product-list .product-list-item .product-list-item-title{
    font-size:24px;
    margin-bottom:10px;
}
.product-list .product-list-item .product-list-item-desc{
    font-size: 14px;
    color: #888888;
    margin-bottom: 40px;
}
.product-list .product-list-item table{
    border:2px solid #ffffff;
    font-size:12px;
}

.product-list .product-list-item table tbody tr td:first-child{
    background-color:#7BD4F7;
    color:#F2F3F9;
    padding:4px 20px;
    min-width:160px;
    border: 2px solid #ffffff;
}
.product-list .product-list-item table tbody tr td:last-child{
    background-color: #F1F1FA;
    padding:4px 20px;
    border: 2px solid #ffffff;
}
.product-video-btn{
    margin-top:10px;
}
.product-video-btn a,.product-video-btn a:active{
    border: 1px solid #00bfff;
    color: #00bfff;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #ffffff;
    font-size:12px;
}
.product-video-btn a:hover{
    border: 1px solid #666666;
    color: #666666;
}

/*客户风采*/
.customer-list{
    margin-top: 60px;
    margin-bottom: 120px;
}
.customer-list .customer-list-item{
    position: relative;
    margin-bottom:40px;
}
.customer-list .customer-list-item:hover {
    box-shadow:2px 2px 2px #cccccc;
}
.customer-list .customer-list-item .customer-list-item-img{
    max-height:210px;
    overflow:hidden;
}
.customer-list .customer-list-item .customer-list-item-img img{
    height:100%;
    width:100%;
}
.customer-list .customer-list-item-info{
    text-align: center;
    background-color: #00BFFF;
    padding: 10px;
    color: #ffffff;
    position: absolute;
    bottom:0;
    width: 100%;
    max-height:60px;
    left: 0;
    font-size: 14px;
}
.customer-list .customer-list-item-info .customer-more{
    display: none;
}
.customer-list .customer-list-item:hover .customer-list-item-info{
    background-color: rgba(0,192,255,0.6);
    height: 100%;
    max-height:100%;
    transition: max-height 0.2s linear;
}
.customer-list .customer-list-item:hover .customer-list-item-info .customer-more{
    display:block;
}
.customer-list .customer-list-item:hover .customer-list-item-info .customer-title{
    font-size:18px;
    margin-top: 20px;
}
.customer-list .customer-list-item:hover .customer-list-item-info .customer-title:after{
    content:'';
    border-bottom: 2px solid;
    width: 80px;
    height: 20px;
    display: block;
    margin: 0 auto;
    margin-bottom:20px;
}
.customer-list .customer-list-item:hover .customer-list-item-info .customer-desc{
    width:60%;
    margin: 20px auto;
}
.customer-list .customer-list-item:hover .customer-list-item-info .customer-more{
    margin-top:10px;
}
.customer-list .customer-list-item:hover .customer-list-item-info .customer-more a{
    border: 1px solid;
    padding: 4px 10px;
    border-radius: 10px;
}



/*发展历程*/

.timeline{
    list-style: none;
    margin: 50px 0 30px 120px;
    padding-left: 30px;
    border-left: 8px solid #7BD4F7;
}
.timeline li {
    margin: 40px 0;
    position: relative;
}
.timeline p {
    margin: 0 0 15px;
}

.timeline .timeline-item .timeline-item-date {
    margin-top: -10px;
    top: 50%;
    left: -158px;
    font-size: 0.95em;
    line-height: 20px;
    position: absolute;
}

.timeline .timeline-item .timeline-item-circle {
    margin-top: -10px;
    top: 50%;
    left: -44px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 5px solid #7BD4F7;
    border-radius: 50%;
    display: block;
    position: absolute;
}

.timeline .timeline-item .timeline-item-content {
    max-height: 20px;
    padding: 50px 20px 0;
    border-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 0.5em;
    position: relative;
}
.timeline .timeline-item .timeline-item-content:before, .timeline .timeline-item .timeline-item-content:after {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    right: 100%;
}
.timeline .timeline-item .timeline-item-content:before {
    border-right-color: inherit;
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
}
.timeline .timeline-item .timeline-item-content:after {
    /*border-right-color: none;*/
    border-width: 17px;
    top: 50%;
    margin-top: -17px;
}
.timeline .timeline-item .timeline-item-content p {
    max-height: 0;
    color: transparent;
    text-align: justify;
    word-break: break-word;
    hyphens: auto;
    overflow: hidden;
}

.timeline .timeline-item label {
    font-size: 18px;
    color:#666666;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    top: 20px;
    transition: transform 0.2s linear;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

.timeline .timeline-item .timeline-item-radio {
    display: none;
}

.timeline .timeline-item .timeline-item-radio:checked + .timeline-item-relative label {
    cursor: auto;
    transform: translateX(42px);
}
.timeline .timeline-item .timeline-item-radio:checked + .timeline-item-relative .timeline-item-circle{
    background-color: #00BFFF;
}
.timeline .timeline-item .timeline-item-radio:checked ~ .timeline-item-content {
    max-height: 180px;
    border-color: #7BD4F7;
    margin-right: 20px;
    transform: translateX(20px);
    transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
}
.timeline .timeline-item .timeline-item-radio:checked ~ .timeline-item-content p {
    max-height: 200px;
    color: #888888;
    transition: color 0.3s linear 0.3s;
}


/*手机端适配*/
@media only screen and (max-width: 1199px) {
    .article-box .col-lg-4{
        display:none;
    }
    .product-list .product-list-item .product-list-item-img .text-center {
        position: unset;
        top: unset;
        transform: unset;
        width: 100%;
        height: 100%;
    }
    .product-list .product-list-item table {
        margin:0 auto;
    }
    .product-list .product-list-item .product-list-item-img.order-12{
        order:unset;
    }

}
@media only screen and (max-width: 991px) {
    .language{
        margin-top:10px;
        margin-bottom:10px;
    }
    .language>span{
        display: none;
    }
    .sales-list-item .sales-list-item-title {
        top: 10px;
        left: 10px;
        padding: 4px 100px 4px 20px;
        font-size: 14px;
        line-height: 18px;
    }
    .timeline .timeline-item .timeline-item-radio:checked ~ .timeline-item-content{
        max-height: unset;
    }
    .timeline .timeline-item label {
        width: 70%;
    }
    .m-box .m-box-bd .col-lg-4{
        order:-1;
    }
    .m-box .sidebar{

    }
    .m-box .sidebar ul{
        display: flex;

    }
    .m-box .sidebar ul>li{
        /*border-radius: 10px;
        background-color: #ffffff;
        width: fit-content;
        width:-webkit-fit-content;
        width:-moz-fit-content;*/
        flex:1;
        margin: 0 4px;
    }
    .m-box .sidebar ul>li>a {
        padding:0.2rem 0.5rem;
    }
    .m-box .sidebar a i{
        display:block;
        margin-right: 0!important;
        margin-bottom:4px;
    }
    .m-box .sidebar a span{
        display:block;
        font-size:12px;
    }

    .m-box .about-box.video-abs-center{
        margin-top:10px;
    }
    .customer-list .col-lg-8 .row{
        margin-top:20px;
    }
}



.no-content{
    text-align: center;
}
.no-content img{
    max-width:320px;
}
.no-content .content-box{
    margin-bottom:20px;
    font-size:24px;
}