#layer{
  z-index: 99;
  width: 800px;
  height: 600px;
  background: #fff;
  position:fixed;
  top:60%;
  right:50%;
  margin:-340px -400px 0 0;
  display:none;    /* 默认不显示 */
}
#enLayer{
  z-index: 99;
  width: 800px;
  height: 600px;
  background: #fff;
  position:fixed;
  top:60%;
  right:50%;
  margin:-340px -400px 0 0;
  display:none;    /* 默认不显示 */
}
.layer-box{
  padding: 28px 28px 34px 15px;
}
.layer-box .title::before{
  content: '';
  width: 3px;
  height: 21px;
  background: #17B7B9;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
}
.layer-box .title{
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.layer-box-tit{
  display: flex;
  justify-content: space-between;
}
.layer-cont{
  margin: 26px;
}
.layer-input .tit{
  margin-right: 30px;
}
.layer-input .en{
  margin-right: 30px;
  width:138px;
  display: inline-block;
}
.layer-input input{
  width: 330px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #D5D5D5;
  padding: 8px; 
  font-size: 16px; /* 将字号设置为16像素 */
}
.yzm{
  width: 236px !important;
}
.yzm-img{
  width: 94px;
  height: 38px;
  margin-left: -6px;
}
 /* 去除默认样式 */
 textarea {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background-color: transparent;
  font-size: inherit;
  width: 600px;
}

textarea:focus {
  outline: none;
}

/* 自定义样式 */
.mo-textarea {
  display: inline-block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  color: #606266;
  background-color: #fff;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* 提示文字 */
.mo-textarea::placeholder {
  color: #c0c4cc;
}

/* 鼠标hover */
.mo-textarea:hover {
  border-color: #c0c4cc;
}

/* 获得焦点 */
.mo-textarea:focus {
  border-color: #3677f0;
}
.submit{
  width: 140px;
  height: 36px;
  background: #17B7B9;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  margin-left: 100px;
}
.yinying{
  width: 100%;
  background: #000000a8;
  height: 4000px;
  position: absolute;
  top: 0;
  overflow: hidden;
  display: none;
  z-index: 9;
}
/* #close{
  position:absolute;
  top:0;
  right:0;
  font:20px/1 Arial;
  text-decoration:none;
} */

/*
  公司动态
*/
#message{
  cursor: pointer;
}
.company-nav{
  width: 100%;
  height: 60px;
  background: #E4F3F3;
  color: #333;
  font-size: 14px;
  line-height: 60px;
  margin-top:70px;
}
.wrap-box{
  margin: 20px 240px 34px;
}
.wrap-tit{
  font-size: 30px;
  font-weight: bold;
}
.wrap-time{
  width: 179px;
  height: 11px;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  margin: 10px 0 20px;
}
.wrap-line{
  /* width: 1000px; */
  height: 1px;
  background: #B8B8B8;
  opacity: 1;
}
.wrap-cont{
  margin-top: 20px;
  color: #333;
  line-height: 24px;
}

#myModal{
  display: none; /* 初始状态为隐藏 */
}
@media (max-width: 1200px){
.company-nav{
		margin-top:0px;
	}
.wrap-tit{
	font-size:20px;
}
.wrap-cont img{
	width:100%
}
}
@media (max-width: 961px){
    #layer{
      z-index: 99;
      width: 350px;
      /*width:80%;*/
      height: 480px;
      background: #fff;
      position:fixed;
      top: calc(50% - 240px);
      right:calc(50% - 175px);
      margin:0;
      display:none;    /* 默认不显示 */
    }
   .layer-input input{
      width: 228px;
      height: 40px;
      background: #FFFFFF;
      border-radius: 2px;
      border: 1px solid #D5D5D5;
      padding: 8px; 
      font-size: 16px; /* 将字号设置为16像素 */
    }
    .layer-box {
        padding: 15px;
    }
    .layer-cont {
        margin: 15px;
    }
    
    .layer-input .tit {
        margin-right: 10px;
    }
    .yzm {
        width: 126px !important;
        margin-right:10px;
    }
    textarea {
        width: 230px;
    }
    #enLayer{
      z-index: 99;
      width: 350px;
      /*width:80%;*/
      height: 480px;
      background: #fff;
      position:fixed;
      top: calc(50% - 240px);
      right:calc(50% - 175px);
      margin:0;
      display:none;    /* 默认不显示 */
    }
    #enLayer .layer-input input{
      width: 190px;
      height: 40px;
      background: #FFFFFF;
      border-radius: 2px;
      border: 1px solid #D5D5D5;
      padding: 8px; 
      font-size: 16px; /* 将字号设置为16像素 */
    }
    .layer-input .en {
        margin-right: 10px;
        width: 100px;
        display: inline-block;
    }
    #enLayer .layer-cont {
        margin: 5px;
    }
    #enLayer .yzm {
        width: 92px !important;
        margin-right: 10px;
    }
    
    #enLayer .layer-box-tit {
        margin-bottom: 30px;
    }
}

/*.wrapper-one{*/
/*    width: 100% !important;*/
/*}*/
/*.swiper-slide-one{*/
/*    width: 268px !important;*/
/*}*/