@charset "UTF-8";
@font-face {
  font-family: "arial";
  src: url(/_upload/tpl/0c/90/3216/template3216/fonts/arial.ttf); }

body {
  background: #eff5fe; }

header #header-top {
  background: url(/_upload/tpl/0c/90/3216/template3216/images/bg01.jpg) center no-repeat;
  background-size: cover; }
  header #header-top .plate {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header #header-top .plate #logo {
      display: block; }
      header #header-top .plate #logo img {
        display: block;
        width: 450px;
        height: 120px; }
    header #header-top .plate #search-form {
margin-top: 20px;
      display: flex;
      flex-direction: column; }
      header #header-top .plate #search-form p {
        align-self: flex-end;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 8px;
        font-weight: bold;
        color: #333;
        font-family: arial;
        margin-right: 14px; }
      header #header-top .plate #search-form form {
        background: #fff;
        display: flex;
        align-items: center;
        border: 2px solid #f1f1f1;
        border-radius: 22px;
        position: relative;
        width: 396px; }
        header #header-top .plate #search-form form .form-filed {
          display: flex;
          align-items: center;
          flex: 1;
          margin-right: 115px; }
          header #header-top .plate #search-form form .form-filed img {
            display: block;
            width: 21px;
            height: 19px;
            margin: 0 14px; }
          header #header-top .plate #search-form form .form-filed input[type="text"] {
            flex: 1;
            outline: none;
            border: none;
            margin: 0;
            padding: 5px 0;
            background: #fff;
            font-size: 16px;
            line-height: 30px;
            color: #999999; }
        header #header-top .plate #search-form form input[type="button"] {
          position: absolute;
          top: -2px;
          right: -2px;
          display: block;
          border-radius: 22px;
          height: 36px;
          padding: 0 24px;
          outline: none;
          border: none;
          color: #fff;
          text-align: center;
          background: #0c7ed9;
          font-size: 16px;
          font-weight: bold;
          cursor: pointer; }

header #header-nav .plate #main-nav {
  display: flex;
  justify-content: space-around; }
  header #header-nav .plate #main-nav li {
    -ms-flex: auto;
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0 8px; }
    header #header-nav .plate #main-nav li::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 50%;
      bottom: 50%;
      left: 50%;
      margin: auto;
      background: #0865b9; }
    header #header-nav .plate #main-nav li .menu {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding: 17px 0;
      line-height: 36px;
      text-align: center;
      font-size: 16px;
      color: #000;
      font-weight: normal;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      position: relative; }
    header #header-nav .plate #main-nav li.has-sub .menu::after {
      font-family: "iconfont" !important;
      font-size: 12px;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e62b";
      display: inline-block;
      vertical-align: top;
      height: 36px;
      line-height: 36px;
      text-align: center;
      color: #000;
      margin: 0 2px; }
    header #header-nav .plate #main-nav li:hover .menu {
      color: #0865b9; }
      header #header-nav .plate #main-nav li:hover .menu::after {
        color: #0865b9; }
    header #header-nav .plate #main-nav li:hover .sub-nav {
      display: block; }
    header #header-nav .plate #main-nav li.active .menu {
      color: #0865b9; }
      header #header-nav .plate #main-nav li.active .menu::after {
        color: #0865b9; }
    header #header-nav .plate #main-nav li .sub-nav {
      border-top: 4px solid transparent;
      background: #0865b9;
      background-clip: padding-box;
      display: none;
      position: absolute;
      left: 50%;
      top: 70px;
      min-width: 100%;
      transform: translateX(-50%);
      padding: 4px 0 0 0;
      z-index: 999; }
      header #header-nav .plate #main-nav li .sub-nav .sub-menu {
        display: block;
        line-height: 48px;
        font-size: 16px;
        background: #ffffff;
        color: #0865b9;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        padding: 0 10px; }
        header #header-nav .plate #main-nav li .sub-nav .sub-menu:hover {
          background: #f6f6f6;
          color: #0865b9; }

#banner-swiper {
  min-width: 1200px;
  margin-bottom: 25px; }
  #banner-swiper .swiper-wrapper .swiper-slide {
    height: 100%; }
    #banner-swiper .swiper-wrapper .swiper-slide > a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
      #banner-swiper .swiper-wrapper .swiper-slide > a img {
        display: block;
        /*width: 100%;*/
        margin: 0 auto;
        height: 100%; }
      #banner-swiper .swiper-wrapper .swiper-slide > a .title {
        position: absolute;
        left: 0;
        right: 0;
        font-size: 40px;
        line-height: 48px;
        padding: 0;
        bottom: 40px;
        margin: 0 auto;
        max-width: 1200px;
        color: #ffffff;
        text-align: center;
        letter-spacing: 2px;
        text-shadow: 5px 5px 5px #000000;
        height: auto; }
  #banner-swiper #banner-prev {
    background: #fff;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 850;
    border-radius: 50%;
    text-align: center;
    outline: none; }
    #banner-swiper #banner-prev.active {
      background: #0865b9; }
      #banner-swiper #banner-prev.active i {
        color: #fff; }
    #banner-swiper #banner-prev i {
      display: block;
      font-size: 30px;
      line-height: 50px;
      color: #0865b9; }
  #banner-swiper #banner-next {
    background: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 850;
    border-radius: 50%;
    text-align: center;
    outline: none; }
    #banner-swiper #banner-next.active {
      background: #0865b9; }
      #banner-swiper #banner-next.active i {
        color: #fff; }
    #banner-swiper #banner-next i {
      display: block;
      font-size: 30px;
      line-height: 50px;
      color: #0865b9; }
  #banner-swiper #banner-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 800;
    height: 20px;
    text-align: center; }
    #banner-swiper #banner-pagination .swiper-pagination-bullet {
      outline: none;
      margin: 0 6px;
      width: 8px;
      height: 8px;
      border: 2px solid #ffffff;
      background: #0c7ed9;
      opacity: 1; }
      #banner-swiper #banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #ffffff; }

.p-header {
  box-sizing: border-box;
  border-bottom: 1px solid #ecf3fe;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px; }
  .p-header .switch-flag {
    display: flex;
    align-items: center; }
    .p-header .switch-flag span {
      font-size: 18px;
      line-height: 24px;
      color: #666;
      cursor: pointer;
      margin-right: 36px; }
      .p-header .switch-flag span:last-child {
        margin-right: 0; }
      .p-header .switch-flag span.active {
        color: #0c7ed9;
        font-weight: bold; }
    .p-header .switch-flag::before {
      content: "";
      display: block;
      width: 3px;
      height: 12px;
      background: #0c7ed9;
      margin-right: 10px; }
  .p-header .switch-more {
    font-size: 14px;
    color: #999;
    line-height: 24px; }
    .p-header .switch-more:hover {
      color: #0c7ed9; }
  .p-header .flag {
    display: flex;
    align-items: center; }
    .p-header .flag span {
      font-size: 20px;
      line-height: 24px;
      font-weight: bold;
      color: #0c7ed9; }
      .p-header .flag span.en {
        margin-left: 6px;
        font-size: 16px;
        line-height: 16px;
        align-self: flex-end; }
    .p-header .flag::before {
      content: "";
      display: block;
      width: 3px;
      height: 12px;
      background: #0c7ed9;
      margin-right: 10px; }
  .p-header .more {
    font-size: 14px;
    color: #999;
    line-height: 24px; }
    .p-header .more:hover {
      color: #0c7ed9; }

.block {
  padding-top: 33px; }
  .block .block-bg {
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box; }
    .block .block-bg .p-header-1 {
      display: flex;
      align-items: center;
      background: #e5e5e5;
      height: 66px;
      position: relative;
      top: -33px;
      margin-bottom: -33px; }
      .block .block-bg .p-header-1 span {
        display: block;
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        color: #333333; }
      .block .block-bg .p-header-1 i {
        display: block;
        margin: 0 10px 0 14px;
        width: 4px;
        height: 16px;
        background: #333333; }

.p-0 {
  background: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  padding-right: 17px;
  box-sizing: border-box; }
  .p-0 > img {
    display: block;
    width: 22px;
    height: 22px;
    padding: 0 17px;
    margin-right: 7px;
    border-right: 1px solid #d9e8fc; }
  .p-0 #tips-swiper {
    height: 100%;
    flex: 1; }
    .p-0 #tips-swiper .swiper-wrapper {
      -webkit-transition-timing-function: linear;
      /*之前是ease-out*/
      -moz-transition-timing-function: linear;
      -ms-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear; }
      .p-0 #tips-swiper .swiper-wrapper .swiper-slide {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #666;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; 
        position:relative;
        padding-left: 18px;
        }
        .p-0 #tips-swiper .swiper-wrapper .swiper-slide::before {
          content: "";
          position:absolute;
          top: 50%;
          left: 0;
          margin-top: -2px;
          display: block;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #666;
          margin: 0 7px; }
        .p-0 #tips-swiper .swiper-wrapper .swiper-slide span {
          display:block; 
          flex:1;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .p-0 #tips-swiper .swiper-wrapper .swiper-slide:hover {
          color: #0865b9; }
          .p-0 #tips-swiper .swiper-wrapper .swiper-slide:hover::before {
            color: #0865b9; }

footer {
  background: #fff; }

#footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0; }
  #footer-top .p-wrapper {
    flex: 1;
    margin-right: 120px; }
    #footer-top .p-wrapper #footer-nav {
      display: flex;
      justify-content: space-between; }
      #footer-top .p-wrapper #footer-nav dl dt {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 17px;
        margin-bottom: 7px; }
        #footer-top .p-wrapper #footer-nav dl dt  {
          display: block;
          font-size: 18px;
          line-height: 24px;
          color: #000;
          font-weight: bold;
          text-align: center; }

      #footer-top .p-wrapper #footer-nav dl dd a {
        display: block;
        font-size: 16px;
        color: #333;
        line-height: 30px;
        text-align: center; }
        #footer-top .p-wrapper #footer-nav dl dd a:hover {
          color: #0865b9; }
  #footer-top #qr {
    position: relative; }
    #footer-top #qr div {
      z-index: 997; }
      #footer-top #qr div img {
        display: block;
        height: 120px;
        width: 120px; }
    #footer-top #qr span {
      display: block;
      text-align: center;
      color: #333;
      font-size: 14px;
      line-height: 24px; }

#footer-bottom {
  background: #0c7ed9; }
  #footer-bottom .plate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 25px 0; }
    #footer-bottom .plate .p-wrapper {
      display: flex;
      flex-wrap: wrap; }
      #footer-bottom .plate .p-wrapper a, #footer-bottom .plate .p-wrapper span {
        display: block;
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        margin-right: 20px; }
    #footer-bottom .plate #cnzz {
      display: block; }
      #footer-bottom .plate #cnzz img {
        display: block;
        width: 51px;
        height: 13px; }

.p-links .p-wrapper {
  padding: 32px 24px;
  background: #fff;
  display: flex; }
  .p-links .p-wrapper span {
    white-space: nowrap;
    display: block;
    font-weight: bold;
    line-height: 24px;
    color: #000;
    font-size: 16px; }
  .p-links .p-wrapper div {
    display: flex;
    flex-wrap: wrap; }
    .p-links .p-wrapper div a {
      display: block;
      margin-right: 20px;
      line-height: 24px;
      color: #666;
      font-size: 16px; }
      .p-links .p-wrapper div a:hover {
        color: #0c7ed9; }

.box {
  min-width: 1200px;
  width: 100%; }

.plate {
  width: 1200px;
  margin: 0 auto; }

.mb-25 {
  margin-bottom: 25px; }

/*翻页*/
ul.meneame, ul.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center; }
  ul.meneame li, ul.pagination li {
    display: inline-block;
    margin: 0 4px;
    font-size: 16px;
    line-height: 40px; }
    ul.meneame li a, ul.pagination li a {
      display: block;
      width: 40px;
      height: 40px;
      font-size: 16px;
      line-height: 40px;
      background-color: #fff;
      color: #666;
      border: 1px solid #ccc;
      box-sizing: border-box;
      font-family: arial;
      text-align: center;
      position: relative; }
      ul.meneame li a#pre, ul.meneame li a#next, ul.pagination li a#pre, ul.pagination li a#next {
        width: 90px;
        display: block; }
      ul.meneame li a#first, ul.meneame li a#last, ul.pagination li a#first, ul.pagination li a#last {
        width: 60px;
        display: block; }
      ul.meneame li a:hover, ul.meneame li a.cur, ul.pagination li a:hover, ul.pagination li a.cur {
        color: #ffffff;
        background: #0b7cd8; }
      ul.meneame li a.cur, ul.pagination li a.cur {
        border: 1px solid #0b7cd8; }

/*浮窗-v2*/
.fix-box {
  height: auto;
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  padding-bottom: 50px;
  z-index: 999; }
  .fix-box .garden-box {
    position: relative;
    width: 50px;
    height: 50px;
    background: #15589e;
    margin-bottom: 1px;
    cursor: pointer; }
    .fix-box .garden-box .btn {
      display: flex;
      width: 50px;
      height: 50px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      .fix-box .garden-box .btn i, .fix-box .garden-box .btn em {
        font-size: 20px;
        color: #fff;
        transition: .2s linear; }
      .fix-box .garden-box .btn span {
        display: block;
        height: 16px;
        line-height: 16px;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        transition: .2s linear;
        overflow: hidden;
        opacity: 1; }
      .fix-box .garden-box#garden-01:hover .btn i, .fix-box .garden-box#garden-01:hover .btn em{
        font-size: 26px;
        transition: .1s linear; }
      .fix-box .garden-box#garden-01:hover .btn span {
        height: 0;
        opacity: 0;
        transition: .1s linear; }
      .fix-box .garden-box#garden-01:hover #win-400 {
        opacity: 1; }
        .fix-box .garden-box#garden-01:hover #win-400 span {
          animation: garden400 .5s linear .2s;
          -ms-animation: garden400 0s linear;
          -moz-animation: garden400 .5s linear .2s;
          /* Firefox */
          -webkit-animation: garden400 .5s linear .2s;
          /* Safari 和 Chrome */
          -o-animation: garden400 .5s linear .2s;
          animation-fill-mode: forwards;
          -webkit-animation-fill-mode: forwards; }
    .fix-box .garden-box#garden-01 #win-400 {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      overflow: hidden;
      min-width: 50px;
      height: 50px;
      padding: 7px 10px;
      opacity: 0;
      box-sizing: border-box;
      background: #333;
      font-size: 0;
      white-space: nowrap;
      text-align: center; }
      .fix-box .garden-box#garden-01 #win-400 i {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-size: 24px;
        line-height: 36px;
        font-weight: 400; }
      .fix-box .garden-box#garden-01 #win-400 span {
        display: inline-block;
        vertical-align: middle;
        width: 0;
        overflow: hidden;
        color: #fff;
        padding-left: 0;
        white-space: nowrap;
        font-size: 18px;
        line-height: 36px;
        font-family: arial;
        font-weight: 600;
        text-align: center; }
    .fix-box .garden-box#garden-02:hover .btn i,.fix-box .garden-box#garden-02:hover .btn em, 
    .fix-box .garden-box#garden-03:hover .btn i,.fix-box .garden-box#garden-03:hover .btn em{
      font-size: 30px;
      transition: .1s linear; }
    .fix-box .garden-box#garden-02:hover .btn span, .fix-box .garden-box#garden-03:hover .btn span {
      height: 0;
      opacity: 0;
      transition: .1s linear; }
    .fix-box .garden-box#garden-04 {
      display: none; }
      .fix-box .garden-box#garden-04:hover .btn i {
        font-size: 30px;
        transition: .1s linear; }
      .fix-box .garden-box#garden-04:hover .btn span {
        height: 0;
        opacity: 0;
        transition: .1s linear; }
    .fix-box .garden-box#garden-05 {
      position: absolute;
      right: 0;
      width: 100px;
      height: 50px;
      background: #333;
      margin-bottom: 0px;
      display: none; }
      .fix-box .garden-box#garden-05:hover a i {
        color: #fff;
        background: #a60011;
        border: 2px solid #a60011; }
      .fix-box .garden-box#garden-05 a {
        display: block;
        width: 100%;
        padding: 12px 0;
        text-align: center; }
        .fix-box .garden-box#garden-05 a i {
          display: inline-block;
          vertical-align: middle;
          color: #fff;
          font-size: 20px;
          height: 24px;
          line-height: 24px;
          width: 24px;
          height: 24px;
          font-weight: normal;
          margin-right: 10px;
          border: 2px solid #fff;
          border-radius: 50%; }
        .fix-box .garden-box#garden-05 a span {
          display: inline-block;
          vertical-align: middle;
          overflow: hidden;
          color: #fff;
          padding-left: 0;
          white-space: nowrap;
          font-size: 14px;
          height: 24px;
          line-height: 24px;
          font-weight: bold;
          text-align: center; }



/*浮窗-v1*
.fix-box {
  background: url(/_upload/tpl/0c/90/3216/template3216/images/bg04.png) top center no-repeat;
  width: 148px;
  padding-top: 70px;
  padding-bottom: 48px;
  height: 209px;
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 999;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 74px;
  border-bottom-right-radius: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .fix-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 124px;
    border-radius: 10px;
    background: #0c7ed9;
    margin: 7px 0; }
    .fix-box a span {
      display: block;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      line-height: 40px; }
    .fix-box a img {
      display: block;
      width: 26px;
      height: 26px;
      margin-right: 7px; }
    .fix-box a:last-child {
      margin: 0;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 42%);
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: none;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      box-sizing: border-box;
      padding-top: 8px; }
      .fix-box a:last-child img {
        width: 15px;
        height: 9px;
        margin-right: 0; }
      .fix-box a:last-child span {
        font-size: 18px;
        line-height: 24px; }
*/

/*系统搜索*/
.wp_search {
  width: 100%;
  height: 36px;
  display: flex; }
  .wp_search table {
    display: flex;
    width: 100%;
    height: 100%; }
    .wp_search table tbody {
      width: 100%; }
      .wp_search table tbody tr {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%; }
        .wp_search table tbody tr td {
          display: flex; }
          .wp_search table tbody tr td:nth-child(1) {
            flex: 1; }
          .wp_search table tbody tr td #keyword {
            outline: none;
            margin-left: 10px;
            font-size: 16px;
            line-height: 36px;
            color: #333;
            border: none;
            width: 100% !important; }
          .wp_search table tbody tr td .search {
            width: 87px;
            height: 36px;
            background: url(../images/search-btnx.png); }

.wp_articlecontent{font-size:16px!important;}

@keyframes garden400 {
  from {
    width: 0;
    padding-left: 0; }
  to {
    width: 116px;
    padding-left: 4px; } }

@-moz-keyframes garden400 /* Firefox */ {
  from {
    width: 0;
    padding-left: 0; }
  to {
    width: 116px;
    padding-left: 4px; } }

@-webkit-keyframes garden400 /* Safari 和 Chrome */ {
  from {
    width: 0;
    padding-left: 0; }
  to {
    width: 116px;
    padding-left: 4px; } }

@-o-keyframes garden400 /* Opera */ {
  from {
    width: 0;
    padding-left: 0; }
  to {
    width: 116px;
    padding-left: 4px; } }
