.news-section-edge {
    padding-top: 50px;
}
.partner {
    display:flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: flex-start;
    padding:32px;
}
.partner img {
    margin: 6px 10px !important;; 
   /* max-width: 90%;*/
    width: auto;
    max-height:55px;
}

.fangan-box {
    padding: 0 15%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.fangan-item {
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #004DA1;
    margin-bottom: 20px;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.fangan-item p {
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
}

.event {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.event img {
    width: 84%;
    margin-top: 2%;
    margin-bottom: 20px;
}

.recruitment-item {
    background-color: #fff;
    padding: 24px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.recruitment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.item-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.item-left>h2 {
    line-height: 40px;
}

.item-right>span {
    line-height: 30px;
}

.company-photo {
    width: 50%;
}

.service {
    text-align: center;
}

.data-center {
    display: flex;
    justify-content: center;
    align-content: center;
}

.data-center img {
    float: left;
    position: relative;
    margin-left: 30px;
    left: 20px;
    margin: auto;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 88px;
}

.data-center>span {
    /* margin-left: -20px; */
    text-align: center;
    width: 65%;
}

.data-center>span>span {
    margin-bottom: 0;
    line-height: 44px;
    margin-left: 22px !important;
}

.data-center .count-title {
    margin-bottom: 0;
    line-height: 44px;
    margin-left: 22px !important;
}

.partner {
    text-align: center;
    text-align: -webkit-center;
}

#tk_solution_box {
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 60px;
    padding: 0 5%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#tk_solution_box .so-item {
    color: #fff;
    display: inherit;
    flex-direction: row;
    height: 60px;
    width: 15%;
}

#tk_solution_box .so-item>div {
    height: 100%;
    text-align: center;
}

.so-icon {
    display: inherit;
    justify-content: center;
    align-items: center;
    width: 40%;
}

.so-desc {
    display: inherit;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
}

#tk_solution_box .so-item img {
    width: 48px;
    height: 48px;
    vertical-align: middle;
}

#tk_solution_box .so-item article {
    font-size: 16px;
    line-height: 28px;
}

#tk_solution_box .so-item p {
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
}

.home-slogan {
    text-align: right;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .fangan-item p {
        display: block;
        width: 80%;
    }
    .data-center {
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .home-slogan {
        text-align: left;
    }
    .site-logo {
        display: none;
    }
    .need-radius {
        float: left !important;
    }
    .collapse {
        display: block !important;
        /* opacity: 0.8; */
    }
    .navbar-nav {
        background-color: rgba(0, 0, 0, 0.1) !important;
    }
    .nav>li,
    .nav>li>a {
        display: inline-block;
        color: #aaa;
    }
    .header.header2 .navbar-nav>li.active>a {
        background: rgba(0, 0, 0, 0.1) !important;
        color: #fff;
    }
    .partner img {
        width: 43% !important;  
        display: inline-block;
        float: left;
    }
    .service img {
        width: 40px;
    }
    .recruitment-item {
        flex-direction: column !important;
    }
    .about-section-edge {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about-box>div {
        margin-top: 10px;
        margin-bottom: 80px;
    }
    #rongzi1,
    #rongzi2 {
        max-height: 166px;
    }
    #tk_solution_box {
        position: absolute;
        bottom: 5px;
        left: 0px;
        z-index: 0;
        width: 100%;
        height: 80px;
        padding: 0 3%;
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }
    #tk_solution_box .so-item {
        color: #fff;
        display: inherit;
        flex-direction: row;
        height: 40px;
        width: 45%;
        transform: scale(0.7);
    }
    #tk_solution_box .so-item>div {
        height: 100%;
        text-align: center;
    }
    .so-icon {
        display: inherit;
        justify-content: center;
        align-items: center;
        width: 30%;
    }
    .so-desc {
        display: inherit;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 70%;
    }
    #tk_solution_box .so-item img {
        width: 32px;
        height: 32px;
        vertical-align: middle;
    }
    #tk_solution_box .so-item article {
        font-size: 16px;
        line-height: 24px;
        transform: scale(0.8);
        display: block;
        width: 100%;
    }
    #tk_solution_box .so-item p {
        width: 100%;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1px;
        transform: scale(0.8);
    }
}

@media (max-width: 321px) {
    #tk_solution_box .so-item {
        transform: scale(0.5);
        width: 50%;
    }
    #tk_solution_box .so-item article {
        font-size: 16px;
        line-height: 24px;
        transform: scale(0.7);
    }
    #tk_solution_box .so-item p {
        transform: scale(0.7);
    }
}

/* .tp-leftarrow{
    left: 20%!important;
}
.tp-rightarrow{
    right: 20%!important;
} */

#tk_mask {
    background-color: #00A0E9;
    width: 26%;
    position: absolute;
    left: 0;
    top: 0;
    height: 84px;
    box-shadow: 0 0 16px 12px #00a0e9;
    z-index: 100;
    opacity: 0;
    border-bottom-right-radius: 110px;
    /* animation: myfirst 8s;
    animation-delay: 1s;
    animation-timing-function:ease;
    border-bottom-right-radius: 110px;
    -moz-animation: myfirst 8s;
    /* Firefox */
    /* -webkit-animation: myfirst 8s; */
    /* Safari 和 Chrome */
    /* -o-animation: myfirst 8s;
    animation-fill-mode: forwards; */
}

.zeus.tparrows.tp-leftarrow:before,
.zeus.tparrows.tp-rightarrow:before {
    font-size: 32px;
}

@media (min-width: 1600px) and (max-width: 2000px){
    #tk_mask {
        width: 30%;
    }
}

@media (min-width: 2000px){
    #tk_mask {
        width: 34%;
    }
}

.bg_header {
    width: 100%;
    height: 45px;
    background-image: url(../../static/img/home/bg_header.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
}

@keyframes myfirst {
    from {
        opacity: 0;
    }
   to{
       opacity: 0.6;
   }
}

@-moz-keyframes myfirst {
    /* Firefox */
    from {
        opacity: 0;
    }
   to{
       opacity: 0.6;
   }
}

@-webkit-keyframes myfirst {
    /* Safari 和 Chrome */
   from {
        opacity: 0;
  }
   to{
       opacity: 0.6;
   }
}

@-o-keyframes myfirst {
    /* Opera */
    from {
        opacity: 0;
    }
   to {
       opacity: 0.6;
   }
}