/* 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 {
        top:0;
        width: 70vw;
        height: 100vh;
        background: rgba(0, 112, 185, 0.95);
        position: fixed;
        z-index: 1000;
        overflow: hidden;
        /* display: none; */
    }

    .p-caidan .BT_Close {
        position: absolute;
        right: 4vw;
        top: 15px;
        width: 18px;
        height: 18px;
        z-index: 2;
    }

    .p-caidan .BT_Close img {
        width: 18px;
        height: 18px;
    }

    .p-caidan .logo {
        position: relative;
        padding: 8vw 5vw 3vw 5vw;
        width: 60vw;
        height: 22px;
        overflow: hidden;
    }

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

    .p-caidan .wenzi {
        position: relative;
        font-size: 18px;
        border-top: 1px solid #4C9BCE;
        height: 10.25vw;
        line-height: 10.25vw;
        padding-left: 5vw;
        overflow: hidden;
        /* font-family: "Times New Roman"; */
    }

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

    }

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

    .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 {
        position: relative;
        width: 100%;
        height: 36px;
        background-color: #103492;
        overflow: hidden;
    }

    .TopBar_Logo {
        float: left;
        margin-left: 4vw;
        margin-top: 10px;
        height: 16px;
    }

    .TopBar_Logo img {
        height: 16px;
    }

    .BTcaidan {
        float: right;
        margin-top: 10px;
        width: 22px;
        height: 16px;
        margin-right: 5vw;
        background: url(../img/Mobile/Icon_Menu.png) center center no-repeat;
        background-size: 22px 16px;
    }

    .TopBody_Box {
        width: 100%;
        height: auto;
        background: url(../img/Mobile/Banner_BK.jpg) top center no-repeat;
        background-size: 100% auto;
        overflow: hidden;
        margin-bottom: 2vw;
    }

    .TopBanner_Div {
        position: relative;
        height: auto;
        overflow: hidden;
    }

    .TopBanner_Div img {
        width: 100%;
    }

    /* Focus_Block */
    .Focus_Block {
        width: 100%;
        overflow: hidden;
    }

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

    .SFQ_Div {
        position: relative;
        margin: 0 auto;
        width: 92vw;
        /* padding: 4vw; */
        height: auto;
        padding-bottom: 4vw;
        margin-top: 4vw;
        overflow: hidden;
    }

    .SFQ_Swiper {
        width: 92vw;
        height: 52vw;
        overflow: hidden;
    }

    .SFQ_Swiper p {
        width: 92vw;
        height: 52vw;
        overflow: hidden;
    }

    .SFQ_Swiper p img {
        width: 92vw;
        height: 52vw;
    }

    .SFQ_Swiper h4 {
        position: absolute;
        bottom: 0;
        padding: 6px 12px;
        width: calc(92vw - 24px);
        line-height: 20px;
        font-size: 14px;
        color: #FFF;
        overflow: hidden;
        background-color: rgba(0, 149, 238, 0.7);
    }

    .SFQ_Swiper h4 a {
        color: #FFF;
    }

    .SFQ_pagination {
        left: -4vw!important;
        font-size: 8px;  
        bottom: 0.5vw!important;  
        height: 8px !important;
    }

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

    .SFQ_pagination .swiper-pagination-bullet-active {
        background-color: #0078CC;
        width: 30px;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px) !important;
    }

    .Title_Div {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 28px;
        font-size: 20px;
        line-height: 28px;
        font-weight: bold;
        color: #000;
        border-bottom: 3px solid #0078CC;
        text-transform: uppercase;
    }

    .Title_Div a {
        color: #000;
    }

    .Title_Div a:hover {
        text-decoration: none;
    }
    .Latest_Div{
        padding:4vw;
        height: auto;        
        overflow: hidden;
    }
    
    .Latest_Div .Title_Div{
        margin-bottom: 4vw;
    }

    .Latest_All {
        width: 92vw;
        height: auto;
    }

    .Latest_Block {
        float: left;
        width: 44vw;
        height: auto;
        margin-right: 2vw;
    }
    .Latest_Block:last-child{
        margin-right: 0;
    }

    .Latest_Block p {
        width: 44vw;
        height: 29vw;
    }

    .Latest_Block p img {
        width: 44vw;
        height: 29vw;
    }

    .Latest_Block h4 {
        padding: 2vw;
        width: calc(100 - 4vw);
        min-height: 66px;
        background-color: #EFEFEC;
        font-size: 16px;
        line-height: 22px;
        color: #414141;
        overflow: hidden;
    }

    .Latest_Block h4 a {
        color: #414141;
    }

    .Latest_Right {
        padding-top:4vw;
        width: 92vw;
        height: auto;
        overflow: hidden;
        
    }

    .Latest_Right ul {
        width: 92vw;
        height: auto;
    }

    .Latest_Right li {
        padding: 14px 0;
        font-size: 16px;
        line-height: 22px;
        color: #414141;
        /* height: 44px; */
        border-bottom: 1px solid #DCDCDC;
        background: url(../img/Latest_Line.png) left bottom no-repeat;
    }

    .Latest_Right li a {
        color: #414141;
    }

    .Latest_Right li:first-child {
        padding-top: 0;
    }

/* Thought_Box */
.Thought_Box {
    width: 100%;
    padding: 4vw 0 4vw 0;
    height: auto;
    background-color: #F5F5F5;
    overflow: hidden;
}

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

.Thought_Div .Title_Div {
    margin-bottom: 4vw;
}

.Thought_List {
    width: 100%;
    height: auto;
}

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

.Thought_List li {
    float: left;
    width: 44vw;
    height: auto;
    margin-right: 4vw;
    margin-bottom: 4vw;
}

.Thought_List li:nth-child(2n) {
    margin-right: 0px;
}

.Thought_List li p {
    width: 44vw;
}

.Thought_List li p img {
    width: 44vw;
}

.Thought_List li h4 {
    padding: 4vw;
    width: 36vw;
    height: 66px;
    background-color: #0077CB;
    font-size: 16px;
    line-height: 22px;
    color: #FFF;
    overflow: hidden;
}

.Thought_List li h4 a {
    color: #FFF;
}

.Thought_Top {
    background-color: #99D1F9 !important;
    color: #333 !important;
}

.Thought_Top a {
    color: #333 !important;
}

.Stories_Box {
    position: relative;
    /* width: 100vw; */
    margin: 0;
    padding:0;
    height: auto;
    background-color: #E1EEFF;
    overflow: hidden;
}

.Stories_Div {
    position: relative;
    width: 92vw;
    padding: 4vw;
    height: auto;
    overflow: hidden;
}

.Stories_Div .Title_Div {
    margin-bottom: 4vw;
}

.Stories_All {
    width: 92vw;
    height: auto;
}



.Stories_Right {    
    width: 92vw;
    height: auto;
    overflow: hidden;
}

.Stories_List {
    width: 92vw;
    height: auto;
    overflow: hidden;
}

.Stories_List ul {
    width: 92vw;
    height: auto;
}

.Stories_List li {
    position: relative;
    float: left;
    width: 44vw;
    height: 47vw;
    background: url(../img/Story_BK2.png) center center no-repeat;
    background-size: 44vw 47vw;
    overflow: hidden;
    margin-right: 2vw;
    margin-bottom: 4vw;
}

.Stories_List li:nth-child(2n) {
    margin-right: 0px;
}

.Stories_List li p {
    width: 41.5vw;
    height: 27.7vw;
    overflow: hidden;
}

.Stories_List li p img {
    width: 41.5vw;
    height: 27.7vw;
    overflow: hidden;
}

.Stories_List li em {
    position: absolute;
    right: 2.4vw;
    top: calc(27.7vw - 24px);
    width: 36px;
    height: 24px;
    background: url(../img/Story_SmallVideo.jpg) center center no-repeat;
    background-size: 36px 24px;
    z-index: 2;
    overflow: hidden;
}

.Stories_List li h4 {
    padding: 1.5vw;
    width: 37.5vw;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    height: 60px;
    overflow: hidden;
}

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

.Stories_Info {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

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

.Stories_Info li {
    padding: 12px 10px;
    font-size: 24px;
    line-height: 30px;
    color: #333;
    border-bottom: 1px solid #DCDCDC;
    background: url(../img/Latest_Line.png) left bottom no-repeat;
}

.Stories_Info li a {
    color: #333;
}

/* Quotes_Div */
.Quotes_Div {
    position: relative;
    margin: 0 auto;
    width: 92vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
    height: auto;
    /* overflow: hidden; */
}

.Quotes_Div .Title_Div {
    margin-bottom: 4vw;
}

.mQuotes_Swiper {
    width: 92vw;
    height: 57vw;
    overflow: hidden;
}

.mQuotes_Swiper ul {
    width: 92vw;
    height: 57vw;
    overflow: hidden;
}

.mQuotes_Swiper li {
    float: left;
    width: calc(44vw - 1px);
    height: 57vw;
    padding-right:2vw;
    border-right: 1px solid #A9BECA;
    overflow: hidden;
}

.mQuotes_Swiper li:nth-child(2n) {
    width: calc(44vw - 1px);
    padding-left: 2vw;
    padding-right: 0;
    border-right: 0px;
    border-left: 1px solid transparent;
}
.mQuotes_Swiper li p{
    width: 43vw;
    height: 57vw;
    overflow: hidden;
}
.mQuotes_Swiper li p img{
    width: 43vw;
    height: 57vw;
    overflow: hidden;
}
.mQuotes_BTPrev {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 17px;
    height: 23px;
    background: url(../img/Quotes_Prev.png);
    z-index: 2;
    cursor: pointer;
}

.mQuotes_BTNext {
    position: absolute;
    right: 0;
    top: 10px;
    width: 17px;
    height: 23px;
    background: url(../img/Quotes_Next.png);
    z-index: 2;
    cursor: pointer;
}

/* Vision_Box */
.Vision_Box {
    margin: 0 auto;
    width: 92vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
    /* padding: 4vw; */
    height: auto;
    overflow: hidden;
    background-color: #fff;
}

.Vision_Div {
    width: 92vw;
    height: auto;
    overflow: hidden;
}

.Vision_Div .Title_Div {
    margin-bottom: 4vw;
}

.Inspection_Div {
    position: relative;
    margin: 0 auto;
    /* padding: 4vw;     */
    margin-top: 4vw;
    margin-bottom: 4vw;
    width: 92vw;
    height: auto;
    padding-bottom: 4vw;
    overflow: hidden;
}

.Inspection_Div .Title_Div {
    margin-bottom: 4vw;
}

.mInspection_Swiper {
    position: relative;
    margin: 0 auto;
    width: 92vw;
    height: 54vw;
    overflow: hidden;
}

.mInspection_Swiper .swiper-slide {
    position: relative;
    /* padding: 4vw; */
    width: 92vw;
    height: 54vw;
    background-color: #99D1F9;
    overflow: hidden;
    border-radius: 2vw;
    box-shadow: 0 0 3px #aaa;
    opacity: 0.9;
}



.mInspection_Swiper p {
    margin: 0 auto;
    margin-top: 4vw;
    width: 84vw;
    height: 46vw;

}

.mInspection_Swiper p img {
    width: 84vw;
    height: 46vw;
}

.mInspection_Swiper h4 {
    position: absolute;
    background-color: rgba(11, 54, 108, 0.7);
    bottom: 4vw;
    left: 4vw;
    width: calc(84vw - 12px);
    padding: 6px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #FFF;
  
}

.mInspection_Swiper h4 a {
    color: #FFF;
}

.mInspection_pagination {
    font-size: 12px;
    bottom: 0 !important;
    /* width: 90px !important; */
    height: 12px !important;
}

.mInspection_pagination .swiper-pagination-bullet {
    border-radius: 3px;
    width: 6px;
    height: 6px;
    background-color: #02A0DA;
    opacity: 1;
    z-index: 2;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
}

.mInspection_pagination .swiper-pagination-bullet-active {
    background-color: #02A0DA;
    width: 30px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
}


/* Visit_Box */
.Visit_Box{
    width: 100%;
    padding-top:17vw;
    padding-bottom:10vw;
    height: 78vw;
    background: url(../img/Mobile/Visit_BK.jpg) center center no-repeat;
    background-size: 100% 100%;
    /* background-color: #F5F5F5; */
}
.Visit_Div {
    position: relative;
    margin: 0 auto;
    width: 88vw;    
    height: 78vw;    
    overflow: hidden;
}
.Visit_Div .Title_Div{
    margin-bottom:4vw;
}
.Vist_Block{
    position: relative;
    width: 88vw;
    height: auto; 
    overflow: hidden;
}

.Vistt_Item{
    float: left;
    width: 43vw;
}
.Vistt_Item p{
    width: 43vw;
    height: 43vw;
    margin-bottom: 2vw;
}
.Vistt_Item p img{
    width: 43vw;
    height: 43vw; 
}
.Vistt_Item h4{
    padding-top:2vw;
    border-top: 2px solid #0078CC;
    width: 43vw;
    font-size: 16px;
    line-height: 20px;
    color: #333;
} 
.Vistt_Item h4 a{
    color: #333;
} 
/* Letter_Div */
.Letter_Div{
    position: relative;
    margin: 0 auto;
    /* width: 92vw; */
    padding:4vw;
    /* margin-top: 4vw;
    margin-bottom: 8vw; */
    height: auto;
    background-color: #E1F0FC;
    overflow: hidden;
}
.Letter_Div .Title_Div{
    margin-bottom: 4vw;
}
.Letter_Div h4{
    background-color: #FFF;
}
/* SA_Box */
.SA_Box{
    width: 100%;    
    height: auto;
    background-color: #FFF;
    /* margin-bottom: 4vw; */
    overflow: hidden;
}
.SA_Div{
    width: 100vw;
    height: auto;
    overflow: hidden;
}
.SA_Div .Title_Div{
    margin: 0 auto;
    /* width: 92vw; */
    margin-left: 4vw;
    padding-top:4vw; 
    margin-bottom: 4vw;
}
.SA_Block{
    padding:14vw 11vw 10vw 11vw;
    width: 74vw;
    height:123vw;
   background: url(../img/Mobile/SA_BK.jpg) center center no-repeat;
   background-size: 100% 100%;

}
.SA_Left{
    width: 74vw;
    height:123vw;
    overflow: hidden;
}
.SA_Left ul{        
    width: 74vw;
    height:123vw;
    overflow-y: scroll;
}
.SA_Left li{        
    width: 70vw;
    line-height: 22px;
    font-size: 16px;
    color: #000;
    padding-top:18px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #B8B8B8;
}
.SA_Left li:first-child{
    padding-top:0px;        
}
.SA_Left li a{
    color: #000;     
}
.SA_Right{
    float: right;
    width: 530px;
    height: 780px;
    overflow: hidden;
}
.SA_Right_Title{
    position:relative;
    display: block;
    width: 100%;
    height: 120px;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    overflow: hidden;
}
.SA_Right_Title a{
    color: #000;        
}
.SA_Right_Info_Div{
    display: block;
    position: relative;
    padding:24px 20px;
    width: 484px;
    height: 590px;
    border: 1px solid #59A5BE;
}
.SA_Right_Info{
    width: 484px;
    height: 590px;
    overflow-y: scroll;
}
.SA_Right_Info p{
    width: 440px;                
}
.SA_Right_Info p img{
    width: 440px;                
}
.SA_Right_Info p{
    width: 440px;                
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-bottom: 26px;
}
  /* Say_Div */
.Say_Div{
    position: relative;
    margin: 0 auto;
    /* width: 92vw; */
    padding:4vw;
    /* margin-top: 4vw;
    margin-bottom: 8vw; */
    height: auto;
    background-color: #E1F0FC;
    overflow: hidden;
}
.Say_Div .Title_Div{
    margin-bottom: 4vw;
}
.Say_Div h4{
    background-color: #FFF;
}
/* Special_Div */
.Special_Div {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.Special_Div .Title_Div {
    margin-left: 4vw;
    padding-top:4vw; 
    margin-bottom: 4vw;
}

.Special_Block {
    position: relative;
    margin: 0 auto;
    width: 92vw;
    height: auto;
    margin-bottom: 25px;
    overflow: hidden;
}

.mSpecial_Swiper {
    margin: 0 auto;
    width: 92vw;
    height: 41vw;
    padding-bottom: 20px;
    overflow: hidden;
}

.mSpecial_Swiper .swiper-slide {
    width: 100%;
    height: auto;   

}

.mSpecial_Swiper p {
    float: left;
    width: 62vw;
    height: 41vw;
}



.mSpecial_Swiper p img {
    width: 62vw;
    height: 41vw;
}

.mSpecial_Swiper h4 {
    float: left;
    padding: 2vw;
    width: 26vw;
    height: 37vw;
    line-height: 22px;
    font-size: 16px;
    color: #FFF;
    background-color: rgba(2, 160, 218, 1);
    overflow: hidden;
}

.mSpecial_Swiper h4 a {
    color: #FFF;
}

.mSpecial_BTPrev {
    display: none;
    left: 47px;
    top: 40%;
    width: 50px;
    height: 50px;
    background: url(../img/Special_Prev.png);
    z-index: 2;
    cursor: pointer;
}

.mSpecial_BTNext {
    display: none;
    left: auto;
    right: 47px;
    top: 40%;
    width: 50px;
    height: 50px;
    background: url(../img/Special_Next.png);
    z-index: 2;
    cursor: pointer;
}

.mSpecial_pagination {
    font-size: 12px;
    bottom: 0 !important;
    /* width: 90px !important; */
    height: 12px !important;
}

.mSpecial_pagination .swiper-pagination-bullet {
    border-radius: 3px;
    width: 6px;
    height: 6px;
    background-color: #02A0DA;
    opacity: 1;
    z-index: 2;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
}

.mSpecial_pagination .swiper-pagination-bullet-active {
    background-color: #02A0DA;
    width: 30px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
}


  /* BackTop_Box */
    .BackTop_Box {
        position: relative;
        width: 100%;
        height: 30px;
        background-color: #7FBFEB;
    }

    .BackTop {
        position: absolute;
        left: calc(50% - 81px);
        top: -8px;
        width: 162px;
        height: 38px;
    }

    .BackTop img {
        width: 162px;
        height: 38px;
    }

    /* Bottom_Box */
    .Bottom_Box {
        padding: 44px 0 40px 0;
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #0C66BE;
        display: flex;
        justify-content: center;
    }

    .Bottom_Box p {
        width: 169px;
        height: 20px;
        margin-right: 20px;
    }

    .Bottom_Box p img {
        width: 169px;
        height: 20px;
    }

    .Bottom_Box h4 {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding: 0 18px;
        height: 20px;
        line-height: 20px;
        font-size: 18px;

        font-weight: bold;
        color: #FFF;
        border-left: 1px solid #FFF;
    }

    .Bottom_Box h4 a {
        color: #FFF;
    }
}