
/* 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;
}
.mCaidan {
    width: 2.8rem;
    background: rgba(224, 64, 59, 0.95);
    position: fixed;
    /* padding-bottom: 0.55rem;; */
    z-index: 1000;
    /* display: none; */
}
.mCaidan .logo {
    margin: 0.23rem 0.25rem;
}
.mCaidan .logo img {
    width: 1.32rem;
    height: 0.15rem;
}
.mCaidan .wenzi {
    font-size: 0.2rem;
    border-top: 0.02rem solid #F0A48E;
    height: 0.55rem;
    line-height: 0.55rem;
    padding-left: 0.25rem;
}
.mCaidan .WenziSmall a {
    color: #fff;
    font-size: 0.16rem!important;
}
.mCaidan .wenzi a {
    color: #FFE3B3;
    font-size: 0.2rem;
}
.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) {  
    .Opening_Box{
        display: none;
    }
    .TopBar_Box {
        width: 100%;
        height: auto;
        background: url(../img/Mobile/m_Banner20230301.jpg) center top no-repeat;
        background-size: contain;
        overflow: hidden;
    }

    .TopBar_Div {
        margin-top: calc(100vw*0.33 - 10px);
        height: auto;
    }

    .TopBar_Left_Div {
        width: 100%;
        margin-bottom: 7px;
        
    }

    .TopBanner_Swiper {
        width: 100%;
        height: calc(100vw*0.96*0.56 + 34px);
        overflow: hidden;
    }

    .TopBanner_Swiper p {
        width: 100%;
        height: calc(100vw*0.96*0.56);
    }

    .TopBanner_Swiper p img {
        width: 100%;
    }

    .TopBanner_Swiper h4 {
        width: 100%;
        height: 34px;
        background-color: #E0403B;
        overflow: hidden;
    }

    .TopBanner_Swiper h4 a {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        margin-left: 10px;
        width: 75%;
        height: 34px;
        line-height: 32px;
        font-size: 16px;
        color: #FFF;

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

    .TopBar_pagination {
        font-size: 12px;
        left: auto !important;
        right: 0 !important;
        bottom:8px !important;
        width: 90px !important;
        height: 20px !important;
    }

    .TopBar_pagination .swiper-pagination-bullet {
        border-radius: 4px;
        width: 8px;
        height: 8px;
        background-color: #DBDBDB;
        opacity: 1;
    }

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

    .TopBar_Right_Div {
        width: calc(100% - 4px);
        height: auto;
        background-color: #FFF4E0;
        box-shadow: 4px 4px #D94609;
        font-size: 20px;
    }
    .TopBar_Right_Title{
        width: 100%;
    }
    .TopBar_Right_Title img{
        width: 100%;
    }

    .TopBar_Right_Content {
        padding: 18px 26px;
        margin-bottom: 10px;
    }

    .TopBar_Right_Content h3 {
        font-size: 18px;
        line-height: 30px;
        font-weight: bold;
        color: #DF3F3B;
       /* height: 34px;	*/
    }
    .TopBar_Right_Content h3 a{

        color: #DF3F3B;

    }
    .TopBar_Right_Content h4 {
        font-size: 14px;
        line-height: 22px;
        color: #DF3F3B;
      /*  height: 55px;	*/
    }
    .TopBar_Right_Content h4 a{

        color: #DF3F3B;

    }
    .TopBar_Right_Content h5 {
        font-size: 16px;
        line-height: 22px;
        color: #BB512B;
      margin-top:15px;
        margin-bottom: 10px;
    }


    .TopBar_Right_Content h5 ul{
        list-style: none;
        height: 146px;        
    }
    .TopBar_Right_Content h5 li{
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: calc(100% - 20px);
        padding-left: 10px;
        height: auto;
        font-size: 16px;
        line-height: 28px; 
        color: #BB512B;
        background: url(../img/Part0_dot.png) left center no-repeat;       
    }
    .TopBar_Right_Content h5 li a{
        color: #BB512B;
        font-size: 16px;
        line-height: 28px;
        height: 28px;       
        
        /* text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    
    .TopBar_Right_Content h6 {
        height: 25px; 
    }



    .TopBar_Right_Content h6 a {
        float: right;
        width: 63px;
        height: 25px;        
    }
    .TopBar_Right_Content h6 a img{        
        width: 63px;
        height: 25px;        
    }

    /* Menu_Box */
    .Menu_Box {
        width: 100%;
        height: 95px;
        background-color: #E0403B;
        border-top: 1px solid #FFF;
    }

    .Menu_Div {
        height: 95px;
    }

    .Menu_Div ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 34px;
        list-style: none;
        margin-top: 29px;
    }

    .Menu_Div li {
        width: auto;
        height: 34px;
    }

    /* Part1_Box */
    .Part1_Box {
        width: 100%;
        height: auto;
        
        font-size: 12px;
        background-color: #FFF;
    }

    .Part1_Div {
        height: auto;
    }

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

    .Part1_Title_Div h3 {
        width: 100%;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        line-height: 30px;
        color: #DF3F3B;
        margin-top: 17px;
    }

    .Part1_Title_Div h3 a {
        color: #DF3F3B;
    }

    .Part1_Title_Div h4 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        color: #FF0000;
        margin-top: 15px;
        margin-bottom: 18px;
    }

    .Part1_Title_Div h4 span {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        margin-left: 15px;
        margin-right: 15px;
        width: auto;
        line-height: 22px;
        text-align: center;
        font-size: 14px;
        color: #FF0000;
    }

    .Part1_Title_Div h4 span a {
        color: #DF3F3B;
    }

    .Part1_Content_Div {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .Part1_Content_List {
        width: 100%;
       /* height: calc(100vw*0.96*0.38);	*/
        background: #447ad4 url(../img/Mobile/mPart1_BK.jpg) center center no-repeat;
        background-size: contain;
        margin-top: 2px;
    }

    .Part1_Content_List ul {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;

        list-style: none;

        color: #FFF;
    }

    .Part1_Content_List li {
        margin-left: 5%;
        width: 90%;
        height: 26px;
        line-height: 26px;
        font-size: 18px;

    }

    .Part1_Content_List li {
        padding-left: 10px;
        width: 90%;
        height: 28px;
        line-height: 28px;
        font-size: 18px;
        background: url(../img/Part1_dot.png) left center no-repeat;

    }

    .Part1_Content_List li a {
        font-size: 14px;
        line-height: 28px;
        color: #FFF;

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

    }

    .Part1_Content_List h4 {
        width: 100%;
        height: 30px;
    }

    .Part1_Content_List h4 a {
        float: right;
        margin-right: 28px;
        width: 63px;
        height: 25px;
    }

    .Part1_Content_List h4 img {
        width: 63px;
        height: 25px;
    }

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


    .Part1_Content_Swipper {
        width: 100%;
        height: calc(100vw*0.96*0.56 + 34px);
        overflow: hidden;
    }

    .Part1_Content_Swipper p {
        width: 100%;
        height: calc(100vw*0.96*0.56);
    }

    .Part1_Content_Swipper p img {
        width: 100%;        
    }

    .Part1_Content_Swipper h4 {
        width: 100%; 
        height: 34px;
        background-color: #E0403B;
        overflow: hidden;
    }

    .Part1_Content_Swipper h4 a {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;

        margin-left: 10px;
        width: 75%;
        height: 34px;
        line-height: 32px;
        font-size: 16px;
        color: #FFF;

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


    .Part1_Content_pagination {
        font-size: 12px;
        left: auto !important;
        right: 0 !important;
        bottom:8px !important;
        width: 90px !important;
        height: 20px !important;
    }

    .Part1_Content_pagination .swiper-pagination-bullet {
        border-radius: 4px;
        width: 8px;
        height: 8px;
        background-color: #DBDBDB;
        opacity: 1;
    }

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

    /* Part2_3_Box */
    .Part2_3_Box {
        width: 100%;
        /* height: 1480px; */
        /* background-image: linear-gradient(to bottom, #F9DFB0, #FFF); */
        font-size: 12px;
        overflow: hidden;
    }

    .Part_Title_Div {
        width: 100%;
    }

    .Part_Title_Div p {
        margin: 0 auto;
        width: 100%;
    }
    .Part_Title_Div p img{
     
        width: 100%;
    }

    /* Part2_Div */
    .Part2_Div {
        height: auto;
        overflow: hidden;
    }

    .Part2_Title {
        width: 100%;
        height: 80px;
        overflow: hidden;
    }

    .Part2_Title p {
        width: 100%;
    }
    .Part2_Title p img{
        width: 100%;
    }

    .Part2_Content_Info_Div {
        width: 100%;
    }

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

    .Part2_Content_BigPic {
        width: 100%;
        margin-bottom: 5px;
        overflow: hidden;
        /* height: 320px; */
    }

    .Part2_Content_BigPic p {
        float: left;
        width: calc(100vw*0.96*0.6);
        height: calc(100vw*0.96*0.6*0.56);
    }

    .Part2_Content_BigPic img {
        width: 100%;
    
    }

    .Part2_Content_BigPic h3 {
        float: left;
        display: flex;
        align-items: center;
        width: calc(100vw*0.96*0.4);
        height: calc(100vw*0.96*0.6*0.56);
        background-color: #E0403B;
        overflow: hidden;
    }

    .Part2_Content_BigPic h3 a {
        margin: 0 auto;
        width: calc(100% - 40px);
        line-height: 22px;
        font-size: 16px;
        color: #FFF;

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

    .Part2_Content_SmallBox {
        width: 280px;
    }

    .Part2_Content_SmallPic {
        width: 280px;
        height: 157px;
        margin-bottom: 6px;
        overflow: hidden;
    }

    .Part2_Content_SmallPic p {
        width: 280px;
        height: 157px;
    }

    .Part2_Content_SmallPic img {
        width: 280px;
        height: 157px;
    }

    .Part2_Content_SmallPic h3 {
        position: absolute;
        bottom: 0;
        width: 280px;
        height: 50px;
        background-image: linear-gradient(to bottom, rgba(223, 64, 59, 0), rgba(223, 64, 59, 0.9));
    }

    .Part2_Content_SmallPic h3 a {
        margin: 0 auto;
        margin-top: 20px;
        width: 90%;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
        color: #FFF;
        text-align: center;

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

    .Part2_Content_Down {
        margin-top: 6px;
        width: 100%;
        background-color: #FFF3DF;
        overflow: hidden;
    }

    .Part2_Content_Down ul {
        margin-top: 16px;
        margin-left: 16px;
        width: calc(100% - 32px);
        height: auto;
        list-style: none;
        margin-bottom: 10px;
        color: #FFF;
    }

    .Part2_Content_Down li {
        padding-left: 15px;
        width: 85%;
        height: auto;
        line-height: 22px;
        font-size: 16px;
        background: url(../img/Part2_Dot.png) left top no-repeat;

    }

    .Part2_Content_Down li a {
        font-size: 16px;
        line-height: 22px;
        color: #BB512B;
    }

    .Part2_Content_Down h4 {
        width: calc(100% - 32px);
        height: 24px;
        margin-bottom: 22px;
    }

    .Part2_Content_Down h4 a {
        float: right;
 
        width: 60px;
        height: 24px;
    }
    .Part2_Content_Down h4 a img{
        width: 60px;
        height: 24px;
    }

    .Part2_Content_Calendar_Div {
        margin-top: 9px;
        width: 100%;
        /* height: 311px; */
        background: url(../img/Part2_Right_BK.jpg) center center no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .Part2_Content_Calendar_Title {
        width: 100%;
        height: 40px;
        background: url(../img/Part2_Right_Title.jpg) center center no-repeat;
        background-size: cover;

    }

    .Part2_Content_Calendar_Title em {
        float: left;
        margin-top: 10px;
        margin-left: 10px;
        width: 22px;
        height: 20px;
        background: url(../img/Part2_Right_Icon.png) center center no-repeat;
        background-size: contain;

    }

    .Part2_Content_Calendar_Title p {
        float: left;
        margin-top: 10px;
        margin-left: 10px;
        height: 20px;
        line-height: 20px;
        font-size: 18px;
        font-weight: bold;
        color: #FFF;
    }

    .Part2_Content_Calendar_Title p a {
        color: #FFF;
    }

    .Part2_Content_Calendar_List {
        margin-top: 10px;
        margin-left: 15px;
        width: calc(100% - 30px);
        margin-bottom: 20px;
        

    }

    .Part2_Content_Calendar_List ul {
        width: 100%;
        height: 260px;
        overflow-y: auto;
        list-style: none;
        padding-right: 5px;
    }

    .Part2_Content_Calendar_List li {
        width: 100%;
        /* height: 175px; */
        border-bottom: 1px solid #0D58B1;
        margin-bottom: 8px;
        overflow: hidden;
    }

    .Part2_Content_Calendar_List li h3 {
        width: 100%;
        height: 21px;
        line-height: 21px;
        font-size: 18px;
        font-weight: bold;
        color: #0D57B1;
        margin-top: 10px;

    }

    .Part2_Content_Calendar_List li h4 {
        width: 100%;
        height: 26px;
        line-height: 20px;
        font-size: 15px;
        color: #0D57B1;
    }

    .Part2_Content_Calendar_List li h5 {
        width: 100%;
        height: 50px;
        line-height: 25px;
        font-size: 16px;
        color: #0D57B1;

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

        margin-bottom: 15px;
    }

    /* Part3_Div */
    .Part3_Div {

        overflow: hidden;
    }

    .Part3_Title {
        height: 80px;
        overflow: hidden;
    }

    .Part3_Title p {
        margin-top: 7px;
    }
    
    .Part3_Title p img{
        width: 100%;
    }

    .Part3_Content_Div {
        width: 100%;
        /* height: 598px; */
    }

    .Part3_Left {
        width: 100%;
    }

    .Part3_Right {
        width: 100%;
    }

    .Part3_Big {
        width: 100%;

        margin-bottom: 6px;
    }

    .Part3_Big p {
        width: 100%;
       
    }

    .Part3_Big img {
        width: 100%;
       
    }

    .Part3_Big h3 {
        width: 100%;
        height: 34px;
        background-color: #E0403B;
        overflow: hidden;
    }

    .Part3_Big h3 a {
        margin: 0 auto;
        width: calc(100% - 20px);
        height: 34px;
        line-height: 34px;
        font-size: 16px;
        color: #FFF;
        text-align: center;

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

    }

    .Part3_L2 {
        margin-top: 6px;
    }

    .Part3_R1 {
        height: 192px;
        margin-bottom: 6px;
    }

    .Part3_Word {

        width: calc(100vw*0.96*0.53);
        height: calc(100vw*0.96*0.47*0.56);
        background-color: #457AD4;
    }

    .Part3_Word h3 {
        margin: 0 auto;
        margin-top: 22px;
        width: calc(100% - 30px);
        height: 62px;
        border-bottom: 1px solid #FFF;
    }

    .Part3_Word h3 a {
        font-size: 15px;
        line-height: 24px;
        height: 48px;
        color: #FFF;
        width: 100%;
        /* text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Part3_Pic {

        width: calc(100vw*0.96*0.47);
        height: calc(100vw*0.96*0.47*0.56);
    }

    .Part3_Pic p {
        width: calc(100vw*0.96*0.47);

    }

    .Part3_Pic img {
        width: 100%;
    }

    /* Part4_5_Box */
    .Part4_5_Box {
        width: 100%;
        /* height: 1333px; */        
        font-size: 12px;
        overflow: hidden;
    }

    /* Part4_Div */
    .Part4_Div {
        overflow: hidden;
    }

    .Part4_Title {
        height: 87px;
        overflow: hidden;
    }

    .Part4_Title p {
        margin-top: 8px;
    }

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

    .Part4_List_Div ul {
        display: block;      
        position: relative;
        width: 100%;       
        
        /* overflow: hidden; */
    }

    .Part4_List_Div li {
        display: block;
        width: 100%; 
        height: auto;
        
        overflow: hidden;
        
    }



    .Part4_L1 {
        width: 100%; 
        /*居中文字*/
        text-align: center;
        background-color: #0D58B1;

    }

    #Part4_1 {
        background-color: #0D58B1;
    }

    #Part4_2 {
        background-color: #E0403B;
    }

    #Part4_3 {
        background-color: #457AD4;
    }

    #Part4_4 {
        background-color: #E46037;
    }

    #Part4_5 {
        background-color: #DEA238;
    }

    .Part4_L1 a,.Part4_L1 span {
        width: 100%;
        height: 50px;

        /*居中文字*/
        text-align: center;
        color: #FFF;
        font-size: 22px;
        line-height: 50px;

    }

    .Part4_L1 a:hover,.Part4_L1 span:hover {
        color: #FFF;
        text-decoration: none;
    }

    .Part4_L2 {
        /* display: none; */
        display: inline-block;
        width: 100%;
        overflow: hidden;
    }

    .Part4_L2_PicBox {
        width: 100%;
        height: calc(100vw*0.96*0.56);
        overflow: hidden;
    }

    .Part4_L2_PicBox p {
        width: 100%;
        height: calc(100vw*0.96*0.56);
    }

    .Part4_L2_PicBox p img {
        width: 100%;
    }

    .Part4_L2_PicBox h4 {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 37px;
        background-color: rgba(230, 42, 42, 0.7);
        overflow: hidden;
    }

    .Part4_L2_PicBox h4 a {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;

        width: calc(100% - 20px);
        margin-left: 10px;
        height: 37px;
        line-height: 37px;
        font-size: 15px;
        color: #FFF;

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

    }

    .Part4_L2_ListBox {
        width: 100%;
        padding-top: 14px;
        padding-bottom: 14px;        
    }

    .Part4_L2_ListBoxLI {
        width: 100%;
        height: 25px;
        overflow: hidden;
    }

    .Part4_L2_ListBoxLI a {
        font-size: 16px;
        height: 25px;
        line-height: 25px;
        color: #333;


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

    .Part4_L2_ListBoxLI a:hover {

        color: #D76100;
        /* text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    /* Part5_Div */
    .Part5_Div {
        height: 457px;
    }

    .Part5_Title {
        height: 77px;
        overflow: hidden;
    }

    .Part5_Title p {
        margin-top: 0px;
        overflow: hidden;
    }

    .Part5_swiper {
        width: 100%;
       /* 	height: 380px;*/
        overflow: hidden;
    }

    .Part5_swiper .swiper-slide {
        width: 100%;
       /* height: 370px;	*/
        overflow: hidden;

    }

    .Part5_swiper p {
        width: 393px;
        height: 222px;	
    }

    .Part5_swiper p img {
        width: 393px;
        height: 222px;
    }

    .Part5_swiper .Part5_WordBlock {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 0;
        background-color: #FFF4E0;
        padding: 17px 14px ;
        width: calc(100% - 28px);
        /* height: 150px; */
    }
    .Part5_swiper em {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;

        width: 100%;
        height: 32px;
        overflow: hidden;

        border-bottom: 1px solid #BB512B;
    }
    .Part5_swiper h4 {
        float: left;
        margin-right: 20px;
        width: auto;

        /*height: 32px;	*/
        line-height: 30px;
        font-size: 22px;
        font-weight: bold;
        color: #BB512B;
    }

    .Part5_swiper a:hover h4 {
        color: #BB512B;
        text-decoration: underline;
    }

    .Part5_swiper h5 {
        float: left;
        width: auto;
        margin-top: 4px;
       /* height: 30px;	*/
        line-height: 30px;
        font-size: 16px;
        color: #BB512B;
        
    }

    .Part5_swiper a:hover h5 {
        color: #BB512B;
        text-decoration: underline;
    }

    .Part5_swiper h6 {
        margin-top: 10px;
        width: 100%;
        height: 60px;
        line-height: 20px;
        font-size: 14px;
        color: #BB512B;
        margin-bottom: 5px;


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

    .Part5_swiper a:hover h6 {
        color: #BB512B;
        text-decoration: underline;
    }

    .Part5_BTPrev {
        position: absolute;
        left: 0px;
        top: 37%;
        width: 42px;
        height: 42px;
        background: url(../img/Part5_Prev.png);
        background-size: 42px 42px;
        z-index: 2;
        cursor: pointer;
    }

    .Part5_BTPrev:hover {
        background: url(../img/Part5_Prev_on.png);
        background-size: 42px 42px;
    }

    .Part5_BTNext {
        position: absolute;
        right: 0px;
        top: 37%;
        width: 42px;
        height: 42px;
        
        background: url(../img/Part5_Next.png);
        background-size: 42px 42px;
        z-index: 2;
        cursor: pointer;
    }

    .Part5_BTNext:hover {
        background: url(../img/Part5_Next_on.png);
        background-size: 42px 42px;
    }
    /* Part6_Box */
    .Part6_Box{
        width: 100%;        
        margin-bottom: 10px;        
        overflow: hidden;        
    }
    .Part6_Div{        
        overflow: hidden;
    }
    .Part6_Title{
        height: 78px;
        overflow: hidden;
    }
    .Part6_Title p{
        overflow: hidden;
    } 
    .Part6_Content_Div{
        width: 100%;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .Part6_small{
        width: calc(100vw*0.96*0.33);
        height: calc(100vw*0.96*0.33*2);
    }

    .Part6_Pic{
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: calc(100vw*0.96*0.33);
        height: calc(100vw*0.96*0.33);
    }
    .Part6_Pic p{
        width: calc(100vw*0.96*0.33);
        height: calc(100vw*0.96*0.33);
    }
    .Part6_Pic img{
        width: 100%;

    }
    .Part6_Pic em{
        display: block;
        position: absolute;
        margin: 0;
        padding: 0;
        top:0;
        right: 7px;
        background: url(../img/Part5_Arrow1.png) center center no-repeat;
        background-size: 14px 14px;
        width: 14px;
        height: 14px;
    }

    .Part6_big{
        width: calc(100vw*0.96*0.66);
        height: calc(100vw*0.96*0.66);
   
    }
    .Part6_big p{
        width: calc(100vw*0.96*0.66);
        height: calc(100vw*0.96*0.66);  
    }
    .Part6_big img{
        width:100%;        
    }

    
    .Part6_big em{
        display: block;
        position: absolute;
        bottom: 0;
        width:100%; 
        height: 120px;  
        margin: 0;
        padding: 0;
        font-size: 12px;
        background-image: linear-gradient(to bottom, rgba(224,64,59,0),rgba(224,64,59,1));     
        overflow: hidden;
    }

    .Part6_big h4{        
        margin: 0 auto;
        margin-top: 53px;
        width:calc(100% - 40px);
        height: 26px;
        line-height: 20px;       
        font-size: 16px;
        font-weight: bold;
        color: #FFF;
    }
    .Part6_big a h4{        
        color: #FFF;       
    }
    .Part6_big a:hover h4{        
        color: #FFF;  
        text-decoration: underline;     
    }
    .Part6_big a h5{        
        color: #FFF;

    }
    .Part6_big a:hover h5{        
        color: #FFF;  
        text-decoration: underline;     
    }
    .Part6_big h5{        
        margin: 0 auto;
        width:calc(100% - 40px);
        line-height: 20px;       
        font-size:14px;
        color: #FFF;

        
        /* text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .Part6_Word{
        width: calc(100vw*0.96*0.33);
        height: calc(100vw*0.96*0.33);
        background-color: #E0403B;
        overflow: hidden;
    }
    .Part6_Word h3{
        margin: 0 auto;
        margin-top: 14px;
        width: calc(100% - 24px);
        height: 24px;
        line-height: 20px;
        font-size: 16px;
        font-weight: bold;
        color: #FFF;       
    }
    .Part6_Word a:hover h3{        
        color: #FFF;
        text-decoration: underline; 
    }
    .Part6_Word a:hover h4{        
        color: #FFF; 
        text-decoration: underline; 
    }
    .Part6_Word h4{
        margin: 0 auto;
        width: calc(100% - 24px);
        height: 72px;
        line-height: 17px;
        font-size: 12px;
        color: #FFF; 
        border-bottom: 1px solid #FCB653;   
        
        /* text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    /* Part7_Box */
    .Part7_Box{
        width: 100%;
        /* height: 670px; */
        overflow: hidden;        
    }

    .Part7_Div{    
        overflow: hidden;
    }
    .Part7_Title{
        height: 88px;
        overflow: hidden;
    }
    .Part7_Title p{
        overflow: hidden;
    } 
    .Part7_List_Div{
        margin: 0 auto;
        width: 349px;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .Part7_List_Div ul{        
        width: 349px;      
        list-style: none;

    }
    .Part7_List_Div li{
        float: left;        
        width: 95px;
        height: 33px;
        margin-right: 32px;
        margin-bottom: 14px;        
    }
    .Part7_List_Div li:nth-child(3n){ 
        margin-right: 0px;       
    }
    .Part7_List_Div li img{
        width: 95px;
        height: 33px;        
    }


    
    /* BackToTop */
    .BackToTop_Div {
        position: relative;
        display: block;
        margin: 0 auto;
        padding: 0;
        bottom: 0;
        width: 100%;
        height: 30px;
        background-color: #DF403C;
    }


    .BackToTop_Div  a{
        position: relative;
        display: block;
        padding: 0;
        bottom: 0;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #FFF;
    }
    /* Bottom_Box */
    .Bottom_Box {
        position: relative;
        display: block;
        width: 100%;
        font-size: 12px;
        background-color: #F6F6F6;
    }
    .Bottom_div {
        position: relative;
        display: block;
        padding: 0;
      
        overflow: hidden;
    }
    .BottomInfo_Div{
        width: 100%;
        position: relative;
        height: 96px;
    }

    .BottomInfo_Div p a{
        margin: 0 auto;
        padding: 0;
        position: relative;
        display: block; 
        margin-top: 26px;
        width: 131px;
        height: 25px;       
    }
    .BottomInfo_Div p img {
        width: 131px;
        height: 25px;
    }
  .back,.foot,.footwo{display:none;}
}