body{
  background-color: #6a1613 !important;
}
.one{
  width: 100%;
  background-image: url(../img/bg1.jpg);
  background-size: 100% 100%;
}
.onep{
  writing-mode:vertical-lr;
  color: #FFFFFF;
  font-size: 20px;
  padding: 170px 10px;
  word-spacing: 2em;
  line-height: 1.5em;
}
.two{
  background-image: url(../img/bg2.jpg);
  background-size: 100% 100%;
}
.two .ttex{
  margin: 80px;
  background-image: url(../img/bg10.png);
  background-size: 100% 100%;
  padding: 100px;
  color: #FFFFFF;
}
/* .two{
  background-image: url(../img/bg2.jpg);
  background-size: 100% 100%;
}
.ttbox{
  width: 100%;
  margin: 50px 0 50px;
  padding: 10px 90px;
  font-size: 30px;
  font-weight: 400;
  color: #FFFFFF;
  background-image: url(../img/bg3.png);
  background-size: 100% 100%;
}
.tbox{
  width: 100%;
  margin: 50px 0 50px;
  padding: 10px 90px;
  font-size: 30px;
  font-weight: 400;
  color: #FFFFFF;
  background-image: url(../img/bg4.png);
  background-size: 100% 100%;
}
.titem{
  width: 90%;
  border-bottom: 2px dotted #CCCCCC;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.titem .ttit{
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}
.titem .tdesc{
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
} */
.three{
  width: 100%;
  background-image: url(../img/bg5.jpg);
  background-size: 100% 100%;
}
.thtit{
  text-align: center;
  font-size: 36px;
font-weight: bold;
color: #FFFFFF;
margin-bottom: 20px;
}
.thdesc{
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5em;
}
.four{
  width: 100%;
  background-image: url(../img/bg6.jpg);
  background-size: 100% 100%;
}
.fouritem{
  margin: 30px 0;
}
.five{
  width: 100%;
  background-image: url(../img/bg7.jpg);
  background-size: 100% 100%;
}
.five .imgbox{
  width: 80%;
  margin: 30px auto 60px;
  position: relative;
}
.five .imgbox img{
  width: 100%;
}
.five .imgbox .kuang{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ftit{
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 30px;
}