.n-head-max{
  width: 100%;
  height: 92px;
  border-bottom: 1px solid #E3E3E3;
}

.n-head-name{
  height: 63px;
  display: block;
}
.n-head-name img{
  height: 100%;
  margin-top: 1px;
}
.n-head-left{
  display: flex;
  width: 417px;
  height: 100%;
  align-items: flex-end;
}
.n-head-list{
  height: 38px;
  flex: 1;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
.n-head-list-active{
  background: #DD551B;
  border-radius: 10px 10px 0px 0px;
  color: #ffffff;
}
.n-l-img{
  width: 100%;
  overflow: hidden;
}
.n-l-img img{
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
}
.n-l-img:hover img{
  transition: .5s;
  transform: scale(1.1);
  overflow: hidden;

}
.n-l-title{
  font-size: 20px;
  color: #080808;
  margin-top: 24px;
}
.n-l-msg{
  font-size: 14px;
  color: #989898;
  margin-top: 18px;
}
.n-l-title-time{
  /*margin-left: 37px;*/
}
.n-l-text{
  font-size: 16px;
  color: #6f6f6f;
  margin-top: 12px;
  line-height: 29px;
  margin-bottom: 66px;
}
@media screen and (min-width:1100px){

  .j-top{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .n-head{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 92px;
  }
  .newsrow{
    width: 1200px !important;
  }
  .newsrow-right{
    width: 720px !important;
  }
  .newsrow-left{
    width: 417px !important;
  }
  .n-l-maxrow-time{
    width: 127px;
    height: 157px;
  }
  .n-l-maxrow-time-top{
    color: #ffffff;
    background: #5C6F7F;
    width: 100%;
    height: 100px;

  }
  .n-l-maxrow-time-top-num{
    font-size: 26px;
    text-align: center;
    padding-top: 13px;
  }
  .n-l-maxrow-time-top-en{
    font-size: 26px;
    text-align: center;
    margin-top: 8px;
  }
  .n-l-maxrow-time-footer{
    font-size: 24px;
    color: #5C6F7F;
    text-align: center;
    height: 57px;
    line-height: 57px;
    border: 1px solid #E3E3E3;
  }
  .n-l-maxrow-name{
    width: 571px;
    margin-bottom: 59px;
  }
  .n-l-maxrow-title{
    font-size: 20px;
    color: #080808;
  }
  .n-l-maxrow-msg{
    font-size: 14px;
    color: #989898;
    margin-top: 19px;
  }
  .n-l-maxrow-text{
    font-size: 14px;
    color: #6f6f6f;
    line-height: 29px;
    overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-box-orient: vertical; /*设置对齐模式*/
  	-webkit-line-clamp: 3; /*设置多行的行数，示例为2行*/
  }
  .n-l-maxrow:hover .n-l-maxrow-time-top{
    background: #DB5520;
  }
  .n-l-maxrow:hover .n-l-maxrow-title{
    color: #DB5520;
  }
  .n-l-maxrow:hover .n-l-maxrow-text{
    color: #000000;
    text-decoration: underline;
  }
  
  /* 内容 */
  .par-tabel{
    width: 100%;
    margin-top: 56px;
  }
  .par-tabel table{
    border: none;
    width: 100%;
  }
  .par-tabel th{
    height: 56px;
    background: #F1F1F1;
    font-size: 18px;
    color: #232323;
    border: none;
    text-align: left;
    margin-left: 20px;
    padding-left: 20px;
  }
  .par-tabel .table-time{
    width: 202px;
  }
  .par-tabel .table-select{
    width: 202px;
  }
  .par-tabel .table-title{
    width: calc(100% - 404px);
  }
  .par-tabel td{
    height: 68px;
    padding-left: 20px;
    font-size: 14px;
    border-bottom : thin dashed #B0B0B0;
    cursor: pointer;
  }
  .p-pagesize{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 67px;
    margin-bottom: 119px;
  }
  .p-pagesize div{
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    color: #0B0B0B;
    width: 49px;
    height: 49px;
    border: 1px solid #989898;
    border-radius: 5px;
    margin: 0 6px;
    line-height: 49px;
  }
  .p-pagesize .page-active{
    background: #DD551B;
    color: #ffffff;

  }
  /* 详情页 */
  .a-details-title{
    font-size: 26px;
    color: #080808;
    text-align: center;
    margin-top: 40px;
  }
  .a-details-total{
    display: flex;
    justify-content: center;
  }
  .a-details-total div{
    margin: 0 88px;
    margin-top: 10px;
    font-size: 14px;
    color: #989898;
  }
  .a-details-row p{
    font-size: 14px;
    color: #131313;
    line-height: 29px;
    margin-top: 26px;
    margin-bottom: 10px;
  }
  .a-details-download{
    display: flex;
    align-items: center;
    margin-top: 19px;
  }
  .a-details-download-img{
    width: 33px;
    height: 33px;
  }
  .a-details-download-img img{
    width: 100%;
    height: 100%;
    display: block;
  }
  .a-details-download-title{
    font-size: 14px;
    color: #0B0B0B;
    margin-left: 17px;
  }
  .a-details-download-href a{
    color: #DC2E1B;
    text-decoration: underline;
    margin-left: 24px;
  }
  .href-list-row{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
  }
  .href-list{
    width: 120px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid #B0B0B0;
    text-align: center;
    font-size: 14px;
    color: #989898;
    line-height: 42px;
    
  }
  .a-pages{
    width: 100%;
    height: 56px;
    background: #F1F1F1;
    margin-top: 47px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
  }
  .a-up{
    margin-left: 53px;
    color: #989898;
    font-size: 14px;
  }
  .a-next{
    margin-right: 53px;
    margin-left: 0px;
  }
  .a-up:hover{
    color: #DB5520;
  }
  /* 关于我们 */
  .about-row{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
  }



  .h-l-img{
    width: 510px;
    height: 313px;
  }
  .h-l-img img{
    width: 100%;
    height: 100%;
    display: block;
  }
  .h-l-data{
    width: 633px;
  }
  .h-l-d-title{
    font-size: 26px;
    color: #000000;
    margin-top: 45px;
    font-weight: 500;
  }
  .h-l-d-time{
    font-size: 14px;
    color: #000000;
    margin-top: 26px;
    font-weight: 500;
  }
  .h-l-d-text{
    font-size: 14px;
    color: #7B7B7B;
    margin-top: 20px;
    line-height: 29px;
    overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-box-orient: vertical; /*设置对齐模式*/
  	-webkit-line-clamp: 3; /*设置多行的行数，示例为2行*/
  }
 
  /* 人才招聘 */
  .join-row{
    width: 1200px !important;
    margin: 0 auto;
  }
  .join-row .join-box{
    box-shadow: none !important;
    padding-top: 0px !important;
  }
  .join-row .join-box .text{
    font-size: 14px !important;
  }
  .join-row .join-box .join-list li .recruit-top:hover{
    background-color: #DD551B !important;
  }
  .join-row .join-box .join-list li .active{
    background-color: #DD551B !important;
  }
  .join-row .join-box .join-list li .recruit-content .join-in{
    background: #DD551B !important; 
  }
  .join-form .line input{
    border: 1px solid #999999 !important;
  }
  .join-form .updata-btn{
    width: 120px;
    height: 42px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .join-form .updata-btn button{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 42px;
    background-color: #DD551B;
  }
  #join-upload{
    background: #DB5520 !important;
  }
  .honor-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
.a-r-top{
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 40px;
}
.a-r-t-time{
  width: 143px;
  text-align: center;
  font-size: 24px;
  color: #000000;
  height: 42px;
  border-right: 1px solid #dddddd;
  line-height: 42px;
}
.a-r-t-name{
  font-size: 16px;
  color: #777777;
  margin-left: 22px;
  height: 42px;
  line-height: 42px;
}
.a-r-list{
  width: 1043px;
  margin-left: 144px;
  margin-top: 33px;
}
.a-r-l-row{
  width: 100%;
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.a-r-l-yuan{
  width: 18px;
  height: 18px;
  background: #D81E06;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}
.a-r-l-details{
  width: 991px;
  margin-left: 45px;
}
.a-r-l-title{
  font-size: 18px;
  color: #010101;
}
.a-r-l-time{
  font-size: 14px;
  color: #CE4E25;
  margin-top: 10px;
}
.a-r-l-text{
  font-size: 14px;
  color: #7B7B7B;
  line-height: 29px;
  margin-top: 7px;
  
}
.a-r-l-shu{
  position: absolute;
  left: 9px;
  height: 100%;
  width: 1px;
  top: 9px;
  border-left: 1px dashed #999999;
}
.a-r-move{
  margin-top: 60px;
  margin-bottom: 68px;
  text-align: center;
  cursor: pointer;
}
.a-r-move-img{
  width: 21px;
  height: 11px;
  margin: 0 auto;

}
.a-r-move-img img{
  width: 100%;
  height: 100%;
  display: block;
}
.a-r-move-text{
  font-size: 14px;
  color: #373737;
  margin-top: 8px;
  text-align: center;
}

.events{
  display: none;
}
/* 荣誉资质 */
.honor{
  display: none;
}
.honor-row{
  margin-top: 7px;
}


 /* 公司简介 */
 .synopsis-row{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 109px;
}
.synopsis-row img{
  width: 386px;
  height: auto;
  display: block;
  margin-top: 29px;
}
.synopsis-content{
  width: 728px;
  margin-top: 29px;
}
.synopsis-title{
  text-align: center;
  font-size: 24px;
  color: #000000;
  margin-top: 30px;
}
.synopsis-text{
  font-size: 14px;
  color: #010101;
  line-height: 29px;
  font-weight: 500;
}
.join-max{
  box-shadow: none !important;
  margin: 0 auto;
  padding-top: 50px;
}

.j-t-text{
  font-size: 26px;
  color: #080808;
}
.j-t-t-en{
  font-size: 14px;
  color: #989898;
}
.j-top-select .select{
  width: 314px;
  height: 52px;
  background-image:url("img/munder.png");
  background-repeat:no-repeat;
  background-position:right 30px center;
  background-size:13px 8px;
}
.j-top-select .select select{
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #cdcdcd;
  padding-left: 30px;
  cursor: pointer;
}
.j-top-search{
  /* position: relative; */
  display: flex;
  width: 314px;
  height: 52px;
  border: 1px solid #CDCDCD;

}
.j-top-search input{
  width: calc(100% - 60px);
  padding-left: 30px;
  font-size: 16px;
  color: #000000;
  border: none;
}
.j-top-search .search-btn{
  width: 60px;
  height: 52px;
  background: #DB5520;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.j-top-search .search-btn .search-btn-search{
  width: 21px;
  height: 21px;
}
.j-top-search .search-btn img{
  width: 100%;
  height: 100%;
  display: block;
}
/* 详情页 */
.n-head-details-left{
  font-size: 14px;
  color: #989898;
  display: flex;
  margin-bottom: 16px;
}
.storys{
  display: block;
}
.notices{
  display: none;
}
.consults{
  display: none;
}
.n-l-maxrow{
  display: flex;
  justify-content: space-between;
}
.noticew{
  display: none;
}
