@charset "UTF-8";
/*
 * @Author: Daokai Huo
 * @Date: 2020-06-14 23:50:58
 * @LastEditTime: 2021-06-22 22:47:20
 * @Description: QQ: 827286443
 */
*,
body {
  margin: 0;
  padding: 0;
}

body {
  width: 100vw;
  height: 100vh;
  min-width: 1200px;
}

p,
div,
dl,
ol,
ul,
a {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

/*宽度转换vw*/
/********************************页面字体大小********************************/
/* 超出剪切 */
div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.left {
  float: left;
}

.right {
  float: right;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.flex-full {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.align-center {
  vertical-align: middle;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/*隐藏滚动条*/
::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}

/*清除浮动代码*/
.clear::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clear {
  zoom: 1;
}

.w1200 {
  width: 1020px;
  margin: 0 auto;
}

.w900 {
  width: 720px !important;
}

.mTop70 {
  margin-top: 30px;
}

.mbPadding90 {
  padding: 40px 0;
}

.bg-ECF3F9 {
  background: #cfd7e8 !important;
}

.BG-CFD7E8 {
  background: #cfd7e8 !important;
}

.right-dashed {
  border-right: 1px dashed #999999;
}

.bgnone {
  background: none !important;
}

.heightAuto {
  height: auto !important;
}

.paddingTop {
  padding-top: 0 !important;
}

.marginTop {
  margin-top: 0px !important;
}

.w816 {
  width: 816px !important;
  text-align: center;
}

.w760 {
  width: 760px !important;
  text-align: center;
}

.swiper-container .swiper-slide {
  position: relative;
}

.swiper-container .swiper-slide .bannerText {
  width: 100%;
  height: 470px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.swiper-container .swiper-slide .bannerText > div span {
  font-size: 46px;
}

.swiper-container .swiper-slide .bannerText > div p {
  font-size: 32px;
  margin: 38px 0;
}

.swiper-container .swiper-slide .bannerText > div button {
  width: 152px;
  height: 42px;
  background: -webkit-gradient(linear, right top, left top, from(#0D97DF), color-stop(#182D5B), to(#085BC3));
  background: linear-gradient(-90deg, #0D97DF, #182D5B, #085BC3);
  border-radius: 21px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  cursor: pointer;
}

.sub-nav {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #EFEEED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}

.sub-nav .subNav {
  width: 1010px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
}

.sub-nav span {
  display: block;
  width: 78px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #595959;
  font-size: 14px;
  margin-right: 50px;
  cursor: pointer;
}

.sub-nav span.active {
  color: #2360A3;
  border-bottom: 1px solid #2360A3;
}

.sub-nav span:last-child {
  margin-right: 0;
}

.sub-nav.scroll {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.main-wrap .title {
  text-align: center;
}

.main-wrap .title h4 {
  font-size: 32px;
  font-weight: 400;
  color: #354576;
  margin: 50px 0 20px;
}

.main-wrap .title p {
  font-size: 16px;
  font-weight: 400;
  color: #383838;
}

.main-wrap .main-content {
  width: 1010px;
  margin: 25px auto 70px;
}

.main-wrap .main-content .content-left {
  width: 180px;
  margin-right: 10px;
}

.main-wrap .main-content .content-left .item-nav {
  width: 180px;
  height: 128px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(107, 108, 109, 0.35);
          box-shadow: 0px 0px 5px 0px rgba(107, 108, 109, 0.35);
  margin-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.main-wrap .main-content .content-left .item-nav p span {
  display: block;
  color: #231815;
  font-size: 19px;
}

.main-wrap .main-content .content-left .item-nav:last-child {
  margin-bottom: 0;
}

.main-wrap .main-content .content-left .item-nav.active {
  background: #243771;
}

.main-wrap .main-content .content-left .item-nav.active p span {
  color: #fff;
}

.main-wrap .main-content .content-right {
  width: 920px;
  height: 545px;
  position: relative;
}

.main-wrap .main-content .content-right .content-text {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
}

.main-wrap .main-content .content-right .content-text .text-wrap {
  width: 100%;
  height: 100%;
  padding: 0 40px 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
}

.main-wrap .main-content .content-right .content-text .text-wrap h4 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  margin-bottom: 15px;
}

.main-wrap .main-content .content-right .content-text .text-wrap p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.technical-proposal {
  width: 100%;
  height: 37.8125vw;
  background: url(../disaster/main03.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  text-align: center;
}

.technical-proposal h4 {
  font-size: 32px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 2.08333vw 0 1.5625vw;
}

.technical-proposal p {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  color: #FFFFFF;
}

.service-support {
  width: 100%;
  height: 18.33333vw;
  background: url(../disaster/bg03.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-bottom: 21.875vw;
}

.service-support h4 {
  font-size: 32px;
  font-weight: 400;
  color: #354576;
  text-align: center;
  padding: 50px 0;
}

.service-support img {
  display: block;
  width: 62.5vw;
  height: 24.94792vw;
  margin: 0 auto;
}

.service-support .operate-btn {
  display: block;
  width: 208px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #6976C7;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  margin: 30px auto;
}

.user-stories {
  width: 100%;
  background: #EFF2F4;
  padding: 50px 0;
  text-align: center;
}

.user-stories h4 {
  font-size: 32px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 50px;
}

.ecological-union {
  width: 100%;
  height: 626px;
  background: url(../disaster/bg01.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ecological-union h4 {
  font-size: 32px;
  font-weight: 400;
  color: #333333;
}

.ecological-union .union-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px 0;
}

.ecological-union .union-wrap .union-item {
  margin-right: 60px;
}

.ecological-union .union-wrap .union-item:last-child {
  margin-right: 0;
}

.ecological-union p {
  color: #808080;
  font-weight: 400;
  font-size: 20px;
  line-height: 39px;
}

.ecological-union .cooperation-plan {
  display: block;
  width: 208px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #6976C7;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 20px auto 0;
}

.Mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.Mask .content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.Mask .application-box {
  width: 41.66667vw;
  background: #fff;
  padding: 2.08333vw;
}

.Mask .application-box h4 {
  color: #354283;
  font-size: 30px;
  font-weight: 400;
  border-bottom: 1px solid #9E9E9E;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.Mask .application-box h4 .closeBtn {
  display: block;
  width: 28px;
  height: 27px;
  background: url(../disaster/close.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  top: -15px;
  right: -20px;
  cursor: pointer;
}

.Mask .application-box p {
  font-size: 14px;
  font-weight: 400;
  color: #8D93B1;
}

.Mask .form-wrap {
  width: 50%;
}

.Mask .form-wrap .form-item {
  margin-top: 30px;
}

.Mask .form-wrap .form-item label {
  display: block;
  color: #595959;
  font-size: 18px;
  margin-bottom: 10px;
}

.Mask .form-wrap .form-item label span {
  color: #D50005;
}

.Mask .form-wrap .form-item input {
  width: 100%;
  height: 36px;
  border: 1px solid #BFBFBF;
  outline: none;
  text-indent: 10px;
}

.Mask .submit-form {
  width: 50%;
  height: 40px;
  margin: 30px auto 0;
  line-height: 40px;
  text-align: center;
  background: #6F80B7;
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
/*# sourceMappingURL=disasterRecovery.css.map */