/*PC端*/
@media screen and (min-width: 768px){
    body {
        background: #fff;
        /*font-family: Microsoft Yahei;*/
        font-weight: 400;
        font-size: 16px;
        overflow-x: hidden;
    }
    a {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        text-decoration: none;
        color: #333;
    }

    .menu a {
        color: #fff;
    }
    .dropdown-menu a:hover {
        color: #e6c65a;
    }
    a:hover {
        text-decoration: none;
    }
    h1, h2, h3, h4, h5 {
        color: #000;
        font-family: "Source Sans Pro", arial, sans-serif;
    }
    ul{
        padding: 0;
        list-style: none;
        margin: 0;
    }

    header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .headers{
        height: 800px;
    }
    .phones{
        height: 30px;
        text-align: right;
        width: 100%;
        background-color: #1b4a9c;
        /*background-color: rgba(38, 99, 182, 0.9);*/
    }
    .cursor-p {
        cursor: pointer;
    }
    .font-phone{
        font-size: 18px;
        color: #ccc;
        padding-right: 15px;
        margin-left: 35px;
    }
    .font-wechat{
        font-size: 22px;
        color: #ccc;
        padding-right: 15px;
    }
    .font-wechat:hover ,.font-phone:hover{
        color: #d4a62c;
    }
    .wechat-shows{
        display: none;
        width: 70px;
        height: 80px;
        position: absolute;
        z-index: 9999;
        margin-left: 93%;
        top: 45px;
        color: #ffffff;
        font-size: 14px;
    }
    .wechat-shows img{
        width: 95%;
    }
    .chz{
        color: #ffffff;
        font-size: 16px;
        border-right: 1px solid;
        padding-right: 10px;
    }
    .eng{
        color: #ffffff;
        font-size: 16px;
        padding-left: 10px;
    }
    .menu{
        width: 100%;
        height: 55px;
        background-color: #1b4a9c;
        /*background-color: rgba(38, 99, 182, 0.9);*/
    }
    .menu-ul{
        padding-left: 0;
        font-size: 20px;
        margin-bottom: 0;
        float: right;
        line-height: 50px;
    }
    .menu-ul > li{
        float: left;
        margin-right: 3rem;
        position: relative;
    }
    .bg-ss{
        background-color: rgba(0, 0, 0, .5);
    }
    .dropdown-menu{
        /*background-color: rgba(0, 0, 0, .5);*/
        margin-top: 3px;
        letter-spacing: 3px;
        min-width: 100px;
        list-style: none;
    }
    .logo-index{
        width: 30%;
        float: left;
    }
    .logo{
        width: 40%;
        float: left;
    }
    .logo img{
        width: 190px;
    }
    .logo img:nth-child(1){
        border-right: 1px solid #fff;
        padding-right: 13px;
    }
    .logo img:nth-child(2){
        margin-left: 13px;
    }
    .menus{
        width: 70%;
        float: left;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        font-weight: 400;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        color: #ffffff;
        line-height: 26px;
        cursor: pointer;
    }
    .dropdown-item:hover{
        color: #2e64ae;
    }
    .index-menu{
        z-index: 9999;
        position: absolute;
        width: 100%;
    }
    .banner{
        width: 100%;
    }
    .swiper-container {
        /*width: 100%;*/
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        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;
        background: rgba(0, 0, 0, 0);
    }
    .banner-bg{
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    /*客房预订*/
    .book-room{
        position: absolute;
        background-image: url('../images/book/background.png');
        background-repeat: no-repeat;
        background-position: bottom;
        z-index: 999999;
        background-color: #f5efdf;
        width: 260px;
        top: 85px;
        height: 715px;
        right: 360px;
        color: #d5a529;
        padding: 0 15px;
    }
    .book-time{
        width: 100%;
        margin-top: 40px;
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 1px solid;
    }
    .book-title{
        margin-bottom: 15px;
    }
    .book-title img{
        margin-right: 10px;
    }
    .book-room input{
        outline-style: none;
        border: 0;
        background-color: #fff;
        width: 88%;
    }
    .book-room input::-webkit-input-placeholder {
        color: #d5a529;
    }
    .book-room input:-moz-placeholder {
        color: #d5a529;
    }
    .book-room input:-ms-input-placeholder {
        color: #d5a529;
    }

    .book-calendar{
        width: 97%;
        padding-left: 5px;
        border: 1px solid;
        margin-bottom: 10px;
        background-color: #fff;
        overflow: hidden;
    }
    .num-box input{
        width: 50px;
        border: 1px solid;
        text-align: center;
    }
    .num-box th{
        font-weight: normal;
        width: 80px;
    }
    .book-people{
        width: 100%;
        margin-top: 40px;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }
    .book-now{
        font-size: 18px;
        background-color: #d7a520;
        width: 150px;
        cursor: pointer;
        text-align: center;
        border-bottom: 7px solid #bd8c0b;
        margin: auto;
        color: #fff;
    }
    .book-wifi{
        cursor: pointer;
        font-size: 18px;
        text-align: center;
        margin-top: 70px;
    }

    .contact-title{
        font-size: 38px;
        letter-spacing: 6px;
        text-align: center;
        margin-top: 30px;
        color: #333;
    }
    .contact-content{
        font-size: 18px;
        text-align: center;
        color: #333;
        margin: 21px 0 27px 0;
        letter-spacing: 3px;
    }
    .contact-button span{
        width: 180px;
        border: 1px solid #d3b44d;
        color: #d3b44d;
        padding: 7px 18px;
        cursor: pointer;
    }
    .contact-button span{
        margin-left: 45%;
        color: #ffffff;
        background-color: #d3b44d;
    }

    .contact{
        height: 270px;
        background-image: url("../images/index/contact-bg.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .contact-button{
        height: 60px;
    }

    .anning-title{
        font-size: 38px;
        letter-spacing: 6px;
        text-align: center;
        margin-top: 30px;
        color: #333;
    }
    .anning-content{
        text-align: center;
        color: #fff;
        margin: 27px 0;
        height: 65px;
        letter-spacing: 3px;
        font-size: 19px;
    }
    .anning-button span{
        width: 180px;
        border: 1px solid #d3b44d;
        color: #d3b44d;
        padding: 7px 18px;
        cursor: pointer;
    }
    .anning-button span:nth-child(1){
        margin-right: 17px;
        margin-left: 40%;
    }
    .anning-button span:nth-child(2){
        color: #ffffff;
        background-color: #d3b44d;
    }

    .anning{
        height: 568px;
        /*background-image: url("../images/hot/anning-background.jpg");*/
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .convention{
        height: 568px;
        background-image: url("../images/hot/anning-background.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .group{

        height: 320px;
        background-color: #255fc2;
        color: #ffffff;
    }
    .group-content{
        width: 100%;
        margin-top: 50px;
    }
    .group-title{
        text-align: center;
        font-size: 27px;
        letter-spacing: 4px;
        margin-top: 20px;
    }
    .group-content-box{
        width: 100%;
        float: left;
        color: #ffffff;
        text-align: center;
        display: flex;
    }
    .group-content-box a{
        color: #fff;
    }
    .group-content-box img{
        width: 160px;
        height: 86px;
        margin-bottom: 15px;
    }
    .group-content-box li{
        float: left;
        margin: 0 15px;
        cursor: pointer;
    }
    .group-content-box span:nth-child(3){
        padding-top: 15px;
    }
    .group-content-box span:nth-child(5){
        font-size: 13px;
        letter-spacing: -1px;
    }
    .group-content-box li:hover{
        color: #fae690 !important;
    }
    .group-content-box li>a:hover{
        color: #fae690;
    }

    /*轮播*/

    .business-swiper{
        display: block;
    }
    .business-swiper img{
        width: 100%;
        height: 550px;
        transition: all 0.9s ease;
        border-radius: 15px;
    }

    .business-conts{
        font-size: 17px;
        padding: 0 25px;
    }
    .blk-point{
        width: 5px;
        height: 5px;
        border-radius: 15px;
        display: inline-block;
        margin-bottom: 6px;
        margin-right: 8px;
        background-color: #333;
    }
    .l_height img{
        /*height: 530px;*/
        height: 500px;
        transition: all 0.9s ease;
        border-radius: 15px;
    }
    .brand{
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
    .box-title{
        width: 100%;
    }
    .box-title img{
        margin: 0 auto;
    }
    .brand-box{
        width: 350px;
        float: left;
        margin: 12px 15px;
    }
    .brand-box img{
        width: 100%;
        height: 300px;
    }
    .brand-content{
        background-color: #f5f5f7;
        height: 120px;
        color: #333;
    }
    .brand-content a{
        color: #333 !important;
    }
    .brand-box:hover .brand-content{
        background-color: #2e5fbc;
        color: #ffffff;
        /*transition: all 0.8s ease;*/
    }
    .brand-content :nth-child(1){
        font-size: 18px;
        text-align: center;
        padding: 10px 0;
    }
    .brand-content :nth-child(2){
        font-size: 14px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 0 12px;
        letter-spacing: 2px;
    }
    .brand-shadow{
        position: absolute;
        margin-top: -300px;
        /*display: block;*/
        width: 350px;
        height: 300px;
        background-color: rgba(0, 0, 0, 0.5);
        transition: all 0.8s ease;
        color: #FFF;
        opacity: 0;
        text-align: center;
        line-height: 300px;
        font-family: monospace;
        font-size: 45px;
        font-weight: bold;
    }
    .brand-box:hover .brand-shadow{
        opacity: 1;
    }

    .float-right{
        display: none;
        position: fixed;
        right: 240px;
        width: 56px;
        height: 400px;
        bottom: 360px;
    }

    @media (min-width: 1200px) {

        .float-left{
            display: none;
            position: fixed;
            left: 50px;
            width: 56px;
            height: 400px;
            bottom: 360px;
        }
    }
    @media (min-width: 1550px) {
        .float-left{
            display: none;
            position: fixed;
            left: 50px;
            width: 56px;
            height: 400px;
            bottom: 360px;
        }
    }

    .industry{
        background-image: url('../images/index/industry.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 700px;
    }
    .industry-title{
        width: 100%;
        margin-top: 70px;
        height: 120px;
    }
    .industry-left{
        height: 82px;
        font-size: 32px;
        color: #ffffff;
        letter-spacing: 4px;
        padding-left: 29px;
        /*border-left: 7px solid #a7975b;*/
        border-left: 7px solid #d3b44d;
        width: 50%;
        float: left;
    }
    .industry-left span{
        letter-spacing: 0;
        font-size: 22px;
    }
    .industry-right{
        float: left;
        width: 50%;
        text-align: right;
        color: #ffffff;
        padding-top: 13px;
    }
    .right-text{
        float: left;
        margin-left: 76%;
        margin-top: 6px;
        font-size: 17px
    }
    .industry-content{
        height: 480px;
    }
    .info-box-img{
        width: 100%;
        height: 60px;
        text-align: left;
        color: #FFFFFF;
        margin-top: -100%;
    }
    .info-box-img img{
        width: 100%;
    }
    .info-box-content{
        width: 100%;
        height: auto;
    }
    .content-tab{
        margin-bottom: 10px;
    }
    .content-tab span{
        border: 2px solid #FFFFFF;
        padding: 4px;
        cursor: pointer;
    }
    .content-tab span:nth-child(1){
        border: 2px solid #FFFFFF;
        border-right: 0px;
    }
    .content-title{
        margin: 15px 0;
        font-size: 22px;
    }
    .content-cont p{
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-align: justify;
        letter-spacing: 1px;
    }
    .swiper-button-next2{
        position: relative;
        left: 104%;
        top: -65%;
        color: #ffffff;
    }
    .swiper-button-prev2{
        position: relative;
        left: -7%;
        top: -75%;
        color: #ffffff;
    }
    .info-box-img{
        width: 100%;
        height: 60px;
        text-align: left;
        color: #FFFFFF;
        margin-top: -100%;
    }
    .info-box-img img{
        width: 100%;
    }
    .info-box-content{
        width: 100%;
        height: auto;
    }
    .content-tab{
        margin-bottom: 10px;
        font-size: 15px;
    }
    .content-tab span{
        border: 2px solid #FFFFFF;
        padding: 4px;
    }
    .content-tab span:nth-child(1){
        border: 2px solid #FFFFFF;
        border-right: 0px;
    }
    .content-title{
        margin: 10px 0;
    }

    .content-cont p{
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-align: justify;
        letter-spacing: 1px;
    }
    .business-container {
        height: 700px;
        margin-right: auto;
        margin-left: auto;
    }
    .swiper-button-next6{
        right: 300px;
    }
    .swiper-button-prev6{
        left: 300px;
    }
    /*end轮播*/

    .bg-gray{
        background-color: #ddd;
    }
    .img-border{
        border: 2px solid #ffffff;
    }
    .tab-active{
        color: #333;
        background-color: #FFFFFF;
    }
    .news-content{
        width: 100%;
        height: 570px;
    }
    .news-con{
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 67px;
        padding: 4px;

    }
    .news-time{
        font-size: 14px;
        color: #777;
        margin-top: 5px;
    }

    .news-left-menu{
        margin-top: 10px;
    }
    .news-left-menu li{
        cursor: pointer;
        width: 100px;
        background-color: #FFF;
        color: #333;
        margin-bottom: 10px;
        padding: 3px 7px;

    }
    .news-left-menu li:hover{
        /*background-color: #c4b556;*/
        background-color: #c8b54c;
        color: #fff;
    }

    .news-left-title{
        color: #FFF;
        font-size: 18px;
    }
    .news-left-title span{
        font-size: 13px;
    }

    .news-left{
        display: block;
        width: 170px;
        height: 300px;
        margin-left: -64%;
        background-image: url(../images/index/news-left.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 20px;
        position: absolute;
    }

    .news-middle{
        height: 450px;
    }
    .news-middle img{
        width: 100%;
    }
    .news-right-title{
        width: 100%;
        height: 60px;
    }
    .news-right-title ul{
        display: flex;
    }
    .news-right-title li{
        cursor: pointer;
        float: left;
        border: 1px solid #777;
        color: #777;
        padding: 5px 4px;
        margin-right: 8px;
    }
    .news-right-title li:hover{
        color: #fff;
        background-color: #0147a6;
        border: 1px solid #0147a6;
    }
    .news-right-box{
        width: 100%;
        height: 100px;
        margin-bottom: 37px;
        background-color: #f8f8fa;
    }
    .news-right-box img{
        width: 35%;
        height: 100%;
        float: left;
    }
    .news-right-text{
        float: left;
        width: 60%;
        padding: 7px 0;
    }
    .food{
        width: 100%;
        height: 500px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .food-convention{
        width: 100%;
        height: 500px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .food-img{
        height: 500px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 277px !important;
        margin-right: 15px !important;
    }
    .food-title{
        text-align: center;
        margin-bottom: 30px;
    }
    .swiper-food-title{
        background-color: #fff;
        font-size: 16px;
        bottom: 80px;
        color: rgba(51, 51, 51, 0.9);
        position: absolute;
        padding: 0 10px;
        height: 28px;
        border-radius: 3px;
        letter-spacing: 1px;
        line-height: 25px;
        left: 8px;
    }
    .swiper-food-content{
        width: 100%;
        color: #fff;
        bottom: 15px;
        font-size: 20px;
        position: absolute;
        text-align: left;
        padding-left: 15px;
    }
    .swiper-button-next5{
        outline: none;
        position: relative;
        top: -250px;
        left: 102%;
    }
    .swiper-button-prev5{
        outline: none;
        position: relative;
        top: -300px;
        left: -5%;
    }
    .brief{
        width: 100%;
        background-color: #2e6fd3;
        margin-top: 65px;
    }
    .brief-index li img{
        width: 60px;
    }
    .brief-anning li img{
        width: 180px;
    }
    .brief-index li{
        margin-right: 7%;
    }
    .brief-anning li{
        margin-right: 5%;
    }
    .brief-content li{
        float: left;
        color: #fff;
        padding: 5px;
        font-size: 14px;
    }
    .brief-content li:nth-child(1){
        border-left: 0px;
    }
    .brief-content{
        width: 100%;
        padding: 17px;
        height: 100px;
    }

    .brief1{
        width: 100%;
        background-color: #2e6fd3;
        margin-top: 65px;
        /*letter-spacing: 2px;*/
    }
    .brief1-anning li img{
        width: 360px;
    }
    /*.brief1-anning li{*/
    /*    margin-right: 5%;*/
    /*}*/
    .brief1-content li{
        float: left;
        color: #fff;
        padding: 7px;
        font-size: 15px;
    }
    .brief1-content li:nth-child(1){
        border-left: 0px;
    }
    .brief1-content{
        width: 100%;
        padding: 17px;
        height: 100px;
    }
    .footer{
        width: 100%;
        height: 680px;
        background-image: url('../images/index/footer-img.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .footer-content{
        width: 100%;
        color: #FFFFFF;
        height: 350px;
        margin-top: 60px;
    }
    .footer-box li{
        float: left;
        width: 100%;
        padding-left: 15px;
        letter-spacing: 2px;
        padding-top: 10px;
    }
    .footer-box li>a:hover{
       color: #fff;
    }
    .footer-box span{
        font-size: 19px;
        font-weight: bold;
        letter-spacing: 2px;
    }
    .footer-box span > img{
        vertical-align: initial;
        margin-right: 8px;
    }
    .footer-code li{
        display: table-cell;

    }
    .pl-8{
        padding-left: 8px;
    }
    .footer-top{
        margin-top: 40px;
    }
    .bg-norepeat{
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    /*.news-right-content{*/
    /*    width: 100%;*/
    /*    height: auto;*/
    /*    display: none;*/
    /*}*/
    .news-right-content{
        width: 100%;
        height: 410px;
    }
    .ds-block{
        display: block;
    }
    .active-news{
        color: #fff !important;
        background-color: #0147a6;
        border: 1px solid #0147a6 !important;
    }
    .buttonss{
        display: flex;
        padding-left: 49%;
    }
    .img-text{
        margin-top: 375px;
        height: 75px;
        background-color: rgba(1, 71, 166, 0.6);
        width: 100%;
        color: #fff;
        padding: 16px 120px 0 120px;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .video-content{
        width: 100%;
    }
    .video-info{
        padding: 10px;
    }
    .video-title{
        width: 100%;
        height: 100px;
        margin: 25px 0;
    }
    .video-left{
        background-color: #f2f2f2;
        height: 550px;
    }
    .video-left-top{
        width: 100%;
        text-align: center;
        padding: 35px 25px;
    }
    .video-left-top span:nth-child(1){
        color: #7a7a7a;
        letter-spacing: 10px;
        font-size: 23px;
        font-weight: bold;
    }
    .video-left-top span:nth-child(3){
        color: #7a7a7a;
        font-size: 15px;
        margin-left: -10px;
    }
    .video-left-top img{
        width: 100%;
    }
    .video-left-down{
        color: #FFFFFF;
        height: 320px;
        overflow-y: auto;
        width: 98%;
    }

    /*滚动条样式*/
    .video-left-down::-webkit-scrollbar {/*滚动条整体样式*/
        width: 8px;
    }
    .video-left-down::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        background: #e6c65a;
    }
    .video-left-down::-webkit-scrollbar-track {/*滚动条里面轨道*/
        background: #d5d5d5;
    }

    .video-container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        height: 550px;
    }
    .video{
        width: 100%;
        height: auto;
    }
    .video-left-text{
        text-align: center;
        color: #7a7a7a;
        padding-top: 20px;
        width: 100%;
        background-color: #e7e7e7;
    }
    .video-left-text span:nth-child(1){
        font-size: 20px;
        letter-spacing: 2px;
    }
    .video-left-text span:nth-child(3){
        font-size: 12px;
    }
    .video-active{
        background-color: #e6c65a;
        color: #fff;
    }
    .video-left-box{
        display: flex;
        width: 96%;
        float: left;
        height: 100px;
        text-align: center;
        font-size: 17px;
        margin-bottom: 15px;
        cursor: pointer;
    }
    /*.video-left-box img{*/
    /*    width: 130px;*/
    /*    height: 100px;*/
    /*}*/
    .video-left-footer{
        width: 100%;
        margin-top: 30px;
    }
    .video-right{
        height: 550px;
    }
    /*视频设置*/
    .video-js .vjs-big-play-button{
        display: none;
    }
    .vjs-poster{
        background-size: 100% 100% ;
    }
    .my-video-dimensions{
        width: 98%;
        height: 550px;
    }

    /*酒店列表*/
    .hotel-content{
        width: 100%;
    }
    .hotel-info{
        padding: 10px;
    }
    .hotel-title{
        width: 100%;
        margin: 50px 0;
    }
    .hotel-left{
        background-size: 100% 100%;
        background-repeat: no-repeat;
        height: 650px;
        width: 21%;
        float: left;
    }
    .hotel-left-down{
        color: #FFFFFF;
        height: 320px;
        width: 100%;
        margin-top: 170px;
    }

    .hotel-container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        height: 650px;
    }
    .hotel{
        width: 100%;
        height: auto;
    }
    .hotel-box-title{
        font-size: 19px;
        font-weight: bold;
        letter-spacing: 2px;
    }
    .hotel-box-title img{
        padding-right: 10px;
        width: 35px;
    }
    .hotel-left-box{
        width: 100%;
        font-size: 17px;
        margin-bottom: 15px;
        cursor: pointer;
        padding-left: 65px;
    }
    .hotel-left-box > ul{
        margin-top: 0;
        margin-bottom: 10px;
        list-style-type: disc;
        padding-left: 60px;
    }
    .hotel-left-box li{
        margin-bottom: 10px;
    }
    .hotel-left-footer{
        width: 100%;
        margin-top: 30px;
    }
    .hotel-right{
        height: 650px;
        width: 73%;
        float: left;
    }
    .hotel-list{
        display: none;
    }
    .hotel-active{
        color: #ceb648;
    }

    @media (min-width: 1200px){
        .hotel-float-right{
            display: none;
        }
    }

    @media (min-width: 1750px) {
        .hotel-float-right{
            display: block;
        }
    }

    .hotel-float-right{
        position: absolute;
        right: 120px;
        z-index: 99999;
    }

    .hotel-swiper{
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .shout-down{
        bottom: -30px;
        left: 230px;
        position: relative;
        color: #fff;
        cursor: pointer;
    }
    .pd-0{
        padding: 0;
    }

    /*文章详情*/
    .article_info{
        width: 100%;
        margin-top: 30px;
        display: flex;
    }
    .article_left{
        width: 24%;
        margin-right: 2%;
        float: left;
    }
    .article_right{
        width: 74%;
        float: left;
        min-height: 870px;
        padding-bottom: 60px;
        border: 1px solid #ccc;
        position: relative;
        border-top: none;
    }
    .article_content_title{
        display: flex;
        background-color: #2f64c2;
        color: #fff;
        padding: 10px;
    }
    .article_content_title_left{
        width: 50%;
    }
    .article_content_title_right{
        text-align: right;
        width: 50%;
    }
    .article_content_title_right a{
        color: #fff;
    }
    .article_content{
        padding: 10px;
    }
    .article_menu{
        text-align: center;
    }
    .article_menu_title{
        background-color: #2f64c2;
        color: #fff;
    }
    .article_lista{
        background-color: #2f64c2 !important;
        color: #fff;
    }
    .article_list li:nth-child(1){
        border-bottom: 0;
        color: #333;
        padding: 25px;
    }
    .article_list{
        padding: 16px;
    }
    .article_list li{
        padding: 15px;
        color: #999;
        border-bottom: 1px solid #ddd;
    }
    .article_list li{
        display: flex;
    }
    .article_list_title{
        width: 80%;
        float: left;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .article_list_time{
        width: 20%;
        float: right;
        text-align: right;
    }
    .article_menu_list li{
        cursor: pointer;
        background-color: #f1f1f1;
        margin-bottom: 5px;
        padding: 10px 0;
    }
    .article_menu_list li:hover{
        background-color: #2f64c2;
        color: #fff;
    }
    .article_magazine{
        margin-top: 50px;
    }
    .article_title_img{
        height: 330px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .article_menu_title_img{
        width: 80%;
        margin: 0 auto;
        border-bottom: 1px dashed #ffcc8d;
        padding-top: 15px;
        padding-bottom: 8px;
    }
    .article_title{
        font-size: 22px;
        color: #fff;
        padding: 10px 0;
        margin-bottom: 5px;
    }
    .article_footer{
        color: #fff;
        text-align: center;
        padding: 10px;
        margin-top: 50px;
        background-color: #2e6fd3;
    }
    .article-el-img img{
        width: 100%;
    }
    .article-el-content ul{
        display: flex;
        margin: 0 auto;
    }
    .article-el-content li{
        width: 49%;
        color: #fff;
        padding: 10px 0;
        text-align: center;
    }
    .article-el-content li:nth-child(1){
        background-color: #d4a644;
        margin-right: 2%;
    }
    .article-el-content li:nth-child(2){
        background-color: #2f64c2;
    }
    .article-el-list-img{
        height: 200px;
        border: 2px solid #d4a644;
    }
    .article-el-list-img img{
        width: 100%;
        height: 100%;
    }
    .article-el-content{
        padding: 20px;
    }
    .article-el-list{
        display: none;
        margin-top: 30px;
    }
    .article-el-list-box{
        width: 255px;
        height: 290px;
        float: left;
        margin: 0 6px 2px;
    }
    .article-el-list-text{
        font-size: 12px;
        text-align: justify;
        text-justify:distribute-all-lines;
        letter-spacing: 1px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }
    .video-js{
        width: 100% !important;
        height: 100% !important;
    }

}

/*移动端*/
@media screen and (max-width: 767px){
    body {
        background: #fff;
        /*font-family: Microsoft Yahei;*/
        font-weight: 400;
        font-size: 16px;
        overflow-x: hidden;
        position: relative;
    }
    a:hover {
        text-decoration: none;
        color: #ffffff;
    }
    a {
        color: #333
    }
    ul{
        padding: 0;
        list-style: none;
        margin: 0;
    }
    header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    label{
        margin-bottom: 0;
        font-weight: normal;
    }
    .black-point {
        width: 5px;
        height: 5px;
        border-radius: 15px;
        display: inline-block;
        margin: 0 5px 3px;
        background-color: #333;
    }
    .white-point {
        width: 5px;
        height: 5px;
        border-radius: 15px;
        display: inline-block;
        margin: 0 10px 3px;
        background-color: #fff;
    }
    .m-headers-index{
        width: 100%;
        height: 500px;
        background-image: url('../images/mobile_index/banner-bg99.jpg?v0.2');
        background-color: #2d6ed2;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-y: 60px;
    }
    .m-headers-anning{
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-y: 60px;
    }
    .m-headers{
        width: 100%;
    }
    .m-menu-title{
        width: 100%;
        height: 60px;
        background-color: #084797;
        padding: 15px 20px;
        line-height: 30px;
        color: #fff;
    }
    .phone-menu{
        z-index: 9999;
        position: absolute;
        width: 100%;
        height: 1px;
        line-height: 30px;
    }
    .phone-logo{
        float: left;
        width: 85%;
        border-right: 1px solid;
    }
    .phone-logo a>img{
        width: 15px;
        margin-right: 15px;
    }
    .phone-logo img{
        width: 130px;
        margin-top: -7px;
    }
    .phone-list{
        float: left;
        width: 15%;
        text-align: right;
    }
    .phone-list img{
        width: 30px;
    }
    .phone-style{
        overflow-y:auto;
        overflow-x:hidden;
        z-index:9999;
        top:0;
        left:50px;
        width:100%;
        bottom:auto;
        background:#fff;
        display: none;
    }
    .phone-style > ul > li {
        float: none;
        position: relative;
    }
    .phone-style > ul > li > a{
        color: #333;
        margin-right: auto;
        border-bottom: 1px solid #D5DAE1;
        padding: 10px;
        margin-bottom: 7px;
        letter-spacing: 0.8px;
        font-size: 14px;
        box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
    }
    .phone-style > ul > li > a:hover{
        font-weight: bold;
    }
    .child-ul{
        display: none;
        /*border-bottom: 1px solid #D5DAE1;*/
    }
    .child-ul li{
        border-bottom: 1px solid #D5DAE1;
        padding: 7px 0;
    }
    .child-ul > li > a{
        color: #333;
        padding-left: 25px;
        letter-spacing: 2px;
        font-size: 14px;
    }
    /*end菜单*/

    /*contact*/
    .m-contact{
        z-index: 9;
        width: 330px;
        margin: auto;
        margin-top: 290px;
        height: 240px;
        padding: 25px 10px 0;
        background-color: #fff;
        border-radius: 5px;
        color: #333;
        box-shadow: 0 4px 23px 2px rgba(45, 110, 210, 0.4);
        background-image: url(../images/mobile_index/banner-bg2.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
    }
    .m-contact-title{
        width: 70%;
        margin: auto;
    }
    .m-contact-title img{
        width: 100%;
    }
    .m-contact-content{
        letter-spacing: 3px;
        font-size: 16px;
        margin: 15px 3px;
    }
    .m-contact-bt{
        background-color: #255fc2;
        width: 150px;
        margin: 0 auto;
        line-height: 35px;
        border-radius: 7px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        letter-spacing: 3px;
    }
    /*end contact*/

    /*brand*/
    .m-brand{
        margin-top: 150px;
    }
    .m-brand-title{
        display: flex;
        margin-bottom: 15px;
    }
    .m-brand-left{
        width: 80%;
        margin-left: 16px;
    }
    .m-brand-left label:nth-child(1){
        font-size: 20px;
        font-weight: bold;
    }
    .m-brand-left label:nth-child(3){
        margin-left: 33px;
        margin-top: -5px;
    }
    .m-brand-right img{
        width: 40px;
    }
    .m-brand-swiper{
        width: 100%;
        height: 350px;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: block;
        -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;
    }
    .m-brand-slide{
        background-repeat: no-repeat;
        background-size: 100%;
        width: 62%;
        border-radius: 8px;
        box-shadow: 0 4px 8px 2px rgba(51, 51, 51, 0.2);
    }
    .m-brand-swiper-title{
        position: absolute;
        top: 90px;
        right: 10px;
        background-color: #fff;
        border-radius: 46px;
        height: 65px;
        width: 65px;
        box-shadow: 0 4px 8px 2px rgba(51, 51, 51, 0.2);
    }
    .m-brand-swiper-title img{
        margin-top: 10px;
        width: 50px;
    }
    .m-brand-swiper-cont{
        text-align: left;
        letter-spacing: 2px;
        padding-left: 6px;
    }
    .m-brand-cont-title{
        color: #333;
        font-size: 20px;
        font-weight: bold;
        margin: 8px 0;
    }
    .m-brand-swiper-cont span{
        background-color: #fdf2de;
        color: #df9d11;
        padding: 2px 10px;
        border-radius: 8px;
        font-size: 14px;
        margin-right: 5px;
    }
    .m-brand-cont{
        color: #333;
        margin-top: 10px;
        font-size: 14px;
    }
    /*end brand*/
    /*video*/
    .m-video{
        width: 100%;
        display: flex;
        padding: 0 15px;
    }
    .m-video-left{
        display: none;
        width: 67%;
        margin-right: 2%;
    }
    .video-show{
        display: block;
    }
    .video-js{
        width: 100%;
        height: 100%;
    }
    .m-video-left img ,.m-video-right img{
        width: 100%;
    }
    .m-video-right{
        width: 31%;
    }
    .m-video-right-box{
        margin-bottom: 2%;
    }
    .vjs-big-play-button{
        display: none !important;
    }
    .vjs-poster{
        background-size: 100% 100%;
    }
    /*end video*/

    /*business*/
    .m-business-swiper{
        height: 360px;
        margin-bottom: 50px;
        padding: 0 15px;
    }
    .m-business-slide{
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    /*end business*/

    /*news*/
    .m-news{
        padding: 0 15px;
    }
    .m-news-list ul{
        display: flex;
    }
    .m-news-list li{
        width: 25%;
        /*width: 33%;*/
        font-size: 17px;
        text-align: center;
        border-radius: 5px;
        height: 30px;
        line-height: 30px;
    }
    .liactive{
        background-color: #01479f;
        color: #fff;
    }
    .m-news-list{
        margin-bottom: 10px;
    }
    .m-news-cont{
        display: none;
    }
    .m-news-show{
        display: block;
    }
    .m-news-cont-title{
        height: 170px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-top: 140px;
        border-radius: 10px;
        overflow: hidden;
    }
    .m-news-title-cont{
        width: 100%;
        background-color: rgba(0, 0, 0, .5);
        color: #fff;
        letter-spacing: 1px;
        font-size: 15px;
        height: 30px;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 1;
        line-height: 30px;
    }
    .m-news-cont-box{
        width: 100%;
        height: 100px;
        display: flex;
        text-align: left;
        border-bottom: 1px solid #ddd;
        padding-top: 15px;
    }
    .m-news-box-title{
        font-size: 17px;
        color: #333;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 1;
    }
    .m-news-box-left{
        width: 28%;
        margin-right: 2%;
    }
    .m-news-box-left img{
        width: 100%;
        height: 80%;
    }
    .m-news-box-right{
        width: 70%;
    }
    .m-news-box-time{
        font-size: 12px;
        text-align: right;
        color: #ddd;
        margin-top: 2%;
    }
    .m-news-box-cont{
        font-size: 13px;
        color: #333;
        padding-right: 15px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }
    /*end news*/
    /*food*/
    .m-food-title{
        width: 100%;
        margin: 30px 0;
        padding: 0 12px;
        text-align: center;
    }
    .m-food-title-cont{
        width: 200px;
        font-size: 22px;
        border: 1.4px solid #717171;
        text-align: center;
        margin: auto;
    }
    .m-food-swiper{
        width: 100%;
        height: 360px;
        margin-bottom: 30px;
    }
    .m-food-slide{
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 62%;
        display: block;
        border-radius: 8px;
    }
    .m-swiper-food-title{
        background-color: #fff;
        font-size: 16px;
        bottom: 80px;
        color: rgba(51, 51, 51, 0.9);
        position: absolute;
        padding: 0 7px;
        height: 28px;
        border-radius: 6px;
        line-height: 25px;
        left: 14px;
    }
    .m-swiper-food-content{
        width: 100%;
        color: #fff;
        bottom: 20px;
        font-size: 17px;
        position: absolute;
        text-align: left;
        padding-left: 15px;
    }
    /*end food*/
    /*footer*/
    .m-footer{
        background-image: url(../images/mobile_index/footer-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 350px;
        width: 100%;
        color: #FFF;
        padding-top: 15px;
    }
    .m-footer-logo{
        text-align: center;
    }
    .m-footer-logo img:nth-child(3){
        height: 75px;
    }
    .m-footer-logo1{
        text-align: center;
        /*margin-bottom: 50px;*/
        margin-top: 10px;
    }
    .m-footer-logo1 img{
        width: 170px;
    }
    .m-footer-box{
        display: flex;
        margin: 18px 8px;
    }
    .m-footer-box-img img{
        width: 30px;
        /*margin-right: 10px;*/
    }
    .m-footer-box-cont{
        font-size: 14px;
        letter-spacing: 2px;
    }
    .m-footer-left ul>li>img,.m-footer-right ul>li>img{
        width: 22px;
    }
    .m-footer-left{
        font-size: 12px;
        width: 50%;
    }
    .m-footer-right{
        font-size: 12px;
        border-left: 1px solid;
        padding-left: 10px;
        width: 50%;
    }
    /*end footer*/
    /*gotop*/
    .m-gotop{
        position: fixed;
        z-index: 99999;
        display: none;
        right: 15px;
        bottom: 50px;
    }
    .m-gotop a{
        display: block;
        width: 44px;
        height: 44px;
        margin-bottom: 10px;
    }
    .m-gotop img{
        width: 100%;
    }
    /*end gotop*/

    /*anning intro*/
    .m-anning-intro{
        width: 100%;
        padding: 15px;
        height: 260px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .m-anning-intro-title{
        width: 100%;
        padding: 0 45px;
    }
    .m-anning-intro-title img{
        width: 100%;
    }
    .m-anning-intro-content{
        width: 100%;
        color: #fff;
        text-align: justify;
        font-size: 15px;
        margin-top: 20px;
        letter-spacing: 1px;
        padding: 0 15px;
    }
    /*end anning intro*/
    /*character*/
    .m-anning-title{
        display: flex;
        margin-bottom: 15px;
        color: #4b4b4b;
        padding: 0 16px;
        margin-top: 50px;
    }
    .m-title-img{
        width: 31px;
        height: 41px;
    }
    .m-anning-title-left{
        width: 80%;
        margin-left: 8px;
    }
    .m-anning-title-left label:nth-child(1){
        font-size: 22px;
        font-weight: bold;
    }
    .m-anning-title-left label:nth-child(3){
        font-size: 14px;
    }
    .m-anning-title-right img{
        width: 40px;
    }
    .m-anning-character{
        width: 100%;
        height: 400px;
        /*padding: 10px 10px 0;*/
    }
    .m-anning-character-swiper{
        background-repeat: no-repeat;
        background-size: 100% 82%;
        width: 66%;
        text-align: left;
        border-radius: 8px;
    }
    .m-character-content{
        background-color: #fff;
        width: 94%;
        height: 150px;
        border-radius: 10px;
        margin: auto;
        margin-top: 230px;
        letter-spacing: 1px;
        padding: 15px 15px 0;
        box-shadow: 0 4px 8px 2px rgba(51, 51, 51, 0.2);
    }
    .m-character-title{
        display: flex;
    }
    .m-character-left{
        width: 65%;
    }
    .m-character-left label{
        font-size: 18px;
    }
    .m-character-left img{
        width: 15px;
    }
    .m-character-right{
        width: 35%;
        text-align: right;
    }
    .m-character-right img{
        width: 40px;
    }
    .m-character-cont{
        color: #656565;
        font-size: 15px;
        text-align: justify;
        padding-bottom: 5px;
    }
    /*end character*/
    /*service*/
    .m-anning-service{
        margin: 25px 15px;
        border-radius: 5px;
        padding-top: 15px;
        box-shadow: 0 4px 8px 2px rgba(51, 51, 51, 0.2);
    }
    .m-anning-service-title{
        display: flex;
        margin-bottom: 8px;
    }
    .m-anning-service-title img{
        /*width: 180px;*/
        height: 39px;
        margin-left: -6px;
    }
    .m-anning-title-more{
		display: none;
        width: 100%;
        text-align: right;
        align-self: center;
        font-size: 14px;
        color: #5a5a5a;
        padding-right: 10px;
    }
    .m-anning-service-content {
        width: 100%;
        display: flex;
    }
    .m-anning-service-content img{
        width: 100%;
    }
    .m-anning-service-left-box{
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-right: 1%;
    }
    .m-anning-service-start{
        margin-top: 115px;
        color: #fff;
        font-size: 18px;
        margin-left: 15px;
    }
    .m-anning-service-start img{
        width: 12px;
        height: 12px;
    }
    .m-anning-service-right-box img:nth-child(1){
        margin-bottom: 5px;
    }
    /*end service*/
    /*article*/
    .m-article-content{
        overflow: hidden;
        padding: 10px;
    }
    .m-article-list li{
        display: flex;
        border-bottom: 1px solid #ddd;
    }
    .m-article-list li:nth-child(1){
        padding: 20px;
    }
    .m-article-list li{
        padding: 15px 10px;
        /*padding: 30px;*/
    }
    .m-article-list-title{
        width: 70%;
        float: left;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .m-article-list-time{
        text-align: right;
        width: 30%;
        float: left;
    }
    .m-article-el-img img{
        width: 100%;
    }
    .m-article-el-content ul{
        display: flex;
        margin: 0 auto;
    }
    .m-article-el-content li{
        width: 50%;
        color: #fff;
        padding: 10px 0;
        text-align: center;
    }
    .m-article-el-content li:nth-child(1){
        background-color: #d4a644;
    }
    .m-article-el-content li:nth-child(2){
        background-color: #2f64c2;
    }
    .m-article-el-list-img{
        height: 160px;
        border: 2px solid #d4a644;
    }
    .m-article-el-list-img img{
        width: 100%;
        height: 100%;
    }
    .m-article-el-list{
        margin-top: 20px;
    }
    .m-article-el-list-box{
        width: 48%;
        height: 280px;
        float: left;
        margin: 0 1%;
    }
    .m-article-el-list-text{
        font-size: 12px;
        text-align: justify;
        letter-spacing: 1px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }
    /*end article*/
}