@import "./foot.css";
@import url("//at.alicdn.com/t/font_546045_9x8dzulg7ak.css");
@font-face {
  font-family: "STJTBZ Regular";
  src: url("../font/STJTBZ.ttf");
}
@font-face {
  font-family: "FZDHTJW -GB1-0";
  src: url("../font/FZDHTJW.ttf");
}
@font-face {
  font-family: "HYLingXinJ regular";
  src: url("../font/HYLingXinJ.ttf");
}

.layout {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.flex {
  display: flex;
}

.between {
  justify-content: space-between;
}

.shangqiao {
  cursor: pointer;
}

.reset-btn {
  display: none;
}

.title-box {
  text-align: center;
  margin: 0 auto;
  width: 1200px;
}

.title-box h2 {
  color: #ff7e19;
  font-size: 36px;
  line-height: 80px;
  position: relative;
  display: inline-block;
  margin: 0;
}
.title-box h2.border {
  border-bottom: 1px #ff7e19 solid;
  line-height: 60px;
}
.title-box p {
  font-size: 20px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  text-align: center;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  margin-top: 18px;
}
.title-box.white h2 {
  color: #fff;
}

.title-box h2::before {
  content: "";
  width: 66px;
  height: 8px;
  position: absolute;
  background-image: url("../imgs/tit_l.png");
  left: -90px;
  top: 37px;
}

.title-box h2::after {
  content: "";
  width: 66px;
  height: 8px;
  position: absolute;
  background-image: url("../imgs/tit_r.png");
  right: -90px;
  top: 37px;
}

.title-box.white h2::before {
  background-image: url("../imgs/tit_l_white.png");
}

.title-box.white h2::after {
  background-image: url("../imgs/tit_r_white.png");
}

.info-btn {
  text-align: center;
  margin-top: 50px;
}

.info-btn img {
  width: 200px;
  height: 54px;
  box-shadow: 0px 0px 15px 0px rgba(255, 109, 43, 0.3);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../imgs/swper_arrow_l.png");
  left: 0;
  width: 37px;
  height: 25px;
  background-size: 37px 25px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../imgs/swper_arrow_r.png");
  right: 0;
  width: 37px;
  height: 25px;
  background-size: 37px 25px;
}

/* header start */

.topbar {
  background-color: #f6f6f6;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  padding: 12px 0;
}

/* .topbar-item:last-child {
  display: inline-block;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #999;
} */

header .logo img {
  width: 250px;
  height: 58px;
  margin: 16px 0;
}

header .logo div {
  margin: 50px 0 0px 10px;
  border-left: 1px solid #ddd;
  padding-left: 10px;
  line-height: 50px;
  color: #666;
}

.nav {
  justify-content: flex-end;
}

.nav > li {
  line-height: 70px;
  margin-top: 20px;
  margin-left: 30px;
  color: #666;
  position: relative;
  cursor: pointer;
}

.nav > li a {
  color: #666;
  padding: 5px 0;
}

.nav > li .layui-icon {
  margin-left: 5px;
  font-size: 12px;
}

.nav > li .active,
.nav > li:hover,
.nav > li a:hover {
  color: #ff7e19;
}

.nav > li .hot {
  position: absolute;
  top: 0px;
  right: 0px;
}

.nav > li .layui-anim {
  animation-duration: 0.6s;
}

.nav > li .nav-child {
  position: absolute;
  top: 71px;
  right: 0;
  width: 135px;
  padding: 10px 0;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 19.2px 0.8px rgba(29, 43, 56, 0.1);
  border-top: 3px solid #ff7e19;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: top 0.3s;
  display: none;
}

.nav > li:hover .nav-child {
  top: 60px;
  opacity: 1;
  visibility: visible;
  display: block;
}

/* header end */

/* banner start */

.banner {
  width: 100%;
  min-width: 1200px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner .layout {
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  height: 100%;
}

.banner .layout .advisory {
  position: absolute;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff7e19;
  /* background-color: #fff; */
  font-size: 16px;
  transition: all 0.3s;
}

/* .banner .layout .advisory:hover {
  color: #fff;
  background-color: #ff7e19;
} */

.banner .layout form {
  background-color: #fff;
  width: 352px;
  position: absolute;
  top: 38px;
  right: 0;
  border-radius: 10px;
}

.banner .layout form .tit {
  background-color: #feefea;
  color: #ff7e19;
  text-align: center;
  font-size: 20px;
  line-height: 47px;
  border-radius: 10px 10px 0px 0px;
}

.banner .layout form .layui-form-label {
  color: #666;
  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: #f5f8ff;
  border: 0;
  width: 208px;
}

.layui-sele-btn .layui-form-radio {
  background-color: #fff;
  padding: 0;
  border-radius: 2px;
  border: 1px solid #ff7e19;
  color: #ff7e19;
  margin: 4px 5px 0 0;
  transition: all 0.2s;
  width: 100px;
  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 .layui-form-select {
  width: 208px;
}

.banner .layout form .layui-form-select dl dd.layui-this {
  background-color: #ff7e19;
  color: #fff;
}

/* banner end */

/* last-mod start */

.last-mod {
  background-image: url("../imgs/last_mod_bg.png");
  /* height: 770px; */
  height: 470px;
  background-position: bottom;
  padding-top: 40px;
  box-sizing: border-box;
}

.strength-pic {
  background-color: #fff;
  line-height: 50px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 0px rgba(180, 180, 180, 0.3);
  width: 288px;
  height: 225px;
  overflow: hidden;
  margin-top: 40px;
}

.strength-pic img {
  width: 288px;
  height: 175px;
  transition: all 0.5s;
}

.strength-pic p {
  text-align: center;
  font-size: 16px;
  color: #666;
}

.strength-pic:hover img {
  transform: scale(1.03);
}

.strength-icon {
  margin-top: 100px;
  text-align: center;
}

.strength-icon h5 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}

.strength-icon p {
  color: #999;
  font-size: 12px;
  line-height: 24px;
}

/* last-mod end */

/* footer start */

footer {
  background-color: #2b2e33;
  color: #fff;
}

footer .layout {
  padding: 40px 0;
}

footer .logo {
  width: 250px;
}

footer .logo img {
  margin-bottom: 15px;
  width: 250px;
}

footer .item {
  line-height: 30px;
  width: 420px;
  color: #bfbfbf;
}

footer .item h6 {
  font-size: 16px;
  margin-bottom: 10px;
}

footer .qr p {
  line-height: 30px;
}

.bottom-bar {
  background-color: #24272a;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  padding: 18px;
}

/* footer end */
.tel-layout {
  margin-top: 20px;
}
.tel-layout .tel {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: center;
}
.tel-layout .tel .online-div {
  background-image: url("../imgs/online-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 202px;
  height: 54px;
  vertical-align: middle;
}
.tel-layout .tel .free-tel-div {
  background-image: url("../imgs/free-tel-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 291px;
  height: 54px;
  line-height: 54px;
  padding-left: 135px;
  box-sizing: border-box;
  margin-left: 50px;
}
.tel-layout .tel .free-tel-div .customize-tel-b {
  font-size: 20px;
  font-family: "PingFang SC";
  color: #fff;
}
.layout-section {
  background-color: #f7f8fc;
  padding-bottom: 18px;
  overflow: hidden;
}
/* 公用模板样式 */
#tplView {
  background-color: #fff;
  background-image: url("../imgs/contet_bg.png");
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: top center;
  min-width: 1200px;
  position: relative;
}
#tplView .tv-tilte {
  text-align: center;
  font-size: 47px;
  font-family: CTLaoSongSJ Regular, CTLaoSongSJ Regular-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 99px;
  letter-spacing: 3px;
}

.question-box p {
  font-size: 29px;
  font-family: 楷体 Regular, 楷体 Regular-Regular;
  font-weight: 400;
  text-align: center;
  color: #000000;
  line-height: 51px;
  letter-spacing: -1px;
}
.t-question {
  padding: 0px 130px;
  max-width: 1200px;

  margin: 0 auto;
  padding-bottom: 114px;
}
#tplView::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    #fe7f1a 0%,
    #fe7f1a 10%,
    #7e7e7e 11%,
    #7e7e7e 34%,
    #fe7f1a 34%,
    #fe7f1a 65.7%,
    #7e7e7e 65.7%,
    #7e7e7e 89.7%,
    #fe7f1a 89.7%,
    #fe7f1a 100%
  );
  /* background-color: #7e7e7e; */
  top: 10px;
  z-index: 1;
  left: 0px;
}
/* .t-question::after{
  content: '';
  position: absolute;
  width: 23%;
  height: 1px;
  background-color: #7e7e7e;
  top: 10px;
  z-index: 1;

} */

.t-question .question-list {
  display: flex;
  justify-content: space-between;
  margin-top: 49px;
  flex-wrap: wrap;
}
.t-question .question-list > li {
  width: calc((100% - 32px) / 2);
  margin-bottom: 10px;
}
.question-list li > .question-div {
  line-height: 45px;
  /* height: 47px; */
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.29);
  padding-left: 22px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 4px 6px 8px 0px rgba(0, 0, 0, 0.59);
}
.question-list li > .question-div span:first-child {
  font-size: 17px;
  font-family: PingFang, PingFang-SC;
  font-weight: bold;
  text-align: center;
  color: #333333;
  letter-spacing: 1px;
}
/* .question-list li>.question-div span:last-child{
  display: inline-block;
  width: 88px;
  height: 27px;
  background: #fe7f1a;
  border-radius: 3px;
  font-size: 17px;
  line-height: 27px;
  font-family: PingFang, PingFang-SC;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-right: 4px;

} */
.question-list li > .answer-div {
  padding: 20px 0px 30px;
  opacity: 0.8;
  font-size: 19px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 24px;
  letter-spacing: 1px;
  text-indent: 38px;
}
.t-promise {
  background-color: #f9f7fd;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 150px;
  background-image: url("../imgs/promise_bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 646px auto;
  position: relative;
}
.t-promise::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #7e7e7e;
  top: 10px;
  z-index: 0;
}
.t-promise::before {
  content: "";
  position: absolute;
  width: 609px;
  height: 1px;
  background-color: #fe7f1a;
  top: 10px;
  z-index: 1;
  left: calc(50% - 304px);
}
.promise-box h2 {
  font-size: 47px;
  font-family: CTLaoSongSJ Regular, CTLaoSongSJ Regular-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 60px;
  letter-spacing: 7px;
}
.t-promise > div {
  max-width: 1200px;
  margin: 0 auto;
}
.t-promise .promise-list {
  margin-top: 74px;
}
.t-promise .promise-list li {
  display: flex;
  height: 73px;
  background: #ffffff;
  border: 3px solid #e5823a;
  border-radius: 7px;

  margin-bottom: 27px;
  box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.65) inset,
    0px 3px 0px 0px rgba(0, 0, 0, 0.65);
}
.promise-list .title {
  width: 148px;
  height: 73px;
  background: #fe7f1a;
  border-radius: 0px 7px 7px 0px;
  font-weight: 700;
  line-height: 73px;
  font-size: 37px;
  /* font-family: FZDHTJW -GB1-0, FZDHTJW -GB1-0--GB1-0; */
  font-weight: -GB1-0;
  text-align: center;
  color: #ffffff;
  letter-spacing: 3px;
}
.promise-list .subtitle {
  line-height: 78px;
  margin-left: 24px;

  font-size: 26px;
  /* font-family: HYLingXinJ regular, HYLingXinJ regular-regular; */
  font-family: FZDHTJW -GB1-0, FZDHTJW -GB1-0--GB1-0;
  font-weight: 500;
  text-align: left;
  color: #c95900;

  letter-spacing: 1px;
  position: relative;
  padding-right: 60px;
}
.promise-list .subtitle::before {
  content: "";
  height: 2px;
  width: 50px;
  background-color: #424242;
  position: absolute;
  top: 50%;
  right: 0px;
}
.promise-list .content {
  line-height: 73px;
  margin-left: 10px;

  font-size: 21px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: left;
  color: #3e3e3e;

  letter-spacing: 2px;
}
#tplView .btn-warp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  margin-top: 41px;
}

#tplView .btn-warp div {
  line-height: 70px;
  text-align: center;
  background: #ffffff;
  border-radius: 11px;
  width: 346px;
  height: 70px;
  box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.75);
  font-size: 25px;
  font-family: SimHei Regular, SimHei Regular-Regular;
  font-weight: 400;
  color: #e27700;
}

#tplView .btn-warp div .iconfont {
  font-size: 35px;
}
#tplView .btn-warp div:last-child {
  margin-left: 35px;
}
#tplView .btn-warp div span {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  font-family: PingFangSC, PingFangSC-Medium;

  font-weight: bolder;
  text-align: center;
  color: #fe7f1a;
}

.btn-warp {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  margin-bottom: 45px;
  /* margin-top: 41px; */
}

.btn-warp div {
  line-height: 70px;
  text-align: center;
  background: #ffffff;
  border-radius: 11px;
  width: 346px;
  height: 70px;
  box-shadow: 3px 4px 7px 0px rgba(0, 0, 0, 0.75);
  font-size: 25px;
  font-family: SimHei Regular, SimHei Regular-Regular;
  font-weight: 400;
  color: #e27700;
}
.btn-warp div .iconfont {
  font-size: 35px;
}
.btn-warp div .iconfont.icon-dianhua1 {
  background-image: url("../imgs/icon-dianhua1.png");
  width: 22px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
}
.btn-warp div .iconfont.icon-dianhua1::before {
  content: initial;
}
.btn-warp div .iconfont.icon-iconfontzhizuobiaozhun47 {
  background-image: url("../imgs/icon_iconfontzhizuobiaozhun47.png");
  width: 40px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}
.btn-warp div .iconfont.icon-iconfontzhizuobiaozhun47::before {
  content: initial;
}
.btn-warp div:last-child {
  margin-left: 35px;
}
.btn-warp div span {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bolder;
  text-align: center;
  color: #fe7f1a;
}
.banner .btn-warp div span {
  font-size: 16px;
}
/* page-tips */

.page-tips {
  /* background-color: #1bb48c; */
  /* padding-top:22px; */
  /* padding-bottom:115px; */
  /* padding-bottom:0px;  */
  line-height: 100px;
  text-align: center;
  margin-top: 50px;
}
.page-tips p {
  width: 100%;
  font-size: 40px;
  font-family: STJTBZ Regular, STJTBZ Regular-Regular;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.75);
}
.page-tips p .big {
  font-size: 36px;
}
.phone-div {
  font-size: 16px;
}

/*  */
.logo-text {
  font-size: 11px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  text-align: left;
  color: #595959;
  line-height: 17px !important;
  letter-spacing: 0px;
}

.tel-page-layout {
  margin-top: 20px;
}
.tel-page-layout .tel {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: center;
}
.tel-page-layout .tel .online-div {
  background-image: url("../imgs/online-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 202px;
  height: 54px;
  vertical-align: middle;
}
.tel-page-layout .tel .free-tel-div {
  background-image: url("../imgs/free-tel-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 291px;
  height: 54px;
  line-height: 54px;
  padding-left: 135px;
  box-sizing: border-box;
  margin-left: 50px;
}
.tel-page-layout .tel .free-tel-div .customize-tel-b {
  font-size: 20px;
  font-family: "PingFang SC";
  color: #fff;
}
.swiper-slide img {
  height: 100%;
}

.mod-base .tel {
  position: relative;
  left: -31px;
}

.banner .btn-warp div {
  border-radius: 42px;
  height: 59px;
  line-height: 59px;
  width: 250px;
  font-size: 14px;
}
.banner .btn-warp div .iconfont {
  font-size: 17px;
}
.banner .btn-warp div .icon-iconfontzhizuobiaozhun47 {
  font-size: 25px;
}

@media (max-width: 1600px) {
  #tplView .tv-tilte {
    font-size: 40px;
  }
  .promise-box h2 {
    font-size: 40px;
  }
}
