/* Mobile */
@media (max-width:600px) {
    body {        
        font-family: '微软雅黑', '宋体', 'simsun', 'sans-serif';
    }
    .TopHead_Box {
        width: 100%;
        height: auto;
    }

    .TopHead_Div {
        position: relative;
        margin: 0 auto;
        width: 92vw;
        padding: 7vw 0;
        height: 9.5vw;
        overflow: hidden;
    }

    .TopHead_Top {
        height: auto;
    }



    .TopHead_Top h4 {
        float: left;
        width: auto;
        height: 9.5vw;

        cursor: pointer;
    }

    .TopHead_Top h4 img {
        width: auto;
        height: 9.5vw;
    }

    .mTopHead_Menu {
        float: right;
        width: 9.5vw;
        height: 9.5vw;
        background: url(../img/mIcon_Menu.png) center center no-repeat;
        background-size: 9.5vw 9.5vw;
    }

    .mTopHead_Search {
        position: absolute;
        right: 0;
        margin-right: 0;
        background: url(../img/Top_Icon_Search.png) center center no-repeat;
        background-size: 14px 14px;
    }

    .TopHead_Left h6 {
        display: inline-block;
        /* padding-top: 3px; */
        width: 112px;
        height: 14px;
    }

    .TopHead_Left h6 img {
        width: 112px;
        height: 14px;
    }

    .TopHead_Right {
        display: none;
        width: 220px;
        height: 32px;
    }

    .TopHead_Right h4 {
        width: 104px;
        height: 32px;
        background-color: #DFE7EE;
        text-align: center;
        font-size: 18px;
        line-height: 32px;
        color: #070707;
    }

    .TopHead_Right h4 a {
        color: #070707;
    }

    .TopHead_Sighin {
        background-color: #0B497D !important;
        color: #FFF;
    }

    .TopHead_Sighin a {
        color: #FFF !important;
    }

    .mTopHead_Pop_Div {
        display: none;
        position: fixed;
        padding: 4vw;
        width: 92vw;
        height: calc(100vh - 8vw);
        overflow: hidden;
        z-index: 3;
        background-color: rgba(255, 255, 255, 0.9);

    }

    .TopHead_Pop_Title {
        padding-top: 3vw;
        padding-bottom: 4vw;
        height: 9.5vw;
        border-bottom: 1px solid #7f7f7f;
        margin-bottom: 4vw;
    }

    .TopHead_Pop_Title h4 {
        width: 9.5vw;
        height: 9.5vw;
        cursor: pointer;
    }

    .TopHead_Pop_Title h4 img {
        width: 9.5vw;
        height: 9.5vw;
    }

    .TopHead_Pop_Title h6 {
        float: left;
        height: 9.5vw;
        cursor: pointer;
    }

    .TopHead_Pop_Title h6 img {
        height: 9.5vw;
    }

    .TopHead_Close {
        float: right;
        width: 9.5vw;
        height: 9.5vw;
        margin-right: 0;
        background: url(../img/mIcon_Close.png) center center no-repeat;
        background-size: 9.5vw 9.5vw;
    }

    .TopHead_Pop_Input {
        /* border-radius: 6px; */
        width: 100%;
        height: 50px;
        margin-bottom: 6vw;
    }

    .TopHead_Pop_Input input {
        float: left;
        padding: 9px;
        border: 1px solid #AAA;
        padding-right: 0px;
        border-right: 0px;
        width: calc(100% - 60px);
        height: 30px;
        line-height: 30px;
        font-size: 22px;
        color: #656565;
        border-radius: 0 !important;
        -webkit-appearance: none;
    }

    .TopHead_Pop_Input input::input-placeholder {
        color: #656565;
    }

    .TopHead_Pop_Input input::-webkit-input-placeholder {
        color: #656565;
    }

    .TopHead_Pop_Input input::-moz-placeholder {
        color: #656565;
    }

    .TopHead_Pop_Input input::-ms-input-placeholder {
        color: #656565;
    }

    .TopHead_SearchBT {
        float: left;
        width: 50px;
        height: 50px;
        background: url(../img/Pop_Icon_Search.png) center center no-repeat;
        background-size: 22px 22px;
        background-color: #083E6D;
    }

    .TopHead_Pop_List_Div {
        height: auto;
    }

    .TopHead_Pop_List_Div ul {
        height: auto;
    }

    .TopHead_Pop_List_Div li {
        text-align: right;
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 26px;
        color: #000;
    }

    .TopHead_Pop_List_Div li a {
        color: #000;
    }

    .Local_Main_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Local_Logo_Div {
        width: 100%;
        height: auto;
        margin-bottom: 17px;
        overflow: hidden;
    }

    .Local_Logo {
        margin: 0 auto;
        width: 26.4vw;
        height: auto;
    }

    .Local_Logo img {
        width: 26.4vw;
    }

    .Local_Focus_Div {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .Local_Focus_Swiper {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Local_Focus_Swiper p {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Local_Focus_Swiper p img {
        width: 100%;
        height: auto;
    }

    .Local_Focus_Swiper h4 {
        position: absolute;
        bottom: 0;
        width: calc(100% - 28px);
        padding: 14px;
        height: auto;
        font-size: 16px;
        line-height: 22px;
        color: #FFF;
        background-color: rgba(7, 62, 110, 0.7);
        overflow: hidden;
        z-index: 2;
    }

    .Local_Focus_Swiper h4 a {
        color: #FFF;
        width: calc(100% - 58px);
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Local_Focus_pagination {
        font-size: 12px;
        left: auto !important;
        right: 0 !important;
        bottom: 23px!important;
        width: 80px !important;
        height: 8px !important;
    }

    .Local_Focus_pagination .swiper-pagination-bullet {
        border-radius: 3px;
        width: 6px;
        height: 6px;
        background-color: #FFF;
        opacity: 1;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px) !important;
    }

    .Local_Focus_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        width: 18px;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px) !important;
    }   



    .Local_Special_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
        /* margin-bottom: 30px; */
    }

    .Local_Title {
        width: 100%;
        height: 40px;
        background: url(../img/mTitle_BK.png) left center no-repeat;
        background-size: auto 40px;
        /* margin-bottom: 20px; */
    }

    .Local_Title a {
        font-size: 20px;
        line-height: 40px;
        padding-left: 10px;
        font-weight: bold;
        color: #00447E;
    }

    .Local_Special { 
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 6vw;
    }

    .Local_Special ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Local_Special li {
        width: 100%;
        padding: 4vw 0;
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #ECECEC;
    }

    .Local_Special li p {
        float: left;
        width: 30vw;
        margin-right: 4vw;
        height: auto;
    }

    .Local_Special li p img {
        width: 30vw;
        height: auto;
    }

    .Local_Special_txt {
   
        width: auto;
        height: auto;
        overflow: hidden;
    }

    .Local_Special_txt h4 {
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 22px;
        color: #333;
    
    }

    .Local_Special_txt h4 a {
        color: #333;
        max-height: 66px;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Local_Special_txt h4 a:hover {
        color: #00457D;
    }

    .Local_Special_txt h5 {
        display: none;
        width: 100%;
        height: auto;
        font-size: 14px;
        line-height: 23px;
        color: #333;
    }

    .Local_Special_txt h5 a {
        color: #333;
    }

    .Local_Travel {
        float: right;
        width: 390px;
        height: auto;
        overflow: hidden;
    }

    .Local_Travel ul {
        width: 390px;
        height: auto;
    }

    .Local_Travel li {
        width: 390px;
        height: auto;
        overflow: hidden;
        margin-bottom: 28px;
    }

    .Local_Travel li p {
        width: 390px;
        height: 220px;
        margin-bottom: 18px;
    }

    .Local_Travel li p img {
        width: 390px;
        height: 220px;
    }

    .Local_Travel li h4 {
        font-size: 24px;
        line-height: 33px;
        color: #333;
    }

    .Local_Travel li h4 a {
        color: #333;
    }

    .Local_News_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Local_News_Right {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Local_Comment_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Local_Comment_Div ul {
        margin-top: 4vw;
        width: 100%;
        height: auto;
    }

    .Local_Comment_Div li {
        width: 97%;
        padding-left: 18px;
        font-size: 16px;
        line-height: 26px;
        color: #333;
        background: url(../img/Icon_List.png) left top no-repeat;
        background-position: 0px 8px;
        margin-bottom: 4vw;
    }

    .Local_Comment_Div li a {
        color: #333;
    }

    .Local_Contact_Div {
        padding:6vw 4vw;
        width: 84vw;
        height: 58vw;
        background: url(../img/mContackus_BK.png) top center no-repeat;
        background-size: 100% auto;
        /* margin-bottom: 6vw; */
    }

    .Local_Contact_Div h4 {
        padding-left: 32px;
        height: 32px;
        font-size: 22px;
        line-height: 28px;
        font-weight: bold;
        color: #00457D;
        background: url(../img/Icon_Mail.png) left center no-repeat;
        background-position: 0 6px;
        background-size: 23px 18px;
        margin-bottom: 10px;
    }

    .Local_Contact_Div h5 {
        font-size: 18px;
        line-height: 24px;
        color: #00457D;
        margin-bottom: 8px;
    }

    .Local_Contact_Div h5 a {
        color: #00457D;
    }
    .Bottom_Map{
        width: 92vw;
        padding:4vw;
        height: auto;
        background-color: #00457E;
    }
    .Bottom_Map ul{
        width: 100%;        
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;        
    }
    .Bottom_Map li{
        width: 18vw;        
        height: 8vw;
        font-size: 16px;
        line-height: 8vw;
        text-align: center;
        color: #FFF;
        /* margin-bottom: 4vw; */
    }
    .Bottom_Map li a{
        color: #FFF;        
    }
    .Bottom_Box {
        width: 100%;
        height: auto;
        background-color: #F8F8F8;
    }

    .Bottom_Div {
        width: 100%;
    }
    .Bottom_Div img{
        width: 100%;
    }

    .Bottom_Box2 {
        width: 100%;
        height: 40px;
        background-color: #E6F0F5;
    }
  .Mobile_Footer_Box{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 12px;
  }
  .Mobile_Footer_Lanmu_Div{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #00457E;

  }
  .Mobile_Footer_Lanmu_Div ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
    padding: 0;
    padding-top: 22px;
    padding-bottom: 2px;
    /* border: 1px solid saddlebrown; */
  }
  .Mobile_Footer_Lanmu_Div li{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 20%;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 23px;
  }
  .Mobile_Footer_Lanmu_Div li a{
    color: #FFF;
  }
  .Mobile_Footer_Lang_Box{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #E6F0F5;
    height: 44px; 
  }
  .Mobile_Footer_Lang_Div{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;

  }
  .Mobile_Footer_Lang_Div span{
    float: right;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: 33px;        
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;

  }
  .Mobile_Footer_Lang_Div span a{
    color: #00457E;
  }
  .LangNow{
    color: #00457E;
  }    
  .LangNowLine{
    color: #00457E;
    text-decoration: underline;
  }
  .Mobiel_Footer_Logo_Div{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 0.36rem;
  }
  .Mobiel_Footer_Logo{
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width:40vw;
    height: auto;
    margin-top: 28px;
    margin-bottom: 18px;
  }
  .Mobiel_Footer_Logo img{
    width:40vw;
    height: auto;
  }
  .copyright {
		display: block;
		width: 100%;
		overflow: auto;
		clear: both;
		color: #999;
		text-align: center;
		font-size: 16px;
	}
    .mobileView-language,.mobileView-mobile{
    display:inline;
  } 
  .mobileView-button{
    font-size: 22px;
    border: 2px solid #5077aa;
    width: 180px;
    float: left;
    line-height: 58px;
    text-decoration: none;
    margin: 20px 7px;
    border-radius: 2px;
    text-align: center;
    font-family: "Arial";
  }
   .mvl-chinese,.mobileView-phone{
    background-color: rgb(80, 119, 170);
    color:#fff;
}
.mobileView-phone{
    background-color: rgb(80, 119, 170);
    margin-left:150px;
    width:370px;
    height:62px;
}
 .mobileView-phone img{
    margin:10px;
}
    .right-ad{
    width:100%;
    clear:both;
    margin-bottom:20px;
    overflow:auto;
    float:none;
  }
  .right-ad img{
    width:100%;
    max-width:100%;
  }
}