@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Microsoft YaHei', 'STHeiti', Helvetica, '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
  font-size: 12px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a, img {
  -webkit-touch-callout: none;
}

a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
}

li, ol, ul {
  list-style: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-w1200 {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.g-text-right {
  text-align: right;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-scrollbar {
/*  width: 0;*/
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/
@-webkit-keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.g-ani-bigger {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}

.g-ani-bigger2 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

.full,
.page {
  overflow: hidden;
}

/*clear*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/*other*/
.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.w1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

div {
  font: normal 14px/180% \5fae\8f6f\96c5\9ed1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.white,
.white a:link,
.white a:visited,
.white a:hover {
  color: #fff;
}

.full,
.page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

html,
body {
  background-size: 1920px auto;
}

.main {
  min-width: 1000px;
}

.top {
  position: relative;
  height: 453px;
  overflow: hidden;
}

.top .pagi1-wrap {
  position: absolute;
  left: 50%;
  top: 40%;
  z-index: 2;
  margin-left: 260px;
  width: 108px;
  height: 107px;
  color: #fff;
  font-size: 29px;
  text-align: center;
  background: url(../images/index-pagi-circle.png) left top no-repeat;
}

.top .pagi1-wrap .pagi1-box {
  height: 100%;
}

.top .pagi1-wrap .pagi1-box span {
  height: 100%;
  line-height: 107px;
  display: inline-block;
  font-size: 30px;
}

.top .swiper1-wrap {
  height: 100%;
}

.top .swiper-wrapper {
  height: 100%;
}

.top .swiper-container {
  height: 100%;
}

.top .swiper-slide {
  position: relative;
  height: 100%;
}

.top .swiper-slide .img-banner1 {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}

@media all and (min-device-width: 1921px) and (max-device-width: 6599px) {
  .top {
    height: 23.60vw;
  }
  .top .swiper-slide .img-banner1 {
    position: absolute;
    left: 0%;
    top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
  }
}

div {
  font: normal 14px/180% \5fae\8f6f\96c5\9ed1;
}

.top-wrap img {
  width: 100%;
  height: auto;
  float: left;
}

.main-news {
  position: relative;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
}

.left-swiper-wrap {
  position: absolute;
  top: 0px;
  left: 0;
  width: 598px;
  height: 362px;
}

.left-swiper-wrap .pagi1 {
  position: absolute;
  right: 10px;
  left: auto !important;
  bottom: 18px;
  z-index: 3;
}

.left-swiper-wrap .pagi1 .swiper-pagination-bullet {
  background: #ffffff;
  margin-right: 5px;
  opacity: 1;
  width: 36px;
  height: 5px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.left-swiper-wrap .pagi1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f1bf32;
  background: #e6a732;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.right-news-wrap {
  margin-left: 625px;
  font-size: 0;
  text-align: left;
}

.right-news-wrap .list-tab {
  width: 575px;
  height: 60px;
  border-bottom: 1px solid #b5b5b5;
  line-height: 0;
}

.right-news-wrap .list-tab li {
  display: inline-block;
  height: 60px;
  line-height: 44px;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
}

.right-news-wrap .list-tab li * {
  vertical-align: middle;
}

.right-news-wrap .list-tab li:hover span, .right-news-wrap .list-tab li.active span {
  color: #0074c1;
}

.right-news-wrap .list-tab li:hover span:after, .right-news-wrap .list-tab li.active span:after {
  display: block;
}

.right-news-wrap .list-tab li span {
  position: relative;
  padding: 0 20px 16px;
  cursor: pointer;
}

.right-news-wrap .list-tab li span:after {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  height: 3px;
  background: #0074c1;
  content: "";
}

.right-news-wrap .tab1-news-wrap {
  padding-top: 23px;
  height: 302px;
  overflow: hidden;
}

.right-news-wrap .tab1-news-wrap .list-news-tab1 {
  display: none;
}

.right-news-wrap .tab1-news-wrap .list-news-tab1:first-child {
  display: block;
}

.right-news-wrap .tab1-news-wrap .list-news-tab1 li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2;
  color: #333333;
  margin-bottom: 15px;
}

.right-news-wrap .tab1-news-wrap .list-news-tab1 li a {
  color: #333333;
}

.right-news-wrap .tab1-news-wrap .list-news-tab1 li:before {
  position: absolute;
  left: 2px;
  top: 17px;
  width: 4px;
  height: 4px;
  content: "";
  background: #267fc2;
}

.swiper-wrapper,
.swiper-container {
  height: 100%;
}

.bk-service {
  background: #f7f8fc;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bk-service .content-service {
  height: 100%;
}

.bk-service .left-whois {
  position: absolute;
  left: 0;
  top: 0px;
  width: 283px;
  height: 570px;
  background: #00a0e8;
  padding-top: 50px;
}

.bk-service .right-links-wrap {
  margin-left: 283px;
  background: #f7f8fc;
  height: 570px;
}

.bk-service .list-key {
  width: 240px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.bk-service .list-key li {
  float: left;
  width: 50%;
  height: 40px;
  color: #fff;
  text-align: left;
}

.bk-service .list-key li span {
  padding: 12px 20px;
  cursor: pointer;
}

.bk-service .list-key li:hover span, .bk-service .list-key li.active span {
  background: #f8bc2c;
  background: #e6a732;
}

.bk-service .input-domain-wrap {
  width: 255px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 25px;
}

.bk-service .input-domain-wrap input {
  background: #fff;
  width: 206px;
  height: 47px;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 16px;
  padding: 0 20px;
}

.bk-service .input-domain-wrap .icon-q {
  vertical-align: middle;
  cursor: pointer;
}

.bk-service .input-domain-wrap .icon-q:hover {
  opacity: .8;
}

.bk-service .input-code-wrap {
  width: 255px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 25px;
}

.bk-service .input-code-wrap .input-code {
  width: 132px;
  height: 47px;
  padding: 0 15px;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 16px;
}

.bk-service .input-code-wrap .code-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 109px;
  height: 47px;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.bk-service .input-code-wrap .code-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  max-height: 80%;
}

.bk-service .btn-search-whois-wrap {
  position: relative;
  width: 255px;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 25px;
  background: #fff;
  height: 47px;
  text-align: center;
  cursor: pointer;
}

.bk-service .btn-search-whois-wrap:hover {
  opacity: .8;
}

.bk-service .btn-search-whois-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bk-service .list-service {
  text-align: center;
}

.bk-service .list-service li {
  float: left;
  width: 220px;
  height: 283px;
  padding-top: 35px;
  background: #fff;
  margin-right: 4px;
  margin-bottom: 4px;
}

.bk-service .list-service li:nth-child(4n) {
  margin-right: 0;
}

.bk-service .list-service li .top-logo {
  height: 52px;
  margin-bottom: 10px;
}

.bk-service .list-service li .logo-desc {
  color: #0074c1;
  font: bold 20px/1 'Microsoft YaHei';
  height: 40px;
}

.bk-service .list-service li .bottom-links {
  margin-left: 10px;
  margin-right: auto;
  text-align: left;
  font-size: 20px;
  color: #333333;
  line-height: 1;
}

.bk-service .list-service li .bottom-links .item-link {
  position: relative;
  padding: 7px 0;
  padding-left: 30px;
  cursor: pointer;
  width: 150px;
  margin: 0 auto;
  font-size: 18px;
  color:#333;
  background:none;
}

.bk-service .list-service li .bottom-links .item-link:hover {
  background: #f8bc2c;
  background: #e6a732;
  
  
}

.bk-service .list-service li .bottom-links .item-link:hover:before {
  background: #fff;
}

.bk-service .list-service li .bottom-links .item-link:before {
  position: absolute;
  left: 10px;
  top: 18px;
  width: 10px;
  height: 10px;
  background: #00a0e8;
  content: "";
}

.bk-tongji {
  height: 560px;
  background: url(../images/index-bg-data.jpg) center no-repeat;
  background-size: cover;
  padding-top: 30px;
}

.bk-tongji .data-wrap .left-data-wrap {
  width: 800px;
}

.bk-tongji .box-report {
  width: 378px;
  height: 351px;
  padding: 0 15px;
  padding-left: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  color: #fff;
  background: url(../images/index-bg-report.png) left top no-repeat;
}

.bk-tongji .box-report li {
  border-bottom: 1px solid #2e6eb6;
  font-size: 15px;
  line-height: 2;
  padding-bottom: 14px;
  padding-top: 16px;
}

.bk-tongji .box-report li:last-child {
  border: 0;
}

.bk-tongji .box-report li .date1 {
  opacity: 0.6;
}

.bk-keji {
  padding-top: 30px;
  height: 586px;
  background: url(../images/index-bg-keji.jpg) center top no-repeat;
  background-size: cover;
}

.bk-keji .left-tab2-wrap {
  position: relative;
  width: 270px;
  font-size: 24px;
}

.bk-keji .left-tab2-wrap li {
  position: relative;
  height: 86px;
  margin-bottom: 38px;
  line-height: 1.3;
  padding-top: 10px;
  cursor: pointer;
}

.bk-keji .left-tab2-wrap li:hover {
  opacity: .8;
}

.bk-keji .left-tab2-wrap li:last-child {
  margin-bottom: 0;
}

.bk-keji .left-tab2-wrap li.active, .bk-keji .left-tab2-wrap li:hover {
  background: #0074c1;
  color: #fff;
}

.bk-keji .left-tab2-wrap li span {
  position: relative;
}

.bk-keji .left-tab2-wrap li span:after {
  position: absolute;
  left: 50%;
  top: 110%;
  width: 37px;
  height: 3px;
  background: #0074c1;
  content: "";
  margin-left: -18px;
}

.bk-keji .right-keji {
  margin-left: 332px;
  height: 460px;
}

.bk-keji .list-keji li {
  display: none;
}

.bk-keji .list-keji li:first-child {
  display: block;
}

.bk-zhuanti {
  padding-top: 30px;
}

.bk-zhuanti .list-zhuanti li {
  float: left;
  width: 388px;
  height: 270px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.bk-zhuanti .list-zhuanti li p {
  font-size: 20px;
  color: #333;
}

.bk-zhuanti .list-zhuanti li:nth-child(3n) {
  margin-right: 0;
}

.bk-wuxingji {
  padding-bottom: 0;
}

.bk-wuxingji .list-logo li {
  float: left;
  width: 260px;
  margin-right: 52px;
  margin-top: 28px;
}

.bk-wuxingji .list-logo li:nth-child(1), .bk-wuxingji .list-logo li:nth-child(2), .bk-wuxingji .list-logo li:nth-child(3), .bk-wuxingji .list-logo li:nth-child(4) {
  margin-top: 0;
}

.bk-wuxingji .list-logo li img {
  width: 100%;
  height: auto;
}

.bk-wuxingji .list-logo li:nth-child(4n) {
  margin-right: 0;
}

.swiper-slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.swiper-slide .img-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding-right: 200px;
  overflow: hidden;
}

.swiper-slide .desc .page-index {
  display: none;
  position: absolute;
  left: 80px;
  top: 10px;
  font-size: 24px;
}

.swiper-slide .desc .page-index .num1 {
  color: #d52d14;
}

.swiper-slide .desc .page-index .num2 {
  position: absolute;
  left: 35px;
  top: 0;
  color: #fff;
}

.swiper-slide .desc p {
  width: 444px;
  margin-left: 20px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media all and (min-device-width: 1px) and (max-device-width: 600px) {
  .header .w1000 .list-lang-wrap {
    right: -17px;
  }
}

html {
  overflow-x: hidden;
}
