﻿.background_bg {
  background: -webkit-linear-gradient(90deg, #1d6ec7, #4db2de, #caf0fd);
  background: -o-linear-gradient(90deg, #1d6ec7, #4db2de, #caf0fd);
  background: -moz-linear-gradient(90deg, #1d6ec7, #4db2de, #caf0fd);
  background: linear-gradient(90deg, #1d6ec7, #4db2de, #caf0fd);
}
.background_1 {
  background: -webkit-linear-gradient(90deg, #0ed3f6, #cef6fe);
  background: -o-linear-gradient(90deg, #0ed3f6, #cef6fe);
  background: -moz-linear-gradient(90deg, #0ed3f6, #cef6fe);
  background: linear-gradient(90deg, #0ed3f6, #cef6fe);
}
.background_2 {
  background: -webkit-linear-gradient(90deg, #f1fdf9, #7feacc);
  background: -o-linear-gradient(90deg, #f1fdf9, #7feacc);
  background: -moz-linear-gradient(90deg, #f1fdf9, #7feacc);
  background: linear-gradient(90deg, #f1fdf9, #7feacc);
}
.background_3 {
  background: -webkit-linear-gradient(90deg, #6da4ff, #e0edff);
  background: -o-linear-gradient(90deg, #6da4ff, #e0edff);
  background: -moz-linear-gradient(90deg, #6da4ff, #e0edff);
  background: linear-gradient(90deg, #6da4ff, #e0edff);
}
.btn_bg_1 {
  background: -webkit-linear-gradient(90deg, #3ea4e4, #9de0fb);
  background: -o-linear-gradient(90deg, #3ea4e4, #9de0fb);
  background: -moz-linear-gradient(90deg, #3ea4e4, #9de0fb);
  background: linear-gradient(90deg, #3ea4e4, #9de0fb);
}
.btn_bg_2 {
  background: -webkit-linear-gradient(90deg, #6bd2b4, #98e9d6);
  background: -o-linear-gradient(90deg, #6bd2b4, #98e9d6);
  background: -moz-linear-gradient(90deg, #6bd2b4, #98e9d6);
  background: linear-gradient(90deg, #6bd2b4, #98e9d6);
}
.footer_bg {
  background: -webkit-linear-gradient(90deg, #1454b5, #bcebff);
  background: -o-linear-gradient(90deg, #1454b5, #bcebff);
  background: -moz-linear-gradient(90deg, #1454b5, #bcebff);
  background: linear-gradient(90deg, #1454b5, #bcebff);
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
body {
  background: -webkit-linear-gradient(90deg, #1d6ec7, #4db2de, #caf0fd);
  background: -o-linear-gradient(90deg, #1d6ec7, #4db2de, #caf0fd);
  background: -moz-linear-gradient(90deg, #1d6ec7, #4db2de, #caf0fd);
  background: linear-gradient(90deg, #1d6ec7, #4db2de, #caf0fd);
}
li {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
  display: block;
}
img {
  border: 0;
}
.whole {
  width: 100%;
}
.content {
  width: 80%;
  margin: 0 auto;
}
/******************************************首页样式******************************************/
.rectify_top img {
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}
.rectify_nav {
  background: -webkit-linear-gradient(90deg, #1454b5, #bcebff);
  background: -o-linear-gradient(90deg, #1454b5, #bcebff);
  background: -moz-linear-gradient(90deg, #1454b5, #bcebff);
  background: linear-gradient(90deg, #1454b5, #bcebff);
}
.rectify_nav ul {
  overflow: hidden;
}
.rectify_nav li {
  float: left;
  width: 14.28571429%;
}
.rectify_nav a {
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  padding: 20px;
  transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  -moz-transition: background 1s;
}
.rectify_nav a:hover {
  background: #002069;
}
.row {
  background: #fff;
  overflow: hidden;
  margin-bottom: 150px;
  box-shadow: 0 0 50px rgba(58, 159, 239, 0.5);
}
.row_lang {
  width: 75%;
  min-height: 615px;
}
.row_short {
  width: 25%;
  text-align: center;
  position: relative;
}
.rectify_title {
  font-size: 3em;
  color: #626262;
  margin-top: 50%;
}
.rectify_title_btn {
  font-size: 14px;
  background: #3a9fef;
  color: #fff;
  margin: 10px auto;
  width: 80px;
  padding: 5px;
  border-radius: 30px;
  box-shadow: 0 0 20px #69b6f3;
  transition: box-shadow 0.5s;
  -webkit-transition: box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
}
.rectify_title_btn:hover {
  box-shadow: 0 0 5px #69b6f3;
}
.rectify_title_arrow {
  background: #ff5a2d;
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  top: 75%;
  left: -25px;
}
.rectify_title_arrow img {
  margin-bottom: 15px;
}
.rectify_wrap_shadow_left {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50px;
  z-index: 9;
}
.rectify_wrap_shadow_right {
  position: absolute;
  height: 100%;
  top: 0;
  right: 50px;
  z-index: 9;
}
.row_list {
  padding: 50px;
  position: relative;
}
.row_list ul:after {
  content: "";
  display: block;
  clear: both;
}
.row_list ul li {
  width: 32%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}
.row_list ul li:nth-child(3n) {
  margin-right: 0;
}
.row_list ul li:nth-child(4),
.row_list ul li:nth-child(5),
.row_list ul li:nth-child(6) {
  margin-bottom: 0;
}
.row_list ul a {
  padding: 30px;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
}
.row_list ul a:hover {
  transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
}
.row_list_name {
  font-size: 1.5em;
  color: #626262;
  margin-bottom: 20px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.row_list_word {
  font-size: 16px;
  color: #959595;
  margin-bottom: 20px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
.row_list_time {
  background: -webkit-linear-gradient(90deg, #3ea4e4, #9de0fb);
  background: -o-linear-gradient(90deg, #3ea4e4, #9de0fb);
  background: -moz-linear-gradient(90deg, #3ea4e4, #9de0fb);
  background: linear-gradient(90deg, #3ea4e4, #9de0fb);
  width: 100px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 3px;
}
.row_1 .row_lang {
  background: -webkit-linear-gradient(90deg, #0ed3f6, #cef6fe);
  background: -o-linear-gradient(90deg, #0ed3f6, #cef6fe);
  background: -moz-linear-gradient(90deg, #0ed3f6, #cef6fe);
  background: linear-gradient(90deg, #0ed3f6, #cef6fe);
  float: left;
}
.row_1 .row_short {
  float: right;
}
.row_1 .rectify_wrap_shadow_left {
  left: 9%;
}
.row_1 .rectify_wrap_shadow_right {
  right: 11%;
}
.row_2 .row_lang {
  background: -webkit-linear-gradient(90deg, #f1fdf9, #7feacc);
  background: -o-linear-gradient(90deg, #f1fdf9, #7feacc);
  background: -moz-linear-gradient(90deg, #f1fdf9, #7feacc);
  background: linear-gradient(90deg, #f1fdf9, #7feacc);
  float: right;
}
.row_2 .row_short {
  float: left;
}
.row_2 .rectify_title_arrow {
  left: inherit;
  right: -25px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.row_3 .row_lang {
  background: -webkit-linear-gradient(90deg, #6da4ff, #e0edff);
  background: -o-linear-gradient(90deg, #6da4ff, #e0edff);
  background: -moz-linear-gradient(90deg, #6da4ff, #e0edff);
  background: linear-gradient(90deg, #6da4ff, #e0edff);
  float: left;
}
.row_3 .row_short {
  float: right;
}
.row_3 .row_list_time {
  background: -webkit-linear-gradient(90deg, #6bd2b4, #98e9d6);
  background: -o-linear-gradient(90deg, #6bd2b4, #98e9d6);
  background: -moz-linear-gradient(90deg, #6bd2b4, #98e9d6);
  background: linear-gradient(90deg, #6bd2b4, #98e9d6);
}
.rectify_wrap {
  padding: 50px 0;
}
.rectify_name {
  width: 70%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.rectify_time {
  width: 30%;
  text-align: right;
  float: right;
}
.block {
  position: relative;
  z-index: 1;
}
.block_body {
  margin: 20px 20px 30px 40px;
}
.rectify_footer {
  background: -webkit-linear-gradient(90deg, #1454b5, #bcebff);
  background: -o-linear-gradient(90deg, #1454b5, #bcebff);
  background: -moz-linear-gradient(90deg, #1454b5, #bcebff);
  background: linear-gradient(90deg, #1454b5, #bcebff);
  text-align: center;
  color: rgba(255, 255, 255, 0.71);
  font-size: 0.95em;
  padding: 30px 0;
  margin-top: 50px;
}
.rectify_footer img {
  vertical-align: middle;
  margin-right: 30px;
}
.rectify_wrap {
  width: 100%;
  position: relative;
}
.wrap_bottom {
  background: #fff;
  padding: 30px;
}
.swiper-slide {
  height: auto !important;
  position: relative;
}
.swiper-slide img {
  width: 100%;
  height: 280px;
  vertical-align: bottom;
}
.swiper-wrapper {
  height: auto !important;
}
.swiper-container {
  position: relative;
  width: 80%;
  margin-left: 9%;
}
.pagination {
  position: absolute;
  z-index: 20;
  right: 10px;
  bottom: 40px;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin-right: 5px;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: red;
}
.arrow-left {
  position: absolute;
  left: 15px;
  top: 45%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  font-size: 3em;
  color: rgba(34, 34, 34, 0.5);
  z-index: 10;
  cursor: pointer;
}
.arrow-right {
  position: absolute;
  right: 75px;
  top: 45%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  font-size: 3em;
  color: rgba(34, 34, 34, 0.5);
  z-index: 10;
  cursor: pointer;
}
.wrap_block {
  margin: 0 40px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
}
.wrap_block:hover {
  transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
}
.wrap_title {
  margin-bottom: 30px;
  font-size: 1.7em;
  color: #000;
  height: 70px;
  overflow: hidden;
}
.wrap_word {
  color: #000;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}
/******************************************列表页样式******************************************/
.rectify_inpage .content {
  padding: 10px 30px;
  background: #fff;
}
.listpage_tittle {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ffffff;
}
.listpage_vertical_line {
  height: 60%;
  border-left: 7px solid #3a9fef;
  display: inline-block;
  margin-top: 12px;
  float: left;
}
.listpage_tittle_word {
  display: inline;
}
.listpage_tittle_word img {
  width: 20px;
  margin: 20px 5px 0 10px;
  display: block;
  float: left;
}
.listpage_tittle_word a {
  display: inline-block;
  color: #626262;
}
.listpage_content {
  padding-top: 20px;
  overflow: hidden;
}
.listpage_right {
  float: none;
  width: 100%;
}
.list_title {
  font-size: 1.3em;
  font-weight: bold;
  padding: 6px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #3a9fef;
}
.listpage_right_tittle {
  padding: 20px 0;
  font-size: 1.3em;
  color: #626262;
}
.listpage_right_tittle a {
  color: #3a9fef;
}
.listpage_right_ul {
  margin-left: 20px;
  color: #3a9fef;
}
.listpage_right_ul li {
  list-style: disc;
  border-bottom: 1px dotted #ffffff;
  height: 50px;
  line-height: 50px;
  padding: 0 1%;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
  list-style: none none lower-roman;
}
.listpage_right_ul li:hover {
  background: #d7e4ff;
}
.listpage_right_ul li a {
  overflow: hidden;
  font-size: 0.9em;
  width: 100%;
  float: right;
  color: #626262;
}
.list_name {
  float: left;
  width: 79%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list_time {
  float: right;
  width: 20%;
  text-align: right;
}
.pageing {
  margin-top: 4%;
  text-align: center;
}
.pageing a {
  display: inline-block;
  font-size: 0.7em;
  margin-bottom: 5px;
  padding: 10px 20px;
  color: #626262;
  border: 1px solid #ffffff;
  transition: background 0.5s, color 0.5s, border 0.5s;
  -webkit-transition: background 0.5s, color 0.5s, border 0.5s;
  -o-transition: background 0.5s, color 0.5s, border 0.5s;
  -moz-transition: background 0.5s, color 0.5s, border 0.5s;
}
.pageing a:hover {
  border: 1px solid #3a9fef;
  background: #3a9fef;
  color: #fff;
}
.list_write_btn {
  float: right;
  width: 20%;
  margin-top: 3%;
  background: #3a9fef;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
}
.list_write_btn:hover {
  background: #002069;
}
.list_write_btn img {
  width: 25px;
  vertical-align: top;
}
.list_write_btn span {
  display: inline-block;
  margin-top: 2px;
}
/******************************************详情页页样式******************************************/
.detail_tittle {
  text-align: center;
  color: #3a9fef;
  padding: 20px 0;
  line-height: 30px;
  font-size: 1.3em;
  border-bottom: 1px solid #ffffff;
}
.detail_intro {
  text-align: center;
  margin: 20px;
  color: #959595;
  font-size: 0.8em;
}
.detail_content {
  margin-top: 20px;
  padding-bottom: 10px;
}
.inpage_form_intro {
  font-family: initial;
}
.inpage_form_intro div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  font-family: initial;
}
.detail_content div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  font-family: initial;
}
/******************************************图片列表样式******************************************/
.ninteenth_pic_list {
  overflow: hidden;
}
.ninteenth_pic_list a {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-top: 25px;
  text-align: center;
  background: #fff;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
}
.ninteenth_pic_list a:hover {
  opacity: 0.7;
}
.ninteenth_pic_list a:nth-child(4n) {
  margin-right: 0;
}
.ninteenth_pic_list img {
  width: 100%;
  height: 160px;
  vertical-align: bottom;
}
.ninteenth_pic_list_word {
  color: #01319f;
  margin: 20px;
  height: 60px;
  overflow: hidden;
  line-height: 30px;
}
/****************************************意见建议******************************/
.rectify_suddest {
  background: #f0f0f2;
  margin: 20px 0;
  padding: 20px 50px;
}
@media screen and (max-width: 798px) {
  .content {
    width: 96%;
  }
  /****************************************移动端 主页******************************/
  .rectify_nav li {
    width: 25%;
  }
  .rectify_nav a {
    font-size: 1em;
    padding: 10px;
  }
  .row {
    margin-bottom: 50px;
  }
  .row li {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }
  .row_lang {
    min-height: 510px;
  }
  .row_lang,
  .row_short {
    float: none;
    width: 100%;
  }
  .rectify_title {
    margin: 30px 0;
    font-size: 2em;
  }
  .rectify_title_arrow {
    display: none;
  }
  .row_list {
    padding: 30px;
  }
  .rectify_wrap_shadow_left {
    left: 30px;
  }
  .rectify_wrap_shadow_right {
    right: 30px;
  }
  .row_list ul li {
    margin-bottom: 20px!important;
  }
  .rectify_footer {
    margin-top: 20px;
  }
  .rectify_wrap {
    width: 200%;
    margin-left: -50%;
  }
  .swiper-slide img {
    height: 170px;
  }
  .wrap_white_left,
  .wrap_white_right {
    display: none;
  }
  .wrap_block {
    margin: 0 20px;
  }
  .arrow-left {
    left: 27%;
  }
  .arrow-left img {
    width: 20px;
  }
  .arrow-right {
    right: 30%;
  }
  .arrow-right img {
    width: 20px;
  }
  /****************************************移动端 列表页******************************/
  .rectify_inpage .content {
    width: 80%;
  }
  .listpage_tittle {
    height: auto;
    line-height: 25px;
    padding: 10px 0;
  }
  .listpage_tittle img {
    width: 20px;
    margin: 3px 3px 0 0;
    float: left;
  }
  .listpage_right {
    float: none;
    width: 100%;
  }
  .listpage_right_tittle {
    padding: 20px 0;
    font-size: 1.3em;
    margin-left: 10px;
    color: #626262;
  }
  .listpage_right_ul {
    margin-left: 20px;
    color: #3a9fef;
  }
  .listpage_right_ul li {
    list-style: disc;
    border-bottom: 1px dotted #ffffff;
    height: 50px;
    line-height: 50px;
    padding: 0 1%;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    -moz-transition: background 0.5s;
    list-style: none none lower-roman;
  }
  .listpage_right_ul li:hover {
    background: #ededed;
  }
  .listpage_right_ul li a {
    overflow: hidden;
    font-size: 0.9em;
    width: 100%;
    float: right;
    color: #626262;
  }
  .list_name {
    float: left;
    width: 65%;
  }
  .list_time {
    float: right;
    width: 35%;
  }
  .pageing {
    width: 100%;
  }
  .pageing ul {
    overflow: hidden;
    margin-left: 20px;
    margin-top: 4%;
  }
  .pageing ul li {
    float: left;
    font-size: 0.7em;
  }
  .pageing ul li a {
    padding: 10px 20px;
    color: #626262;
    border: 1px solid #ffffff;
    transition: background 0.5s, color 0.5s;
    -webkit-transition: background 0.5s, color 0.5s;
    -o-transition: background 0.5s, color 0.5s;
    -moz-transition: background 0.5s, color 0.5s;
  }
  .pageing ul li a:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #3a9fef;
    color: #fff;
  }
  .list_write_btn {
    float: none;
    clear: both;
    margin-left: 20px;
    margin-top: 18%;
  }
  /****************************************移动端 图片列表页******************************/
  /****************************************移动端 详情页******************************/
}
