@charset "UTF-8";
.btnbox .btn {
  background: #333;
  width: 180px;
  height: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
.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); }

.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: 600;
  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: 0.3rem; }

.content2 {
  display: flex;
  justify-content: space-between;
  padding: 120px 0; }
  .content2 .co {
    display: inline-block;
    overflow: hidden; }
  .content2 .info {
    width: 57%;
    padding-right: 15px;
    padding-top: 0.6rem;
    padding-left: 1rem; }
    .content2 .info .title {
      font-size: 32px;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 600;
      color: #333333;
      margin-bottom: 0.35rem; }
    .content2 .info .text {
      font-size: 16px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400; }
      .content2 .info .text p {
        margin-bottom: 20px;
        color: #666; }
    .content2 .info .text1 {
      max-width: 700px;
      margin-bottom: 26px;
      font-size: 16px; }
      .content2 .info .text1 p {
        transition: all .3s; }
        .content2 .info .text1 p:hover {
          color: #0237AC; }
    .content2 .info .text2 {
      max-width: 600px;
      line-height: 32px;
      font-size: 16px; }
      .content2 .info .text2 p {
        transition: all .3s; }
        .content2 .info .text2 p:hover {
          color: #0237AC;
          margin-left: 10px; }
  .content2 .cover {
    width: 43%;
    overflow: hidden; }
    .content2 .cover:hover .ast {
      transform: scale(1.02); }
    .content2 .cover .ast {
      max-width: 100%;
      display: block;
      transition: all .3s; }

.content3 {
  background: url(../img/server2/bg.png) no-repeat center center;
  background-size: 100% 100%;
  min-height: 6rem;
  background-attachment: fixed; }
  .content3 .list {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    max-width: 14.4rem;
    margin: 0 auto;
    align-items: flex-start; }
  .content3 .ibox {
    background: #fff;
    width: 31%;
    margin: 0 1%;
    padding: 0.4rem 0.4rem 0.4rem;
    position: relative;
    min-height: 2.8rem;
    transition: all 0.3s; }
    .content3 .ibox:hover {
      box-shadow: 0 0 20px #ddd; }
      .content3 .ibox:hover .icon {
        transform: scale(0.8) translate(20px, 20px); }
    .content3 .ibox .title {
      font-size: 24px;
      margin-bottom: 0.24rem; }
    .content3 .ibox .text {
      margin-bottom: 0.2rem;
      line-height: 26px;
      font-size: 16px; }
    .content3 .ibox .text3 p:hover, .content3 .ibox .text p:hover {
      color: #0237AC; }
    .content3 .ibox .p2 {
      margin-left: 10px; }
    .content3 .ibox .icon {
      position: absolute;
      right: 0.4rem;
      bottom: 0.4rem;
      width: 1.2rem;
      height: 1.2rem;
      transition: all .3s; }
    .content3 .ibox .line {
      position: absolute;
      bottom: 0px;
      width: 3rem;
      background: #0237AC;
      height: 4px;
      left: 50%;
      margin-left: -1.5rem; }
  .content3 .text3 p {
    margin-bottom: 12px; }

.ad-kf {
  height: 250px;
  background: url(../img/zx.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  display: block; }

.content4 {
  text-align: center;
  padding: 1.2rem 0 0; }
  .content4 .text {
    margin: 0 auto 0.4rem;
    font-size: 16px;
    color: #999;
    padding: 0 10px;
    max-width: 1000px; }
  .content4 .item {
    display: block; }
    .content4 .item:hover .name p {
      color: #0237AC; }
  .content4 .cover {
    overflow: hidden;
    display: inline-block; }
    .content4 .cover:hover .st {
      transform: scale(1.05); }
  .content4 .st {
    display: block;
    max-width: 100%;
    transition: all 0.3s;
    overflow: hidden; }
  .content4 .name {
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 0.24rem 0; }

.owl-wrap {
  position: relative;
  max-width: 1130px;
  margin: 0 auto 0.96rem; }
  .owl-wrap .left {
    position: absolute;
    left: -60px;
    top: 40%;
    transform: translate(0, -50%);
    transition: all .3s; }
    .owl-wrap .left .icon {
      transform: translateX(40px);
      filter: drop-shadow(#333 -40px 0px 0px);
      vertical-align: top; }
    .owl-wrap .left:hover {
      background: #eee; }
  .owl-wrap .right {
    position: absolute;
    right: -60px;
    top: 40%;
    transform: translate(0, -50%);
    transition: all .3s;
    padding: 5px; }
    .owl-wrap .right:hover {
      background: #eee; }

.owl-carousel {
  position: relative; }

.pages-next {
  border-top: 1px solid #666; }
  .pages-next .cont {
    max-width: 800px;
    height: 0.8rem;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between; }
  .pages-next .icon-arrow {
    background: #333; }
  .pages-next .btn-item {
    font-size: 24px;
    color: #333;
    display: flex;
    align-items: center;
    transition: all 0.3s; }
    .pages-next .btn-item:hover {
      color: #0237AC;
      padding: 0 5px; }
      .pages-next .btn-item:hover .icon-arrow {
        background: #0237AC; }
    .pages-next .btn-item span {
      margin: 0 24px; }

/* 小于768px 的屏幕*/
@media (max-width: 768px) {
  .main {
    padding: 30px 0; }

  .content2 {
    padding: 30px 15px; }

  .main .tit-sub {
    font-size: 12px;
    height: auto;
    padding: 2px 5px; }

  .content1 {
    display: flex;
    flex-wrap: wrap;
    background: #F7F7F7; }
    .content1 .item {
      width: 50%;
      padding: 8px 0;
      font-size: 18px; }
    .content1 .icon {
      width: 50px; }

  .content2 {
    flex-wrap: wrap; }
    .content2 .info {
      width: 100%;
      padding: 0;
      max-width: 100%; }
      .content2 .info .title {
        font-size: 28px;
        margin-bottom: 20px; }
      .content2 .info .text {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        line-height: 20px; }
        .content2 .info .text p {
          margin-bottom: 10px; }
      .content2 .info .text2 {
        font-size: 12px; }
    .content2 .cover {
      width: 100%;
      margin: 0 0 15px; }
      .content2 .cover .ast {
        max-width: 100%; }
    .content2 .btnbox {
      text-align: center; }
      .content2 .btnbox .btn {
        margin: 0 auto; }

  .btnbox .btn {
    width: 120px;
    height: 45px;
    line-height: 45px; }
  .btnbox .t {
    font-size: 14px; }
  .btnbox .icon {
    width: 20px; }

  .main .title {
    font-size: 26px; }

  .content4 {
    padding: 60px 0; }
    .content4 .tit-sub {
      font-size: 12px; }
    .content4 .name {
      font-size: 16px; }
    .content4 .text {
      font-size: 14px; }

  .content3 {
    padding: 30px 0 60px; }
    .content3 .list {
      flex-wrap: wrap;
      padding: 20px 15px; }
      .content3 .list .ibox {
        width: 100%;
        margin: 0 0 15px; }
        .content3 .list .ibox:nth-last-child(1) {
          margin: 0; }

  .owl-carousel .owl-item {
    padding: 0 15px; }

  .pages-next .cont {
    max-width: 100%;
    flex-wrap: wrap;
    height: auto;
    padding: 10px 15px; }
  .pages-next .icon-arrow {
    width: 40px;
    height: 40px; }
    .pages-next .icon-arrow .icon {
      width: 40px;
      height: 40px; }
      .pages-next .icon-arrow .icon.svg-fff {
        transform: translateX(40px);
        filter: drop-shadow(#fff -40px 0px 0px); }
  .pages-next .btn-item {
    font-size: 16px;
    color: #333; }
    .pages-next .btn-item span {
      margin: 0; }

  .owl-wrap {
    margin: 0 0 25px; } }
/* 小屏幕（平板，大于等于 768px 小于991px） */
@media (min-width: 768px) and (max-width: 991px) {
  .content3 .list {
    max-width: 100%; } }
/* 中等屏幕（桌面显示器，大于等于 992px 小于1199px） */
@media (min-width: 992px) and (max-width: 1199px) {
  .content3 .list {
    max-width: 100%; }

  .pages-next .cont {
    height: 60px; }
  .pages-next .icon {
    width: 40px;
    height: 40px;
    line-height: 38px; }
  .pages-next .btn-item {
    font-size: 18px; }
    .pages-next .btn-item span {
      margin: 0 15px; } }
.in2em {
  text-indent: 2em; }

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  .content3 .list {
    max-width: 100%; }

  .pages-next .cont {
    height: 1rem; }
  .pages-next .icon {
    width: 40px;
    height: 40px;
    line-height: 38px; }
  .pages-next .btn-item {
    font-size: 20px; }
    .pages-next .btn-item span {
      margin: 0 15px; } }
@media (min-width: 1400px) {
  .content3 .list {
    max-width: 14.4rem; }

  .pages-next .cont {
    height: 0.8rem; }
  .pages-next .icon {
    width: 40px;
    height: 40px;
    line-height: 38px; }
  .pages-next .btn-item {
    font-size: 24px; }
    .pages-next .btn-item span {
      margin: 0 24px; } }

/*# sourceMappingURL=server.css.map */
