@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

a,
ul,
li {
  list-style: none;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

/* 头部 */
.head {
  background-color: #fff;
  height: 60px;
}

.head .content_box {
  width: 1368px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.head .content_box .header-left {
  width: 195px;
  height: 60px;
  display: flex;
  align-content: center;
}

.head .content_box .header-right {
  display: flex;
  align-content: center;
  align-items: center;
  color: #ffffff;
}

button {
  cursor: pointer;
}

.banner {
  width: 100%;
  position: relative;
}

.banner .openChat {
  position: absolute;
  bottom: 230px;
  left: 330px;
  background-color: #333543;
  padding: 8px 30px;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  box-shadow: 3px 5px 5px 1px rgba(0, 0, 0, 0.2);
}

.banner .openChat_bak {
  position: absolute;
  bottom: 230px;
  left: 330px;
  background-color: #333543;
  padding: 8px 30px;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 20px;
  box-shadow: 3px 5px 5px 1px rgba(0, 0, 0, 0.2);
}

.banner img {
  width: 100%;
  display: block;
}

.banner .form {
  position: absolute;
  top: 180px;
  right: 280px;
  text-align: center;
  padding: 10px 10px 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  overflow: hidden;
  transform: scale(1.1);
}

.banner .form h2 {
  color: #f25421;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.banner .form .wrap {
  display: flex;
  flex-direction: column;
  padding: 10px 10px;
}

.banner .form .wrap .left input {
  border: 1px solid #989898;
  height: 35px;
  margin: 10px 0;
  text-align: center;
  border-radius: 8px;
  display: block;
  width: 210px;
  outline: none;
}

.banner .form .wrap .right {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.banner .form .wrap .right img {
  width: 90px;
}

.banner .form .wrap .right span {
  color: #777;
  font-size: 12px;
  white-space: nowrap;
}

.banner .form button {
  width: calc(100%);
  margin-left: -10px;
  padding: 8px 0;
  font-size: 18px;
  font-weight: bold;
  background-color: #f25421;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}

.p-content {
  display: flex;
  justify-content: center;
}

.p-content button {
  background-color: #f25421;
  font-size: 25px;
  color: #fff;
  border-radius: 35px;
  padding: 12px 100px;
  letter-spacing: 5px;
  border: none;
  box-shadow: 0 0 5px 0 #f2552181;
}

.container {
  width: 1080px;
  position: relative;
  margin: 0 auto;
}

.deftitle {
  text-align: center;
  height: 140px;
  font-size: 35px;
  font-weight: bold;
  line-height: 140px;
  color: #333;
  letter-spacing: 2px;
}

.slider-1 {
  padding-bottom: 50px;
}

.slider-1 img {
  width: 100%;
  display: block;
  margin: 50px auto;
}

.slider-1 .item {
  border: 3px solid #f25421;
  color: #f25421;
  position: absolute;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 10px;
}

.slider-2 {
  background-color: #fff4f5;
}

.slider-2 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.slider-2 .wrap .item {
  width: 45%;
  display: flex;
  margin-bottom: 60px;
}

.slider-2 .wrap .item .img {
  width: 50%;
}

.slider-2 .wrap .item .img img {
  width: 100%;
}

.slider-2 .wrap .item .txt {
  margin-left: 20px;
}

.slider-2 .wrap .item .txt h1 {
  margin: 20px 0;
}

.slider-2 .wrap .item button {
  background-color: #ef3f19;
  font-size: 20px;
  color: #fff;
  border-radius: 35px;
  padding: 8px 20px;
  letter-spacing: 5px;
  border: none;
  box-shadow: 0 0 5px 0 #f2552181;
}

.slider-2-2 {
  background-color: #f5f5f5;
  padding: 80px 0;
}

.slider-2-2 .title {
  margin-bottom: 50px;
  color: #333;
  text-align: center;
}

.slider-2-2 .title h2 {
  color: #f25421;
  margin: 10px 0 20px 0;
}

.slider-2-2 .title h3 {
  display: inline-block;
  background-color: #ffff;
  border-radius: 35px;
  padding: 10px 60px;
}

.slider-2-2 .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.slider-2-2 .wrap .item {
  width: 23%;
  position: relative;
  margin-bottom: 20px;
}

.slider-2-2 .wrap .item img {
  width: 100%;
}

.slider-2-2 .wrap .item span {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  height: 20px;
  font-size: 25px;
  font-weight: bold;
}

.slider-2-2 .p-content {
  margin-top: 30px;
}

.slider-3 {
  background: url(../img/bg2.png) no-repeat;
  background-size: 100%;
  padding: 50px 0;
}

.slider-3 .form {
  background-color: #fff;
  border-radius: 2px;
  padding: 50px 100px;
  box-sizing: border-box;
  justify-content: space-between;
}

.slider-3 .form .row {
  display: flex;
  justify-content: center;
}

.slider-3 .form .row .item {
  width: 45%;
  margin-bottom: 50px;
}

.slider-3 .form .row .item span {
  display: block;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.slider-3 .form .row .item input {
  border: 1px solide #b0b0b0;
  height: 40px;
  width: 90%;
  text-indent: 5px;
}

.slider-3 .form .p-content button {
  margin: 0;
  border-radius: 5px !important;
  background-color: #ef3f19;
}

.slider-4 {
  padding-bottom: 50px;
}

.slider-4 .wrap {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.slider-4 .wrap .item {
  width: 30%;
  text-align: center;
  margin-bottom: 80px;
}

.slider-4 .wrap .item span {
  font-size: 22px;
  color: #333;
  display: block;
}

.slider-4 .wrap .item img {
  width: 60%;
}

.slider-4-2 {
  background-color: #f5f5f5;
}

.slider-4-2 .item img {
  width: 95% !important;
}

.slider-4-2 .item span {
  color: #f25421 !important;
  border-bottom: 3px solid #f25421;
  display: inline-block !important;
  padding-bottom: 8px;
  margin-top: 15px;
}

.slider-5 {
  padding-bottom: 50px;
}

.slider-5 img {
  width: 100%;
  margin-top: 50px;
}

.slider-6 {
  padding: 50px 0;
}

.slider-6 img {
  margin: 50px auto;
  display: block;
}

.slider-7 {
  background: #F5F5F5;
  padding: 50px 0;
}

.slider-7 .form {
  margin-top: 20px;
}

.slider-7 .form .content {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto 50px;
}

.slider-7 .form .content .left {
  flex: 1;
}

.slider-7 .form .content .left .item {
  margin-bottom: 10px;
}

.slider-7 .form .content .left .item input {
  background: #fff;
  border: 1px solid #eee;
  font-size: 20px;
  padding: 5px;
  width: 70%;
}

.slider-7 .form .content .left .item p {
  font-weight: bold;
  margin-bottom: 8px;
  text-indent: 15px;
  position: relative;
}

.slider-7 .form .content .left .item p::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 10px;
}

.slider-7 .form .content .left .item .orange {
  color: #f25421;
}

.slider-7 .form .content .right {
  width: 45%;
}

.slider-7 .form .content .right img {
  width: 100%;
}

.footer {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 30px 0;
}

.footer p {
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
}

.footer p img {
  width: 25px;
  margin-right: 10px;
}

.footer section {
  text-align: center;
  margin: 10px 0;
}

.footer section p {
  font-size: 15px;
  margin-top: 5px;
}

.footer section img {
  width: 100px;
  margin: 0 auto;
}

.footer address {
  color: #777;
  font-style: inherit;
}
