@keyframes bounces {
  0%,
  15%,
  47%,
  73%,
  89%,
  100% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  30%,
  32% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -10px, 0);
  }
  60% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -8px, 0);
  }
  82% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -4px, 0);
  }
  94% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -2px, 0);
  }
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: 0;
  padding-bottom: 49.8%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.banner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: 3s cubic-bezier(0.59, 0.5, 0.41, 0.92);
  -moz-transition: 3s cubic-bezier(0.59, 0.5, 0.41, 0.92);
  -o-transition: 3s cubic-bezier(0.59, 0.5, 0.41, 0.92);
  transition: 3s cubic-bezier(0.59, 0.5, 0.41, 0.92);
}
.banner .swiper-container .pagination-all {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  left: 0;
  z-index: 100;
  text-align: center;
}
.banner .swiper-container .pagination-all .sign {
  display: inline-block;
  width: 22px;
  height: 24px;
  background-size: cover;
  margin-right: 0.7rem;
  cursor: pointer;
}
.banner .swiper-container .pagination-all .sign span {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 26px;
}
.banner .swiper-container .pagination-all .sign span.pause {
  display: none;
}
.banner .swiper-container .pagination-all .sign.active span.play {
  display: none;
}
.banner .swiper-container .pagination-all .sign.active span.pause {
  display: block;
}
.banner .swiper-container .swiper-pagination {
  position: relative;
  display: inline-block;
  text-align: left;
  color: #fff;
  font-size: 0.9rem;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background: none;
  opacity: 1;
  border-radius: 0;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet:before {
  content: '';
  width: 0;
  height: 4px;
  background: #d8222a;
  position: absolute;
  left: 30px;
  top: 10px;
  opacity: 0;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet:last-child {
  width: 40px !important;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet:last-child:before {
  display: none !important;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 90px;
  color: #d8222a;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active:before {
  opacity: 1;
  width: 50px;
  transition: all 5s;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
}
.banner .mouse {
  position: absolute;
  width: 100px;
  bottom: 2.5rem;
  left: 12%;
  z-index: 10;
}
.banner .mouse img {
  width: 1.5rem;
  animation-name: bounces;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-fill-mode: both;
}
.pardon {
  height: 19.3rem;
  background: url(../img/text_bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 3.5rem;
}
.pardon .title .tu {
  width: 26.6rem;
  margin: 0 auto;
  position: relative;
}
.pardon .title .tu:after {
  content: '';
  width: 1rem;
  height: 1.6rem;
  background: url(../img/jian.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -1.4rem;
  top: 0;
}
.pardon .title .tu img {
  width: 100%;
}
.pardon .title p {
  margin-top: 0.4rem;
  font-size: 0.9rem;
  color: #fff;
  opacity: 0.8;
  text-align: center;
}
.pardon-list {
  margin-top: -6rem;
}
.pardon-list .con {
  overflow: hidden;
}
.pardon-list .con ul li {
  float: left;
  width: 20%;
  height: 15.8rem;
  padding: 1.2rem 1.8rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.pardon-list .con ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pardon-list .con ul li a h2 {
  font-size: 1.4rem;
  color: #004a92;
  font-weight: bold;
}
.pardon-list .con ul li a p {
  font-size: 0.8rem;
  color: #979190;
  margin-top: 0.4rem;
}
.pardon-list .con ul li:nth-child(2) a h2 {
  color: #fff;
}
.pardon-list .con ul li:nth-child(2) a p {
  color: #fff;
}
.pardon-list .con ul li.active {
  width: 40%;
}
.news {
  margin-top: 3.5rem;
  padding-bottom: 4.5rem;
  background: url(../img/bg2.jpg) no-repeat left bottom;
  background-size: cover;
  overflow: hidden;
}
.news .con .news-con {
  float: left;
  width: 66%;
}
.news .con .news-con .title h2 {
  float: left;
  font-size: 1.4rem;
  color: #222b36;
  font-weight: bold;
}
.news .con .news-con .title h3 {
  float: right;
  position: relative;
  top: 0.9rem;
}
.news .con .news-con .title h3 a {
  font-size: 0.8rem;
  color: #999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .news-con .title h3 a span {
  margin-left: 6px;
}
.news .con .news-con .title h3 a:hover {
  color: #d8222a;
}
.news .con .news-con .news-list {
  margin-top: 2rem;
  overflow: hidden;
}
.news .con .news-con .news-list ul li {
  float: left;
  width: 48.4%;
  cursor: pointer;
}
.news .con .news-con .news-list ul li:first-child {
  margin-right: 3.2%;
}
.news .con .news-con .news-list ul li .top {
  height: 0;
  padding-bottom: 57%;
  overflow: hidden;
  position: relative;
}
.news .con .news-con .news-list ul li .top img {
  width: 100%;
}
.news .con .news-con .news-list ul li .top .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
}
.news .con .news-con .news-list ul li .top .mask span {
  font-size: 2.8rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.news .con .news-con .news-list ul li .bottom {
  background: #fff;
  padding: 1.2rem 1.4rem;
  border: 1px solid #f3f3f3;
}
.news .con .news-con .news-list ul li .bottom h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .news-con .news-list ul li .bottom .txt {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.news .con .news-con .news-list ul li .bottom .txt h3 {
  font-size: 0.8rem;
  color: #999;
}
.news .con .news-con .news-list ul li .bottom .txt h3 .iconfont {
  font-size: 1rem;
  margin-right: 0.4rem;
  position: relative;
  top: 0.1rem;
}
.news .con .news-con .news-list ul li .bottom .txt h4 {
  font-size: 0.8rem;
  color: #999;
}
.news .con .news-con .news-list ul li .bottom .txt h4 .iconfont {
  font-size: 1.2rem;
  margin-right: 0.3rem;
  position: relative;
  top: 0.2rem;
}
.news .con .news-con .news-list ul li:hover .top img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news .con .news-con .news-list ul li:hover .bottom h2 {
  color: #004a92;
}
.news .con .report-con {
  float: right;
  width: 31.6%;
}
.news .con .report-con .title h2 {
  float: left;
  font-size: 1.4rem;
  color: #222b36;
  font-weight: bold;
}
.news .con .report-con .title h3 {
  float: right;
  position: relative;
  top: 0.9rem;
}
.news .con .report-con .title h3 a {
  font-size: 0.8rem;
  color: #999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .report-con .title h3 a span {
  margin-left: 6px;
}
.news .con .report-con .title h3 a:hover {
  color: #d8222a;
}
.news .con .report-con .report-list {
  margin-top: 2rem;
}
.news .con .report-con .report-list ul li a .time {
  float: left;
  width: 22.8%;
  height: 5rem;
  background: #f3f3f3;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .report-con .report-list ul li a .time .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.news .con .report-con .report-list ul li a .time .txt h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #d8222a;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .report-con .report-list ul li a .time .txt h4 {
  text-align: center;
  font-size: 0.7rem;
  color: #666;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .report-con .report-list ul li a .text {
  float: right;
  width: 70%;
  padding-top: 0.2rem;
}
.news .con .report-con .report-list ul li a .text h2 {
  font-size: 0.9rem;
  color: #333;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .report-con .report-list ul li a .text p {
  font-size: 0.7rem;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.8rem;
}
.news .con .report-con .report-list ul li:not(:first-child) {
  margin-top: 1.12rem;
}
.news .con .report-con .report-list ul li:nth-child(n+5) {
  display: none;
}
.news .con .report-con .report-list ul li:hover a .time {
  background: #004a92;
}
.news .con .report-con .report-list ul li:hover a .time .txt h3 {
  color: #fff;
}
.news .con .report-con .report-list ul li:hover a .time .txt h4 {
  color: #fff;
}
.news .con .report-con .report-list ul li:hover a .text h2 {
  color: #d8222a;
}
.news .more a {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border: 3px solid #ee0000;
  text-align: center;
  margin: 2.5rem auto 3rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .more a span {
  font-size: 1.2rem;
  color: #999;
  line-height: 2.6rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .more a:hover {
  background: #d8222a;
}
.news .more a:hover span {
  color: #fff;
}
.news .con-bottom .left {
  float: left;
  width: 50%;
  border-right: 1px solid #e3e3e3;
}
.news .con-bottom .left h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}
.news .con-bottom .left .stock {
  margin-top: 1rem;
}
.news .con-bottom .left .stock .title {
  float: left;
}
.news .con-bottom .left .stock .title h3 {
  font-size: 3rem;
  color: #004da1;
  font-family: Met-Bold;
}
.news .con-bottom .left .stock .text {
  float: left;
  margin-left: 2rem;
  padding-top: 1rem;
}
.news .con-bottom .left .stock .text .time {
  font-size: 0.7rem;
  color: #999;
}
.news .con-bottom .left .stock .text h3 {
  font-size: 0.9rem;
  color: #999;
}
.news .con-bottom .left .stock .text h3 .num {
  font-size: 1rem;
  color: #ee0000;
  font-weight: bold;
  margin-left: 0.4rem;
}
.news .con-bottom .left .stock .text h3 .iconfont {
  display: inline-block;
  font-size: 1.4rem;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  position: relative;
  top: 0.2rem;
  color: #d8222a;
}
.news .con-bottom .left .stock .text h3 .add {
  font-weight: bold;
  margin: 0 4px 0 2px;
}
.news .con-bottom .left .stock .text h3 .percent {
  font-weight: bold;
}
.news .con-bottom .left .stock .text.active h3 .num {
  color: #016e53;
}
.news .con-bottom .left .stock .text.active h3 .iconfont {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  color: #016e53;
}
.news .con-bottom .right {
  float: left;
  width: 50%;
  padding-left: 2.5rem;
}
.news .con-bottom .right .report-list {
  float: left;
  width: 70%;
}
.news .con-bottom .right .report-list h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}
.news .con-bottom .right .report-list ul {
  margin-top: 2rem;
}
.news .con-bottom .right .report-list ul li {
  margin-top: 0.6rem;
  padding-right: 2rem;
}
.news .con-bottom .right .report-list ul li a {
  display: block;
  font-size: 0.8rem;
  color: #666;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con-bottom .right .report-list ul li a .time {
  float: left;
  width: 22%;
}
.news .con-bottom .right .report-list ul li a p {
  float: left;
  width: 78%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .con-bottom .right .report-list ul li a:hover {
  color: #d8222a;
}
.news .con-bottom .right .report-list ul li:nth-child(n+3) {
  display: none;
}
.news .con-bottom .right .tu {
  float: right;
  width: 30%;
}
.news .con-bottom .right .tu img {
  width: 100%;
}
.server {
  padding: 3rem 0 4rem;
  background: url(../img/bg3.jpg) no-repeat;
  background-size: cover;
}
.server .con .title .left {
  float: left;
  position: relative;
}
.server .con .title .left .tu {
  float: left;
  width: 14.5rem;
  position: relative;
}
.server .con .title .left .tu:after {
  content: '';
  width: 1rem;
  height: 1.6rem;
  background: url(../img/jian.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -3rem;
  top: 1.5rem;
}
.server .con .title .left .tu img {
  width: 100%;
}
.server .con .title .left .text {
  position: absolute;
  width: 32rem;
  bottom: 0.6rem;
  left: 16.5rem;
}
.server .con .title .left .text p {
  font-size: 0.9rem;
  color: #fff;
  opacity: 0.5;
}
.server .con .title .right {
  float: right;
  padding-top: 4rem;
}
.server .con .title .right h3 {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  margin-right: 1rem;
}
.server .con .title .right a {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: #004a92;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.server .con .title .right a span {
  font-size: 1rem;
  color: #fff;
  line-height: 2.4rem;
}
.server .con .title .right a:hover {
  background: #d8222a;
}
.server .con .swiper-container {
  padding-bottom: 4.5rem;
  margin-top: 4rem;
}
.server .con .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.server .con .swiper-container .swiper-wrapper .swiper-slide a .tu {
  height: 0;
  padding-bottom: 120%;
  overflow: hidden;
  position: relative;
}
.server .con .swiper-container .swiper-wrapper .swiper-slide a .tu:before {
  content: '';
  width: 104%;
  height: 100%;
  background: url(../img/news_bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -100%;
  left: -2%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.server .con .swiper-container .swiper-wrapper .swiper-slide a .tu img {
  width: 100%;
}
.server .con .swiper-container .swiper-wrapper .swiper-slide a .text {
  position: absolute;
  bottom: 1rem;
  left: 1.4rem;
}
.server .con .swiper-container .swiper-wrapper .swiper-slide a .text h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.server .con .swiper-container .swiper-wrapper .swiper-slide a .text h2:after {
  content: '\e718';
  font-family: iconfont;
  font-size: 1rem;
  color: #d8222a;
  position: absolute;
  right: -2rem;
  top: 0.1rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.server .con .swiper-container .swiper-wrapper .swiper-slide:hover a .tu:before {
  bottom: 0;
}
.server .con .swiper-container .swiper-wrapper .swiper-slide:hover a .text h2:after {
  right: -2.2rem;
  color: #fff;
}
.server .con .swiper-container .swiper-pagination {
  bottom: 0;
}
.server .con .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 8px;
  background: #fff;
  opacity: 0.3;
}
.server .con .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.data {
  padding: 3.5rem 0 5rem;
}
.data .con .title {
  text-align: center;
}
.data .con .title h2 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #222b36;
}
.data .con .title h2 span {
  color: #d8222a;
}
.data .con .title p {
  font-size: 0.9rem;
  color: #333;
  margin-top: 0.6rem;
}
.data .con .data-list {
  margin-top: 4.5rem;
}
.data .con .data-list ul li {
  float: left;
  width: 25%;
}
.data .con .data-list ul li:not(:last-child) {
  border-right: 1px solid #eee;
}
.data .con .data-list ul li .tu {
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  margin: 0 auto;
}
.data .con .data-list ul li .tu img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.data .con .data-list ul li .num {
  text-align: center;
  margin: 0.8rem 0 0.2rem;
}
.data .con .data-list ul li .num h2 {
  display: inline-block;
  font-size: 3.6rem;
  color: #004a92;
  font-family: Met-Bold;
}
.data .con .data-list ul li .num span {
  font-size: 1.5rem;
  color: #666;
  font-weight: bold;
  position: relative;
  top: -0.1rem;
}
.data .con .data-list ul li p {
  font-size: 0.9rem;
  text-align: center;
  color: #666;
}
.data .con .data-list ul li:hover .tu img {
  transform: rotateY(180deg);
}
.video {
  padding: 4.9rem 0 8.6rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-image: url(../img/video_bg.jpg);
  overflow: hidden;
}
.video .con .left {
  float: left;
  width: 18.6%;
}
.video .con .left .tu {
  position: relative;
}
.video .con .left .tu img {
  width: 100%;
}
.video .con .left .tu:after {
  content: '';
  width: 1rem;
  height: 1.6rem;
  background: url(../img/jian.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 3rem;
  bottom: -2.5rem;
}
.video .con .left .text {
  margin-top: 1.5rem;
}
.video .con .left .text p {
  font-size: 0.9rem;
  color: #335879;
  letter-spacing: 2px;
}
.video .con .right {
  float: right;
  width: 75%;
  position: relative;
  margin-top: 5.6rem;
}
.video .con .right .video-left {
  float: left;
  width: 64.2%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.video .con .right .video-left img {
  width: 100%;
}
.video .con .right .video-left .text {
  position: absolute;
  bottom: 1.5rem;
  left: 1.8rem;
}
.video .con .right .video-left .text img {
  width: 2.5rem;
}
.video .con .right .video-left .text h2 {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 2.5rem;
  margin-left: 1rem;
}
.video .con .right .video-left:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.video .con .right .video-right {
  position: absolute;
  width: 32.3%;
  height: 100%;
  right: 0;
  top: 0;
}
.video .con .right .video-right ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.video .con .right .video-right ul li {
  height: 45%;
  background: url(../img/video_02.jpg) no-repeat;
  background-size: cover;
}
.video .con .right .video-right ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.video .con .right .video-right ul li a .text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.video .con .right .video-right ul li a .text .tu {
  width: 2.6rem;
  margin: 0 auto;
}
.video .con .right .video-right ul li a .text .tu img {
  width: 100%;
}
.video .con .right .video-right ul li a .text h2 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  margin-top: 1.3rem;
}
.video .con .right .video-right ul li:last-child {
  background: url(../img/video_03.jpg) no-repeat;
  background-size: cover;
}
.video .con .right .video-right ul li:hover a .text .tu img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.contact {
  padding: 3rem 0 2rem;
  background: url(../img/bg_04.jpg) no-repeat left top;
  background-size: contain;
  overflow: hidden;
}
.contact .con .left {
  float: left;
  width: 25%;
  padding-right: 3rem;
}
.contact .con .left h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #004a92;
}
.contact .con .left p {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.6rem;
}
.contact .con .right {
  float: right;
  width: 75%;
  padding-top: 0.8rem;
}
.contact .con .right ul li {
  float: left;
  width: 33.333%;
  border-left: 1px solid #ddd;
}
.contact .con .right ul li .title {
  text-align: center;
}
.contact .con .right ul li .title img {
  width: 1.6rem;
}
.contact .con .right ul li .title h2 {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #555;
  margin-left: 0.6rem;
}
.contact .con .right ul li p {
  font-size: 0.8rem;
  color: #777;
  text-align: center;
  margin-top: 0.8rem;
}
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup .video-box {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#videoPopup .video-box video {
  width: 100%;
}
#videoPopup .video-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}
#videoPopup .video-box .close span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
#videoPopup .video-box .close:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1500px) {
  .news .con .report-con .report-list ul li:not(:first-child) {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1366px) {
  .pardon-list .con ul li {
    height: 14.8rem;
  }
  .news .con .report-con .report-list ul li:not(:first-child) {
    margin-top: 0.86rem;
  }
  .contact .con .left h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1280px) {
  .news .con .news-con .news-list ul li .bottom p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    margin-top: 70px;
  }
  .news .con .report-con .report-list ul li:not(:first-child) {
    margin-top: 0.7rem;
  }
  .news .con-bottom .right .tu {
    padding-top: 1rem;
  }
  .news .con-bottom .right .report-list ul li a {
    font-size: 14px;
  }
  .news .con-bottom .right .report-list ul li a .time {
    width: 30%;
  }
  .news .con-bottom .right .report-list ul li a p {
    width: 70%;
  }
  .video .con .left .tu:after {
    right: 2rem;
  }
  .contact .con .left h2 {
    font-size: 1.6rem;
  }
  .contact .con .right ul li .title h2 {
    font-size: 16px;
  }
  .contact .con .right ul li p {
    font-size: 14px;
  }
  #videoPopup .video-box {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #videoPopup .video-box {
    width: 90%;
  }
  .banner .mouse {
    display: none;
  }
  .banner .swiper-container .pagination-all {
    bottom: 10px;
  }
  .banner .swiper-container .pagination-all .sign span {
    font-size: 16px;
  }
  .banner .swiper-container .swiper-pagination {
    font-size: 14px;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 1px;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet:before {
    height: 1px;
    left: 20px;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet:last-child {
    width: 20px !important;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 54px;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active:before {
    width: 30px;
  }
  .pardon {
    padding-top: 30px;
    height: 220px;
  }
  .pardon .title .tu {
    width: 240px;
  }
  .pardon .title .tu:after {
    right: -20px;
  }
  .pardon .title p {
    padding: 0 30px;
    font-size: 14px;
  }
  .pardon-list .con ul li {
    width: 50%;
    padding: 18px 16px;
  }
  .pardon-list .con ul li a h2 {
    font-size: 16px;
  }
  .pardon-list .con ul li a p {
    font-size: 14px;
    margin-top: 6px;
  }
  .news {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .news .con .news-con {
    width: 100%;
  }
  .news .con .news-con .title h2 {
    font-size: 18px;
  }
  .news .con .news-con .title h3 {
    top: 2px;
  }
  .news .con .news-con .title h3 a {
    font-size: 14px;
  }
  .news .con .news-con .news-list {
    margin-top: 10px;
  }
  .news .con .news-con .news-list ul li {
    width: 48.5%;
    margin-top: 10px;
  }
  .news .con .news-con .news-list ul li:first-child {
    margin-right: 3%;
  }
  .news .con .news-con .news-list ul li .bottom {
    padding: 10px;
  }
  .news .con .news-con .news-list ul li .bottom h2 {
    font-size: 16px;
  }
  .news .con .news-con .news-list ul li .bottom .txt {
    display: block;
  }
  .news .con .news-con .news-list ul li .bottom .txt h3 {
    font-size: 12px;
  }
  .news .con .news-con .news-list ul li .bottom .txt h3 .iconfont {
    font-size: 14px;
  }
  .news .con .news-con .news-list ul li .bottom .txt h4 {
    font-size: 12px;
  }
  .news .con .news-con .news-list ul li .bottom .txt h4 .iconfont {
    font-size: 18px;
  }
  .news .con .report-con {
    width: 100%;
    margin-top: 20px;
  }
  .news .con .report-con .title h2 {
    font-size: 18px;
  }
  .news .con .report-con .title h3 {
    top: 2px;
  }
  .news .con .report-con .title h3 a {
    font-size: 14px;
  }
  .news .con .report-con .report-list {
    margin-top: 10px;
  }
  .news .con .report-con .report-list ul li a .time {
    height: 82px;
  }
  .news .con .report-con .report-list ul li a .time .txt h3 {
    font-size: 14px;
  }
  .news .con .report-con .report-list ul li a .time .txt h4 {
    font-size: 12px;
  }
  .news .con .report-con .report-list ul li a .text {
    width: 72%;
  }
  .news .con .report-con .report-list ul li a .text h2 {
    font-size: 16px;
  }
  .news .con .report-con .report-list ul li a .text p {
    font-size: 14px;
  }
  .news .con .report-con .report-list ul li:not(:first-child) {
    margin-top: 10px;
  }
  .news .more {
    display: none;
  }
  .news .con-bottom {
    margin-top: 20px;
  }
  .news .con-bottom .left {
    width: 100%;
    border-right: none;
  }
  .news .con-bottom .left h2 {
    font-size: 18px;
  }
  .news .con-bottom .left .stock {
    margin-top: 10px;
  }
  .news .con-bottom .left .stock .title h3 {
    font-size: 20px;
  }
  .news .con-bottom .left .stock .text {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
  .news .con-bottom .left .stock .text .time {
    font-size: 14px;
  }
  .news .con-bottom .left .stock .text h3 {
    font-size: 14px;
  }
  .news .con-bottom .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .news .con-bottom .right .report-list {
    width: 100%;
  }
  .news .con-bottom .right .report-list h2 {
    font-size: 18px;
  }
  .news .con-bottom .right .report-list ul {
    margin-top: 10px;
  }
  .news .con-bottom .right .report-list ul li {
    padding-right: 0;
    margin-top: 6px;
  }
  .news .con-bottom .right .report-list ul li a .time {
    width: 26%;
  }
  .news .con-bottom .right .report-list ul li a p {
    width: 74%;
  }
  .news .con-bottom .right .tu {
    width: 60%;
    margin-top: 20px;
  }
  .server {
    padding: 30px 0;
  }
  .server .con .title .left {
    width: 100%;
  }
  .server .con .title .left .tu {
    float: none;
    width: 160px;
    margin: 0 auto;
  }
  .server .con .title .left .tu:after {
    right: 0;
  }
  .server .con .title .left .text {
    position: relative;
    width: 100%;
    float: left;
    bottom: 0;
    left: 0;
    margin-top: 20px;
  }
  .server .con .title .left .text p {
    font-size: 14px;
    text-align: center;
  }
  .server .con .title .right {
    padding-top: 20px;
  }
  .server .con .title .right h3 {
    font-size: 14px;
  }
  .server .con .title .right a {
    width: 34px;
    height: 34px;
  }
  .server .con .title .right a span {
    line-height: 34px;
    font-size: 16px;
  }
  .server .con .swiper-container {
    padding-bottom: 40px;
    margin-top: 20px;
  }
  .server .con .swiper-container .swiper-wrapper .swiper-slide a .text {
    bottom: 10px;
    left: 12px;
  }
  .server .con .swiper-container .swiper-wrapper .swiper-slide a .text h2 {
    font-size: 14px;
  }
  .server .con .swiper-container .swiper-wrapper .swiper-slide a .text h2:after {
    font-size: 14px;
    right: -24px;
    top: 1px;
  }
  .server .con .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .data {
    padding: 30px 0 40px;
  }
  .data .con .title h2 {
    font-size: 18px;
  }
  .data .con .title p {
    font-size: 14px;
  }
  .data .con .data-list {
    margin-top: 20px;
  }
  .data .con .data-list ul li {
    width: 50%;
    margin-top: 30px;
    padding: 0 20px;
  }
  .data .con .data-list ul li:nth-child(2) {
    border-right: none;
  }
  .data .con .data-list ul li .tu {
    width: 36px;
    height: 36px;
  }
  .data .con .data-list ul li .num h2 {
    font-size: 30px;
  }
  .data .con .data-list ul li .num span {
    font-size: 16px;
  }
  .data .con .data-list ul li p {
    font-size: 14px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
  }
  .video {
    padding: 30px 0 60px;
    background-attachment: inherit;
  }
  .video .con .left {
    width: 100%;
  }
  .video .con .left .tu {
    width: 160px;
    margin: 0 auto;
  }
  .video .con .left .tu:after {
    right: -10px;
  }
  .video .con .left .text p {
    font-size: 14px;
    text-align: center;
  }
  .video .con .right {
    width: 100%;
    margin-top: 20px;
  }
  .video .con .right .video-left {
    width: 100%;
  }
  .video .con .right .video-left .text img {
    width: 34px;
  }
  .video .con .right .video-left .text h2 {
    font-size: 14px;
    line-height: 34px;
    margin-left: 10px;
  }
  .video .con .right .video-right {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 20px;
  }
  .video .con .right .video-right ul {
    display: block;
  }
  .video .con .right .video-right ul li {
    float: left;
    width: 48.5%;
    height: 140px;
  }
  .video .con .right .video-right ul li:first-child {
    margin-right: 3%;
  }
  .video .con .right .video-right ul li a .text .tu {
    width: 34px;
    height: 34px;
  }
  .video .con .right .video-right ul li a .text h2 {
    font-size: 14px;
    margin-top: 14px;
  }
  .contact {
    padding: 30px 0;
  }
  .contact .con .left {
    width: 100%;
    padding-right: 0;
  }
  .contact .con .left h2 {
    font-size: 18px;
  }
  .contact .con .left p {
    font-size: 14px;
  }
  .contact .con .right {
    width: 100%;
    margin-top: 20px;
  }
  .contact .con .right ul li {
    padding: 0 10px;
  }
  .contact .con .right ul li:first-child {
    border-left: none;
  }
  .contact .con .right ul li .title img {
    width: 26px;
  }
  .contact .con .right ul li .title h2 {
    font-size: 16px;
    display: block;
    margin-top: 10px;
  }
  .contact .con .right ul li p {
    margin-top: 6px;
  }
}
/*# sourceMappingURL=index.css.map */