body {
  overflow-x: hidden;
  background: #f7f7f7;
  color: #333;
  box-shadow: 0 0 0.1rem #dce2eb;
}
body::-webkit-scrollbar {
  display: none;
}
html {
  max-width: 750px !important;
  overflow-x: hidden;
  margin: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  background: #f7f4f8;
}
.clearBoth:after,
.clearBoth:before {
  clear: both;
  content: "";
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*font-family: Microsoft YaHei,"\5B8B\4F53","黑体";*/
  /*font-family: normal;*/
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.moreOneHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.moreTwoHide {
  word-break: break-all;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.img_block {
  width: 100%;
  height: auto;
  display: block;
}

.relatives {
  position: relative;
  overflow: hidden;
}
.LR_User_Icon0 {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 50 !important;
  opacity: 0 !important;
}
.LR_User_Icon0 a {
  display: block !important;
  height: 100% !important;
}

.title-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.02rem;
  width: 0.15rem;
  height: 0.63rem;
  background: url("../images/l_ico.png") no-repeat;
  background-size: cover;
}
.title-child {
  position: relative;
  padding-left: 0.34rem;
  color: #1b1b1b;
  font-size: 0.67rem;
  font-weight: 400;
  height: 0.67rem;
  line-height: 0.67rem;
}
/*@font-face {*/
/*font-family: fz;*/
/*src: url('/static/css/PingFangSC-Medium.ttf');*/
/*}*/

/*@font-face {*/
/*font-family: 'YH';*/
/*src: url('http://qnmf.cdjdf.net.cn/msyh.ttf');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
html,
body {
  font-family: Microsoft Yahei, Arial, Helvetica Neue, Helvetica, sans-serif;
}

/*报名表单组*/
.bao-ming-input {
  position: relative;
  padding: 0.2rem 0.2rem 0.2rem 1.4rem;
  background: white;
  float: left;
  width: 5.68rem;
  border-radius: 0.1rem;
  margin-bottom: 0.33rem;
  border: 1px solid #c8c8c8;
}
.bao-ming-input:nth-child(2n) {
  float: right;
}
.bao-ming-input div {
  padding-left: 0.2rem;
  border-left: 0.02rem solid #c0c0c0;
}
.bao-ming-input div input,
.bao-ming-input div select {
  height: 0.9rem;
  line-height: 0.9rem;
  background: white;
  width: 100%;
  font-size: 0.52rem;
  border: none;
  outline: none;
  display: block;
}
.bao-ming-input:first-child:before {
  content: "";
  display: block;
  width: 0.65rem;
  height: 0.7rem;
  position: absolute;
  left: 0.4rem;
  top: 0.3rem;
  background: url("/static/img/bao_ming_ico_1.png") no-repeat;
  background-size: cover;
}
.bao-ming-input:nth-child(2):before {
  content: "";
  display: block;
  width: 0.65rem;
  height: 0.7rem;
  position: absolute;
  left: 0.4rem;
  top: 0.35rem;
  background: url("/static/img/bao_ming_ico_2.png") no-repeat;
  background-size: cover;
}
.bao-ming-input:nth-child(3):before {
  content: "";
  display: block;
  width: 0.65rem;
  height: 0.7rem;
  position: absolute;
  left: 0.4rem;
  top: 0.35rem;
  background: url("/static/img/bao_ming_ico_3.png") no-repeat;
  background-size: cover;
}
.bao-ming-input:nth-child(4):before {
  content: "";
  display: block;
  width: 0.65rem;
  height: 0.7rem;
  position: absolute;
  left: 0.4rem;
  top: 0.35rem;
  background: url("/static/img/bao_ming_ico_4.png") no-repeat;
  background-size: cover;
}

.huaDongTip {
  font-size: 0.44rem;
  color: white;
  margin-top: 0.3rem;
}
.huaDongTip span {
  vertical-align: middle;
  color: #777777;
  font-size: 0.38rem;
  display: block;
  float: left;
  height: 0.8rem;
  line-height: 0.8rem;
}
.huaDongTip .xin-ico {
  font-size: 0.8rem;
  color: #f8ac15;
  padding-top: 0.1rem;
  margin-right: 0.15rem;
}
.huaDongTip img {
  vertical-align: middle;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.2rem;
}
.liJiBaoMing {
  width: 95%;
  height: 1.52rem;
  line-height: 1.52rem;
  background: #f07c0a;
  color: white;
  font-size: 0.53rem;
  text-align: center;
  border-radius: 0.76rem;
  margin: 0.7rem auto 0 auto;
}
#bao-ming {
  background: url("/static/img/bao_line_bg.png") no-repeat;
  background-size: cover;
  margin-top: 0.34rem;
  padding: 0.81rem 0.45rem 1.27rem 0.45rem;
}

.gun-ming-box {
  background: #ededed;
  padding: 0.2rem 0;
  border-bottom-right-radius: 0.38rem;
  border-bottom-left-radius: 0.38rem;
}
.gun-ming-box #bigBox3 {
  padding: 0.2rem 1rem;
  height: 2.5rem;
  overflow: hidden;
}
.gun-ming-box .gun-lists {
  display: flex;
  justify-content: space-between;
  font-size: 0.38rem;
  line-height: 0.8rem;
}

.img-div {
  padding: 0.57rem 0.27rem 0 0.45rem;
  margin-bottom: -0.2rem;
}
.img-div img:first-child {
  display: block;
  width: 100%;
  height: 3.98rem;
  margin-bottom: 0.57rem;
}
.img-div img:last-child {
  display: block;
  width: 7.54rem;
  height: 1.61rem;
}

.bao-ming-input ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #cfcfcf;
}

.bao-ming-input :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cfcfcf;
}

.bao-ming-input ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cfcfcf;
}

.bao-ming-input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cfcfcf;
}
.beiAn {
  color: #888;
  padding: 0.6rem 0.5rem 2.5rem 0.5rem;
  font-size: 0.4rem;
}
#bottom-box {
  position: fixed;
  z-index: 99999;
  width: 100%;
  left: 50%;
  bottom: 0;
  max-width: 750px;
  transform: translate(-50%, 0);
  background: rgba(1, 69, 142, 0.8);
}
#bottom-box div {
  font-size: 0.37rem;
  color: white;
  text-align: center;
  float: left;
  width: 25%;
  position: relative;
  padding: 1.2rem 0 0.15rem;
}
#bottom-box > div:nth-child(1):before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0.17rem;
  width: 0.89rem;
  height: 0.89rem;
  background: url("/static/img/bottom_ico_1.png") no-repeat;
  background-size: cover;
  transform: translate(-50%, 0);
}
#bottom-box div:nth-child(2):before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0.17rem;
  width: 0.89rem;
  height: 0.89rem;
  background: url("/static/img/bottom_ico_2.png") no-repeat;
  background-size: cover;
  transform: translate(-50%, 0);
}
#bottom-box > div:nth-child(3):before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0.17rem;
  width: 0.89rem;
  height: 0.89rem;
  background: url("/static/img/bottom_ico_3.png") no-repeat;
  background-size: cover;
  transform: translate(-50%, 0);
}
#bottom-box div:nth-child(4):before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0.17rem;
  width: 0.89rem;
  height: 0.89rem;
  background: url("/static/img/bottom_ico_4.png") no-repeat;
  background-size: cover;
  transform: translate(-50%, 0);
}

/*商务通*/
.LR_yaoqing-form {
  height: 50px !important;
}
#LRfloater3 {
  width: 94% !important;
  right: 3% !important;
}
#LRMINIBar1 {
  width: auto !important;
  margin-right: 0 !important;
}
/*商务通*/

.zan-wei {
  height: 2.04rem;
}
.top-title {
  background: #014590;
  color: white;
  padding: 0.36rem 0.45rem;
  position: fixed;
  width: 100%;
  left: 50%;
  top: 0;
  z-index: 999;
  max-width: 750px;
  transform: translateX(-50%);
}
.top-title .top-title-txt {
  font-size: 0.61rem;
  position: relative;
  padding-left: 0.8rem;
  height: 1.32rem;
  line-height: 1.32rem;
}
.top-title .top-title-txt:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: url("../images/left_ico.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0.36rem;
}
.top-title:before {
  content: "";
  display: block;
  width: 7.67rem;
  height: 1.32rem;
  position: absolute;
  right: 0;
  top: 0.36rem;
}
.top-title .top-title-txt:after {
  content: "";
  display: block;
  width: 6.67rem;
  height: 0.9rem;
  background: url("../images/logo.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-title-small {
  color: #333;
  font-size: 0.45rem;
  padding: 0 0.25rem;
  height: 1rem;
  line-height: 1rem;
}

.bottom-hav {
  font-size: 0.45rem;
  color: #346aa5;
  margin-top: 1rem;
  padding: 0 0.3rem;
}
.bottom-hav div {
  border-right: 1px solid #346aa5;
  padding: 0 0.1rem;
  text-align: center;
  width: 18%;
  float: left;
}

@media only screen and (max-width: 350px) {
  .bottom-hav {
    padding: 0;
  }
}

.bottom-hav div:nth-child(-n + 3) {
  width: 9.3%;
}
.bottom-hav div:last-child {
  border-right: none;
}

#bo-video {
  width: 100%;
  height: auto;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.del-video {
  position: absolute;
  bottom: 12%;
  width: 2rem;
  height: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
}

/*我们的优势*/
.you-shi {
  background: white;
  padding: 0.3rem 0;
}
.you-shi div {
  margin: 0 auto;
  width: 8.5rem;
  height: 1rem;
  line-height: 1rem;
  background: #fd9319;
  color: white;
  font-size: 0.45rem;
  border-radius: 5px;
  padding: 0 0.5rem;
  position: relative;
  overflow: hidden;
}
.you-shi div:before {
  content: "";
  display: block;
  position: absolute;
  right: 0.5rem;
  top: 0.1rem;
  height: 0.8rem;
  width: 0.8rem;
  background: url("/static/img/home/hander.png") no-repeat;
  background-size: cover;
  animation: myfirst 1s infinite;
  -moz-animation: myfirst 1s infinite;
  -webkit-animation: myfirst 1s infinite;
  -o-animation: myfirst 1s infinite;
}
@keyframes myfirst {
  0% {
    top: 0.1rem;
    transform: scale(1);
  }
  65% {
    top: 0.15rem;
    transform: scale(1.05);
  }
  100% {
    top: 0.1rem;
    transform: scale(1);
  }
}
@-moz-keyframes myfirst /* Firefox */ {
  0% {
    top: 0.1rem;
    transform: scale(1);
  }
  65% {
    top: 0.15rem;
    transform: scale(1.05);
  }
  100% {
    top: 0.1rem;
    transform: scale(1);
  }
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */ {
  0% {
    top: 0.1rem;
    transform: scale(1);
  }
  65% {
    top: 0.15rem;
    transform: scale(1.05);
  }
  100% {
    top: 0.1rem;
    transform: scale(1);
  }
}

@-o-keyframes myfirst /* Opera */ {
  0% {
    top: 0.1rem;
    transform: scale(1);
  }
  65% {
    top: 0.15rem;
    transform: scale(1.05);
  }
  100% {
    top: 0.1rem;
    transform: scale(1);
  }
}

/*.zheng-shu-div{background: url('/x/pic/major/new_bg.jpg') no-repeat;background-size: cover;padding: 0.5rem;}*/
/*.zheng-shu-div img{margin-bottom: 0.2rem;box-shadow: 0 3px 3px #888;}*/
/*.zheng-shu-div .cai_btn{margin-top: 0.6rem;}*/

/*home页面*/
.four-div {
  padding: 0.3rem;
  margin-top: 0.3rem;
  background: white;
}
.four-div .four-ico {
  width: 0.6rem;
  height: 0.7rem;
  vertical-align: middle;
}
.four-div .four-img {
  width: 100%;
  display: block;
  margin-top: 0.3rem;
}
.four-title {
  text-align: center;
}
.four-title span {
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  font-size: 0.48rem;
}

/*菜单导航*/
.d-h-box {
  padding: 0.56rem 0 0 0;
}
.d-h-box div {
  float: left;
  width: 25%;
  margin-bottom: 0.56rem;
}
.d-h-box div img {
  width: 1.85rem;
  height: 1.85rem;
  display: block;
  margin: auto;
}
.d-h-box div p {
  font-size: 0.48rem;
  padding-top: 0.3rem;
  font-weight: 400;
  text-align: center;
  line-height: 0.56rem;
}
/*招生通道*/
.z-s-t-d-box {
  padding: 0 0.83rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.z-s-t-d-box div:first-child {
  height: 1.48rem;
  line-height: 1.48rem;
  width: 5.74rem;
  background: #f07c0a;
  border-radius: 0.19rem;
  color: #ffffff;
  font-size: 0.56rem;
  font-weight: 400;
  text-align: center;
}
.z-s-t-d-box div:last-child {
  height: 1.48rem;
  line-height: 1.48rem;
  width: 5.74rem;
  background: #01458e;
  border-radius: 0.19rem;
  color: #ffffff;
  font-size: 0.56rem;
  font-weight: 400;
  text-align: center;
}

#bottom-box .LR_User_Icon0 {
  padding: 0 !important;
}

#MANTIS-UNION #copyright {
  display: none !important;
}
