@charset "UTF-8";
@media screen and (max-width: 768px) {
  .mini {
    font-size: 12px;
  }
}

.banner {
  width: 100%;
  height: 350px;
  background: url("/images/intro-banner.jpg") center no-repeat;
}

@media screen and (max-width: 768px) {
  .banner {
    height: 400px;
    background-image: url("/images/mobile/intro-banner.jpg");
  }
}

.container {
  padding: 0 36px 0 44px;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0;
  }
}

.main {
  min-height: 743px;
}

@media screen and (max-width: 768px) {
  .main {
    min-height: 400px;
  }
}

.nav-tab {
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
}

.nav-tab .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.nav-tab .breadcrumb {
  color: #666;
}

.nav-tab .breadcrumb .home {
  color: #0d58b5;
}

.nav-tab .breadcrumb .home .icon-home {
  font-size: 14px;
  margin-right: 5px;
}

.nav-tab .breadcrumb .home:hover {
  text-decoration: underline;
}

.nav-tab .breadcrumb .seperator {
  color: #333;
  font-style: normal;
}

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

.nav-tab .tabs li a {
  display: block;
  cursor: pointer;
  width: 115px;
  height: 50px;
  padding: 12px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #707070;
  border-right: 1px solid #e4e4e4;
}
.nav-tab .tabs .active-tab a {
  color: white
}

.nav-tab .tabs li a:hover {
  background-color: #0d58b5;
  color: #fff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media screen and (max-width: 768px) {
  .nav-tab .mobile {
    height: 50px;
    background: url("/images/mobile/intro-title.jpg") center no-repeat;
    text-align: right;
    padding-right: 10px;
    color: #fff;
    line-height: 50px;
  }
  .nav-tab .mobile .iconfont {
    font-size: 40px;
  }
}

.content {
  padding: 70px 71px 0 79px;
}


 
.active-tab {
  display: block;
  background-color: #0d58b5;
  color: #fff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #FFFFFF!important;
}

.content .content-title {
  height: 40px;
  border-bottom: 1px solid #f0f0f0;
  color: #1E1E1E;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}
.content .content-title2 {
  height: 40px;
  border-bottom: 1px solid #f0f0f0;
  color: #1E1E1E;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}

.content .article {
  margin-top: 50px;
  /* line-height: 34px; */
  font-size: 18px;
  text-align: justify;
  /* color: #555; */
  text-indent: 1.25em;
}

.content article.space {
  text-align: center;
  text-indent: unset;
  line-height: 0;
}

.content article.space > span {
  display: block;
  line-height: 34px;
}

.content article.space img {
  display: inline-block;
  line-height: 0;
  width: 640px;
  height: 441px;
}

.content article.space .desc {
  font-size: 13px;
  font-family: monospace;
}

.content article.space .mark {
  color: #ff0000;
}

.content .content-img {
  margin: 20px 0;
  text-align: center;
}

.content .content-img img {
  display: inline-block;
}

.content .pre-box {
  margin-top: 20px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #555;
}

.content .pre-box .whitespace {
  display: inline-block;
  width: 148px;
  height: 34px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .content {
    padding: 0 30px;
    font-family: Microsoft Yahei,
 Arial,
 Verdana,
 sans-serif;
  }
  .content .content-title {
    height: auto;
    font-size: 43px;
    color: #000;
    padding: 30px 0;
    line-height: 50px;
  }
  .content .content-title2 {
    height: auto;
    font-size: 43px;
    color: #000;
    padding: 30px 0;
    line-height: 50px;
  }
  .content article {
    max-height: 100%;
    margin: 40px 0;
    font-size: 18px;
    text-indent: 0;
    line-height: 34px;
    text-align: justify;
    color: #555;
    font-family: '微软雅黑';
  }
  .content article.space img {
    width: 100%;
    height: 1005;
  }
  .content .content-img img {
    width: 100%;
    height: 100%;
  }
  .content .contact {
    padding: 40px 0;
    text-align: left;
  }
}

.nav {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.nav .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 150px;
  width: 90px;
  height: 100%;
  color: #fff;
}

.nav .toggle .iconfont {
  font-size: 40px;
}

.nav .toggle:active {
  background-color: #57B1AD;
}

.nav .tab-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background: #fff;
  font-family: "Microsoft Yahei";
}

.nav .tab-list li {
  font-size: 30px;
  border-left: 1px solid #cdd5d5;
  border-bottom: 1px solid #cdd5d5;
  background-color: rgba(101, 190, 186, 0.3);
}

.nav .tab-list li a {
  position: relative;
  padding-left: 58px;
  line-height: 100px;
  height: 100px;
  color: #323232;
  display: block;
  width: 100%;
  height: 100%;
}

.nav .tab-list li a::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 45px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #666;
}

.nav .tab-list li:first-child {
  background-color: #f0f0f0;
  line-height: 70px;
  height: 70px;
  border-bottom: 1px solid #cdd5d5;
  text-align: center;
  font-size: 34px;
  color: #333;
}

.keyword {
  margin-bottom: 30px;
  padding: 0 30px;
  color: #868686;
  font-size: 26px;
  font-family: "Microsoft Yahei";
  line-height: 30px;
}

.keyword .iconfont {
  margin-right: 15px;
  font-size: 19px;
  vertical-align: middle;
}
/*# sourceMappingURL=intro.css.map */