    /* 菜单部分 */
    @media (max-width:600px) {

        .BTcaidan {
            float: right;
            position: absolute;
            width: 5.64vw;
            height: 4.1vw;
            background: url("../img/Mobile/icon.png") no-repeat;
            background-size: 5.64vw 4.1vw;

            margin-right: 4vw;
            top: 2.82vw;
            cursor: pointer;
            right: 0;
        }

        .mCaidan {
            position: fixed;
            width: 60vw;
            height: 90vh;
            background: linear-gradient(to bottom,
                    rgba(178,33, 50, 0.95) 0%,
                    rgba(178,33, 50, 0.95) 70%,
                    rgba(178,33, 50, 0.95) 70%,
                    rgba(178,33, 50, 0) 100%);
            z-index: 100;
        }

        .mCaidan .logo {
            margin: 4.36vw 6.4vw;
        }

        .mCaidan .logo img {
            width: 32.05vw;

        }

        .mCaidan .wenzi {
            font-size: 5.2vw;
            border-top: 1px solid rgba(255, 255, 255, 0.5);
            /* height: 10vw; */
            padding-top: 2vw;
            padding-bottom: 2vw;
            line-height: 6vw;
            padding-left: 6.4vw;
            text-transform: uppercase;
            font-family: "Roboto";
        }

        .mCaidan .wenzi:hover {
            background-color: #F9A463;
        }

        .mCaidan .WenziSmall a {
            color: #fff;
            font-size: 4vw !important;
        }

        .mCaidan .wenzi a {
            color: #fff;
            font-size: 4.6vw;
        }


        .TopBar_Box {
            position: relative;
            display: block;
            width: 100%;
            background-color: #B02132;
            height: 0.48rem;
        }

        .TopBar_Div {
            width: 100%;
            height: 9.4vw;
            background-color: #B02132;
        }

        .TopBar_Logo {
            float: left;
            width: 30.51vw;
            margin-top: 3vw;
            margin-left: 3vw;

        }

        .TopBar_Logo img {
            width: 30.51vw;
        }

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


    /* Mobile */
    @media (max-width:600px) {
        .PC {
            display: none;
        }

        .Mobile {
            display: block;
        }



        .TopBar_Box {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
            height: 44px;
            background-color: #00366E;
            overflow: hidden;
        }


        .TopBanner_Box {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
            height: auto;
            background-color: #F38251;

        }

        .TopBanner_Div {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
        }

        .TopBanner_Div img {
            width: 100%;

        }

        .Part1_Banner {
            width: 100%;
            height: 31vw;
            overflow: hidden;
        }

        .Part1_Banner img {
            width: 100vw;
            height: 31vw;
            overflow: hidden;
        }

        .Part1_Box {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
            height: auto;
            background: url(../img/Mobile/Bk.jpg) top center no-repeat;
            background-color: #FFF8E5;
            background-size: 100% auto;
            /* padding-bottom: 4vw; */
            overflow: hidden;

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

        .Part1_Top_Div {
            display: block;
            position: relative;            
            padding: 0;
            width: 100%;
            height: auto;
        }

        .Part1_Swipper_Div {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;

            width: 100%;
            height: auto;
            margin-bottom: 4px ;
        }

        .mPart1_Swiper {
            display: block;
            position: relative;
            margin: 0 auto;
            padding: 0;
            padding-top: 4vw;
            width: 92vw;
            height: 62vw;
            overflow: hidden;
        }

        .mPart1_Swiper p {
            display: block;
            position: absolute;
            margin: 0;
            padding: 0;
            width: 100%;
            height: 62vw;
            left: 0;
            top: 0;
        }

        .mPart1_Swiper img {
            width: 100%;
            height: 62vw;
        }

        .mPart1_Swiper h4 {
            display: block;
            position: absolute;
            margin: 0;
            padding: 0;
            width: 100%;
            height: 70px;
            left: 0;
            bottom: 0;
            background-color: rgba(176,33,50,0.5);
            /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); */
        }

        .mPart1_Swiper h4 a {
            display: block;
            position: absolute;
            margin: 0;
            padding: 0;
            width: calc(100% - 40px);
            height: 40px;
            left: 20px;
            bottom: 15px;
            font-size: 16px;
            color: #FFF;
            line-height: 20px;

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

        .mPart1_BTPrev {
            position: absolute;
            left: 0vw;
            top: 47%;
            width: 42px;
            height: 60px;
            background: url(../img/Mobile/Part1_Prev.png);
            background-size: 42px 60px;
            z-index: 2;
            cursor: pointer;
        }

        .mPart1_BTNext {
            position: absolute;
            right: 0vw;
            left: auto;
            top: 47%;
            width: 42px;
            height: 60px;
            background: url(../img/Mobile/Part1_Next.png);
            background-size: 42px 60px;
            z-index: 2;
            cursor: pointer;
        }

        .Part1_Top_Mid_Div {
            float: left;
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: calc(46vw - 2px);
            height: auto;
            overflow: hidden;
        }


        .Part1_Top_Mid_Div p {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 46vw;
            height: 30vw;
            overflow: hidden;
        }

        .Part1_Top_Mid_Div p img {
            width: 46vw;
            height: 30vw;
        }

        .Part1_Top_Mid_Div h4 {
            display: block;
            width: 46vw;
            color: #FFF;
            height: 30vw;
            /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); */
            background-color: #FFF;
        }

        .Part1_Top_Mid_Div h4 a {
            width: calc(46vw - 4vw);
            padding: 2vw;
            display: block;
            font-size: 16px;
            line-height: 20px;
            height: 26vw;
            overflow: hidden;
            color: #333;
        }

        .Part1_Right_Div {
            margin: 0 auto;
            padding: 0;
            /* background-color: #FF5D19; */
            width: 92vw;
            height: auto;
            margin-bottom: 4vw;
        }

        .Part1_Top_Right_Div {
            float: right;
            /* background-color: #FF5D19; */
            width: calc(46vw - 2px);
            height: auto;
            margin-bottom: 4vw;
        }

        .Part1_Top_Right_Div ul {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            list-style: none;
            margin-top: 0;
            margin-Bottom: 0;
            /* padding: 2.5vw;         */
        }

        .Part1_Top_Right_Div li {
            display: block;
            position: relative;
            margin: 0;
            height: calc(20vw - 1px);
            overflow: hidden;
            border-bottom: 2px solid #FFF;
            padding: 0 0;
            background-color: #E39B00;
            
        }


        .Part1_Top_Right_Div li:first-child {
            margin-top: 0;
        }

        .Part1_Top_Right_Div li a {
            display: block;
            position: relative;
            margin: 0 auto;
            padding: 0;
            padding-top: 2vw;
            width: calc(100% - 4vw);
            font-size: 16px;
            line-height: 20px;
            color: #FFF;
            /* height: 60px; */

        }
        .Part1_Top_Right2{
            background-color: #B02132!important;
        }

        .Part1_Videos_Div {
            display: block;
            position: relative;
            width: 100%;
            height: auto;
            overflow: hidden;
            background-color: #F49A49;

        }

        .Part1_Videos_Div ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
            height: auto;
            list-style: none;
            margin-top: 1vw;
            /* padding-bottom: 100px; */
        }

        .Part1_Videos_Div li {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 45.5vw;
            margin-bottom: 1vw;
        }

        .Part1_Videos_Div li p {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;

        }

        .Part1_Videos_Div li p img {
            width: 100%;
        }

        .Part1_Videos_Div li p em {
            display: block;
            position: absolute;
            margin: 0;
            padding: 0;
            width: 40px;
            height: 40px;
            right: 12px;
            bottom: 12px;
            background: url(../img/Icon_Video.png) center center no-repeat;
            background-size: 40px 40px;
        }

        .Part1_Videos_Div h4 {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            font-size: 16px;
            line-height: 20px;
            height: 60px;
            color: #FFF3D1;
            padding: 10px;
        }

        .Part1_Videos_Div h4 a {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
            font-size: 16px;
            line-height: 20px;
            color: #FFF3D1;
        }

        .Part1_Videos1 {
            background-color: #FF8A00;
        }

        .Part1_Videos2 {
            background-color: #BC1623;
        }

        .Part1_Videos3 {
            background-color: #146CAB;
        }

        .Part1_Videos4 {
            background-color: #E8311C;
        }

        .Part2_Box {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
            background-color: #FFF0D8;
            background-size: 100% 100%;
            overflow: hidden;
        }

        .Part2_Div {
            display: block;
            overflow: hidden;
            margin-bottom: 4vw;
        }

        .Part2_Title {
            margin: 0 auto;
            display: block;
            position: relative;
            width: 92vw;
            margin-top: 4vw;
            margin-bottom: 4vw;
            overflow: hidden;
        }

        .Part2_Title img {
            width: 92vw;
        }
        .Part2_Block_All{
            display: block;
            position: relative;
            width: 100%;
            height: 59vw;
            overflow: hidden;
        }

        .Part2_Block_RightAll{
            float: right;
            width: 60vw;
            height: 59vw;
            overflow: hidden;
        }
        .Part2_Block {
            display: block;
            position: relative;

            width: 100%;
            height: auto;
            overflow: hidden;
        }
        .Part2_Left {
            float: left;
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 32vw;
            height: 59vw;
            background-color: #FFF;
            overflow: hidden;
        }

        .Part2_Left p {
            display: block;
            position: relative;
            width: 32vw;
            height: 22vw;
        }

        .Part2_Left p img {
            width: 32vw;
            height: 22vw;
        }

        .Part2_Left h4 {    
            width: 32vw;
            height: 37vw;
            display: block;
            position: relative;
            margin: 0;
            color: #333;
            background-color: #f6f6f6;
            overflow: hidden;
        }

        .Part2_Left h4 a {
            padding: 10px;
            display: block;
            font-size: 16px;
            height: auto;        
            line-height: 22px;
            color: #333;
        }

        .Part2_Left2 {
            float: right !important;
        }

        .Part2_Left2 h4 {
            background-color: #FF9C24;
        }

        .Part2_Mid {
            float: right;
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 45.5vw;
            height: auto;
            overflow: hidden;
        }

        .Part2_Mid1 {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
            height: 58px;

        }

        .Part2_Mid1 p {
            width: 45.5vw;
            height: 30.3vw;
        }

        .Part2_Mid1 {
            display: block;
            position: relative;
            margin: 0; 
            width: 60vw;
            height: 22vw;         
        }
        .Part2_Mid1 h4{
            float: left;
            display: block;
            position: relative;
            margin: 0;
            padding: 2vw;
            width: 24vw;
            height: 18vw;
            background-color: #FFF;       
        }

        .Part2_Mid1 h4 a{
            display: block;
            width: 24vw;
            height: 60px;
            font-size: 16px;
            line-height: 20px;
            color: #333;
            overflow: hidden;

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


        }

        .Part2_Mid1 p{
            float: right;
            display: block;
            position: relative;
            margin: 0;            
            width: 32vw;
            height: 22vw;            
            overflow: hidden;
        }
        .Part2_Mid1 p img{
            width: 32vw;
            height: 22vw;            
        }

        .Part2_Mid2 {
            display: block;
            position: relative;
            margin: 0;
            width: 56vw;
            height: 11vw;
            padding: 2vw;
            /* height: 15.5vw; */
            background-color: #E39B00;
            margin-bottom: 2px;
        }

        .Part2_Mid2 a {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 56vw;
            height: 11vw;
            font-size: 16px;
            line-height: 20px;
            color: #FFF;
            overflow: hidden;
        }

        .Part2_Mid3 {
            display: block;
            position: relative;
            margin: 0;
            padding: 2vw;
            width: 88vw;
            height: 18vw;
            background-color: #E39B00;
            overflow: hidden;
        }
        .Part2_Mid4 {
            background-color: #B02132!important;     
        }
        .Part2_Mid3 a {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 88vw;
            height: 18vw;
            font-size: 16px;
            line-height: 20px;
            color: #FFF;
        }

        .Part2_Mid4 {
            display: block;
            position: relative;
            margin: 0;
            padding: 2.5vw;
            /* height: 15.5vw; */
            background-color: #FF4700;
            margin-bottom: 1px;
        }

        .Part2_Mid4 a {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
            font-size: 16px;
            line-height: 20px;
            color: #FFF;
        }


        .Part2_Right{
            width: 60vw;
            height: 22vw;
            overflow: hidden;
        }
        .Part2_Right p{
            float: left;
            width: 32vw;
            height: 22vw;
            overflow: hidden;
        }
        .Part2_Right p img{
            width: 32vw;
            height: 22vw;            
        }

        .Part2_Right h4 {
            float: left;
            width: 28vw;
            height: 22vw;
            background-color: #B02132;
        }
        .Part2_Right h4  a{
            display: block;
            margin: 0 auto;
            margin-top: 2vw;
            width: 24vw;
            height: 80px;
            font-size: 16px;
            line-height: 20px;
            color: #FFF;

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






        .Part3_Mid2 {
            background-color: #4369A9;
        }
        .Part3_Box {
            display: block;
            position: relative;
            width: 100%;
            height: auto;
            /* background: url(../img/Mobile/BK2.jpg) top center no-repeat; */
            background-color: #FFF0D8;
            background-size: 100% 100%;
            overflow: hidden;
            padding-bottom: 4vw;
        }

        .Part3_Div {
            display: block;
            overflow: hidden;
        }

        .Part3_Title {
            display: block;
            position: relative;
            margin-top: 4vw;
            margin-bottom: 2vw;
            width: 100%;
            overflow: hidden;
        }

        .Part3_Title img {
            height:27px;
        }

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

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

        .Part3_Video_List li {
            float: left;
            width: 46vw;
            height: auto;
            overflow: hidden;
            margin-bottom: 2vw;
        }

        .Part3_Video_List li p {
            width: 46vw;
            height: 31vw;
        }

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

        .Part3_Video_List li h4 {   
            padding: 10px;
            width: calc(46vw - 20px);
            height: 60px;
            /* background-color: #FF6B13; */
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .Part3_Video_List li h4 a {
            display: block;
            height: 60px;
            font-size: 16px;
            line-height: 20px;
            color: #333;
            /* Text overflow */
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3   ;
            -webkit-box-orient: vertical;
            white-space: nowarp;
            overflow: hidden;

        }

        .Part3_Video_List li em {
            position: absolute;
            right: 0vw;
            top: calc(31vw - 23px);
            width: 35px;
            height: 23px;
            z-index: 2;
            background: url(../img/Icon_Video.jpg) center center no-repeat;
            background-size: 35px 23px;
        }



        .Part4_Box {
            display: block;
            position: relative;
            width: 100%;
            height: auto;
            /* background: url(../img/Mobile/BK3.jpg) center center no-repeat; */
            background-size: 100% 100%;
            background-color: #FFF0D8;
            /* padding-bottom: 4vw; */
            overflow: hidden;
        }

        .Part4_Div {
            display: block;
            overflow: hidden;
            margin-bottom: 4vw;
        }

        .Part4_Block {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
            height: auto;
    
        }
    
        .mFocus_Swiper {            
            width: 92vw;
            height: auto;
            overflow: hidden;
        }
    
        .mFocus_Swiper .swiper-slide {
            width: 44vw;
            height: auto;
            overflow: hidden;
        }
    
        .mFocus_Swiper p {
            padding-bottom: 2vw;
            width: 44vw;
            height: 44vw;
            overflow: hidden;
            border-bottom: 3px solid #B02132;
        }
    
        .mFocus_Swiper p img {
            width: 44vw;
            height: 44vw;
            overflow: hidden;
        }
    
        .mFocus_Swiper h4 {
            padding-top: 2vw;
            width: 44vw;
            height: 60px;            

        }
        .mFocus_Swiper h4 a{
            display: block;
            height: 60px;
            font-size: 16px;
            line-height: 20px;
            color: #333;

            /* Text overflow */
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            white-space: nowarp;
            overflow: hidden; 
        }
    
        .mFocus_BTPrev {
            position: absolute;
            right: 58px;
            top:4vw;
            width: 57px;
            height: 29px;
            background: url(../img/Mobile/Part4_Prev.jpg);
            background-size: 57px 29px;
            z-index: 2;
            cursor: pointer;
        }
    
        .mFocus_BTNext {
            position: absolute;
            right: 0;
            top:4vw;
            width: 57px;
            height: 29px;
            background: url(../img/Mobile/Part4_Next.jpg);
            background-size: 57px 29px;
            z-index: 2;
            cursor: pointer;
        }



        .Part5_Div {
            display: block;
            overflow: hidden;
            margin-bottom: 4vw;
        }


        .Part5_Div .Part2_Mid3{
            background-color: #FFF;
        }
        .Part5_Div .Part2_Mid3 a{
            color: #333;
        }
        .Part5_Div .Part2_Mid4 a{
            color: #FFF;
        }
        .Part6_Box {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
            height: auto;            
            background-color: #FFF8E5;

            overflow: hidden;

        }
        .Part6_Box .Part3_Title{
            margin: 0 auto;
            margin-top: 4vw;
            margin-bottom: 2vw;
            width: 92vw;
            overflow: hidden;
        }
        .mPhotos_Swiper {
            margin: 0 auto;
            width: 84vw;
            height: 56vw;
            padding-bottom: 4vw;
        }

        .mPhotos_Swiper {
            position: relative;
            margin: 0 auto;
            width: 84vw;
            height: 56vw;
            padding-bottom: 8vw;
        }

        .mPhotos_Swiper p {
            width: 84vw;
            height: 56vw;
            /* background-color: #000; */

        }

        .mPhotos_Swiper .swiper-slide-active p img {
            opacity: 1 !important;
        }

        .mPhotos_Swiper .swiper-slide-active h4 {
            opacity: 1;
        }

        .mPhotos_Swiper p img {
            display: block;
            width: 84vw;
            height: 56vw;
            opacity: 0.95;
        }

        .mPhotos_Swiper h4 {
            opacity: 0;
            position: absolute;
            bottom: 0;
            width: calc(84vw - 20px);
            padding: 10px;
            height: 44px;
            font-size: 16px;
            line-height: 22px;
            color: #FFF;
            background-color: rgba(227, 155, 0, 0.9);
        }

        .mPhotos_Swiper h4 a {
            color: #FFF;
        }




        .BackTop_Box {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
            height: 31px;
            background-color: #257488;
        }

        .BackTop_Div {
            display: block;
            position: absolute;
            margin: 0;
            padding: 0;
            width: 202px;
            height: 40px;
            bottom: 0;
            left: 50%;
            transform: translateX(-101px);
            cursor: pointer;

        }

        .BackTop_Div img {
            width: 202px;
            height: 40px;
        }

        .Bottom_Box {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
            background-color: #B02132;
        }

        .Bottom_Div {
            display: block;
            position: relative;
            margin: 0 auto;
            padding: 0;
            padding-top: 50px;
            padding-bottom: 65px;

            display: flex;
            justify-content: center;
            width: 100%;
        }
        .Bottom_Left{
            padding-right: 10px;
            width: 153px;
            height: 18px;
        }
        .Bottom_Left img{            
            width: 153px;
            height: 18px;
        }
        .Bottom_Right{            
            width: auto;
            height: 18px;
            overflow: hidden;
        }
 
        .Bottom_Right h4{
            display: inline-block;
            padding:0 10px;
            border-left: 1px solid #FFF;
            width: auto;
            height: 18px;
            font-size: 20px;
            font-family: "Times New Roman";
            line-height: 18px;
            color: #FFF;
        }
        .Bottom_Right h4 a{          
            color: #FFF;
        }
    }