.layout {
  width: 1200px;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
}

.flex-b {
  display: flex;
  justify-content: space-between;
}

.flex-bc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shangqiao {
  cursor: pointer;
}

.call-box {
  width: 604px;
  height: 61px;
  border: 2px solid #32c8c8;
  border-radius: 10px;
  font-size: 24px;
  line-height: 61px;
  margin: 0 auto;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
}

.call-box div:first-child {
  width: 359px;
  color: #32c8c8;
}

.call-box div:last-child {
  width: calc(100% - 359px);
  color: #fff;
  background-color: #32c8c8;
}

header,
footer,
section {
  min-width: 1200px;
  position: relative;
}

.topbar {
  height: 30px;
  line-height: 30px;
  background-color: #e5e5e5;
}

.head {
  height: 115px;
  background-image: url("../images/head_bg.png");
}

.head .logo {
  margin-top: 23px;
  height: 63px;
  width: 193px;
  background-image: url("../images/logo.png");
}

#nav {
  margin-top: 74px;
}

#nav span {
  position: relative;
  font-size: 22px;
  display: inline-block;
  width: 174px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
}

#nav span i {
  font-style: normal;
  font-size: 16px;
  vertical-align: sub;
  line-height: 10px;
}

#nav span.active {
  color: #fff;
  background-color: #ff7a00;
}

#menu {
  background-image: url("../images/menu_bg.png");
  background-position: 0 15px;
  background-repeat: no-repeat;
  height: 245px;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 15px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}

#nav:hover #menu {
  opacity: 1;
  visibility: unset;
}

#menu.show {
  opacity: 1;
  visibility: unset;
}

#menu .layout {
  font-size: 18px;
}

#menu .layout .left {
  width: 190px;
}

#menu .layout .right {
  padding-top: 5px;
}

#menu .layout .item {
  display: inline-block;
  width: 174px;
  height: 245px;
  vertical-align: top;
}

#menu .layout .item a {
  display: block;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

#menu .layout .item a.active,
#menu .layout .item a:hover {
  color: #ff7a00;
}

.banner {
  height: 450px;
  background-image: url("../images/building2_banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding-top: 1px;
  display: flex;
}

.banner .layout {
  display: flex;
  justify-content: space-between;
}

.banner .call-box {
  margin-top: 345px;
  margin: 345px 0 0 150px;
  border: 2px solid #0ea8a5;
}

.banner .call-box div:last-child {
  background-color: #0ea8a5;
}

.banner .call-box div:first-child {
  color: #0ea8a5;
}

.reset-btn {
  display: none;
}

.banner form {
  background-color: #fff;
  width: 283px;
  border-radius: 10px;
  margin: 44px 0 69px;
}

.banner form .tips {
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 32px;
}

.banner form .tit {
  background: linear-gradient(0deg, #32c8c8, #4cf8d2);
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 47px;
  font-weight: 700;
  border-radius: 10px 10px 0px 0px;
}

.banner form .layui-form-label {
  color: #000;
  padding: 9px 10px 9px 30px;
  width: 70px;
  text-align: left;
}

.banner form .layui-form-item {
  margin: 21px 0;
}

.banner form .two .layui-input {
  width: 208px;
}

.banner form .layui-input {
  background-color: #efefef;
  border: 0;
  border-radius: 5px;
}

.layui-sele-btn .layui-form-radio {
  background-color: #fff;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #717171;
  color: #717171;
  margin: 4px 5px 0 0;
  transition: all 0.2s;
  width: 70px;
  box-sizing: border-box;
  text-align: center;
}

.layui-sele-btn .layui-form-radio > i {
  display: none;
}

.layui-sele-btn .layui-form-radio:hover {
  background-color: #ff7e1991;
  border: 1px solid #ff7e1991;
  color: #fff;
}

.layui-sele-btn .layui-form-radio.layui-form-radioed {
  background-color: #ff7e19;
  border: 1px solid #ff7e19;
  color: #fff;
}

.banner form .layui-btn {
  width: calc(100% - 64px);
  margin: 0 32px;
  color: #fff;
  height: 38px;
  background: linear-gradient(
    158deg,
    rgba(255, 139, 41, 1) 0%,
    rgba(255, 106, 0, 1) 100%
  );
  box-shadow: 0px 0px 15px 0px rgba(255, 109, 43, 0.3);
  border-radius: 24px;
}

/* .banner form .submit-btn {
  width: 100px;
  margin: 0;
  color: #fff;
  height: 38px;
  background: #ff7a00;
  border-radius: 0px 5px 5px 0px;
  border: none;
  cursor: pointer;
} */

.banner form .foot {
  background: linear-gradient(0deg, #32c8c8, #4cf8d2);
  border-radius: 0 0 10px 10px;
  height: 60px;
  text-align: center;
}

.banner form .foot .submit-btn {
  width: 163px;
  height: 33px;
  line-height: 33px;
  display: inline-block;
  color: #32c8c8;
  text-align: center;
  border-radius: 16px;
  background-color: #fff;
  margin-top: 14px;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

/* .banner form .foot a:hover {
  color: #ff7a00;
} */

.banner form .layui-form-select .layui-input {
  width: 100%;
  border-radius: 5px;
}

.banner form .layui-form-select dl dd.layui-this {
  background-color: #ff7e19;
  color: #fff;
}

.mod-1 {
  height: 156px;
  background-image: url("../images/index_mod1_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 18px;
  box-sizing: border-box;
}

.mod-1 .layout {
  width: 1247px;
}

.mod-2 {
  background-color: #faf9f9;
  padding: 76px 0 71px;
}

.mod-2 .tit {
  text-align: center;
}

.mod-2 .main {
  padding: 60px 0 15px;
  flex-wrap: wrap;
}

.mod-2 .main .item {
  padding: 10px 48px 10px 118px;
  width: 587px;
  height: 182px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(7, 1, 2, 0.2);
  border-radius: 25px;
  box-sizing: border-box;
  margin-bottom: 29px;
  position: relative;
}

.mod-2 .main .item .num {
  position: absolute;
  left: 40px;
  top: 0;
  width: 50px;
  height: 97px;
  background: linear-gradient(0deg, #32c8c8, #4cf8d2);
  border-radius: 0px 0px 25px 25px;
  color: #fff;
  text-align: center;
  line-height: 97px;
  font-size: 31px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}

.mod-2 .main .item h3 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #32c8c8;
  margin-bottom: 10px;
}

.mod-2 .main .item p {
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #595959;
  line-height: 28px;
}

.mod-3 {
  background-image: url("../images/building2_mod3_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0 80px;
  box-sizing: border-box;
  margin-top: -13px;
}

.mod-3 .tit {
  text-align: center;
  margin-bottom: 81px;
}

.mod-3 .ctrl {
  width: 1120px;
  margin: 0 auto 59px;
  display: flex;
  justify-content: space-between;
}

.mod-3 .ctrl > div {
  width: 271px;
  height: 57px;
  border: 2px solid #32c8c8;
  line-height: 55px;
  color: #32c8c8;
  font-size: 30px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}

.mod-3 .ctrl > div:hover,
.mod-3 .ctrl .active {
  background-color: #32c8c8;
  color: #fff;
}

.mod-3 .main {
  height: 548px;
  position: relative;
}

.mod-3 .main .btns {
  position: absolute;
  left: 295px;
  right: 0;
  top: 0;
  bottom: 0;
  flex-wrap: wrap;
}

.mod-3 .main .btns span {
  color: #000;
  border: 1px solid #333;
  width: 122px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
  font-size: 21px;
  margin: 209px 86px 25px;
  transition: all 0.3s;
}

.mod-3 .main .btns span:hover {
  color: #ff7f1a;
  border: 1px solid #ff7f1a;
}

.mod-3 .main img {
  display: none;
}

.mod-3 .main .img1 {
  display: block;
  width: 100%;
}

.mod-3 .bottom {
  margin: 41px 0 43px;
  flex-wrap: wrap;
}

.mod-3 .bottom .item {
  width: 286px;
  height: 252px;
  padding: 8px 24px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 1px 0px rgba(37, 37, 37, 0.77);
}

.mod-3 .bottom .item {
  margin-bottom: 24px;
}

.mod-3 .bottom .item h5 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 60px;
  border-bottom: 1px solid #afafaf;
}

.mod-3 .bottom .item p {
  padding-left: 25px;
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin-bottom: 10px;
  position: relative;
}

.mod-3 .bottom .item p::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ff7f1a;
  position: absolute;
  left: 0;
  top: 10px;
}

.mod-3 .bottom .item .mask {
  width: 100%;
  height: 147px;
  position: absolute;
  top: 260px;
  left: 0;
  background-color: RGBA(70, 205, 205, 0.95);
  transition: all 0.3s;
  border-top: 12px solid #e5c547;
}

.mod-3 .bottom .item .mask span {
  text-align: center;
  display: block;
  margin: 10px auto;
  line-height: 122px;
  font-size: 24px;
  width: 122px;
  height: 122px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
}

.mod-3 .bottom .item:hover .mask {
  top: 94px;
}

.mod-4 {
  background-image: url("../images/upcoming_mod4_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 82px 0 94px;
  box-sizing: border-box;
}

.mod-4 .layout {
  width: 1290px;
}

.mod-4 .tit {
  text-align: center;
  margin-bottom: 61px;
}

.mod-4 .swiper-container {
  height: 300px;
}

.mod-4 .swiper-slide {
  width: 420px;
  height: 300px;
  border: 1px solid #d0cfcf;
  box-sizing: border-box;
  border-radius: 10px;
  transition: 0.3s;
  transform: scale(0.8);
}

.mod-4 .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.mod-4 .swiper-slide-active,
.mod-4 .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 10;
}

.mod-4 .swiper-container .swiper-button-prev {
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
  background-image: url("../images/upcoming_mod4_arrow.png");
  transform: rotate(180deg);
  left: 54px;
  right: auto;
}

.mod-4 .swiper-container .swiper-button-next {
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
  background-image: url("../images/upcoming_mod4_arrow.png");
  right: 54px;
  left: auto;
}

.mod-5 {
  background-image: url("../images/upcoming_mod5_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 69px 0 85px;
  box-sizing: border-box;
  text-align: center;
}

.mod-5 .top .main {
  margin: 54px auto 61px;
}

.mod-5 .bottom .tit {
  height: 94px;
  background-color: #fff;
}

.mod-5 .bottom .main {
  background-color: rgba(50, 200, 200, 0.8);
  padding: 29px 42px 23px;
  flex-wrap: wrap;
  box-shadow: 0px -2px 2px 0px #666 inset;
}

.mod-5 .bottom .main .item {
  margin: 0 auto;
  width: 271px;
  height: 141px;
  box-shadow: 1px 1px 2px 0 #070102;
  background-color: #fff;
  text-align: left;
  padding: 10px 14px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-bottom: 9px;
}

.mod-5 .bottom .main .item .p1 {
  font-size: 20px;
  color: #ff7f00;
  line-height: 30px;
}

.mod-5 .bottom .main .item .p2 {
  font-size: 15px;
  color: #666;
  line-height: 30px;
}

.mod-5 .bottom .main .item .tag {
  display: inline-block;
  padding: 0 5px;
  font-size: 17px;
  color: #32c8c8;
  line-height: 27px;
  height: 27px;
  border: 1px solid #32c8c8;
  margin-top: 15px;
  min-width: 186px;
  text-align: center;
}

.mod-5 .bottom .main .item .mask {
  position: absolute;
  left: 0;
  bottom: -60px;
  right: 0;
  height: 51px;
  background-color: #ff7f00;
  transition: all 0.3s;
  border-top: 6px solid #ffef77;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 51px;
}

.mod-5 .bottom .main .item:hover .mask {
  bottom: 0px;
}

.mod-5 .Placeholder {
  width: 1112px;
  height: 33px;
  background-color: #fff;
  margin: 0 auto 62px;
}

.mod-6 {
  background-image: url("../images/upcoming_mod6_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 126px 0 73px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 45px;
}

.mod-6 img {
  width: 778px;
  height: 723px;
  margin-bottom: 58px;
}

.last-mod {
  background-image: url("../images/upcoming_last_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 28px 0 94px;
  box-sizing: border-box;
  text-align: center;
}

.last-mod .layout {
  position: relative;
}

.last-mod .layout .call-box {
  position: absolute;
  top: 481px;
  left: 295px;
}

footer {
  background-color: #000;
  padding: 30px 0 35px;
}

footer p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

footer img {
  width: 112px;
  height: 112px;
  margin-right: 20px;
}

footer .left {
  width: 441px;
}

footer .right p {
  margin-bottom: 6px;
}
