@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html, body {
  width: 100%;
  background: #ffffff;
  font-family: 'Source Han Sans CN Normal';
}

html {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

i {
  font-style: normal;
}

b {
  font-weight: normal;
}

input, button, textarea, select {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

input[type="button"], input[type="text"], input[type="password"], input[type="submit"], input[type="reset"],
input[type="search"], input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="time"], input[type="number"], button, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  background: none;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}

@font-face {
  font-family: 'iconfont';
  /* project id 240211 */
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
}

@font-face {
  font-family: shuzi;
  src: url(../font/DRUK-BOLD-REDUCED.WOFF.TTF);
}

@font-face {
  font-family: shuzi2;
  src: url(../font/gilroy-regular-3.otf);
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 媒体查询 */
@media all and (min-width: 320px) {
  html {
    font-size: 32px;
  }
}

@media all and (min-width: 360px) {
  html {
    font-size: 36px;
  }
}

@media all and (min-width: 375px) {
  html {
    font-size: 37.5px;
  }
}

@media all and (min-width: 384px) {
  html {
    font-size: 38.4px;
  }
}

@media all and (min-width: 412px) {
  html {
    font-size: 41.2px;
  }
}

@media all and (min-width: 414px) {
  html {
    font-size: 41.4px;
  }
}

@media all and (min-width: 480px) {
  html {
    font-size: 48px;
  }
}

@media all and (min-width: 750px) {
  html {
    font-size: 75px;
  }
}

.header {
  z-index: 2;
  position: relative;
}

.header .left {
  float: left;
  height: 100px;
  margin-top: 60px;
  margin-left: 60px;
}

.header .left img {
  width: auto;
  height: 100%;
}

.header .right {
  float: right;
  height: 100px;
  margin-top: 60px;
  margin-right: 60px;
}

.header .right img {
  width: auto;
  height: 100%;
}

.swiper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.swiper .swiper-pagination {
  bottom: 40px;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  opacity: 1;
  height: 6px;
  background-color: #ffffff;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 6px;
}

.form {
  top: 240px;
  z-index: 2;
  right: 160px;
  width: 530px;
  float: right;
  height: 660px;
  position: fixed;
  text-align: center;
  background-color: #ffffff;
}

.form::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.form h3 {
  font-size: 40px;
  color: #f08200;
  text-align: left;
  padding-top: 40px;
  padding-left: 40px;
}

.form h4 {
  font-size: 52px;
  color: #f08200;
  text-align: left;
  padding: 0 0 40px 40px;
}

.form h4 i {
  padding: 0 5px;
  font-size: 18px;
}

.form h4 span {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
}

.form img {
  top: -40px;
  right: -2px;
  position: absolute;
}

.form .layui-form {
  padding: 0 40px;
}

.form .layui-form .layui-form-item {
  margin-bottom: 20px;
}

.form .layui-form .layui-form-item .layui-input-block {
  margin-left: 0;
}

.form .layui-form .layui-form-item .layui-input-block input {
  height: 54px;
  border: none;
  line-height: 54px;
  padding-left: 55px;
  border-radius: 10px;
  background-color: #f7f7f7;
}

.form .layui-form .layui-form-item .layui-input-block input::placeholder {
  font-size: 18px;
  color: #989898;
}

.form .layui-form .layui-form-item .layui-input-block span {
  left: 0;
  left: 20px;
  font-size: 20px;
  color: #b4b4b4;
  line-height: 54px;
  position: absolute;
}

.form .layui-form .layui-form-item .layui-input-block .layui-btn {
  width: 100%;
  height: 54px;
  font-size: 24px;
  color: #ffffff;
  margin-top: 20px;
  font-weight: bold;
  border-radius: 54px;
  background-color: #f08200;
}

.form p {
  font-size: 24px;
  color: #333333;
}

.form p i {
  color: #f08200;
}

.rollingBox {
  top: 350px;
  right: 730px;
  height: 360px;
  position: fixed;
  overflow: hidden;
  width: calc(100% - 730px);
}

.rollingBox .rollingBox_back ul {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
}

.rollingBox .rollingBox_back ul li .item {
  display: flex;
  margin-top: 40px;
}

.rollingBox .rollingBox_back ul li .item:nth-child(2) .items {
  margin-left: 80px;
}

.rollingBox .rollingBox_back ul li .item:nth-child(3) .items {
  margin-left: 130px;
}

.rollingBox .rollingBox_back ul li .item:nth-child(4) .items {
  margin-left: 100px;
}

.rollingBox .rollingBox_back ul li .item .items {
  width: 360px;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  text-align: left;
  margin-left: 150px;
  white-space: nowrap;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.3);
}

.rollingBox .rollingBox_back ul li .item .items i {
  padding-left: 20px;
}

.rollingBox .rollingBox_back ul li .item .items span {
  width: 40px;
  float: left;
  height: 40px;
  font-size: 20px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  background-color: #f08200;
}
