.btn-chose {
  color: white;
  background-color: #066bb9;
  height: 48px;
  border-radius: 10px 0 0 10px;
  width: 120px;
}

.btn-chose:hover {
  cursor: pointer;
}

.head-a {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.m_title {
  font-size: 25px;
  height: 37.5px;
  line-height: 28.5px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 4px 4px rgb(1 19 50 / 35%);
}

.p_title {
  text-align: center;
}

.m_image {
  padding: 5px;
}

/* 搜索框样式 */

.search-top button {
  border: 0px;
}

.search-top input {
  border: 0px;
}

.m-formb1 .top {
  height: 50px;
  width: 62%;
  margin: 0 auto;
  position: relative;
}

.m-formb1 .so {
  float: left;
  width: 100%;
  margin-right: 35px;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown {
  float: left;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: transparent;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.m-formb1 .box {
  position: relative;
  margin: 0 auto;
  width: auto;
  overflow: hidden;
  /*    搜索框后加 圆角*/
  border-radius: 0px 10px 10px 0px;
}

.m-formb1 .box .inp {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 55px 0 10px;
}

.m-formb1 .box .inp:focus-visible {
  outline: none;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #FFF;
}

.m-formb1 .box .btn-c {
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 52px;
  height: 48px;
  -webkit-background-size: 70px 70px;
  -moz-background-size: 70px;
  -o-background-size: 70px;
  background-size: 70px;
}

.m-formb1 .box .btn-c:hover {
  cursor: pointer;
}

.search-top {
  margin-bottom: 84px;
}

.btn-c>img {
  width: 33px;
  margin-top: 6px;
}

/* 选项卡样式 */

.jgq-text {
  display: flex;
  justify-content: space-between;
  width: auto;
  height: 80px;
  overflow: hidden;
  background: #fff;
  padding: 0px 20px;
}

.title1 a {
  color: #999999;
}

.title1 {
  font-weight: bold;
  font-size: 26px;
  position: relative;
  display: inline-block;
  width: 250px;
  height: 80px;
  padding-top: 29px;
  line-height: 25px;
  text-align: center;
}

.title-no {
  color: white;
  font-size: 22px;
  /*将选中改为四方 删除圆角*/
  border-radius: 0px 0px 0px 0px;
  background: #066bb9;
}

.title-no a {
  color: #fff !important;
  font-size: 26px;
}

.head-right {
  display: flex;
  align-items: center;
  padding-left: 20px;
  float: right;
  margin-top: 24px
}

.head-right img {
  margin-right: 22px;
  cursor: pointer;
  height: 21px;
}

.en-icon {
  height: 13px !important;
}