.banner .swiper-container .swiper-button-prev {
  left: 5%;
  width: 50px;
  height: 50px;
  background-image: url(../../images/productlist/button_prev.png);
  background-size: 100% auto;
}
.banner .swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-image: url(../../images/productlist/button_prev_dis.png);
}
.banner .swiper-container .swiper-button-next {
  right: 5%;
  width: 50px;
  height: 50px;
  background-image: url(../../images/productlist/button_next.png);
  background-size: 100% auto;
}
.banner .swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-image: url(../../images/productlist/button_next_dis.png);
}
.nonMotor-title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
}
.nonMotor-title-group .title img {
  display: block;
  width: auto;
}
.nonMotor-title-group .title-line {
  width: 80px;
  height: 6px;
  margin: 20px auto;
  background: #666666;
}
.nonMotor-title-group .title-h2 {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  line-height: 1;
}
.nonMotor-title-group .rainShed-pic img {
  display: block;
  width: 100%;
}
.nonMotor-box-one .content-box {
  padding-bottom: 66px;
  width: 1200px;
  margin: 0 auto;
}
.nonMotor-box-one .content-box img:last-child {
  width: 100%;
}
.nonMotor-box-two img {
  width: 100%;
}
.nonMotor-box-three .content-box {
  padding-bottom: 60px;
}
.nonMotor-box-three .content-box .shed-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nonMotor-box-three .content-box .shed-list .item + .item {
  margin-left: 48px;
}
.nonMotor-box-three .content-box .shed-list .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 70px;
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: 400;
  border: 1px solid #eee;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s;
}
.nonMotor-box-three .content-box .shed-list .item:hover {
  background-color: #f3f3f3;
}
.nonMotor-box-three .content-box .shed-list .item .icon {
  width: 30px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
}
.nonMotor-box-three .content-box .shed-list .item .text {
  padding-left: 7px;
}
.nonMotor-box-three .content-box .shed-list .item:nth-child(1) > .icon {
  background-image: url("../../images/NonMotorShed/icon_village_A.png");
}
.nonMotor-box-three .content-box .shed-list .item:nth-child(2) > .icon {
  background-image: url("../../images/NonMotorShed/icon_company_A.png");
}
.nonMotor-box-three .content-box .shed-list .item:nth-child(3) > .icon {
  background-image: url("../../images/NonMotorShed/icon_edu_A.png");
}
.nonMotor-box-three .content-box .shed-list .item:nth-child(4) > .icon {
  background-image: url("../../images/NonMotorShed/icon_government_A.png");
}
.nonMotor-box-three .content-box .shed-list .item.active:nth-child(1) {
  background-color: #167A5B;
  color: #fff;
}
.nonMotor-box-three .content-box .shed-list .item.active:nth-child(1) .icon {
  background-image: url("../../images/NonMotorShed/icon_village_B.png");
}
.nonMotor-box-three .content-box .shed-list .item.active:nth-child(2) {
  background-color: #167A5B;
  color: #fff;
}
.nonMotor-box-three .content-box .shed-list .item.active:nth-child(2) .icon {
  background-image: url("../../images/NonMotorShed/icon_company_B.png");
}
.nonMotor-box-three .content-box .shed-list .item.active:nth-child(3) {
  background-color: #167A5B;
  color: #fff;
}
.nonMotor-box-three .content-box .shed-list .item.active:nth-child(3) .icon {
  background-image: url("../../images/NonMotorShed/icon_edu_B.png");
}
.nonMotor-box-three .content-box .shed-list .item.active:nth-child(4) {
  background-color: #167A5B;
  color: #fff;
}
.nonMotor-box-three .content-box .shed-list .item.active:nth-child(4) .icon {
  background-image: url("../../images/NonMotorShed/icon_government_B.png");
}
.nonMotor-box-three .content-box .shedimg-box {
  position: relative;
  width: 1200px;
  height: 508px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 50px;
}
.nonMotor-box-three .content-box .shedimg-box .sub-item-box {
  position: absolute;
  display: none;
}
.nonMotor-box-three .content-box .shedimg-box .sub-item-box .content-list {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  height: 508px;
  width: 1200px;
  margin: 0 auto;
}
.nonMotor-box-three .content-box .shedimg-box .sub-item-box .content-list .item {
  width: 380px;
  height: 240px;
}
.nonMotor-box-three .content-box .shedimg-box .sub-item-box .content-list .item img {
  width: 100%;
}
.nonMotor-box-three .content-box .more-btn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.nonMotor-box-three .content-box .more-btn a {
  display: inline-block;
  padding: 20px 30px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  background-color: #FFAE00;
  color: #fff;
  opacity: 1;
  transition: opacity 0.2s;
}
.nonMotor-box-three .content-box .more-btn a:hover {
  opacity: 0.8;
}
.nonMotor-box-rongyu {
  position: relative;
  height: 880px;
  overflow: hidden;
}
.nonMotor-box-rongyu > img {
  width: 100%;
  display: block;
}
.nonMotor-box-rongyu .content-box {
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  width: 1200px;
  padding: 0 15px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.nonMotor-box-rongyu .content-box .swiper-slide {
  transform: scale(0.8);
  transition: all 0.2s;
}
.nonMotor-box-rongyu .content-box .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.nonMotor-box-rongyu .content-box .swiper-container .swiper-button-next {
  width: 35px;
  height: 55px;
  right: 0;
  background-color: #167A5B;
  background-image: url(/assets/m/images/productlist/NonMotorShed/next_btn.png);
  background-repeat: no-repeat;
  background-size: 6px;
}
.nonMotor-box-rongyu .content-box .swiper-container .swiper-button-prev {
  width: 35px;
  height: 55px;
  left: 0;
  background-color: #167A5B;
  background-image: url(/assets/m/images/productlist/NonMotorShed/prev_btn.png);
  background-repeat: no-repeat;
  background-size: 6px;
}
.nonMotor-box-rongyu .content-box img {
  width: 100%;
}
.nonMotor-box-four {
  background-image: url("../../images/NonMotorShed/background-img.png");
  background-repeat: no-repeat;
  background-position: center;
}
.nonMotor-box-four .content-box {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.nonMotor-box-four .content-box img {
  width: 100%;
}
.nonMotor-box-five {
  background-color: #006646;
}
.nonMotor-box-five .content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 233px;
  width: 1200px;
  margin: 0 auto;
}
.nonMotor-box-five .content-box .people {
  position: relative;
  top: -60px;
}
.nonMotor-box-five .content-box .btn-box .btn {
  display: inline-block;
  padding: 15px 30px;
  margin-left: 120px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  background-color: #FFAE00;
  color: #fff;
  opacity: 1;
  transition: opacity 0.2s;
}
.nonMotor-box-five .content-box .btn-box .btn:hover {
  opacity: 0.8;
}
.nonMotor-box-five .content-box .btn-box p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #fff;
}
.nonMotor-box-six .content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 80px;
  width: 1200px;
  margin: 0 auto;
}
.nonMotor-box-six .content-box .item-box {
  width: 370px;
  border: 1px solid #EEEEEE;
}
.nonMotor-box-six .content-box .item-box .head-img {
  text-align: center;
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.nonMotor-box-six .content-box .item-box .head-img.bg-1 {
  background-image: url(/assets/cn/images/NonMotorShed/fuwu_bg1.png);
}
.nonMotor-box-six .content-box .item-box .head-img.bg-2 {
  background-image: url(/assets/cn/images/NonMotorShed/fuwu_bg2.png);
}
.nonMotor-box-six .content-box .item-box .head-img.bg-3 {
  background-image: url(/assets/cn/images/NonMotorShed/fuwu_bg3.png);
}
.nonMotor-box-six .content-box .item-box .head-img h2 {
  line-height: 120px;
}
.nonMotor-box-six .content-box .item-box .fw-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  height: 420px;
  padding: 10px 0;
}
.nonMotor-box-six .content-box .item-box .fw-list .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nonMotor-box-six .content-box .item-box .fw-list .item img {
  width: 70px;
  margin-right: 35px;
}
.nonMotor-box-six .content-box .item-box .fw-list .item h4 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 12px;
}
.nonMotor-box-six .content-box .item-box .fw-list .item p {
  color: #999999;
  width: 160px;
}
.nonMotor-box-six .content-box img {
  display: block;
  width: 100%;
}
.nonMotor-box-seven {
  background-color: #f2f2f2;
}
.nonMotor-box-seven .content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-bottom: 80px;
  width: 1200px;
  margin: 0 auto;
}
.nonMotor-box-seven .content-box .icon-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.nonMotor-box-seven .content-box .icon-list div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.nonMotor-box-seven .content-box .icon-list div h4 {
  margin-top: 18px;
  font-size: 18px;
  color: #333;
}
.nonMotor-box-seven .content-box .bottom-img {
  width: auto;
  margin-top: 34px;
}
.nonMotor-box-seven .content-box img {
  display: block;
}
.nonMotor-box-eight .content-box {
  padding-bottom: 80px;
  width: 1200px;
  margin: 0 auto;
}
.nonMotor-box-eight .content-box .content-list {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  height: 550px;
  width: 1200px;
  margin: 0 auto;
}
.nonMotor-box-eight .content-box .content-list .item {
  display: flex;
  flex-direction: column;
  width: 380px;
}
.nonMotor-box-eight .content-box .content-list .item img {
  display: block;
  width: 100%;
}
.nonMotor-box-eight .content-box .content-list .item .text {
  display: inline-block;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  background-color: #333;
}
.nonMotor-box-nine {
  background-image: url("../../images/NonMotorShed/fullpackage_bg.png");
  background-repeat: no-repeat;
}
.nonMotor-box-nine .nonMotor-title-group span {
  background-color: #d5d5d5;
}
.nonMotor-box-nine .nonMotor-title-group .title-h2 {
  color: #d5d5d5;
}
.nonMotor-box-nine .content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.nonMotor-box-nine .content-box div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.nonMotor-box-nine .content-box div h4 {
  margin-top: 19px;
  font-size: 18px;
  color: #fff;
}
.nonMotor-box-ten img {
  display: block;
  width: 100%;
}
.nonMotor-box-eleven .content-box {
  display: flex;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.nonMotor-box-eleven .content-box .left-box img {
  display: block;
}
.nonMotor-box-eleven .content-box .right-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 50px;
}
.nonMotor-box-eleven .content-box .right-box .btn {
  display: block;
  padding: 15px 37px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #167A5B;
  opacity: 1;
  transition: opacity 0.2s;
}
.nonMotor-box-eleven .content-box .right-box .btn:hover {
  opacity: 0.8;
}
.form-group {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  width: 550px;
  height: 120px;
}
.form-group div {
  width: 268px;
  height: 50px;
}
.form-group div select {
  height: 100%;
  width: 100%;
  padding-left: 20px;
  border: 1px solid #509C84;
  background-color: #006646;
  font-size: 16px;
  color: #fff;
  appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
}
.form-group div input {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 16px;
  border: 1px solid #509C84;
  color: #fff;
}
.form-group div input::-webkit-input-placeholder {
  color: #fff;
}
.form-group .combo-box select {
  background-image: url("../../images/NonMotorShed/icon_down.png");
  background-repeat: no-repeat;
  background-position: 232px 18px;
  z-index: 999;
  top: 5px;
}
.form-group .area-box {
  position: relative;
}
.form-group .area-box span {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 10px;
  right: 15px;
}
.form-group .area-box input {
  padding-right: 38px;
}
.form-group.white div select {
  border: 1px solid #E5E5E5;
  background-color: #fff;
  font-size: 16px;
  color: #666;
}
.form-group.white div input {
  border: 1px solid #E5E5E5;
  color: #666;
}
.form-group.white div input::-webkit-input-placeholder {
  color: #666;
}
.form-group.white .area-box span {
  color: #666;
}
.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;
}
