.banner {
  width: 100%;
}
.banner .swiper-button-prev {
  left: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #1d7a5c;
}
.banner .swiper-button-prev img {
  display: block;
}
.banner .swiper-button-next {
  right: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #1d7a5c;
}
.banner .swiper-button-next img {
  display: block;
}
.banner .swiper-button-next.swiper-button-disabled,
.banner .swiper-button-prev.swiper-button-disabled {
  background: #bababa;
}
.design {
  width: 100%;
  height: 997px;
  padding-top: 74px;
  box-sizing: border-box;
  background-image: url("/assets/cn/images/car/bg.png");
  background-size: 100% auto;
}
.design .design-title img {
  display: block;
  margin: 0 auto 0;
}
.design .design-title em {
  display: block;
  margin: 20px auto;
  width: 80px;
  height: 6px;
  background: #666666;
}
.design .design-content {
  width: 1200px;
  margin: 66px auto 88px;
}
.design .design-content .design-tab {
  width: 100%;
  margin-bottom: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.design .design-content .design-tab .tab-list {
  cursor: pointer;
  margin-right: 100px;
  padding: 10px;
}
.design .design-content .design-tab .tab-list p {
  font-size: 22px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
}
.design .design-content .design-tab .tab-list1 {
  margin-right: 100px;
  background-color: #1D7A5C;
  position: relative;
}
.design .design-content .design-tab .tab-list1 p {
  color: #fff;
}
.design .design-content .design-tab .tab-list1:after,
.design .design-content .design-tab .tab-list1:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  top: 100%;
  position: absolute;
  width: 0;
}
.design .design-content .design-tab .tab-list:after {
  border-width: 10px;
  border-top-color: #1D7A5C;
  left: calc(50% - 10px);
}
.design .design-content .design-tab .tab-list:nth-child(4) {
  margin-right: 0;
}
.design .design-content .design-box {
  display: none;
}
.design .design-content .design-box .design-left {
  width: 830px;
}
.design .design-content .design-box .design-left .swiper-container-all .swiper-button-prev {
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #1d7a5c;
}
.design .design-content .design-box .design-left .swiper-container-all .swiper-button-prev img {
  display: block;
}
.design .design-content .design-box .design-left .swiper-container-all .swiper-button-next {
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #1d7a5c;
}
.design .design-content .design-box .design-left .swiper-container-all .swiper-button-next img {
  display: block;
}
.design .design-content .design-box .design-left .swiper-container-all .swiper-button-next.swiper-button-disabled,
.design .design-content .design-box .design-left .swiper-container-all .swiper-button-prev.swiper-button-disabled {
  background: rgba(255, 255, 255, 0.6);
}
.design .design-content .design-box .design-right {
  padding-top: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 372px;
  background-color: #fff;
}
.design .design-content .design-box .design-right img {
  width: max-content;
}
.design .design-content .design-box .design-right .desc {
  height: 225px;
  margin-top: 37px;
  text-align: center;
  font-size: 18px;
}
.design .design-content .design-box .design-right .desc p {
  line-height: 32px;
}
.design .design-content .design-box .design-right .phone-text {
  text-align: center;
  font-weight: 600;
}
.design .design-content .design-box .design-right .phone-text span {
  font-size: 20px;
}
.design .design-content .design-box .design-right .phone-text span:nth-child(2) {
  color: #ffae00;
}
.design .design-content .design-box .design-right a.consult-btn {
  display: inline-block;
  padding: 5px 30px;
  margin-top: 25px;
  font-size: 22px;
  background-color: #1D7A5C;
  color: #fff;
}
.design .design-content .design-box-active {
  display: flex;
}
.case {
  width: 100%;
  margin-top: 85px;
  text-align: center;
}
.case .case-title img {
  display: block;
  margin: 0 auto;
}
.case .case-title em {
  display: block;
  width: 80px;
  height: 6px;
  margin: 18px auto 28px;
  background: #666666;
}
.case .case-title p {
  font-size: 28px;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
.case .case-lists {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}
.case .case-lists .case-list {
  display: block;
  width: 32%;
  height: 400px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.case .case-lists .case-list .img-box {
  width: 100%;
  overflow: hidden;
}
.case .case-lists .case-list .img-box img {
  display: block;
  width: 100%;
}
.case .case-lists .case-list .case-name {
  width: 100%;
  height: 80px;
  background-color: #333;
}
.case .case-lists .case-list .case-name p {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
}
.case .case-lists .case-list::nth-child(3n) {
  margin-right: 0;
}
.case .more-btn {
  margin-bottom: 20px;
  display: inline-block;
  padding: 5px 30px;
  font-size: 22px;
  background-color: #1D7A5C;
  color: #fff;
}
.packing {
  width: 100%;
  margin-top: 85px;
}
.packing .case-title img {
  display: block;
  margin: 0 auto;
}
.packing .case-title em {
  display: block;
  width: 80px;
  height: 6px;
  margin: 18px auto 28px;
  background: #666666;
}
.packing .case-title p {
  font-size: 28px;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
.packing .content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.packing .content-box div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.packing .content-box div h4 {
  margin-top: 19px;
  font-size: 18px;
  color: #333;
}
.after-service {
  width: 100%;
  height: 550px;
  background-image: url(/assets/cn/images/car/after_service_bg.png);
  background-repeat: no-repeat;
  background-position: right;
  overflow: hidden;
}
.after-service .case-title {
  margin-top: 130px;
}
.after-service .case-title img {
  display: block;
  margin: 0 auto;
}
.after-service .case-title em {
  display: block;
  width: 80px;
  height: 6px;
  margin: 18px auto 28px;
  background: #B3B3B3;
}
.after-service .case-title p {
  font-size: 28px;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
.after-service .content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  margin-top: 68px;
}
.after-service .content-box div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.after-service .content-box div h4 {
  margin-top: 21px;
  font-size: 28px;
  color: #fff;
}
.after-service .content-box div h4 span {
  color: #FFAE00;
}
.unprofessional {
  width: 100%;
  margin-top: 97px;
}
.unprofessional .case-title img {
  display: block;
  margin: 0 auto;
}
.unprofessional .case-title em {
  display: block;
  width: 80px;
  height: 6px;
  margin: 18px auto 28px;
  background: #666666;
}
.unprofessional .case-title p {
  font-size: 28px;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
.unprofessional .content-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  width: 100%;
  box-sizing: border-box;
}
.unprofessional .content-box .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  overflow: hidden;
}
.unprofessional .content-box .item .left {
  display: block;
  width: 38%;
}
.unprofessional .content-box .item .right {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 30px;
  width: 62%;
}
.unprofessional .content-box .item .right h2 {
  font-size: 24px;
  font-weight: bold;
}
.unprofessional .content-box .item .right .text {
  margin-top: 1%;
  font-size: 15px;
  line-height: 25px;
}
.unprofessional .content-box .item .right .icon-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2%;
  width: 80%;
}
.unprofessional .content-box .item .right .icon-group div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.unprofessional .content-box .item .right .icon-group div img {
  width: 43px;
}
.unprofessional .content-box .item .right .icon-group div h4 {
  margin-top: 1%;
  font-size: 15px;
  color: #666;
}
.consultation-new {
  width: 100%;
  background-color: #1D7A5C;
}
.consultation-new .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.consultation-new .container p {
  margin-bottom: 25px;
  font-size: 30px;
  color: #fff;
}
.consultation-new .container .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.consultation-new .container .phone .img {
  margin-right: 10px;
  width: 25px;
}
.consultation-new .container .phone .img img {
  display: block;
  width: 100%;
}
.consultation-new .container .phone .text {
  font-size: 18px;
  color: #fff;
}
.consultation-new .container .phone .text.color {
  color: #ffae00;
}
.consultation-new .container .zx-btn {
  padding: 5px 20px;
  font-size: 18px;
  background-color: #ffae00;
  color: #fff;
}
.product-advantage {
  width: 100%;
  margin-top: 95px;
}
.product-advantage .case-title img {
  display: block;
  margin: 0 auto;
}
.product-advantage .case-title em {
  display: block;
  width: 80px;
  height: 6px;
  margin: 18px auto 28px;
  background: #666666;
}
.product-advantage .case-title p {
  font-size: 28px;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
.product-advantage .advantage-content {
  width: 100%;
  margin-top: 49px;
}
.product-advantage .advantage-content .advantage-lists {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.product-advantage .advantage-content .advantage-lists .advantage-list {
  width: 19.8%;
  margin-right: 3px;
  margin-bottom: 20px;
  cursor: pointer;
}
.product-advantage .advantage-content .advantage-lists .advantage-list .img-box {
  width: 100%;
  overflow: hidden;
}
.product-advantage .advantage-content .advantage-lists .advantage-list .img-box img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.product-advantage .advantage-content .advantage-lists .advantage-list .advantage-name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: #333333;
}
.product-advantage .advantage-content .advantage-lists .advantage-list .advantage-name p {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}
.product-advantage .advantage-content .advantage-lists .advantage-list:nth-child(5n) {
  margin-right: 0;
}
.product-advantage .advantage-content .advantage-lists .advantage-list:hover .img-box img {
  transform: scale(1.1);
}
.product-advantage .advantage-content .content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
}
.product-advantage .advantage-content .content-box .icon_rightArrow {
  margin-bottom: 40px;
  width: 22px;
  height: 22px;
  background-image: url(/assets/cn/images/productlist/icon_rightArrow.png);
  background-repeat: no-repeat;
}
.product-advantage .advantage-content .content-box .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-advantage .advantage-content .content-box .item h4 {
  margin-top: 20px;
  font-size: 20px;
}
.obtain-form {
  width: 100%;
  height: 440px;
  padding-top: 68px;
  padding-bottom: 58px;
  box-sizing: border-box;
  background: rgba(0, 102, 70, 0.9);
}
.obtain-form h5 {
  font-size: 30px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.obtain-form h5 span {
  font-weight: bold;
  color: #ffae00;
}
.obtain-form h6 {
  margin-top: 30px;
  font-size: 26px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #67ab96;
  text-align: center;
}
.obtain-form .submit-form {
  display: flex;
  width: 1200px;
  margin: 77px auto 0;
}
.obtain-form .submit-form select {
  width: 268px;
  height: 50px;
  padding-left: 20px;
  margin-right: 43px;
  font-size: 16px;
  background: none;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  border: 1px solid #509c84;
}
.obtain-form .submit-form select option {
  background: none;
  color: #333;
}
.obtain-form .submit-form .area-box {
  position: relative;
}
.obtain-form .submit-form .area-box span {
  position: absolute;
  top: 14px;
  right: 55px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
}
.obtain-form .submit-form input {
  width: 268px;
  height: 50px;
  margin-right: 43px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  padding-left: 20px;
  box-sizing: border-box;
  color: #ffffff;
  border: 1px solid #509c84;
}
.obtain-form .submit-form input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ffffff;
}
.obtain-form .submit-form input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
}
.obtain-form .submit-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
}
.obtain-form .submit-form input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.obtain-form .submit-form input:nth-child(4) {
  margin-right: 0;
}
.obtain-form .submit {
  width: 160px;
  height: 50px;
  margin: 50px auto 0;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  background: #ffae00;
}
.quality {
  width: 100%;
  margin-top: 74px;
}
.quality .case-title img {
  display: block;
  margin: 0 auto;
}
.quality .case-title em {
  display: block;
  width: 80px;
  height: 6px;
  margin: 18px auto 28px;
  background: #666666;
}
.quality .quality-lists {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
.quality .quality-lists .quality-list {
  width: 31%;
  margin-right: 30px;
  margin-bottom: 20px;
  cursor: pointer;
}
.quality .quality-lists .quality-list .imgbox {
  width: 100%;
}
.quality .quality-lists .quality-list .imgbox img {
  display: block;
  width: 100%;
}
.quality .quality-lists .quality-list .quality-name {
  width: 100%;
  height: 60px;
  background: #333333;
}
.quality .quality-lists .quality-list .quality-name p {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
}
.quality .quality-lists .quality-list:nth-child(3n) {
  margin-right: 0;
}
.bottom-show {
  height: 450px;
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
}
.bottom-show .bottom-left {
  float: left;
  width: 50%;
}
.bottom-show .bottom-left .title {
  display: block;
  margin: 0 auto;
}
.bottom-show .bottom-left .bottom-lists {
  width: 55%;
  height: 360px;
  margin: 44px auto;
  overflow: hidden;
}
.bottom-show .bottom-left .bottom-lists .swiper-container7 {
  width: 500px;
  height: 300px;
  overflow: hidden;
}
.bottom-show .bottom-left .bottom-lists .swiper-container7 .overflow-box .swiper-slide {
  position: relative;
  top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
}
.bottom-show .bottom-left .bottom-lists .swiper-container7 .overflow-box .swiper-slide em {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: #999999;
  border-radius: 50%;
}
.bottom-show .bottom-left .bottom-lists .swiper-container7 .overflow-box .swiper-slide p {
  float: left;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
}
.bottom-show .bottom-middle {
  float: left;
  width: 100px;
}
.bottom-show .bottom-middle img {
  display: block;
}
.bottom-show .bottom-right {
  float: left;
  margin-left: 20px;
}
.bottom-show .bottom-right .title {
  display: block;
  margin: 0 auto;
}
.bottom-show .bottom-right .type {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 43px;
  margin-bottom: 23px;
}
.bottom-show .bottom-right .type span {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  margin-right: 15px;
  color: #666666;
}
.bottom-show .bottom-right .type p {
  cursor: pointer;
  margin-right: 10px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
}
.bottom-show .bottom-right .type p em {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.bottom-show .bottom-right .type .p-active em {
  border: 3px solid #ffae00;
}
.bottom-show .bottom-right select {
  width: 380px;
  height: 55px;
  padding-left: 20px;
  margin-bottom: 14px;
  font-size: 16px;
  background-color: unset;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666;
  border: 1px solid #EEEEEE;
}
.bottom-show .bottom-right select option {
  background-color: unset;
  color: #666;
}
.bottom-show .bottom-right .area-box {
  position: relative;
}
.bottom-show .bottom-right .area-box span {
  position: absolute;
  top: 16px;
  right: 15px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666;
}
.bottom-show .bottom-right input {
  display: block;
  width: 380px;
  height: 55px;
  font-size: 16px;
  margin-bottom: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  padding-left: 20px;
  box-sizing: border-box;
  color: #666;
  border: 1px solid #EEEEEE;
}
.bottom-show .bottom-right input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666;
}
.bottom-show .bottom-right input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
.bottom-show .bottom-right input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
.bottom-show .bottom-right input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}
.bottom-show .bottom-right .submit {
  width: 160px;
  height: 50px;
  margin: 27px auto 0;
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  background: #ffae00;
}
.bottom-show .bottom-right .tip {
  margin-top: 35px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
}
.mask-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9;
}
.mask-box .mask-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 0 70px;
  background-color: #fff;
}
.mask-box .mask-main .main-desc {
  font-size: 18px;
  color: #666666;
}
.mask-box .mask-main .determine {
  margin-top: 50px;
  padding: 10px 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ffae00;
}
