.layout {
  width: 1200px;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
}

.flex-sb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.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;
  /* font-style: italic; */
}

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;
  font-size: 14px;
  text-align: center;
  width: 190px;
}

.head .logo img {
  width: 54px;
  height: 63px;
  margin-right: 10px;
}

.head .logo .text {
  margin-top: 20px;
}

.head .logo span {
  line-height: 21px;
  color: #fff;
  text-align: center;
  padding: 2px 8px;
  background-color: #ff7a00;
}

.head .logo p {
  margin-top: 4px;
}

#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: 449px;
  background-image: url("../images/index_banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner .layout {
  position: relative;
}

.reset-btn {
  display: none;
}

.banner .layout form {
  background-color: #fff;
  width: 283px;
  position: absolute;
  top: 42px;
  right: 0;
  border-radius: 10px;
}

.banner .layout form .tips {
  font-size: 14px;
  color: #717171;
  text-align: center;
  line-height: 30px;
}

.banner .layout 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 .layout form .layui-form-label {
  color: #000;
  padding: 9px 10px 9px 30px;
  width: 70px;
  text-align: left;
}

.banner .layout form .layui-form-item {
  margin: 26px 0;
}

.banner .layout 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 .layout 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 .layout form .submit-btn {
  width: 100px;
  margin: 0;
  color: #fff;
  height: 38px;
  background: #ff7a00;
  border-radius: 0px 5px 5px 0px;
  border: none;
  cursor: pointer;
} */

.banner .layout form .foot {
  background: linear-gradient(0deg, #32c8c8, #4cf8d2);
  border-radius: 0 0 10px 10px;
  height: 60px;
  text-align: center;
}

.banner .layout 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 .layout form .foot a:hover {
  color: #ff7a00;
} */

.banner .layout form .layui-form-select {
  width: 208px;
}

.banner .layout 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-2 {
  height: 1011px;
  background-image: url("../images/index_mod2_bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 80px;
  text-align: center;
  box-sizing: border-box;
}

.mod-2 .layout {
  padding: 54px 0;
  /* background-image: url("../images/index_mod25_bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; */
}

.mod-2 .item {
  width: 381px;
  font-size: 0;
  position: relative;
  margin-bottom: 72px;
}

.mod-2 .item a {
  position: absolute;
  bottom: 52px;
  left: 112px;
  width: 156px;
  height: 35px;
}

.mod-3 {
  padding: 86px 0 46px;
  box-sizing: border-box;
}

.mod-3 .layout {
  margin-bottom: 47px;
}

.mod-4 {
  padding: 56px 0 87px;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.6);
}

.mod-4 .layout {
  margin-bottom: 48px;
}

.mod-5 {
  background-image: url("../images/index_mod5_bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 126px 0 73px;
  text-align: center;
  box-sizing: border-box;
}

.mod-5 .layout {
  /* padding: 57px 0;
  background-image: url("../images/index_mod25_bg2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; */
}

.mod-5 .layout img {
  margin-bottom: 58px;
}

.last-mod {
  height: 1295px;
  background-image: url("../images/index_mod_last_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 44px 0 94px;
  text-align: center;
  box-sizing: border-box;
}

.last-mod .layout {
  position: relative;
}

.last-mod .layout .call-box {
  position: absolute;
  top: 472px;
  right: 138px;
}

footer {
  background-color: #000;
  padding: 30px 0 35px;
}

footer p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

footer img {
  width: 112px;
  height: 112px;
  margin-right: 20px;
}

footer .left {
  width: 441px;
}
