@font-face {
    font-family: 'daq';  /* project id 752693 */
    src: url('//at.alicdn.com/t/font_752693_9umaqdd1rb6.eot');
    src: url('//at.alicdn.com/t/font_752693_9umaqdd1rb6.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_752693_9umaqdd1rb6.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_752693_9umaqdd1rb6.woff') format('woff'),
    url('//at.alicdn.com/t/font_752693_9umaqdd1rb6.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_752693_9umaqdd1rb6.svg#daq') format('svg');
}

.web-iconfont{
    font-family:"daq" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
body, html {
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
/*img{width: 100%;}*/
.none {
    display: none!important;
}
.center{
    width: 83%;
    margin: 0 auto;
}
.clear{
    clear: both;
}
.index-title{
    font: bold 40px "MicrosoftYaHei";
    color: #222;
}
.index-english-title{
    font: normal 30px/45px "ArialMT";
    color: #999;
}
@media (min-width: 1200px) {
    /* 页头 */
    .head-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 80px;
        padding: 0 40px;
        background-color: #fff;
    }
    .nav-list {
        display: flex;
        width: auto;
        height: 100%;
        align-items: center;
    }
    .nav-list > li {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
        margin-right: 70px;
    }
    .nav-list > li:last-child {
        margin-right: 0;
    }
    .nav-list > li > a {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        transition: .3s;
    }
    .nav-list > li > a.m-iconfont {
        margin-left: -10px;
        font-size: 26px;
        font-weight: normal;
    }
    .nav-list > li:hover > a,
    .nav-list > li.curr > a
    {
        color: #1ac6ff;
        transition: .3s;
    }
    .child-nav {
        display: none;
        position: absolute;
        top: 80px;
        left: 50%;
        z-index: 2;
        width: 160px;
        height: auto;
        margin-left: -80px;
        padding: 5px 0 25px 0;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 24px rgba(0, 0, 0, .2);
    }
    .child-last {
        left: -30px;
    }
    .nav-list > li:hover .child-nav{
        display: block;
    }
    .child-nav:after {
        content: '';
        position: absolute;
        top: -20px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -10px;
        border-top: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
    }
    .child-nav li {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .child-nav li a {
        color: #666;
        font-size: 15px;
        line-height: 16px;
    }
    .child-nav li a:hover {
        color: #1ac6ff;
    }


    /* 页脚 */
    .foot {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        padding: 70px 6.25% 0;
        background-color: #131313;
        overflow: hidden;
    }
    .goodTour .foot {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        -ms-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        z-index: 1000;
    }
    .goodTour .foot.active {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    /* 公共页脚 */
    .foot:after {
        content: '';
        position: absolute;
        bottom: 171px;
        left: 0;
        width: 100%;
        height: 0;
        border-top: 1px solid #1e1e1e;
    }
    .foot-left {
        display: flex;
        justify-content: space-between;
        width: 60%;
        height: 260px;
    }
    .footer-nav {
        display: flex;
        flex-direction: column;
    }
    .footer-nav dt {
        margin-bottom: 40px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
    }
    .footer-nav dt a {
        color: #fff;
    }
    .footer-nav dd {
        margin-bottom: 18px;
        font-weight: bold;
        font-size: 14px;
        line-height: 1;
    }
    .footer-nav dd a {
        color: #89898a;
    }
    .footer-nav a:hover {
        text-decoration: underline;
    }


    .foot-right {
        display: flex;
        justify-content: space-between;
        width: 34%;
        height: 260px;
    }
    .other-tit {
        margin-bottom: 30px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
    }
    .other-left {
        display: flex;
        align-items: center;
        margin-bottom: 30px!important;
        color: #89898a;
    }
    .other-left:last-child {
        align-items: flex-start;
    }
    .other-left .mob-iconfont {
        width: 20px;
        margin-right: 12px;
        font-size: 20px;
    }
    .other-phone {
        font-size: 30px;
        font-family: Arial;
    }
    .other-address {
        font-size: 14px;
        line-height: 24px;
    }

    .link {
        position: relative;
        width: 249px;
        height: 38px;
        background: url(../img/link-bg.png) no-repeat center / contain;
    }
    .link-tit {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 210px;
        height: 100%;
        color: #747474;
        font-size: 14px;
    }
    .link:hover .link-list {
        display: block;
    }
    .link-list {
        display: none;
        position: absolute;
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        top: 36px;
        left: 0;
        z-index: 11;
        max-height: 200px;
        padding: 10px 0;
        border: 1px solid #333;
        border-bottom: none;
        font-size: 14px;
        background-color: #333;
    }
    .link-list a {
        display: block;
        line-height: 24px;
        padding-left: 18px;
        color: #666;
    }
    .link-list a:hover {
        color: #fff;
    }

    .footer-code {
        display: flex;
        width: 95px;
        height: 48px;
        margin-top: 35px;
        border: 1px solid #2d2d2d;
    }
    .footer-code .mob-iconfont,
    .footer-code .m-iconfont {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 100%;
        color: #89898a;
        font-size: 23px;
    }
    .footer-code .mob-iconfont:first-child {
        border-right: 1px solid #2d2d2d;
    }
    .footer-code .wx:hover:after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -100px;
        left: -220px;
        width: 200px;
        height: 200px;
        background: url('../img/ylsswxewm.jpg') no-repeat;
        background-size: 100% 100%;
        z-index: 10;
    }
    .footer-code .dy:hover:after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -100px;
        right: -220px;
        width: 200px;
        height: 200px;
        background: url('../img/ylssdyewm.jpg') no-repeat;
        background-size: 100% 100%;
        z-index: 10;
    }
    .footer-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 151px;
        color: #89898a;
        font-size: 14px;
        line-height: 1;
    }
    .footer-bottom p a {
        color: #89898a;
    }
    .footer-bottom p a:hover {
        text-decoration: underline;
    }

    /* 首页样式 */
    .home-nav {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1001;
        height: 80px;
    }
    .home-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 100%;
        background: #1ac6ff url(../img/home-btn.png) no-repeat center;
        cursor: pointer;
    }
    .home-btn ul {
        position: absolute;
        top: 80px;
        left: 0;
        width: 200px;
        height: 0;
        overflow: hidden;
        transition: .3s;
    }
    .home-btn:hover ul {
        height: 459px;
        transition: .3s;
    }
    .home-btn ul li {
        width: 100%;
        height: 50px;
        margin-top: 1px;
        padding-left: 25px;
        line-height: 50px;
        background-color: #1ac6ff;
        cursor: default;
    }
    .home-btn ul li a {
        color: #fff;
        font-size: 15px;
    }
    .home-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 149px;
        height: 100%;
        background-color: #fff;
        border-right: 1px solid #e6e6e6;
    }
    .home-index {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 110px;
        height: 100%;
        color: #999;
        font-size: 14px;
        background-color: #fff;
    }

    /* 第一屏 */
    .home-banner {
        position: relative;
    }
    .home-banner-word {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 710px;
        height: 205px;
        transform: translate(-50%, -50%);
        background: url(../img/home-banner-word.png) no-repeat center;
    }
    .home-banner-btn {
        position: absolute;
        bottom: 40px;
        left: 50%;
        z-index: 10;
        transform: translateX(-50%);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        display: block;
        width: 26px;
        height: 40px;
        background: url(../img/img04.png) no-repeat;
        background-size: 100% 100%;
        animation: upDown 2.5s infinite;
    }
    @keyframes upDown {
        0% {
            bottom: 40px;
            opacity: 0
        }

        50% {
            bottom: 60px;
            opacity: 1
        }

        to {
            bottom: 40px;
            opacity: 0
        }
    }
    @-webkit-keyframes upDown {
        0% {
            bottom: 40px;
            opacity: 0
        }

        50% {
            bottom: 60px;
            opacity: 1
        }

        to {
            bottom: 40px;
            opacity: 0
        }
    }

    /* 第二屏 */
    .screen2 {
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: #eee;
    }
    .screen2-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90.6%;
        height: 66%;
    }
    .screen2-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 46.6%;
        height: 100%;
    }
    .screen2-video {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
        height: 64.8%;
    }
    .screen2-video img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .screen2-video .m-iconfont {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        color: #fff;
        font-size: 46px;
        transform: translate(-50%, -50%);
    }
    .screen2-left-b {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 33.8%;
    }
    .screen2-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 49.4%;
        height: 100%;
        background-color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, .03);
    }
    .screen2-btn:hover {
        background-color: #1ac6ff;
    }
    .screen2-btn .screen2-icon {
        margin-right: 20px;
        width: 46px;
        height: 46px;
    }
    .screen2-btn .icon01 {
        background: url(../img/screen2-icon01.png) no-repeat;
    }
    .screen2-btn:hover .icon01 {
        background: url(../img/screen2-icon01H.png) no-repeat;
    }
    .screen2-btn .icon02 {
        width: 53px;
        background: url(../img/screen2-icon02.png) no-repeat;
    }
    .screen2-btn:hover .icon02 {
        width: 53px;
        background: url(../img/screen2-icon02H.png) no-repeat;
    }
    .screen2-btn .icon03 {
        background: url(../img/screen2-icon03.png) no-repeat;
    }
    .screen2-btn:hover .icon03 {
        background: url(../img/screen2-icon03H.png) no-repeat;
    }
    .screen2-btn .word-tit {
        margin-bottom: 0;
        color: #333;
        font-size: 26px;
        line-height: 1;
    }
    .screen2-btn .word-info {
        margin-top: 15px;
        margin-bottom: 0;
        color: #666;
        font-size: 14px;
        line-height: 1;
    }
    .screen2-btn:hover .word-tit,
    .screen2-btn:hover .word-info
    {
        color: #fff;
    }


    .screen2-list {
        width: 100%;
        padding-top: 10px;
        background-color: #fff;
    }
    .screen2-list .tit {
        margin-bottom: 0;
        padding-left: 30px;
        color: #333;
        font-size: 26px;
        line-height: 66px;
        font-weight: bold;
        border-bottom: 1px solid #eee;
    }
    .screen2-list-box {
        padding: 2px 30px 0;
    }
    .screen2-list-box li {
        width: 100%;
        padding: 5% 0;
        border-bottom: 1px dashed #e0e0e0;
    }
    .screen2-list-box li a {
        position: relative;
        display: block;
        padding-left: 6px;
        color: #666;
        font-size: 14px;
        line-height: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .screen2-list-box li:first-child a {
        padding-left: 0;
        font-size: 16px;
        font-weight: bold;
    }
    .screen2-list-box li:first-child p {
        margin-top: 15px;
        margin-bottom: 0;
        color: #666;
        font-size: 14px;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .screen2-list-box li:first-child a:before {
        display: none;
    }
    .screen2-list-box li a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        display: block;
        width: 2px;
        height: 2px;
        margin-top: -1px;
        background-color: #666;
    }
    .screen2-list-box li a:hover:before {
        background-color: #1ac6ff;
    }
    .screen2-list-box li a:hover {
        color: #1ac6ff;
    }


    .screen2-middle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 23%;
        height: 100%;
    }
    .screen2-middle .screen2-list {
        height: 64.8%;
        overflow: hidden;
    }
    .screen2-middle .screen2-btn {
        width: 100%;
        height: 33.8%;
        overflow: hidden;
    }


    .screen2-right {
        width: 29%;
        height: 100%;
        overflow: hidden;
    }
    .screen2-right .screen2-list {
        height: 100%;
    }
    .screen2-list-cover {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 35.4%;
        margin: 4% auto 2%;
    }
    .screen2-list-cover img {
        display: block;
        width: 88.2%;
        height: 100%;
    }
    .screen2-right .screen2-list-box li {
        padding: 3% 0;
    }

    /* 第三屏 */
    .screen3 {
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-color: #eee;
    }
    .screen3-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 93.75%;
        height: 82.4%;
        margin-top: 5%;
    }
    .screen3-box .screen3-item {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 17.2%;
        height: 100%;
    }
    .screen3-box .screen3-item:hover .single-tit {
        position: relative;
    }
    .screen3-box .screen3-item:hover .single-tit:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -15px;
        width: 100px;
        height: 0;
        border-bottom: 1px solid #fff;
    }
    .screen3-box .screen3-item .single {
        position: relative;
        width: 100%;
        height: 49.4%;
        padding: 60px 28px 0;
        color: #fff;
    }
    .screen3-box .screen3-item .single p {
        margin-bottom: 0;
    }
    .screen3-box .screen3-item .single-tit {
        font-size: 26px;
        line-height: 1;
    }
    .screen3-box .screen3-item .single-summary {
        margin-top: 25px;
        font-size: 14px;
        line-height: 24px;
    }
    .screen3-box .screen3-item .single .web-iconfont {
        position: absolute;
        right: 50px;
        bottom: 40px;
        font-size: 46px;
    }
    .screen3-box .screen3-item-single1 {
        background: url(../img/screen5-food-cover.jpg) no-repeat center/100% 100%;
    }
    .screen3-box .screen3-item-single2 {
        background-color: #f45a5a;
    }
    .screen3-box .screen3-item-single3 {
        background: url(../img/screen5-hotel-cover.jpg) no-repeat center/100% 100%;
    }
    .screen3-box .screen3-item-single4 {
        background-color: #91b957;
    }
    .screen3-box .screen3-item-single5 {
        background-color: #f89406;
    }
    .screen3-box .screen3-item-single6 {
        background: url(../img/screen5-goods-cover.jpg) no-repeat center/100% 100%;
    }
    .screen3-box .screen3-item-single7 {
        background: url(../img/screen5-play-cover.jpg) no-repeat center/100% 100%;
    }
    .screen3-box .screen3-item-single8 {
        background-color: #60ade9;
    }
    .screen3-box .screen3-item1 {
        position: relative;
        width: 28.9%;
        height: 100%;
        background-color: #fff;
    }
    .screen3-box .screen3-item1:hover .line-single-tit {
        position: relative;
    }
    .screen3-box .screen3-item1:hover .line-single-tit:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -15px;
        width: 100px;
        height: 0;
        border-bottom: 1px solid #444;
    }
    .screen3-box .screen3-item1 .line-single {
        position: absolute;
        left: 0;
        top: 0;
        padding: 60px 0 0 40px;
    }
    .screen3-box .screen3-item1 .line-single-tit {
        font-size: 26px;
        line-height: 1;
        color: #333;
    }
    .screen3-box .screen3-item1 .line-single-summary {
        margin-top: 25px;
        font-size: 14px;
        line-height: 24px;
        color: #666;
    }
    .screen3-box .screen3-item1 .web-iconfont {
        position: absolute;
        right: 50px;
        bottom: 40px;
        color: #666;
        font-size: 46px;
    }

    /* 第四屏 */
    .screen4 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: #eee;
    }
    .screen4-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90.6%;
        height: 65.8%;
    }
    .screen4-list a {
        position: relative;
        flex-basis: 24.6%;
        height: 100%;
        overflow: hidden;
    }
    .screen4-list a img {
        width: 100%;
        height: 100%;
        -webkit-transition: ease .3s;
        -moz-transition: ease .3s;
        -ms-transition: ease .3s;
        -o-transition: ease .3s;
        transition: ease .3s;
    }
    .screen4-list a:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: ease .3s;
        -moz-transition: ease .3s;
        -ms-transition: ease .3s;
        -o-transition: ease .3s;
        transition: ease .3s;
    }
    .screen4-word {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        color: #fff;
        transform: translateY(-50%);
        text-align: center;
    }
    .screen4-word p {
        margin-bottom: 0;
    }
    .screen4-word .m-iconfont {
        font-size: 46px;
    }
    .screen4-word .tit {
        margin-top: 30px;
        font-size: 26px;
        font-weight: bold;
        line-height: 1;
    }
    .screen4-word .info {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1;
    }



    .index-banner {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-container img {
        width: 100%;
        height: 100%;
    }
    /* .banner-dot {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        width: 240px;
        height: 90px;
        background-color: rgba(255, 255, 255, .9);
    }
    .banner-num {
        margin: 0 40px;
        color: #333;
        font-size: 20px;
        font-family: Arial;
    }
    .banner-num i {
        font-size: 26px;
    } 
    .banner-dot .web-iconfont {
        cursor: pointer;
    }
    .banner-dot .banner-last {
        transform: rotate(180deg);
    }*/
    .index-banner-btn {
        position: absolute;
        bottom: 40px;
        left: 50%;
        z-index: 10;
        transform: translateX(-50%);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        display: block;
        width: 26px;
        height: 40px;
        background: url(../img/img04.png) no-repeat;
        background-size: 100% 100%;
        animation: upDown 2.5s infinite;
    }
    .index-font{
        z-index: 997;
        position: absolute;
        top: 276px;
        left: 374px;
    }
    .index-font{
        display: block;
    }
    .index-font > a{
        display: block;
        margin-top: 50px;
        width: 198px;
        height: 60px;
        font: bold 20px/60px "MicrosoftYaHei";
        color: #fff;
        text-align: center;
        background-color: #1ac6ff;
    }
    @keyframes upDown {
        0% {
            bottom: 40px;
            opacity: 0
        }

        50% {
            bottom: 60px;
            opacity: 1
        }

        to {
            bottom: 40px;
            opacity: 0
        }
    }
    @-webkit-keyframes upDown {
        0% {
            bottom: 40px;
            opacity: 0
        }

        50% {
            bottom: 60px;
            opacity: 1
        }

        to {
            bottom: 40px;
            opacity: 0
        }
    }

    /* 专题活动样式 */
    .index-cs{
        background: #f5f6f7;
    }
    
    .index-tit{        
        padding-top: 120px;
        text-align: center;
    }
    .thematic-but{
        text-align: center;
    }
    .thematic-but p{
        width: 160px;
        height: 55px;
        display: inline-block;
        margin: 40px 30px;  
        border: solid 2px #c2c2c2;
        font: normal 20px/50px "MicrosoftYaHei";
        color: #666;
        cursor: pointer;
    }
    .thematic-but-active{
        color: #fff !important;
        background-color: #1ac6ff!important;
        border-color: #1ac6ff!important;
    }
    .thematic-but p:hover{
        color: #fff;
        background-color: #1ac6ff !important;
        border-color: #1ac6ff;
    }
    .thematic-content {
        padding-bottom: 120px;
    }
    .thematic-content::after{
        clear: both;
        content: "";
    }
    .thematic-img{        
        max-width: 48%;
        overflow: hidden;
        height: auto;
        float: left;
        background: #fff;
    }
    .thematic-img > img{
        width: 100%;
        height: auto;    
        transition: all .3s linear;
    }
    /* .thematic-img:hover .thematic-img-item{
        transform: scale(1.2);
    } */
    .thematic-img:hover .thematic-img-title{
        color: #1ac6ff;
    }
    .thematic-img-title{
        margin: 40px 40px 28px 40px;
        font: normal 30px "MicrosoftYaHei";
        color: #222;
    }
    .thematic-img-desc{
        
        margin: 0 40px 28px 40px;
        font: normal 16px/30px "MicrosoftYaHei";
        color: #555;
    }
    .thematic-img-date{
        margin: 30px 0 40px 40px;
        font: normal 18px/24px "MicrosoftYaHei";
        color: #999;

    }
    .thematic-list{
        float: right;
        max-width: 48%;
        height: auto; 
    }
    .thematic-list > li{
        max-width: 100%;      
        margin-bottom: 40px;  
        background: #fff;
    }
    .thematic-list  li:hover .thematic-list-title{
        color: #1ac6ff;
    }
    .thematic-list-title{        
        padding: 35px 40px 7px 40px;
        font: normal 30px "MicrosoftYaHei";
        color: #222;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .thematic-list-desc{
        margin: 0 40px 28px 40px;
        font: normal 16px/30px "MicrosoftYaHei";
        color: #555;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .thematic-list-date{
        padding-bottom: 40px;
        margin: 30px 0 0 40px;
        font: normal 18px/24px "MicrosoftYaHei";
        color: #999;
    }
    .thematic-content .web-iconfont {
        font-size: 20px!important;
    }

    /* 初识亚拉 */
    .special-box{
        width: 100%;    
        position: relative;
        overflow: hidden;
    }
    .special-box  img {
        width: 100%;
        overflow: hidden;
        transition: 0.3s;
    }
    .special-box img:hover{
        transform: scale(1.2);
    }
    .special-text{
        position: absolute;
        top: 119px;
        left: 159px;
        color: #fff !important;
    }
    .special-text > .special-title{
        color: #fff !important;
    }
    .special-text > .special-english-title{
        color: #fff !important;
        margin: 10px 0 25px 0;
    }
    .special-text > .special-desc{
        font: normal 16px/30px "MicrosoftYaHei";
    }
    .special-box2{
        width: 100%;
    }
    .special-box2 > li{
        width: 50%;
        float: left;
        position: relative;
        overflow: hidden;
    }
    .special-box2 > li:hover .special-nav-img{
        transform: scale(1.2);
    }
    .special-box2  li img{
        width: 100%;
        transition: 300ms;
        overflow: hidden;
    }
    .beauty-text{
        width: 100%;
        position: absolute;
        bottom: 40px;
        text-align: center;
    }
    .beauty-title, .beauty-english-title{
        color: #fff !important;
        margin-top: 10px;
    }

    /* 热门路线推荐 */
    .route{
        clear: both;
        /*padding-bottom: 120px;*/
        overflow-y: hidden;
    }
    .route-tit{
        padding: 120px 0 40px 0;
        text-align: center;
    }
    .route-swiper{
        position: relative;
    }
    .route-swiper .swiper-slide {
        width: 357.5px;
    }
    .route-swiper-container{   
        overflow: hidden;
    }
    .route-swiper-item{
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 420px;
    }
    .route-swiper-item a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }
    .route-swiper-item a img {
        width: 100%;
        height: 100%;
    }
    .route-swiper-item:hover .route-desc{
        display: block;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    .route-text{
        width: 100%;
        height: 72px;
        padding: 0 30px;
        position: absolute;
        bottom: 20px;
        transition: 0.3s;
        overflow: hidden;
    }
    .route-swiper-item:hover .route-text{
        bottom: 0;
        height: 420px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background:url("../img/mask-5.png") repeat;
        transition: 0.3s;
    }
    .route-title{
        width: 100%;
        font: normal 24px/36px "MicrosoftYaHei";
        color: #fff;
        word-wrap: break-word;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .route-desc{
        width: 100%;
        display: none;
        margin-top: 10px;
        font: normal 16px/30px "PingFang-SC-Medium";
        color: #fff;
        word-wrap: break-word;
        word-break: break-all;
    }
    .route-swiper-prev{
        position: absolute;
        z-index: 997;
        top: 50%;
        left: 100px;
        width: 56px;
        height: 52px;
        margin-top: -28px;
        background: url("../img/left-jt.png") center center no-repeat;
        cursor: pointer;
    }
    .route-swiper-next{
        position: absolute;
        z-index: 997;
        top: 50%;
        right: 100px;
        width: 56px;
        height: 52px;
        margin-top: -28px;
        background: url("../img/right-jt.png") center center no-repeat;
        cursor: pointer;
    }

    /* 玩转亚拉 */
    .play{
        background: #f5f6f7;
        padding-bottom: 120px;
        position: relative;
    }
    .paly-tit{
        text-align: center;
        padding: 119px 0 40px 0;
    }
    .play-img-item{
        position: relative;
        float: left;        
    }
    .play-img-item{
        overflow: hidden;
        transition: 0.3s;
    }
    .play-img-item:hover .play-img-item{
        transform: scale(1.2);

    }
    .img-size-type1{
        width: 33.33333333%;
    }
    .img-size-type2{
        width: 50%;
    }
    .play-text{
        position: absolute;
        top: 39px;
        left: 38px;
    }
    .play-img-title{
        font: bold 30px/45px "MicrosoftYaHei";
        color: #333;
    }
    .play-img-eglish{
        font: bold 20px/30px "ArialMT";
        color: #666;
    }
    /* .play-img-item:last-child::after{
        content: '0';
        clear: both;
    } */
    .play-img-group:after{
        content: "";
        clear: both;
        display: table;
    }
    .back-box{
        /* position: absolute; */
        /* bottom: 120px; */
        position: fixed;
        transition: 0.5s;
        top: 50%;
        right: 30px;
        z-index: 10;
        display: none;
        width: 62px;
        height: 182px;
        margin-top: -91px;
        background: rgba(0, 0, 0, .3)
    }
    .back-box li{
        position: relative;
        height: 61px;
        padding: 0 6px;
        line-height: 61px;
        border-bottom: 1px solid rgba(225, 225, 225, 0.5);
        text-align: center;
        cursor: pointer;
    }
    .back-box li span{
        font-size: 32px;        
        color: #fff;
    }
    .back-box li:hover{
        background-color: #1ac6ff;
    }
    .back-box li:last-child{
        border: none !important;
    }
    .wx-code {
        position: absolute;
        left: -205px;
        top: 50%;
        display: none;
        width: 232px;
        height: 222px;
        margin-top: -111px;
    }
    .wx-code img {
        width: 100%;
        height: 100%;
    }
    .weixin:hover .wx-code {
        display: block;
    }

    /* 友情链接 */
    .friend-link{
        background: url("../img/friend-link-bg.jpg") center center no-repeat; 

    }
    .friend-link-title{
        padding-top: 97px;
        font: normal 40px "MicrosoftYaHei";
        color: #fffefe;
        text-align: center;
    }
    .friend-link-list{
        padding: 60px 0 100px 0;
        display: flex;
        justify-content: center;
    }
    .friend-link-item{
        margin: 0 25px;
    }

    /* 初识亚拉 */
    .about-bottom{
        background: #f5f6f7;
        position: relative;
    }
    .about-bottom > p{
        width: 71%;
        margin: 0 auto;
        padding: 100px 0 20px ;
        font: bold 40px "MicrosoftYaHei";
        color: #222;
        text-indent: 1em;
    }
     /* 实用信息 */
     .help-icon {
        display: flex;
        width: 72%;
        height: 200px;
        min-width: 900px;
        margin: 55px 0 0 0;
    }
    .help-icon li {
        flex-basis: 25%;
    }
    .help-icon li a {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #333;
        transition: .1s;
    }
    .help-icon li a .m-iconfont{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 140px;
        height: 140px;
        font-size: 46px;
        border: 1px solid #e5e5e5;
        border-radius: 50%;
        transition: .1s;
    }
    .help-icon li a .help-icon-name{
        margin-top: 20px;
        font-size: 16px;
        font-weight: bold;
    }
    .help-icon li a:hover .m-iconfont{
        color: #fff;
        border-color: #1ac6ff;
        background-color: #1ac6ff;
        transition: .3s;
    }
    .help-icon li a:hover {
        color: #1ac6ff;
        transition: .3s;
    }

    /* 搜索结果页面 */
  .search-header {
    position: sticky;
    top: 0;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 66px;
    background: #fff;
  }
  .search-header img {
    height: auto;
  }
  .search-header-input {
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    height: 32px;
    background: #ebebeb;
    border-radius: 5px;
  }
  .search-header-input input {
    width: 250px;
    height: 100%;
    border: none;
    outline: none;
    font-size: 12px;
    background: none;
  }
  .search-header-input input::placeholder {
    color: #999;
  }
  .search-header-input .web-iconfont {
    font-size: 20px;
    cursor: pointer;
    color: #959595;
  }
  .search-header-input .web-iconfont:hover {
    color: #1ac6ff;
  }
  .search-tab1 {
    position: sticky;
    top: 66px;
    padding: 0 76px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 52px;
    background: #f5f5f5;
  }
  .search-tab1-item {
    position: relative;
    width: 56px;
    line-height: 52px;
    color: #666;
    text-align: center;
    cursor: pointer;
  }
  .search-tab1-item ~ .search-tab1-item {
    margin-left: 10px;
  }
  .search-tab1-item.active {
    color: #1ac6ff;
  }
  .search-tab1-item.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #1ac6ff;
  }
  .search-tab1-item:hover {
    color: #1ac6ff;
  }
  .search-tips {
    margin: 30px 0 60px;
    padding: 0 90px;
    color: #999;
  }
  .search-result {
    padding: 0 90px;
  }
  .search-result-item {
    margin-bottom: 50px;
  }
  .search-result-top {
    padding: 0 20px 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
  }
  .search-result-top span {
    font-size: 16px;
    font-weight: bold;
  }
  .search-result-top a {
    font-size: 12px;
    color: #1ac6ff;
  }
  .search-result-list.list1 {
    display: flex;
    flex-wrap: wrap;
  }
  .search-result-list-item {
    margin-top: 30px;
    display: flex;
  }
  .search-result-list-item:hover img {
    transform: scale(1.1);
  }
  .search-result-list-item.item1 {
    flex-direction: column;
  }
  .search-result-list-item.item2 {
    width: 460px;
    flex-direction: column;
  }
  .search-result-list .title {
    display: block;
    margin: 0 0 24px;
    font-size: 16px;
    color: #444;
    width: 100%;
  }
  .search-result-list .title:hover {
    color: #1ac6ff;
  }
  .search-result-list .title1 {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
    font-size: 16px;
    color: #444;
    width: 100%;
  }
  .search-result-list .title1 .web-iconfont {
    margin-left: 10px;
    font-size: 18px;
  }
  .search-result-list .title1 .icon1 {
    color: #00a0ed;
  }
  .search-result-list .title1 .icon2 {
    color: #f12a79;
  }
  .search-result-list .summary {
    color: #888;
    line-height: 24px;
  }
  .search-result-list .img-box {
    display: block;
    width: 180px;
    height: 130px;
    background: #e2e2e2;
    overflow: hidden;
  }
  .search-result-list .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s linear;
  }
  .search-result-list .word-box {
    padding: 10px 15px;
    width: 280px;
  }
  .search-result-list .word-box .item {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    color: #666;
  }
  .search-result-list .word-box .web-iconfont {
    margin-right: 10px;
    color: #666;
  }
  .search-result-list .word-box .ct {
    flex: 1;
  }
  .search-result-list .info-item {
    margin-bottom: 24px;
    color: #666;
  }
  .daq-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
    color: #ababab;
  }
  .daq-loading .web-iconfont {
    font-size: 40px;
    animation: rotate 2s linear infinite;
  }
  .daq-no-data {
    width: 100%;
    height: 400px;
    background: url("../img/daq-no-data.png") no-repeat center;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .screen2-btn .word-tit {
        font-size: 22px;
    }
    .screen2-btn .word-info {
        font-size: 12px;
    }
    .screen2-btn .icon03 {
        background-size: contain;
    }
    .screen2-btn .screen2-icon {
        margin-right: 5px;
    }
    .screen2-list-box li:nth-child(4),
    .screen2-list-box li:nth-child(5) {
        display: none;
    }
    .foot-right {
        width: 37%;
    }
}
@media (max-width: 767.9px) {

    /* 移动端首页样式 */
    .banner-mob {
        position: relative;
        width: 100%;
        height: 211px;
    }
    .banner-mob img {
        width: 100%;
        height: 100%;
    }
    .mob {
        padding: 60px 20px 0;
    }
    .mob-tit {
        color: #333;
        font-size: 23px;
        line-height: 1;
        font-weight: bold;
    }
    .mob-summary {
        margin-top: 10px;
        color: #666;
        font-size: 12px;
        line-height: 20px;
    }
    .mob-tab {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        margin-top: 30px;
        padding: 0 20px;
    }
    .mob-tab span {
        position: relative;
        margin-right: 40px;
        padding-bottom: 12px;
        color: #666;
        font-size: 15px;
    }
    .mob-tab span.curr {
        color: #1ac6ff;
        font-weight: bold;
    }
    .mob-tab span.curr::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 30px;
        height: 2px;
        margin-left: -15px;
        background-color: #1ac6ff;
    }
    .mob-list {
        display: flex;
        flex-direction: column;
        padding: 5px 20px 0;
    }
    .mob-list a {
        width: 100%;
        margin-top: 25px;
    }
    .mob-list a .cover {
        width: 100%;
        height: 183px;
    }
    .mob-list a .cover img {
        width: 100%;
        height: 100%;
    }
    .mob-list a .word-box {
        padding: 20px 15px;
        box-shadow: 1px 0 25px rgba(5, 1, 1, 0.1);
    }
    .mob-list a .word-box .tit {
        color: #333;
        font-size: 13px;
        line-height: 1;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .mob-list a .word-box .time {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 15px;
    }
    .mob-list a .word-box .time span {
        color: #999;
        font-size: 11px;
    }
    .mob-list a .word-box .time span.web-iconfont {
        margin-right: 6px;
        font-size: 12px;
    }
    .mob-list a .word-box .summary {
        margin-top: 15px;
        color: #666;
        font-size: 12px;
        line-height: 20px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .mob-list a .word-box .look-detail {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #333;
        font-size: 12px;
    }
    .mob-list a .word-box .look-detail .web-iconfont {
        font-size: 8px;
        transform: scale(0.8);
    }
    .mob-list a .other-box .tit {
        position: relative;
        padding-bottom: 15px;
        line-height: 20px;
    }
    .mob-list a .other-box .tit:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 20px;
        height: 1.5px;
        background-color: #999;
    }
    .mob-more {
        display: block;
        width: 100px;
        height: 30px;
        color: #666;
        font-size: 12px;
        text-align: center;
        line-height: 30px;
        margin: 30px auto;
        border: 1px solid #cdcdcd;
    }
    .mob-pic-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 20px 20px 0;
    }
    .mob-pic-list a {
        position: relative;
        width: 100%;
        height: 140px;
        margin-bottom: 25px;
    }
    .mob-pic-list a:last-child {
        margin-bottom: 0;
    }
    .mob-pic-list a img {
        width: 100%;
        height: 100%;
    }
    .mob-pic-list a span {
        position: absolute;
        bottom: 20px;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }
    .mob-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .mob-btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: calc(100% / 3);
        height: 110px;
        color: #333;
        border: 1px solid #e6e6e6;
        border-left: none;
    }
    /*.mob-btn a:nth-child(1), .mob-btn a:nth-child(2), .mob-btn a:nth-child(3) {*/
        /*border-bottom: none;*/
    /*}*/
    .mob-btn a:nth-child(3n) {
        border-right: none;
    }
    .mob-btn a .web-iconfont {
        font-size: 23px;
    }
    .mob-btn a .tit {
        font-size: 15px;
        font-weight: bold;
    }
    .mob-help {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 20px 20px 30px;
    }
    .mob-help a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-basis: calc((100% - 10px)/2);
        height: 90px;
        margin-bottom: 10px;
        color: #fff;
    }
    .mob-help a:first-child {
        background-color: #69bbed;
    }
    .mob-help a:nth-child(2) {
        background-color: #5ed3c3;
    }
    .mob-help a:nth-child(3) {
        background-color: #f98d82;
    }
    .mob-help a:last-child {
        background-color: #ffa04b;
    }
    .mob-help a p {
        font-size: 23px;
        line-height: 1;
        margin-bottom: 0;
    }
    .mob-help a span {
        margin-top: 8px;
        font-size: 13px;
        line-height: 1;
        font-weight: bold;
    }




    /* 专题活动 */
    .index-title{
        font: bold 20px "MicrosoftYaHei";
        color: #222;
    }
    .index-english-title{
        font: normal 15px/23px "ArialMT";
        color: #999;
    }
    .index-tit-english{
        margin-top: 20px;
    }
    .index-cs {
        width: 100%;
        background: #f5f6f7;
    }
    .index-tit{
        text-align: center;
    }
    .index-title{
        padding-top: 24px;
    }
    .thematic-but{
        text-align: center;
    }
    .thematic-but p{
        width: 80px;
        height: 28px;
        display: inline-block;
        margin: 0 15px;
        border: solid 1px #c2c2c2;
        font: normal 10px/25px "MicrosoftYaHei";
        color: #666;
    }
    .thematic-but p:hover, .thematic-but p.curr{
        border-color: #1ac6ff;
        background-color: #1ac6ff;
        color: #fff;
    }
    .thematic-content::after{
        clear: both;
        content: "";
    }
    .thematic-content{
        margin: 30px 20px auto;
        padding-bottom: 1px;
    }
    .thematic-img{    
        margin: 0 auto;
        background: #fff;
    }
    .thematic-img > img{
        width: 100%;
        height: auto;
    }
    
    .thematic-img-title{
        margin: 20px 20px 14px 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font: normal 15px "MicrosoftYaHei";
        color: #222;
        text-align: center;
    }
    .thematic-img-desc{        
        margin: 0 20px 14px 20px;
        font: normal 8px/18px "MicrosoftYaHei";
        color: #555;
    }
    .thematic-img-date{
        margin-left: 20px;
        padding-bottom: 20px;
        font: normal 9px/12px "MicrosoftYaHei";
        color: #999;
    }
    .thematic-list > li{
        max-width: 100%;      
        margin-bottom: 20px;  
        background: #fff;
    }
    .thematic-list-title{
        padding: 18px 20px 4px 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font: normal 15px "MicrosoftYaHei";
        color: #222;
        text-align: center;
    }
    .thematic-list-desc{
        margin: 0 20px 14px 20px;
        font: normal 8px/15px "MicrosoftYaHei";
        color: #555;
    }
    .thematic-list-date{
        padding-bottom: 20px;
        margin: 15px 0 0 20px;
        font: normal 9px/12px "MicrosoftYaHei";
        color: #999;
    }

    /* 初识亚拉 */
    .special-box{
        padding-top: 50px;
        text-align: center;
    }
    .special-title-desc{
        margin: 0 20px;
        text-align: left;
    }
    .special-box2{
        margin: 30px 10px auto;
        display: flex;
        justify-content: space-between;
        align-content: center;
    }
    .special-box2 > li{
        margin: 0 10px;
        max-height: 164px;
        position: relative;
        overflow: hidden;
    }
    .special-box2 > li >img{
        width: 100%;
        transition: 300ms;
        overflow: hidden;
    }
    .beauty-text{
        width: 100%;
        position: absolute;
        bottom: 0;
        text-align: center;
    }
    .beauty-title{
        font: normal 18px "MicrosoftYaHei";
        color: #fff !important;
    }
    .beauty-english-title{
        font: bold 14px/20px "ArialMT";
        color: #fff !important;
    }

    /* 热门路线推荐 */
    .route{
        padding-top: 50px;
        text-align: center;
    }
    .route-list{
        margin: 25px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .route-list > li{
        position: relative;
        margin: 10px 0;
        width: 47%;
        overflow: hidden;
    }
    .route-list > li >a >p{
        position: absolute;
        margin: 0 10px 10px;
        text-align: left;
        bottom: 0;
        font: normal 14px/27px "MicrosoftYaHei";
        color: #fff;
    }
    /* 玩转亚拉 */
    .play{
        background: #f5f6f7;
        padding-top: 26px;
        text-align: center;
    }
    .play-icon-group{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .play-icon-group > li{
        margin: 15px;
    }
    .play-icon-group > li > a > .play-icon>span{
        font-size: 27px;
    }
    .play-icon-group > li > a > .play-icon{
        width: 60px;
        height: 60px;
        line-height: 60px;
        border-radius: 50%;
        background: #fff;
        color: #666;
    }
    .play-icon-group > li > a > .play-icon-title{
        font: bold 12px/15px "PingFang";
        color: #222;
    }



    .index-cs h1 {
        color: #333;
        font-size: 23px;
        line-height: 23px;
    }
    .index-cs-info {
        margin-top: 16px;
        color: #333;
        font-size: 12px;
        line-height: 30px;
    }
    .index-cs-more {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        height: 31px;
        margin-top: 25px;
        color: #666;
        font-size: 12px;
        border: 1px solid #d8d8d8;
    }
    .index-play {
        position: relative;
        width: 100%;
        height: 190px;
        background: url(../img/mobile-play-bg.jpg) no-repeat center / 100% 100%;
    }
    .play-list {
        position: absolute;
        width: 100%;
        height: 80px;
        left: 50%;
        top: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        padding-left: calc(-10%);
        padding-right: calc(-10%);
        overflow: initial;
        overflow-x: auto;
        white-space: nowrap;
        font-size: 0;
    }
    .play-list li {
        position: relative;
        display: inline-block;
        height: 100%;
        margin: 0 15px;
    }
    .play-list li a {
        display: block;
        margin: 0 auto;
        width: 80px;
        height: 80px;
        padding-top: 5px;
        background-color: rgba(255, 255, 255, 0.2);
        text-align: center;
        border-radius: 50%;
    }
    .play-list li a p {
        font-size: 12px;
        color: #333333;
        margin: 0 auto;
        width: 70px;
        height: 70px;
        line-height: 70px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .index-hot {
        width: 100%;
        padding: 50px 20px;
    }
    .index-tit {
        color: #333;
        font-size: 23px;
        line-height: 1;
        font-weight: bold;
    }
    .index-info {
        margin-top: 15px;
        color: #333;
        font-size: 12px;
        line-height: 1;
    }
    .hot-list {
        width: 100%;
    }
    .hot-item {
        position: relative;
        display: block;
        width: 100%;
        height: 180px;
        margin-top: 30px;
    }
    .hot-cover {
        width: 100%;
        height: 100%;
    }
    .hot-cover img {
        width: 100%;
        height: 100%;
    }
    .hot-tit {
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        position: absolute;
        left: 50%;
        bottom: 22px;
        margin-bottom: 0;
        font-weight: bold;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .play-entry {
        display: flex;
        width: 100%;
        height: 130px;
    }
    .play-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 100%;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }
    .play-food {
        background: url(../img/mobile-entry-bg.jpg) no-repeat  center / 100% 100%;
    }
    .play-hotel {
        background: url(../img/mobile-entry-bg1.jpg) no-repeat  center / 100% 100%;
    }

    .index-use {
        padding-top: 10px;
    }

    /* 初识亚拉 */
    .banners .banner .bannerTxt p {
        font-size: 20px!important;
    }
    .about-bottom {
        padding: 50px 0 25px 0;
        background: #f5f6f7;
        color: #333;
        font-size: 23px;
        line-height: 1;
        font-weight: bold;
    }
    .about-bottom>p{
        text-align: center;
        padding-bottom: 15px;
    }
    .guideline .line {
        background: url("../img/guideline/moblie-experience-img.jpg") no-repeat center / 100% 100%;
    }
    .guideline .line ul {
        box-sizing: content-box;
    }
    .newsCenter .line {
        background: url("../img/newsCenter/moblie-newsCenter-bg.jpg") no-repeat center / 100% 100%;
    }
    .newsCenter .line:before, .travelHelp .line:before, .guideline .line:before {
        display: none;
    }
    .articeList {
        padding-top: 55px;
    }
    .travelHelp .msg {
        display: none;
    }
    .travelHelp .line {
        background: url("../img/travelHelp/moblie-travelHelp-bg.jpg") no-repeat center / 100% 100%;
    }
}


/* 交通指南 */
.traffic-classify{
    width: 90%!important;
    padding: 0!important;
    background: #f5f5f5!important;
}
.traffic-classify li{
    position: relative;
}
.traffic-classify div{
    width: 50%;
}
.traffic-classify .img img{
    width: 100%;
}
.traffic-right{
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 3vw 2vw;
    box-sizing: border-box;
}
.traffic-cont{
    top: 0;
    left: 0;
}
.traffic-right .title{
    font-size: 22px;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.traffic-right .title a{
    color:#555;
}
.traffic-right .title a:hover{
    color:#1ac6ff ;
}
.traffic-right .line{
    display: inline-block;
    width:60px;
    height: 1px;
    background: #999;
    margin: 1vw 0;
}
.traffic-right .summary a{
    font-size: 14px;
    color: #888;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 22px;
}
.traffic-right .more{
    display: inline-block;
    width: 134px;
    height: 34px;
    border:1px solid #999;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #555;
    margin-top: 4vw;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.traffic-right .more span{
    position: relative;
    z-index: 3;
}
.traffic-right .more:after{
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    width: 0;
    bottom: 0;
    height: 100%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.traffic-right .more:hover{
    border: 1px solid #1ac6ff;
    color: #fff;
    position: relative;
}
.traffic-right .more:hover:after {
    width: 100%;
    left: 0;
    background: #1ac6ff;
}
.traffic-detail{
    background: #f5f5f5;
    padding: 30px 14%;
}
.traffic-title{
    font: normal 20px "Microsoft YaHei";
    color: #1ac6ff;
    height: 40px;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 48px;
}
.traffic-detail .traffic{
    background: #fff;
    padding:24px;
}
.traffic-detail .traffic-content{
    padding: 24px 0;
}
@media (max-width:1500px){
    .traffic-classify{
        padding: 24px 5%;
        background: #f5f5f5;
    }
}
@media (max-width:1000px){
    .traffic-classify .img{
        width: 100%;
        float: left;
    }
    .traffic-right{
        position: static;
        width: 100%!important;
        float: left;
        padding: 5vw 3vw;
    }
    .traffic-classify li+li{
        margin-top: 24px;
    }
    .traffic-detail{
        padding: 0;
    }
}
.fl {
    float: left;
}
.fr {
    float: right;
}