    /* 菜单部分 */
    @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(0,141, 223, 0.95) 0%,
                    rgba(0,141, 223, 0.95) 70%,
                    rgba(0,141, 223, 0.95) 70%,
                    rgba(0,141, 223, 0) 100%); */
            background-color: rgba(0, 112, 185, 0.95);
            z-index: 100;
        }

        .mCaidan .logo {
            margin: 3.2vw 6vw;
        }

        .mCaidan .logo img {
            width: 37vw;
        }

        .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: 6vw;
            text-transform: uppercase;
        }

        .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: #113493;
            height: 0.48rem;
        }

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

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

        }

        .TopBar_Logo img {
            width: 33vw;
        }

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

        }

        .Part2_Box{
            width: 100%;
            height: auto;
            background: url(../img/Mobile/Part2_BK.jpg) bottom center no-repeat;
            background-size: 100% auto;
            overflow: hidden;
        }

        .Part1_Banner {
            width: 100%;
            height: auto;
            background: url(../img/Mobile/mBanner.jpg) top center no-repeat;
            background-size: 100% auto;
            overflow: hidden;
        }

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

        .Part1_Banner_Pic img {
            width: 100vw;
            height: 43vw;
            overflow: hidden;
        }

        .Part1_Box {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
            height: auto;

            background-size: 100% auto;
            background-color: #FFF;
            overflow: hidden;

        }

        .Part1_Div {
            width: 100%;
            height: auto;
            /* padding-bottom: 14vw; */
            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(0, 155, 245, 0.6);
            /* 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: 40%;
            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: 40%;
            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;
            overflow: hidden;
        }

        .Part1_Top_Right_Div {
            float: right;
            /* background-color: #FF5D19; */
            width: calc(46vw - 2px);
            height: 60vw;
            overflow: hidden;
        }

        .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 transparent; */
            margin-bottom: 2px;
            padding: 0 0;
            background-color: #A7E1F9;

        }


        .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: #000;
            /* height: 60px; */

        }

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

        .Part1_Videos_Div {
            display: block;
            position: relative;
            margin: 0 auto;
            width: 92vw;
            height: auto;
            overflow: hidden;
            /* background-color: #F49A49; */

        }

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

        .Part1_Videos_Div li {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 30.3vw;
            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: 80px;
            padding: 10px;
            background-color: #24CB99;
        }

        .Part1_Videos_Div h4 a {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
            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;
        }

        .Part1_Videos_li2 h4 {
            background-color: #E7B035 !important;
        }

        .Part1_Videos_li2 h4 a {
            color: #FFF !important;
        }

        .Part1_Videos_li3 h4 {
            background-color: #665DCA !important;
        }

        .Part1_Videos_li3 h4 a {
            color: #FFF !important;
        }

        .Part1_TT_Box {
            display: block;
            position: relative;
            width: 100%;
            height: auto;
            background: url(../img/Mobile/Part1_BK.jpg) center center no-repeat;
            background-size: 100% 100%;
            overflow: hidden;
        }

        .Part1_Video_Div {
            width: 100%;
            display: block;
            overflow: hidden;
            /* margin-bottom: 4vw; */
        }

        .Part_Title {
            display: block;
            position: relative;
            padding-top: 7vw;
            padding-bottom: 3vw;

        }

        .Part_Title img {
            display: block;
            margin: 0 auto;
            width: 92vw;            
        }

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

        .mPart1_TT_Swiper {
            margin: 0 auto;
            width: 92vw;
            height: auto;
            padding-bottom: 6vw;
            overflow: hidden;
        }

        .mPart1_TT_Swiper .swiper-slide {
            width: 44vw;
            height: auto;

            overflow: hidden;
        }

        .mPart1_TT_Swiper p {
            width: 44vw;
            height: 29vw;
            margin-bottom: 2vw;
            overflow: hidden;
        }

        .mPart1_TT_Swiper p img {
            width: 44vw;
            height: 29vw;
        }
        .mPart1_TT_Swiper em {
            position: absolute;
            right: 0;
            top:calc(29vw - 22px);
            width: 33px;
            height: 22px;
            background: url(../img/Video_Icon.jpg) center center no-repeat;
            background-size: 33px 22px;
            z-index: 2;
        }


        .mPart1_TT_Swiper h4 {
            width: 44vw;
            height: 60px;
            margin-bottom: 2vw;
            overflow: hidden;
        }

        .mPart1_TT_Swiper h4 a {
            height: 60px;
            font-size: 16px;
            line-height: 20px;
            color: #005789;

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

        .mPart1_TT_pagination {
            font-size: 12px;
            bottom: 0 !important;
            height: 20px !important;
        }

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

        .mPart1_TT_pagination .swiper-pagination-bullet-active {
            background-color: #0096FF;
            /* margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important; */
        }

        .mPart1_TT_BTPrev {
            position: absolute;
            left: 0;
            top: 13%;
            width: 22px;
            height: 60px;
            background: url(../img/Mobile/TT_Prev.png);
            background-size: 22px 60px;
            z-index: 2;
            cursor: pointer;
        }

        .mPart1_TT_BTNext {
            position: absolute;
            right: 0;
            top: 13%;
            width: 22px;
            height: 60px;
            background: url(../img/Mobile/TT_Next.png);
            background-size: 22px 60px;
            z-index: 2;
            cursor: pointer;
        }


        .Part2_RT_Box {
            display: block;
            position: relative;

            width: 100%;
            height: auto;
            background: url(../img/Mobile/Part2_BK.jpg) center center no-repeat;
            background-size: 100% 100%;
            overflow: hidden;
        }
        /* Photots */
        .Part2_Photots_Div {
            display: block;
            margin-bottom: 8vw;
            overflow: hidden;
        }



        .Part2_RT_Block {
            height: auto;
            overflow: hidden;
        }

        .Part2_RT_Big {
            width: 92vw;
            height: auto;
            border-bottom: 1px solid #FFF;
            overflow: hidden;
        }

        .Part2_RT_Big p {
            width: 92vw;
            height: 61vw;
            overflow: hidden;
        }

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

        .Part2_RT_Big h4 {
            padding: 2vw;
            width: 92vw;
            height: 44px;
            background-color: #18C794;
            overflow: hidden;
        }
        .Part2_RT_Block2 .Part2_RT_Big h4{
            background-color: #665DCA!important;
        }
        .Part2_RT_Block2 .Part2_RT_Small1 h4{
            background-color: #E7B035!important;
        }
        .Part2_RT_Big h4 a {
            display: block;
            width: 88vw;
            height: 44px;
            font-size: 16px;
            line-height: 20px;
            color: #FFF;

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

        }

        .Part2_RT_Block_Bottom {
            width: 92vw;
            height: auto;
            overflow: hidden;
            border-bottom: 1px solid #FFF;
        }

        .Part2_RT_Small {
            float: left;
            width: calc(46vw - 1px);
            height: auto;
            border-right: 1px solid #FFF;
            overflow: hidden;
        }

        .Part2_RT_Small:last-child {
            border-right: 0px;
        }

        .Part2_RT_Small p {
            width: 46vw;
            height: 31vw;
            overflow: hidden;
        }

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

        .Part2_RT_Small h4 {
            padding: 2vw;
            width: 42vw;
            height: 60px;
            background-color: #FF7E00;
            overflow: hidden;
        }

        .Part2_RT_Small h4 a {
            display: block;

            width: 42vw;
            height: 60px;
            font-size: 16px;
            line-height: 20px;
            color: #FFF;
            /* Text overflow */
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            white-space: nowarp;
            overflow: hidden;
        }

        .Part2_RT_Small2 h4 {
            background-color: #B1E6FF !important;
        }

        .Part2_RT_Small2 h4 a {
            color: #000 !important;
        }

        .Part2_RT_Block2 .Part2_RT_Small2 h4{
            background-color: #158FCE!important;
        }
        .Part2_RT_Block2 .Part2_RT_Small2 h4 a{
            color: #FFF !important;
        }

        .Part3_EF_Box {
            display: block;
            position: relative;
            width: 100%;
            height: auto;
            background: url(../img/Mobile/Part3_BK.jpg) top center no-repeat;
            background-size: 100% 100%;
            overflow: hidden;
        }

        .Part3_News_Div {
            display: block;
            /* margin-bottom: 10vw; */
            overflow: hidden;
        }



        .Part3_News_Block {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
            height: auto;
            overflow: hidden;
        }

        .Part3_EF_Left {
            float: left;
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 30vw;
            height: auto;
            background-color: #FFF;
            overflow: hidden;
        }

        .Part3_EF_Left p {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 30vw;
            height: 20vw;
        }

        .Part3_EF_Left p img {
            width: 30vw;
            height: 20vw;
        }

        .Part3_EF_Left h4 {
            display: block;
            position: relative;
            padding: 2vw;
            width: 26vw;
            height: calc(4vw + 120px);
            background-color: #FDC600;
            overflow: hidden;

        }

        .Part3_EF_Left h4 a {
            display: block;
            position: relative;
            margin: 0;
            width: 26vw;
            height: 120px;

            font-size: 16px;
            line-height: 20px;
            color: #FFF;

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

            /* overflow: hidden; */
        }

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

        .Part3_EF_Mid1 {      
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 62vw;
            height: auto;     
            overflow: hidden;
        }

        .Part3_EF_Mid1 p {
            float: left;
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 30vw;
            height: 20vw;
        }

        .Part3_EF_Mid1 p img {
            width: 30vw;
            height: 20vw;
        }

        .Part3_EF_Mid1 h4 {
            float: left;
            display: block;
            position: relative;
            padding: 2vw;
            width: 28vw;
            height: 16vw;
            background-color: #0F528F;
            overflow: hidden;
            display: flex;
            align-items: center;
        }

        .Part3_EF_Mid1 h4 a {
            display: block;
            position: relative;
            width: 28vw;
            height: 60px;
            font-size: 16px;
            line-height: 20px;
            color: #FFF;

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

        .Part3_EF_Mid2 {
            display: block;
            position: relative;
            margin: 0;
            padding: 2vw;
            /* width: 88vw; */
            height: 60px;
            background-color: #B1E6FF;
            overflow: hidden;
        }

        .Part3_EF_Mid2 a {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            /* width: 88vw; */
            font-size: 16px;
            line-height: 20px;
            color: #000;

            height: 60px;

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

        .Part3_EF_Mid3 {
            display: block;
            position: relative;
            padding: 2vw;
            /* width: 88vw; */
            height: 60px;
            background-color: #FFF;
            overflow: hidden;
        }

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


            font-size: 16px;
            line-height: 20px;
            color: #000;

            height: 60px;

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

        .Part3_EF_Bottom {
            border-top: 1px solid #FFF;
        }


        .Part3_EF_Right {

            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 92vw;
            height: 61vw;
        }

        .Part3_EF_Right p {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 92vw;
            height: 61vw;
        }

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

        .Part3_EF_Right h4 {
            display: block;
            position: absolute;
            bottom: 0;
            padding: 2vw;
            width: 88vw;
            height: 40px;
            background-color: rgba(125, 73, 10, 0.7);
            overflow: hidden;
        }

        .Part3_EF_Right h4 a {
            display: block;
            width: 88vw;
            font-size: 16px;
            line-height: 20px;
            color: #FFF;
            height: 40px;

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







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

        .Part4_VE_Div {
            width: 100%;
            display: block;
            margin-bottom: 0;
            overflow: hidden;
        }

        .Part4_Block {
            display: block;
            position: relative;
            margin: 0;
            padding: 0;
            width: 100%;
            height: auto;
            padding-bottom: 8vw;
        }

        .mVE_Swiper {
            margin: 0 auto;
            width: 76vw;
            height: auto;
            /* padding-bottom: 10vw; */
        }

        .mVE_Swiper .swiper-slide {
            width: 76vw;
            height: 51vw;
            opacity: 0.5;
            overflow: hidden;
        }

        .mVE_Swiper .swiper-slide-active {
            opacity: 1;

        }

        .mVE_Swiper p {
            width: 76vw;
            height: 51vw;
            overflow: hidden;
        }

        .mVE_Swiper p img {
            width: 76vw;
            height: 51vw;
            overflow: hidden;
        }

        .mVE_Swiper h4 {
            position: absolute;
            display: block;
            bottom: 0;
            background-color: rgba(0, 156, 245, 0.8);            
            padding: 1vw;
            width: 74vw;
            height: 50px;
            overflow: hidden;

        }

        .mVE_Swiper h4 a {
            display: block;
            width: 74vw;
            height: 50px;

            font-size: 16px;
            line-height: 25px;
            color: #FFF;

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

        .mVE_BTPrev {
            position: absolute;
            left: 0;
            top: calc(50% - 21px);
            width: 42px;
            height: 42px;
            background: url(../img/VE_Prev.png);
            background-size: 42px 42px;
            z-index: 2;
            cursor: pointer;
        }

        .mVE_BTNext {
            position: absolute;
            right: 0;
            top: calc(50% - 21px);
            width: 42px;
            height: 42px;
            background: url(../img/VE_Next.png);
            background-size: 42px 42px;
            z-index: 2;
            cursor: pointer;
        }

        .mVE_pagination {
            font-size: 12px;
            bottom: 0 !important;
        }

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

        .mVE_pagination .swiper-pagination-bullet-active {
            background-color: #0072B4;
            /* margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px)!important; */
        }

        .Part5_Amazing_Box {
            display: block;
            position: relative;
            width: 100%;
            height: auto;
            background: url(../img/Mobile/Part5_BK.jpg) center center no-repeat;
            background-size: 100% 100%;
            overflow: hidden;
        }

        .Part5_Amazing_Div {
            display: block;
            margin-bottom: 0;
            overflow: hidden;
        }

        .Part_Title5 img {
            max-width: 92vw;
        }
        .Part_Title5 {
            padding-bottom: 4vw!important;
        }

        .Part5_Block {
            position: relative;
            width: 100%;
            height: auto;
            padding-bottom: 10vw;
            margin-bottom: 35px;
            overflow: hidden;
        }

        .mPart5_Swiper {
            padding-top: 40px;
            width: 92vw;
            height: auto;
            overflow: hidden;
        }

        .mPart5_Swiper .swiper-slide {
            width: 38vw;
            border-left: 2px solid #2ED5D5;
            height: auto;
            overflow: hidden;
        }

        .mPart5_Swiper .swiper-slide-active {
            border-left: 2px solid transparent;
        }

        .mPart5_Swiper p {
            margin: 0 auto;
            width: 38vw;
            height: 57vw;
            padding-bottom: 2vw;
            overflow: hidden;
        }

        .mPart5_Swiper p img {
            width: 38vw;
            height: 57vw;
        }

        .mPart5_Swiper h4 {
            margin: 0 auto;
            width: 38vw;
            height: 40px;
            overflow: hidden;
        }

        .mPart5_Swiper h4 a {
            height: 40px;
            color: #6F2F09;
            font-size: 16px;
            line-height: 20px;

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

        .mPart5_BTPrev {
            position: absolute;
            right: 60px;
            top: 0;
            width: 48px;
            height: 25px;
            background: url(../img/Mobile/Amazing_Prev.jpg);
            background-size: 48px 25px;
            z-index: 2;
            cursor: pointer;
        }

        .mPart5_BTNext {
            position: absolute;
            right: 0px;
            top: 0;
            width: 48px;
            height: 25px;
            background: url(../img/Mobile/Amazing_Next.jpg);
            background-size: 48px 25px;
            z-index: 2;
            cursor: pointer;
        }
        .mPart5_pagination {
            font-size: 12px;
            padding-left: 1.5vw;
            bottom: 0 !important;
        }

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

        .mPart5_pagination .swiper-pagination-bullet-active {
            background-color: #2ED5D5;
            /* margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px)!important; */
        }
        .Part6_VT_Box {
            display: block;
            position: relative;
            width: 100%;
            height: auto;
            background: url(../img/Mobile/Part6_BK.jpg) center center no-repeat;
            background-size: 100% 100%;
            overflow: hidden;
        }

        .Part6_Div {
            display: block;
            margin-bottom: 0;
            overflow: hidden;
        }

        .Part6_block {
  
            height: auto;
            margin-bottom: 8vw;
            overflow: hidden;
        }

        .Part6_Left {
            float: right;
            width: 42vw;
            height: 244px;
            overflow: hidden;
        }

        .Part6_Left p {
            width: 42vw;
            height: 28vw;
            overflow: hidden;
        }

        .Part6_Left p img {
            width: 42vw;
            height: 28vw;
        }

        .Part6_Left h4 {
            padding: 2vw;
            width: 38vw;
            height: 147px;
            background-color: #BDE7FF;
            overflow: hidden;
        }

        .Part6_Left h4 a {
            width: 38vw;
            height: 100px;
            font-size: 16px;
            line-height: 20px;
            color: #00578A;

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

        .Part6_Mid {     
            width: 92vw;
            height: auto;            
            border-bottom: 3px solid transparent;
            overflow: hidden;
        }

        .Part6_Mid p {
            float: left;
            width: 64vw;
            height: 43vw;
            overflow: hidden;
        }

        .Part6_Mid p img {
            width: 64vw;
            height: 43vw;
        }

        .Part6_Mid h4 {
            float: left;
            padding: 2vw;
            width: 24vw;
            height: 39vw;
            background-color: #009BF5;
            overflow: hidden;
        }

        .Part6_Mid h4 a {
            width: 24vw;
            height: 39vw;
            font-size: 16px;
            line-height: 20px;
            color: #FFF;
            overflow: hidden;
        }

        .Part6_Right {
            float: left;
            width: calc(50vw - 2px);
            height: 244px;
            overflow: hidden;
        }

        .Part6_Right ul {
            width: calc(50vw - 2px);
            height: 335px;
            overflow: hidden;
        }

        .Part6_Right li {
            padding: 10px;
            width: calc(50vw - 22px);
            height: 60px;
            margin-bottom: 2px;
            background-color: #0072B4;
            overflow: hidden;
        }

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



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

        .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: #008DDF;
        }

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