body { max-width: 100%; margin: 0 auto; }
.container-fluid {
  padding: 0;
}
.navbar {
  margin-bottom: 0;
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.index-page.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.dropdown-menu {
  border-radius: 8px;
}

.navbar-brand {
  height: 86px;
  padding: 27px 4px 8px 16px;
}
.navbar-brand img {
  height: 32px;
}
.navbar-summary {
  padding: 22px 16px 8px 16px;
  float: left;
  position: relative;
}
.navbar-summary span {
  display: block;
  line-height: 23px;
  font-weight: 600;
}
.navbar-summary::before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  height: 46px;
  width: 2px;
  background: #ff9900;
}
.navbar .navbar-nav>li>a {
  color: #000;
}
.hotline {
  height: 28px;
  line-height: 28px;
  background: linear-gradient(to right, transparent 33.33%, #005ca7);  
  text-align: right;
  padding-right: 16px;
  color: #f98d1d;
}
.navbar-toggle {
  margin-top: 17px;
  margin-right: 30px;
}
.navbar-right {
  margin-right: 0;
}
.navbar-right a {
  font-size: 18px;
  position: relative;
}
.navbar-right a:hover {
  color: #ff9900 !important;
  font-weight: 600;
}
.navbar-right a:hover::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #ff9900;
}

.mtop {
  margin-top: 0;
}

.center {
  width: 1440px;
}

.index-aboutus {
  display: flex;
  margin-top: 32px;
}
.index-aboutus-summary {
  flex: 0 0 720px;
  margin-right: 32px;
}
.index-aboutus-summary .title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: '-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji';
}
.index-aboutus-summary .subtitle-en {
  font-size: 24px;
  margin-bottom: 16px;
  color: #f98d1d;
}
.index-aboutus-summary .subtitle {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #0057ae;
}
.index-aboutus-summary .summary {
  font-size: 16px;
  line-height: 2;
  text-indent: 2em;
  color: #777;
  font-family: '-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji';

}
.index-aboutus-summary .more {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ff9900;
  cursor: pointer;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
}
.index-aboutus-summary .more:hover {
  background-color: rgba(255, 153, 0, 0.8);
}
.index-aboutus-img {
  flex: 1;
  overflow: hidden;
  border-radius: 12px;
}
.index-aboutus-img img {
  width: 100%;
}

.linian {
  display: flex;
  justify-content: space-around;  
  padding: 32px 0;
}
.linian > div {
  width: 220px;
  font-size: 16px;  
}
.linian > div .title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #e07405;
}
.linian > div.blue .title{
  color: #005ca7;
}
.linian > div .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #afafaf;
}

.linian > div .icon img {
  width: 64px;
  height: 64px;
}

.service {
  display: flex;
}
.service > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-size: 100% 100%;  
}
.service .alzx {
  height: calc(0.7256 * 1920px / 2);
  background: url(/statics/images/service.jpg) no-repeat;
}
.service .lxwm {
  height: calc(0.7256 * 1920px / 2);
  background: url(/statics/images/joinus.jpg) no-repeat;
}
.service .icon-box {
  color: #fff;
  font-size: 24px;
  display: flex;
  flex-direction: column;  
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.service .icon-box i {
  font-size: 48px;
  margin-bottom: 16px;
  transition: all 0.8s;
}
.service > div:hover i {
  transform: rotate3d(0, 1, 0, 180deg);
}

.alshow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: calc(0.56 * 100vw);
}

.alshow img {
  width: 100%;
  height: calc(0.56 * 100vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.alshow .item-box {
  z-index: 999;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: relative;
}

.alshow .item-box .line {
  display: block;
  position: absolute;
  top: 60%;
  left: 0;
  width: 25%;
  height: 2px;
  background: #fff;
  transition: all 0.8s;
}

.alshow .item-box .link {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  top: 62%;
  left: 0;
  width: 100%;
}
.alshow .item-box .link a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 0 16px;
}

.alshow .item-box .item {
  width: 200px;
  font-weight: 600;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.alshow .item-box .item .subtitle {
  font-size: 18px;
}
.alshow .icon {
  width: 60px;
  height: 60px;
  fill: #fff;
  transition: all 0.8s;
  margin-bottom: 16px;
}
.alshow .item-box .item:hover .icon {
  transform: rotate3d(0, 1, 0, 180deg);
}

.page_banner {
  position: relative;
}

.page_banner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
}

.page_banner .title span, .page_banner .title i {
  display: block;
  text-align: center;
}
.page_banner .title i {
  font-size: 24px;
}

.page-menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.page-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-menu ul li {
  padding: 0 32px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}
.page-menu ul li:not(:last-child)::after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background: #dcdcdc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.page-menu ul li a {
  color: #333;
  text-decoration: none;
  line-height: 80px;
}

.page-menu ul li:hover {
  background: #ff9900;
}

.page-menu ul li:hover a {
  color: #fff;
}

.page-content .title {
  width: 100%;
  text-align: center;
  position: relative;
  height: 65px;
  font-size: 36px;
  font-weight: 600;
  color: #222;
  margin-bottom: 32px;
}

.page-content .title::after {
  content: '';
  display: block;
  width: 72px;
  height: 3px;
  background: #ff9900;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page-solution {
  margin-top: 32px;
}

.page-solution ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.page-solution ul::after {
  content: '';
  display: block;
  position: absolute;
}

.page-solution ul li {
  flex: 0 0 48%;
}

.page-solution ul li img {
  width: 100%;
  height: auto;
}
.page-solution ul li a {
  color: #333;
  text-decoration: none;
}
.page-solution ul li span {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-top: 16px;  
  margin-bottom: 16px;
}

.page-solution-content .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
}

.page-solution-content .content .r {
  flex: 0 0 695px;
  margin-left: 32px;
}

.page-solution-content .content .l .title {
  text-align: left;
}

.page-solution-content .content .l .title::after {
  left: 0;
  transform: translateX(0);
}

.page-solution-content .content .l .text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 32px;
}

.page_title h3 {
  background: #ff9900;
}

.article-list {
  margin-top: 32px;
}

.article-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.article-list ul li {
  flex: 0 0 32%;
  margin-bottom: 32px;
  padding: 8px;
  background-color: #dcdcdc;
  border-radius: 8px;
}
.article-list ul li:nth-child(3n+2) {
  margin: 0 2% 32px;
}
.article-list ul li a {
  display: block;
  position: relative;
}
.article-list ul li img {
  width: 100%;
  height: auto;
}

.article-list ul li a span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 22px;
  text-align: left;
  padding: 8px 16px;  
}

.index-news {
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.index-news-panel {
  flex: 0 0 28%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.index-news-panel .img-panel {
  width: 100%;
  height: 262px;
  overflow: hidden;
}

.index-news-panel .img-panel img {
  width: 100%;
  transform: scale(1.1, 1.1);
  transition: all 0.8s;
}

.index-news-panel img:hover {
  transform: scale(1.2, 1.2);
}

.index-news-panel ul {
  margin: 8px 16px 32px;
  height: 225px;
  overflow: hidden;
}

.index-news-panel li {
  padding: 16px 0;
  border-bottom: 1px dashed #dcdcdc;
  cursor: pointer;  
}

.index-news-panel li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  font-size: 16px;
}

.bottom-logo img {
  height: 32px;
}

.pro-hotline {
  display: flex;
  align-items: center;
}

.pro-hotline .title {
  font-size: 18px;
  font-weight: 600;
  color: #444;
}

.pro-hotline i{
  font-size: 18px;
  margin-right: 8px;
}

.pro-hotline .desc {
  font-size: 28px;
  font-weight: 600;
  color: #f98d1d;
}

.pro-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}

.pro-contact button {
  flex: 0 0 48%;
  background-color: #f98d1d;
  color: #fff;
}

.pro-contact button:hover, .pro-contact button:active {
  background-color: #ff9900;
  color: #fff;
}

.aboutus {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.aboutus img, .aboutus > div {
  flex: 0 0 45%;
  max-width: 45%;
  margin: 32px 0;  
}

.aboutus > div p {
  font-size: 18px;
  line-height: 2;
}

.aboutus > div p .blue {
  color: #005ca7;
  font-weight: 600;
}

@media (max-width: 767px) {
  .hotline, .navbar-summary {
    display: none;
  }

  .center {
    width: 100%;
  }

  .index-aboutus-img {
    display: none;
  }

  .index-aboutus-summary {
    flex: 1;
    margin-right: 0;
  }

  .index-aboutus-summary .title {
    font-size: 28px;
  }

  .index-aboutus-summary .subtitle-en {
    font-size: 18px;
  }

  .index-aboutus-summary .subtitle {
    font-size: 18px;
  }

  .linian {
    flex-direction: column;
    align-items: center;
  }

  .alshow .item-box .item .icon {
    width: 32px;
    height: 32px;
  }

  .alshow .item-box .item .title {
    font-size: 18px;
  }

  .alshow .item-box .item .subtitle {
    display: none;
  }

  .alshow .item-box .line {
    display: none;
  }

  .alshow .item-box .link {
    top: 70%;
  }

  .alshow .item-box .link a {
    font-size: 12px;
    margin: 0 auto;
    display: block;
  }

  .service {
    display: none;
  }

  .index-news {
    flex-direction: column;
  }

  .footer-box .center {
    flex-direction: column;
  }

  .page_banner .title {
    font-size: 36px;
  }

  .page_banner {
    margin-top: 0;
  }

  .page_banner img {
    height: 33vw;
    object-fit: cover;
  }

  .page_banner .title i {
    display: none;
  }
  .aboutus {
    flex-direction: column;
  }
  .aboutus img, .aboutus > div {
    flex: 1;
    max-width: 100%;
  }

  .page-solution-content .content {
    flex-direction: column;
  }

  .page-content .title {
    font-size: 24px;
  }

  .page-menu ul {
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
  }

  .page-menu ul li {
    padding: 0;
    font-size: 14px;
    height: 36px;
  }

  .page-menu ul li:not(:last-child)::after {
    display: none;
  }

  .article-list ul {
    width: 100%;
    flex-direction: column;
  }
}