@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html {
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Microsoft YaHei", "STHeiti", Helvetica, "微软雅黑", Arial, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: normal;
}

*,
*::after,
*::before {
  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,
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: -0.5em;
}

sub {
  bottom: -0.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.g-opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
[v-clock],
.hide {
  display: none;
}

.blur {
  filter: blur(5px); /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.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-w1000,
.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-w1200,
.w1200,
.g-container-1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.g-w1280,
.w1280,
.g-container-1280 {
  width: 1280px;
  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-mt-10 {
  margin-top: 10px;
}

.g-mt-20 {
  margin-top: 20px;
}

.g-mt-30 {
  margin-top: 30px;
}

.g-mt-35 {
  margin-top: 35px;
}

.g-mt-40 {
  margin-top: 40px;
}

.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-35 {
  margin-bottom: 35px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-70 {
  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;
}

.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-0 {
  text-indent: 0 !important;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-full {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.g-fixed-mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.g-centerbox {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.g-clientbox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  top: 100vh;
  max-width: 100%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.g-hover-scale {
  transform: scale(1.1);
  transition: all 1s ease-out;
}

@keyframes aniOpscale {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0.4;
    transform: scale(1);
  }
}
@keyframes aniArrowMoveUp {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}
@keyframes aniRound {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.g-ani-arrow-up {
  animation: aniArrowMoveUp 1s linear infinite;
  animation-delay: 0.1s;
}

.g-ani-bigger {
  transform: scale(1.1);
  transition: transform 2s linear;
}

.g-ani-bigger2 {
  transform: scale(1.1);
  transition: transform 1s linear;
}

.g-copyright {
  clear: both;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: "微软雅黑", "Microsoft YaHei", "宋体", "SimSun", "Hiragino Sans GB", "SimHei", "sans-serif";
}

@keyframes aniShare {
  to {
    transform: translate3d(20px, -20px, 0);
  }
}
.onlyh5ib,
.onlyh5i,
.onlyh5 {
  display: none;
}

.mobile .onlypcib,
.mobile .onlypci,
.mobile .onlypc {
  display: none;
}
.mobile .onlyh5 {
  display: block;
}
.mobile .onlyh5i {
  display: inline;
}
.mobile .onlyh5ib {
  display: inline-block;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.list-scale > li {
  overflow: hidden;
}
.list-scale .g-ani-scale {
  transition: all 0.5s ease-out;
}
.list-scale .g-ani-scale:hover {
  transform: scale(1.05);
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.header {
  padding-top: 10px;
  height: 44px;
}
.header .header-content {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.header .header-content .logo-rmw {
  width: 60px;
  height: auto;
}

.bottom-page {
  background: url(../images/bg1.jpg) center top/1920px auto no-repeat #0944e2;
  padding-top: 496px;
}

.bg-white {
  background-color: #ffffff;
  padding: 25px 10px;
}

.left-swiper-wrap {
  position: relative;
  float: left;
  width: 575px;
  height: 383px;
}

.right-news-wrap {
  margin-left: 582px;
}
.right-news-wrap h2 {
  color: #0d1547;
  font-size: 24px;
  text-align: justify;
  margin-bottom: 10px;
}
.right-news-wrap p {
  text-align: justify;
  text-indent: 2em;
  font-size: 16px;
  color: #0d1547;
  line-height: 1.8;
}

.right-news-wrap {
  overflow: hidden;
}

.list-title li {
  text-align: justify;
  background-color: #126ec4;
  color: #fff;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1;
  padding: 3px 4px;
  white-space: nowrap;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-title li:last-child {
  margin-bottom: 0;
}

.left-swiper-wrap {
  position: relative;
}
.left-swiper-wrap .swiper-slide {
  font-size: 0;
}
.left-swiper-wrap .pagi-wrap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
.left-swiper-wrap .pagi-wrap .swiper-pagination-bullet {
  background-color: #4690ff;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.left-swiper-wrap .pagi-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.left-swiper-wrap p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  color: #fff;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-family: SimSun;
  padding-right: 122px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}

.common-tit {
  text-align: center;
  margin-bottom: 20px;
}

.line {
  margin-bottom: 10px;
}

.box {
  margin-bottom: 70px;
}

.bk-xwjj {
  margin-bottom: 70px;
}

.list-xwjj {
  padding-left: 50px;
}
.list-xwjj li {
  position: relative;
  width: 415px;
  float: left;
  font-size: 18px;
  color: #0c1c77;
  padding-left: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-xwjj li:nth-child(even) {
  margin-left: 45px;
}
.list-xwjj li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: url(../images/icon-lingxing.png) center top/contain no-repeat;
}

.list-tj {
  margin-left: 55px;
}
.list-tj li {
  position: relative;
  float: left;
  width: 194px;
  height: 142px;
  margin-left: 30px;
  overflow: hidden;
}
.list-tj li:nth-child(4n-3) {
  margin-left: 0;
}
.list-tj li p {
  color: #081667;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
}

.bk-gqtj {
  margin-bottom: 70px;
}

.footer-wrap {
  background-color: #078af5;
  color: #fff;
  font-size: 16px;
  padding: 60px 0;
}

.page-list .bk-newslist {
  padding-top: 30px;
}
.page-list .bk-newslist span {
  font-size: 16px;
  float: right;
}
.page-list .bk-newslist ul {
  width: 930px;
  margin: 0 auto;
}
.page-list .bk-newslist li {
  font-size: 20px;
  color: #252525;
  margin-bottom: 16px;
  border-bottom: 1px solid #87888e;
  padding-bottom: 15px;
  overflow: hidden;
}
.page-list .bk-newslist li a {
  float: left;
  width: 754px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-list .bk-newslist li a:hover {
  text-decoration: underline;
}
.page-list .page_n {
  text-align: center;
  padding: 20px 0;
}
.page-list .page_n a {
  background: #5db4eb;
  padding: 10px 15px;
  margin: 0 5px;
  color: #fff;
  border-radius: 4px;
}
.page-list .page_n a:hover {
  background: #0843e2;
  color: #fff;
  text-decoration: none;
}
.page-list .page_n a.common_current_page {
  background: #0843e2;
  color: #fff;
  text-decoration: none;
}