/* PC */
/* Top菜单部分 */
@media (min-width:600px) {
  .TopHead_Box {
    width: 100%;
    height: auto;
  }

  .TopHead_Div {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 72px);
    padding: 0 36px;
    max-width: 1848px;
    min-width: 1290px;
    height: 40px;
    padding-top: 49px;
    margin-bottom: 48px;
    /* overflow: hidden; */
  }

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

  .TopHead_Left {
    float: left;
    padding-top: 8px;
    width: 380px;
    height: 23px;
    font-size: 0;
  }

  .TopHead_Left h4 {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 23px;
    cursor: pointer;
  }

  .TopHead_Left h4 img {
    width: 23px;
    height: 23px;
  }
  .TopHead_Menu{
    background: url(../img/Top_Icon_Menu.png) center center no-repeat;
  }
  .TopHead_Home{
    background: url(../img/Top_Icon_Home.png) center center no-repeat;
  }
  .TopHead_Search{
    background: url(../img/Top_Icon_Search.png) center center no-repeat;
  }

  .TopHead_Left h6 {
    display: inline-block;
    /* padding-top: 3px; */
    width: 177px;
    height: 21px;
  }

  .TopHead_Left h6 img {
    width: 177px;
    height: 19px;
  }

  .TopHead_Right {
    float: right;
    width: 220px;
    height: 32px;
    display: flex;
    justify-content: space-between;
  }

  .TopHead_Right h4 {
    display:block;
  }

  .TopHead_Right h4 a {
    display:block;
    width: 104px;
    height: 32px;
    background-color: #DFE7EE;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #070707;
  }
  .TopHead_Right h4 a:hover {
    background-color:  #0B497D;
    color:#DFE7EE;
  }
  .TopHead_Sighin {
    background-color: #0B497D ;
    color: #FFF;
  }

  .TopHead_Sighin a {
    color: #FFF;
  }

  .TopHead_Pop_Div {
    display: none;
    margin: 0 auto;
    position: absolute;
    padding: 40px 28px;
    top: 110px;
    width: calc(100% - 56px - 72px);
    height: auto;
    box-shadow: 0 0 30px #eee;
    overflow: hidden;
    z-index: 3;
    background-color: #FFF;

    max-width: 1864px;
    min-width: 1234px;

  }

  .TopHead_Pop_Input {
    width: 100%;
    /* border-radius: 6px; */
    height: 50px;        
    margin-bottom: 45px;
  }

  .TopHead_Pop_Input input {
    float: left;
    border: 1px solid #AAA;
    padding: 9px;
    padding-right: 0px;
    border-right: 0px;
    width: calc(100% - 68px);
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #656565;
  }
  .TopHead_Pop_BTSearch{
    float: left;
    width: 56px;
    height: 50px;
    background-color: #083E6D;        
  }
  .TopHead_Pop_BTSearch img{
    margin: 0 auto;
    margin-top: 14px;
    width: 23px;
    height: 23px;        
  }

  .TopHead_Pop_Input input::input-placeholder {
    color: #656565;
  }

  .TopHead_Pop_Input input::-webkit-input-placeholder {
    color: #656565;
  }

  .TopHead_Pop_Input input::-moz-placeholder {
    color: #656565;
  }

  .TopHead_Pop_Input input::-ms-input-placeholder {
    color: #656565;
  }

  .TopHead_Pop_Title{
    height: 28px;
    line-height: 28px;
    margin-bottom: 55px;
  }
  .TopHead_Pop_Title h4{
    display: inline-block;

    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    height: 28px;

    padding: 0 40px;
    line-height: 28px;
    font-size: 20px;
    color: #b9b9b9;
    margin-bottom: 55px;
  }
  .TopHead_Pop_Title h4:first-child{
    padding-left: 0;
  }
  .TopHead_Pop_Title h4 a{
    color: #999;        
  }
  .TopHead_Pop_Title h4 a:hover{
    color: #000;
  }
  .TopHead_Pop_TitleNow{
    font-size: 24px;
    font-weight: bold;
    color: #000!important;
  }
  .TopHead_Pop_TitleNow a{
    color: #000!important;
  }

  .TopTitle_Div {
    height: 88px;
    line-height: 60px;
    font-size: 48px;
    /* font-weight: bold; */
    color: #073D6D;
    text-align: center;
    font-family: "Roboto Black";
    text-transform: uppercase;
  }

  .TopTitle_Div a {
    color: #073D6D;
  }

  .TopHead_Pop_List_Div{
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 80px;
  }
  .TopHead_Pop_ListBlock{
    min-width: 295px;
    /* margin-right: 100px; */
    height: auto;
    margin-bottom: 60px;
  }
  .TopHead_Pop_ListTitle{
    font-size: 24px;
    font-family: "Roboto Bold";
    color: #000;
    height: 32px;
    line-height: 32px;
    margin-bottom: 23px;
  }
  .TopHead_Pop_ListTitle a{
    color: #000;
  }

  .TopHead_Pop_List{
    height: auto;
  }

  .TopHead_Pop_List ul{
    height: auto;
  }

  .TopHead_Pop_List li{
    font-family: "Roboto Light";
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #000;
  }
  .TopHead_Pop_List li a{
    color: #000;
  }



  .TopMenu_Div {
    height: 47px;
    border-bottom: 2px solid #888888;
    overflow: hidden;
  }

  .BUSS_Menu_Div {
    width: 100%;
    height: 25px;
  }

  .BUSS_Menu_Div ul {
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: space-around;
  }

  .BUSS_Menu_Div li {
    float: left;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    height: 25px;
    /* padding: 0 16px; */
    font-size: 18px;
    font-family: "Roboto Light";
    line-height: 25px;
    /* font-weight: bold; */
    color: #000;
    text-transform: uppercase;
  }



  .BUSS_Menu_Div .Main_Menu_Now li a {
    font-family: "Roboto Bold";
    font-weight: bold;
    color: #073D6D;
  }




  .Main_Menu_Li {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    height: 47px;
    /* padding-bottom: 15px; */
  }
  .Main_Menu_Li a:hover{
    font-family: "Roboto Bold";
    font-weight: bold;
    color: #073D6D;
  }
  .Menu_List_Div li:hover .Main_Menu_L2 {
    display: block;
  }

  .Menu_List_Div .Main_Menu_L2 {
    display: none;
    position: absolute;
    left: 0;
    min-width: 200px;
    /* transform: translateX(-50%); */
    top: 44px;
    padding: 15px 0 40px 0;
    width: auto;
    background-color: rgba(216, 137, 114, 0.95);
    z-index: 2;
  }

  .Menu_List_Div .Main_Menu_L2 h4 {
    position: relative;
    display: block;
    line-height: 24px;
    height: 24px;
    padding: 12px;
    width: auto;
    /* min-width: 92px; */
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 4px;
    cursor: pointer;
    white-space: nowrap;
  }

  .Menu_List_Div .Main_Menu_L2 h4 a {
    color: #FFF;
  }


  .Menu_List_Div .Main_Menu_L2 h4:hover {
    background-color: #C1755F;
  }

  .TopMenu_Search_Pop {
    display: none;
    position: absolute;
    width: 1920px;
    height: 300px;
    top: 90px;
    left: -260px;
    background-color: #F0F0F0;
    z-index: 2;
  }

  .TopMenu_Search_Pop_Div {
    margin: 0 auto;
    margin-top: 120px;
    width: 528px;
    height: 58px;
    border-radius: 29px;
    background-color: #D88972;
  }

  .TopMenu_Search_Pop_Left {
    float: left;
    width: 430px;
    height: 58px;
    margin-left: 25px;
    line-height: 58px;
  }

  .TopMenu_Search_Pop_Left input {
    float: left;
    width: 430px;
    height: 58px;
    line-height: 58px;
    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;
    width: 56px;
    height: 58px;
    line-height: 58px;
  }

  .TopMenu_Search_Pop_Right img {
    margin-top: 15px;
    width: 32px;
    height: 28px;

  }
}

/* 翻页控制部分 */
@media (min-width:600px) {

  /* PageControl_Box  */
  .PageControl_Box {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    /* margin-bottom: 45px; */
  }

  .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: 100px;
    /* border: 1px solid saddlebrown; */
  }

  .PageControl_Num {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: 32px;
  }

  .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: 32px;
    height: 32px;
    line-height: 32px;

    font-size: 16px;
    text-align: center;
    margin-right: 30px;
    border: 1px solid #DDDAD2;
    background-color: #F7F6F3;
  }

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

/* 导航栏面包屑部分 */
@media (min-width:600px) {
  .Nav_Box {
    width: 100%;
    height: 60px;
    width: 100%;
  }

  .Nav_Div {
    height: 60px;
    line-height: 60px;
    font-family: 'Times New Roman';
    font-size: 16px;
    color: #000;
  }

  .Nav_Div a {
    color: #000;
  }
}

/*  底部 部分 */
@media (min-width:600px) {

  /* Bottom_Box */
  .Bottom_Box {
    margin: 0 auto;
    width: 1920px;
    margin-left: calc(50% - 960px);
    height: 686px;
    background: url(../img/Bottom_BK.jpg) center center no-repeat;
    overflow: hidden;
  }

  .Bottom_Div {
    border-top: 2px solid #929292;
    padding-top: 15px;
    padding-bottom: 70px;
    margin: 0 auto;
    height: 90px;
  }

  .Bottom_Map_Div {
    width: 100%;
    height: 21px;
    margin-bottom: 30px;
  }

  .Bottom_Logo {
    float: left;
    width: 202px;
    height: 21px;
  }

  .Bottom_Logo img {
    width: 191px;
    height: 21px;
  }

  .Bottom_copy {
    float: left;
    margin-top: 5px;
    width: 160px;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    color: #333;
  }

  .Bottom_Menu_List {
    float: left;
    margin-top: 5px;
    width: 928px;
    height: 19px;
    line-height: 19px;
    overflow: hidden;
  }

  .Bottom_Menu_List ul {
    width: 928px;
    height: 19px;
    display: flex;
    justify-content: space-between;
  }

  .Bottom_Menu_List li {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    height: 19px;
    font-size: 12px;
    line-height: 19px;
    color: #333;
  }

  .Bottom_Menu_List li a {
    color: #333;
  }

  .Bottom_Info_Div {
    margin: 0 auto;
    width: 210px;
    height: 36px;
    overflow: hidden;
  }

  .Bottom_Info_Div h4 {
    float: left;
    width: 173px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #656565;
  }

  .Bottom_Info_Div p {
    float: left;
    width: 31px;
    height: 36px;
    overflow: hidden;
  }

  .Bottom_Info_Div p img {
    float: left;
    width: 31px;
    height: 36px;
    overflow: hidden;
  }

  .BackTop_Div {
    position: fixed;
    z-index: 10;
    right: 50px;
    bottom: 30px;
    width: 39px;
    height: 31px;
  }

  .BackTop_Div img {
    width: 39px;
    height: 31px;
  }
  
}

/*  列表 部分 */
@media (min-width:600px) {

  /* List_Banner_Box */
  .List_Banner_Box {
    margin: 0 auto;
    margin-left: calc(50% - 960px);
    width: 1920px;
    height: 400px;
    overflow: hidden;
  }

  .List_Banner_Div {
    width: 1920px;
    height: 400px;
  }

  .List_Banner_Div img {
    width: 1920px;
    height: 400px;
  }

  .List_Type_Box {
    margin: 0 auto;
    margin-left: calc(50% - 960px);
    width: 1920px;
    height: 140px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 72px;
  }

  .List_Type_Div {
    margin: 0 auto;
    width: 1400px;
    height: 140px;
    border-right: 1px solid #f0f0f0;
  }

  .List_Type_Div ul {
    width: 1400px;
    height: auto;
  }

  .List_Type_Div li {
    float: left;
    width: 269px;
    padding: 0 40px;
    border-top: 18px solid #fff;
    height: 122px;
    border-left: 1px solid #F0f0f0;
    border-bottom: 1px solid #F0f0f0;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    line-height: 26px;
    color: #000;
  }

  .List_Type_Div li a {
    color: #000;
  }

  .List_Type_Now {
    border-top: 18px solid #D88972 !important;
    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_Div {
    margin: 0 auto;
    margin-left: calc(50% - 700px);
    width: 1400px;
    height: auto;
    margin-bottom: 65px;
    overflow: hidden;
  }

  .List_Div ul {
    width: 100%;
    list-style: none;
  }

  .List_Div li {
    float: left;
    width: 680px;
    min-height: 212px;
    margin-right: 40px;
    padding: 35px 0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
  }

  .List_Div li:nth-child(2n) {
    margin-right: 0px;
  }

  .List_Pic_Div {
    float: left;
    width: 305px;
    height: 212px;
    margin-right: 15px;
    cursor: pointer;
  }

  .List_Pic_Div p {
    width: 305px;
    height: 212px;
    overflow: hidden;
  }

  .List_Pic_Div em {
    position: absolute;
    left: 0;
    top: 0;
    width: 305px;
    height: 212px;
    background: url(../img/List_Arrow.png) center center no-repeat;
    background-color: rgba(0, 160, 233, 0.7);
    opacity: 0;
    transition: all 0.5s;
    z-index: 3;
  }

  .List_Pic_Div p img {
    width: 305px;
    height: 212px;
    transition: all 0.5s;
  }

  .List_Pic_Div:hover img {
    scale: 1.2;
    transition: all 0.5s;
  }

  .List_Pic_Div:hover h6 {
    transition: all 0.5s;
    opacity: 0;
  }

  .List_Pic_Div:hover em {
    transition: all 0.5s;
    opacity: 1;
  }

  .List_Data_Div {
    display: block;
    width: 100%;
    height: 34px;
    margin-bottom: 15px;
    overflow: hidden;
  }

  .List_Div li h6 {
    position: absolute;
    display: block;
    width: 125px;
    height: 34px;
    background-color: #00A0E9;
    line-height: 34px;
    font-size: 16px;
    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: 28px;
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .List_Div li h4 a {
    color: #000;
  }

  .List_Div li h5 {
    display: block;
    line-height: 24px;
    font-size: 16px;
    color: #000;
  }

  .List_Div li h5 a {
    color: #000;
  }
}

/* 文章 部分 */
@media (min-width:600px) {
  .Artical_Div {
    margin: 0 auto;
    margin-top: 50px;
    width: 1200px;
    margin-left: calc(50% - 600px);
    height: auto;
    overflow: hidden;
  }

  /* 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: 30px;
    font-size: 45px;
    font-weight: bold;
    line-height: 55px;
    color: #000;
    /* text-transform: uppercase; */
  }

  .Artical_Content_Title a {
    color: #000;
  }

  .Artical_Content_Info_Div {
    padding: 14px;
    height: 25px;
    background-color: #F3F3F3;
    /* border-bottom: 2px solid #E7EFFB; */
  }

  .Artical_Content_Info {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
  }

  .Artical_Content_Info h4 {
    display: inline-block;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 25px;
    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: 16px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 25px;
    color: #656565;
  }

  .Artical_Content_Info h5 a {
    color: #656565;
  }

  .Artical_Content_Text_Div {
    width: 100%;
    height: auto;
    padding-top: 50px;
    /* 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: 20px;
    line-height: 28px;
    color: #000;
    margin-bottom: 25px;
  }

  .Artical_Content_Text p img {
    margin: 0 auto;
    padding-top: 20px;
    width: 800px;
  }

  .Artical_Content_Text span {
    display: block;
    margin: 0 auto;
    width: 800px;
    font-size: 16px;
    color: #000;
    line-height: 32px;
    text-align: center;
    margin-bottom: 10px;
  }

  .Artical_Content_Text span img {

    width: 800px;
  }

  .Artical_Content_Text em {
    display: block;
    margin: 0 auto;
    width: 576px;
    font-size: 16px;
    line-height: 22px;
    color: #434343;
    margin-bottom: 40px;
  }

  /* Artical_Related_Div */
  .Artical_Related_Div {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
  }

  .Artical_Related_Title {
    height: 60px !important;
  }

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

  .Artical_Related_List ul {
    width: 100%;
    height: 224px;
    display: flex;
    justify-content: space-between;
  }

  .Artical_Related_List li {
    padding: 24px 20px;
    width: 327px;
    height: 176px;
    overflow: hidden;
    background-color: #F0F0F0;
  }

  .Artical_Related_List li h5 {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    color: #0011A9;
    margin-bottom: 10px;
  }

  .Artical_Related_List li h4 {
    font-size: 20px;
    line-height: 26px;
    color: #000;
  }

  .Artical_Related_List li h4 a {
    color: #000;
  }
}

/* 搜索 部分 */
@media (min-width:600px) {

  /* Search_Input_Div */
  .Search_Input_Div {
    margin: 0 auto;
    width: 1200px;
    margin-left: calc(50% - 600px);
    height: 150px;
  }

  .Search_Input_Div .TopMenu_Search_Pop_Div {
    margin-top: 90px !important;
  }

  .Search_Div {
    margin: 0 auto;
    margin-left: calc(50% - 600px);
    width: 1200px;
    height: auto;
    margin-bottom: 25px;
    overflow: hidden;
  }

  .Search_Div ul {
    width: 100%;
    list-style: none;
  }

  .Search_Div li {
    width: 100%;
    padding: 25px;
    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: 16px;
    color: #656565;
  }

  .Search_Div li h4 {
    display: block;
    width: 100%;
    height: auto;
    line-height: 28px;
    font-size: 22px;
    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: 16px;
    color: #D78971;
    text-align: center;
  }

}

/* 其他 部分 */
@media (min-width:600px) {

  /* BUSS_Focus_Div */
  .BUSS_Focus_Div {
    margin-top: 30px;
    height: auto;
    overflow: hidden;
  }

  .BUSS_Focus_Left {
    float: left;
    width: 940px;
    height: auto;
  }

  .BUSS_Focus_LTop {
    width: 940px;
    height: 337px;
    overflow: hidden;
    margin-bottom: 45px;
  }

  .BUSS_Focus_Swiper {
    width: 940px;
    height: 337px;
    overflow: hidden;
  }

  .BUSS_Focus_Pic{
    float: right;
    width: 600px;
    height: 337px;
  }
  .BUSS_Focus_Swiper p {  
    width: 600px;
    height: 337px;
  }

  .BUSS_Focus_Swiper p img {  
    width: 600px;
    height: 337px;
  }

  .BUSS_Focus_SwiperLeft {
    float: left;
    width: 300px;
    height: auto;
  }

  .BUSS_Focus_SwiperLeft h4 {
    font-family: "Roboto Bold";
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 25px;
    color: #000;
  }

  .BUSS_Focus_SwiperLeft h4 a {
    color: #000;
  }

  .BUSS_Focus_SwiperLeft h5 {
    font-size: 20px;
    line-height: 24px;
    color: #333;
  }

  .BUSS_Focus_SwiperLeft h5 a {
    color: #333;
  }

  .BUSS_Focus_Swiper_pagination {

    font-size: 12px;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    width: 150px !important;
    text-align: left !important;
    height: 20px !important;
    z-index: 2;
  }

  .BUSS_Focus_Swiper_pagination .swiper-pagination-bullet {
    border-radius: 6px;
    width: 12px;
    height: 12px;
    background-color: #D5D5D5;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 12px) !important;
    margin-left: 0!important;
    opacity: 1;
  }

  .BUSS_Focus_Swiper_pagination .swiper-pagination-bullet-active {
    width: 48px;
    background-color: #044A91;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 12px) !important;
    margin-left: 0!important;
  }

  .BUSS_Focus_LBottom {
    width: 940px;
    height: auto;
  }

  .BUSS_Focus_Block {
    float: left;
    width: 218px;
    height: auto;
    margin-right: 24px;
    overflow: hidden;
  }

  .BUSS_Focus_Block p {
    width: 218px;
    height: 145px;
    margin-bottom: 22px;
    overflow: hidden;
  }

  .BUSS_Focus_Block p img {
    width: 218px;
    height: 145px;
  }

  .BUSS_Focus_Block h4 {
    width: 218px;
    height: auto;
    font-size: 24px;
    line-height: 30px;
    color: #333;
  }

  .BUSS_Focus_Block h4 a {
    color: #333;
  }

  .BUSS_Focus_List {
    float: right;
    width: 455px;
    height: auto;
  }

  .BUSS_Focus_List ul {
    width: 455px;
    height: auto;
    margin-top: -5px;
  }

  .BUSS_Focus_List li {
    margin-top: 32px;
    width: 455px;
    height: 60px;
    padding-bottom: 23px;
    background: url(../img/BUSS_Txt_Line.png) left bottom no-repeat;
    border-bottom: 1px solid #DCDCDC;
    font-size: 24px;
    line-height: 30px;
    color: #333;
  }
  .BUSS_Focus_List li:last-child{
    background-image: none;
    border-bottom: 0;        
  }

  .BUSS_Focus_List li a {
    color: #333;
  }

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

  .BUSS_Focus_Right {
    float: right;
    width: 323px;
    height: auto;
  }

  .BUSS_Item_Block {
    width: 100%;
    height: auto;
    margin-bottom: 29px;
  }

  .BUSS_Item_Block:last-child {
    margin-bottom: 0;
  }

  .BUSS_Item_Block_Title {
    height: auto;
    margin-bottom: 17px;
  }

  .BUSS_Item_Block p {
    width: 323px;
    height: 182px;
    margin-bottom: 19px;
  }

  .BUSS_Item_Block p img {
    width: 323px;
    height: 182px;
  }

  .BUSS_Item_Block h5 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
  }

  .BUSS_Item_Block h5 a {
    color: #333;
  }

  /* BUSS_POLICIES_Div */
  .BUSS_POLICIES_Div {
    margin-top: 30px;
    height: auto;
    overflow: hidden;
  }

  .BUSS_Title {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    height: 36px;
    border-bottom: 6px solid #0078CC;

    font-family: "Roboto Bold";
    font-size: 28px;
    line-height: 33px;
    color: #000;
    text-transform: uppercase;

    margin-bottom: 40px;
  }

  .BUSS_Title a {
    color: #000;
  }

  .BUSS_Block {
    float: left;
    width: 321px;
    height: auto;
    margin-right: 26px;
    overflow: hidden;
  }

  .BUSS_Block_NoRight {
    margin-right: 0 !important;
  }

  .BUSS_Block p {
    width: 321px;
    height: 214px;
    margin-bottom: 22px;
    overflow: hidden;
  }

  .BUSS_Block p img {
    width: 321px;
    height: 214px;
  }

  .BUSS_Block h4 {
    width: 100%;
    height: auto;
    font-size: 24px;
    line-height: 30px;
    color: #333;
  }

  .BUSS_Block h4 a {
    color: #333;
  }

  .BUSS_List {
    float: left;
    width: 587px;
    height: auto;
  }

  .BUSS_List ul {
    width: 100%;
    height: auto;
    margin-top: -5px;
  }

  .BUSS_List li {
    margin-top: 32px;
    width: 100%;
    height: auto;
    padding-bottom: 23px;
    background: url(../img/BUSS_Txt_Line.png) left bottom no-repeat;
    border-bottom: 1px solid #DCDCDC;
    font-size: 24px;
    line-height: 30px;
    color: #333;
  }
  .BUSS_List li:last-child{
    background-image: none;
    border-bottom: 0;        
  }
  .BUSS_List li a {
    color: #333;
  }

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

  .BUSS_Companies_Div {
    margin-top: 50px;
    height: auto;
    overflow: hidden;
  }

  .BUSS_Companies_Div .BUSS_List {
    margin-right: 26px;
  }

  .BUSS_Three_Div {
    margin-top: 50px;
    height: auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }

  .BUSS_Three_Block {
    width: 412px;
    height: auto;
    overflow: hidden;
  }

  .BUSS_Three_Title {
    width: 100%;
    height: 42px;
    overflow: hidden;
    margin-bottom: 45px;
  }

  .BUSS_Three_Title img {
    height: 42px;
  }

  .BUSS_Three_Block p {
    width: 412px;
    height: 232px;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .BUSS_Three_Block p img {
    width: 412px;
    height: 232px;
  }

  .BUSS_Three_Block h4 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
  }

  .BUSS_Three_Block h4 a {
    color: #333;
  }

  .BUSS_TitleLeft {
    margin-top: 12px;
    padding-left: 10px;
    border-left: 7px solid #0078CC;
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    font-family: "Roboto Bold";
    color: #000;
    text-transform: uppercase;
  }

  .BUSS_TitleLeft a {
    color: #000;
  }

  .BUSS_Technology_Div {
    margin-top: 50px;
    height: auto;
    overflow: hidden;
  }

  .BUSS_Industries_Div {
    margin-top: 50px;
    height: auto;
    overflow: hidden;
  }

  .BUSS_Industries_Div .BUSS_List {
    margin-right: 26px;
  }


  .BUSS_Motoring_Div {
    margin-top: 50px;
    height: auto;
    margin-bottom: 80px;
    overflow: hidden;
  }

  .BUSS_Investment_Box {
    padding-top: 40px;
    padding-bottom: 50px;
    width: 100%;
    height: auto;
    background-color: #E2F0FD;
    overflow: hidden;
    margin-bottom: 100px;
  }

  .BUSS_Investment_Div .BUSS_List {
    margin-right: 26px;
  }

}
/*pcv back to mobile*/
@media screen and (min-width: 600px) {
            .gwe-dtbackmobile{
                display: none;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
                background-color: rgb(239, 239, 239);
                z-index: 1000000000;
                position: fixed;
                width: 11rem;
                height: 12rem;
                right: 18px;
                bottom: 8px;
                overflow: hidden;
            }
            .gwe-pc2m-info{
                position: absolute;
                text-align: center;
                left: 0px;
                bottom: -3px;
                background-color: rgb(239, 239, 239);
                border-bottom-right-radius: 10px;
                border-bottom-left-radius: 10px;
                width: 100%;
                font-size: 1.7rem;
            }
            #gwe-pc2m-phone{
                position: absolute;
                width: 72%;
                height: 67%;
                left: 50%;
                top: 50%;
                margin-top: -42%;
                margin-left: -36.5%;
            }
            #gwe-pc2m-red{
                position: absolute; 
                transition-property: all; 
                transition-timing-function: linear; 
                transition-duration: 0.5s; 
                background-color: rgb(254, 135, 94); 
                width: 66%; left: 17%; 
                height: 110%; 
                top: -5%; 
                border-radius: 5px;
            }
            #gwe-pc2m-blue{
                position: absolute; 
                transition-property: all;
                transition-timing-function: linear; 
                transition-duration: 0.5s; 
                background-color: rgb(84, 193, 220); 
                width: 8%; 
                right: 46%; 
                height: 8%; 
                bottom: 0px; 
                border-radius: 100%;
            }
            #gwe-pc2m-green{
                position: absolute; 
                transition-property: all; 
                transition-timing-function: linear; 
                transition-duration: 0.5s;
                background-color: rgb(169, 218, 91); 
                border-radius: 0px; 
                width: 54%; 
                right: 23%; 
                height: 85%; 
                top: 0px;
            
            }
            
}