* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'numberFont';
  src: url('/assets/lib/font/BAHNSCHRIFT.TTF');
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  font-size: 0;
  background: linear-gradient(180deg, rgba(38, 40, 48, 0.34) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 20;
  transition: background 0.2s ease-in-out;
}
header .container {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container .left {
  height: 100%;
  display: flex;
  align-items: center;
}
header .container .logo {
  height: 26px;
  width: auto;
  margin-right: 70px;
  cursor: pointer;
}
header .container .nav {
  height: 100%;
}
header .container .nav li {
  display: inline-block;
  list-style-type: none;
  margin-right: 50px;
  color: #fff;
  font-size: 14px;
  height: 100%;
  line-height: 64px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
header .container .nav li a {
  text-decoration: none;
  color: #fff;
}
header .container .nav li:nth-of-type(1)::after {
  content: '';
  width: 30px;
  height: 4px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -15px;
}
header .container .operation-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
header .container .operation-wrapper .phone {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin-right: 17px;
  font-family: numberFont;
}
header .container .operation-wrapper .apply {
  width: 110px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #49daa2;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}
.banner {
  width: 100%;
  height: 654px;
  background-image: url('/assets/admin/images/main/BANNER.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner .btnLine {
  width: 1200px;
  margin: 0 auto;
  height: 48px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 316px;
}
.banner .btnLine .jump-apply {
  width: 210px;
  height: 48px;
  cursor: pointer;
}
.banner .nav2 {
  width: 1200px;
  height: 140px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -600px;
  background: #262830;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .nav2 .nav-one {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .nav2 .nav-one img {
  height: 40px;
  width: auto;
  margin-bottom: 14px;
}
.banner .nav2 .nav-one p {
  font-size: 16px;
  color: #d6d6d6;
}
.fun {
  width: 100%;
  padding-top: 124px;
  padding-bottom: 186px;
  background: #13141a;
}
.fun h1 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.fun .desc {
  color: #999;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.fun .fun-list {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fun .fun-list li {
  list-style-type: none;
  width: 280px;
  height: 350px;
  background: #21232b;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  top: 0;
  right: 0;
}
.fun .fun-list li img {
  height: 77px;
  width: auto;
  margin-top: 32px;
}
.fun .fun-list li h2 {
  line-height: 1;
  color: #fff;
  font-size: 20px;
  margin-top: 38px ;
}
.fun .fun-list li .desc {
  width: 198px;
  color: #83858B;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 22px;
  line-height: 27px;
  text-align: left;
}
.fun .fun-list li .details {
  width: 110px;
  height: 34px;
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -55px;
  bottom: 20px;
  border: 2px solid #49daa2;
  color: #49DAA2;
  font-size: 18px;
  display: none;
  transition: all 0.2s linear;
}
.fun .fun-list li:hover {
  top: -10px;
  right: 1px;
}
.fun .fun-list li:hover .details {
  display: block;
}
.more-fun {
  width: 100%;
  height: 167px;
  background-image: url('/assets/admin/images/main/more-fun.png');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.more-fun p {
  color: #fff;
  font-size: 30px;
}
.sale-fun {
  width: 100%;
  background: #FAFAFA;
  padding-top: 57px;
  padding-bottom: 156px;
}
.sale-fun h1 {
  font-size: 36px;
  color: #222;
  font-weight: bold;
  text-align: center;
}
.sale-fun .desc {
  color: #999;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.sale-fun .title-content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
}
.sale-fun .title-content .title-one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sale-fun .title-content .title-one:nth-of-type(2) {
  margin-left: 58px;
}
.sale-fun .title-content .title-one:nth-of-type(2) h2 {
  color: #d5d5d5;
}
.sale-fun .title-content .title-one:nth-of-type(2) .line {
  opacity: 0;
}
.sale-fun .title-content .title-one h2 {
  font-size: 28px;
  color: #222;
  transition: all 0.2s ease-in-out;
}
.sale-fun .title-content .title-one .line {
  width: 40px;
  height: 4px;
  background: #49DAA2;
  border-radius: 6px;
  margin-top: 8px;
  transition: all 0.2s ease-in-out;
}
.sale-fun .sale-list {
  width: 1200px;
  margin: 0 auto;
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sale-fun .sale-list li {
  list-style-type: none;
  width: 378px;
  height: 143px;
  box-shadow: 2px 2px 12px rgba(153, 153, 153, 0.16);
  border-radius: 10px;
  margin-bottom: 30px;
  background: #fff;
  cursor: pointer;
}
.sale-fun .sale-list li:hover {
  box-shadow: 2px 2px 24px rgba(153, 153, 153, 0.32);
}
.sale-fun .sale-list li img {
  width: 44px;
  height: 44px;
  float: left;
  margin-left: 24px;
  margin-top: 21px;
}
.sale-fun .sale-list li .right {
  float: left;
  margin-left: 19px;
  margin-top: 31px;
}
.sale-fun .sale-list li .right h3 {
  font-size: 20px;
  color: #222;
  line-height: 1;
}
.sale-fun .sale-list li .right p {
  width: 276px;
  line-height: 24px;
  font-size: 16px;
  color: #83858B;
  margin-top: 20px;
}
.sale-fun .sale-img {
  width: 1200px;
  height: auto ;
  display: none;
  margin: 0 auto;
  margin-top: 41px;
}
.sale-case {
  width: 100%;
  padding-top: 110px;
  background: #13141a;
  padding-bottom: 147px;
}
.sale-case .content {
  width: 1200px;
  margin: 0 auto;
}
.sale-case .content h1 {
  font-size: 28px;
  color: #fff;
}
.sale-case .content .case-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.sale-case .content .case-list:after {
  content: "";
  width: 378px;
}
.sale-case .content .case-list li {
  list-style-type: none;
  width: 378px;
  height: 452px;
  background-color: #21232B;
  border-radius: 10px;
  margin-bottom: 40px;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.sale-case .content .case-list li:hover {
  top: -10px;
  left: -1px;
}
.sale-case .content .case-list li .head {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sale-case .content .case-list li .title-content {
  display: flex;
  align-items: center;
  margin-top: 289px;
}
.sale-case .content .case-list li .title-content img {
  width: 30px;
  height: 30px;
  margin-left: 21px;
}
.sale-case .content .case-list li .title-content p {
  font-size: 20px;
  color: #fff;
  margin-left: 20px;
}
.sale-case .content .case-list li .more-case {
  font-size: 24px;
  margin-top: 213px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.sale-case .content .case-list .line {
  width: 340px;
  height: 3px;
  margin: 0 auto;
  margin-top: 33px;
  background: #292C36;
}
.sale-case .content .case-list .bottom {
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}
.sale-case .content .case-list .bottom .one {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.sale-case .content .case-list .bottom .one .num {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  font-family: numberFont;
}
.sale-case .content .case-list .bottom .one .title {
  font-size: 14px;
  color: #999;
  margin-top: 8px;
  line-height: 1;
}
.auto {
  width: 100%;
  height: 334px;
  background-image: url('/assets/admin/images/main/at-back.png');
  background-size: cover;
  background-position: center;
  padding-top: 116px;
  box-sizing: border-box;
  position: relative;
}
.auto h1 {
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 36px;
}
.auto .desc {
  line-height: 1;
  margin-top: 15px;
  color: #999;
  text-align: center;
  font-size: 16px;
}
.auto .auto-nav {
  position: absolute;
  width: 1200px;
  bottom: -62px;
  height: 124px;
  background: #fff;
  left: 50%;
  margin-left: -600px;
  box-shadow: 0px 3px 6px rgba(34, 34, 34, 0.1);
  border-radius: 4px;
  display: flex;
}
.auto .auto-nav .nav-one {
  width: 400px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.auto .auto-nav .nav-one img {
  height: 48px;
  width: auto;
  margin-right: 14px;
}
.auto .auto-nav .nav-one p {
  font-size: 24px;
  color: #222;
  font-weight: bold;
}
.auto .auto-nav .active {
  background: #49DAA2;
  border-radius: 4px;
  position: relative;
}
.auto .auto-nav .active::after {
  content: '';
  width: 0;
  height: 0;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 14px solid #49DAA2;
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -7px;
}
.auto-content {
  width: 100%;
  padding-top: 124px;
  padding-bottom: 112px;
  background: #FAFAFA;
  text-align: center;
}
.auto-content .auto1 {
  width: 1100px;
  height: auto;
}
.auto-content .auto2 {
  width: 1200px;
  height: auto;
  display: none;
}
.auto-content .auto3 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}
.auto-content .auto3 li {
  width: 580px;
  height: 220px;
  background: #FFFFFF;
  border-radius: 10px;
  list-style-type: none;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.auto-content .auto3 li:hover {
  box-shadow: 2px 2px 12px rgba(153, 153, 153, 0.16);
}
.auto-content .auto3 li:hover .btn-details {
  display: block;
}
.auto-content .auto3 li img {
  height: 186px;
  width: auto;
  float: left;
  margin-left: 17px;
  margin-top: 17px;
}
.auto-content .auto3 li .right {
  float: left;
  margin-left: 18px;
  margin-top: 28px;
}
.auto-content .auto3 li .right h2 {
  font-size: 24px;
  line-height: 1;
  color: #222;
  text-align: left;
}
.auto-content .auto3 li .right p {
  text-align: left;
  width: 314px;
  font-size: 16px;
  line-height: 27px;
  color: #83858B;
  margin-top: 19px;
}
.auto-content .auto3 li .btn-details {
  width: 130px;
  height: 32px;
  background: #49DAA2;
  border-radius: 4px;
  color: #222;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: 222px;
  display: none;
}
.painter {
  width: 100%;
  height: 1100px;
  background-image: url('/assets/admin/images/main/paBack.png');
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}
.painter h1 {
  font-size: 36px;
  text-align: center;
  color: #222;
  line-height: 1;
  padding-top: 57px;
}
.painter h1 span {
  color: #49DAA2;
}
.painter .desc {
  font-size: 16px;
  line-height: 1;
  color: #999;
  margin-top: 15px;
  text-align: center;
}
.apply-form {
  width: 100%;
  padding-top: 61px;
  background: #fff;
  padding-bottom: 72px;
}
.apply-form h1 {
  font-size: 36px;
  color: #222;
  text-align: center;
}
.apply-form .desc {
  font-size: 16px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}
.apply-form .form-conetnt {
  width: 820px;
  margin: 0 auto;
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.apply-form .form-conetnt input {
  width: 380px;
  height: 48px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-size: 18px;
  margin-bottom: 21px;
  padding-left: 14px;
  outline-color: #49DAA2;
  color: #333;
}
.apply-form .form-conetnt input::placeholder {
  color: #999;
}
.apply-form .form-conetnt .btn-apply {
  width: 380px;
  height: 48px;
  box-sizing: border-box;
  background: #49DAA2;
  color: #000;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}
footer {
  width: 100%;
  padding-top: 81px;
  background: #13141A;
  padding-bottom: 30px;
}
footer ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 95px;
}
footer ul li {
  list-style-type: none;
}
footer ul li h2 {
  font-size: 16px;
  color: #fff;
}
footer ul li .value {
  font-size: 14px;
  color: #83858B;
  margin-top: 20px;
  width: 200px;
}
footer ul li img {
  width: 96px;
  height: auto;
  margin-top: 20px;
}
footer .desc {
  font-size: 14px;
  color: #595A5D;
  margin-bottom: 10px;
  text-align: center;
}
footer .desc a {
  color: #595A5D;
  text-decoration: none;
}
footer .about {
  cursor: pointer;
}
.left-fixed {
  bottom: 50px;
  width: 211px;
  height: 260px;
  position: fixed;
  bottom: 0px;
  right: 0;
  text-align: center;
  line-height: 1;
  font-size: 0;
}
.left-fixed .myQrcode {
  width: 183px;
  height: 157px;
  line-height: 140px;
  background: url(/assets/web/pc/images/index/qrCodeBgc.png) no-repeat center;
  margin-left: 11px;
  margin-bottom: 10px;
  position: relative;
  display: none;
}
.left-fixed .myQrcode img {
  vertical-align: middle;
}
.left-fixed .myQrcode .qrcodeConsult {
  height: 15px;
  display: inline-block;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  bottom: 74px;
  left: 44px;
}
