body{
  background: #fff;
  font-size: 12px;
  color: #666;
  font-family: Source Han Sans CN;
  line-height: 18px;
}
.list_item_title_box{
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  justify-content: center;

}
.list_item_title_box .left,.list_item_title_box .right{
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}
.list_item_title_box .left{
  background: #FA955B;
}
.list_item_title_box .right{
  background: #9E826C;
}
.list_item_title{
  text-align: center;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-style: italic;
  color: #333333;
  position: relative;
  display: inline;
  margin-left:5px;
}


.list_item_title::before{
  content: "";
  position: absolute;
  width: 3000%;
  height: 1px;
  background: #CCCCCC;
  right:0;
  bottom: -5px;
}
.content_title{
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #9E826C;
  margin-bottom: 12px;
}
.content_item{
  display: flex;
  align-items: center;
  padding: 0 34px;
  justify-content: space-between;
  margin-top: 20px;
  text-align: center;
}
.content_item_img_box{
  width: 125px;
  height: 125px;
  border-radius: 50%;
}
.content_item_img_box img {
  width: 100%;
  height: 100%;
}
.content_item_title{
  background: #FA955B;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  width: 125px;
  margin: 0 auto 18px;
  height: 20px;
  line-height: 20px;
}
.list_item{
  margin-bottom: 40px;
}
.list_item .content{
  width: 163px;
}
.list_item_img_box{
  width: 100%;
  padding: 0 15px;
  margin-bottom: 18px;
}
.list_item_img_box img{
  width: 100%;
  height: 200px;
}
.introduce_item{
  position: relative;
  margin-bottom: 60px;
}
.introduce_item div{
  display: flex;
  color: #fff;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.introduce_item div span{
  background: #9E826C;
  padding: 1px 4px;
}
.introduce_wrap{
  padding-left: 5px;
  margin-bottom: 30px;
}
.introduce_item::after{
  content:'';
  width: 140px;
  height: 1px;
  background: #CCCCCC;
  position: absolute;
  bottom: -30px;
}
.introduce_content{
  line-height: 24px;
}
.footer{
  margin-top: 25px;
  position: relative;
  font-size: 14px;
}
.footer img{
  width: 100%;
}
.header{
  margin-bottom: 20px;
}
.header img{
  width: 100%;
}

.footer_content{
  color: #fff;
  position: absolute;
  top: 37.1%;
  left: 40px;
  right: 30px;
}
.footer_title{
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  margin-bottom: 25px;
}
.footer_tel{
  margin-bottom: 15px;
}
.big_img_item{
  width: 80%;
  height: auto;
  margin-bottom: 20px;
}
.big_img_box{
  display: flex;
  flex-wrap: wrap;
}
.big_img_box div:nth-child(2n){
  text-align: right;
}
