/* PC */

/* 单选多选 */
@media (min-width: 600px) {
  /* 主要代码部分 ----------------------------- Start */
  body.Popup_NoScroll {
    position: fixed;
    overflow-y: hidden;
    width: 100%;
    left: 0;
    touch-action: none;
  }
  /* ==================== 多选框 */
  input[type="checkbox"] {
    font-size: 14px;
    width: 15px;
    height: 12px;
    position: relative;
    vertical-align: middle;
    margin-right: 4px;
  }

  input[type="checkbox"]:after {
    position: absolute;
    width: 10px;
    height: 15px;
    top: -2px;
    content: " ";
    background-color: #f4edfd;
    color: #fff;
    display: inline-block;
    visibility: visible;
    padding: 0px 3px;
    border-radius: 3px;
    border: 1px solid #cccfd5;
  }

  /* checkbox选中样式 */
  input[type="checkbox"]:checked:after {
    background-color: #f1ab00;
    border-color: #f1ab00;
  }

  input[type="checkbox"]:checked:before {
    content: "✓";
    display: block;
    position: relative;
    top: -5px;
    left: 4px;
    color: #fff;
    font-weight: 900;
    z-index: 1;
    font-size: 14px;
  }

  /* ==================== 单选框 */
  input[type="radio"] {
    font-size: 16px;
    width: 16px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    margin-right: 4px;
    /* margin-top: -4px; */
    cursor: pointer;
  }

  input[type="radio"]:after {
    position: absolute;
    width: 8px;
    height: 8px;
    border: 4px solid #929292;
    top: 2px;
    content: "";
    /* background-color: #FFF; */
    color: #fff;
    display: inline-block;
    visibility: visible;
    padding: 0px 0px;
    border-radius: 8px;
    /* border: 1px solid #cccfd5; */
  }

  input[type="radio"]:checked:after {
    background-color: #fff;
    border-color: #ff6b2d;
  }

  input[type="radio"]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 2px;
    /* left: 4px; */
    color: #fff;
    font-weight: 900;
    z-index: 1;
    font-size: 16px;
  }

  /* 主要代码部分 ----------------------------- Start */
}

/* 其他 部分 */
@media (min-width: 600px) {
  .Top_Box {
    margin: 0 auto;
    margin-left: calc(50% - 960px);
    width: 1920px;
    height: auto;
    background: url(../images/Home_Top_Banner.png) top center no-repeat;
    background-color: #ffdec5;
    overflow: hidden;
  }

  .Top_Div {
    width: 1080px;
    margin: 0 auto;
    height: 498px;
  }

  .Top_Div p {
    position: absolute;
    width: 680px;
    height: 220px;
    left: 200px;
    top: 150px;
  }

  .Top_Div p img {
    width: 680px;
    height: 220px;
  }

  .Part_CN {
    font-family: "微软雅黑";
  }

  .Part_EN {
    font-family: "Open Sans", "Arial";
  }

  .Home_Title {
    margin: 0 auto;
    width: 585px;
    height: 30px;
    margin-bottom: 30px;
    text-align: center;
    color: #ff6c2e;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #ff6c2e;
    font-weight: 700;
    text-transform: uppercase;
  }

  .Part_Item {
    margin-bottom: 10px;
  }

  .Part_Item .Part_EN {
    font-size: 16px;
    line-height: 20px;
    color: #000;
  }

  .Part_Item .Part_CN {
    font-size: 16px;
    line-height: 20px;
    color: #000;
  }

  .Home_Top_Div {
    margin: 0 auto;
    width: 930px;
    padding: 45px 75px;
    background-color: rgba(255, 255, 255, 0.8);
    height: auto;
  }

  .Home_Top_Div .Part_Item {
    text-align: center;
  }

  /* Home_List_Div */
  .Home_List_Div {
    margin: 0 auto;
    padding: 52px 85px 62px 85px;
    width: 910px;
    height: auto;
    background-color: #fdcd9d;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 70px;
	background: url(../images/CallForSubmit_BK.jpg) top center no-repeat;
  }

  .Home_List {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 38px;
  }

  .Home_List ul {
    width: 100%;
    height: 96px;
    display: flex;
    justify-content: space-between;

    overflow: hidden;
  }

  .Home_List li {
    padding: 14px 10px;
    width: 250px;
    text-align: center;
    height: 69px;
    background-color: #ff9648;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }

  .Home_List li:nth-child(2) {
    background-color: #ff561d;
  }

  .Home_List li:nth-child(3) {
    background-color: #889915;
  }

  .Home_List li a {
    color: #fff;
  }

  /* 20260528 */
  .Home_Man_List {
    padding: 15px 70px 15px 70px;
    width: 770px;
    height: auto;
  }
  /* 20260528 */
  .Home_Man_List p {
    margin: 0 auto;
    width: 468px;
    height: 652px;
  }
  /* 20260528 */
  .Home_Man_List p img {
    width: 468px;
  }

  .Home_Man_List ul {
    width: 100%;
    height: 181px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }

  .Home_Man_List li {
    width: 139px;
    height: 181px;
    overflow: hidden;
  }

  .Home_Man_List li img {
    width: 139px;
    height: 181px;
    overflow: hidden;
  }

  /* Home_Part1_Div */
  .Home_Part1_Div {
    margin: 0 auto;
    width: 1080px;
    height: 580px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fece9d;
    margin-bottom: 75px;
  }

  .Home_Part_Title {
    padding-top: 38px;
    width: 100%;
    height: 128px;
    text-align: center;
    background: url(../images/Item_Title_BK.png) center center no-repeat;
  }

  .Home_Part_Title h4 {
    width: 100%;
    height: 38px;
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 8px;
  }

  .Home_Part_Title h4 a {
    color: #fff;
  }

  .Home_Part_Title h5 {
    width: 100%;
    height: 55px;
    font-size: 40px;
    font-weight: bold;
    line-height: 55px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
  }

  .Home_Part_Title h5 a {
    color: #fff;
  }

  .Home_Part_Txt_Block {
    padding: 55px 70px 90px 70px;
    width: 940px;
    height: auto;
    overflow: hidden;
  }

  .Home_Part_Txt_Block p {
    font-size: 22px;
    line-height: 34px;
    color: #132d47;
    margin-bottom: 45px;
  }

  .Home_Part_Txt_Block em {
    display: block;
    width: 100%;
    height: 2px;
    background: url(../images/Home_Line.png) center center no-repeat;
    margin-bottom: 45px;
  }

  .Part_Img img {
    margin: 0 auto;
    width: auto;
  }

  .Home_Part1_Swiper {
    width: 940px;
    height: 315px;
    overflow: hidden;
  }

  .Home_Part1_Swiper .swiper-slide {
    width: 940px;
    height: 275px;
  }

  .Home_Part1_Slide {
    width: 940px;
    height: 275px;
    overflow: hidden;
  }

  .Home_Part1_Swiper p {
    float: left;
    width: 360px;
    height: 240px;
    overflow: hidden;
    margin-bottom: 0;
  }

  .Home_Part1_Swiper p img {
    width: 360px;
    height: 240px;
  }

  .Home_Part1_pagination {
    font-size: 12px;
    bottom: 0 !important;
    height: 20px !important;
  }

  .Home_Part1_pagination .swiper-pagination-bullet {
    border-radius: 8px;
    border: 1px solid #ff6c2e;
    width: 14px;
    height: 14px;
    background-color: transparent;
    opacity: 1;
  }

  .Home_Part1_pagination .swiper-pagination-bullet-active {
    background-color: #ff6c2e;
  }

  .Home_Part1_Right {
    float: right;
    width: 550px;
    height: auto;
    overflow: hidden;
  }

  .Home_Part1_Right h4 a {
    color: #132d47;
  }

  .Home_Part_Txt h4 {
    font-size: 26px;
    line-height: 36px;
    color: #132d47;
    margin-bottom: 20px;
  }

  .Home_Part_Txt h5 {
    font-size: 21px;
    line-height: 30px;
    color: #132d47;
    /* margin-bottom: 20px; */
  }

  /* Home_Part2_Div */
  .Home_Part2_Div {
    margin: 0 auto;
    width: 1080px;
    height: auto;
    overflow: hidden;
    margin-bottom: 75px;
    border-radius: 10px;
    background-color: #fece9d;
  }

  /* Home_Part3_Div */
  .Home_Part3_Div {
    margin: 0 auto;
    width: 1080px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 75px;
    background-color: #fece9d;
  }

  .Home_Part3_Div .Home_Part_Txt_Block .Part_CN {
    margin-bottom: 10px !important;
  }

  .Home_Part3_List {
    margin: 0 auto;
    width: 820px;
    height: auto;
    overflow: hidden;
    margin-bottom: 43px;
  }

  .Home_Part3_List ul {
    width: 820px;
    height: 200px;
    display: flex;
    justify-content: space-between;
  }

  .Home_Part3_List li {
    width: 200px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    border-radius: 100px;
    background-color: #ff9648;
  }

  .Home_Part3_List li:nth-child(2) {
    background-color: #fc7b3b;
  }

  .Home_Part3_List li:nth-child(3) {
    background-color: #ff561d;
  }

  .Home_Part3_List li h4 {
    width: 100%;
    font-size: 21px;
    line-height: 30px;
    color: #132d47;
    margin-bottom: 7px;
  }

  .Home_Part3_List li h4 a {
    color: #132d47;
  }

  .Home_Part3_List li h5 {
    width: 100%;
    font-family: "Open Sans", "Arial";
    font-size: 21px;
    line-height: 30px;
    color: #132d47;
  }

  .Home_Part3_List li h5 a {
    color: #132d47;
  }

  .Home_Part3_Block {
    margin: 0 auto;
    width: 950px;
    padding-top: 35px;
    height: 230px;
    background: url(../images/Theme_Box.png) center center no-repeat;
    background-size: 100% 100%;
  }

  .Home_Part3_Block p {
    float: left;
    width: 130px;
    height: auto;
    overflow: hidden;
  }

  .Home_Part3_Block p img {
    margin: 0 auto;
    width: 72px;
    height: auto;
  }

  .Home_Part3_Block_Txt {
    float: left;
    width: 800px;
    height: auto;
    overflow: hidden;
  }

  .Home_Part3_Block_Txt h4 {
    font-size: 21px;
    line-height: 32px;
    color: #000;
    margin-bottom: 12px;
  }

  .Home_Part3_Block_Txt h4 a {
    color: #000;
  }

  .Home_Part3_Block_Txt h5 {
    font-family: "Open Sans", "Arial";
    font-size: 21px;
    line-height: 30px;
    color: #000;
  }

  .Home_Part3_Block_Txt h5 a {
    color: #000;
  }

  /* Home_Part4_Div */
  .Home_Part4_Div {
    margin: 0 auto;
    width: 1080px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 75px;
    background-color: #fece9d;
  }

  .Home_Part4_Div .Home_Part_Txt_Block .Part_CN {
    margin-bottom: 25px !important;
  }

  .Home_Part4_Div .Home_Part_Txt_Block .Part_EN:last-child {
    margin-bottom: 0px !important;
  }

  /* Home_Part5_Div */
  .Home_Part5_Div {
    margin: 0 auto;
    width: 1080px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 75px;
    background-color: #fece9d;
  }

  .Home_Part5_Div .Home_Part_Txt_Block .Part_EN:last-child {
    margin-bottom: 0px !important;
  }

  /* Home_Part6_Div */
  .Home_Part6_Div {
    margin: 0 auto;
    width: 1080px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 75px;
    background-color: #fece9d;
  }
  .Home_Part6_Txt {
    padding: 55px 70px 90px 70px;
    width: 940px;
    height: auto;
    overflow: hidden;
  }
  .Home_Part6_Div h4 {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
    color: #ff551d;
    /* margin-bottom: 35px; */
  }

  .Home_Part6_Div h5 {
    font-size: 20px;
    line-height: 26px;
    color: #132d47;
    text-align: center;
    margin-bottom: 30px;
  }
  .Home_Part6_Div h5 a {
    color: #132d47;
  }
  .Home_Part6_Div h6 {
    text-align: left;
    font-size: 18px;
    line-height: 27px;
    color: #132d47;
    margin-bottom: 20px;
  }
  .Home_Part6_Txt em {
    display: block;
    width: 100%;
    height: 2px;
    background: url(../images/Home_Line.png) center center no-repeat;
    margin-bottom: 45px;
  }

  /* Home_Ad_Box */
  .Home_Ad_Box {
    padding-top: 122px;
    width: 100%;
    height: 278px;
    background: url(../images/Home_Item_BK.jpg) center center no-repeat;
  }

  .Home_Ad_Div {
    margin: 0 auto;
    width: 980px;
    height: 150px;
    overflow: hidden;
  }

  .Home_Ad_Div ul {
    width: 980px;
    height: 150px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }

  .Home_Ad_Div li {
    width: 440px;
    height: 151px;
    background-color: #ff9648;
    border-radius: 10px;
    overflow: hidden;
  }

  .Home_Ad_Div li:last-child {
    background-color: #ff561d !important;
  }

  .Home_Ad_item {
    padding: 38px;
    width: 364px;
    height: 75px;
    /* background-color: #FF9648; */
    overflow: hidden;
  }

  .Home_Ad_item p {
    float: left;
    width: 75px;
    height: 75px;
    overflow: hidden;
  }

  .Home_Ad_item h4 {
    float: right;
    /* width: 268px; */
    height: 75px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    overflow: hidden;
  }

  .Home_Ad_item h4 a {
    color: #fff;
  }

  /* Home_IP_Box */
  .Home_IP_Box {
    padding-top: 90px;
    padding-bottom: 70px;
    width: 100%;
    height: auto;
    background-color: #abba43;
  }

  .Home_IP_Div {
    margin: 0 auto;
    width: 980px;
    height: auto;
    overflow: hidden;
  }

  .Home_IP_Box .Home_Ad_item {
    margin: 0 auto;
    width: 364px;
    height: auto;
    background-color: #778805;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
  }

  .Home_IP_Box h5 {
    font-size: 18px;
    line-height: 26px;
    /* text-align: center; */
    color: #000;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .Home_IP_Box h6 {
    font-family: "Open Sans", "Arial";
    font-size: 18px;
    line-height: 26px;
    /* text-align: center; */
    color: #000;
    overflow: hidden;
    margin-bottom: 0px;
  }

  .Bottom_Contact_Pop {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 38px 34px 30px 34px;
    width: min(980px, 88vw);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
    height: min(72vh, 700px);
    overflow: hidden;
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
    box-sizing: border-box;
  }
  .Bottom_Contact_Pop::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 86px;
    background: linear-gradient(180deg, rgba(181, 33, 38, 0.1) 0%, rgba(181, 33, 38, 0) 100%);
    pointer-events: none;
  }
  .Bottom_Contact_Pop .Pop_Close {
    position: absolute;
    right: 24px;
    top: 22px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 3;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
      background-color 0.2s ease,
      transform 0.2s ease;
  }
  .Bottom_Contact_Pop .Pop_Close:hover {
    background: rgba(181, 33, 38, 0.1);
    transform: rotate(90deg);
  }
  .Bottom_Contact_Pop .Pop_Close img {
    width: 14px;
    height: 14px;
  }
  .Bottom_Contact_Pop .Pop_Legal_Content {
    position: relative;
    margin-top: 28px;
    padding: 6px 18px 6px 2px;
    width: 100%;
    height: calc(100% - 34px);
    overflow-y: auto;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 31px;
    color: rgba(0, 0, 0, 0.84);
    font-weight: normal;
    word-break: break-word;
    scrollbar-width: thin;
    scrollbar-color: rgba(181, 33, 38, 0.45) rgba(0, 0, 0, 0.06);
  }
  .Bottom_Contact_Pop .Pop_Legal_Content p {
    margin-bottom: 12px;
  }
  .Bottom_Contact_Pop .Pop_Legal_Content::-webkit-scrollbar {
    width: 8px;
  }
  .Bottom_Contact_Pop .Pop_Legal_Content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 999px;
  }
  .Bottom_Contact_Pop .Pop_Legal_Content::-webkit-scrollbar-thumb {
    background: rgba(181, 33, 38, 0.45);
    border-radius: 999px;
  }

  /* Bottom_Box */
  .Bottom_Box {
    margin: 0 auto;
    margin-left: calc(50% - 960px);
    width: 1920px;
    height: auto;
    z-index: 2;
    /* overflow: hidden; */
  }

  .Bottom_Contact_Box {
    width: 1920px;
    height: 367px;
    background: url(../images/Bottom_BK.jpg) center center no-repeat;
    /* overflow: hidden; */
  }

  .Bottom_Contact_Div {
    position: relative;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 40px;
    width: 1000px;
    height: 247px;
    /* overflow: hidden; */
  }

  .Bottom_Disclaimer {
    margin: 0 auto;
    width: 377px;
    height: 80px;
    background: url(../images/Home_Bottom_BT.png) center center no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
  }

  .Bottom_Disclaimer h4 {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
  }

  .Bottom_Disclaimer h5 {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    font-family: "Open Sans", "Verdana";
    color: #fff;
  }

  .Bottom_Disclaimer a {
    color: #fff;
  }

  .Bottom_Contact_Txt h4 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
  }

  .Bottom_Contact_Txt h5 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
  }

  .Bottom_Info_Box {
    width: 1920px;
    height: auto;
    background-color: #0169b0;
    overflow: hidden;
  }

  .Bottom_Info_Div {
    padding-top: 50px;
    padding-bottom: 20px;
    margin: 0 auto;
    width: 1080px;
    height: auto;
    overflow: hidden;
  }

  .Bottom_Info_Div p {
    float: left;
    width: 292px;
  }

  .Bottom_Info_Div p img {
    width: 292px;
    /* height: 32px; */
  }

  .Bottom_Info {
    float: right;
    width: 760px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }

  /* Submit_Box */

  /* Submit_Part1_Div */
  .Submit_Part1_Div {
    margin: 0 auto;
    width: 1080px;
    height: auto;
    /* overflow: hidden; */
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fece9d;
    margin-bottom: 45px;
  }

  .Submit_Div {
    margin: 0 auto;
    width: 880px;
    padding: 50px 100px 30px 100px;
    height: auto;
    /* margin-bottom: 45px; */
    overflow: hidden;
  }

  /* Submit_Box */
  .Submit_Box {
    margin: 0 auto;
    margin-top: 100px;
    margin-left: calc(50% - 960px);

    width: 1920px;
    height: auto;
    background: url(../images/Submit_BK.png) top center no-repeat;
    overflow: hidden;
  }

  .Submit_Part1 {
    height: auto;
    overflow: hidden;
    margin-bottom: 100px;
  }

  .Submit_Txt_Notice {
    font-size: 18px;
    line-height: 26px;
    color: #ff6b2d;
    margin-bottom: 20px;
  }

  .Submit_Table {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
  }

  .Submit_Table_head {
    float: left;
    width: 220px;
    /* padding-right: 20px; */
    font-size: 20px;
    line-height: 26px;
    color: #000;
    height: auto;
    overflow: hidden;
  }

  .Submit_Table_head span {
    color: #f1ab00;
  }

  .Submit_Table_data {
    float: left;
    width: 640px;
    height: auto;
    overflow: hidden;
  }

  .Submit_Table_data2 {
    float: left;
    width: 210px;
    height: auto;
    margin-right: 10px;
    overflow: hidden;
  }

  .Submit_Table_Radio {
    float: left;
    padding: 6px;
    width: 330px;
    height: 24px;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    margin-right: 20px;
  }

  .Submit_Table_Radio:last-child {
    width: 260px;
    margin-right: 0px;
  }

  .Submit_Table_Radio input {
    display: inline-block;
    margin-right: 10px;
  }

  .Submit_Table_Input {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }

  .Submit_Table_Input2 {
    width: 210px !important;
    height: auto;
    margin-bottom: 8px;
  }

  .Submit_Table_Input input {
    width: calc(100% - 20px);
    border: 1px solid #dcdcdc;
    padding: 8px;
    height: 24px;
    font-size: 18px;
    line-height: 22px;
    color: #003b8b;
  }

  /* Submit_Part2_Div */
  .Submit_Part2_Div {
    margin: 0 auto;
    width: 1080px;
    height: auto;
    overflow: hidden;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fece9d;
    margin-bottom: 125px;
  }

  .Submit_Table_head2 {
    float: left;
    width: 480px;
    font-size: 16px;
    line-height: 42px;
    color: #003b8b;
  }

  .Submit_Save {
    margin: 0 auto;
    width: 183px;
    height: 44px;
    cursor: pointer;
  }

  .Submit_Save2 {
    margin: 0 auto;
    width: 177px;
    height: 70px;
    cursor: pointer;
  }

  .Submit_Table_Txt {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .Submit_WordPress {
    margin-bottom: 60px;
  }
  .Submit_Save3 {
    margin: 0 auto;
    width: 288px;
    height: 79px;
    cursor: pointer;
  }
  .Submit_Table3 {
    margin-bottom: 70px;
  }
}
