<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
header {
  width: 100%;
  height: 70px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 30px;
  position: fixed;
  top: 0;
  z-index: 1000; }
/*background: url("/zhan1/templates/default/images/01.png") no-repeat center;*/
  header .logo {
    display: inline-block;
    width: 11%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /*background: url("/zhan1/templates/default/images/01.png") no-repeat center;*/
    background-size: contain; }
  header .close {
    display: none; }
  header .navbtn {
    display: none; }
  header ul {
    float: right;
    height: 100%;
    width: 72%;
    display: flex;
    justify-content: space-between; }
    header ul li {
      height: 100%; }
      header ul li a {
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: #333;
        text-align: center;
        line-height: 70px;
        border-bottom: 3px solid transparent;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px; }
    header ul li.active a {
      border-color: #083a95; }

.header-h {
  width: 100%;
  height: 70px; }

.index-swiper {
  width: 100%;
  height: 100%; }
  .index-swiper .swiper-pagination2 .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    opacity: 1;
    background-color: #fff;
    margin: 10px 0;
    position: relative; }
  .index-swiper .swiper-pagination2 .swiper-pagination-bullet-active:before {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #fff;
    left: -5px;
    top: -5px;
    content: "";
    clear: both; }

.index-swiper.swiper-container-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 0; }

.index-swiper1 {
  width: 100%;
  padding-top: 70px;
  box-sizing: border-box;
  margin-top: 70px; }
  .index-swiper1 .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .index-swiper1 .swiper-slide img {
      width: 100%; }
    .index-swiper1 .swiper-slide .font {
      width: 76%;
      padding-top: 12%;
      margin: 0 auto; }
      .index-swiper1 .swiper-slide .font .title {
        font-size: 60px;
        color: #fff;
        font-weight: bold; }
      .index-swiper1 .swiper-slide .font .desc {
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        width: 48%;
        margin-top: 10px; }
      .index-swiper1 .swiper-slide .font .more {
        width: 220px;
        height: 50px;
        background-color: #083a95;
        color: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 50px;
        display: inline-block;
        margin-top: 57px; }
  .index-swiper1 .swiper-pagination {
    width: 76% !important;
    left: 50% !important;
    bottom: 20% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    text-align: left; }
    .index-swiper1 .swiper-pagination .swiper-pagination-bullet {
      width: 40px;
      height: 3px;
      margin: 0;
      margin-right: 10px;
      border-radius: 0;
      background-color: #fff; }
  .index-swiper1 .fixednum {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110px;
    border-top: 1px solid #011846;
    display: flex;
    justify-content: space-between;
    z-index: 20;
    background-color: rgba(255, 255, 255, 0.05); }
    .index-swiper1 .fixednum li {
      height: 100%;
      text-align: center;
      color: #fff;
      flex-grow: 1;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      border-right: 1px solid #011846; }
      .index-swiper1 .fixednum li div {
        width: 100%; }
      .index-swiper1 .fixednum li .title {
        font-size: 36px;
        color: #fff;
        font-weight: bold; }
      .index-swiper1 .fixednum li P {
        width: 100%; }

.index-swiper2 {
  width: 100%; }
  .index-swiper2 .swiper-container {
    width: 100%;
    height: 100%;
    font-size: 0; }
    .index-swiper2 .swiper-container .swiper-slide {
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 25%;
      transition: all .5s ease-out;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      color: #fff;
      position: relative; }
      .index-swiper2 .swiper-container .swiper-slide .shadow {
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(to bottom, rgba(8, 58, 148, 0.2), #083a94);
        /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(to bottom, rgba(8, 58, 148, 0.2), #083a94);
        /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(to bottom, rgba(8, 58, 148, 0.2), #083a94);
        /* Firefox 3.6 - 15 */
        background: linear-gradient(to bottom, rgba(8, 58, 148, 0.2), #083a94);
        /* 标准的语法 */
        transition: all .5s ease-in-out .5s;
        -webkit-transition: all .5s ease-in-out .5s;
        -moz-transition: all .5s ease-in-out .5s;
        opacity: 0; }
      .index-swiper2 .swiper-container .swiper-slide .font {
        position: absolute;
        box-sizing: border-box;
        padding: 0 30px;
        bottom: -230px;
        left: 0;
        padding-bottom: 58px;
        transition: all .5s ease-in-out .5s;
        -webkit-transition: all .5s ease-in-out .5s;
        -moz-transition: all .5s ease-in-out .5s; }
      .index-swiper2 .swiper-container .swiper-slide .title {
        font-size: 24px; }
      .index-swiper2 .swiper-container .swiper-slide .line {
        width: 60px;
        height: 2px;
        background-color: #fff;
        margin-top: 28px;
        margin-bottom: 50px;
        transition: all .5s ease-in-out .5s;
        -webkit-transition: all .5s ease-in-out .5s;
        -moz-transition: all .5s ease-in-out .5s; }
      .index-swiper2 .swiper-container .swiper-slide .desc {
        font-size: 16px;
        line-height: 30px;
        height: 60px; }
      .index-swiper2 .swiper-container .swiper-slide a {
        display: inline-block;
        width: 220px;
        height: 50px;
        background-color: #fff;
        text-align: center;
        line-height: 50px;
        font-size: 16px;
        color: #083a95;
        margin-top: 66px; }
    .index-swiper2 .swiper-container .swiper-slide:hover {
      width: 50%; }
      .index-swiper2 .swiper-container .swiper-slide:hover .font {
        bottom: 0; }
      .index-swiper2 .swiper-container .swiper-slide:hover .line {
        margin-bottom: 20px; }
      .index-swiper2 .swiper-container .swiper-slide:hover .shadow {
        opacity: 1; }
    .index-swiper2 .swiper-container .swiper-button-next {
      background-image: url("/zhan1/templates/default/images/18.png");
      right: 30px; }
    .index-swiper2 .swiper-container .swiper-button-prev {
      background-image: url("/zhan1/templates/default/images/17.png");
      left: 30px; }
    .index-swiper2 .swiper-container .swiper-button-next, .index-swiper2 .swiper-container .swiper-button-prev {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background-color: #083a95;
      background-size: 14px 27px; }

.index-swiper3 {
  height: 100%;
  position: relative; }
  .index-swiper3 .news {
    width: 100%;
    height: 100%;
    font-size: 0;
    box-sizing: border-box;
    padding: 0 60px;
    padding-top: 30px;
    background: url("/zhan1/templates/default/images/19.jpg") no-repeat center;
    background-size: cover;
    padding-bottom: 20px;}
    .index-swiper3 .news li {
      width: 19%;
      margin-right: 1.25%;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 20px;
      animation-delay: .5s;
       }
      .index-swiper3 .news li a {
        display: inline-block;
        width: 100%;
        height: 100%; }
        .index-swiper3 .news li a .img {
          width: 100%;
          overflow: hidden; }
          .index-swiper3 .news li a .img img {
            width: 100%;
            transition: transform .5s ease-out;
            -webkit-transition: transform .5s ease-out;
            -moz-transition: transform .5s ease-out; }
        .index-swiper3 .news li a .font {
          background-color: #fff;
          width: 100%;
          box-sizing: border-box;
          padding: 12px 20px 25px;
          height: 160px; }
          .index-swiper3 .news li a .font .title {
            font-size: 18px;
            line-height: 24px;
            color: #333;
            font-weight: bold;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .index-swiper3 .news li a .font .desc {
            font-size: 14px;
            color: #666;
            line-height: 24px;
            margin-top: 12px; }
          .index-swiper3 .news li a .font .date {
            font-size: 14px;
            color: #999;
            margin-top: 26px; }
    .index-swiper3 .news li:hover a .img img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1); }
    .index-swiper3 .news li:nth-of-type(5n) {
      margin-right: 0; }
  .index-swiper3 .more {
    display: block;
    width: 218px;
    height: 48px;
    border: 1px solid #8395b5;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    margin-top: 0px; }

footer {
  width: 100%;
  height: 90px;
  background-color: #fff;
  line-height: 90px;
  box-sizing: border-box;
  padding: 0 30px; }
  footer ul li {
    display: inline-block;
    margin-right: 44px;
    font-size: 13px; }
    footer ul li a {
      color: #c5c5c5; }
  footer .right {
    height: 100%;
    float: right; }
    footer .right a {
      display: inline-block;
      height: 100%;
      color: #c5c5c5;
      margin-left: 15px;
      font-size: 13px; }

@media screen and (max-width: 1460px) {
  .index-swiper3 .news {
    padding: 0 30px;
    padding-top: 30px; }

  .index-swiper3 .news li a .font .title {
    font-size: 16px; }

  .index-swiper3 .news li a .font .date {
    font-size: 12px;
    margin-top: 12px; }

  .index-swiper3 .news li a .font {
    padding: 10px 20px 20px;
    height: 136px; }

  .index-swiper3 footer {
    height: 70px;
    line-height: 70px; }

  .index-swiper3 .more {
    margin-top: 14px; }

  .index-swiper3 footer .right a:nth-of-type(2) {
    display: none; } }
@media screen and (max-width: 1386px) {
  .index-swiper3 {
    overflow: auto; }

  .index-swiper1 .swiper-slide .font {
    padding-top: 7%; }

  .index-swiper3 footer {
    position: static; }

  .index-swiper3 .news {
    height: auto;
    padding-bottom: 40px; }

  .index-swiper1 .swiper-slide .font .title {
    font-size: 48px; }

  .index-swiper1 .swiper-slide .font .desc {
    font-size: 16px; } }
.scrollbar::-webkit-scrollbar {
  display: none;
  /*转动条整体样式*/
  width: 2px;
  /*高宽划分对应横竖转动条的尺寸*/ }

.scrollbar::-webkit-scrollbar-thumb {
  /*转动条内里小方块*/
  background: #171718;
  display: none; }

.scrollbar::-webkit-scrollbar-track {
  /*转动条内里轨道*/
  background: #333;
  width: 2px;
  display: none; }

.scrollbar1::-webkit-scrollbar {
  /*转动条整体样式*/
  width: 2px;
  /*高宽划分对应横竖转动条的尺寸*/ }

.scrollbar1::-webkit-scrollbar-thumb {
  /*转动条内里小方块*/
  background: #333; }

.scrollbar1::-webkit-scrollbar-track {
  /*转动条内里轨道*/
  background: #f6f6f6;
  width: 2px; }

@media screen and (max-width: 1300px) {
  .index-swiper3 .news li a .font .desc {
    margin-top: 10px; }

  .index-swiper3 .news li a .font {
    height: 140px; }

  .index-swiper3 .news li a .font .date {
    margin-top: 18px; }

  .index-swiper3 .news li a .font {
    padding-top: 14px; } }
@media screen and (max-width: 1044px) {
  .index-swiper3 footer .right a:nth-of-type(1) {
    display: block; }

  .index-swiper3 .news li {
    width: 32%;
    margin-right: 2%; }

  .index-swiper3 .news li:nth-of-type(7),
  .index-swiper3 .news li:nth-of-type(8),
  .index-swiper3 .news li:nth-of-type(9),
  .index-swiper3 .news li:nth-of-type(10) {
    display: none; }

  .index-swiper3 .news li:nth-of-type(5n) {
    margin-right: 1.25%; }

  .index-swiper3 .news li:nth-of-type(3n) {
    margin-right: 0; }

  .index-swiper3 .news li a .font {
    height: 170px; }

  .index-swiper3 .news li a .font .desc {
    margin-top: 15px; }

  .index-swiper3 .news li a .font .date {
    margin-top: 25px; }

  header ul li a {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 750px) {
    
    .serve-list{
        padding: 0px 15px!important;
    }
    .serverxq{
        padding: 50px 10px 120px!important;
    }
  header {
    padding: 0 .3rem;
    height: 50px; }

  header ul {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    display: block;
    width: 100%;
    background-color: #fff;
    padding-bottom: 30px;
    display: none; }

  header .logo {
    width: 36%; }

  header ul li {
    width: 100%;
    text-align: center;
    height: .88rem;
    line-height: .88rem; }

  header .close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    width: .36rem;
    cursor: pointer; }

  .index-swiper1 .swiper-slide .font .title {
    font-size: 20px; }

  .index-swiper1 .swiper-slide .font {
    width: 100%;
    box-sizing: border-box;
    padding-left: .3rem;
    padding-right: .3rem;
    padding-top: 20%; }

  .index-swiper1 .swiper-slide .font .desc {
    width: 100%;
    line-height: 22px;
    font-size: 14px; }

  .index-swiper1 .swiper-slide .font .more {
    width: 140px;
    height: 40px;
    line-height: 40px; }

  .index-swiper1 .swiper-pagination {
    width: 94% !important; }

  .index-swiper1 .fixednum {
    display: none; }

  .index-swiper2 .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden; }

  .index-swiper2 .swiper-container .swiper-slide .font {
    bottom: 0; }

  .index-swiper2 .swiper-container .swiper-slide .line {
    margin-bottom: 20px; }

  .index-swiper2 .swiper-container .swiper-slide .title {
    font-size: 20px; }

  .index-swiper2 .swiper-container .swiper-slide:hover {
    width: 100%; }

  .index-swiper2 .swiper-container .swiper-button-prev {
    left: .3rem;
    width: .7rem;
    height: .7rem;
    background-size: .18rem .32rem; }

  .index-swiper2 .swiper-container .swiper-button-next {
    right: .3rem;
    width: .7rem;
    height: .7rem;
    background-size: .18rem .32rem; }

  .index-swiper2 .swiper-container .swiper-slide .desc {
    font-size: 14px;
    line-height: 24px;
    height: 48px; }

  .index-swiper2 .swiper-container .swiper-slide a {
    margin-top: 36px;
    width: 160px;
    height: 38px;
    line-height: 38px; }

  .index-swiper3 .news {
    padding: 0 .3rem;
    padding-top: .3rem; }

  .index-swiper3 .news li {
    width: 100%;
    margin-right: 0; }

  .index-swiper3 .news li:nth-of-type(2),
  .index-swiper3 .news li:nth-of-type(3),
  .index-swiper3 .news li:nth-of-type(4),
  .index-swiper3 .news li:nth-of-type(5),
  .index-swiper3 .news li:nth-of-type(6) {
    display: none; }

  .index-swiper3 footer {
    padding: 0 .3rem;
    height: 60px; }

  footer ul {
    display: none; }

  .index-swiper3 footer .right a {
    display: none; }

  .index-swiper3 footer .right a:nth-of-type(1) {
    display: block;
    font-size: 12px;
    margin: 0;
    line-height: 20px;
    margin-top: 10px; }

  .index-swiper3 .more {
    width: 160px;
    height: 38px;
    line-height: 38px; }

  header .navbtn {
    display: block;
    float: right;
    width: 32px;
    margin-top: 16px; } }
.inside-title {
  width: 100%;
  padding-top: 108px;
  padding-bottom: 62px; }
  .inside-title .title {
    font-size: 30px;
    color: #fff;
    font-weight: bold; }
    .inside-title{
    	zoom: 1;
    }
    .inside-title:after,.inside-title:before{
    	content: "\200B"; display: block; height: 0; visibility: hidden;
    }
    .inside-title:after{
    	clear: both;
    }
    .inside-title .nav{
    	float: right;
    }
    .inside-title .nav li {
      display: inline-block;
      vertical-align: top; }
      .inside-title .nav li span {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #fff;
        margin: 0 25px; }
      .inside-title .nav li a {
        color: #fff;
        font-size: 16px;
        padding: 0 10px;
        padding-bottom: 6px; }
    .inside-title .nav li:nth-of-type(1) span {
      display: none; }
    .inside-title .nav li.active a {
      border-bottom: 2px solid #fff; }

.server {
  width: 100%;
  background: url("/zhan1/templates/default/images/22.jpg") no-repeat top center;
  background-size: contain;
  background-size: auto 418px; }
  .server .content {
    width: 1440px;
    margin: 0 auto; }
    .server .content .server-list {
      font-size: 0; }
      .server .content .server-list li {
        display: inline-block;
        width: 32%;
        margin-right: 2%;
        position: relative;
        overflow: hidden;
        vertical-align: top; }
        .server .content .server-list li img {
          width: 100%; }
        .server .content .server-list li .shadow {
          width: 100%;
          height: 100%;
          background: -webkit-linear-gradient(to bottom, rgba(8, 58, 148, 0.2), #083a94);
          /* Safari 5.1 - 6.0 */
          background: -o-linear-gradient(to bottom, rgba(8, 58, 148, 0.2), #083a94);
          /* Opera 11.1 - 12.0 */
          background: -moz-linear-gradient(to bottom, rgba(8, 58, 148, 0.2), #083a94);
          /* Firefox 3.6 - 15 */
          background: linear-gradient(to bottom, rgba(8, 58, 148, 0.2), #083a94);
          /* 标准的语法 */
          transition: all .5s ease-in-out;
          -webkit-transition: all .5s ease-in-out;
          -moz-transition: all .5s ease-in-out;
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0; }
        .server .content .server-list li .font {
          position: absolute;
          width: 100%;
          bottom: -214px;
          box-sizing: border-box;
          padding: 0 30px;
          transition: all .5s ease-out;
          -webkit-transition: all .5s ease-out;
          -moz-transition: all .5s ease-out; }
          .server .content .server-list li .font .title {
            font-size: 24px;
            color: #fff; }
          .server .content .server-list li .font .line {
            width: 60px;
            height: 2px;
            background-color: #fff;
            margin-top: 26px;
            margin-bottom: 60px;
            transition: all .5s ease-out;
            -webkit-transition: all .5s ease-out;
            -moz-transition: all .5s ease-out; }
          .server .content .server-list li .font .desc {
            font-size: 14px;
            line-height: 24px;
            color: #fff;
            height: 72px; }
          .server .content .server-list li .font .more {
            width: 220px;
            height: 50px;
            background-color: #fff;
            font-size: 16px;
            color: #083a95;
            display: block;
            text-align: center;
            line-height: 50px;
            margin-top: 35px;
            margin-bottom: 56px; }
      .server .content .server-list li:hover .shadow {
        opacity: 1; }
      .server .content .server-list li:hover .font {
        bottom: 0; }
        .server .content .server-list li:hover .font .line {
          margin-bottom: 20px; }
      .server .content .server-list li:nth-of-type(3n) {
        margin-right: 0;
        margin-bottom: 20px; }
    .server .content .news-list {
      width: 100%;
      font-size: 0; }
      .server .content .news-list li {
        width: 23.5%;
        margin-right: 2%;
        display: inline-block;
        background-color: #fff;
        vertical-align: top;
        margin-bottom: 30px; }
        .server .content .news-list li a {
          display: inline-block;
          width: 100%;
          height: 100%; }
          .server .content .news-list li a .img {
            width: 100%;
            overflow: hidden; }
            .server .content .news-list li a .img img {
              width: 100%;
              transition: all .5s ease-out;
              -webkit-transition: all .5s ease-out;
              -moz-transition: all .5s ease-out; }
          .server .content .news-list li a .font {
            box-sizing: border-box;
            padding: 16px 20px 30px;
            box-sizing: border-box;
            height: 214px;
            position: relative; }
            .server .content .news-list li a .font .title {
              font-size: 18px;
              color: #333;
              line-height: 24px;
              height: 48px;
              font-weight: bold; }
            .server .content .news-list li a .font .desc {
              font-size: 14px;
              color: #666;
              line-height: 24px;
              margin-top: 12px; }
            .server .content .news-list li a .font .date {
              font-size: 14px;
              color: #999;
							margin-top: 30px;}
      .server .content .news-list li:hover a .img img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1); }
      .server .content .news-list li:nth-of-type(4n) {
        margin-right: 0; }
    .server .content .honor-list {
      width: 100%;
      font-size: 0; }
      .server .content .honor-list li {
        width: 23.5%;
        margin-right: 2%;
        display: inline-block;
        background-color: #fff;
        vertical-align: top;
        margin-bottom: 20px;
        box-sizing: border-box;
        padding: 20px 20px 0; }
        .server .content .honor-list li .img {
          width: 100%;
          overflow: hidden;
          position: relative; }
          .server .content .honor-list li .img img {
            width: 100%;
            transition: transform .5s ease-out;
            -webkit-transition: transform .5s ease-out;
            -moz-transition: transform .5s ease-out; }
          .server .content .honor-list li .img .hover {
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(5, 58, 149, 0.85);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 41px 42px;
            background-image: url("/zhan1/templates/default/images/39.png");
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity .5s ease-out;
            -webkit-transition: opacity .5s ease-out;
            -moz-transition: opacity .5s ease-out; }
        .server .content .honor-list li p {
          text-align: center;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 14px;
          color: #666;
          height: 60px;
          line-height: 60px; }
      .server .content .honor-list li:hover .img img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1); }
      .server .content .honor-list li:hover .img .hover {
        opacity: 1; }
      .server .content .honor-list li:nth-of-type(4n) {
        margin-right: 0; }
    .server .content .team-list {
      width: 100%;
      font-size: 0; }
      .server .content .team-list li {
        width: 49%;
        margin-right: 2%;
        background-color: #fff;
        box-sizing: border-box;
        vertical-align: top;
        padding: 20px;
        display: inline-block;
        margin-bottom: 20px; }
        .server .content .team-list li .img {
          width: 30%;
          overflow: hidden;
          float: left; }
          .server .content .team-list li .img img {
            width: 100%;
            transition: transform .5s ease-out;
            -webkit-transition: transform .5s ease-out;
            -moz-transition: transform .5s ease-out; }
        .server .content .team-list li .right {
          margin-left: 33%; }
          .server .content .team-list li .right .title {
            font-size: 18px;
            color: #333;
            font-weight: bold; }
          .server .content .team-list li .right .desc {
            font-size: 14px;
            color: #666;
            line-height: 24px;
            height:240px;
            margin-top: 22px; }
            .server .content .team-list li .right .desc p{
            	overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
            }
            
      .server .content .team-list li:nth-of-type(2n) {
        margin-right: 0; }
    .server .content .case-title {
      padding-top: 50px;
      padding-bottom: 40px; }
      .server .content .case-title p {
        font-size: 28px;
        color: #083a95;
        font-weight: bold; }
      .server .content .case-title .line {
        width: 60px;
        height: 2px;
        background-color: #083a95;
        margin-top: 20px; }
    .server .content .case {
      background-color: #fff;
      padding: 0 40px 55px; }
    .server .content .casetop {
      background-color: #fff; }
      .server .content .casetop .broad-list {
        width: 100%;
        font-size: 0; }
        .server .content .casetop .broad-list li {
          width: 32%;
          margin-right: 2%;
          display: inline-block;
          border: 1px solid #eaeaea;
          margin-bottom: 20px;
          position: relative;
          box-sizing: border-box;
          cursor: pointer; }
          .server .content .casetop .broad-list li img {
            width: 100%; }
          .server .content .casetop .broad-list li .name {
            height: 48px;
            line-height: 48px;
            text-align: center;
            font-size: 14px;
            color: #333; }
          .server .content .casetop .broad-list li .shadow {
            width: 100%;
            height: 100%;
            background-color: rgba(18, 62, 146, 0.95);
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            color: #fff;
            box-sizing: border-box;
            padding-top: 10%;
            padding-left: 10px;
            padding-right: 10px;
            opacity: 0;
            transition: opacity .5s ease-out;
            -webkit-transition: opacity .5s ease-out;
            -moz-transition: opacity .5s ease-out; }
            .server .content .casetop .broad-list li .shadow .tit {
              display: inline-block;
              font-size: 18px;
              padding-bottom: 5px;
              border-bottom: 2px solid #fff;
              margin-bottom: 14px; }
            .server .content .casetop .broad-list li .shadow .desc {
              font-size: 14px;
              color: #fff;
              line-height: 30px; }
        .server .content .casetop .broad-list li:nth-of-type(3n) {
          margin-right: 0; }
        .server .content .casetop .broad-list li:hover .shadow {
          opacity: 1; }
    .server .content .casebottom {
      font-size: 0; }
      .server .content .casebottom .two {
        width: 49%;
        display: inline-block;
        background-color: #fff;
        box-sizing: border-box;
        border: 1px solid #ddd;
        margin-right: 2%; }
        .server .content .casebottom .two .title {
          width: 100%;
          background-color: #083a95;
          text-align: center;
          line-height: 52px;
          height: 52px;
          color: #fff;
          font-size: 16px; }
        .server .content .casebottom .two .name {
          height: 50px;
          line-height: 50px;
          font-size: 16px;
          color: #000;
          background-color: #fbfdff;
          border-bottom: 1px solid #ddd; }
          .server .content .casebottom .two .name .left {
            width: 16%;
            text-align: center;
            float: left; }
          .server .content .casebottom .two .name .right {
            margin-left: 16%;
            border-left: 1px solid #ddd;
            padding-left: 4%; }
        .server .content .casebottom .two .bottom {
          width: 100%; }
          .server .content .casebottom .two .bottom .bottom-list {
            width: 100%;
            color: #666;
            border-bottom: 1px solid #ddd;
            display: flex;
            align-items: center; }
            .server .content .casebottom .two .bottom .bottom-list .city {
              height: 100%;
              width: 16%;
              text-align: center;
              float: left;
              font-size: 16px; }
            .server .content .casebottom .two .bottom .bottom-list .citylist {
              width: 84%;
              border-left: 1px solid #ddd; }
              .server .content .casebottom .two .bottom .bottom-list .citylist li {
                height: 40px;
                line-height: 40px;
                border-bottom: 1px solid #ddd;
                font-size: 16px;
                padding-left: 3%; }
              .server .content .casebottom .two .bottom .bottom-list .citylist li:last-of-type {
                border: 0; }
          .server .content .casebottom .two .bottom .bottom-list:last-child {
            border: 0; }
      .server .content .casebottom .two:nth-of-type(2n) {
        margin-right: 0; }
    .server .content .map {
      width: 100%;
      background-color: #fff;
      box-sizing: border-box;
      padding: 40px 40px 65px; }
      .server .content .map #maps {
        width: 100%;
        height: 475px; }
      .server .content .map .address {
        width: 100%;
        font-size: 0;
        margin-top: 20px; }
        .server .content .map .address li {
          display: inline-block;
          box-sizing: border-box;
          border: 1px solid #ddd;
          width: 32%;
          margin-right: 2%;
          text-align: center;
          padding: 23px 10px 20px;
          box-sizing: border-box;
          vertical-align: top; }
          .server .content .map .address li .wra {
            height: 50px;
            line-height: 50px; }
          .server .content .map .address li .img {
            font-size: 16px;
            color: #083a95;
            font-weight: bold;
            display: none; }
          .server .content .map .address li .desc {
            font-size: 16px;
            color: #666;
            line-height: 22px;
            margin-top: 12px;
            height: 44px; }
        .server .content .map .address li:hover {
          box-shadow: 1px 0px 10px #f3f5f7; }
          .server .content .map .address li:hover .img {
            display: block; }
          .server .content .map .address li:hover img {
            display: none; }
        .server .content .map .address li:nth-of-type(3n) {
          margin-right: 0; }
    .server .content .introduction {
      width: 100%;
      background-color: #fff;
      box-sizing: border-box;
      padding: 45px 40px 98px; }
      .server .content .introduction .intro-title {
        margin-bottom: 30px; }
        .server .content .introduction .intro-title p {
          font-size: 28px;
          font-weight: bold;
          color: #083a95; }
        .server .content .introduction .intro-title .line {
          width: 60px;
          height: 2px;
          background-color: #083a95;
          margin-top: 20px; }
      .server .content .introduction .num-progress {
        display: flex;
        justify-content: space-between;
        margin: 60px 0; }
        .server .content .introduction .num-progress li {
          width: 25%;
          height: 60px;
          border-right: 1px solid #a9bada;
          text-align: center; }
          .server .content .introduction .num-progress li .num {
            font-size: 36px;
            color: #083a95;
            font-weight: bold; }
          .server .content .introduction .num-progress li .desc {
            font-size: 16px;
            color: #083a95; }
        .server .content .introduction .num-progress li:nth-of-type(1) {
          border-left: 1px solid #a9bada; }
      .server .content .introduction .editor-title {
        font-size: 18px;
        color: #083a95;
        font-weight: bold;
        margin-bottom: 20px; }
      .server .content .introduction .editor img {
        max-width: 100%; }
    .server .content .enviroment {
      width: 100%;
      font-size: 0; }
      .server .content .enviroment li {
        width: 49%;
        margin-right: 2%;
        overflow: hidden;
        display: inline-block;
        margin-bottom: 20px; }
        .server .content .enviroment li img {
          width: 100%;
          height: 100%;
          transition: transform .5s ease-out;
          -webkit-transition: transform .5s ease-out;
          -moz-transition: transform .5s ease-out; }
      .server .content .enviroment li:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1); }
      .server .content .enviroment li:nth-of-type(2n) {
        margin-right: 0; }

.page {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 0;
  margin-top: 50px;
  margin-bottom: 62px; }
  .page a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #f6f6f6;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    margin: 0 1px;
    vertical-align: top; }
  .page .next {
    width: 60px; }
  .page .current {
    background-color: #083a95;
    color: #fff; }

@media screen and (max-width: 1460px) {
  .server .content {
    width: 84%; } 
  .server .content .map #maps{
    overflow: auto;
  }
  .server .content .map #maps::-webkit-scrollbar{
    width: 6px;
    height: 6px;
  }
  .server .content .map #maps::-webkit-scrollbar-thumb{
    background-color: #083a95;
  }
  .server .content .map #maps img{
    max-width: max-content;
  }
}
@media screen and (max-width: 1300px) {
  .server .content .server-list li .font .title {
    font-size: 20px; }

  .server .content .server-list li .font .line {
    margin-top: 10px; }

  .server .content .server-list li:hover .font .line {
    margin-bottom: 16px; }

  .server .content .server-list li .font .more {
    width: 160px;
    height: 38px;
    line-height: 38px;
    margin-top: 20px;
    margin-bottom: 36px; }

  .server .content .server-list li .font {
    bottom: -186px; }

  .page {
    margin-top: 20px;
    margin-bottom: 30px; }

  .server .content .news-list li a .font .title {
    font-size: 16px; }

  .server .content .news-list li a .font {
    height: 185px; }

  .server .content .news-list li a .font .date {
    bottom: 20px; }

  .server .content .introduction .num-progress li .num {
    font-size: 30px; }

  .server .content .introduction .num-progress li .desc {
    font-size: 14px; } }
@media screen and (max-width: 1044px) {
  .server .content .server-list li .font {
    padding: 0 15px; }

  .server .content .server-list li .font .title {
    font-size: 18px; }

  .server .content .server-list li .font .more {
    margin-bottom: 20px;
    width: 112px;
    height: 28px;
    line-height: 28px;
    font-size: 14px; }

  .server .content .server-list li .font .desc {
    line-height: 20px;
    height: 60px; }

  .server .content .news-list li {
    width: 32%; }

  .server .content .news-list li:nth-of-type(4n) {
    margin-right: 2%; }

  .server .content .news-list li:nth-of-type(3n) {
    margin-right: 0; }

  .server .content .honor-list li {
    width: 32%; }

  .server .content .honor-list li:nth-of-type(4n) {
    margin-right: 2%; }

  .server .content .honor-list li:nth-of-type(3n) {
    margin-right: 0; }

  .server .content .map .address li .desc {
    font-size: 12px; }

  .server .content .introduction .num-progress li .num {
    font-size: 20px; } }
@media screen and (max-width: 750px) {
  .server .content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .3rem; }
.server .content .news-list li a .font .date{
	margin-top: 10px;
}
  .page a {
    width: .6rem;
    height: .6rem;
    line-height: .6rem; }

  .server .content .map .address li {
    width: 100%;
    margin-right: 0;
    margin-bottom: .2rem; }

  .server .content .map {
    padding: .4rem; }

  .server .content .map #maps {
    height: 6rem; }

  .server .content .enviroment li {
    width: 100%;
    margin-right: 0; } }
@media screen and (max-width: 750px) {
  .server .content .honor-list li {
    padding: 14px 14px 0; }

  .inside-title {
    padding-top: 1rem;
    padding-bottom: .6rem; }

  .inside-title .title {
  	display: none;
    font-size: 18px; }

  .inside-title .nav li a {
    font-size: 12px;
    padding: 0 5px;
    padding-bottom: 4px; }

  .inside-title .nav li.active a {
    border-bottom-width: 1px; }

  .server .content .honor-list li {
    width: 48%;
    margin-bottom: .2rem; }

  .server .content .honor-list li:nth-of-type(3n) {
    margin-right: 2%;
    margin-bottom: .3rem; }

  .server .content .honor-list li:nth-of-type(2n) {
    margin-right: 0; }

  .server .content .honor-list li p {
    font-size: 12px;
    height: 40px;
    line-height: 40px; }

  .server .content .server-list li {
    width: 48%;
    margin-bottom: .3rem; }

  .server .content .server-list li:nth-of-type(3n) {
    margin-right: 2%;
    margin-bottom: .3rem; }

  .server .content .server-list li:nth-of-type(2n) {
    margin-right: 0; }

  .server .content .server-list li .font {
    bottom: 0;
    padding: 0 .2rem; }

  .server .content .server-list li .font .desc {
    -webkit-line-clamp: 2;
    height: 36px;
    font-size: 12px;
    line-height: 18px; }

  .server .content .server-list li .font .more {
    margin-top: .2rem;
    margin-bottom: .2rem;
    font-size: 12px;
    width: 76px;
    height: 22px;
    line-height: 22px; }

  .server .content .server-list li .font .title {
    font-size: 16px; }

  .server .content .server-list li .font .line {
    width: 35px;
    margin-bottom: .3rem; }

  .server .content .server-list li .shadow {
    opacity: 1; }

  .server {
    background-size: auto 4rem; }

  .server .content .news-list li {
    width: 49%;
    margin-right: 2%; }

  .server .content .news-list li:nth-of-type(3n) {
    margin-right: 2%; }

  .server .content .news-list li:nth-of-type(2n) {
    margin-right: 0; }

  .server .content .news-list li a .font {
    padding: .2rem; }

  .server .content .news-list li a .font .title {
    font-size: 14px; }

  .server .content .news-list li a .font .desc {
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    height: 40px; }

  .server .content .news-list li a .font {
    height: 152px; }

  .server .content .news-list li a .font .date {
    font-size: 12px;
    bottom: .3rem; }

  .server .content .news-list li {
    margin-bottom: .3rem; }

  .server .content .introduction .intro-title p {
    font-size: 22px; }

  .server .content .introduction .intro-title .line {
    margin-top: 10px; }
  .server .content .introduction .num-progress {
    display: none; }

  .server .content .introduction {
    padding: .45rem .4rem .98rem; }

  .server .content .introduction .intro-title p {
    font-size: 18px; } }
@media screen and (max-width: 1630px) {
  footer .right a:nth-of-type(2) {
    display: none; } }
@media screen and (max-width: 1300px) {
  footer .right a:nth-of-type(3) {
    display: none; }

  footer ul li {
    margin-right: 20px; } }
@media screen and (max-width: 1044px) {
  footer .nav {
    display: none; }

  footer .right {
    float: none; }

  footer .right a {
    margin-left: 0; } }
@media screen and (max-width: 750px) {
  footer .right a {
    line-height: 20px;
    vertical-align: top;
    box-sizing: border-box;
    margin-top: 10px;
    height: auto; }

  footer {
    height: 60px; } }
.slideshadow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }

.honor-swiper {
  width: 900px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1002;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-color: #fff;
  box-sizing: border-box;
  padding: 70px 200px 0;
  display: none; }
  .honor-swiper .swiper-container {
    width: 100%; }
    .honor-swiper .swiper-container .swiper-slide {
      width: 100%; }
      .honor-swiper .swiper-container .swiper-slide img {
        width: 100%; }
    .honor-swiper .swiper-container .title {
      height: 80px;
      line-height: 80px;
      text-align: center;
      font-size: 14px;
      color: #666;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .honor-swiper .swiper-button-prev, .honor-swiper .swiper-button-next {
    width: 46px;
    height: 46px;
    background-color: #083a95;
    border-radius: 50%;
    background-size: 14px 27px;
    background-repeat: no-repeat;
    background-position: center; }
  .honor-swiper .swiper-button-prev {
    background-image: url("/zhan1/templates/default/images/17.png");
    left: 40px; }
  .honor-swiper .swiper-button-next {
    background-image: url("/zhan1/templates/default/images/18.png");
    right: 40px; }
  .honor-swiper .swiper-button-prev:focus, .honor-swiper .swiper-button-next:focus {
    outline: none; }
  .honor-swiper .swiper-pagination {
    text-align: right;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    padding-right: 40px;
    font-size: 14px;
    color: #666; }
    .honor-swiper .swiper-pagination .swiper-pagination-current {
      font-size: 18px;
      color: #083a95; }
  .honor-swiper .close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 30px;
    top: 30px; }

.bodyfixed {
  position: fixed; }

@media screen and (max-width: 1386px) {
  .honor-swiper {
    width: 700px; } }
@media screen and (max-width: 750px) {
  .honor-swiper {
    width: 86%;
    padding: .5rem 1rem 0; }

  .honor-swiper .swiper-button-next {
    right: .2rem;
    width: .6rem;
    height: .6rem;
    background-size: .16rem .3rem; }

  .honor-swiper .swiper-button-prev {
    left: .2rem;
    width: .6rem;
    height: .6rem;
    background-size: .16rem .3rem; }

  .honor-swiper .swiper-container .title,
  .honor-swiper .swiper-pagination {
    height: 60px;
    line-height: 60px; }

  .honor-swiper .swiper-pagination {
    line-height: 76px; }

  .honor-swiper .close {
    right: .3rem;
    top: .3rem; } }
@media screen and (max-width: 1044px) {
  .server .content .team-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: .3rem; } }
@media screen and (max-width: 750px) {
  .server .content .team-list li .right .desc {
    font-size: 12px;
    line-height: 20px; } }
.team-detail {
  position: fixed;
  width: 810px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  z-index: 1002;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  padding-bottom: 45px;
  display: none; }
  .team-detail .top {
    width: 100%; }
    .team-detail .top img {
      float: left;
      width: 26%; }
    .team-detail .top .font {
      margin-left: 29%;
      overflow-y: auto;
      margin-right: 5%; }
      .team-detail .top .font .title {
        font-size: 18px;
        font-weight: bold;
        color: #333; }
      .team-detail .top .font .desc {
        font-size: 14px;
        line-height: 24px;
        color: #666;
        margin-top: 12px; }
  .team-detail .bottom {
    min-height: 250px;
    width: 100%;
    background-color: #fafafa;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 20px;
    line-height: 28px;
    overflow: auto; }
    .team-detail .bottom .item span {
      float: left;
      font-size: 14px;
      color: #da0017;
      font-weight: bold; }
    .team-detail .bottom .item .right {
      margin-left: 86px;
      font-size: 14px;
      color: #666; }
  .team-detail .close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: 16px; }

@media screen and (max-width: 1044px) {
  .team-detail {
    width: 680px; } }
@media screen and (max-width: 750px) {
  .team-detail {
    width: 86%;
    padding: 10px;
    padding-bottom: 20px; }

  .team-detail .top .font .desc {
    font-size: 12px;
    line-height: 20px; }

  .team-detail .top .font .title {
    font-size: 16px; }

  .team-detail .bottom .item span {
    float: none;
    display: block; }

  .team-detail .bottom .item .right {
    margin-left: 0;
    font-size: 12px;
    line-height: 20px; }

  .team-detail .close {
    right: .1rem;
    top: .1rem; } }
@media screen and (max-width: 1460px) {
  .server .content .casetop .broad-list li .shadow .desc {
    font-size: 12px;
    line-height: 22px; }

  .server .content .casetop .broad-list li .shadow .tit {
    font-size: 16px; } }
@media screen and (max-width: 1300px) {
  .server .content .casetop .broad-list li {
    width: 49%; }

  .server .content .casetop .broad-list li:nth-of-type(3n) {
    margin-right: 2%; }

  .server .content .casetop .broad-list li:nth-of-type(2n) {
    margin-right: 0; } }
@media screen and (max-width: 1044px) {
  .server .content .casetop .broad-list li .shadow {
    padding-top: 5%; }

  .server .content .casebottom .two {
    width: 100%;
    margin-right: 0; }

  .server .content .casebottom .two:nth-of-type(1) {
    margin-bottom: 20px; } }
@media screen and (max-width: 750px) {
  .server .content .casetop .broad-list li:hover .shadow {
    opacity: 0; }

  .server .content .casetop .broad-list li {
    margin-bottom: .2rem; }

  .server .content .case {
    padding: 0 .2rem .4rem; }

  .server .content .case-title {
    padding-top: .5rem;
    padding-bottom: .4rem; }

  .server .content .case-title p {
    font-size: 20px; }

  .server .content .case-title .line {
    margin-top: 10px; }

  .server .content .casebottom .two .name {
    font-size: 14px; }

  .server .content .casebottom .two .bottom .bottom-list .citylist li {
    font-size: 14px; }

  .server .content .casebottom .two .bottom .bottom-list .city {
    font-size: 14px; }
    .inside-title .nav li span{
    	margin:0 8px;
    } }
@media screen and (max-height: 600px) {
	.honor-swiper {
		top: 50%;
		left: 50%;
		z-index: 1002;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		height: 100%;
		
	}
	.honor-swiper .swiper-container .swiper-slide img{
		width: auto;
		height: 100%
	}
}
/*# sourceMappingURL=style.css.map */
&lt;!--耗时1752959091.6503秒--&gt;</pre></body></html>