/* Mobile */
@media (max-width:600px) {

    /* 菜单部分 */
    .TopMenu_Box {
        width: 100%;
        height: 13.6vw;
        background-color: #FFF;
        overflow: hidden;
    }

    .TopMenu_Div {
        margin: 0 auto;
        width: 92%;
        margin-top: 3.8vw;
        height: 9.8vw;
        overflow: hidden;
    }

    .TopMenu_Left {
        float: left;
        width: 49vw;
    }

    .TopMenu_Left a img {
        width: 49vw;
    }

    .TopMenu_Mid {
        float: left;
        width: calc(100vw*0.6);
        height: 100px;
    }

    .TopMenu_Mid a {
        margin: 0 auto;
        margin-top: 20px;
        display: block;
        width: 181px;
        height: 59px;
    }

    .TopMenu_Mid a img {
        width: 181px;
        height: 59px;
    }

    .TopMenu_Right {
        float: right;
        width: 15vw;
        height: 5vw;
    }

    .Top_Search {
        float: left;
        width: 5vw;
        height: 5vw;
    }

    .Top_Search img {
        width: 5vw;
        height: 5vw;
    }

    .Top_Menu {
        float: right;
        width: 5vw;
        height: 5vw;
    }

    .Top_Menu img {
        width: 5vw;
        height: 5vw;
    }

    .Top_Menu_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: rgba(216, 137, 114, 0.9);
    }

    .Top_Menu_Control {
        padding: 4vw;
        height: 20px;

    }

    .Top_Search_BTClose,
    .Top_Menu_BTClose {
        float: right;
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }

    .Top_Search_BTClose img,
    .Top_Menu_BTClose img {
        width: 20px;
        height: 20px;
    }

    .Top_Search_BTClose {
        float: right;
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }

    .Top_Search_BTClose img {
        width: 20px;
        height: 20px;
    }

    .Top_Menu_Pop_Menu {
        margin: 0 auto;
        width: 92vw;

    }

    .Top_PopMenu_Line {
        height: auto;
        border-top: 1px solid #000;
        padding: 10px 0;
    }

    .Top_PopMenu_Line ul {
        width: calc(100% - 35px);
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .Top_PopMenu_Line li {
        font-size: 20px;
        color: #9191BF;
        line-height: 35px;

    }

    .Top_PopMenu_Line li a {
        color: #9191BF;
    }

    .Top_PopMenu_Title {
        width: 100%;
        height: 36px;
    }

    .Top_PopMenu_Title a {
        position: absolute;
        left: 0;
        width: calc(100% - 35px);
        height: 22px;
        font-size: 18px;
        font-family: "Times New Roman";
        font-weight: bold;
        color: #000;
        line-height: 36px;
    }

    .Top_PopMenu_Title em {
        position: absolute;
        right: 5px;
        top: 8px;
        width: 20px;
        height: 20px;
        background: url(../images/Mobile/Icon_plus.png) center center no-repeat;
    }

    .Top_PopMenu_Chinese {
        margin-top: 30px;
        width: calc(100% - 2px);
        height: 60px;
        line-height: 60px;
        text-align: center;
        border: 1px solid #FFF;
        font-size: 22px;
        font-family: "黑体";
        color: #FFF;
    }

    .Top_PopMenu_Chinese a {
        color: #FFF;
    }

    .Top_PopMenu_L2 {
        overflow: hidden;
    }

    .Top_PopMenu_L2 ul {
        width: 100%;
        /* margin-top: 15px;
        margin-bottom: 15px; */
        height: auto;

    }

    .Top_PopMenu_L2 li {
        font-size: 14px;
        color: #FFF;
        line-height: 22px;
        padding: 5px;
        overflow: hidden;
    }

    .Top_PopMenu_L2 li:hover {
        background-color: #C1755F;
    }

    .Top_PopMenu_L2 li a {
        color: #FFF;
    }

    .Top_Search_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: rgba(226, 226, 226, 0.9);

    }

    .Top_Search_Pop_Div {
        margin-top: 30px;
        height: 40px;
        border-radius: 20px;
        background-color: #D88972;
    }

    .Top_Search_Input {
        float: left;
        width: calc(100% - 40px);
    }

    .Top_Search_Input input {
        margin-left: 20px;
        height: 40px;
        background-color: #D88972;
        font-size: 16px;
        color: #FFF;
        line-height: 40px;
    }

    .Top_Search_Input input::input-placeholder {
        color: #FFF;
    }

    .Top_Search_Input input::-webkit-input-placeholder {
        color: #FFF;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #FFF;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #FFF;
    }

    .Top_Search_Input input::-ms-input-placeholder {
        color: #FFF;
    }

    .Top_Search_BT {
        float: right;
        margin-top: 10px;
        margin-right: 16px;
        width: 20px;
        height: 20px;
    }

    .Top_Search_BT img {
        width: 20px;
        height: 20px;
    }

    /* PageControl_Box  */
    .PageControl_Box {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 50px;
    }

    .PageControl_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 42px;
        min-width: 100px;
        /* border: 1px solid saddlebrown; */
    }

    .PageControl_Next,
    .PageControl_Prev {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        background-color: #F7F6F3;
        height: 32px;
        line-height: 32px;
        margin-right: 10px;
        border: 1px solid #E6E6E6;
    }

    .PageControl_Next {
        margin-right: 0px;
    }

    .PageControl_Next a,
    .PageControl_Prev a {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        padding-left: 10px;
        padding-right: 10px;
        height: 32px;
        line-height: 32px;
        font-size: 18px;
        color: #272727;
        text-align: center;
    }

    .PageControl_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 42px;
    }

    .PageControl_Num ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 32px;
        list-style: none;
    }

    .PageControl_Num li {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 36px;
        height: 32px;
        line-height: 32px;
        background-color: #F7F6F3;
        font-size: 18px;
        text-align: center;
        margin-right: 10px;
        border: 1px solid #DDDAD2;
    }

    .PageControl_Num .NumOn {
        background-color: #84A7D8;
    }

    .PageControl_Num .NumOn a {
        color: #FFF;
    }

    .PageControl_Num a {
        width: 36px;
        height: 32px;
        margin-right: 10px;
        text-align: center;
        font-size: 18px;
        color: #272727;
        border: 1px solid #DDDAD2;

    }


    /* Nav_Div */
    .Nav_Div {
        height: 60px;
        line-height: 60px;
        font-family: 'Times New Roman';
        font-size: 16px;
        color: #000;
    }

    .Nav_Div a {
        color: #000;
    }


    /* Artical_Content */
    .Artical_Content {
        width: 100%;
        height: auto;
        background-color: #FFF;
        overflow: hidden;
    }

    .Artical_Content_Title_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-bottom: 2px solid #E7EFFB;
    }

    .Artical_Content_Title {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 20px;
        font-size: 28px;
        font-weight: bold;
        line-height: 36px;
        color: #000;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title a {
        color: #000;
    }

    .Artical_Content_Info_Div {
        padding: 14px 5px;
        height: 20px;
        background-color: #F3F3F3;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Info {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
    }

    .Artical_Content_Info h4 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 12px;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 20px;
        border-right: 1px solid #656565;
        color: #656565;
    }

    .Artical_Content_Info h4 a {
        color: #656565;
    }

    .Artical_Content_Info h5 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 12px;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 20px;
        color: #656565;
    }

    .Artical_Content_Info h5 a {
        color: #656565;
    }

    .Artical_Content_Text_Div {
        width: 100%;
        height: auto;
        padding-top: 30px;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Text {
        margin: 0 auto;
        width: 100%;
        /* height: 1420px; */
        padding-bottom: 30px;
    }

    .Artical_Content_Text p {
        padding: 0 5px;
        font-size: 16px;
        line-height: 24px;
        color: #000;
        margin-bottom: 20px;
    }

    .Artical_Content_Text p img {
        margin: 0 auto;
        padding-top: 20px;
        width: 100%;
    }

    .Artical_Content_Text span {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #000;
        line-height: 24px;
        text-align: center;
        margin-bottom: 10px;
    }

    .Artical_Content_Text span img {

        width: 100%;
    }


    .Artical_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-top: 30px;
    }
}


@media (max-width:600px) {

    .Home_Banner_Div {
        width: 100%;
        height: auto;
        background-color: #F9F9F9;
        z-index: 1;
    }

    .mHome_Banner_Swiper {
        width: 100vw;
        height: 57vw;
        overflow: hidden;
    }

    .mHome_Banner_Swiper p {
        width: 100vw;
        height: 57vw;
    }

    .mHome_Banner_Swiper p img {
        width: 100vw;
        height: 57vw;
    }

    .mHome_Banner_pagination {
        font-size: 12px;
        bottom: 40px !important;
        height: 10px !important;
    }

    .mHome_Banner_pagination .swiper-pagination-bullet {
        border-radius: 4px;
        width: 8px;
        height: 8px;
        background-color: #DBE1E1;
        opacity: 1;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
    }

    .mHome_Banner_pagination .swiper-pagination-bullet-active {
        background-color: #1E2FC4;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
    }

    .Home_TypeList_Div {
        position: relative;
        margin: 0 auto;
        margin-top: -4vw;
        width: 92vw;
        height: auto;
        box-shadow: 0 0 4px #ccc;
        background-color: #FFF;
        /* overflow: hidden; */
        z-index: 2;
    }

    .Home_TypeList_Div ul {
        width: 92vw;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .Home_TypeList_Div li {
        margin: 2vw 0;
        padding: 5vw 5vw;
        width: calc(36vw - 1px);
        height: 36vw;
        background-color: #FFF;
        transition: all 0.5s;
        border-right: 1px solid #E8EAF7;
        cursor: pointer;
    }

    .Home_TypeList_Div li:nth-child(2n) {
        border-right: 0px;
    }

    .Home_TypeList_Div li p {
        margin-top: 3.8vw;
        /* margin-bottom: 3.8vw; */
        width: 100%;
        height: 14vw;
    }

    .Home_TypeList_Div li p img {
        margin: 0 auto;
        width: 11.23vw;
        height: 11.23vw;
    }

    .Home_TypeList_Div li h4 {
        width: 100%;
        text-align: center;
        height: 46px;
        display: flex;
        align-items: center;
        font-size: 18px;
        color: #000;
        justify-content: center;
    }

    .Home_TypeList_Div li h4 a {
        width: 100%;
        text-align: center;
        line-height: 23px;
        font-size: 18px;
        color: #000;
    }

    .Home_TypeList_Div li h5 {
        width: 100%;
        margin-top: 5px;
        height: 20px;
    }

    .Home_TypeList_Div li h5 img {
        margin: 0 auto;
        width: 28px;
        height: 20px;
    }

    .Home_TypeList_BK {
        width: calc(36vw - 1px);
        height: 36vw;
    }

    .Home_TypeList_Over {
        opacity: 0;
        position: absolute;
        left: 5vw;
        top: 5vw;
        width: calc(36vw - 1px);
        height: 36vw;
        background-color: #00A0E9;
        transition: all 0.5s;
        z-index: 2;
        transition: all 0.3s;
    }

    .Home_TypeList_Div li:hover .Home_TypeList_Over {
        opacity: 1;
        transition: all 0.3s;
    }

    .Home_TypeList_Div li:hover {
        background-color: #00A0E9;
    }

    .Home_TypeList_Div li:hover .Home_TypeList_Over h4 a {
        font-size: 18px;
        color: #FFF;
    }

    /* Home_News_Box */
    .Home_News_Box {
        width: 100%;
        height: auto;
        background: url(../images/Mobile/Home_News_BK.jpg) top center no-repeat;
        background-color: #F9F9F9;
        overflow: hidden;
    }

    .Home_News_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        margin-top: 50px;
        margin-bottom: 8vw;
        overflow: hidden;
    }

    .Home_Title_Div {
        width: 100%;
        height: 50px;
        line-height: 40px;
        ;
        font-size: 30px;
        font-family: "Times New Roman";
        font-weight: bold;
        color: #000;
        text-transform: uppercase;
    }

    .Home_Title_Div a {
        color: #000;
    }

    .Home_News_Left {
        width: 100%;
        margin-bottom: 4vw;
    }

    .Home_News_Left p {
        width: 100%;
    }

    .Home_News_Left p img {
        width: 100%;
    }

    .Home_NewsLeft_text {
        padding: 23px 15px;

        background-color: #FFF;
    }

    .Home_NewsLeft_text h4 {
        height: 25px;
        line-height: 22px;
        font-size: 16px;
        color: #0011A9;
    }

    .Home_NewsLeft_text h5 {
        line-height: 26px;
        font-size: 22px;
        font-weight: bold;
        color: #000;
    }

    .Home_NewsLeft_text h5 a {
        color: #000;
    }

    .Home_NewsLeft_text:hover {
        background: url(../images/Home_News_Text_BK.jpg) center center no-repeat;
        background-color: #0011AA;
        cursor: pointer;
    }

    .Home_NewsLeft_text:hover h4 {
        color: #FFF;
    }

    .Home_NewsLeft_text:hover h5 a {
        color: #FFF;
    }


    .Home_News_Right {
        width: 100%;
        height: auto;
        margin-bottom: 4vw;
    }

    .Home_News_Right ul {
        width: 100%;
        height: auto;
        list-style: none;
    }

    .Home_News_Right li {

        float: left;
        height: auto;
        margin-bottom: 4vw;
    }

    .Home_News_Right li p {
        float: left;
        width: 40vw;
        height: 28vw;
    }

    .Home_News_Right li p img {
        width: 40vw;
        height: 28vw;
    }

    .Home_NewsRight_text:hover {
        background-color: #0011AA;
        cursor: pointer;
    }

    .Home_NewsRight_text:hover h4 {
        color: #FFF;
    }

    .Home_NewsRight_text:hover h5 a {
        color: #FFF;
    }

    .Home_NewsRight_text2 {}



    .Home_NewsRight_text {
        padding: 10px 10px;
        height: calc(28vw - 20px);
        overflow: hidden;
        background-color: #FFF;
    }

    .Home_NewsRight_text h4 {
        width: 100%;
        height: 27px;
        line-height: 22px;
        font-size: 16px;
        color: #0011A9;
    }

    .Home_NewsRight_text h5 {
        width: 100%;
        line-height: 20px;
        font-size: 16px;
        height: 60px;
        color: #000;
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Home_NewsRight_text h5 a {
        color: #000;
    }

    /* Home_NoticeFocus_Div */
    .Home_NoticeFocus_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        margin-bottom: 8vw;
        overflow: hidden;
    }

    .Home_Title_Notice_Div {
        /* height: 60px!important; */
    }

    .Home_Notice_Div {

        width: 100%;
        padding-top: 35px;
    }

    .Home_Notice_Div ul {
        width: 100%;
        list-style: none;
    }

    .Home_Notice_Div li {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        margin-bottom: 18px;
    }

    .Home_Notice_Div li:hover {
        background-color: #EEEEEE;
        cursor: pointer;
    }

    .Home_Notice_Div li:hover .Home_Title_Notice_Date {
        box-shadow: 0 0 0 #EEE;
    }

    /* .Home_Notice_Div li:hover h4 a{
        font-weight: bold!important;
    } */
    .Home_Title_Notice_Date {
        float: left;
        width: 60px;
        height: 60px;
        box-shadow: 0 0 2px #aaa;
    }

    .Home_Notice_Div ul li h4 {
        width: calc(100% - 100px);
        padding-right: 10px;
        height: auto;
        line-height: 20px;
        font-size: 16px;
        font-weight: normal;
        color: #000;
    }

    .Home_Notice_Div ul li h4 a {
        color: #000;
    }

    .Home_Title_Notice_Date h5 {
        margin-top: 6px;
        width: 100%;
        height: 32px;
        line-height: 32px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        color: #0011A9;
    }

    .Home_Title_Notice_Date h6 {
        width: 100%;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
        color: #0011A9;
    }

    .Home_Focus_Div {
        width: 100%;
        padding-top: 35px;
    }

    .Home_Focus {
        width: 100%;
        height: auto;
    }

    .Home_Focus p {
        width: 100%;
        margin-bottom: 15px;
    }

    .Home_Focus p img {
        width: 100%;
    }

    .Home_Focus h4 {
        width: 100%;
        height: auto;
        font-size: 18px;
        line-height: 22px;
        color: #000;
    }

    .Home_Focus h4 a {
        color: #000;
    }

    /* Home_Map_Box */
    /* 20240429 */
    .Home_Map_Box {
        width: 100%;
        height: auto;
        background: url(../images/Mobile/Home_Global_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .Home_Map_Div {
        padding-top: 30px;
        width: 100%;
        height: auto;
    }

    .Home_Title_Map_Div {
        margin: 0 auto;
        width: 92vw;
        font-size: 22px !important;
        line-height: 30px !important;
        height: auto !important;
        text-align: center;
    }

    .Home_Map_BK {
        width: 100%;
        height: auto;
    }

    .Home_Map_BK_Dots {
        position: absolute;
        top: 193px;
        width: 100%;
    }

    .Home_Map_Dot {
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 8px;
        background-color: #D88972;
        border: 1px solid #FFF;
        cursor: pointer;
    }

    .Home_Map_Dot:hover {
        width: 15px;
        height: 15px;
        border-radius: 8px;
        background-color: #1224C1;
        border: 1px solid #FFF;
    }

    .Home_Map_Pop {
        display: none;
        position: absolute;
        left: 0;
        top: -48px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        min-width: 400px;
        font-size: 18px;
        height: 48px;
        text-align: center;
        color: #FFF;
        line-height: 24px;
        padding: 12px 20px;
        background-color: #1122B7;
        border-radius: 35px;
    }

    .Home_Map_Pop::after {
        content: " ";
        display: block;
        position: absolute;
        width: 18px;
        height: 9px;
        left: calc(50% - 9px);
        bottom: -9px;
        background: url(../images/Home_Map_Arrow.png) center center no-repeat;
    }

    /* 20241126*/
    /* Bottom_Box */
    .Bottom_Box {        
        width: 100%;        
        height: auto;
        background: url(../images/Mobile/Bottom_BK.jpg) top center no-repeat;
        background-size: cover;
        padding-bottom: 10vw;
        overflow: hidden;
    }

    .Bottom_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
    }

    .Bottom_Block1 {        
        width: 92vw;
        height: auto;
        padding-top: 12vw;
        overflow: hidden;
    }
    .Bottom_Item{
        width: 92vw;
        /* height: 235px;         */
        overflow: hidden;
    }
    .Bottom_Logo_Div {
        height: 31px;
        margin-bottom: 15px;
    }
    .Bottom_Logo_Div img{
        display: block;
        margin: 0 auto;
        width: 263px;
        height: 31px;
    }
    .Bottom_Item_Title {
        width: 92vw;
        height: 40px;
        line-height: 28px;
        font-size: 24px;
        font-family: "Times New Roman";
        font-weight: bold;
        color: #FFF;
        margin-bottom: 20px;
        background: url(../images/Bottom_Line.jpg) left bottom no-repeat;
    }

    .Bottom_Item_Title a {
        color: #FFF;
    }

    .Bottom_QR_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Bottom_QR {
        float: left;
        width: 105px;
        height: 160px;
        margin-right: 40px;
    }

    .Bottom_QR p {
        width: 105px;
        height: 105px;
        margin-bottom: 11px;
    }

    .Bottom_QR p img {
        width: 105px;
        height: 105px;
    }

    .Bottom_QR h4 {
        width: 105px;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
        text-align: center;
        color: #FFF;
    }

    .Bottom_QR h4 a {
        color: #FFF;
    }

    .Bottom_Item_Beus{
        height: auto;
        padding-bottom: 4vw;
    }
    .Bottom_Contact_Div{
        padding-bottom: 4vw;
    }
    .Bottom_Contact_Div h4 {
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        color: #FFF;
    }

    .Bottom_Block2 {
        width: 92vw;
        height: auto;        
        /* cursor: pointer; */
    }

    .Bottom_Block2_Pic {
        width: 92vw;
    }

    .Bottom_Block2_Pic img {
        width: 100%;
        height: auto;
    }    

    .Bottom_Block3 {
        width: 100%;
        height: auto;
    }
    .Bottom_List_Div {
             
    }
    .Bottom_List_Div ul{
        height: auto;
    }
    .Bottom_List_Div li{
        height: auto;
        margin-bottom: 17px;
        cursor: pointer;
    }
    .Bottom_List_Div li h4 {
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        margin-bottom: 8px;
        color: #FFF;        
    }

    .Bottom_List_Div li h4 a {
        color: #FFF;
    }


    .Bottom_List_Div li h5 {
        display: none;
        height: 0;
        font-size: 15px;
        line-height: 18px;
        color: #FFF;
        overflow: hidden;
        transition: all 0.5s ease-in;       
    }

    .Bottom_List_Div li h5 a {
        color: #FFF;
    }


    .Bottom_Email_Div{
        padding-left: 50px;
        height: 44px;
        background: url(../images/Bottom_Email.png) left center no-repeat;
        margin-bottom: 8vw;
    }
    .Bottom_Email_Div h4{
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        height: 18px;
        color: #FFF;
        margin-bottom: 6px;
    }

    .Bottom_Email_Div h4 a{
        color: #FFF;
    }
    .Bottom_Email_Div h5{
        font-size: 16px;
        line-height: 18px;
        height: 18px;
        color: #FFF;
    }
    .Bottom_Email_Div h5 a{
        color: #FFF;
    }
    .Bottom_Info{
        border-top: 1px solid #87A8D1;
        padding-top: 8vw;
        width: 100%;
        height: auto;
    }

    .BackTop_Div {
        position: fixed;

        z-index: 10;
        /* right: 50px; */
        bottom: 30px;
        width: 39px;
        height: 31px;
    }

    .BackTop_Div img {
        width: 39px;
        height: 31px;
    }
    /* 20241126 end*/

    .Main_Link_Block {
        margin: 0 auto;
        width: 100%;
        height: 40px;
        background-color: #3D85D7;
        margin-bottom: 5px;
    }

    .Main_Link {
        width: 100%;
        height: 40px;
        font-size: 16px;
        font-family: "Times New Roman";
        line-height: 40px;
        text-indent: 20px;
        color: #FFF;
        background: url(../images/LinkArrow_Up.png) center right no-repeat;
        background-position: center right 20px;
        cursor: pointer;
    }

    .Main_Link_Pop {
        display: none;
        position: absolute;
        /* top: 54px; */
        bottom: 40px;
        margin: 0;
        padding: 0;
        width: 100%;
        max-height: 270px;
        z-index: 3;
        background-color: #5994D5;
        overflow: hidden;
    }

    .Main_Link_Pop ul {
        display: block;
        margin: 0;
        padding: 0;
        width: calc(100% - 3px);
        max-height: 210px;
        margin-top: 13px;
        margin-bottom: 13px;
        overflow-y: auto;
    }

    .Main_Link_Pop li {
        display: block;
        margin: 0;
        padding: 7px 0;
        /* background-color: #5994D5; */
        width: calc(100% - 32px);
        padding-left: 15px;
        padding-right: 10px;
        /* height: 44px; */
        line-height: 22px;
        font-size: 16px;
        font-family: "Times New Roman";
        color: #FFF;
        /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
        cursor: pointer;
    }

    .Main_Link_Pop li a {
        color: #FFF;
    }

    /* List_Banner_Box */
    .List_Banner_Box {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .List_Banner_Div {
        width: 100%;
    }

    .List_Banner_Div img {
        width: 100%;
    }

    .Nav_Box {
        bottom: 0;
        position: absolute;
        height: 30px;
        width: 100%;
    }

    .Nav_Box::after {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        width: 30%;
        /* 填充一半宽度 */
        height: 100%;
        background: url(../images/Nav_Line.png) center center repeat-x;
    }

    .Nav_Div {
        margin: 0 auto;
        width: 92vw;
        height: 30px;
        font-size: 14px;
        font-family: "Times New Roman";

        color: #FFF;
    }

    .Nav_Div a {
        color: #FFF;
    }

    .Nav_Text {
        line-height: 30px;
        height: 30px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        padding-right: 10px;
    }

    .Nav_Text::after {
        content: ' ';
        position: absolute;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        background: url(../images/Nav_Line.png) center center repeat-x;
    }


    .List_Type_Box {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
        /* margin-bottom: 72px; */
    }

    .List_Type_Div {
        display: none;
        top: 96px;
        position: absolute;
        width: 100%;
        height: auto;
        background-color: #F0F0F0;
        z-index: 4;
    }

    .List_Type_Div ul {
        margin: 0 auto;
        width: 92vw;
        margin-bottom: 72px;
        height: auto;
    }

    .List_Type_Div li {
        width: 100%;
        height: 72px;
        border-bottom: 1px solid #FFF;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
        font-size: 16px;
        line-height: 20px;
        color: #000;
    }

    .List_Type_Div li a {
        display: block;
        color: #000;
    }

    .List_Type_Now {
        border-bottom: 1px solid #Fff !important;
    }

    .List_Type_Now a {
        color: #D88972 !important;
        font-weight: bold !important;
    }

    .List_Type_Now {
        color: #D88972 !important;
        font-weight: bold !important;
    }

    .List_Type_Show {
        width: 100%;
        height: 96px;
        border-top: 12px solid #D78971;
    }

    .List_Type_Show h4 {
        margin-left: 4vw;
        width: calc(92vw - 20px);
        height: 95px;
        border-bottom: 1px solid #f0f0f0;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        align-content: center;
        color: #D78971;
        font-weight: bold;

    }

    .List_Type_Show h4::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        width: 20px;
        height: 20px;
        right: -20px;
        height: 95px;
        background: url(../images/Mobile/List_Down.png) center center no-repeat;
    }

    .List_Div {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
        overflow: hidden;
    }

    .List_Div ul {
        margin: 0 auto;
        width: 92vw;
        list-style: none;
    }

    .List_Div li {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        overflow: hidden;
    }

    .List_Pic_Div {
        float: left;
        width: 40vw;
        height: 28vw;
        margin-right: 10px;
        cursor: pointer;
    }

    .List_Pic_Div p {
        width: 40vw;
        height: 28vw;
        overflow: hidden;
    }

    .List_Pic_Div p img {
        width: 40vw;
        height: 28vw;
        transition: all 0.5s;
    }

    .List_Data_Div {
        display: block;
        width: 100%;
        height: 22px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .List_Div li h6 {
        position: absolute;
        display: block;
        width: 82px;
        height: 22px;
        background-color: #00A0E9;
        line-height: 22px;
        font-size: 12px;
        text-align: center;
        color: #FFF;
        transition: all 0.5s;
        z-index: 2;
    }

    .List_Text_Div {
        display: block;
        height: auto;
        overflow: hidden;
    }

    .List_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 22px;
        font-size: 18px;
        color: #000;
        font-weight: bold;
        /* margin-bottom: 10px; */
    }

    .List_Div li h4 a {
        color: #000;
    }

    .List_Div li h5 {
        display: none;
        line-height: 24px;
        font-size: 16px;
        color: #000;
    }

    .List_Div li h5 a {
        color: #000;
    }

    .PageControl_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 32px;
        min-width: 100px;
        margin-bottom: 50px;
        /* border: 1px solid saddlebrown; */
    }

    .PageControl_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 32px;
    }



    .PageControl_Num .NumOn {
        background-color: #D88972;
        color: #FFF !important;
    }

    .PageControl_Num .NumOn a {
        color: #FFF !important;
    }

    .PageControl_Num a {
        display: inline-block;
        position: relative;
        margin: 0 4px;
        padding: 0;
        border-radius: 16px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        color: #272727;
        background-color: #EEEEEE;
        font-size: 16px;
        text-align: center;
    }

    /* Artical_Related_Div */
    .Artical_Related_Div {
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }

    .Artical_Related_Title {
        height: 50px !important;
    }

    .Artical_Related_List {
        width: 100%;
        height: auto;
    }

    .Artical_Related_List ul {
        width: 100%;
        list-style: none;
    }

    .Artical_Related_List li {
        padding: 16px;
        overflow: hidden;
        background-color: #F0F0F0;
        margin-bottom: 20px;
    }

    .Artical_Related_List li h5 {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        color: #0011A9;
        margin-bottom: 6px;
    }

    .Artical_Related_List li h4 {
        font-size: 18px;
        line-height: 26px;
        color: #000;
    }

    .Artical_Related_List li h4 a {
        color: #000;
    }

    /* Search_Input_Div */
    .Search_Input_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
    }

    .Search_Input_Div .TopMenu_Search_Pop_Div {
        margin-top: 40px !important;
    }



    .Search_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        margin-bottom: 25px;
        overflow: hidden;
    }

    .Search_Div ul {
        width: 100%;
        list-style: none;
    }

    .Search_Div li {
        padding: 15px;
        background-color: #f0f0f0;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .Search_Div li:hover {
        background-color: #e3e3e3;
        cursor: pointer;
    }

    .Search_Div li h6 {
        display: block;
        height: 34px;
        line-height: 24px;
        font-size: 12px;
        color: #656565;
    }

    .Search_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 24px;
        font-size: 18px;
        color: #000;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .Search_Div li h4 a {
        color: #000;
    }

    .Search_Div li h5 {
        display: block;
        line-height: 24px;
        font-size: 16px;
        color: #000;
        margin-bottom: 20px;
    }

    .Search_Div li h5 a {
        color: #000;
    }

    .Search_Div li span {
        color: #D78971;
    }

    .Search_Result_Div {
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        color: #D78971;
        text-align: center;
    }


    .TopMenu_Search_Pop_Div {
        margin: 0 auto;
        margin-top: 120px;
        width: 100%;
        height: 40px;
        border-radius: 20px;
        background-color: #D88972;
    }

    .TopMenu_Search_Pop_Left {
        float: left;
        width: calc(100% - 60px);
        height: 40px;
        margin-left: 15px;
        line-height: 40px;
    }

    .TopMenu_Search_Pop_Left input {
        float: left;
        width: calc(100% - 60px);
        height: 40px;
        line-height: 40px;
        background-color: transparent;
        font-size: 16px;
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::input-placeholder {

        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-webkit-input-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-ms-input-placeholder {
        color: #FFF;
    }


    .TopMenu_Search_Pop_Right {
        float: right;
        margin-top: 10px;
        margin-right: 16px;
        width: 20px;
        height: 20px;
        overflow: hidden;
    }

    .TopMenu_Search_Pop_Right img {
        width: 20px;
        height: 20px;

    }

    /* About_What_Box */
    .About_What_Box {
        width: 100%;
        height: auto;
        background: url(../images/Mobile/About_What_BK.png) bottom center no-repeat;
        background-color: #31A6DB;
        /* margin-bottom: 42px; */
        background-size: 100% auto;
        overflow: hidden;
    }

    .About_What_Div {
        margin-top: 50px;
        height: auto;
        overflow: hidden;
    }

    .About_What_Left {
        margin: 0 auto;
        width: 92vw;
        height: 433px;
    }

    .About_Title {
        font-size: 30px;
        color: #FFF;
        font-weight: bold;
        font-family: "Times New Roman";
        height: 50px;
        line-height: 42px;
    }

    .About_Title a {
        color: #FFF;
        text-transform: uppercase;
    }

    .About_What_Info {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        color: #FFF;
        /* height: 230px; */
        margin-bottom: 30px;
        overflow: hidden;
    }

    .About_What_More {
        width: 150px;
        height: 36px;
        border-radius: 18px;
        border: 1px solid #FFF;
        font-size: 16px;
        text-align: center;
        line-height: 36px;
        color: #FFF;
        text-transform: uppercase;
        margin-bottom: 78px;
    }

    .About_What_More a {
        color: #FFF;
    }

    .About_What_Arrow {

        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 25.64vw;
        line-height: 25.64vw;

        padding-right: 30px;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        color: #FFF;
        background: url(../images/About_Arrow.png) right center no-repeat;
        background-size: 5.13vw 5.13vw;
    }

    .About_What_Arrow a {
        color: #FFF;
    }

    .About_Gover_Box {
        width: 100%;
        height: auto;
        background: url(../images/Mobile/About_Gov_BK.jpg) top center no-repeat;
        background-size: 100% auto;
        margin-bottom: 72px;
        overflow: hidden;
    }

    .About_Gover_Div {
        height: auto;
    }

    .About_Gover_Title {
        margin-top: 60px;
        width: 100%;
        /* height: 100px; */
        line-height: 36px;
        font-size: 30px;
        font-family: "Times New Roman";
        font-weight: bold;
        color: #000;
        text-align: center;
        text-transform: uppercase;
    }

    .About_Gover_Title a {
        color: #000;
    }

    .About_Gover_Content {
        height: auto;
    }

    .About_Gover_Content h3 {
        width: 100%;
        /* height: 58px; */
        font-size: 20px;
        font-weight: bold;
        color: #000;
        line-height: 26px;
        text-transform: uppercase;
        margin-bottom: 20px;
        text-align: center;
    }

    .About_Gover_Content h3 a {
        color: #000;
    }

    .About_Gover_Content h4 {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        font-size: 16px;
        color: #000;
        line-height: 26px;
        text-align: center;
        margin-bottom: 20px;
    }

    .About_Gover_Content h5 {
        margin: 0 auto;
        width: 192px;
        height: 44px;
        font-size: 16px;
        color: #000;
        line-height: 44px;
        text-align: center;
        border-radius: 22px;
        border: 1px solid #000;
        text-transform: uppercase;
        margin-bottom: 60px;
    }

    .About_Gover_Content h5 a {
        color: #000;
    }

    .About_Gover_Content h6 {
        margin: 0 auto;
        width: auto;
        height: 94px;
        font-size: 14px;
        color: #FFF;
        line-height: 22px;
        text-align: left;
        padding-left: 50px;
        border-radius: 47px;
        display: flex;
        align-items: center;
        background: url(../images/Mobile/About_Arrow2.png) center right no-repeat;
        background-size: 48px 48px;
        background-position: right 25px center;
        background-color: #9FA0A0;
    }

    .About_Gover_Content h6 a {
        display: block;
        width: 70%;
        font-size: 14px;
        color: #FFF;
        line-height: 22px;


    }



    .About_Gover_Content h6 a {
        color: #FFF;
    }

    .About_Gover_Box2 {
        width: 100%;
        height: auto;
        background: url(../images/Mobile/About_Swiper_BK.jpg) bottom center no-repeat;
        background-size: 100% auto;
        margin-bottom: 27px;
        overflow: hidden;
    }

    .About_Gover_Swiper_Title {
        margin: 0 auto;
        width: 80%;
        height: auto;
        line-height: 27px;
        font-size: 20px;
        font-weight: bold;
        color: #000;
        text-align: center;
        margin-bottom: 24px;
    }

    .About_Gover_Swiper_Title a {
        color: #000;
    }

    .About_Gover_Swiper {
        margin: 0 auto;
        width: 92vw;
        height: 58vw;
        padding-bottom: 140px;
    }

    .About_Gover_Swiper p {
        position: absolute;
        left: 4vw;
        width: 33vw;
        height: 50vw;
        border-radius: 2vw;
        overflow: hidden;
        z-index: 3;
    }

    .About_Gover_Swiper p img {
        width: 33vw;
        height: 50vw;
    }

    .About_Gover_Swiper_Txt {
        position: absolute;
        left: 0;
        top: 6vw;
        width: 92vw;
        height: 52vw;
        background: url(../images/About_Swiper_Block_BK.jpg) Right bottom no-repeat;
        background-size: 30vw 30vw;
        background-color: #D88972;
        border-radius: 10px;
        z-index: 1;
    }

    .About_Gover_Swiper_Txt h4 {
        float: right;
        margin-top: 4vw;
        width: 51vw;
        height: 32px;
        border-bottom: 1px solid #FFF;
        font-size: 20px;
        font-weight: bold;
        line-height: 32px;
        color: #FFF;
    }

    .About_Gover_Swiper_Txt h4 a {
        color: #FFF;
    }

    .About_Gover_Swiper_Txt h5 {
        float: right;
        margin-top: 4vw;
        padding-right: 4vw;
        width: 47vw;
        height: auto;
        font-size: 14px;
        line-height: 20px;
        color: #FFF;
    }

    .About_Gover_BTPrev {
        position: absolute;
        left: calc(50% - 85px);
        bottom: 52px;
        width: 48px;
        height: 48px;
        background: url(../images/About_BTPrev.png);
        background-size: 48px 48px;
        z-index: 2;
        cursor: pointer;
    }

    .About_Gover_BTNext {
        position: absolute;
        left: calc(50% + 37px);
        bottom: 52px;
        width: 48px;
        height: 48px;
        background: url(../images/About_BTNext.png);
        background-size: 48px 48px;
        z-index: 2;
        cursor: pointer;
    }

    .About_Gover_BTPrev:hover {
        background: url(../images/About_BTPrev_on.png);
        background-size: 48px 48px;
    }

    .About_Gover_BTNext:hover {
        background: url(../images/About_BTNext_on.png);
        background-size: 48px 48px;
    }

    .About_Gover_Swiper_CoverL {
        display: none;
    }

    .About_Gover_Swiper_CoverR {
        display: none;
    }

    .About_Gover_pagination {
        bottom: 60px;
        font-size: 20px;
        line-height: 30px;
        color: #000;
        z-index: 1;
    }

    .About_Rules_Box {
        width: 100%;
        height: auto;
        background: url(../images/Mobile/About_Rules_BK.jpg) center center no-repeat;
        /* margin-bottom: 27px; */
        background-size: 100% 100%;
        overflow: hidden;
    }

    .About_Rules_Div {
        height: auto;
    }

    .About_Rules_Left {
        /* margin-top: 15vw;  */
        height: auto;
        overflow: hidden;
    }

    .About_Rules_Left h4 {
        width: 100%;
        height: auto;
        line-height: 38px;
        font-size: 30px;
        font-weight: bold;
        font-family: "Times New Roman";
        color: #000;
        text-transform: uppercase;
        margin-bottom: 22px;
        margin-top: 50px;
    }

    .About_Rules_Left h4 a {
        color: #000;
    }

    .About_Rules_Left h5 {

        /* height: 195px; */
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 30px;
        color: #000;
    }

    .About_Rules_Left h6 {
        width: 192px;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        color: #000;
        border-radius: 22px;
        border: 1px solid #000;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 70px;
    }

    .About_Rules_Left h6 a {
        color: #000;
    }

    .About_Rules_Right {
        float: right;
        /* margin-top:180px; */
        width: 35vw;
        height: auto;
        margin-left: 4vw;
    }

    .About_Rules_Right img {
        width: 35vw;
    }

    .About_Branches_Box {
        width: 100%;
        height: auto;
        /* margin-bottom: 27px; */
        overflow: hidden;
    }

    .About_Branches_Title {
        margin-top: 54px;
        height: 54px;
    }

    .About_Branches {
        width: 100%;
        height: auto;
        /* display: flex;
        justify-content: space-between; */
        overflow: hidden;
    }

    .About_Branches_Div1 {
        width: 92vw;
    }

    .About_Branches_Div2 {
        width: 92vw;
    }

    .About_Branches_Div3 {
        width: 92vw;
    }

    .About_Branches_Block {
        display: block;
        position: relative;
        width: 92vw;
        border-radius: 10px;
        overflow: hidden;
    }

    .About_Branches_Block1 {
        height: 55vw;
        margin-bottom: 4vw;
    }

    .About_Branches_Block1 p {
        width: 92vw;
        height: 55vw;
        overflow: hidden;
    }

    .About_Branches_Block1 p img {
        width: 92vw;
        height: 55vw;
    }

    .About_Branches_Block1 h4 {
        width: 92vw;
        height: 55vw;
        overflow: hidden;
    }

    .About_Branches_Block2 {
        width: 92vw;
        height: 43vw;
        margin-bottom: 4vw;
    }

    .About_Branches_Block2 p {
        width: 92vw;
        height: 43vw;
        overflow: hidden;
    }

    .About_Branches_Block2 p img {
        width: 92vw;
        height: 43vw;
    }

    .About_Branches_Block2 h4 {
        width: 92vw;
        height: 43vw;
        overflow: hidden;
    }

    .About_Branches_Block3 {
        width: 92vw;
        height: 100vw;
        margin-bottom: 4vw;
    }

    .About_Branches_Block3 p {
        position: absolute;
        width: 92vw;
        height: 100vw;
        overflow: hidden;
        z-index: 1;
    }

    .About_Branches_Block3 p img {
        width: 92vw;
        height: 100vw;
    }

    .About_Branches_Block3 h4 {
        width: 92vw;
        height: 100vw;
        overflow: hidden;
    }

    .About_Branches_Block h4 {
        position: absolute;
        top: 0;
        overflow: hidden;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        line-height: 32px;
        font-weight: bold;
        color: #FFF;
        z-index: 2;
        transition: all 0.5s;
    }

    .About_Branches_Block h4 a {
        display: block;
        width: 90%;
        color: #FFF;
    }




    .About_Branches_Block:hover h4 {
        background-color: rgba(0, 160, 233, 0.6);
        transition: all 0.5s;
    }

    .About_Careers_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 40px;
    }

    .About_Careers_Title {
        margin-top: 50px;
        height: 62px;
    }

    .About_Careers_List {
        margin: 0 auto;
        width: 92vw;
        height: auto;

    }

    .About_Careers_List ul {
        width: 100%;
        /* height: 185px; */
    }

    .About_Careers_List li {
        width: 100%;
        height: 150px;
        margin-right: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s;
        background-color: #FFF;
        box-shadow: 0 0 10px #ebebeb;

        margin-bottom: 4vw;
    }

    .About_Careers_List li h4 {
        font-size: 18px;
        line-height: 36px;
        color: #000;
        font-weight: bold;
    }

    .About_Careers_List li h4 a {
        color: #000;
        /* transition: all 0.5s;     */
    }

    .About_Careers_List li:nth-child(3n) {
        margin-right: 0px;
    }

    .About_Careers_List1 em {
        width: 36px;
        height: 33px;
        margin-right: 15px;
        background: url(../images/About_Icon1.png) center center no-repeat;
        background-size: 36px 33px;
    }

    .About_Careers_List li:hover {
        background-color: #D08069;
        box-shadow: 0 0 10px #ebebeb;
    }

    .About_Careers_List li:hover h4 a {
        color: #FFF;
        /* transition: all 0.5s; */
    }

    .About_Careers_List1:hover em {
        background: url(../images/About_Icon1_on.png) center center no-repeat;
        background-size: 36px 33px;
    }

    .About_Careers_List2:hover em {
        background: url(../images/About_Icon2_on.png) center center no-repeat;
        background-size: 36px 33px;
    }

    .About_Careers_List3:hover em {
        background: url(../images/About_Icon3_on.png) center center no-repeat;
        background-size: 36px 33px;
    }

    .About_Careers_List2 em {
        width: 36px;
        height: 33px;
        margin-right: 15px;
        background: url(../images/About_Icon2.png) center center no-repeat;
        background-size: 36px 33px;
    }

    .About_Careers_List3 em {
        width: 36px;
        height: 33px;
        margin-right: 15px;
        background: url(../images/About_Icon3.png) center center no-repeat;
        background-size: 36px 33px;
    }

    /* Cooper_Bay_Box */
    .Cooper_Bay_Box {
        width: 100%;
        height: auto;
        background: url(../images/Mobile/Cooper_Bay_BK.jpg) top center no-repeat;
        /* margin-bottom: 27px; */
        background-size: 100% auto;
        overflow: hidden;
    }

    .Cooper_Bay_Div {
        height: auto;
    }

    .Cooper_Bay_Title {
        margin-top: 55px;
        height: 60px;
    }

    .Cooper_Bay_Left {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Cooper_Bay_Right {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Cooper_Bay_Pic {

        width: 100%;
        height: auto;
        z-index: 1;
    }

    .Cooper_Bay_Pic img {
        width: 100%;
    }

    .Cooper_Bay_Txt {

        width: 80vw;
        height: auto;
        padding: 4vw;
        background-color: #FFF;
        z-index: 2;
    }

    .Cooper_Bay_Txt h4 {
        font-size: 22px;
        font-weight: bold;
        color: #000;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .Cooper_Bay_Txt h4 a {
        color: #000;
    }

    .Cooper_Bay_Txt h5 {
        font-size: 14px;
        color: #000;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .Cooper_Bay_Txt h5 a {
        color: #000;
    }

    .Cooper_Bay_Txt h6 {
        width: 150px;
        height: 36px;
        font-size: 14px;
        color: #000;
        line-height: 36px;
        border-radius: 18px;
        text-align: center;
        text-transform: uppercase;
        border: 1px solid #000;
    }

    .Cooper_Bay_Txt h6 a {
        color: #000;
    }

    .Cooper_Bay_Left .Cooper_Bay_Txt {
        margin-top: -8vw;
    }

    .Cooper_Bay_Right .Cooper_Bay_Txt {
        top: 0;
        left: 4vw;
    }

    .Cooper_Bay_Right .Cooper_Bay_Pic {
        top: -8vw;
        left: 0px;
    }

    .Cooper_Bay_Right .Cooper_Bay_Txt h6 {
        margin-left: calc(80vw - 150px);
    }

    .Cooper_International_Box {
        width: 100%;
        height: auto;
        background: url(../images/Mobile/Cooper_International_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .Cooper_International_Div {
        height: auto;
    }

    .Cooper_International_Title {
        margin-top: 50px;
        height: 55px;
    }

    .Cooper_Inter_Swiper {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        padding-bottom: 100px;
        overflow: hidden;
    }

    .Cooper_Inter_Swiper p {
        margin: 0 auto;
        width: 72vw;
        height: 81vw;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .Cooper_Inter_Swiper p img {
        width: 72vw;
        height: 81vw;
    }

    .Cooper_Inter_Swiper h3 {
        width: 92vw;
        background-color: #D88972;
        font-size: 18px;
        color: #FFF;
        font-weight: bold;
        border-radius: 15px;

        text-align: center;
        height: 30px;
        line-height: 30px;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .Cooper_Inter_Swiper h3 a {
        color: #FFF;
    }



    .Cooper_Inter_Txt {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Cooper_Inter_Txt h4 {
        font-size: 22px;
        font-weight: bold;
        line-height: 32px;
        color: #000;
        margin-bottom: 15px;
    }

    .Cooper_Inter_Txt h4 a {
        color: #000;
    }

    .Cooper_Inter_Txt h5 {
        font-size: 12px;
        line-height: 20px;
        color: #000;
        margin-bottom: 25px;
    }

    .Cooper_Inter_Txt h5 a {
        color: #000;
    }

    .Cooper_Inter_Txt h6 {
        width: 190px;
        height: 46px;
        border: 1px solid #000;
        line-height: 45px;
        text-align: center;
        text-transform: uppercase;
        border-radius: 23px;
        font-size: 16px;
    }

    .Cooper_Inter_Txt h6 a {
        color: #000;
    }

    .Cooper_Inter_BTPrev {
        position: absolute;
        left: calc(50% - 68px);
        bottom: 50px;
        width: 48px;
        height: 47px;
        background: url(../images/About_BTPrev.png);
        background-size: 48px 47px;
        z-index: 2;
        cursor: pointer;
    }

    .Cooper_Inter_BTNext {
        position: absolute;
        left: calc(50% + 20px);
        bottom: 50px;
        width: 48px;
        height: 47px;
        background: url(../images/About_BTNext.png);
        background-size: 48px 47px;
        z-index: 2;
        cursor: pointer;
    }

    .Cooper_Inter_BTPrev:hover {
        background: url(../images/About_BTPrev_on.png);
    }

    .Cooper_Inter_BTNext:hover {
        background: url(../images/About_BTNext_on.png);
    }

    .Cooper_Inter_pagination {
        display: none;
        top: 0 !important;
        left: 0 !important;
        font-size: 24px !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 1260px !important;
        height: 50px !important;
        display: flex;
        justify-content: space-between;
        z-index: 11;
        overflow: hidden;
    }

    .Cooper_Inter_pagination .swiper-pagination-bullet {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        border-radius: 25px;
        font-size: 24px !important;
        font-weight: bold !important;
        color: #000;
        background-color: transparent;
        height: 50px !important;
        line-height: 50px;
        padding: 0 20px;
        opacity: 1;
        cursor: pointer;
    }

    .Cooper_Inter_pagination .swiper-pagination-bullet a {
        color: #000;
    }

    .Cooper_Inter_pagination .swiper-pagination-bullet-active {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        background-color: #D88972;
        font-size: 24px !important;
        font-weight: bold !important;
        border-radius: 25px;
        padding: 0 20px;
        height: 50px !important;
        line-height: 50px;
        color: #FFF;
        opacity: 1;
        /* margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px)!important; */
    }

    .Cooper_Forum_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        background-color: #FFF;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .Cooper_Forum_Left {
        width: 100%;
    }

    .Cooper_Forum_Mid {
        width: 100%;
    }

    .Cooper_Forum_Right {
        width: 100%;
    }

    .Cooper_Forum_Title {
        margin-top: 75px;
        width: 100;
        line-height: 32px;
        height: 83px;
        text-align: left;
    }

    .Cooper_Forum_Pic {
        width: 92vw;
        height: auto;
        border-radius: 10px;
        overflow: hidden;
    }

    .Cooper_Forum_Pic img {
        width: 92vw;
    }

    .Cooper_Forum_Block {
        background-color: #000;
        border-radius: 10px;
        height: auto;
    }

    .Cooper_Forum_Block h4 {
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
        color: #FFF;
        margin-bottom: 8px;
    }

    .Cooper_Forum_Block h4 a {
        color: #FFF;
    }

    .Cooper_Forum_Block h5 {
        font-size: 16px;
        line-height: 22px;
        color: #FFF;
        margin-bottom: 5px;

    }

    .Cooper_Forum_Block em {
        position: absolute;
        bottom: 20px;
        right: 22px;
        width: 39px;
        height: 28px;
        background: url(../images/Cooper_Arrow.png) center center no-repeat;
        opacity: 0;
    }

    .Cooper_Forum_Block1 {
        padding: 6vw 4vw 10vw 4vw;
        width: 84vw;
        height: auto;
        border-radius: 10px;
        background-color: #D88972;
        margin-bottom: 30px;

    }

    .Cooper_Forum_Block2 {
        padding: 6vw 4vw 10vw 4vw;
        width: 84vw;
        height: auto;
        border-radius: 10px;
        background-color: #D88972;
        margin-bottom: 30px;
    }

    #M1 {
        margin-top: 30px;
    }

    .Cooper_Forum_Mid .Cooper_Forum_Block1 {
        opacity: 1;
        background-color: #D88972;
    }

    .Cooper_Forum_Mid .Cooper_Forum_Block2 {
        background-color: #31A6DB;
        opacity: 1;
    }

    .Cooper_Forum_Right .Cooper_Forum_Block1 {
        background-color: #2663AC;
        opacity: 1;
    }

    .Cooper_Forum_Right .Cooper_Forum_Block2 {
        background-color: #057580;
        opacity: 1;
    }

    .Cooper_CIAI_Box {
        width: 100%;
        height: auto;
        background-color: #F9F9F9;
        overflow: hidden;
    }

    .Cooper_CIAI_Div {
        padding-top: 70px;
        height: auto;
    }

    .Cooper_CIAI_Block {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .Cooper_CIAI_Mid {
        padding: 4vw;
        width: 84vw;
        height: 113vw;
        background: url(../images/Cooper_Arbitration_BK.jpg) center center no-repeat;
        background-size: 92vw 121vw;
        margin-bottom: 30px;
    }

    .Cooper_CIAI_Block p {
        width: 92vw;
        height: auto;
        transition: all 0.5s;
    }

    .Cooper_CIAI_Block p img {
        width: 92vw;
    }

    .Cooper_CIAI_Txt {
        padding: 4vw;
        width: 84vw;
        height: auto;
        background-color: #FFF;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        overflow: hidden;
        transition: all 0.5s;
    }

    .Cooper_CIAI_Txt h4 {
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
        color: #000;
        margin-bottom: 15px;
    }

    .Cooper_CIAI_Txt h4 a {
        color: #000;
    }

    .Cooper_CIAI_Txt h5 {
        font-size: 16px;
        line-height: 24px;
        color: #000;
        margin-bottom: 15px;
    }

    .Cooper_CIAI_Mid h4 {
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
        color: #000;
        margin-bottom: 15px;
    }

    .Cooper_CIAI_Mid h4 a {
        color: #000;
    }

    .Cooper_CIAI_Mid h5 {
        width: 240px;
        font-size: 16px;
        line-height: 24px;
        color: #000;
        margin-bottom: 15px;
    }

    /* Notice */
    .List_Type_Div3 li {
        /* width: 385px; */
    }

    .Notice_Div {
        /* width: 100%; */
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .Notice_Div ul {
        margin-top: 20px;
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
    }

    .Notice_Div li {
        padding: 10px 0;
        /* width: 640px; */
        height: auto;
        overflow: hidden;
        /* margin-bottom: 30px; */
    }

    .Notice_Div li:hover {
        background-color: #EEEEEE;
        /* margin-bottom: 30px; */
    }

    .Notice_Date {
        float: left;
        width: 55px;
        height: 55px;
        overflow: hidden;
        border: 1px solid #eee;
        margin-bottom: 10px;
        /* box-shadow: 0 0 2px #aaa; */
    }

    .Notice_Date h4 {
        margin-top: 5px;
        width: 100%;
        height: 28px;
        line-height: 28px;
        text-align: center;
        font-size: 22px;
        color: #0011A9;
        font-weight: bold;
    }

    .Notice_Date h5 {
        width: 100%;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 14px;
        color: #0011A9;
    }

    .Notice_Txt {
        float: left;
        margin-left: 10px;
        margin-top: 10px;
        width: calc(92vw - 67px);
    }

    .Notice_Txt h4 {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        margin-bottom: 10px;
    }

    .Notice_Txt h4 a {
        color: #000;
    }

    .Notice_Txt p {
        width: calc(92vw - 67px);
        border-radius: 10px;
        overflow: hidden;
        /* margin-bottom: 10px; */
    }

    .Notice_Txt p img {
        width: calc(92vw - 67px);
    }

    /* QNA_Div */
    .List_Type_Div6 li {
        /* width: 152px; */
    }

    .QNA_Div {
        /* width: 100%; */
        height: auto;
        overflow: hidden;
        margin-bottom: 60px;
    }

    .QNA_Type_Div {
        display: none;
        width: 360px;
        height: auto;
        padding: 35px 0 50px 0px;
        background-color: #D88972;
        overflow: hidden;
    }

    .QNA_Type_Line {
        width: 100%;
        height: auto;
        margin-bottom: 16px;
    }

    .QNA_Type_LineTitle {
        display: block;
        width: 320px;
        padding: 10px 20px;
        font-size: 18px;
        color: #FFF;
        font-weight: bold;
        height: auto;
        line-height: 30px;

    }

    .QNA_Type_Line a {
        color: #FFF;
    }

    .QNA_Type_LineL2 {
        display: none;
        padding: 15px 20px 25px 20px;
        background-color: #FDF9F8;
    }

    .QNA_Type_LineL2 ul {
        /* display: none; */
        width: 100%;
        height: auto;
        list-style: decimal;
        list-style-type: decimal;
    }

    .QNA_Type_LineL2 li {
        padding: 9px 0;
        margin-left: 15px;
        display: list-item;
        list-style-type: decimal;
        font-size: 16px;
        line-height: 20px;
        color: #000;
    }

    .QNA_Type_LineL2 li a {
        color: #000;
    }

    .QNA_Type_Content {
        padding: 4vw 0;
        /* width: 956px; */
        height: auto;
        /* border: 1px solid #EEE; */
    }

    .QNA_Type_Content p {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        line-height: 28px;
        margin-bottom: 28px;
    }

    .QNA_Type_Content h4 {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        line-height: 28px;
    }

    .QNA_Type_Content h5 {
        font-size: 18px;
        color: #000;
        line-height: 28px;
        margin-bottom: 26px;
    }

    .QNA_Type_LineTitleClick {
        background-color: #E0A18E;
        cursor: pointer;
    }
    /* File_Div */
    .File_Div {
        /* width: 100%; */
        height: auto;
        overflow: hidden;
        margin-bottom: 6vw;
    }

    .File_Block {
        margin-top: 6vw;
        width: 100%;
        height: auto;
        margin-bottom: 40px;
        overflow: hidden;
    }

    .File_Left {

        width: 92vw;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        justify-content: center;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .File_Block1 .File_Left {
        height: 180px;
        background-color: #D88972;
    }


    .File_Block2 .File_Left {
        height: 180px;
        background-color: #31A6DB;
    }



    .File_Block3 .File_Left {
        height: 180px;
        background-color: #057580;
    }


    .File_Block4 .File_Left {
        height: 180px;
        background-color: #D88972;
    }


    .File_Block5 .File_Left {
        height: 180px;
        background-color: #2663AC;
    }



    .File_Left p {
        width: 100%;
        height: 62px;
        margin-bottom: 10px;
    }

    .File_Left p img {
        margin: 0 auto;
        width: 82px;
        height: 62px;
    }

    .File_Left h4 {
        margin: 0 auto;
        width: 70%;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        color: #FFF;
    }

    .File_Left h4 a {
        color: #FFF;
    }

    .File_Right {
        padding: 6vw 4vw 10vw 4vw;
        width: calc(84vw - 2px);
        height: auto;
        border: 1px solid #eee;
        border-top: 0px;
        overflow: hidden;
    }

    .File_Right ul {
        height: auto;
    }

    .File_Right li {
        font-size: 18px;
        line-height: 22px;
        color: #000;
        background: url(../images/File_Dot.png) left top no-repeat;
        background-position: 0 3px;
        padding-left: 16px;
        margin-bottom: 20px;
    }

    .File_Right li a {
        color: #000;
    }
    /* Laws_Div */
    .Laws_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 40px;
    }
    .Laws_Block{
        width: 100%;
        height: auto;
        padding:18px 0 56px 0;
        border-bottom: 1px solid #eee;
        transition: all 0.5s;
    }

    .Laws_Text{
        width: 100%;
        height: auto;
    }
    .Laws_Text h4{
        font-size: 14px;
        line-height: 18px;
        height: 28px;
        color: #D78971;
    }
    .Laws_Text h4 a{
        color: #D78971;
    }
    .Laws_Text h5{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;  
        color: #000;
    }
    .Laws_Text h5 a{
        color: #000;
    }
    .Laws_BT{
        float: right;
        width: 140px;
        height: 34px;
        text-align: center;
        border-radius: 17px;
        font-size: 14px;
        line-height: 34px;
        color: #FFF;
        background-color: #D88972;
    }
    .Laws_BT a{
        color: #FFF;        
    }
    
}