﻿/* css reset start */

@media (min-width: 768px) {
    body {
        font-size: 13px;
        padding-top: 100px;
    }

    .tw-h1 {
        font-size: 26px;
        color: #26324a;
        font-weight: bold
    }

    .tw-h2 {
        font-size: 20px;
        color: #26324a;
    }

    .tw-h3 {
        font-size: 15px;
        color: #26324a;
        font-weight: bold
    }

    .tw-h4 {
        font-size: 13px;
        color: #26324a;
    }

    .tw-h2 a {
        color: #26324a;
    }

    .tw-h3 a {
        color: #26324a;
    }

    .p1 {
        line-height: 24px;
    }

    /*缩略图1*/
    .tw-thumbnail .common {
        padding: 30px 0 40px;
        background-color: #fff;
    }

        .tw-thumbnail .common span {
            color: #999999;
            font-weight: normal;
            margin-left: 15px;
        }

    .tw-thumbnail .p-ellipses {
        margin-top: 20px;
        word-break: normal;
        word-wrap: break-word;
    }

    .tw-thumbnail .thumbnail-btn {
        margin-top: 25px;
    }

        .tw-thumbnail .thumbnail-btn .gh-btn {
            float: left;
            width: 35%;
            margin-left: 13%;
        }

            .tw-thumbnail .thumbnail-btn .gh-btn:last-of-type {
                float: right;
                margin-left: 0;
                margin-right: 13%;
            }

    /*缩略图2*/
    .tw-thumbnail-other {
        background-color: #fff;
        border: 1px solid #eee;
    }

        .tw-thumbnail-other:hover {
            box-shadow: 0 0 25px rgba(0,0,0,.1);
        }

        .tw-thumbnail-other .top-img {
            position: relative;
        }

            .tw-thumbnail-other .top-img > a:first-of-type {
                height: 218px;
                display: block;
                overflow: hidden;
            }
            /*.tw-thumbnail-other .top-img img{height: 100%; width: 100%;}*/
            .tw-thumbnail-other .top-img .tit {
                position: absolute;
                left: 0;
                bottom: 0;
                height: 50px;
                line-height: 50px;
                background-color: rgba(0,0,0,.5);
                padding-left: 20px;
            }

                .tw-thumbnail-other .top-img .tit a {
                    color: #fff;
                }

        .tw-thumbnail-other .con {
            padding: 15px 20px 20px;
        }

            .tw-thumbnail-other .con .p1 {
                padding-bottom: 15px;
                border-bottom: 1px solid #eee;
            }

            .tw-thumbnail-other .con .p-ellipses {
                height: 44px;
                line-height: 22px;
                font-size: 12px;
                color: #999;
            }

            .tw-thumbnail-other .con dl {
                margin-top: 15px;
            }

                .tw-thumbnail-other .con dl dd a {
                    color: #666;
                    line-height: 24px;
                }

    .interpret {
        text-align: center;
        margin-top: 8px;
    }

    .cut-line {
        margin: 30px auto 0;
        width: 246px;
        height: 1px;
        background-color: #cccccc;
        z-index: -999;
    }

    .cut-off-line {
        margin: -2px auto 0;
        width: 46px;
        height: 3px;
        background-color: #da0632;
        border-radius: 10px;
    }

    .left-line {
        display: inline-block;
        background-color: #da0632;
        width: 4px;
        height: 18px;
        border-radius: 4px;
        position: relative;
        top: 3px;
        margin-right: 10px;
    }



    /*banner*/
    /*自定义swiper分页按钮*/
    .index-banner .swiper-container {
        width: 100%;
        height: 100%;
    }

    .index-banner .swiper-slide {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
    }

        .index-banner .swiper-slide a {
            display: block;
            height: 650px;
            width: 100%;
        }

    .index-banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 100%;
        background: #fff;
        opacity: 1;
    }

    .index-banner .swiper-pagination-bullet-active {
        opacity: 1;
        background: #da0632;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 100px;
    }

    .index-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .index-banner .swiper-button-next, .index-banner .swiper-button-prev {
        position: absolute;
        left: 20px;
        right: auto;
        top: 50%;
        margin-top: -32px;
        background-image: none;
        background-color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .index-banner .swiper-button-next {
        right: 20px;
        left: auto;
    }

    .index-banner .swiper-button-next, .index-banner .swiper-button-prev {
        display: none;
    }

    .index-banner .swiper-container .iconfont {
        font-size: 24px;
        position: relative;
        top: 3px;
        left: 8px;
    }

    .index-banner .swiper-container .icon-arrow-right {
        left: 9px;
    }

    .index-banner:hover .swiper-button-next, .index-banner:hover .swiper-button-prev {
        display: block;
    }
    /*/banner*/

    /*数据滚动*/
    .index-data-wrap {
        position: relative;
        width: 100%;
    }

    .index-data {
        background-color: #fff;
        box-shadow: 0 0 40px rgba(0, 0, 0, .2);
        padding: 40px 0;
        position: absolute;
        top: -90px;
        z-index: 2;
        width: 100%;
    }

        .index-data li {
            float: left;
            width: 25%;
            text-align: center;
        }

            .index-data li .num {
                color: #333;
                font-family: Helvetica;
                font-size: 58px;
                position: relative;
            }

            .index-data li .refer {
                position: relative;
                display: inline-block;
            }

                .index-data li .refer .right-corner {
                    color: #999;
                    font-family: "Microsoft YaHei";
                    font-size: 13px;
                    position: absolute;
                    right: -10px;
                    top: -60px;
                }
    /*/数据滚动*/


    /*Who We Are*/
    .who-wrap {
        background: url("/assets/tmpl38/images/map-left.png") top left no-repeat
    }

    .who-we-are {
        padding: 100px 0;
    }

        .who-we-are .left-text {
            padding: 110px 0;
            line-height: 20px;
            color: #666666;
            word-wrap: break-word;
            word-break: normal;
        }

            .who-we-are .left-text span {
                color: #da0632;
                font-size: 14px;
                font-weight: bold;
            }
    /*/Who We Are*/

    .partners-wrap {
        background-color: #f7f7f7;
    }

        .partners-wrap .partners {
            padding: 100px 0 0;
        }

            .partners-wrap .partners .partners-list {
                padding: 100px 0;
            }

    .partners .col-md-2, .partners .col-xs-4 {
        padding: 0
    }

    .partners .partners-box {
        margin-right: 20px;
        margin-bottom: 20px;
        background-color: #ffffff;
        border: solid 1px #eeeeee;
        text-align: center;
        padding: 20px;
        height: 81px;
        overflow: hidden
    }

        .partners .partners-box img {
            max-width: 100%;
        }

   
    /*Leave A Message*/
    .head-title h3 {
        color: white;
        font-size: 14px;
        background-color: #26324a;
        height: 30px;
        line-height: 30px;
        padding-left: 20px;
        border-radius: 5px 5px 0 0;
        width: 180px;
        position: fixed;
        bottom: 0;
        right: 0;
    }

        .head-title h3 span {
            margin-right: 10px;
        }

    .leave-message {
        position: fixed;
        width: 290px;
        bottom: 0;
        z-index: 999;
        display: none;
        border-radius: 5px 5px 0 0;
        right: 0;
        border: solid 1px #eeeeee;
        box-shadow: 10px 10px 5px #000000;
        background-color: #fff;
    }

        .leave-message .message-head {
            color: white;
            font-size: 14px;
            background-color: #26324a;
            height: 30px;
            padding-left: 20px;
            padding-right: 20px;
            border-radius: 5px 5px 0 0;
        }

            .leave-message .message-head h3 {
                font-size: 14px;
                font-weight: bold;
                line-height: 30px;
            }

                .leave-message .message-head h3 span {
                    float: right;
                    line-height: 30px;
                }

        .leave-message .message-content {
            padding: 20px;
        }

            .leave-message .message-content p {
                margin-bottom: 10px;
            }

            .leave-message .message-content label {
                font-weight: bold;
                color: #26324a;
                margin-bottom: 10px;
            }

            .leave-message .message-content input {
                margin-bottom: 10px;
                border: solid 1px #eeeeee;
                box-shadow: 0 0 0;
            }

            .leave-message .message-content textarea {
                border-radius: 5px;
            }

            .leave-message .message-content .btn-message {
                width: 100%;
                height: 35px;
                background-color: #26324a;
                color: white;
                border: 0;
                margin-top: 10px
            }
}

@media (width: 1024px) {
    /*.tw-nav{margin-right: 3%;}*/
    .tw-nav li {
        padding: 48px 15px 0;
    }

        .tw-nav li:last-of-type {
            padding-right: 0;
        }

    .nav-login {
        margin-right: 60px;
    }

        .nav-login span {
            margin: 0 10px;
        }

    .about-us .icon-text {
        padding: 27px 10px;
    }

    .about-us .icon-wrap {
        width: 50px;
        height: 50px;
    }

    .about-us .right-content {
        width: 75%;
    }

    .about-us .tw-h1, .about-us .tw-h3, .about-us p {
        font-weight: normal;
    }

    .about-us .icon-wrap {
        margin-right: 10px;
    }

    .p-ellipses {
        height: 72px;
    }

    .tw-thumbnail .img-wrap img {
        width: 100%;
    }

    .online-reservation .col-md-4 {
        padding: 10px;
        margin: 0;
    }

        .online-reservation .col-md-4 .img-wrap {
            padding: 0;
        }

        .online-reservation .col-md-4 .common img {
            width: 100%;
        }

    .online-reservation .list .p-ellipses {
        height: 170px
    }

    .who-we-are img {
        width: 100%;
        margin-top: 50px;
    }

    .left-text-right-figure .p1 {
        line-height: 20px;
    }

    .after-logging-in {
        display: none;
    }

    .language {
        right: -40px;
    }

    .cloud-services .right-content {
        width: 72%;
    }

    .cloud-services .p-ellipses {
        height: 96px;
    }


    .footer-nav .right li {
        margin-left: 30px;
    }

    .w1350 {
        width: 100%;
    }

    .news-list .list {
        padding: 0;
    }

    .cooperation-nav-absolute .col-md-4:last-child .div-box {
        border-right-width: 0;
    }
}

@media (width: 768px) {
    .row {
        margin: 0;
    }

    .tw-nav-wrap {
        margin-right: 0;
    }

    .tw-nav {
        margin-right: 0;
    }

        .tw-nav li {
            padding: 48px 8px 0;
            font-size: 14px
        }

    .nav-login {
        display: none;
    }

    .language {
        display: none;
    }


    .about-us .icon-text {
        padding: 27px 17px;
    }

    .about-us .icon-wrap {
        width: 60px;
        height: 60px;
    }

    .about-us .right-content {
        width: 75%;
    }

    .about-us .tw-h1, .about-us .tw-h3, .about-us p {
        font-weight: normal;
    }

    .about-us .icon-wrap {
        margin-right: 10px;
    }

    .p-ellipses {
        height: 72px;
    }

    .about-us .row .col-sm-6:nth-child(2n) .icon-text {
        margin-right: 0 !important;
    }

    .about-us .row .col-md-4:nth-child(3n) .icon-text {
        margin-right: 30px;
    }

    .who-we-are img {
        width: 100%;
        margin-top: 50px;
    }

    .tw-thumbnail .img-wrap img {
        width: 100%;
    }

    .tw-thumbnail .common {
        padding: 15px;
    }

    .return-service .con-wrap .con {
        width: 100%;
    }

    .cloud-services .p1 {
        width: 80%;
    }

    .cloud-services .icon-text {
        margin-right: 0;
    }


  

    .w1350 {
        width: 100%;
    }

    .hwc-introduced .left-text-right-figure .right-figure .bg-absolute {
        display: none;
    }

    .tw-thumbnail .thumbnail-btn .gh-btn {
        width: 40%;
        margin-left: 8%;
    }

        .tw-thumbnail .thumbnail-btn .gh-btn:last-of-type {
            margin-left: 0;
            margin-right: 8%;
        }

  
    .grid-icon .p-ellipses {
        padding: 0 10px;
    }
}