/* 清除内外边距 */
body,
div,
form,
input {
  margin: 0;
  padding: 0;
}
/* 设置默认字体 */
body {
  line-height: 1;
  font-size: 16px;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Hiragino Sans GB W3', 'WenQuanYi Micro Hei', sans-serif;
}
/* a标签默认样式 */
a {
  display: block;
  text-decoration: none;
  color: #000;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 清除img换行造成的空隙 */
img {
  width: 100%;
  display: block;
}
/* 覆盖默认表单样式 */
input,
select {
  padding-left: 0.5em;
  outline: none;
  color: #000;
  background: transparent;
}
input {
  box-sizing: border-box;
}
select {
  color: #666;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select:valid {
  color: #000;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #666;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666;
}
/* 背景图样式 */
.t-bg {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
.t-form {
  width: 1200px;
  margin: 0 auto;
  padding-top: 167px;
}
.t-form .form-group {
  overflow: hidden;
}
.t-form .form-group .form-item {
  position: relative;
  top: 0;
  left: 0;
  width: 400px;
  overflow: hidden;
  padding-bottom: 30px;
}
.t-form .form-group .form-item .label {
  float: left;
  width: 62px;
  height: 43px;
  line-height: 43px;
  font-size: 20px;
  color: #000;
  text-align: left;
}
.t-form .form-group .form-item .jiantou {
  position: absolute;
  top: 16px;
  left: 348px;
  width: 26px;
  height: 15px;
  background: url(../img/jiantou.png) no-repeat center;
  background-size: 26px;
  pointer-events: none;
}
.t-form .form-group .form-item input {
  float: left;
  width: 288px;
  height: 40px;
  font-size: 20px;
  border: 2px solid #f68c1e;
  background-color: #fff;
}
.t-form .form-group .form-item select {
  float: left;
  width: 290px;
  height: 42px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  border: 0;
  background-color: #f68c1e;
  text-align-last: center;
}
.t-form .form-group .form-item-car .label {
  width: 100px;
}
.t-form .submit-btn {
  width: 390px;
  height: 58px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 58px;
  margin: 0 auto;
  background-color: #f68c1e;
}
.swiper {
  width: 1200px;
  height: 700px;
  margin: 0 auto;
  padding-top: 84px;
}
.swiper .swiper-container {
  width: 100%;
  height: 487px;
}
.swiper .swiper-container .swiper-slide img {
  width: 1150px;
  height: 408px;
  margin-left: 25px;
}
.swiper .swiper-container .swiper-button-prev,
.swiper .swiper-container .swiper-button-next {
  width: 35px;
  height: 80px;
  top: 186px;
}
.swiper .swiper-container .swiper-button-prev {
  background: url('../img/left.png') no-repeat center / contain;
  left: 25px;
}
.swiper .swiper-container .swiper-button-next {
  background: url('../img/right.png') no-repeat center / contain;
  right: 26px;
}
.swiper .swiper-container .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper .swiper-container .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #e3e2df;
  margin-right: 23px;
  opacity: 1;
}
.swiper .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f68c1e;
  width: 26px;
  height: 26px;
}
