.c4_mojr {
  display: flex;
  width: 1200px;
  margin: 35px auto 0;
  margin-bottom: 35px;
  box-shadow: darkgrey 0px 0px 18px 4px;
}

.c4_mojr ul {
  flex: 1;
  /*margin-top: -3px;*/

  /*margin-left: -3px;*/
  /*border: 3px solid #333;*/
}

.c4_mojr ul.nth {
  border-left: 1px solid #b8b8b8;
}

.c4_mojr li {
  display: flex;
  height: 60px;
  border-top: 1px solid #b8b8b8;
  align-items: center;
}

.c4_mojr li span {
  flex: 1;
  display: block;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.c4_mojr h1 {
  display: flex;
  height: 60px;
}

.c4_mojr h1 span {
  flex: 1;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  line-height: 60px;
}

.c4_mojr li a {
  display: flex;
  width: 81px;
  height: 25px;
  background-color: #fc5b32;
  border-radius: 12px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.c4_mojr .x_syme {
  color: #ff2d2e;
}


.updatings {
  width: 462px;
  height: 213px;
  background-color: #000;
}

.updatings-bg {
  width: 219px;
  height: 36px;
  background: url(/statics/images/index/updatings_bg.jpg);
}

.updatings-info {
  margin-top: 8px;
  margin-left: 29px;
  color: #fff;
  font-size: 12px;

}

.updatings-info-box {
  overflow: hidden;
  height: 155px
}

.updatings-info .info-item {
  width: 390px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px double #494747;
  padding-left: 10px;
}

.w60 {
  width: 60px;
  display: inline-block;
}

.w125 {
  width: 125px;
  display: inline-block;
}

.w65 {
  width: 65px;
  display: inline-block;
}

.updatings-info .textcolor a {
  color: #d5ad35;
  cursor: pointer;
}

.select-index {
  display: block;
  width: 152px;
  height: 38px;
  float: left;
  background: #262626;
  border: 1px solid #3c3c3c;
  font-weight: 200;
  outline: none;
  color: #fff;
  padding-left: 6px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 4px 0;
}

.media {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 30px;
}

.media h2 {
  text-align: center;
  font-size: 30px;
}

.media p {
  text-align: center;
  color: #8c8c8c;
  padding: 10px 0;
}

.media .media-con {
  display: flex;
  justify-content: space-around;
}

/*.media .media-con .video video {*/
/*  width: 800px;*/
/*  position: fixed;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  z-index: 2147483647;*/
/*}*/
.media .media-con img {
  width: 340px;
  /*position: fixed;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*z-index: 2147483647;*/
}

.mask {
  width: 100%;
  height: 100%;
  z-index: 2147483645;
  background-color: #000;
  opacity: .8;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media .media-con .video .img-mask {
  width: 380px;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.media .media-con .video .img-mask .maskS {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .8;
  cursor: pointer;
  display: none;
}
.media .media-con .video .img-mask:hover .maskS {
  display: block;
}
.media .media-con .video .img-mask .maskS img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  width: 60px;
}

.friend {
  /*width: 1200px;*/
  width: 1430px;
  margin: 0 auto;
  background: url("/statics/images/index/bg2.jpg") center 0 no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}
.friend .friend-left {
  width: 46%;
  height: 350px;
  /*background-color: #222;*/
  color: #fff;
  padding: 20px 50px;
}
.friend .friend-left h2 {
  font-size: 30px;
}
.friend .friend-left ul {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
  padding: 30px 0;
}
.friend .friend-left ul li {
  width: 20%;
  /*text-align: center;*/
  height: 33px;
  float: left;
}


.registration {
  width: 1200px;
  height: 700px;
  margin: 20px auto;
  overflow: hidden;

}
.registration h2 {
  text-align: center;
  line-height: 70px;
  font-size: 30px;
}
.registration .registration-con {
  display: flex;
  justify-content: space-between;
}
.registration .registration-con .sign-profession {
  width: 41%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.registration .registration-con .sign-profession .profession-box {
  width: 49%;
  height: 237px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.registration .registration-con .sign-profession .profession-box .profession-box-img img {
  width: 100%;
}
.registration .registration-con .sign-profession .profession-box .profession-box-con {
  padding: 0 5px 5px 5px;
}
.registration .registration-con .sign-profession .profession-box .profession-box-con .profession-box-con-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.registration .registration-con .sign-profession .profession-box .profession-box-con .profession-box-con-top span:last-child {
  color: #fc5b32;
  font-size: 15px;
}
.registration .registration-con .sign-profession .profession-box .profession-box-con .profession-box-con-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.registration .registration-con .sign-profession .profession-box .profession-box-con .profession-box-con-bottom a:first-child {
  width: 80px;
  height: 25px;
  font-size: 13px;
  color: #fff;
  background-color: #cc9966;
  line-height: 25px;
  text-align: center;
  border-radius: 10px;
}
.registration .registration-con .sign-profession .profession-box .profession-box-con .profession-box-con-bottom a:last-child {
  font-size: 13px;
}
.registration .registration-con .sign-profession .profession-box:nth-child(n+3) {
  margin-top: 10px;
}
.registration .registration-con .sign-up {
  width: 30%;
  height: 484px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.registration .registration-con .sign-up h4 {
  line-height: 62px;
  font-size: 25px;
  text-align: center;
}
.registration .registration-con .sign-up div ul {
  height: 45px;
  line-height: 45px;
}
.registration .registration-con .sign-up div ul:first-child {
  display: flex;
  height: 55px;
  border-bottom: 1px dashed #ccc;
}
.registration .registration-con .sign-up div ul:first-child li {
  text-align: center;
}
.registration .registration-con .sign-up div ul:first-child li:first-child {
  width: 40%;
}
.registration .registration-con .sign-up div ul:first-child li:nth-child(2) {
  width: 20%;
}
.registration .registration-con .sign-up div ul:first-child li:last-child {
  width: 40%;
}
.registration .registration-con .sign-up div ul:last-child {
  height: 322px;
  overflow: hidden;
  padding: 0 5px;
}
.registration .registration-con .sign-up div ul:last-child li {
  display: flex;
  border-bottom: 1px dashed #ccc;
}
.registration .registration-con .sign-up div ul:last-child li p {
  font-size: 14px;
  text-align: center;
}
.registration .registration-con .sign-up div ul:last-child li p:first-child {
  width: 40%;
  color: #eaae32;
}
.registration .registration-con .sign-up div ul:last-child li p:nth-child(2) {
  width: 20%;
}
.registration .registration-con .sign-up div ul:last-child li p:last-child {
  width: 40%;
}
.registration .registration-con .sign-up .up-bot {
  display: flex;
  justify-content: space-between;
  text-align: center;
  line-height: 45px;
  color: #fff;
}
.registration .registration-con .sign-up .up-bot .up-bot-l {
  width: 70%;
  height: 45px;
  background-color: #ffba91;
}
.registration .registration-con .sign-up .up-bot .up-bot-r {
  width: 30%;
  height: 45px;
  background-color: #fc5b32;
  cursor: pointer;
}
.registration .registration-con .sign-surroundings {
  width: 26%;
  border: 1px solid #ccc;
}
.registration .registration-con .sign-surroundings h4 {
  line-height: 62px;
  font-size: 25px;
  text-align: center;
}
.registration .registration-con .sign-surroundings .bor-line {
  width: 20%;
  margin: 0 auto;
  height: 2px;
  background-color: #222;
}
.registration .registration-con .sign-surroundings .surroundings-carousel {
 /* width: 312px;
  height: 157px;
  margin: 30px auto;*/
  position: relative;
  overflow: hidden;
}
.registration .registration-con .sign-surroundings .surroundings-carousel .swiper-container {
  width: 310px;
  height: 167px;
}
.registration .registration-con .sign-surroundings .surroundings-carousel .swiper-container img {
  width: 100%;
  height: 100%;
}
.registration .registration-con .sign-surroundings .surroundings-carousel .blink-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 999;
}
.registration .registration-con .sign-surroundings .surroundings-carousel .blink-center img {
  width: 100%;
  height: 100%;
}
.registration .registration-con .sign-surroundings .surroundings-guide {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 10px 20px;
}
.registration .registration-con .sign-surroundings .surroundings-guide a {
  display: flex;
  flex-direction: column;
  align-content: stretch;
  align-items: center;
  padding: 20px 30px;
  transition: all 0.3s;
}
.registration .registration-con .sign-surroundings .surroundings-guide a i {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0;
}
.registration .registration-con .sign-surroundings .surroundings-guide a p:last-child {
  font-size: 13px;
  color: #666;
}
.registration .registration-con .sign-surroundings .surroundings-guide a:hover {
  transition: all 0.3s;
  box-shadow: 0 0 15px #aaa;
}
.registration .registration-con .sign-surroundings .surroundings-guide .guide-con-t {
  border: 1px dashed #ccc;
}
.registration .registration-con .sign-surroundings .surroundings-guide .guide-con-t i {
  background: url("/statics/images/index/icon_1.png");
}
.registration .registration-con .sign-surroundings .surroundings-guide .guide-con-b {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
}
.registration .registration-con .sign-surroundings .surroundings-guide .guide-con-b i {
  background: url("/statics/images/index/icon_2.png");
}
.registration .registration-problem {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 30px;
}
.registration .registration-problem div {
  width: 17.4%;
  font-size: 14px;
  line-height: 2.2;
  text-align: center;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.registration .registration-problem div:nth-child(n+6) {
  margin-top: 20px;
}
.registration .registration-problem div:hover {
  transform: translate(0, -4px);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #222;
}
