/* Mobile */
@media (max-width:600px) {

    .Main_Box{
        display: none;
    }
        
     /* 菜单部分 */
     .caidan {
        width: 0.32rem;
        height: 0.23rem;
        background: url("../img/Mobile/icon.png") no-repeat;
        background-size: 0.32rem 0.23rem;
        position: absolute;
        margin-right: 4%;
        top: 0.13rem;
        right: 0;
        cursor: pointer;
    }
    .p-caidan {

        width: 60vw;
        background: rgba(255, 99, 68, 0.95);
        position: fixed;
        z-index: 1000;
        /* display: none; */
    }
    .p-caidan .BT_Close {
        position: absolute;
        right: 15px;
        top:15px;
        width: 18px;
        height: 18px;
        z-index: 2;
    }
    .p-caidan .BT_Close img {
        width: 18px;
        height: 18px;
    }
    .p-caidan .logo {
        margin: 3vw 5vw;
    }

    .p-caidan .logo img {
        width: 111px;
        height: 22px;
    }

    .p-caidan .wenzi {
        font-size: 16px;
        border-top: 1px solid #FF917C;
        height: 10.25vw;
        line-height: 10.25vw;
        padding-left: 5vw;
    }

    .p-caidan .WenziSmall a {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
    }

    .p-caidan .wenzi a {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
    }
    .TopMenuBox {
        position: relative;
        display: block;
        width: 100%;
        background-color: #004073;
        height: 0.48rem;
    }
    .TopMenuDiv {
        height: 0.48rem;
    }
    .TopMenuLogo {
        float: left;
        width: 1.86rem;
        height: 0.18rem;
        margin-top: 0.15rem;
        /* 右侧白线 */
        /* border-right: 1px solid #fff; */
    }
    .TopMenuLogo img {
        width: 1.71rem;
        height: 0.18rem;
    }
    .TopBar_txt {
        float: left;
        margin-top: 0.15rem;
        margin-left: 0.15rem;
        height: 0.18rem;
        line-height: 0.18rem;
        font-size: 0.18rem;
        color: #FFF;
    }
    .TopBar_txt a {
        height: 0.18rem;
        line-height: 0.18rem;
        font-size: 0.18rem;
        color: #FFF;
    }
    }
    


@media (max-width:600px) {
    .TopBar_Box{
        width: 100%;
        height: auto;
        background: url(../img/Mobile/Banner.jpg) top center no-repeat;
        background-size: 100% auto;
        background-color: #FFF;
        overflow: hidden;
    }
    .TopBar_Div{
        height: 40vw;        
    }
    .TopBar_Div img{        
        width: 100%;
        height: 40vw;
    }
    .TopFocus_Div{
        height: auto;
        margin-bottom: 8vw;
        overflow: hidden;
    }
    .TopFocus_Block_Left{
        float: left;
    }
    .TopFocus_Block_Right{
        float: right;
    }
    .TopFocus_Block{
        width: 44vw;        
        overflow: hidden;
    }
    .TopFocus_Block p{
        width: 44vw;
        overflow: hidden;
        margin-bottom: 2vw;
    }
    .TopFocus_Block p img,.TopFocus_Block img{
        width: 44vw;
      max-width:100%;
    }
    .TopFocus_Block h4{
        width: 44vw;
        height: auto;
        font-size: 4vw;
        line-height: 6vw;        
        font-weight: bold;
        color: #333;
    }
    .TopFocus_Block h4 a{
        color: #333;
    }
    .TopFocus_Mid{
        width: 92vw;
        height: auto;
        margin-bottom: 4vw;
        overflow: hidden;
    }
    .TopFocus_Mid p{
        width: 92vw;
        margin-bottom: 2vw;
        overflow: hidden;
    }
    .TopFocus_Mid p img{
        width: 92vw;
      max-width:100%;
    }
    .TopFocus_Mid h4{        
        width: 92vw;
        height: auto;
        color: #333;
        overflow: hidden;
    }
    .TopFocus_Mid h4 a{
        font-size: 6vw;
        font-weight: bold;
        line-height: 8vw;
        color: #333;        
    }

    .Writer_Div{
        height: auto;
        overflow: hidden;
        margin-bottom: 75px;
    }
    .Writer_Title{
        width:fit-content;
        width:-webkit-fit-content;
        width:-moz-fit-content;
        height: 9vw;
        font-size: 5vw;
        line-height: 7vw;
        color: #000;
        background: url(../img/Title_BK.jpg) left bottom no-repeat;
        background-size: 100% auto;
        /* margin-bottom: 45px; */
        font-weight: bold;
        text-transform: uppercase;
    }
    .Writer_Title a{
        color: #000;        
    }
    .Writer_Title a:hover{
        color: #000;    
        text-decoration: none;    
    }

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

    .Writer_List ul{
        width: 100%;
        height: auto;
    }

    .Writer_List li{

        padding-top: 8vw;
        width: 92vw;
        height: 30vw;
        overflow: hidden;
        margin-bottom: 4vw;
    }
    .Writer_List li:nth-child(2n){
        float: right;        
    }
    .Writer_List li p{
        float: left;        
        width: 44vw;
        height: 30vw;
        overflow: hidden;
    }
    .Writer_List li p img{           
        width: 44vw;
        height: 30vw;      
    }
    .Writer_Txt{
        float: left;        
        padding: 2vw;
        width: 44vw;
        height: 26vw;
        background-color: #F1F1F1;
        /* overflow: hidden; */
    }
    .Writer_Txt h6{
        width: 22vw;
        height: 10vw;
        font-size: 3.4vw;
        line-height: 5vw;
        height: 10vw;
        color: #333;
        margin-bottom: 1vw;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;        
    }
    .Writer_Txt h6 a{
        color: #333;        
    }
    .Writer_Txt h4{
        height: 147px;
        font-size: 4.2vw;
        line-height: 5vw;
        font-weight: bold;
        height: 18vw;
        color: #333;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;        
    }
    .Writer_Txt h4 a{
        color: #333;        
    }
    .Writer_Txt h5{
        position: absolute;
        top:-8vw;
        right: 0;
        width: 22vw;
        height: 22vw;       
        overflow: hidden;
        z-index: 2;
    }
    .Writer_Txt h5 img{
        width: 22vw;
        height: 22vw;               
    }
.more {
    width:92vw;
    margin: 0 auto;
    margin-top:5vw;
    height:10vw;
    line-height:10vw;
    text-align: center;
    background-color: #4b7cb4;
    font-size:6vw;
    color: #fff;
    cursor: pointer;
}
  /* Bottom_Box */
    .Bottom_Box {
        margin: 0 auto;
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: 686px;
        background: url(../img/Bottom_BK.jpg) center center no-repeat;
        overflow: hidden;
    }

    .Bottom_Div {        
        padding:4vw;        
        height: auto;
        background-color: #F0F0F0;
        overflow: hidden;
    }

    .Bottom_Map_Div {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .Bottom_Logo {
        width: 197px;
        height: 22px;
        margin-bottom: 30px;
    }

    .Bottom_Logo img {
        width: 197px;
        height: 22px;
    }
    .Bottom_Lang{
        width: 100%;
        height: 27px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .Bottom_Lang h4{
        display:inline-block;
        width: 76px;
        height: 25px;
        border: 1px solid #4D76AD;
        line-height: 25px;
        text-align: center;
        font-size: 14px;
        color: #003E85;
        background-color: #FFF;
        overflow: hidden;
        margin-right: 5px;
    }
    .Bottom_Lang h4 a{
        color: #003E85;        
    }
    .Bottom_Lang h5{
        display:inline-block;
        width: 76px;
        height: 25px;
        border: 1px solid #4D76AD;
        line-height: 25px;
        text-align: center;
        font-size: 14px;
        color: #FFF;
        background-color: #1D3F6C;
        overflow: hidden;
    }
    .Bottom_Lang h5 a{
        color: #FFF;        
    }


    .Bottom_Lang h6{
        float: right;
        display:inline-block;
        width: 156px;
        height: 25px;
        border: 1px solid #4D76AD;
        line-height: 25px;
        text-align: center;
        font-size: 14px;
        color: #FFF;
        background-color: #1D3F6C;
        overflow: hidden;
        text-indent: 20px;
    }

    .Bottom_Lang h6::before{
        content: "";
        position: absolute;
        left: 40px;
        top:5px;
        width: 15px;
        height: 13px;
       background: url(../img/Mobile/Icon_DeskTop.png) center center no-repeat;
       background-size: 15px 13px;
        color: #FFF;        
    }
    .Bottom_copy {
        margin-top: 5px;  
        line-height: 19px;
        font-size: 12px;
        color: #333;
        font-family: "Roboto Light";
        overflow: hidden;
    }

}