body {
  background: url(../image/1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: fixed;
}

main {
  /* width: 960px; */
  margin: 190px auto 120px;
  padding: 0 10%;
}
.about-container {
  position: relative;
}
.about-container video {
  width: 100%;
  min-width: 100%;
}

.company-box {
  padding: 50px 70px 50px 70px;
  background: #be946d;
}
.company-box ul li {
  color: #fff;
  margin-top: 20px;
  line-height: 25px;
  letter-spacing: 2px;
  text-align: justify;
}
.company-box ul {
  padding: 0;
}
.company-box ul li:first-child {
  margin: 0;
}
.video-container {
  width: 100%;
  background: #be946d;
}
.video-container img {
  width: 100%;
}
.news-content,
.timeline-content {
  background: #fff;
  margin-bottom: 50px;
}

.content-box {
  background: #fff;
  padding: 50px 70px;
}
.news-content .title,
.honer-content .title,
.timeline-content .title,
.contact-content > .title {
  font-size: 26px;
  color: #272727;
  margin-bottom: 50px;
  position: relative;
}
.news-content .title::after,
.honer-content .title::after,
.timeline-content .title::after,
.contact-content > .title::after {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  background: #777;
  left: 0;
  top: 60px;
}
.news-item,
.timeline-item {
  display: flex;
}
.news-item{
  width: 95%;
}
.news-item ul li {
  height: 100%;
  display: flex;
  align-items: center;
}
.news-item .time,
.timeline-item .time {
  width: 100px;
  flex-shrink: 0;
}
.news-item ul.intro,
.timeline-item ul.intro {
  /* width: 720px; */
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ededed;
  padding-left: 0;
  margin-top: 0;
}
.news-item ul li,
.timeline-item ul li {
  padding-left: 10px;
  margin-bottom: 8px;
  position: relative;
}
.news-item ul li a {
  color: #000;
  display: inline-block;
  width: 100%;
}
.news-item ul .more a {
  color: #cfcfcf;
}
.news-item .intro:hover li a {
  cursor: pointer;
  color: #be946d;
}
.news-item ul li::before,
.timeline-item ul li::before {
  content: "\2022";
  color: #cfcfcf;
  position: absolute;
  left: 0;
  font-size: 12px;
}

.honer-content {
  margin-bottom: 50px;
  width: 100%;
}
.honer-content .honer-item {
  width: 146px;
  height: 240px;
  text-align: center;
  border: 1px solid #fff;
  background: #f4f4f4;

  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;

  position: relative;
}

.honer-item img {
  width: 50%;
}
.honer-content div.text div {
  font-size: 12px;
  position: relative;
  margin-bottom: 5px;
}
.honer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.honer-item .text {
  padding: 20px 10px 0 10px;
  width: 100%;
}

.intro .more {
  text-align: right;
}
.intro .more a {
  width: 100%;
  display: inline-block;
}
.intro .more::before {
  content: none;
}
.md-map {
  display: none;
}
.contact-con .map-img {
  /* width: 100%; */
  width: 65%;
  /* background: #fff; */
  text-align: center;
  min-width: 470px;
  /* max-width: 580px; */
}
.contact-con .map-img img {
  width: 100%;
}
.contact-box {
  position: relative;
  /* padding: 56px 70px; */
  padding: 0 0 0 20px;
  background: #fff;

  display: flex;
  /* align-items: center;
  justify-content: space-evenly; */
  align-items: flex-start;
  flex-direction: column;
}
.contact-box div a:hover,
.contact-box div a:hover div {
  color: #be946d;
}
.address .title,
.call .title {
  font-size: 20px;
  color: #351d1d;
}

.address .line,
.call .line {
  width: 40px;
  height: 3px;
  margin: 10px 0;
  background: #272727;
}
.address .text,
.call .text {
  font-size: 12px;
  color: #272727;
  margin-bottom: 10px;
  line-height: 15px;
}
.address {
  /* padding-left: 70px; */
  white-space: nowrap;
}
.address,
.call {
  /* width: 480px; */
  /* width: 100%; */
  /* margin-bottom: 10px; */
}
.call .text a {
  color: #272727;
  font-size: 12px;
}
.en-ad {
  letter-spacing: -1px;
}
.job-box {
  padding: 82px 70px;
}
.job-box .job-title {
  font-size: 26px;
  color: #272727;
  margin-bottom: 50px;
  position: relative;
}
.job-box .job-title::after {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  background: #777;
  left: 0;
  top: 60px;
}

.job-box .job-item {
  height: 54px;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: height 0.4s ease;
  border-top: 1px solid #ededed;
}
.job-box .job-item:nth-child(2) {
  border-top: none;
}
.job-box .job-item .job-item-title {
  font-size: 16px;
  height: 54px;
  color: #272727;
  line-height: 54px;

  width: 100%;
}
.job-box .job-item .job-item-title::after {
  content: "";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 23px;
  transition: all 0.4s ease;
  width: 20px;
  height: 20px;
  background: url(../image/m_arrow_2.png) no-repeat;
  background-size: 8px 12px;
}
.job-context ul {
  margin: 0;
  padding: 0;
}
.job-context {
  padding: 32px 0 80px;
  line-height: 25px;
}
.job-item.showMore {
  height: 616px;
}
.job-item.showMore .job-item-title {
  color: #be946d;
  border-bottom: 1px solid #ededed;
}
.job-item.showMore .job-item-title::after {
  transform: rotate(90deg);
  transform-origin: center;
  right: 10px;
}
.job-item .apply-btn {
  background-color: #be946d;
  /* width: 120px; */
  padding: 0 25px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  margin-top: 24px;
  color: #fff;
  /* font-size: 12px; */
  display: inline-block;
  cursor: pointer;
}
.job-context li p {
  margin: 0;
}
.contact-con .qr-code {
  width: 85px;
  height: 85px;
}
.contact-con {
  display: flex;
  align-items: flex-start;
  /* padding-bottom: 80px; */
  justify-content: space-between;
}
.news-list {
  overflow-y: auto;
  height: 345px;
}

.news-list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.news-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #be946d;
}
.news-list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
