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

    /* 菜单部分 */
    .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 {
        display: none;
        width: 60vw;
        height: 100vh;
        background: rgba(255, 106, 91, 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 {
        /* height: 7.8vw; */
        margin-top: 1.9vw;
        margin-bottom: 1.9vw;
        margin-left: 4vw;
    }

    .p-caidan .logo img {

        width: 34vw;
        height: 4vw;
    }

    .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;
    }



    .TopBar_Box {
        width: 100vw;
        height: 7.8vw;
        background-color: #F5492D;
        overflow: hidden;
        z-index: 1;
    }

    .Top_Menu {
        position: absolute;
        top: 2.8vw;
        right: 4vw;
        width: 10vw;
        height: 10vw;
        background: url(../img/Mobile/Icon_Menu.png) center center no-repeat;
        background-size: 10vw;
        z-index: 2;
    }

    .TopBar_Div {
        height: 7.8vw;
    }

    .TopBar_Left {
        margin-top: 1.9vw;
        width: 34vw;
        height: 4vw;
    }

    .TopBar_Left img {
        width: 34vw;
        height: 4vw;
    }

    .Main_Box {
        width: 100vw;
        height: auto;
        background: url(../img/banner20260630en_mo02.jpg) top center no-repeat;
        background-size: 100vw auto;
        overflow: hidden;
    }

    .Banner_Div {
        width: 100vw;
        height: 49vw;
        overflow: hidden;
    }

    .Banner_Div img {
        width: 100vw;
        height: 49vw;
    }

    .Focus_Div {
        width: 92vw;
        height: auto;
        margin-bottom: 6vw;
    }

    .Focus_Block {
        width: 92vw;
        margin-bottom: 4vw;
        overflow: hidden;
    }

    .Focus_Swiper {
        width: 92vw;
        height: auto;
        margin-bottom: 4vw;
        overflow: hidden;
    }

    .Focus_Swiper p {
        width: 92vw;
        height: 61vw;
        overflow: hidden;
        margin-bottom: 6vw;
    }

    .Focus_Swiper p img {
        width: 92vw;
        height: 61vw;
    }

    .Focus_Swiper h4 {
  
        width: 100%;
        font-size: 4.6vw;
        line-height: 6vw;
        height: 12vw;
        font-family: "Roboto Medium";
        color: #843400;
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Focus_Swiper h4 a {
        color: #843400;
    }

    .Focus_pagination {
        font-size: 12px;
        bottom: 13vw !important;
        height: 15px !important;
    }

    .Focus_pagination .swiper-pagination-bullet {
        border-radius: 1vw;
        width: 2vw;
        height: 2vw;
        background-color: #FC6D4E;
        opacity: 1;
    }

    .Focus_pagination .swiper-pagination-bullet-active {
        background-color: #FF4E00;
        width: 8vw;
    }

    .Focus_Pic {
        width: 92vw;
        height: auto;
        display: flex;
        overflow: hidden;
        margin-bottom: 4vw  ;
    }

    .Focus_Pic p {
        width: 38vw;
        height: 50vw;
        background-color: #EB5636;        
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Focus_Pic p img {
        width: 38vw;
        height: 50vw;
    }

    .Focus_Pic h4 {
        width: 46vw;
        padding: 4vw;
        font-size: 5vw;
        line-height: 6vw;
        background-color: #EB5636;
        height: 30vw;
        font-weight: bold;
        color: #FFF;
        margin-top: 2vw;

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

    .Focus_Pic h4 a {
        color: #FFF;
    }

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

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

    .Focus_Txt_List li {
        padding: 4vw 0;
        background: url(../img/Focus_Line.png) bottom center repeat-x;

        width: 100%;
        height: auto;
        font-size: 4vw;
        line-height: 5vw;
        color: #843400;
        font-family: "Roboto Medium";
    }

    .Focus_Txt_List li a {
        color: #843400;
    }

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

    .Focus_Txt_List li:last-child {
        padding-bottom: 0;
        background: none;
    }
    .Focus_More{
        display: none;
    }
    .Part1_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 6vw;
    }

    .Title_Div {
        width: 100%;
        height: 17vw;
        margin-bottom: 4vw;
    }

    .Title_Div img {
        margin: 0 auto;
        height: 17vw;
    }

    .Part1_Block {        
        width: 92vw;
        height: auto;
        overflow: hidden;  
        margin-bottom: 4vw;      
    }

    .Part1_Item {
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Part1_Item p {
        float: left;
        width: 46vw;        
        overflow: hidden;
    }

    .Part1_Item p img {
        width: 46vw; 
        height: 31vw;
    }

    .Part1_Item h4 {
        float: right;
        width: 42vw;        
        font-size: 4.5vw;
        line-height: 6vw;
        height: 30vw;
        color: #843400;
        font-family: "Roboto Medium";
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;

    }

    .Part1_Item h4 a {
        color: #843400;
    }

    .Part1_Item2 {
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Part1_Item2 p {
        float: left;
        width: 46vw;        
        overflow: hidden;
    }

    .Part1_Item2 p img {
        width: 46vw;  
        height: 31vw;
    }

    .Part1_Item2 h4 {
        float: right;
        width: 42vw;        
        font-size: 4.5vw;
        line-height: 6vw;
        height: 30vw;
        color: #843400;
        font-family: "Roboto Medium";
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .Part1_Item2 h4 a {
        color: #843400;
    }

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

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

    .Part1_List li {
        padding: 4vw 0;
        background: url(../img/Focus_Line.png) bottom center repeat-x;

        width: 100%;
        height: auto;
        font-size: 4vw;
        line-height: 5vw;
        color: #843400;
        font-family: "Roboto Medium";
    }

    .Part1_List li a {
        color: #843400;
    }

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

    .Part1_List li:last-child {
        padding-bottom: 0;
        background: none;
    }

    /* Part2_Box */
    .Part2_Box {
 
        width: 100vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

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

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

    .Part2_Pic {
        width: 92vw;
        overflow: hidden;
    }

    .Part2_Pic p {
        width: 92vw;
        height: 62vw;
        overflow: hidden;
    }

    .Part2_Pic p img {
        width: 92vw;
        height: 62vw;
    }

    .Part2_Pic_Info {
        position: absolute;
        bottom: 0;
        padding: 2vw;
    }

    .Part2_Pic_Info h6 {
        padding-left: 7vw;
        height: 4vw;
        background: url(../img/Icon_Video_Play.png) left center no-repeat;
        background-size: 4vw;
        font-size: 3vw;
        line-height: 4vw;
        font-weight: bold;
        color: #FFF;
    }

    .Part2_Txt {
        margin-top: 4vw;
        width: 92vw;
        height: auto;
        margin-bottom: 4vw;
        overflow: hidden;
    }

    .Part2_Txt h4 {
        font-size: 4vw;
        line-height: 6vw;
        font-weight: bold;
        color: #843400;
    }

    .Part2_Txt h4 a {
        color: #843400;
    }

    .Part2_Txt h5 {
        display: none;
        font-size: 24px;
        line-height: 30px;
        color: #FFFDE3;
    }

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

    .Part2_List ul {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .Part2_List li {
        width: 44vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Part2_Video {
        width: 44vw;
        height: 25vw;
        overflow: hidden;
        margin-bottom: 2vw;
    }

    .Part2_Video p {
        width: 44vw;
        height: 25vw;
        overflow: hidden;

    }

    .Part2_Video p img {
        width: 44vw;
        height: 25vw;
    }

    .Part2_Video_Info {
        position: absolute;
        bottom: 0;
        padding: 2vw;
        width: calc(100% - 2vw);
        height: 3vw;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
        overflow: hidden;
    }

    .Part2_Video_Info h6 {
        padding-left: 6vw;
        height: 3vw;
        background: url(../img/Icon_Video_Play.png) left center no-repeat;
        background-size: 3vw;

        font-size: 2.4vw;
        font-weight: bold;
        color: #FFF;
        line-height: 3vw;
        overflow: hidden;
    }

    .Part2_List li h4 {
        font-size: 4vw;
        line-height: 6vw;
        color: #843400;
        height: 12vw;

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

    .Part2_List li h4 a {
        color: #843400;
    }

    .Par3_Div {
        margin-bottom: 6vw;
        overflow: hidden;
    }

    .Part3_Block {
        width: 100%;
        height: auto;

        overflow: hidden;
    }

    .Part3_Item {
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Part3_Item p {
        float: left;
        width: 46vw;
        height: 31vw;
        overflow: hidden;
    }

    .Part3_Item p img {
        width: 46vw;
        height: 31vw;
    }

    .Part3_Item h4 {
        float: right;
        width: 42vw;
        height: 30vw;
        /* background-color: #EB5636; */

        font-size: 4.5vw;
        line-height: 6vw;
        font-weight: bold;
        color: #792C1D;

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

    .Part3_Item h4 a {
        color: #792C1D;
    }


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

    .Part3_List ul {
        width: 92vw;

        overflow: hidden;
    }

    .Part3_List li {
        padding: 4vw;        
        height: auto;
        background-color: #EB5636;
        overflow: hidden;
        font-size: 4vw;
        /* font-weight: bold; */
        color: #FFFDE3;
        line-height: 6vw;
        margin-bottom: 2vw;
        
    }

    .Part3_List li a {
        color: #FFFDE3;
    }

    .Part3_List_li {
        background-color: #E39B00 !important;
    }

    .Part3_List_li a {
        color: #F5F5F5 !important;
    }

    .Part4_Div {
        height: auto;
        /* overflow: hidden; */
        margin-bottom: 12vw;
    }

    .Part4_Big{
        width: 92vw;
        margin-bottom: 0;
        border-bottom: 1px solid #FFF;
    }
    .Part4_Big p{
        width: 92vw;
    }
    .Part4_Big p img{
        width: 92vw;        
    }
    .Part4_Big h4{
        padding: 4vw;        
        height: auto;
        background-color: #EB5636;
        overflow: hidden;
        font-size: 3.4vw;
        font-weight: bold;
        color: #FFFDE3;
        line-height: 4.5vw;
    }
    .Part4_Big h4 a{
        color: #FFFDE3;
    }
    .Part4_List{
        height: auto;
        display: flex;
        justify-content: space-between;
    }
    .Part4_Item{
        width: calc(46vw - 1px);
        height: auto;
        overflow: hidden;
    }
    .Part4_Item p{
        width: 46vw;
        height: auto;
        overflow: hidden;
    }
    .Part4_Item p img{
        width: 46vw;
    }
    .Part4_Item h4{
        padding: 2vw 4vw;
        width: 38vw;
        height: 22vw;
        background-color: #EB5636;
        font-size: 3.4vw;
        font-weight: bold;
        color: #FFFDE3;
        line-height: 4.5vw;

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

    .Part4_Item h4 a{
        color: #FFFDE3;
    }
    .Part4_Item2{
        width: 46vw;
    }
    .Part4_Item2 h4{
        background-color: #E39B00;
    }

    .BackTop_Div{
        width: 100vw;        
    }
    .BackTop_Div img{
        width: 100vw;        
        height: auto;
    }
    .Bottom_Div {
        width:100vw;
        padding: 12.5vw 0;
        height: auto;
        background-color: #F5492D;
        overflow: hidden;
    }

    .Bottom_Div p {
        margin: 0 auto;
        width: 56vw;
        height: auto;
        margin-bottom: 10vw;
    }
    .Bottom_Div p img{        
        width: 56vw;        
    }
    .Bottom_Menu{
        margin: 0 auto;
        width: 84vw;
        height: auto;
        overflow: hidden;
        display: flex;
        justify-content: space-between;

    }
    .Bottom_Menu h4 {
        font-size: 5vw;
        line-height: 6vw;
        font-weight: bold;
        text-align: center;
        color: #FFF;
        text-transform: uppercase;
        font-family: "微软雅黑";
    }
    .Bottom_Menu h4  a{
        color: #FFF;
    }

}