﻿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: "微软雅黑";
}
li {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
  display: block;
}
img {
  border: 0;
}
.whole {
  width: 100%;
}
.content {
  width: 80%;
  margin: 0 auto;
}
/******************************************首页样式******************************************/
.nineteenth_top img {
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}
.nineteenth_nav {
  background: #01319f;
}
.nineteenth_nav ul {
  overflow: hidden;
}
.nineteenth_nav li {
  float: left;
  width: 14.28571429%;
}
.nineteenth_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;
}
.nineteenth_nav a:hover {
  background: #002069;
}
.row {
  overflow: hidden;
  margin-top: 50px;
}
.row_body {
  overflow: hidden;
  position: relative;
}
.row_body ul {
  overflow: hidden;
}
.row_body li {
  margin-top: 20px;
}
.row_body li:last-child {
  margin-bottom: 0;
}
.row_body li a {
  color: #000;
  transition: font-weight 0.5s;
  -webkit-transition: font-weight 0.5s;
  -o-transition: font-weight 0.5s;
  -moz-transition: font-weight 0.5s;
}
.row_body li a:hover {
  font-weight: bold;
}
.row_body li a:after {
  content: "";
  clear: both;
  display: block;
}
.fgf_name {
  width: 70%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fgf_time {
  width: 30%;
  text-align: right;
  float: right;
}
.row_background {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
}
.block {
  position: relative;
  z-index: 1;
}
.block_body {
  margin: 20px 20px 30px 40px;
}
.fgf_small_title {
  overflow: hidden;
  margin-bottom: 10px;
}
.fgf_small_title p {
  height: 50px;
  line-height: 50px;
  font-size: 1.3em;
  font-weight: bold;
  float: left;
  width: 30%;
  text-align: center;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
.fgf_small_title p:hover {
  color: #000 !important;
}
.fgf_small_title div {
  height: 50px;
}
.fgf_title {
  width: 13%;
  font-size: 1.6em;
  text-align: center;
  position: relative;
  color: #fff;
}
.fgf_title_triangle {
  position: absolute;
  top: 45%;
  width: 0 !important;
  height: 0;
  border-width: 15px;
  right: -30px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent transparent #7997d7;
  z-index: 3;
}
.row_1 .fgf_title {
  background: #7997d7;
  padding: 83px 0;
  float: left;
}
.row_1 .row_body {
  background: #ebf1ff;
  height: 280px;
}
.row_1 .block {
  float: left;
  width: 50%;
}
.row_1 .fgf_small_title p {
  color: #1541a2;
  border-bottom: 5px solid #1541a2;
}
.row_1 .fgf_small_title div {
  border-bottom: 5px solid #a7bded;
}
.row_2 .fgf_title {
  background: #f48480;
  padding: 51px 0;
  float: right;
}
.row_2 .row_body {
  background: #ffebea;
  height: 215px;
}
.row_2 .fgf_title_triangle {
  left: -30px;
  border-color: transparent #f48480 transparent transparent;
}
.row_2 li {
  float: left;
  width: 43%;
  margin-left: 4%;
}
.row_2 .row_background {
  background: #fedfdd;
}
.row_3 .fgf_title {
  background: #60c9e7;
  padding: 83px 0;
  float: left;
}
.row_3 .row_body {
  background: #f0fbff;
  height: 280px;
}
.row_3 .fgf_title_triangle {
  right: -30px;
  border-color: transparent transparent transparent #60c9e7;
}
.row_3 .block {
  float: left;
  width: 29.33333333%;
  margin-left: 3%;
}
.row_3 .fgf_small_title p {
  color: #40bbdd;
  border-bottom: 5px solid #40bbdd;
}
.row_3 .fgf_small_title div {
  border-bottom: 5px solid #a5e8fb;
}
.row_3 .block_body {
  margin: 20px 0px 30px 0;
}
.row_4 .fgf_title {
  background: #edd781;
  padding: 51px 0;
  float: right;
}
.row_4 .row_body {
  background: #fffae7;
  height: 215px;
}
.row_4 .fgf_title_triangle {
  left: -30px;
  border-color: transparent #edd781 transparent transparent;
}
.row_4 li {
  float: left;
  width: 43%;
  margin-left: 4%;
}
.row_4 .row_background {
  background: #fff5d1;
}
.row_5 .fgf_title {
  background: #2fb9e0;
  padding: 51px 0;
  float: left;
}
.row_5 .row_body {
  background: #ebfaff;
  height: 215px;
}
.row_5 .fgf_title_triangle {
  right: -30px;
  border-color: transparent transparent transparent #2fb9e0;
}
.row_5 li {
  float: left;
  width: 43%;
  margin-left: 4%;
}
.row_5 .row_background {
  background: #dcf7ff;
}
.row_6 {
  overflow: hidden;
}
.row_6 img {
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
}
.row_6 img:hover {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.fgf_footer {
  background: #01319f;
  text-align: center;
  color: rgba(255, 255, 255, 0.71);
  font-size: 0.95em;
  padding: 30px 0;
  margin-top: 50px;
}
.fgf_footer img {
  vertical-align: middle;
  margin-right: 30px;
}
.fgf_wrap {
  width: 100%;
  position: relative;
}
.swiper-slide {
  height: auto !important;
  position: relative;
}
.swiper-slide img {
  width: 100%;
  height: 320px;
  vertical-align: bottom;
}
.swiper-wrapper {
  height: auto !important;
}
.swiper-container {
  position: relative;
}
.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: 24%;
  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;
  left: 74.5%;
  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;
}
.wrap_title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 3%;
  width: 94%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-size: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wrap_white_left {
  position: absolute;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 341px;
  width: 22.5%;
  z-index: 9;
}
.wrap_white_right {
  position: absolute;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
  width: 22.5%;
  z-index: 9;
}
/******************************************列表页样式******************************************/
.listpage_tittle {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #a1bdfe;
}
.listpage_vertical_line {
  height: 60%;
  border-left: 7px solid #01319f;
  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: #01319f;
}
.listpage_right_tittle {
  padding: 20px 0;
  font-size: 1.3em;
  color: #626262;
}
.listpage_right_tittle a {
  color: #01319f;
}
.listpage_right_ul {
  margin-left: 20px;
  color: #01319f;
}
.listpage_right_ul li {
  list-style: disc;
  border-bottom: 1px dotted #a1bdfe;
  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 #a1bdfe;
  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 #01319f;
  background: #01319f;
  color: #fff;
}
.list_write_btn {
  float: right;
  width: 20%;
  margin-top: 3%;
  background: #01319f;
  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: #01319f;
  padding: 20px 0;
  line-height: 30px;
  font-size: 1.3em;
  border-bottom: 1px solid #a1bdfe;
}
.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;
}
/****************************************意见建议******************************/
.fgf_suddest {
  background: #f0f0f2;
  margin: 20px 0;
  padding: 20px 50px;
}
@media screen and (max-width: 798px) {
  .content {
    width: 96%;
  }
  /****************************************移动端 主页******************************/
  .nineteenth_nav li {
    width: 33.33333333%;
  }
  .nineteenth_nav a {
    font-size: 1em;
    padding: 10px;
  }
  .fgf_title {
    width: 100%;
    float: none !important;
    font-size: 1em;
    padding: 10px 0 !important;
    overflow: hidden;
    text-align: left;
  }
  .fgf_title img {
    float: left;
    width: 30px;
    margin-left: 38%;
    margin-right: 10px;
  }
  .row {
    margin-top: 20px;
  }
  .row li {
    width: 100%!important;
    float: none!important;
    margin-left: 0!important;
  }
  .row_background {
    display: none;
  }
  .row_body {
    height: auto!important;
  }
  .block {
    float: none!important;
    width: 100%!important;
    margin-left: 0!important;
  }
  .block_body {
    margin: 20px!important;
  }
  .row_6 img {
    width: 200%;
    margin-left: -50%;
  }
  .fgf_footer {
    margin-top: 20px;
  }
  .fgf_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: 25%;
  }
  .arrow-right {
    left: 73%;
  }
  /****************************************移动端 列表页******************************/
  .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: #01319f;
  }
  .listpage_right_ul li {
    list-style: disc;
    border-bottom: 1px dotted #a1bdfe;
    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: 69%;
  }
  .list_time {
    float: right;
    width: 30%;
  }
  .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 #a1bdfe;
    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: #01319f;
    color: #fff;
  }
  .list_write_btn {
    float: none;
    clear: both;
    margin-left: 20px;
    margin-top: 18%;
  }
  /****************************************移动端 图片列表页******************************/
  /****************************************移动端 详情页******************************/
}
