#main-wrap {
  background-image: url(../images/2000000663.png);
  background-repeat: repeat;
  background-position: 50% 0;
  background-attachment: scroll;
  background-size: auto;
  opacity: 1;
  transition: all, 0.3s;
}
#main-wrap #main {
  width: 1200px;
  margin: 0 auto;
}
#main-wrap .block {
  padding: 20px 0;
}
#main-wrap .block .title {
  text-align: center;
  padding-bottom: 20px;
}
#main-wrap .block .title h1 {
  font-size: 40px;
  color: #e67e22;
  font-weight: bold;
  position: relative;
}
#main-wrap .block .title h1 span {
  z-index: 888;
  display: inline-block;
  position: relative;
  background: #fbfbfb;
  padding: 20px;
  border-radius: 4px;
}
#main-wrap .block .title h1::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  display: block;
  content: '';
  width: 500px;
  height: 1px;
  background: #86909c;
}
#main-wrap .block .title p {
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
}
#main-wrap .block .content {
  margin: 0 auto;
  width: 80%;
}
#main-wrap .block .card-wrap {
  display: flex;
  justify-content: space-around;
}
#main-wrap .block .card-wrap .card-item {
  width: 25%;
  padding: 20px;
  text-align: center;
  background: #fff;
  line-height: 22px;
  box-shadow: #cccccc 0px 1px 16px 0px;
}
#main-wrap .block .card-wrap .card-img {
  width: 100%;
  height: 135px;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
}
#main-wrap .block .card-wrap .card-img img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
}
#main-wrap .block .card-wrap .card-h1,
#main-wrap .block .card-wrap .card-h2,
#main-wrap .block .card-wrap .card-desc {
  padding: 5px 0;
}
#main-wrap .block .card-wrap .card-h1 {
  color: #e67e22;
  font-size: 16px;
}
#main-wrap .block .card-wrap .card-h2 {
  font-size: 14px;
}
#main-wrap .block .card-wrap .card-desc {
  font-size: 12px;
  color: #888888;
}
.txt-block {
  background: #333;
  color: #fff;
}
.txt-block .content {
  width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.txt-block .txt-wrap {
  display: flex;
  justify-content: space-around;
}
.txt-block .txt-wrap .txt-item h1 {
  font-size: 36px;
  padding: 0 0 20px 0;
}
.txt-block .txt-wrap .txt-item p {
  font-size: 14px;
  line-height: 22px;
}
.service-block {
  background: #f1f5f6;
}
.service-block .content {
  width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.service-block .service-title {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  padding: 20px 0;
}
.service-block .service-title img {
  width: 260px;
  margin-top: 10px;
}
.service-block .service-card {
  display: flex;
  flex-wrap: wrap;
  line-height: 22px;
}
.service-block .service-card .service-card-item {
  display: flex;
  width: 400px;
  height: 120px;
  margin-top: 15px;
}
.service-block .service-card .card-img {
  margin-right: 20px;
}
.service-block .service-card .card-img img {
  width: 46px;
  height: 46px;
}
.service-block .service-card .card-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.service-block .cux-card {
  width: 80%;
  margin: 0 auto;
}
.service-block .cux-card .service-card-item {
  width: 50%;
}
#slides-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 380px;
  overflow: hidden;
  margin-bottom: 10px;
}
#slides-wrap #slides {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 380px;
  overflow: hidden;
}
#slides-wrap #slides img {
  width: 100vw;
}
#slides-wrap .jssora051 {
  width: 34px !important;
  height: 58px !important;
  line-height: 58px;
  font-size: 18px;
  color: #fff !important;
  margin: 0;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
#slides-wrap .w-slide-btn {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}
#slides-wrap .w-slide-btnav {
  background: #fff;
}
#slides-wrap .copywriting {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 888;
}
.img-wrap {
  position: relative;
}
.img-wrap img {
  width: 100%;
  height: 320px;
}
.img-wrap .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 888;
  font-size: 42px;
  color: #fff;
  font-weight: bold;
}
.img-wrap .num-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 888;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.img-wrap .num-wrap .content {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
.img-wrap .num-wrap .num-card {
  display: flex;
}
.img-wrap .num-wrap .num-card .num-item {
  width: 33.33%;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.img-wrap .num-wrap .num-card .num-item span {
  font-size: 40px;
}
.img-wrap .mask {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.tab-wrap .content {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.tab-wrap #tab {
  display: flex;
  border-bottom: 1px solid #86909c;
  color: #000;
  font-size: 14px;
}
.tab-wrap #tab li {
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.tab-wrap #content {
  position: relative;
}
.tab-wrap #content p {
  font-size: 16px;
  color: #222222;
  margin-bottom: 10px;
  line-height: 22px;
}
.tab-wrap #content1,
.tab-wrap #content2,
.tab-wrap #content3 {
  width: 100%;
  padding: 30px;
  background: #fff;
}
.tab-wrap #content2 {
  text-align: center;
}
.tab-wrap #content2 img {
  width: 500px;
}
.tab-wrap .current {
  font-size: 15px;
  color: #eb6033;
  position: relative;
}
.tab-wrap .current::after {
  display: block;
  content: '';
  width: 100%;
  border-bottom: solid 2px #eb6033;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 888;
}
.list-block {
  margin-bottom: 10px;
}
.list-block .content {
  width: 1200px;
  margin: 0 auto;
}
.list-block .list-block-title {
  font-size: 28px;
  color: #000;
  text-align: center;
  padding: 20px;
}
.list-block .list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.list-block .list-wrap .list-item {
  width: 260px;
  height: 350px;
  background: #f8f8f8;
  padding: 10px;
  margin: 5px 10px;
  text-align: center;
}
.list-block .list-wrap .list-item .list-img {
  margin-top: 25%;
}
.list-block .list-wrap .list-item .list-img img {
  width: 80px;
  height: 80px;
}
.list-block .list-wrap .list-item .list-title {
  font-size: 18px;
  padding: 20px 0;
}
.list-block .list-wrap .list-item .list-desc {
  font-size: 14px;
  color: #888888;
  line-height: 22px;
}
