.main {
  margin-top: -10px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0px;
}

.container h2 {
  font-size: 36px;
  font-family: 'BOLD';
  color:  #323030;
  text-align: center;
  margin-top: 100px;
}

.friend h2 {
  font-size: 36px;
  font-family: 'BOLD';
  color: #C3282A;
  text-align: center;
}

.line {
  width: 70px;
  height: 4px;
  border-top: 4px solid  #465C31;
  margin: 30px auto;
}

.box-text-header {
  font-size: 20px;
  font-family: 'REGULAR';
  font-weight: 400;
  color: #191818;
  line-height: 35px;
}

.box-text {
  font-size: 18px;
  font-family: 'REGULAR';
  font-weight: 400;
  color: #323030;
  line-height: 35px;
  text-indent: 32px;
}

.secode {
  margin-top: 0px;
}


.sup-box-text {
  font-size: 18px;
  font-family: 'REGULAR';
  font-weight: 400;
  color: #323030;
  line-height: 35px;
}

.service-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.service-box>div {
  width: 387px;
  background-color: #fff;
  height: 378px;
  cursor: pointer;
  border-radius: 24px;
  margin-bottom: 20px;
  text-align: center;
  padding: 71px 42px 67px 42px;

}

.icon {
  width: 98px;
  height: 95px;
  margin: 0 auto;
  background-size: contain !important;
  background-repeat: no-repeat;
}

.icon1 {
  background-image: url('../image/index/1_1.png');
}

.icon2 {
  background-image: url('../image/index/1_2.png');
}

.icon3 {
  background-image: url('../image/index/1_3.png');
}

.icon4 {
  background-image: url('../image/index/1_4.png');
}

.icon5 {
  background-image: url('../image/index/1_5.png');
}

.icon6 {
  background-image: url('../image/index/1_6.png');
}


.serve-title {
  color: #000;
  font-size: 23px;
  font-family: 'MEDIUM ';
  margin: 35px 0 20px 0;
}

.line-small {
  width: 60px;
  height: 2px;
  border-top: 2px solid #333333;
  margin: 0 auto;
  margin-bottom: 19px;
}

.serve-text {
  font-size: 16px;
  font-family: 'REGULAR';
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

.service-box>div:hover {
  background: #C3282A;
  box-shadow: 0px 10px 20px 0px rgba(204, 204, 204, 0.5);
  transition: all 0.3s ease-in;
  color: #fff !important;
}

.service-box>div:hover>.line-small {
  border-color: #fff;
}

.service-box>div:hover>.serve-title {
  color: #fff;
}


.service-box>div:hover>.icon1 {
  background-image: url('../image/index/2_1.png');
}

.service-box>div:hover>.icon2 {
  background-image: url('../image/index/2-2.png');
}

.service-box>div:hover>.icon3 {
  background-image: url('../image/index/2-3.png');
}

.service-box>div:hover>.icon4 {
  background-image: url('../image/index/2-4.png');
}

.service-box>div:hover>.icon5 {
  background-image: url('../image/index/2-5.png');
}

.service-box>div:hover>.icon6 {
  background-image: url('../image/index/2-6.png');
}


.friend {
  /* text-align: center; */
  height: 550px;
  margin-top: 50px;
  /* background: url('../image/index/frined.png') no-repeat center; */
  /* padding-top: 112px; */
}



.bg-container {
  background-color: #F5F5F5 !important;
}

.news_one {
  background-image: url('../image/index/news1.png');
}

.news_two {
  background-image: url('../image/index/news2.png');
}

.news_three {
  background-image: url('../image/index/news3.png');
}

.message {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 0 20px;
  background-color: #000000;
  opacity: 0.6;
  border-radius: 0px 0px 24px 24px;
  display: flex;
  justify-content: space-between;
  font-family: 'REGULAR';
}

.times {
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.news-title {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.new-more {
  width: 1200px;
  text-align: right;
  color: #000000;
  font-size: 16px;
  margin: 35px 0;
  cursor: pointer;
  padding-right: 40px;
}