.mobile_none {
  display: none !important;
}
body {
  font-size: 0.3rem;
  color: #333;
  width: 7.5rem;
  overflow-x: hidden;
}
/* .Job-details-con {
    width: 6.9rem;
}
.jobCompanyList-conR {
    float: none;
}
.search-result-info ,
.company-desc {
    width: 6.9rem;
}
.find-jobs {
    width: 7.5rem;
} */
.wic-center {
  width: 7.5rem;
  margin: 0 auto;
}

/* Label New jobs start */
.jobCompanyList-conL {
  float: none;
}
.first-level-title {
  font-size: 0.36rem;
  height: 1.3rem;
  line-height: 1.3rem;
  padding: 0 0.3rem;
}
.first-level-title span {
  text-align: center;
  float: left;
  margin-right: 0.5rem;
  height: 0.9rem;
}
.first-level-title span.on {
  font-weight: bold;
  padding: 0 0.1rem;
  border-bottom: 0.04rem solid #1b4b9f;
}
.find-jobs {
  position: relative;
}
.Relevant-policies {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
}

.Relevant-policies i {
  display: none;
}
.Relevant-policies img {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
}
.job-search-con {
  padding: 0 0.3rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.04rem solid #f0f0f0;
}
.job-search-con-item {
  position: relative;
  border: 0.01rem solid #999999;
  margin-top: 0.7rem;
  border-radius: 0.1rem;
  /* width: 6.88rem; */
}
.job-search-con-item.is-focused {
  border-color: #1b4b9f;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 0;
}

.item-input-con {
  height: 0.68rem;
  line-height: 0.68rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.job-search-con-item.is-focused .sub-auto-complete {
  /* left: -0.01rem; */
  display: block;
}
.sub-auto-complete {
  /* display: block; */
  display: none;
  position: absolute;
  top: 0.67rem;
  background: #fff;
  z-index: 9;
  border: 0.01rem solid #1b4b9f;
  border-radius: 0.1rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 0;
  width: 100%;
  left: -0.01rem;
  width: 6.89rem;
  box-sizing: border-box;
  /* left: -0.02rem; */
}
.sub-auto-complete li {
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.2rem;
  padding-left: 0.2rem;
}
.job-search-con-item .item-input-con label {
  position: absolute;
  top: -0.6rem;
  float: left;
  font-size: 0.24rem;
  font-weight: bold;
}

.job-search-con-item input[type="text"] {
  float: left;
  display: block;
  height: 0.68rem;
  line-height: 0.68rem;
  font-size: 0.3rem;
  width: 6.6rem;
  font-size: 0.2rem;
  padding-left: 0.6rem;
  box-sizing: border-box;
}
.search-btn {
  background: #163e73;
  width: 6.9rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
  font-weight: bold;
  border-radius: 0.1rem;
  margin-top: 0.22rem;
}

.jobCompanyList-big-title span {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  height: 1.35rem;
  line-height: 1.35rem;
  font-size: 0.3rem;
}
.jobCompanyList-big-title span a {
  display: inline-block;
  padding: 0 0.1rem;
  height: 0.6rem;
  line-height: 0.6rem;
}
.jobCompanyList-big-title span.on a {
  border-bottom: 0.04rem solid #2557a7;
  font-weight: bold;
}
.jobCompanyList-con {
  background: #f5f5f5;
  padding: 0.6rem 0.3rem;
}
.jobCompanyList-conL li {
  border: 0.01rem solid #dbdbdb;
  border-radius: 0.1rem;
  margin-bottom: 0.5rem;
  background: #fff;
  padding: 0.3rem;
}
.jobCompanyList-conL li .last-updated {
  font-size: 0.2rem;
  color: #e1930f;
}
.jobCompanyList-conL li .job-name {
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;
  margin: 0.2rem 0;
}
.jobCompanyList-conL li .company-name {
  color: #2752a6;
  font-weight: bold;
  font-size: 0.2rem;
}
.jobCompanyList-conL li .company-name .icon {
  color: #02a7f0;
  font-size: 0.2rem;
  font-weight: normal;
}
.jobCompanyList-conL .company-desc {
  color: #333333;
  font-size: 0.24rem;
  margin: 0.2rem 0;
}
.jobCompanyList-conL .address-data {
  height: 0.75rem;
  line-height: 0.75rem;
  background: #1b4b9f;
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  padding-left: 0.35rem;
  border-radius: 0.1rem;
}
.jobCompanyList-conL li .address-data .icon {
  font-weight: normal;
  font-size: 0.2rem;
}
.jadL,
.jadR {
  max-width: 2.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  margin-right: 0.3rem;
}

.jobCompanyList-conR {
  position: fixed;
  top: 0;
  /* padding: 0.3rem 0; */
  /* height: 100vh; */
  box-sizing: border-box;
  z-index: 99;
}
.jobCompanyList-conR .jclR-item {
  position: relative;
  background: #fff;
  z-index: 9;
  width: 6.9rem;
  border-radius: 0.1rem;
  border: 0.01rem solid #999;
  box-sizing: border-box;
  padding: 0.3rem 0;
  padding-top: 0.5rem;
  height: 100%;
  overflow: hidden;
  top: 2vh;
  height: 96vh;
}
.jobCompanyList-conR .jclR-item .job-name {
  font-size: 0.36rem;
  font-weight: bold;
  padding: 0 0.3rem;
  line-height: 0.42rem;
  color: #333;
}
.jobCompanyList-conR .company-name {
  font-size: 0.2rem;
  font-weight: bold;
  color: #2752a6;
  padding: 0 0.3rem;
  margin: 0.2rem 0;
}
.jobCompanyList-conR .job-small-title {
  font-size: 0.2rem;
  padding: 0 0.3rem;
  font-weight: bold;
}

.jobCompanyList-conR .Job-activity-list {
  padding-left: 0.6rem;
  margin: 0.2rem 0;
}
.jobCompanyList-conR .Job-activity-list li {
  list-style: disc;
  font-size: 0.2rem;
  line-height: 0.32rem;
}

.Job-details-con {
  padding: 0 0.3rem;
  font-size: 0.24rem;
  line-height: 0.28rem;
  margin-top: 0.3rem;
  overflow: scroll;
  text-align: justify;
  /* height: 55vh; */
}
.jobCompanyList-conR .close-btn {
  position: absolute;
  font-size: 0.28rem;
  font-weight: bold;
  color: #2752a6;
  top: 0.2rem;
  right: 0.2rem;
}
.jobCompanyList-conR {
  display: none;
}
/* Label New jobs end */

/* Label Companies start */
.companyies-list {
  width: 6.9rem;
  margin: 0 auto;
}
.company-page .company-item {
  position: relative;
  border: 0.01rem solid #dbdbdb;
  border-radius: 0.1rem;
  margin-bottom: 0.5rem;
  background: #fff;
  padding: 0.3rem;
}
.company-page .company-item .new-label {
  font-size: 0.2rem;
  color: #e1930f;
  margin-bottom: 0.2rem;
}
.company-page .logo-con {
  width: 0.78rem;
  height: 0.78rem;
}
.company-page .logo-con img {
  display: block;
  width: 100%;
  height: 100%;
}
.company-page .company-item .company-name {
  font-size: 0.28rem;
  color: #333;
  font-weight: bold;
  width: 4.5rem;
}
.company-page .company-item .txt-con {
  margin-left: 0.3rem;
}
.company-page .company-industry {
  font-size: 0.2rem;
  color: #333;
  padding-left: 0.3rem;
  height: 0.3rem;
  line-height: 0.333rem;
  background: url(wic_hangYeLogo_v202210.jpg) no-repeat left center;
  background-size: 0.3rem 0.3rem;
  margin-top: 0.1rem;
}
.focus-pic {
  width: 1.86rem;
  height: 1.38rem;
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0.05rem 0.05rem 0.1rem rgb(0 0 0 / 35%);
}
.company-item .focus-pic {
  position: absolute;
  top: 1.5rem;
  right: 0.3rem;
}
.company-item .focus-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.company-bottom-info {
  background: #f5f5f5;
  border-radius: 0.1rem;
  margin-top: 0.6rem;
}
.company-job-list {
  margin: 0 0.25rem;
}
.company-job-list li {
  border-bottom: 0.01rem solid #b6b6b6;
  width: 3.78rem;
  overflow: hidden;
  padding: 0.2rem 0;
  width: 100%;
}
.company-job-list li .company-job-new {
  position: relative;
  font-size: 0.2rem;
  color: #e1930f;
  padding-left: 0.25rem;
  height: 100%;
}
.company-job-list li .company-job-new::before {
  position: absolute;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background: #e1930f;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.company-job-name {
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  margin-left: 0.2rem;
  /* width: 2.8rem; */
  width: 4.8rem;
}

.company-item .jump-pic {
  width: 0.42rem;
  height: 0.42rem;
  overflow: hidden;
  position: absolute;
  top: 0.65rem;
  right: 0.3rem;
  cursor: pointer;
}
.company-item .jump-pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.company-item .more-job {
  font-size: 0.2rem;
  font-weight: bold;
  height: 0.7rem;
  line-height: 0.7rem;
}
.company-item .more-job .icon {
  font-size: 0.2rem;
  font-weight: normal;
  color: #02a7f0;
}
.company-item .company-address {
  font-size: 0.2rem;
  color: #fff;
  padding-left: 0.3rem;
  background: #1b4b9f;
  height: 0.75rem;
  line-height: 0.75rem;
  border-radius: 0.1rem;
  font-weight: bold;
}
.slide-for-more {
  width: 6.9rem;
  margin: 0 auto;
  height: 1.05rem;
  /* line-height: 0.8rem; */
  background: #e8e8e8;
  border-radius: 0.1rem;
  text-align: center;
  margin-bottom: 0.2rem;
  padding-top: 0.15rem;
  box-sizing: border-box;
}
.slide-for-more img {
  width: 0.25rem;
  line-height: 1;
  margin-top: 0.1rem;
}
/* Label Companies end */

/* Job Search Result start */

.search-result-info {
  height: 1.3rem;
  background: #eef1f9;
}
.search-result-info > div {
  width: 100%;
  padding-left: 0.25rem;
  box-sizing: border-box;
}
.search-result-info .search-result-left {
  float: none;
  font-size: 0.24rem;
  color: #000;
  font-weight: bold;
  padding-top: 0.3rem;
}
.search-result-info .search-result-right {
  float: none;
  font-size: 0.2rem;
  color: #333333;
  margin-top: 0.2rem;
  padding-left: 0.25rem;
  overflow: hidden;
}
.search-result-info .search-result-right i {
  font-style: normal;
  font-weight: bold;
}
.search-result-info .search-result-right span {
  color: blue;
  text-decoration: underline;
}
.search-result-info .search-result-right .sum-num {
  margin-left: 0.5rem;
}
/* Job Search Result end */

/* Company Search Result start */

.address-data .icon {
  font-weight: normal;
  font-size: 0.2rem;
}

.Company-search-result-conR {
  /* display: block; */
}
.Company-search-result-conR .jclR-item-top {
  margin: 0 0.1rem;
  padding: 0 0.3rem;
  border-bottom: 0.02rem solid #b0b0b0;
  padding-bottom: 0.7rem;
}
.csr-address {
  font-size: 0.2rem;
  color: #000;
  font-weight: bold;
  margin-top: 0.6rem;
}
.Company-search-result-conR .company-name {
  padding: 0;
  margin: 0;
  font-size: 0.28rem;
  width: 4.5rem;
}
.Company-search-result-conR .logo-con {
  width: 0.82rem;
  height: 0.82rem;
}
.Company-search-result-conR .txt-con {
  margin-left: 0.3rem;
}
.Company-search-result-conR .focus-pic {
  width: 2.67rem;
  height: 1.98rem;
  margin: 0.5rem auto;
}
.focus-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.Company-search-result-conR .job-small-title {
  padding: 0;
}
.Company-search-result-conR .about-us-info {
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin-top: 0.3rem;
}
.about-us-info p {
  margin-bottom: 0.3rem;
}
.Company-search-result-conR .job-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem;
  border-radius: 0.1rem;
  border: 0.01rem solid #999;
  overflow: hidden;
  margin-bottom: 0.23rem;
}
.Company-search-result-conR .job-list li .job-list-name {
  width: 4.4rem;
}
.Company-search-result-conR .job-list .jump-pic {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 0.28rem;
  overflow: hidden;
}
.Company-search-result-conR .job-list .jump-pic img {
  width: 100%;
  height: 100%;
}
/* Company Search Result end */

/* relevant  begin  */
.relevantMain .relevantTop {
  padding: 0.4rem;
  padding-bottom: 0;
}

.relevantMain .relevantTop p {
  color: #818181;
  font-size: 0.3rem;
  font-style: italic;
}

.relevantMain .relevantInfo {
  background-color: rgba(251, 247, 241, 1);
  border: 1px solid rgba(249, 236, 200, 1);
  box-sizing: border-box;
  padding: 0.3rem;
  border-radius: 0.2rem;
  margin-top: 0.3rem;
  position: relative;
  color: #dbb171;
}

.relevantMain .relevantInfo h3 {
  font-size: 0.3rem;
}

.relevantMain .relevantInfo p {
  font-size: 0.28rem;
  line-height: 1.6;
  font-style: normal;
  color: #dbb171;
  margin-top: 15px;
  text-align: justify;
}

.relevantMain .relevantInfo .open-btn {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.2rem;
  right: 0.3rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("relevant_arrow2.png");
  cursor: pointer;
}

.relevantMain .relevantInfo .open-btn.active {
  background-image: url("relevant_arrow1.png");
}

.relevantMain .relevantList .tableMain {
  overflow-x: auto;
}

.relevantMain .relevantList table {
  width: 730px;
  text-align: left;
  font-size: 16px;
  color: #333;
}

.relevantMain .relevantList table th {
  font-weight: bold;
  height: 95px;
  padding: 0 0.15rem;
}

.relevantMain .relevantList table td {
  height: 140px;
  line-height: normal;
  background: transparent;
}

.relevantMain .relevantList table td:nth-of-type(1) {
  width: 100px;
  text-align: center;
}

.relevantMain .relevantList table td:nth-of-type(2) {
  width: 120px;
}

.relevantMain .relevantList table td:nth-of-type(3) {
  width: 160px;
  padding-left: 20px;
}

.relevantMain .relevantList table td:nth-of-type(4) {
  width: 200px;
  text-align: left;
  color: #818181;
  padding-left: 20px;
}

.relevantMain .relevantList table td:nth-of-type(5),
.relevantMain .relevantList table th:nth-of-type(5) {
  padding-left: 50px;
}

.relevantMain .relevantList table td:nth-of-type(5) a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("relevant_share.png") no-repeat;
  background-size: 100% auto;
  border-radius: 5px;
}

.relevantMain .relevantList table tr:nth-of-type(odd) {
  background: #f5f5f5;
}

.relevantMain .relevantList table tr:nth-of-type(even) {
  background: #fff;
}

.relevantMain .listMore {
  background: #f5f5f5;
  padding: 0.3rem 0.6rem;
}

.relevantMain .listMore .moreBtn {
  width: 100%;
  height: 1.4rem;
  text-align: center;
  margin: 0 auto;
  color: #818181;
  background-color: #e8e8e8;
  font-size: 0.3rem;
  box-sizing: border-box;
  padding-top: 0.3rem;
  background-image: url("relevant_more.png");
  background-repeat: no-repeat;
  background-position: center 0.8rem;
  background-size: 0.4rem auto;
  border-radius: 0.2rem;
  cursor: pointer;
}

.relevantMain .goverment-search {
  background: #128dd2;
  padding: 0.3rem;
  overflow: hidden;
}

.relevantMain .goverment-search .job-search-con-item {
  border: none;
  background: #fff;
  width: 100%;
}

.relevantMain .goverment-search .search-btn {
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  border-radius: 0.1rem;
  background: rgba(22, 62, 115, 1);
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
}

.relevantMain .goverment-cont {
  padding: 0.6rem 0;
  text-align: center;
}

.relevantMain .goverment-cont h3 {
  font-size: 0.36rem;
  color: #333;
  margin-bottom: 0.6rem;
  padding: 0 0.3rem;
}

.relevantMain .goverment-item {
  box-shadow: 0px 0px 5px rgb(219 219 219);
  width: 3rem;
  height: 4rem;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
}
.width200 {
  width: 3rem;
  height: 4rem;
  margin: 0 0.25rem 0.3rem;
}

.relevantMain .goverment-cont:nth-of-type(odd) {
  background: rgba(219, 219, 219, 1);
}

.relevantMain .goverment-cont:nth-of-type(even) {
  background: rgba(245, 245, 245, 1);
}

.relevantMain .goverment-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  right: 0.1rem;
  bottom: 0.1rem;
  border: 1px solid rgba(218, 230, 240, 1);
  z-index: 1;
}
.relevantMain .goverment-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 8;
  padding-top: 0.6rem;
}

.relevantMain .goverment-item i {
  display: block;
  width: 0.6rem;
  height: 0.7rem;
  background: url("goverment-icon.png") no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}

.relevantMain .goverment-item p {
  padding: 0.3rem;
  font-size: 0.3rem;
  color: #000;
  line-height: 1.8;
  font-weight: bold;
}

.relevantMain .goverment-list {
  /* padding-left: 0.25rem; */
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.relevantMain .goverment-list .goverment-item {
  float: left;
  margin: 0 0.25rem 0.3rem;
}

.relevantMain .goverment-more {
  padding-top: 20px;
}
/* relevant  end  */
.emptyInfo {
  display: none;
  width: 6rem;
  height: 1rem;
  line-height: 1rem;
  margin: 0 auto;
  background: rgb(254, 238, 239);
  border: 0.01rem solid rgb(249, 197, 198);
  text-align: center;
  border-radius: 0.16rem;
  margin-bottom: 0.2rem;
  font-size: 0.3rem;
}
.emptyInfo span {
  font-weight: bold;
  color: red;
}
.no_data {
  display: none;
  text-align: center;
  background: #f5f5f5;
  height: 1rem;
  line-height: 1rem;
}

.selectedRegionCon {
  position: absolute;
  left: 0.55rem;
  top: -0.43rem;
}
.selectedRegion {
  float: left;
  width: 1.6rem;
  font-size: 0.24rem;
  background: #f4f4f5;
  overflow: hidden;
  height: 0.3rem;
  line-height: 0.3rem;
  border-radius: 0.05rem;
  border-color: #e9e9eb;
  border: 1px solid #e9e9eb;
  color: #909399;
  margin-right: 0.05rem;
}

.selectedRegion span {
  float: left;
  display: block;
  width: 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 0.05rem;
}

.selectedRegion i {
  float: left;
  display: block;
  width: 0.3rem;
  text-align: center;
  cursor: pointer;
  font-size: 0.3rem;
}
.workplaceList ul {
  height: 3rem;
  overflow-y: scroll;
}
.sub-auto-complete ul li input[type="checkbox"],
.sub-auto-complete ul li label {
  float: none;
  display: inline-block;
  vertical-align: text-top;
}
.workplaceList li input[type="checkbox"] {
  margin-top: 0.1rem;
  margin-right: 0.05rem;
}
.BM_Menu_Box {
}
.caidan {
  display: none;
}
/* TopBar_Box */
.TopBar_Box {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.TopBar_Line {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0.4rem;
  background-image: linear-gradient(to right, #113360, #157393);
}
.TopBar_Div {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: calc(100vw * 0.26);
  background: url(TopBar_BK.jpg) center center no-repeat;
}
.TopBar_Logo {
  float: left;
  display: block;

  margin: 0;
  padding: 0;
  width: calc(100vw * 0.17);
  height: calc(100vw * 0.17);
  margin-left: 5%;
}
.TopBar_Logo img {
  width: 100%;
}
.TopBar_IconMenu {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 50%;
  margin-right: 5%;
  height: calc(100vw * 0.122);
  /* border: 1px solid saddlebrown; */
}
.TopBar_IconMenu p {
  float: right;
  display: block;
  position: relative;
  width: calc(100vw * 0.122);
  height: calc(100vw * 0.122);
  margin: 0;
  padding: 0;
  font-size: 0.12rem;
}
.Icon_Menu {
  background: url(BT_Menu.png) center center no-repeat;
  background-size: contain;
  margin-right: 0.1rem !important;
}
.Icon_Search {
  background: url(BT_Search.png) center center no-repeat;
  background-size: contain;
}
.TopBar_Menu_Box {
  display: block;
  /* position: relative; */
  margin: 0;
  padding: 0;
  width: 130px;
}
.TopBar_Search_Box {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 80px;
  margin-top: 24px;
  /* border: 1px solid saddlebrown; */
}
.TopBar_Search_Slogon {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.14rem;
  color: #099da6;
  font-style: italic;
  font-family: "Helvetica Neue LT Pro";
}
.TopBar_Search_Slogon B {
  color: #028ed3;
  font-family: "Helvetica Neue LT Pro";
}
.TopBar_Website {
  float: left;
  width: 200px;
  height: 37px;
  font-size: 14px;
  color: #153d73;
  line-height: 37px;
}
.TopBar_Website a {
  color: #153d73;
}
.TopBar_Search_Div {
  display: none;
  position: relative;
  margin: 0;
  padding: 0;

  width: 227px;
  height: 37px;
}
.TopBar_Search_Div P {
  float: left;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 197px;
  height: 37px;
}
.TopBar_Search_Input {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 197px;
  height: 37px;
  background-color: #163e73;
  /* color: #FFF!important; */
  text-indent: 10px;
  line-height: 37px;
  border-radius: 4px;
}
.TopBar_Search_Div em {
  float: left;
  position: relative;
  width: 30px;
  height: 37px;
  background: url(../images/BT_TopSearch.png) center center no-repeat;
  cursor: pointer;
}

.TopBar_Menu_Div {
  display: block;
  /* position: relative; */
  margin: 0;
  padding: 0;
  width: 100%;
  height: 30px;
}
.TopBar_Menu_Div ul {
  float: right;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  /* position: relative; */
  margin: 0;
  padding: 0;
  width: 950px;
  height: 60px;
  font-size: 14px;
  list-style: none;
  /* border: 1px solid saddlebrown; */
}
.TopBar_Menu_Div em {
  float: left;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 30px;
  background: url(../images/Icon_Menu.png) left center no-repeat;
}
.TopBar_Menu_Div li {
  display: block;
  /* position: relative; */
  margin: 0;
  padding: 0;
  width: auto;
  height: 56px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 4px;
  padding-right: 4px;
  color: #000;
  border-bottom: 4px solid transparent;
}

.TopBar_Menu_Div li a {
  color: #000;
}
.TopBar_Menu_Bar {
  cursor: pointer;
  border-bottom: 4px solid transparent;
}
.TopBar_Menu_Bar:hover {
  border-bottom: 4px solid #163e73 !important;
}
.TopBar_Menu_Bar:hover .TopBar_MenuLevel {
  display: block;
}
.TopBar_MenuLevel {
  display: none;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: 186px;

  width: calc(100vw);
  height: auto;

  padding-top: 30px;
  padding-bottom: 50px;
  background-color: rgba(239, 241, 249, 0.95);
  z-index: 10;
}

.TopBar_MenuLevel h1 {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 764px;
  height: 54px;
  text-align: center;
  border-bottom: 1px solid #c2c7d8;
  background: url(../images/Icon_Menu_Arrow.png) center right no-repeat;
  background-position: right 20px top 20px;
}
.TopBar_MenuLevel h1 a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  color: #153d73;
  line-height: 54px;
  height: 54px;
}

/* TopBanner_Box */
.TopBar_Box {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.TopBanner_Swiper {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  left: 0;

  /* overflow: hidden; */
}
.TopBanner_Swiper_BK {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.TopBanner_Swiper_BK img {
  width: 100%;
}
.TopBanner_Swiper_Cover {
  width: 100%;
}
.TopBanner_Swiper_Right {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #eff2f9;
  height: auto;
  overflow: hidden;
}
.TopBanner_Swiper_Right h1 {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 0.1rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.26rem;
  font-weight: bold;
  color: #153d73;
  text-align: center;
}
.TopBanner_Swiper_Right h1 a {
  color: #153d73;
}
.TopBanner_Swiper_Right h2 {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  line-height: 0.2rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #153d73;
  margin-bottom: 0.05rem;
  text-align: center;
}
.TopBanner_Swiper_Right h2 a {
  color: #153d73;
}
.TopBanner_Swiper_Right h3 {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  height: 72px;
  line-height: 20px;
  font-size: 0.14rem;
  color: #153d73;
  text-align: center;
}
.TopBanner_Swiper_Right p {
  display: none;
}
.TopBanner_Swiper_Right a {
  color: #fff;
}
.TopBanner_pagination {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;

  bottom: 20px !important;

  position: absolute;
  font-size: 0.12rem;
  z-index: 2;
  height: 22px;

  text-align: center;
}
.TopBanner_pagination .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  font-size: 0.12rem;
  line-height: 22px;
  text-align: center;
  color: #11335f;
  background-color: #fff;
  opacity: 1;
}
.TopBanner_pagination .swiper-pagination-bullet-active {
  width: 22px;
  height: 22px;
  font-size: 0.12rem;
  line-height: 22px;
  text-align: center;
  color: #11335f;
  background-color: #f6cc54;
  opacity: 1;
}
.PC_Show {
  display: none !important;
}
.Mobile_Show {
  display: block !important;
}
.yinc {
  display: none;
}
/* 菜单部分 */
.BTcaidan {
  width: 0.32rem;
  height: 0.23rem;
  background: url("../images/CPC20/icon.png") no-repeat;
  background-size: 0.32rem 0.23rem;
  position: absolute;
  margin-right: 4%;
  top: 0.13rem;
  right: 0;
  cursor: pointer;
}
.BM_Menu_Box {
  width: 100%;
  height: 100%;
  background: #163e73;
  position: fixed;
  z-index: 1000;
  /* display: none; */
}
.BM_Serch_Box {
  width: 100%;
  height: 100%;
  background: #163e73;
  position: fixed;
  z-index: 1000;
  /* display: none; */
}
.logo {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  /* width: 100%; */
  padding: 2% 5%;
  border-bottom: 1px solid #386db3;
}
.logo img {
  width: 1.32rem;
  height: 0.15rem;
}
.MB_Menu_Div {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  float: right;
  width: 75%;
  padding-right: 5%;
  margin-top: 0.15rem;
}
.BM_Menu_Box .wenzi {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #113360;
  min-height: 0.8rem;
  font-size: 0.3rem;
  line-height: 0.8rem;
  padding-left: 0.2rem;
  margin-bottom: 0.05rem;
}
.BM_Menu_Box .wenzi a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 80%;
  color: #fff;
  font-size: 0.3rem;
  font-weight: bold;
}
.BM_Menu_Box .wenziYellow {
  background-color: #f5cd54 !important;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-bottom: 0.25rem;
}
.BM_Menu_Box .wenziYellow a {
  color: #113360 !important;
}
.BM_Menu_Box .WenziSmall a {
  color: #fff;
  font-size: 0.14rem !important;
}
.MB_Menu_Control {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  width: 0.5rem;
  height: 0.8rem;
  background: url(Icon_Plus.png) center center no-repeat;
  background-size: 0.4rem 0.4rem;
}
.BM_Menu_Box .wenzi ul {
  display: none;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 0.1rem;
}
.BM_Menu_Box .wenzi li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  margin-left: 0.2rem;
}
.BM_Menu_Box li::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 0.2rem;
  left: -10px;
}

.BM_Menu_Box .wenzi li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 0.3rem;
  font-weight: normal;
}
.wenziLinks {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent !important;
}
.wenziLinks p {
  float: left;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;

  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
.wenziLinks span {
  float: right;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.25rem;
}
.wenziLinks span img {
  width: 0.8rem;
  height: 0.8rem;
}

.BM_Search_Slogon {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: calc(100vw * 0.122);
  line-height: calc(100vw * 0.122);
  font-size: 0.3rem;
  color: #099da6;
  font-style: italic;
  font-family: "Helvetica Neue LT Pro";
}
.BM_Search_Slogon B {
  color: #028ed3;
  font-family: "Helvetica Neue LT Pro";
}
.BM_Search_Close,
.BM_Menu_Close {
  display: block;
  position: absolute;
  right: 5%;
  top: calc(100vw * 0.02);
  width: calc(100vw * 0.122);
  height: calc(100vw * 0.122);
  margin: 0;
  padding: 0;
  font-size: 0.12rem;
  /* border: 1px solid salmon; */
  background: url(BT_Close.png) center center no-repeat;
}
.MB_Search_Div {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  height: 0.9rem;
  margin-top: 0.25rem;
  background-color: #fff;
}
.MB_Search_Div span {
  float: left;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 96%;
  height: 0.9rem;
}
.MB_Search_Div input {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.4rem;
  color: #00375b;
  /* text-indent: 20px; */
}
.MB_Search_Div em {
  float: right;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
  margin-top: 0.08rem;
  background: url(Icon_Search.png) center center no-repeat;
  background-size: 0.3rem 0.3rem;
}
/* Bottom_Box */
.Bottom_Box {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #163e73;
}
.Bottom_Box1 {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}
.Bottom_Div {
  display: block;
  position: relative;
}
.Bottom_Left {
  display: none;
  position: relative;
}

.Bottom_Right {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top: 0.4rem;
}
.Bottom_Link {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 57px;
  background-color: #3265a8;
}
.Bottom_Link p {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 57px;
  line-height: 57px;
  text-indent: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.Bottom_Link ul {
  display: none;
  position: absolute;
  bottom: 57px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 52px;
  z-index: 2;
}
.Bottom_Link li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-indent: 25px;

  overflow: hidden;
  background-color: #3265a8;
  border-bottom: 1px solid #204f8c;
}
.Bottom_Link li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #fff;
  height: 52px;
  line-height: 52px;
}
.Bottom_Follow {
  display: none;
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 18px;
  width: 397px;
  height: 57px;
  background-color: #113360;
}
.Bottom_Box2 {
  display: block;
  position: relative;
  padding: 0;
  height: 110px;
  overflow: hidden;
}
.Bottom_InfoBox {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  margin-top: 20px;
  width: 400px;
}
.Bottom_InfoLogo {
  float: left;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 103px;
}
.Bottom_InfoLogo img {
  width: 92px;
  height: 35px;
  margin-top: 4px;
}
.Bottom_InfoText {
  float: left;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 255px;
}
.Bottom_InfoText span {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
  color: #3772c0;
}
.Bottom_BackTop {
  display: none;
  position: relative;
  margin: 0;
  padding: 0;
  width: 73px;
  height: 54px;
  margin-top: 50px;
  border-left: 1px solid #f6cc54;
}
.BT_BackTop {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 17px;
  width: 55px;
  height: 54px;
  cursor: pointer;
}
.BT_BackTop img {
  width: 55px;
  height: 54px;
}
.Cen1200 {
  margin: 0 auto;
  width: 90%;
}
