@charset "UTF-8";
body {
  font-family: ibold, PingFang SC; }

.index-banner {
  position: relative; }
  .index-banner .swiper-slide {
    position: relative; }
    .index-banner .swiper-slide.swiper-slide-active .tit {
      transform: translate(0);
      opacity: 1; }
    .index-banner .swiper-slide.swiper-slide-active .text {
      transform: translate(0);
      opacity: 1; }
  .index-banner .bgcolor {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .index-banner .cont {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
    color: #fff;
    font-family: "思源黑体";
    font-weight: bold; }
  .index-banner .tit {
    font-size: 100px;
    margin-bottom: 30px;
    line-height: 1.4;
    transform: translate(0, -100px);
    transition: all 0.5s;
    transition-delay: 0.3s;
    opacity: 0;
    font-weight: bold; }
  .index-banner .text {
    font-size: 40px;
    transform: translate(0, -100px);
    transition: all 0.5s;
    transition-delay: 0.3s;
    opacity: 0; }
  .index-banner .img-res {
    width: 100%; }

.main {
  padding: 0.6rem 0; }

.content3 {
  padding: 0.7rem 0; }

.cover {
  overflow: hidden; }

.cover .img1 {
  transition: all .3s; }
  .cover .img1:hover {
    transform: scale(1.02) translate(0, 10px); }

.main .tit-sub {
  background: #333;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 0 15px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  letter-spacing: 8px;
  margin-bottom: 20px;
  transition: all .3s; }
  .main .tit-sub:hover {
    margin-left: 10px; }
.main .title {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px; }

.main-server {
  margin: 0; }

.server-content1 {
  padding: 0.6rem 0;
  margin: 0;
  text-align: center; }
  .server-content1 .ibox {
    background: url(../img/xm/bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .server-content1 .ibox-tit {
    color: #fff;
    font-size: 36px;
    margin-bottom: 16px; }
  .server-content1 .btn-ot {
    background: #fff;
    display: inline-block;
    width: 200px;
    height: 56px;
    display: flex;
    align-items: center;
    color: #0237AC;
    transition: all 0.3s;
    justify-content: center; }
    .server-content1 .btn-ot:hover {
      background: #f5f5f5;
      border-radius: 20px 0 20px 0; }
    .server-content1 .btn-ot span {
      font-size: 16px;
      font-weight: bold; }
  .server-content1 .icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden; }
  .server-content1 .svg-color {
    filter: drop-shadow(#0237AC -30px 0px 0px); }

.content1 {
  padding: 0.7rem 0; }
  .content1 .info {
    padding: 0.3rem 0.6rem; }

.desc-text {
  max-width: 550px;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 26px; }
  .desc-text p {
    color: #343434; }

.content2 {
  padding: 0.7rem 0;
  position: relative; }
  .content2 .pad {
    padding-right: 0.6rem; }
  .content2 .col-md-7 {
    padding: 0; }
  .content2 .text-wrap {
    position: absolute;
    padding-right: 0;
    top: 50%;
    transform: translate(0, -50%); }
  .content2 .info {
    padding-right: 30%; }
  .content2 .img1 {
    width: 100%; }

.news-list {
  margin-bottom: 40px; }
  .news-list .item {
    max-width: 550px;
    padding: 25px 0;
    border-bottom: 1px solid #666; }
  .news-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
    color: #343434; }
    .news-list a:hover {
      padding-left: 5px;
      color: #0237AC; }
      .news-list a:hover .icon {
        border-left-color: #0237AC;
        margin-right: 5px; }
  .news-list p {
    height: 20px;
    line-height: 20px;
    width: 90%;
    font-size: 16px; }
  .news-list .icon {
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-left-color: #333;
    display: inline-block;
    line-height: 0px;
    font-size: 0px;
    transition: all .3s; }

.content3 .container {
  max-width: 1300px; }
.content3 .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.content3 .btnbox .btn {
  background: #333;
  width: 180px;
  height: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
.content3 .btnbox .t {
  margin-right: 5px;
  font-size: 16px; }

.btn-hover {
  border-radius: 0;
  transition: all .3s; }
  .btn-hover:hover {
    border-radius: 30px 10px 30px 10px;
    box-shadow: 0 0 20px #eee;
    transform: translate(0, -5px); }

.pro-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .pro-list li {
    width: 50%;
    padding: 25px 10px 25px 0; }
  .pro-list .item {
    display: flex;
    padding: 10px 20px 10px 10px;
    justify-content: space-between;
    transition: all .3s; }
    .pro-list .item:hover {
      box-shadow: 0 0 20px #ddd;
      transform: translate(0, -5px); }
      .pro-list .item:hover .tit {
        padding-left: 5px; }
        .pro-list .item:hover .tit p {
          color: #0237AC; }
      .pro-list .item:hover .icon {
        margin-left: 5px; }
      .pro-list .item:hover .text {
        color: #333; }
  .pro-list .icon {
    transition: all 0.3s; }
  .pro-list .cover {
    overflow: hidden; }
  .pro-list .cover-img {
    display: block;
    width: 200px;
    transition: all .3s; }
    .pro-list .cover-img:hover {
      transform: scale(1.1); }
  .pro-list .desc-wrap {
    flex: 1;
    padding: 10px 0.6rem 0 0.4rem; }
  .pro-list .tit {
    font-size: 24px;
    border-bottom: 1px solid #666;
    padding: 0 0 15px;
    font-weight: bold;
    margin-bottom: 25px;
    transition: padding 0.3s; }
  .pro-list .text {
    font-size: 16px;
    margin-bottom: 12px; }
  .pro-list .hover-text {
    color: #555; }

#marquee1 {
  overflow: hidden; }

.content4 {
  margin: 40px 0;
  display: flex;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  justify-content: space-between;
  font-size: 24px;
  color: #333;
  padding: 20px 30px;
  transition: all .3s; }
  .content4 .text {
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    letter-spacing: 4px; }
    .content4 .text:hover {
      color: #0237AC; }

.content5 {
  padding: 0 0 1.4rem; }
  .content5 .cor-list {
    display: flex;
    flex-wrap: wrap; }
  .content5 li {
    width: 25%; }
  .content5 .item {
    position: relative;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .content5 .item:hover .icon {
      transform: rotateY(180deg); }
    .content5 .item .tit {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 20px; }
    .content5 .item .text {
      font-size: 16px;
      color: #666;
      position: relative;
      z-index: 8; }
    .content5 .item .icon {
      position: absolute;
      left: 100px;
      top: 0;
      transition: all .3s; }

.car-warp {
  padding-left: 5%;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden; }
  .car-warp .swiper-slide {
    padding-right: 30px; }
  .car-warp .cont {
    position: relative;
    z-index: 99; }
  .car-warp .bg {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 100%;
    background: url(../img/bg.png) no-repeat left bottom;
    background-size: cover; }
  .car-warp .owl-item {
    padding-right: 30px; }
  .car-warp .item:hover .title {
    padding-left: 10px;
    padding-right: 10px; }
  .car-warp .adt {
    width: 100%;
    transition: all 0.3s; }
    .car-warp .adt:hover {
      transform: scale(1.05); }
  .car-warp .cover {
    overflow: hidden; }
  .car-warp .name {
    color: #fff;
    font-size: 24px; }
  .car-warp .title {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s; }
  .car-warp .owl-item.active .name {
    color: #0237AC; }
  .car-warp .prop {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    height: 10px; }
    .car-warp .prop-item {
      width: 80px;
      height: 3px;
      background: #fff;
      margin-right: 20px;
      cursor: pointer; }
      .car-warp .prop-item.active {
        width: 270px;
        height: 8px; }
  .car-warp .ad, .car-warp .tel {
    color: #fff;
    padding: 5px 0;
    font-size: 24px; }

.content7 {
  padding: 1.4rem 0 1rem; }
  .content7 .cont {
    display: flex;
    align-items: center; }
  .content7 .cover {
    width: 200px;
    height: 200px;
    overflow: hidden; }
  .content7 .info {
    flex: 1;
    padding: 0 30px;
    position: relative; }
    .content7 .info .qbg {
      position: absolute;
      right: 10%;
      top: 0;
      transform: translate(0, -100px); }
    .content7 .info .title {
      font-size: 24px;
      color: #333;
      margin-bottom: 24px; }
    .content7 .info .text {
      font-size: 16px;
      max-width: 730px; }
      .content7 .info .text p {
        margin-bottom: 25px; }
        .content7 .info .text p:nth-last-child(1) {
          margin: 0; }
  .content7 .desc {
    width: 200px; }
    .content7 .desc .tit {
      font-size: 24px;
      margin-bottom: 15px; }
  .content7 .desc-text p {
    margin-bottom: 15px;
    font-size: 16px; }
  .content7 .cover {
    overflow: hidden; }
    .content7 .cover:hover .ast {
      transform: scale(1.05); }
    .content7 .cover .ast {
      transition: all .3s; }

.ad-kf {
  height: 250px;
  background: url(../img/zx.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  display: block; }

.server-content3 {
  padding: 0.6rem 0; }
  .server-content3 .img-res {
    display: block;
    width: 100%; }

.server-content1 .text {
  color: #333;
  font-size: 17px;
  margin-bottom: 0.4rem; }
.server-content1 .st-wrap2 {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.4rem; }

.server-content2 {
  padding: 0.6rem 0;
  text-align: center; }
  .server-content2 .server-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .server-content2 .server-list li {
      padding: 4px; }
      .server-content2 .server-list li:hover .cover .st {
        transform: scale(1.05); }
      .server-content2 .server-list li.active .ibox {
        width: 268px;
        overflow: visible; }
  .server-content2 .cover {
    position: relative;
    overflow: hidden;
    z-index: 9; }
    .server-content2 .cover .st {
      transition: all .3s;
      width: 3.8rem; }
  .server-content2 .item {
    display: flex; }
  .server-content2 .ibox {
    background: #F2F4FF;
    position: relative;
    text-align: left;
    width: 0;
    overflow: hidden;
    transition: all .4s; }
    .server-content2 .ibox .box {
      min-width: 268px;
      padding: 0.4rem 0.2rem; }
    .server-content2 .ibox .ar {
      position: absolute;
      left: -20px;
      top: 34%;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-right: 20px solid #F2F4FF;
      z-index: 99; }
    .server-content2 .ibox .icon {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 2.2rem;
      height: 1.8rem; }
    .server-content2 .ibox .tit {
      color: #0237AC;
      font-size: 28px;
      margin-bottom: 8px; }
    .server-content2 .ibox .sub {
      font-size: 16px;
      color: #333;
      margin-bottom: 16px; }
    .server-content2 .ibox .text {
      font-size: 14px;
      color: #666; }

.server-content4 {
  padding: 0.6rem 0;
  position: relative; }
  .server-content4 .info {
    display: flex;
    position: relative; }
  .server-content4 .item1 {
    align-items: flex-end;
    position: relative; }
    .server-content4 .item1 .st {
      margin-right: 1.4rem; }
    .server-content4 .item1 .desc {
      padding-bottom: 1.56rem; }
  .server-content4 .st {
    width: 6.76rem; }
  .server-content4 .titbox {
    position: relative;
    margin-bottom: 0.48rem; }
    .server-content4 .titbox .tit {
      position: relative;
      z-index: 9;
      font-size: 40px;
      color: #333;
      font-weight: bold; }
    .server-content4 .titbox .en {
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      transform: translate(0, -5%); }
  .server-content4 .cont p {
    padding: 8px 0;
    font-size: 16px; }
  .server-content4 .item2 {
    align-items: center; }
    .server-content4 .item2 .st {
      margin-left: 1.4rem; }
    .server-content4 .item2 .desc {
      max-width: 580px; }

.server-content5 {
  text-align: center;
  padding: 0.6rem 0; }
  .server-content5 .titbox {
    display: inline-block;
    position: relative;
    margin-bottom: 0.48rem; }
    .server-content5 .titbox .tit {
      position: relative;
      z-index: 9;
      font-size: 40px;
      color: #333;
      font-weight: bold; }
    .server-content5 .titbox .en {
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      transform: translate(0, -5%); }
  .server-content5 .content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.25rem;
    justify-content: center; }
    .server-content5 .content .item {
      padding: 0.2rem  .25rem; }
    .server-content5 .content .img1 {
      width: 6rem;
      height: 3.8rem; }
    .server-content5 .content .img2 {
      width: 3.8rem;
      height: 3.8rem; }

/* 小于768px 的屏幕*/
@media (max-width: 768px) {
  .server-content4 {
    padding: 0.6rem 15px; }
    .server-content4 .info {
      display: flex;
      flex-wrap: wrap; }
    .server-content4 .item1 .st {
      margin: 0; }
    .server-content4 .item1 .desc {
      padding-bottom: 1.56rem; }
    .server-content4 .st {
      width: 100%; }
    .server-content4 .titbox {
      position: relative;
      margin-bottom: 0.48rem; }
      .server-content4 .titbox .tit {
        font-size: 30px; }
      .server-content4 .titbox .en {
        width: 300px;
        transform: translate(0, -12px); }
    .server-content4 .cont p {
      padding: 4px 0;
      font-size: 14px; }
    .server-content4 .item2 .st {
      margin: 0; }
    .server-content4 .item2 .desc {
      max-width: 100%; }

  .server-content1 .ibox .ibox-tit {
    font-size: 16px; }
  .server-content1 .btn-ot {
    width: 160px; }

  .server-content5 {
    text-align: left;
    padding: 30px 15px; }
    .server-content5 .titbox {
      text-align: left; }
      .server-content5 .titbox .tit {
        font-size: 30px; }
      .server-content5 .titbox .en {
        width: 240px;
        transform: translate(0, -12px); }
    .server-content5 .content {
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      justify-content: center;
      padding: 0; }
      .server-content5 .content .item {
        padding: 6px  0; }
      .server-content5 .content .img1 {
        width: 100%;
        height: auto; }
      .server-content5 .content .img2 {
        width: 100%;
        height: auto; }

  .btnbox .btn {
    width: 160px;
    height: 45px;
    line-height: 45px; }
  .btnbox .t {
    font-size: 15px; }

  .content4 .text {
    width: 320px; }

  .content3, .content1, .content6, .content7, .server-content3, .server-content2 {
    padding: 30px 0 !important;
    margin: 0; }

  .server-content1 {
    padding: 30px 15px; }
    .server-content1 .st1 {
      display: block;
      margin: 0 auto; }
    .server-content1 .visible-xs .title {
      padding: 20px 0 15px; }

  .content4 {
    margin-top: 30px; }

  .content5 {
    padding-bottom: 30px !important; }

  .index-banner .tit {
    font-size: 24px;
    margin-bottom: 10px; }
    .index-banner .tit.bigtit {
      margin-top: -50px;
      font-size: 30px; }
  .index-banner .text {
    font-size: 14px; }

  .main {
    padding: 30px 0; }
    .main .title {
      font-size: 30px;
      margin-bottom: 15px; }

  .content1 .info {
    padding: 15px 0; }

  .news-list {
    margin-bottom: 15px; }
    .news-list .item {
      padding: 10px 0; }

  .desc-text {
    margin-bottom: 15px;
    font-size: 14px; }

  .content2 {
    padding: 30px 0; }

  .content2 .pad {
    margin-bottom: 15px; }
  .content2 .info {
    width: 100%;
    padding: 0; }
  .content2 .text-wrap {
    position: relative;
    top: 0;
    transform: translate(0); }

  .content3 .title-box {
    padding: 0 15px;
    flex-wrap: wrap;
    position: relative; }
    .content3 .title-box .left {
      width: 100%; }
  .content3 .btnbox {
    margin: 30px 0 0;
    text-align: center; }
    .content3 .btnbox .btn {
      width: 120px;
      height: 45px;
      line-height: 45px;
      margin: 0 auto; }
    .content3 .btnbox .t {
      font-size: 14px; }
    .content3 .btnbox .icon {
      width: 20px; }

  .pro-list {
    margin: 0; }
    .pro-list li {
      width: 100%;
      padding: 0;
      transition: all .3s; }
    .pro-list .cover-img {
      width: 120px;
      height: 120px; }
    .pro-list .item {
      padding: 0 15px;
      margin-top: 24px; }
    .pro-list .desc-wrap {
      padding: 0 0 0 10px; }
    .pro-list .tit {
      margin-bottom: 10px;
      padding-bottom: 10px;
      font-size: 18px; }
    .pro-list .text {
      font-size: 14px;
      margin-bottom: 5px; }
    .pro-list .icon {
      width: 30px; }

  .content4 {
    padding: 10px 0;
    margin: 15px 0; }
    .content4 .swiper-container {
      width: 100%; }
    .content4 .text {
      display: block;
      font-size: 14px; }

  .content5 {
    padding-bottom: 15px; }
    .content5 .cor-list li {
      width: 50%;
      padding: 10px; }
    .content5 .item {
      height: 120px; }
      .content5 .item .icon {
        position: absolute;
        left: 60px;
        top: 20px;
        width: 100px; }
      .content5 .item .tit {
        font-size: 22px;
        margin-bottom: 20px; }
      .content5 .item .text {
        font-size: 14px; }

  .content6 .container {
    padding: 0 30px; }

  .car-warp {
    padding-left: 15px;
    min-height: 200px;
    margin-top: 30px; }
    .car-warp .item {
      padding-right: 15px; }
    .car-warp .ad, .car-warp .tel {
      font-size: 16px;
      padding-right: 15px; }
    .car-warp .title {
      margin: 0; }
      .car-warp .title .name {
        font-size: 18px; }
    .car-warp .prop-item {
      width: 40px; }
      .car-warp .prop-item.active {
        width: 80px;
        height: 6px; }

  .content7 {
    padding: 25px 0; }
    .content7 .container {
      padding: 0 30px; }
    .content7 .cont {
      flex-wrap: wrap; }
    .content7 .cover {
      width: 100%; }
    .content7 .info {
      width: 100%;
      padding: 0; }
    .content7 .desc {
      width: 100%; }
    .content7 .info {
      padding: 25px 0; }
      .content7 .info .title {
        margin-bottom: 12px; }
      .content7 .info .text P {
        font-size: 14px;
        margin-bottom: 15px; }

  .server-content2 {
    padding: 1.2rem 0;
    text-align: center; }
    .server-content2 .server-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .server-content2 .server-list li {
        width: 100%;
        padding: 5px 10px; }
        .server-content2 .server-list li.active .ibox {
          width: auto; }
    .server-content2 .cover .st {
      width: 160px; }
    .server-content2 .item {
      display: flex; }
    .server-content2 .ibox {
      background: #F2F4FF;
      position: relative;
      text-align: left;
      width: 0;
      overflow: hidden;
      transition: all .4s;
      flex: 1; }
      .server-content2 .ibox .ar {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #F2F4FF;
        left: -10px; }
      .server-content2 .ibox .box {
        min-width: auto;
        flex: 1;
        padding: 10px; }
      .server-content2 .ibox .icon {
        width: 80px;
        height: auto; }
      .server-content2 .ibox .tit {
        font-size: 18px;
        margin-bottom: 4px; }
      .server-content2 .ibox .sub {
        font-size: 14px;
        margin-bottom: 5px; }
      .server-content2 .ibox .text {
        font-size: 12px;
        z-index: 9;
        position: relative;
        z-index: 99; }

  .server-content1 .st-wrap2 {
    display: block; } }
/* 小屏幕（平板，大于等于 768px 小于991px） */
@media (min-width: 768px) and (max-width: 991px) {
  .index-banner .tit {
    font-size: 0.8rem; }
    .index-banner .tit.bigtit {
      margin-top: -1.5rem;
      font-size: 1rem; }
  .index-banner .text {
    font-size: 30px; }

  .server-content2 .ibox .tit {
    font-size: 20px; }
    .server-content2 .ibox .tit.bigtit {
      margin-top: -100px;
      font-size: 40px; }
  .server-content2 .server-list li.active .ibox {
    width: 245px; }
  .server-content2 .container {
    width: 94%; } }
/* 中等屏幕（桌面显示器，大于等于 992px 小于1199px） */
@media (min-width: 992px) and (max-width: 1199px) {
  .index-banner .tit {
    font-size: 0.8rem; }
    .index-banner .tit.bigtit {
      margin-top: -1.5rem;
      font-size: 1rem; }
  .index-banner .text {
    font-size: 30px; }

  .server-content2 .ibox .tit {
    font-size: 20px; }
  .server-content2 .container {
    width: 94%; } }
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  .index-banner .tit {
    font-size: 0.8rem; }
    .index-banner .tit.bigtit {
      margin-top: -1.5rem;
      font-size: 1rem; }
  .index-banner .text {
    font-size: 40px; }

  .content4 .text {
    width: 600px; }

  .server-content5 .content {
    margin: 0 -25px; }
    .server-content5 .content .item {
      padding: 20px 25px; }
    .server-content5 .content .img1 {
      width: 6rem;
      height: 3.8rem; }
    .server-content5 .content .img2 {
      width: 3.8rem;
      height: 3.8rem; } }
@media (min-width: 1400px) {
  .head .logo {
    margin-top: 0; }
    .head .logo img {
      width: 387px;
      height: 40px; } }
@media (min-width: 1500px) {
  .server-content5 .content {
    margin: 0 -0.25rem; }
    .server-content5 .content .item {
      padding: 0.2rem 0.25rem; }
    .server-content5 .content .img1 {
      width: 600px;
      height: 380px; }
    .server-content5 .content .img2 {
      width: 380px;
      height: 380px; } }

/*# sourceMappingURL=index.css.map */
