.w1320 {
    max-width: 1320px;
    margin: 0 auto;
    width: 90%;
    position: relative;
}

.header {
    padding: 10px 0;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.header .header_nav{
    margin-left: auto;
    display: flex;
}
.header .logo {
    line-height: 0;
}

.header .logo a {
    display: inline-block;
}

.header .logo img {
    display: block;
    height: 40px;
    margin: 0;
}

.grilled {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #333;
    cursor: pointer;
}

.grilled b {
    position: relative;
    width: .5rem;
    height: .3rem;
    display: inline-block;
    border-radius: .05rem;
}

.grilled b::after,
.grilled b::before,
.grilled b em {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    height: .04rem;
    border-radius: .05rem;
    background-color: #1a1a1a;
    transition: all .3s ease;
    transition-delay: 0s;
    transition-delay: .1s;
    width: 100%;
}

.grilled b::before {
    top: 0;
}

.grilled b em {
    display: inline-block;
    transition-delay: .1s;
    top: 50%;
    transform: translate(0, -50%);
}

.grilled b::after {
    bottom: 0;
}

.grilled b.active em {
    opacity: 0;
}

.grilled b.active::before {
    transform: translateY(.13rem) rotate(45deg);
}

.grilled b.active::after {
    transform: translateY(-.13rem) rotate(-45deg);
}
.navmenu{
    display: none;
}
.nav-contact{
    display: none;
}
.lang_select{
    display: none;
}
@media (min-width:992px) {
    .grilled {
        display: none;
    }
    .header{
        padding: 0px 0 0;
    }
    .header .logo{
        padding: 40px 0;
    }
    .header .logo img{
        height: 40px;
    }
    .header .w1320{
        display: flex;
    }
    .header_nav{
        margin-left: auto;
    }
    .navmenu{
        display: block;
    }
    .navmenu ul{
        display: flex;
    }
    .navmenu ul li{
        text-transform: capitalize;
        position: relative;
    }
    .navmenu ul li a.one{
        padding: 35px 10px 0;
        display: block;
        font-size: 14px;
        position: relative;
    }
    .navmenu ul li:hover a.one,
    .navmenu ul li.active a.one{
        background: #f3f5f9;
        color: #01aae5;
    }
    .navmenu ul li a.one span{
        display: block;
        line-height: 50px;
    }
    .navmenu ul li a.one .icon{
        height: 35px;
        font-size: 16px;
        text-align: center;
        color: #01aae5;
        position: relative;
        overflow: hidden;
    }
    .navmenu ul li a.one .icon i{
        display: block;
        line-height: 1;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -8px;
        transition: all .3s ease;
    }
    .navmenu ul li:hover a.one .icon i,
    .navmenu ul li.active a.one .icon i{
        top: 0;
    }
    
    .header .tounav {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }
    .lang_select{
        display: flex;
        font-size: 14px;
        color: #01aae5;
        align-items: center;
    }
    .lang_select a{
        display: flex;
        color: #01aae5;
        font-size: 14px;
        line-height: 28px;
        text-decoration: underline;
    }
    .lang_select img{
        display: block;
        height: 28px;
        margin-right: 5px;
        align-items: center;
        justify-content: center;
    }
    .nav-contact{
        width: 120px;
        margin-left: 25px;
        margin-right: 25px;
        border: 2px solid #01aae5;
        height: 40px;
        line-height: 40px;
        border-radius: 22px;
        color: #01aae5;
        font-size: 14px;
        display: flex;
        margin-top: 40px;
        margin-bottom: 40px;
        justify-content: center;
        align-items: center;
    }
    .nav-contact i{
        margin-right: 5px;
    }
    .nav-contact:hover{
        color: #01aae5;
    }


    .about_menu{
        width: 385px;
        height: 0;
        background: #f3f5f9;
        left: 0;
        top: 110px;
        overflow: hidden;
        position: absolute;
        padding: 0 40px 0;
        transition: all 0s ease;
        border-radius: 0 0 10px 10px;
    }
    .about_menu.active{
        height: 240px;
        transition: all .4s ease;
    }
    .about_menu img{
        width: 100%;
        display: block;
        margin: 36px 0 20px;
    }
    .about_menu .list-menu{
        display: flex;
        width: 100%;
    }
    .about_menu .list-menu a{
        display: flex;
        line-height: 30px;
        align-items: center;
        font-size: 14px;
    }
    .about_menu .list-menu a:hover{
        color: #01aae5;
    }
    .about_menu .list-menu a i{
        margin-left: 30px;
    }
    .about_menu .list-menu a:nth-child(2){
        margin-left: auto;
    }
}
@media (min-width:1200px) {
    .navmenu ul li a.one{
        font-size: 16px;
    }
    .navmenu ul li a.one{
        padding: 35px 18px 0;
    }
    .nav-contact{
        width: 140px;
        font-size: 16px;
    }
    .header .logo img{
        height: 50px;
    }
    .header .logo{
        padding: 35px 0;
    }
}
@media (min-width:1400px) {
    .navmenu ul li a.one{
        padding: 35px 25px 0;
    }
}

.contact-wrap{
    position: relative;
    padding-bottom: 0;
}
.contact-wrap .w1320{
    width: 100%;
}
.contact-wrap .row{
    margin: 0;
}
.contact-wrap .row .col-12{
    padding: 0 5%;
}
.contact-services .title {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding-left: 45px;
}

.contact-services .title::before {
    content: "";
    width: 30px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -1px 0 0;
    background: #01aae5;
}

.contact-services .desc {
    margin: 0 0 30px;
}

.contact-services .desc h3 {
    font-size: 20px;
    font-weight: 600;
    color: #01aae5;
    margin: 0 0 20px;
}

.contact-services .desc p {
    color: #3b4250;
    line-height: 28px;
}

.contact-services ul {
    margin: 0 0 50px;
}

.contact-services ul li {
    color: #01aae5;
    font-size: 12px;
    align-items: center;
    margin: 0 0 25px;
    text-align: center;
}

.contact-services ul li span {
    background: #ffffff;
    border: 1px solid #01aae5;
    color: #01aae5;
    padding: 0 20px;
    display: inline-block;
    border-radius: 16px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    margin-right: 18px;
    position: relative;
    cursor: pointer;
}
.contact-services ul li p{
    text-align: center;
    margin-top: 25px;
    line-height: 30px;
}

.contact-services ul li span::before,
.contact-services ul li span::after {
    content: "";
    width: 2px;
    height: 25px;
    left: 50%;
    top: 31px;
    margin-left: -1px;
    position: absolute;
    background: #01aae5;
}
.contact-services ul li span::after{
    top: -25px;
}
.contact-services ul li:first-child span:after{
    display: none;
}
.contact-services ul li:last-child {
    margin: 0;
}
@media (min-width:1200px) {
    .contact-services ul li{
        display: flex;
    }
    .contact-services ul li span::after{
        display: none;
    }
    .contact-services ul li p{
        margin: 0;
    }
    .contact-services ul li span{
        flex: 0 0 auto;
        width: 260px;
    }
    .contact-services ul li:last-child span::before{
        display: none;
    }
}



.contact-services ul li span:hover {
    background: #01aae5;
    color: #ffffff;
}

.contact-services dl {
    margin: 0 0 40px;
}

.contact-services dl:last-child {
    margin: 0;
}

.contact-services dl dt {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: normal;
}

.contact-services dl dd {
    font-size: 14px;
    line-height: 28px;
    position: relative;
    padding: 0 0 20px;
}

.contact-services dl dd::after {
    content: "";
    width: 100%;
    max-width: 200px;
    height: 1px;
    left: 25px;
    bottom: 0;
    position: absolute;
    background: #353c4b;
}

.contact-services dl p {
    display: flex;
}

.contact-services dl p i {
    margin-right: 8px;
}

.contact-services dl .tel {
    font-weight: 600;
    padding-left: 2px;
}





.contact-message-wrap{
    margin: 50px 0 0;
    background: #f9fbff;
}
.contact-message {
    padding: 15px 0 50px 0;
}

.contact-message .title {
    color: #01aae5;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 0 0 15px;
    border-bottom: 1px solid #01aae5;
}

.contact-message .title span {
    font-weight: 600;
}

.contact-message .title a {
    color: #01aae5;
    font-size: 18px;
    font-weight: lighter;
    margin-left: auto;
    margin-right: 15px;
}

.contact-message .title i {
    font-size: 22px;
}

.contact-message .desc {
    font-size: 12px;
    line-height: 24px;
    margin: 20px 0 0;
}

.contact-message .desc span {
    font-weight: 600;
}

.contact-message .desc i {
    background: #01aae5;
    color: #ffffff;
    padding: 0 5px;
}

.contact-message label {
    display: block;
    font-weight: 600;
    margin: 0 0 20px;
}

.contact-message .form-box {
    margin: 50px 0 0;
}

.contact-message .form-box .form-item {
    margin: 0 0 40px;
}

.contact-message label span {
    background: #01aae5;
    color: #ffffff;
    padding: 0 5px;
    font-weight: normal;
}

.contact-message input[type="text"],
.contact-message textarea {
    width: 100%;
    outline: none;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #e2e4ea;
}

.contact-message input[type="text"] {
    height: 40px;
    padding: 0 8px;
}

.contact-message textarea {
    height: 120px;
    resize: none;
    line-height: 20px;
    padding: 8px;
}
.contact-message .form-item p{
    margin: 0 0 20px;
    display: flex;
    font-size: 14px;
    align-items: center;
}
.contact-message .form-item p input{
    margin-right: 5px;
    cursor: pointer;
}
.contact-message .form-item input[type="submit"]{
    width: 100%;
    height: 50px;
    border: none;
    color: #ffffff;
    font-size: 14px;
    background: linear-gradient(to right, #01cde5, #01aae5);
}

@media (min-width:768px) {
    .contact-wrap{
        padding-bottom: 80px;
    }
    .contact-wrap::before,
    .contact-wrap::after{
        content: "";
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        z-index: 1;
        position: absolute;
        background-color: #ffffff;
    }
    .contact-wrap::before{

    }
    .contact-wrap::after{
        left: auto;
        right: 0;
        z-index: 2;
        background: #f9fbff;
        box-shadow: 10px 0 25px rgba(0, 0, 0, 0.2);
    }
    .contact-wrap .w1320{
        width: 90%;
    }
    .contact-wrap .row{
        position: relative;
        z-index: 3;
        margin: 0;
    }
    .contact-wrap .row .col-12{
        padding: 0;
    }
    .contact-wrap .row .contact-message-wrap{
        margin: 0;
        padding-left: 5%;
    }
    .contact-wrap .row .contact-services-wrap{
        padding-right: 5%;
    }
    .contact-message{
        padding: 35px 0 0;
    }
    .contact-message .title{
        line-height: 24px;
        padding: 0 0 20px;
    }
    .contact-message .desc{
        font-size: 14px;
        line-height: 30px;
        margin: 30px 0 0;
    }
    .contact-message input[type="text"]{
        height: 50px;
    }
    .contact-message textarea{
        height: 140px;
    }   
}
@media (min-width:992px) {
    .contact-message .title a{
        font-size: 22px;
    }
}
@media (min-width:1200px) {
    .contact-wrap .row .contact-message-wrap{
        padding-left: 75px;
    }
    .contact-wrap .row .contact-services-wrap{
        padding-right: 75px;
    }
    .contact-services{
        padding-left: 75px;
    }
    .contact-services .title{
        padding-left: 0;
    }
    .contact-services .title::before{
        left: -75px;
    }
    .contact-services .desc h3{
        font-size: 28px;
        margin: 0 0 30px;
    }
    .contact-services .desc{
        margin: 0 0 50px;
    }
    .contact-services dl {
        margin-bottom: 50px;
    }
    .contact-message .form-box .form-item{
        margin: 0 0 50px;
    }
    .contact-message label{
        margin: 0 0 22px;
    }
}





/**
 * 服务支持
 */
.build-a-reputation{
    padding: 50px 0;
    background: #f5f9fa;
}
.build-a-reputation .title{
    font-weight: 600;
}
.build-a-reputation .title h3{
    font-size: 20px;
    color: #01aae5;
}
.build-a-reputation .title p{
    font-size: 12px;
    color: #353c4b;
    margin: 15px 0;
    text-transform: uppercase;
}
.build-a-reputation .title i{
    display: block;
    width: 30px;
    height: 1px;
    background: #01aae5;
}
.build-a-reputation .desc{
    margin: 20px 0 0;
}
.build-a-reputation .desc h3{
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 30px;
}
.build-a-reputation .desc p{
    font-size: 14px;
    line-height: 22px;
}
.build-a-reputation .item-list{
    width: calc(100% - 10px);
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    padding: 10px 0;
    margin: 50px 0 0;
    position: relative;
}
.build-a-reputation .item-list::after{
    content: "";
    width: 50%;
    height: 10px;
    left: 0;
    top: -10px;
    position: absolute;
    background: #01aae5;
}
.build-a-reputation .item-list::before{
    content: "";
    width: 10px;
    height: 30%;
    bottom: 0;
    right: -10px;
    position: absolute;
    background: #01aae5;
}
.build-a-reputation .item-list .item{
    text-align: left;
    width: 100%;
    padding: 10px 15px;
}
.build-a-reputation .item-list h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.build-a-reputation .item-list p{
    font-size: 14px;
    color: #353c4b;
    line-height: 20px;
}
.build-a-reputation .dimg{
    margin: 50px 0 0;
}
.build-a-reputation .dimg img{
    display: block;
    width: 100%;
}
@media (min-width:768px) {
    .build-a-reputation{
        padding: 80px 0;
    }
    .build-a-reputation .row{
        margin: 0;
    }
    .build-a-reputation .row .col-12{
        padding: 0;
    }
    .build-a-reputation .dimg{
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .build-a-reputation .desc{
        margin: 20px 0 270px;
        padding-right: 50px;
    }
    .build-a-reputation .item-list{
        position: absolute;
        width: 200%;
        bottom: 0;
        padding: 25px 0;
        z-index: 9;
    }
    .build-a-reputation .item-list .item{
        width: 50%;
    }
    .build-a-reputation .item-list::before{
        height: 80px;
    }
    .build-a-reputation .desc h3{
        font-size: 30px;
    }
    .build-a-reputation .item-list{
        padding: 10px 15px;
    }
}
@media (min-width:992px) {
    .build-a-reputation{
        padding: 100px 0;
    }
    .build-a-reputation .item-list{
        width: 600px;
    }
    .build-a-reputation .desc{
        margin-bottom: 300px;
    }
}
@media (min-width:1200px) {
    .build-a-reputation .desc{
        padding-right: 80px;
    }
    .build-a-reputation .dimg{
        display: block;
    }
}
@media (min-width:1400px) {
    .build-a-reputation .item-list{
        width: 780px;
    }
    .build-a-reputation .desc{
        margin-bottom: 270px;
    }
}




.page-wrap{
    margin: 50px 0 0;
    display: flex;
    justify-content: center;
}
.page-wrap a,
.page-wrap span{
    border: 1px solid #e5e5e5;
    background: #ffffff;
    line-height: 28px;
    margin: 0 4px;
    color: #9c9c9c;
    font-size: 14px;
    width: 30px;
    text-align: center;
    border-radius: 5px;
}
.page-wrap a.page-num-current,
.page-wrap a:hover{
    color: #ffffff;
    border-color: #01aae5;
    background: #01aae5;
}
@media (min-width:768px) {
    .page-wrap{
        margin: 80px 0 0;
    }
    .page-wrap a,
    .page-wrap span{
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin: 0 5px;
    }
}
@media (min-width:992px) {
    .page-wrap{
        margin: 100px 0 0;
    }
}






/**
 * 新闻中心
 */
.news-banner img{
    display: block;
    width: 100%;
}
.page-column .w1320{
    display: flex;
    padding: 30px 0;
    justify-content: center;
}
.page-column .w1320 a{
    line-height: 32px;
    border-radius: 17px;
    padding: 0 15px;
    margin: 0 10px;
    font-size: 14px;
    text-transform: capitalize;
    border: 1px solid #b0b0b0;
}
.page-column .w1320 a:hover,
.page-column .w1320 a.active{
    background: #01aae5;
    color: #ffffff;
    border-color: #01aae5;
}
.news-wrap{
    padding: 50px 0 70px;
    background: #f9f9f9;
}
.news-wrap dl{
    display: flex;
    padding: 20px 20px;
    margin: 0 0 30px;
    background: #ffffff;
}
.news-wrap dl:last-of-type{
    margin: 0;
}
.news-wrap dl dt{
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
    font-weight: normal;
    border-right: 1px solid #b0b0b0;
}
.news-wrap dl dt b{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}
.news-wrap dl dt span{
    font-size: 14px;
}
.news-wrap dl dd{
    padding-left: 30px;
}
.news-wrap dl dd h2{
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.news-wrap dl dd h2 span{
    display: none;
}
.news-wrap dl dd p{
    margin: 8px 0 0;
    font-size: 12px;
}
.news-wrap dl:hover{
    background: #01aae5;
}
.news-wrap dl:hover dt,
.news-wrap dl:hover dd,
.news-wrap dl:hover a{
    color: #ffffff;
    border-color: #ffffff;
}
.news-wrap dl:hover dd span{
    color: #01aae5;
    border-color: #ffffff;
    background: #ffffff;
}
.news-wrap dl a.more{
    display: none;
}
@media (min-width:768px) {
    .news-wrap dl{
        position: relative;
        padding: 30px 50px 30px 40px;
    }
    .news-wrap dl dt{
        height: 100px;
        padding-right: 30px;
    }
    .news-wrap dl dd{
        flex: 1;
        display: flex;
        padding-left: 30px;
        flex-direction: column;
        justify-content: center;
    }
    .news-wrap dl dd h2{
        line-height: 20px;
    }
    .news-wrap dl dd h2 span{
        color: #b0b0b0;
        padding: 0 10px;
        display: inline-block;
        border-radius: 10px;
        margin-right: 15px;
        font-weight: normal;
        border: 1px solid #b0b0b0;
    }
    .news-wrap dl dd p{
        margin: 15px 0 0;
    }
    .news-wrap{
        padding: 80px 0 100px;
    }
}
@media (min-width:992px) {
    .news-wrap dl dd{
        padding-right: 50px;
    }
    .news-wrap dl a.more{
        right: 70px;
        top: 50%;
        font-size: 30px;
        font-weight: normal;
        line-height: 30px;
        position: absolute;
        display: block;
        transform: translate(0, -50%);
    }
    .news-wrap{
        padding: 100px 0 120px;
    }
}




/**
 * 成功案例
 */
.case-desc{
    padding: 50px 0;
    background: #f5f9fa;
}
.case-desc .line{
    width: 1px;
    height: 30px;
    margin-left: 3px;
    background: #01aae5;
}
.case-desc h3{
    font-weight: 600;
    font-size: 18px;
    color: #01aae5;
    margin: 20px 0 0;
}
.case-desc .en{
    font-size: 12px;
    font-weight: 600;
    color: #353c4b;
    margin: 20px 0 30px;
    text-transform: uppercase;
}
.case-desc h4{
    font-weight: 600;
    color: #353c4b;
    font-size: 20px;
}
.case-desc .number-box{
    display: flex;
    font-size: 14px;
    margin: 40px 0 0;
}
.case-desc .number-box .item:nth-child(2){
    margin-left: auto;
    margin-right: auto;
}
.case-desc .number-box b{
    display: block;
    font-size: 40px;
    line-height: 1;
    font-weight: lighter;
    margin: 0 0 10px;
}
.case-desc .number-box span{
    display: block;
    line-height: 24px;
    padding-left: 8px;
}
.case-desc .number-box p{
    line-height: 24px;
    padding-left: 8px;
}
.case-desc .dimg{
    margin: 40px 0 0;
}
.case-desc .dimg img{
    width: 100%;
    display: block;
    margin: 0 0 30px;
}
.case-desc .dimg p{
    color: #353c4b;
    line-height: 30px;
}
@media (min-width:768px) {
    .case-desc .dimg{
        margin: 0;
    }
    .case-desc{
        padding: 80px 0;
    }
}
@media (min-width:992px) {
    .case-desc .number-box{
        padding-right: 50px;
    }
    .case-desc h3{
        font-size: 22px;
    }
    .case-desc h4{
        font-size: 24px;
    }
    .case-desc{
        padding: 100px 0;
    }
}
@media (min-width:1200px) {
    .case-desc h4{
        font-size: 30px;
    }
    .case-desc .number-box b{
        font-size: 50px;
    }
    .case-desc .dimg img{
        margin: 0 0 40px;
    }
    .case-desc .number-box{
        padding-right: 100px;
    }
}


.case-list{
    padding: 50px 0;
}
.case-list ul{
    border-bottom: 1px solid #d7d7d7;
}
.case-list ul li{
    padding: 30px 0;
    border-top: 1px solid #d7d7d7;
}
.case-list ul li:hover a{
    color: #ffffff;
    background: #01aae5;
}
.case-list ul li:hover a span,
.case-list ul li:hover a p{
    color: #ffffff;
}
.case-list ul li:hover a p b{
    border-color: #ffffff;
}
.case-list ul li a{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 40px 10px 20px;
    line-height: 24px;
    position: relative;
    background: #f5f9fa;
}
.case-list ul li a span{
    font-weight: 600;
    font-size: 16px;
    color: #353c4b;
}
.case-list ul li a p{
    font-size: 14px;
    color: #555555;
}
.case-list ul li a b{
    padding-right: 5px;
    margin-right: 5px;
    font-weight: 600;
    border-right: 1px solid #555555;
}
.case-list ul li a::after{
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 24px;
    transform: translate(0, -50%);
}
.loadmore{
    padding: 40px 0 0;
    display: flex;
    justify-content: center;
}
.loadmore a{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    flex-direction: column;
}
.loadmore a:hover{
    color: #01aae5;
}
.loadmore a i{
    font-size: 20px;
}
@media (min-width:768px) {
    .case-list{
        padding: 80px 0;
    }
    .loadmore{
        padding: 60px 0 0;
    }
    .case-list ul li a{
        padding-top: 10px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .case-list ul li a p{
        width: 100%;
        margin-left: 0px;
    }
}
@media (min-width:992px) {
    .case-list{
        padding: 100px 0;
    }
}







/**
 * 解决方案
 */
.product-column{
    padding: 20px 0;
}
.product-column ul{
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
}
.product-column a{
    line-height: 32px;
    border-radius: 17px;
    padding: 0 10px;
    font-size: 14px;
    margin: 10px 5px;
    order: 3;
    text-transform: capitalize;
    border: 1px solid #d5d5d5;
}
.product-column a:nth-child(1){
    order: 0;
}
.product-column a:nth-child(2){
    order: 1;
}
.product-column a:nth-child(7){
    order: 2;
}
.product-column a.active,
.product-column a:hover{
    color: #ffffff;
    border-color: #00bdff;
    background: #00bdff;
}
@media (min-width:768px) {
    .product-column{
        padding: 30px 0;
    }
    .product-column ul{
        margin: 0 -10px;
    }
    .product-column a{
        line-height: 40px;
        padding: 0 25px;
        margin: 10px;
        border-radius: 21px;
    }
    .product-column a:nth-child(7){
        order: 10;
    }
}
@media (min-width:992px) {
    .product-column a{
        padding: 0 20px;
    }
}
@media (min-width:1200px) {
    .product-column a{
        padding: 0 30px;
        font-size: 16px;
    }
    .product-column{
        padding: 40px 0;
    }
}
@media (min-width:1400px) {
    .product-column a{
        padding: 0 45px;
    }
}

.solutions-lsit-wrap{
    padding: 50px 0 70px;
    background: #f9f9f9;
}
.solutions-lsit-wrap .col-12{
    margin: 0 0 36px;
}
.solutions-lsit-wrap a{
    background: #ffffff;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.solutions-lsit-wrap a .pic{
    overflow: hidden;
}
.solutions-lsit-wrap a img{
    display: block;
    width: 100%;
    transition: all .4s ease;
}
.solutions-lsit-wrap .info{
    padding: 0 30px;
}
.solutions-lsit-wrap .info h3{
    font-weight: normal;
    font-size: 16px;
    color: #353c4b;
    text-align: center;
    line-height: 30px;
    padding: 20px 0;
    position: relative;
    transition: all .3s ease;
    border-bottom: 1px solid #353c4b;
}
.solutions-lsit-wrap .info h3 span{
    display: block;
    height: 30px;
    overflow: hidden;
}
.solutions-lsit-wrap .info h3::after{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 0;
    bottom: -6px;
    position: absolute;
    opacity: 0;
    background: #01aae5;
    transition: all .6s ease;
}
.solutions-lsit-wrap .info h3::before{
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    bottom: -1px;
    position: absolute;
    background: #01aae5;
    transition: all .6s ease;
}
.solutions-lsit-wrap .info p{
    text-align: center;
    color: #b0b0b0;
    font-size: 14px;
    line-height: 30px;
    padding: 15px 0;
    text-transform: capitalize;
}
.solutions-lsit-wrap a:hover h3::before{
    width: 100%;
}
.solutions-lsit-wrap a:hover h3::after{
    left: calc(100% - 12px);
    opacity: 1;
}
.solutions-lsit-wrap a:hover h3,
.solutions-lsit-wrap a:hover p{
    color: #01aae5;
}
.solutions-lsit-wrap a:hover img{
    transform: scale(1.1);
}
.solutions-lsit-wrap .page-wrap{
    margin: 14px 0 0;
}
@media (min-width:768px) {
    .solutions-lsit-wrap{
        padding: 80px 0 100px;
    }
    .solutions-lsit-wrap .page-wrap{
        margin: 44px 0 0;
    }
}
@media (min-width:992px) {
    .solutions-lsit-wrap{
        padding: 100px 0 120px;
    }
    .solutions-lsit-wrap .page-wrap{
        margin: 14px 0 0;
    }
    .solutions-lsit-wrap .page-wrap{
        margin: 66px 0 0;
    }
}


/**
 * 走进雅博
 */
.about-content{
    padding: 50px 0 70px;
}
.about-content .title{
    text-align: center;
}
.about-content .title .line{
    width: 1px;
    height: 30px;
    margin: 0 auto 20px;
    background: #01aae5;
}
.about-content .title h3{
    font-size: 20px;
    font-weight: 600;
    color: #01aae5;
}
.about-content .title p{
    font-weight: 600;
    font-size: 12px;
    color: #353c4b;
    margin: 15px 0;
    text-transform: uppercase;
}
.about-content .title h4{
    font-size: 28px;
    font-weight: 600;
    color: #353c4b;
}
.about-content .desc{
    text-align: center;
    font-size: 16px;
    max-width: 860px;
    margin: 40px auto 0;
    line-height: 30px;
    letter-spacing: 1px;
}
@media (min-width:768px) {
    .about-content{
        padding: 80px 0 100px;
    }
    .about-content .title h3{
        font-size: 22px;
    }
    .about-content .title h4{
        font-size: 32px;
    }
}
@media (min-width:992px) {
    .about-content{
        padding: 100px 0 120px;
    }
}

.course{
    width: 100%;
    height: 665px;
    background: url(../images/course.jpg) no-repeat center;
}

.about-solution{
    padding: 60px 0;
    overflow: hidden;
}
.about-solution .title{
    margin: 0 0 20px;
}
.about-solution .title span{
    font-size: 16px;
    color: #b0b0b0;
}
.about-solution .title h3{
    font-size: 28px;
    font-weight: 600;
    margin: 10px 0 0;
}
.about-solution .content{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #353c4b;
}
@media (min-width:768px) {
    .about-solution{
        padding: 80px 0;
    }
    .about-solution .title h3{
        font-size: 32px;
    }
}
@media (min-width:992px) {
    .about-solution{
        padding: 120px 0;
    }
    .about-solution .content{
        font-size: 18px;
        line-height: 36px;
    }
}


.about-quality{
    padding: 0 0 50px;
}
.about-quality .title{
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 50px;
}
.about-quality img{
    width: 100%;
    margin: 0 0 50px;
}
.about-quality .content,
.about-quality-stpe .content{
    padding-left: 40px;
    position: relative;
}
.about-quality .content::before,
.about-quality-stpe .content::before{
    content: "01";
    position: absolute;
    left: 0;
    font-size: 16px;
    transform: rotate(90deg);
}
.about-quality .content::after,
.about-quality-stpe .content::after{
    content: "";
    width: 2px;
    background: #353c4b;
    bottom: 0;
    top: 40px;
    left: 8px;
    position: absolute;
}
.about-quality .content h4,
.about-quality-stpe .content h4{
    font-size: 20px;
    font-weight: normal;
}
.about-quality .content p,
.about-quality-stpe .content p{
    font-size: 16px;
    line-height: 32px;
    margin: 20px 0 0;
}
.about-quality .row .col-12:nth-child(2){
    margin-top: 50px;
}
.about-quality .row .col-12:nth-child(2) .content::before{
    content: "02";
}
@media (min-width:768px) {
    .about-quality{
        padding: 0 0 80px;
    }
    .about-quality .title{
        margin: 0 0 80px;
    }
    .about-quality img{
        margin: 0 0 80px;
    }
    .about-quality .row{
        margin: 0 -20px;
    }
    .about-quality .row .col-12{
        padding: 0 20px;
    }
    .about-quality .row .col-12:nth-child(2){
        margin-top: 0;
    }
}
@media (min-width:992px) {
    .about-quality .content h4{
        font-size: 24px;
    }
    .about-quality{
        padding: 0 0 100px;
    } 
    .about-quality .title{
        margin: 0 0 100px;
    }
    .about-quality img{
        margin: 0 0 100px;
    }
    .about-quality .row .col-12:nth-child(2) .content{
        margin-left: 35px;
    }
    .about-quality .content::before{
        line-height: 30px;
    }
}
@media (min-width:1200px) {
    .about-quality{
        overflow: hidden;
    }
    .about-quality .title{
        line-height: 30px;
    }
    .about-quality .row .col-12:nth-child(2) .content{
        margin-left: 70px;
        margin-top: 100px;
    }
    .about-quality .row .col-12:nth-child(1) .content{
        margin-top: 548px;
        padding-right: 40px;
    }
    .about-quality img{
        position: absolute;
        right: 20px;
        width: 800px;
        top: 160px;
        height: 348px;
    }
    .about-quality .row .col-12{
        position: relative;
    }
    .about-quality .row .col-12:nth-child(2){
        padding-top: 348px;
    }
    .about-quality .row .col-12:nth-child(2) img{
        left: 20px;
        right: auto;
        top: 0;
    }
}
@media (min-width:1400px) {
    .about-quality .row .col-12:nth-child(1) .content{
        padding-right: 80px;
    }
}
.about-quality-img img{
    display: block;
    width: 100%;
}
.about-quality-stpe{
    padding: 50px 0 70px;
}
@media (min-width:768px) {
    .about-quality-stpe{
        padding: 80px 0 100px;
    }
}
@media (min-width:992px) {
    .about-quality-stpe{
        padding: 100px 0 120px;
    }
}
.about-quality-stpe .content h4{
    margin: 0 0 20px;
}
.about-quality-stpe .content p{
    margin: 0;
}
.about-quality-stpe .content::before{
    content: "03";
}

.about-column{
    display: flex;
    flex-wrap: wrap;
}
.about-column a{
    width: 100%;
    font-size: 16px;
    padding: 40px 0;
    text-align: center;
}
.about-column a i{
    font-size: 40px;
}
.about-column a:nth-child(1){
    background: #dbf6ff;
    color: #01aae5;
}
.about-column a:nth-child(2){
    background: #01aae5;
    color: #ffffff;
}
@media (min-width:640px) {
    .about-column a{
        width: 50%;
    }
}
@media (min-width:992px) {
    .about-column a{
        padding: 100px 0;
        font-size: 18px;
    }
}
@media (min-width:1600px) {
    .about-column a{
        padding: 120px 0;
        font-size: 18px;
    }
}


.strengths-info{
    padding: 50px 0 70px;
    background: #f5f9fa;
}
.strengths-info .title{
    margin: 0 0 20px;
}
.strengths-info .title .line{
    width: 1px;
    height: 30px;
    margin: 0 0 20px;
    background: #01aae5;
}
.strengths-info .title h3{
    font-size: 20px;
    font-weight: 600;
    color: #01aae5;
}
.strengths-info .title p{
    font-weight: 600;
    font-size: 12px;
    color: #353c4b;
    margin: 15px 0;
    text-transform: uppercase;
}
.strengths-info .title h4{
    font-size: 28px;
    font-weight: 600;
    color: #353c4b;
}
.strengths-info .desc img{
    max-width: 100%;
    margin: 0 0 30px;
}
.strengths-info .desc{
    color: #353c4b;
    line-height: 30px;
}
.strengths-info .dimg{
    margin: 30px 0 0;
}
.strengths-info .dimg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width:768px) {
    .strengths-info{
        padding: 80px 0 100px;
        background: #f5f9fa;
    }
    .strengths-info .row{
        margin: 0;
    }
    .strengths-info .row .col-12{
        padding: 0;
    }
    .strengths-info .row .dimg{
        padding-left: 40px;
    }
    .strengths-info .row .text{
        padding-right: 30px;
    }
    .strengths-info .title h3{
        font-size: 22px;
    }
    .strengths-info .title h4{
        font-size: 32px;
    }
    .strengths-info .dimg{
        margin: 0;
    }
}

@media (min-width:992px) {
    .strengths-info{
        padding: 100px 0 120px;
        background: #f5f9fa;
    }
    .strengths-info .row .dimg{
        padding-left: 80px;
        padding-right: 20px;
    }
    .strengths-info .desc img{
        margin: 0 0 50px;
    }
    .strengths-info .row .text{
        padding-right: 60px;
    }
}

.strengths-list{
    padding: 50px 0;
}
.strengths-list img{
    width: 100%;
    display: block;
}
.strengths-list h3{
    font-size: 16px;
    color: #353c4b;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-weight: normal;
}
.strengths-list p{
    font-size: 14px;
    color: #555555;
    margin: 8px 0 15px;
}
.strengths-list .col-6{
    margin: 0 0 40px;
}
.strengths-list .loadmore{
    padding: 10px 0 0;
}
@media (min-width:768px) {
    .strengths-list{
        padding: 80px 0;
    }
    .strengths-list .loadmore{
        padding: 40px 0 0;
    }
}
@media (min-width:992px) {
    .strengths-list .loadmore{
        padding: 50px 0 0;
    }
    .strengths-list{
        padding: 100px 0;
    }
    .strengths-list h3{
        font-size: 18px;
    }
    .strengths-list .row{
        margin: 0 -25px;
    }
    .strengths-list .col-6{
        margin: 0 0 50px;
        padding: 0 25px;
    }
}


.index_banner img{
    width: 100%;
    display: block;
}
.index_banner video{
    width: 100%;
    height: 100%;
}
.index_banner .swiper-pagination-bullet{
    background: #ffffff;
    width: 8px;
    height: 8px;
    opacity: 1;
}
.index_banner .swiper-pagination-bullet-active{
    background: #01aae5;
}
.index_banner .swiper-container-horizontal > .swiper-pagination-bullets,
.index_banner .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 20px;
}

.index_solutions{
    padding: 50px 0;
}
.index_title{
    text-align: center;
    margin: 0 0 30px;
}
.index_title h3{
    font-size: 20px;
    font-weight: 600;
}
.index_title p{
    font-size: 14px;
    color: #b0b0b0;
    padding: 0 20px;
    margin: 0 0 10px;
}
.index_solutions_list{
    width: 100%;
    height: 500px;
    background: url(../images/index_solutions.jpg) no-repeat center;
    background-size: cover;
}
.index_solutions_list .swiper-slide{
    height: 500px;
    padding: 50px 40px 0;
    color: #ffffff;
    cursor: pointer;
    background: rgba(0, 189, 255, 0.8);
}
.index_solutions_list .swiper-slide h3{
    font-size: 24px;
    font-weight: 600;
}
.index_solutions_list .swiper-slide h4{
    font-size: 16px;
}
.index_solutions_list .swiper-slide p{
    margin: 50px 0 40px;
    font-size: 14px;
    line-height: 30px;
}
.index_solutions_list .swiper-slide a{
    width: 160px;
    line-height: 38px;
    border-radius: 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
    display: flex;
    padding: 0 20px;
    transition: all .3s ease;
}
.index_solutions_list .swiper-slide a i{
    margin-left: auto;
}
.index_solutions_list .swiper-slide a:hover{
    padding: 0 30px;
}
.index_solutions_list .swiper-slide img{
    width: 60px;
    height: 60px;
    margin: 0 0 30px;
    display: block;
}
@media (min-width:768px) {
    .index_solutions{
        padding: 80px 0;
    }
    .index_solutions_list .swiper-slide{
        position: relative;
    }
    .index_solutions_list .swiper-slide::after{
        content: "";
        top: 50px;
        bottom: 50px;
        width: 1px;
        right: 0;
        position: absolute;
        background: #ffffff;
    }
    .index_title{
        margin: 0 0 50px;
    }
    .index_title h3{
        font-size: 24px;
    }
    .index_title p{
        font-size: 16px;
    }
}
@media (min-width:992px) {
    .index_title h3{
        font-size: 30px;
    }
    .index_solutions{
        padding: 100px 0;
    }
    .index_solutions_list{
        height: 800px;
    }
    .index_solutions_list .swiper-slide{
        height: 800px;
        background: none;
        display: flex;
        flex-direction: column;
        padding: 140px 50px;
        transition: all .3s ease;
    }
    .index_solutions_list .swiper-slide::after{
        top: 140px;
        bottom: 140px;
    }
    .index_solutions_list .swiper-slide p{
        display: none;
        transition: all .3s ease;
    }
    .index_solutions_list .swiper-slide a{
        display: none;
        transition: all .3s ease;
    }
    .index_solutions_list .swiper-slide img{
        margin: 120px 0 0;
        transition: all .3s ease;
    }
    .index_solutions_list .swiper-slide h3{
        margin-top: auto;
        transition: all .3s ease;
    }
    .index_solutions_list .swiper-slide h4{
        transition: all .3s ease;
    }
    .index_solutions_list .swiper-slide:hover{
        background: rgba(0, 189, 255, 0.8);
    }
    .index_solutions_list .swiper-slide:hover::after{
        display: none;
    }
    .index_solutions_list .swiper-slide:hover p{
        display: block;
    }
    .index_solutions_list .swiper-slide:hover a{
        display: flex;
    }
    .index_solutions_list .swiper-slide:hover img{
        margin: 0;
    }
    .index_solutions_list .swiper-slide:hover h3{
        margin: 40px 0 0;
    }
    .index_solutions_list .swiper-slide:hover h4{
        margin: 0 0 150px;
    }
    .index_solutions_list .swiper-slide:hover p{
        margin: 80px 0 60px;
    }
}
@media (min-width:1200px) {
    .index_solutions_list .swiper-slide{
        padding: 140px 80px;
    }
    .index_solutions_list .swiper-slide:hover{
        padding: 140px 50px;
    }
}

.index_reason{
    text-align: center;
}
.index_reason .row h3{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}
.index_reason .row p{
    font-size: 14px;
    padding: 0 20px;
    line-height: 24px;
}
.index_reason .row{
    margin: 0;
}
.index_reason .row .col-12{
    padding: 0;
    display: flex;
    height: 250px;
    color: #ffffff;
    justify-content: center;
    flex-direction: column;
}
.index_reason .col-12:nth-child(1){
    order: 1;
}
.index_reason .col-12:nth-child(2){
    order: 2;
}
.index_reason .col-12:nth-child(3){
    order: 4;
}
.index_reason .col-12:nth-child(4){
    order: 3;
}
.index_reason .col-12:nth-child(1),
.index_reason .col-12:nth-child(4){
    background: #01aae5;
}
.index_reason .col-12:nth-child(2){
    background: url(../images/index_reason1.jpg) no-repeat center;
    background-size: cover;
}
.index_reason .col-12:nth-child(3){
    background: url(../images/index_reason2.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width:768px) {
    .index_reason .col-12:nth-child(1){
        order: 1;
    }
    .index_reason .col-12:nth-child(2){
        order: 2;
    }
    .index_reason .col-12:nth-child(3){
        order: 3;
    }
    .index_reason .col-12:nth-child(4){
        order: 4;
    }
}
@media (min-width:992px) {
    .index_reason .row h3{
        font-size: 32px;
    }
    .index_reason .row p{
        font-size: 16px;
        padding: 0 40px;
    }
    .index_reason .row .col-12{
        height: 380px;
    }
}


.index_case{
    background: #f6f6f4;
}
.index_case img{
    width: 100%;
}
.index_case .index_case_list_one{
    margin: 0 20px 0;
}
.index_case_list_two{
    width: 100%;
}
.index_case a{
    display: block;
    position: relative;
}
.index_case a .model{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    display: flex;
    transition: all .3s ease;
    background: rgba(0,0,0,0.4);
}
.index_case a:hover .model{
    opacity: 1;
}

.index_about .dimg img{
    width: 100%;
}
.index_about .text{
    width: 90%;
    margin: 50px auto 0;
}
.index_about .text h4{
    color: #b0b0b0;
    font-size: 16px;
    font-weight: normal;
}
.index_about .text h3{
    color: #353c4b;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.4;
    margin: 20px 0 30px;
}
.index_about .text p{
    font-size: 16px;
    line-height: 32px;
}
.index_about .text  a{
    display: flex;
    width: 160px;
    font-size: 14px;
    padding: 0 30px;
    border-radius: 20px;
    border: 1px solid #01153c;
    line-height: 38px;
    align-items: center;
    margin: 30px 0 0;
    transition: all .6s ease;
}
.index_about .text  a:hover{
    padding: 0 40px;
    color: #ffffff;
    background: #01aae5;
    border-color: #01aae5;
}
.index_about .text  a i{
    margin-left: auto;
}
@media (min-width:768px) {
    .index_case .index_case_list_one{
        margin: 0 0 30px 30px;
    }
    .index_case_list_two .swiper-slide{
        width: calc(30% - 30px) !important;
    }
    .index_about{
        display: flex;
    }
    .index_about .text{
        width: 45%;
        max-width: 420px;
        margin: 0px 10% 0 40px;
        flex: 0 0 auto;
    }
    .index_about .dimg{
        display: flex;
        align-items: center;
    }
}
@media (min-width:992px) {
    .index_about .text{
        margin-left: 80px;
    }
    .index_about .text  a{
        width: 180px;
        line-height: 48px;
        border-radius: 25px;
    }
    .index_case .index_case_list_one{
        margin: 0 0 50px 50px;
    }
    .index_case_list_two .swiper-slide{
        width: calc(25% - 50px) !important;
    }
}
@media (min-width:1200px) {
    .index_about .dimg{
        display: block;
    }
    .index_about .dimg img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .index_about .text{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .index_about .text h3{
        font-size: 32px;
        margin: 30px 0 40px;
    }
    .index_about .text  a{
        margin-top: 40px;
    }
}
@media (min-width:1400px) {
    .index_about .text{
        margin-right: 15.625%;
    }
}


.index_btn .row{
    margin: 0;
}
.index_btn .col-12{
    padding: 0;
    display: flex;
    height: 300px;
    align-items: center;
    justify-content: center;
}
.index_btn .col-12 a{
    width: 200px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    border-radius: 26px;
    background: #01aae5;
    font-size: 16px;
}
.index_btn .col-12:nth-child(1){
    background: url(../images/index_btn1.jpg) no-repeat center;
    background-size: cover;
}
.index_btn .col-12:nth-child(2){
    margin-top: 1px;
    background: url(../images/index_btn2.jpg) no-repeat center;
    background-size: cover;
}
.index_btn .col-12:nth-child(2) a{
    color: #01153c;
    background: #fddb3c;
}
@media (min-width:576px) {
    .index_btn .col-12:nth-child(2){
        margin: 0;
    }
}
@media (min-width:992px) {
    .index_btn .col-12{
        height: 400px;
    }
    .index_btn .col-12 a{
        font-size: 18px;
        text-transform: capitalize;
        line-height: 70px;
        width: 240px;
        border-radius: 35px;
    }
}



.index_news_wrap .title{
    font-size: 24px;
    font-weight: 600;
    color: #353c4b;
    margin: 0 0 30px;
    text-align: center;
}
.index_news_wrap .index_news_coumn{
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #ececec;
}
.index_news_wrap .index_news_coumn a{
    padding: 0 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #353c4b;
    padding: 0 10px 5px;
    margin: 0 10px;
    position: relative;
}
.index_news_wrap .index_news_coumn a.active,
.index_news_wrap .index_news_coumn a:hover{
    color: #01aae5;
}
.index_news_wrap .index_news_coumn a.active::before,
.index_news_wrap .index_news_coumn a:hover::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #01aae5;
    bottom: -2px;
    left: 0;
}
.index_news_list_box{
    margin: 40px 0 0;
}
.index_news_wrap ul{
    display: none;
}
.index_news_wrap ul.active{
    display: block;
}
.index_news_wrap ul li:first-child a{
    border-top: 1px solid #f1f1f1;
}
.index_news_wrap ul li a{
    display: flex;
    width: 100%;
    line-height: 30px;
    padding: 20px 5px;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
}
.index_news_wrap ul li span{
    margin-right: 15px;
    flex: 0 0 auto;
    font-size: 14px;
    display: none;
}
.index_news_wrap ul li a{
    font-size: 16px;
    transition: all .3s ease;
}
.index_news_wrap ul li a:hover {
    color: #ffffff;
    background: #01aae5;
    border-color: #01aae5;
}
.index_news_wrap ul li p{
    padding-right: 20px;
}
.index_news_wrap ul li i{
    margin-left: auto;
}
.index_news_wrap ul .more{
    width: 180px;
    display: flex;
    line-height: 48px;
    text-align: center;
    border-radius: 25px;
    margin: 40px auto 0;
    padding: 0 25px;
    font-size: 16px;
    transition: all .3s ease;
    border: 1px solid #01153c;
}
.index_news_wrap ul .more i{
    margin-left: auto;
}
.index_news_wrap ul .more:hover{
    background: #01aae5;
    color: #ffffff;
    padding: 0 35px;
    border-color: #01aae5;
}
@media (min-width:768px) {
    .index_news_wrap{
        display: flex;
    }
    .index_news_wrap .title{
        width: 190px;
        flex: 0 0 auto;
        text-align: left;
        font-size: 32px;
        line-height: 38px;
    }
    .index_news_list{
        flex: 1;
    }
    .index_news_wrap ul li a{
        padding: 35px 20px;
    }
    .index_news_wrap .index_news_coumn{
        justify-content: flex-start;
    }
    .index_news_wrap .index_news_coumn a{
        margin: 0 20px 0 0;
        padding-bottom: 6px;
    }
    .index_news_wrap ul li span{
        margin-right: 30px;
    }
    .index_news_wrap ul .more{
        margin: 50px auto 0;
        width: 220px;
    }
}
@media (min-width:992px) {
    .index_news_wrap ul li span{
        margin-right: 40px;
        display: block;
    }
}

.service-item{
    width: 100%;
    color: #ffffff;
    padding: 50px 0 40px;
    background: url(../images/service.jpg) no-repeat center;
    background-size: cover;
}
.service-item .row{
    margin: 0;
}
.service-item .col-12{
    display: block;
}
.service-item .col-12:nth-child(2){
    margin-top: 50px;
}
.service-item .dimg{
    margin: 0 0 30px;
}
.service-item img{
    width: 100px;
    display: block;
    margin: 0 auto;
}
.service-item h3{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.service-item p{
    font-size: 14px;
    line-height: 32px;
    margin: 10px 0 0;
    text-align: center;
}
@media (min-width:768px) {
    .service-item .col-12:nth-child(2){
        margin: 0;
    }
    .service-item{
        padding: 80px 0 70px;
    }
    .service-item .col-12{
        padding-left: 20px;
        padding-right: 40px;
    }
    .service-item h3{
        text-align: left;
    }
    .service-item p{
        text-align: left;
    }
    .service-item img{
        margin-left: 0;
    }
}
@media (min-width:992px) {
    .service-item{
        padding: 100px 0 90px;
    }
    .service-item .col-12{
        padding-left: 40px;
        padding-right: 80px;
    }
    .service-item h3{
        font-size: 18px;
    }
    .service-item p{
        font-size: 16px;
    }
    .service-item .col-12{
        display: flex;
    }
    .service-item .dimg{
        margin: 0 30px 0 0;
    }
}
@media (min-width:1200px) {
    .service-item img{
        width: 110px;
        height: 110px;
    }
    .service-item .dimg{
        margin-right: 30px;
    }
}

.yb_core{
    padding: 50px 0;
}
.service_title{
    margin: 0 0 50px;
}
.service_title h3{
    font-size: 18px;
    font-weight: 600;
    color: #01aae5;
}
.service_title p{
    color: #353c4b;
    font-size: 12px;
    font-weight: 600;
    margin: 15px 0 0;
    text-transform: uppercase;
}
.service_title .line{
    width: 30px;
    height: 1px;
    margin: 15px 0;
    background: #01aae5;
}
.yb_core .row{
    margin: 0 -10px;
}
.yb_core .col-12{
    padding: 0 10px;
    margin: 0 0 20px;
}
.service_title h4{
    font-size: 20px;
    color: #353c4b;
    font-weight: 600;
}
.yb_core .col_item{
    text-align: center;
    padding: 60px 15px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(1, 170, 229, 0.1);
    background: #ffffff;
}
.yb_core .col_item img{
    width: 50px;
    display: block;
    margin: 0 auto 20px;
}
.yb_core .col_item h3{
    font-size: 16px;
    font-weight: 600;
}
.yb_core .col_item p{
    font-size: 14px;
    color: #353c4b;
    margin: 6px 0 0;
}
@media (min-width:576px) {
    .yb_core .col_item{
        height: 100%;
    }
}
@media (min-width:768px) {
    .yb_core{
        padding: 80px 0;
    }
    .yb_core .col_item img{
        width: 60px;
    }
    .service_title h3{
        font-size: 22px;
    }
    .service_title h4{
        font-size: 30px;
    }
}
@media (min-width:992px) {
    .yb_core .col_item img{
        width: 70px;
    }
    .yb_core{
        padding: 100px 0;
    }
    .yb_core .row{
        margin: 0 -15px;
    }
    .yb_core .col-12{
        padding: 0 15px;
    }
    .yb_core .col_item{
        padding: 90px 15px;
    }
    .yb_core .col_item h3{
        font-size: 18px;
    }
    .yb_core .col_item p{
        font-size: 16px;
    }
}




.service_desc{
    width: 100%;
    color: #ffffff;
    padding: 80px 0 60px;
    background: url(../images/service-desc.jpg) no-repeat center;
    background-size: cover;
}
.service_desc .title h3{
    font-size: 22px;
    font-weight: 600;
}
.service_desc .title p{
    font-size: 12px;
    font-weight: 600;
    margin: 15px 0;
    text-transform: uppercase;
}
.service_desc .title .line{
    width: 30px;
    height: 1px;
    background: #ffffff;
}
.service_desc .text{
    margin: 40px 0 0;
}
.service_desc .text h4{
    font-size: 22px;
    font-weight: 600;
}
.service_desc .text p{
    font-size: 14px;
    line-height: 32px;
    margin: 20px 0 0;
}
.service_desc img{
    display: block;
    width: 100%;
    margin: 40px 0 0;
}
.contact-list{
    margin: 40px 0 0;
}
.contact-list h3{
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}
.contact-list p{
    line-height: 16px;
    font-size: 14px;
    margin: 18px 0 0;
}
.contact-list .col-12{
    margin: 0 0 20px;
}
.contact-list .col-12:nth-child(3){
    margin: 0;
}
.contact-list .col-12:nth-child(2) dl{
    background: #353c4b;
}
.contact-list dl{
    padding: 30px 20px;
    display: flex;
    align-items: center;
    background: #01aae5;
}
.contact-list dl dd{
    margin-left: 20px;
}
.contact-list dl dt{
    width: 50px;
    height: 50px;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
}
.contact-list .col-12:nth-child(2) dl dt{
    background: #01aae5;
}
.contact-list dl dt img{
    display: block;
    width: 60%;
    margin: 0;
}
@media (min-width:768px) {
    .service_desc .content{
        display: flex;
    }
    .service_desc .title{
        flex: 0 0 auto;
        margin-right: 100px;
    }
    .service_desc .text{
        margin: 0;
    }
    .service_desc img{
        margin: 80px 0 0;
    }
    .service_desc{
        padding: 100px 0 80px;
    }
    .contact-list{
        margin: 60px 0 0;
    }
}
@media (min-width:992px) {
    .service_desc{
        padding: 120px 0 100px;
    }
    .service_desc .text h4{
        font-size: 30px;
    }
    .service_desc .text p{
        font-size: 16px;
    }
    .service_desc .title{
        margin-right: 200px;
    }
    .contact-list{
        margin: 80px 0 0;
    }
}
@media (min-width:1200px) {
    .service_desc .w1320{
        padding: 0 60px;
    }
    .service_desc .title{
        margin-right: 300px;
    }
}
@media (min-width:1400px) {
    .service_desc .w1320{
        padding: 0 120px;
    }
}



.service_process{
    padding: 50px 0 70px;
}
.service_process .row{
    margin: 0;
    border-right: 1px solid #c7eefa;
    border-bottom: 1px solid #c7eefa;
}
.service_process .col-6{
    padding: 40px 0 50px;
    border-left: 1px solid #c7eefa;
    border-top: 1px solid #c7eefa;
    background: #f2fcff;
    text-align: center;
}
.service_process .col-6 img{
    display: block;
    width: 50px;
    margin: 0 auto;
}
.service_process .col-6 p{
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 0;
    line-height: 1;
    padding: 0 15px;
    color: #01aae5;
}
@media (min-width:576px) {
    .service_process .col-6 img{
        width: 60px;
    }
    .service_process .col-6{
        padding: 50px 0 60px;
    }
}
@media (min-width:768px) {
    .service_process{
        padding: 80px 0 100px;
    }
}
@media (min-width:992px) {
    .service_process{
        padding: 100px 0 120px;
    }
    .service_process .service_title{
        margin: 0 0 70px;
    }
}

.footer{
    padding: 50px 0 20px;
    background: #353c4b;
}
.footer-logo{
    margin: 0 0 30px;
}
.footer-logo img{
    display: block;
    height: 40px;
}
.footer-contact{
    color: #ffffff;
    max-width: 350px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
}
.footer-contact p{
    display: flex;
    color: #ffffff;
    padding: 10px 0;
}
.footer-contact p a{
    color: #ffffff !important;
}
.footer-contact i{
    font-size: 16px;
    margin-right: 10px;
}
.footer-nav{
    margin: 30px 0 0;
    color: #ffffff;
}
.footer-link{
    margin: 30px 0 0;
    color: #ffffff;
}
.footer-link a{
    color: #ffffff;
}
.footer-nav a{
    color: #ffffff;
}
.footer-nav a:hover,
.footer-link a:hover{
    font-weight: 600;
}
.footer-nav dt,
.footer-link dt{
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}
.footer-nav dd,
.footer-link dd{
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
}
.footer-link dd p{
    width: 50%;
    margin: 5px 0;
    line-height: 30px;
}
.footer-link dd p a{
    display: flex;
    float: left;
    align-items: center;
}
.footer-link dd p i{
    font-size: 20px;
    margin-right: 10px;
}
.footer-nav dd p{
    width: 50%;
    line-height: 30px;
}
.sitecopyright{
    margin: 30px 0 0;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}
.sitecopyright p{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sitecopyright p img{
    width: 18px;
    margin-right: 5px;
}
.sitecopyright a{
    color: #ffffff;
}
@media (min-width:768px) {
    .footer-text{
        display: flex;
        flex-wrap: wrap;
    }
    .footer-nav{
        margin-top: 0;
        flex: 1;
        margin-left: auto;
    }
    .footer-contact{
        flex: 0 0 auto;
        margin-right: 80px;
    }
    .footer{
        padding-top: 80px;
    }
    
}
@media (min-width:992px) {
    .footer-contact{
        margin-right: 30px;
    }
    .footer-text{
        flex-wrap: nowrap;
    }
    .footer-link{
        margin-left: auto;
        flex: 0 0 auto;
        margin: 0;
        width: 120px;
    }
    .footer-link dd p{
        width: 100%;
    }
    .footer-nav dd p{
        width: 50%;
    }
    .sitecopyright{
        display: flex;
        justify-content: center;
    }
    .sitecopyright p{
        margin: 0 2px;
    }
    .footer{
        padding-top: 100px;
    }
}
@media (min-width:1200px) {
    .footer-contact{
        margin-right: 180px;
    }
}
@media (min-width:1400px) {
    .footer-nav dd p{
        width: 50%;
    }
}


.header .w1320{
    position: static;
    display: flex;
}
.navmenu ul li.product_li{
    position: static;
}
.product_menu{
    width: 100%;
    top: 120px;
    left: 50%;
    height: 0;
    overflow: hidden;
    position: absolute;
    background: #f3f5f9;
    z-index: 999;
    transform: translate(-50%, 0%);
}
.product_menu.active{
    height: 390px;
    transition: all .4s ease;
}
.product_menu .row{
    margin: 0 -20px;
    width: 100%;
}
.product_menu .row .col-6{
    padding: 40px 20px 50px;
}
.product_menu .row .col-6 img{
    width: 100%;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}
.product_menu .list-menu{
    display: flex;
    flex-wrap: wrap;
}
.product_menu .list-menu p{
    width: 50%;
    display: flex;
    align-items: center;
}
.product_menu .list-menu p a{
    display: flex;
    color: #050c14;
    font-size: 12px;
}
.product_menu .list-menu p a i{
    opacity: 0;
    transition: all .6s ease;
}
.product_menu .list-menu p a:hover{
    color: #01aae5;
}
.product_menu .list-menu p a:hover i{
    margin-left: 50px;
    opacity: 1;
}

.show-product-wrap{
    background: #f9f9f9;
}

.show-product-wrap h1.title{
    font-size: 18px;
    font-weight: 600;
}
.show-product-wrap .content{
    margin: 20px 0;
}
.show-product-wrap .content img{
    max-width: 100%;
}
@media (min-width:1200px) {
    .product_menu .row{
        margin: 0 -30px;
    }
    .product_menu .row .col-6{
        padding: 40px 30px 50px;
    }
    .product_menu .list-menu p a{
        font-size: 14px;
    }
}
a.zx{
    width: 240px;
    line-height: 40px;
    display: flex;
    color: #ffffff;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 20px;
    background: #01aae5;
}
a.zx i{
    font-size: 20px;
    margin-left: auto;
}
.product-img-wrap{
    margin: 30px 0 0;
}
.img-thumb{
    margin: 15px 0 0;
}
.img-thumb .swiper-slide::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    position: absolute;
}
.img-thumb .swiper-slide-thumb-active::after{
    display: none;
}
.product-img-wrap .swiper-slide{
    overflow: hidden;
}
.product-img-wrap .swiper-slide img{
    display: block;
    width: 100%;
}
@media (min-width:768px) {
    .show-product-wrap h1.title{
        font-size: 22px;
    }
    .show-product-wrap .content{
        margin: 20px 0 30px;
    }
    a.zx{
        width: 350px;
        line-height: 50px;
        padding: 0 40px;
        border-radius: 25px;
    }
    .product-img-wrap{
        margin: 60px 0 0;
    }
}
@media (min-width:992px) {
    .product-img-wrap{
        display: flex;
        width: 100%;
    }
    .product-img-wrap .dimg{
        width: calc(100% - 230px);
    }
    .product-img-wrap .img-thumb{
        flex: 0 0 auto;
        width: 190px;
        height: 780px;
        margin-top: 0;
        margin-left: auto;
    }
    .product-img-wrap .img-thumb .swiper-container{
        height: 100%;
    }
    .product-img-wrap .swiper-slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .product-img-wrap .dimg .swiper-container{
        width: 100%;
        height: 100%;
    }
}


.show-case-wrap{
    padding: 50px 0 70px;
}
.search-case{
    margin: 0 0 50px;
}
.search-case input[type="text"]{
    width: 100%;
    height: 40px;
    padding: 0 30px 0 20px;
    border-radius: 20px;
    font-size: 14px;
    background: #f5f9fa;
}
.search-case button{
    right: 20px;
    font-size: 20px;
    height: 40px;
    display: flex;
    top: 0;
    align-items: center;
    position: absolute;
    background: none;
}
.show-case-box .sort-name{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 30px;
}
.show-case-box .case-info{
    background: #f5f9fa;
    padding: 10px 20px;
    line-height: 30px;
    margin: 0 0 40px;
}
.show-case-box .case-info h2{
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.show-case-box .case-info h3{
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
}
.show-case-box .case-info h3 b{
    font-weight: 600;
}
.case-content{
    margin: 0 0 40px;
}
.show-case-box a.zx{
    background: #eefbff;
    color: #01aae5;
}
@media (min-width:768px) {
    .show-case-wrap{
        padding: 80px 0 100px;
    }
    .search-case input[type="text"]{
        height: 46px;
        border-radius: 23px;
    }
    .search-case button{
        height: 46px;
    }
    .search-case{
        margin: 0 0 50px;
    }
    .show-case-box .sort-name{
        font-size: 22px;
    }
}
@media (min-width:992px) {
    .show-case-wrap{
        padding: 100px 0 120px;
    }
    .show-case-box .case-info{
        display: flex;
        padding: 0 20px;
    }
    .show-case-box .case-info h3{
        margin: 0 auto;
    }
}


.mycourse{
    color: #ffffff;
    padding-bottom: 180px;
}
.course .w1320{
    display: flex;
    height: 100%;
    align-items: flex-end;
}
.course .w1320 .swiper-wrapper{
    align-items: flex-end;
    display: flex;
}
.mycourse .desc{
    width: calc(100% - 60px);
    color: #034d66;
    border-radius: 10px;
    font-size: 16px;
    line-height: 30px;
    padding: 40px 30px;
    margin: 0 auto 15px;
    background: rgba(255,255,255,0.8);
}
.mycourse .line{
    display: flex;
    align-items: center;
}
.mycourse .line b{
    width: 30px;
    height: 30px;
    position: relative;
    border: 3px solid #ffffff;
    border-radius: 50%;
}
.mycourse .line b::after{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    position: absolute;
    background: #ffffff;
}
.mycourse .line i{
    width: 50%;
    height: 3px;
    background: #ffffff;
}
.mycourse .year{
    width: 90px;
    height: 40px;
    color: #034d66;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: #f1f8fe;
    border-radius: 5px;
    margin: 15px auto 0;
}
.FollowUs{
    position: fixed;
    z-index: 999;
    right: -140px;
    top: 50%;
    display: flex;
    transition: all .3s ease;
    margin-top: -90px;
}
.FollowUs.open{
    right: 0;
}
.FollowUs .title{
    height: 180px;
    width: 60px;
    display: block;
    border-radius: 10px 0 0 10px;
    background: url('../images/FollowUs.png') no-repeat center #054f68;
    background-size: cover;
}
.FollowUs .title p{
    font-size: 16px;
    writing-mode:vertical-rl;
    text-transform: uppercase;
}
.FollowUs .list{
    width: 140px;
    padding: 15px 0 15px 20px;
    background: #dff7ff;
}
.FollowUs .list p{
    line-height: 30px;
}
.FollowUs .list p a{
    font-size: 12px;
    color: #01aae5;
    display: flex;
}
.FollowUs .list p a:hover{
    font-weight: 600;
}
.FollowUs .list p a i{
    font-size: 20px;
    margin-right: 10px;
}



.wap-menu{
    width: 100%;
    bottom: 0;
    position: fixed;
    display: flex;
    flex-flow: column;
    z-index: 9999;
    top: 60px;
    padding: 0px 6.25% 50px;
    left: -100%;
    border-top: 1px solid #f1f1f1;
    transition: all .3s ease;
    background: #ffffff;
}
.wap-menu.open{
    left: 0;
}
.wap-menu ul{
    flex: 1;
    padding: 20px 0;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}
.wap-menu ul li{
    font-size: 18px;
    line-height: 40px;
    margin: 8px 0;
    text-align: center;
}
.wap-menu .wap_contact{
    width: 100%;
    height: 150px;
    display: flex;
    flex: 0 0 auto;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: url('../images/wap-menu.jpg') no-repeat center;
    background-size: cover;
}
.wap-menu .wap_contact a{
    color: #ffffff;
}
.wap-menu .wap_contact span{
    margin: 0 30px;
}
.header-back{
    width: 100%;
    height: 60px;
}
@media (min-width:992px) {
    .header-back{
        height: 120px;
    }  
}

.wap_lang{
    flex: 0 0 auto;
    margin: 30px 0 0;
    text-align: center;
}
.wap_lang img{
    margin: 0 auto;
    width: 28px;
    display: block;
}
.wap_lang a{
    font-size: 16px;
    color: #01aae5;
}





.news-content{
    max-width: 920px;
	width: 100%;
	margin: 0 auto;
}
.news-content .title{
	border-bottom: 1px solid #202020;
}
.news-content .title h1{
	font-size: 20px;
}
.news-content .title .info{
	color: #b8b8b8;
	margin: 10px 0;
}
.news-content .title .info span{
	margin-left: 20px;
}
.news-content .content{
	padding: 20px 0 0;
}
.news-content .content img{
	max-width: 100%;
}
.news-prev{
	flex-wrap: wrap;
	padding: 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news-prev a{
	border: 1px solid #555555;
	padding: 0 20px;
	border-radius: 15px;
	line-height: 28px;
	font-size: 14px;
	margin: 12px;
}
.news-prev a:hover{
	color: #01aae5;
	border-color: #01aae5;
}
@media only screen and (min-width: 768px) {
	.news-prev{
		padding: 40px 0 0;
	}
	.news-content .title .info{
		margin: 20px 0;
	}
}

.index_banner.shows  video{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
}
.index_banner.shows .text{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    padding: 0 50px;
    justify-content:center;
    flex-flow: column;
}
.index_banner.shows .text h3{
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.index_banner.shows .text p{
    font-size: 20px;
    color: #ffffff;
    margin: 10px 0 0;
}
@media only screen and (min-width: 992px) {
    .index_banner.shows .text h3{
        font-size: 40px;
    }
    .index_banner.shows .text{
        padding: 0;
        width: 820px;
        left: 50%;
        margin-left: -410px;
    }
}