﻿@import url("https://at.alicdn.com/t/font_1360053_17egunhno2u.css");
body,
html {
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, "Hiragino Sans GB", "\5B8B\4F53";
  background: #fff;
  min-width: 1680px;
}

@media screen and (max-width: 640px) {
  body,
  html {
    min-width: auto;
  }
}

* {
  word-wrap: break-word;
  outline: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.w1500 {
  width: 1500px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .w1500 {
    width: 100%;
  }
}

.i_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #1788e3;
  z-index: 999;
}

.i_header .w1500 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_header .w1500 .logo {
  padding: 20px 0;
}

.i_header .w1500 .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_header .w1500 .attr .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.i_header .w1500 .attr .info .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_header .w1500 .attr .info .item .col {
  padding: 0 15px;
  border-left: 1px solid #fff;
  line-height: 1;
  font-size: 14px;
}

.i_header .w1500 .attr .info .item .col:first-child {
  border: none;
}

.i_header .w1500 .attr .info .item .col a {
  color: #fff;
}

.i_header .w1500 .attr .info .sear {
  margin: 0 0 0 20px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid #fff;
}

.i_header .w1500 .attr .info .sear div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_header .w1500 .attr .info .sear div input::input-placeholder,
.i_header .w1500 .attr .info .sear div textarea::input-placeholder {
  color: #fff;
  font-size: 14px;
}

.i_header .w1500 .attr .info .sear div input::-webkit-input-placeholder,
.i_header .w1500 .attr .info .sear div textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.i_header .w1500 .attr .info .sear div input::-moz-placeholder,
.i_header .w1500 .attr .info .sear div textarea::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.i_header .w1500 .attr .info .sear div input::-ms-input-placeholder,
.i_header .w1500 .attr .info .sear div textarea::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.i_header .w1500 .attr .info .sear div input {
  width: 200px;
  height: 34px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  background: none;
}

.i_header .w1500 .attr .info .sear div button {
  width: 40px;
  border: none;
  background: none;
}

.i_header .w1500 .attr .info .sear div button i {
  font-size: 20px;
  color: #fff;
}

.i_header .w1500 .attr .menu {
  margin: 20px 0 0 0;
}

.i_header .w1500 .attr .menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.i_header .w1500 .attr .menu > ul > li {
  margin: 0 0 0 20px;
  position: relative;
}

.i_header .w1500 .attr .menu > ul > li .nam {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_header .w1500 .attr .menu > ul > li .nam a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}

.i_header .w1500 .attr .menu > ul > li .nam i {
  display: none;
}

.i_header .w1500 .attr .menu > ul > li .sub {
  position: absolute;
  left: 50%;
  top: 18px;
  margin-left: -70px;
  padding: 24px 0 0 0;
  width: 140px;
  z-index: 999;
  display: none;
}

.i_header .w1500 .attr .menu > ul > li .sub ul {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

.i_header .w1500 .attr .menu > ul > li .sub ul li {
  line-height: 42px;
}

.i_header .w1500 .attr .menu > ul > li .sub ul li:hover {
  background: #1788e3;
}

.i_header .w1500 .attr .menu > ul > li .sub ul li:hover a {
  color: #fff;
}

.i_header .w1500 .attr .menu > ul > li .sub ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0 20px;
}

.i_header .w1500 .btns {
  display: none;
}

@media screen and (max-width: 640px) {
  .i_header {
    padding: 12px;
  }
  .i_header .w1500 .logo {
    padding: 0;
  }
  .i_header .w1500 .logo a img {
    max-height: 40px;
  }
  .i_header .w1500 .attr {
    position: fixed;
    left: 0;
    top: 64px;
    width: 100%;
    display: none;
  }
  .i_header .w1500 .attr .info {
    display: none;
  }
  .i_header .w1500 .attr .menu {
    margin: 0;
    background: #f1f1f1;
  }
  .i_header .w1500 .attr .menu > ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 12px;
  }
  .i_header .w1500 .attr .menu > ul > li {
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
  }
  .i_header .w1500 .attr .menu > ul > li:first-child {
    border: none;
  }
  .i_header .w1500 .attr .menu > ul > li .nam {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .i_header .w1500 .attr .menu > ul > li .nam a {
    text-align: left;
    font-size: 16px;
    line-height: 48px;
    color: #333;
    font-weight: normal;
  }
  .i_header .w1500 .attr .menu > ul > li .nam a:hover::after {
    opacity: 0;
  }
  .i_header .w1500 .attr .menu > ul > li .nam i {
    display: block;
    font-size: 14px;
    color: #999;
    margin: 0 0 0 20px;
  }
  .i_header .w1500 .attr .menu > ul > li .sub {
    position: static;
    background: none;
    width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .i_header .w1500 .attr .menu > ul > li .sub ul {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  .i_header .w1500 .attr .menu > ul > li .sub ul li {
    border-top: 1px solid #ddd;
    background: none;
    line-height: 40px;
  }
  .i_header .w1500 .attr .menu > ul > li .sub ul li:hover {
    background: none;
  }
  .i_header .w1500 .attr .menu > ul > li .sub ul li:hover a {
    color: #333;
  }
  .i_header .w1500 .attr .menu > ul > li .sub ul li a {
    font-size: 14px;
  }
  .i_header .w1500 .btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .i_header .w1500 .btns .col i {
    font-size: 32px;
    color: #fff;
  }
}

.i_banner {
  padding: 126px 0 0 0;
}

.i_banner .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.i_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1788e3;
}

@media screen and (max-width: 640px) {
  .i_banner {
    padding: 64px 0 0 0;
  }
}

.i_xwtg {
  padding: 60px 0;
  background: #79a9e3;
}

.i_xwtg .w1500 .tit {
  position: relative;
}

.i_xwtg .w1500 .tit .itm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.i_xwtg .w1500 .tit .itm span {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: #333;
  font-weight: bold;
  margin: 0 10px;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
}

.i_xwtg .w1500 .tit .itm span.active {
  background: #1063d0;
  color: #fff;
}

.i_xwtg .w1500 .tit .mor {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
  line-height: 1;
}

.i_xwtg .w1500 .tit .mor a {
  color: #fff;
}

.i_xwtg .w1500 .box {
  margin: 30px 0 0 0;
}

.i_xwtg .w1500 .box .shw {
  overflow: hidden;
  display: none;
}

.i_xwtg .w1500 .box .shw:first-child {
  display: block;
}

.i_xwtg .w1500 .box .shw .col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
}

.i_xwtg .w1500 .box .shw .col:nth-child(1) .swiper-slide a {
  position: relative;
  display: block;
}

.i_xwtg .w1500 .box .shw .col:nth-child(1) .swiper-slide a .pic img {
  width: 100%;
  height: 486px;
  -o-object-fit: cover;
  object-fit: cover;
}

.i_xwtg .w1500 .box .shw .col:nth-child(1) .swiper-slide a .nam {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 17px;
  line-height: 3;
  padding: 0 200px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.i_xwtg .w1500 .box .shw .col:nth-child(1) .swiper-pagination-bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  bottom: 18px;
  padding: 0 15px;
}

.i_xwtg .w1500 .box .shw .col:nth-child(1) .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  border-radius: 2px;
  width: 10px;
  height: 10px;
}

.i_xwtg .w1500 .box .shw .col:nth-child(1) .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #1788e3;
}

.i_xwtg .w1500 .box .shw .col:nth-child(2) {
  background: #fff;
  padding: 30px;
}

.i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(1) {
  background: #1788e3;
  padding: 30px;
}

.i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(1) a {
  color: #fff;
}

.i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(1) a .nam {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(1) a .des {
  margin: 15px 0 0 0;
  font-size: 15px;
  line-height: 24px;
}

.i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(1) a .tim {
  margin: 15px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 15px;
  line-height: 1;
}

.i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(1) a .tim i {
  font-size: 16px;
  margin: 0 5px 0 0;
}

.i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(n + 2) {
  margin: 25px 0 0 0;
}

.i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(n + 2) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  line-height: 1;
  padding: 0 15px 0 30px;
  position: relative;
}

.i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(n + 2) a::before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -3px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1788e3;
}

.i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(n + 2) a:hover .nam {
  color: #1788e3;
  font-weight: bold;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(n + 2) a .nam {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(n + 2) a .des {
  display: none;
}

.i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(n + 2) a .tim {
  margin: 0 0 0 30px;
}

.i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(n + 2) a .tim i {
  display: none;
}

.i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(n + 2) a .tim span {
  color: #999;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .i_xwtg {
    padding: 24px 12px;
  }
  .i_xwtg .w1500 .tit .itm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .i_xwtg .w1500 .tit .itm span {
    font-size: 22px;
    margin: 0 10px 0 0;
    padding: 8px 16px;
  }
  .i_xwtg .w1500 .box {
    margin: 18px 0 0 0;
  }
  .i_xwtg .w1500 .box .shw .col {
    float: none;
    width: 100%;
  }
  .i_xwtg .w1500 .box .shw .col:nth-child(1) .swiper-slide a .pic img {
    height: 240px;
  }
  .i_xwtg .w1500 .box .shw .col:nth-child(1) .swiper-slide a .nam {
    padding: 0 120px 0 15px;
  }
  .i_xwtg .w1500 .box .shw .col:nth-child(2) {
    margin: 12px 0 0 0;
    padding: 0 0 18px 0;
  }
  .i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(1) {
    padding: 20px;
  }
  .i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(1) a .nam {
    font-size: 18px;
  }
  .i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(1) a .des {
    margin: 12px 0 0 0;
    max-height: 48px;
    overflow: hidden;
  }
  .i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(1) a .tim {
    margin: 12px 0 0 0;
  }
  .i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(n + 2) {
    margin: 18px 0 0 0;
  }
  .i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(n + 2) a {
    padding: 0 18px 0 34px;
  }
  .i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(n + 2) a::before {
    left: 18px;
  }
  .i_xwtg .w1500 .box .shw .col:nth-child(2) .row:nth-child(n + 2) a .nam {
    font-size: 16px;
  }
}

.i_jxgz {
  padding: 60px 0;
  background: url(../images/bg_001.jpg) center center no-repeat;
  background-size: cover;
}

.i_jxgz .w1500 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_jxgz .w1500 .col {
  width: -webkit-calc((100% - 60px) / 2);
  width: calc((100% - 60px) / 2);
}

.i_jxgz .w1500 .col:nth-child(1) {
  margin: 0 60px 0 0;
}

.i_jxgz .w1500 .col .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.i_jxgz .w1500 .col .tit span {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  border-left: 5px solid #1063d0;
  padding: 0 0 0 10px;
  display: block;
  color: #1063d0;
}

.i_jxgz .w1500 .col .tit a {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #333;
}

.i_jxgz .w1500 .col .tit a:hover {
  color: #1063d0;
}

.i_jxgz .w1500 .col .box {
  margin: 30px 0 0 0;
}

.i_jxgz .w1500 .col .box .row {
  position: relative;
}

.i_jxgz .w1500 .col .box .row:nth-child(1) {
  background: #fff;
}

.i_jxgz .w1500 .col .box .row:nth-child(1) a:hover .txt .nam {
  color: #1788e3;
  font-weight: bold;
}

.i_jxgz .w1500 .col .box .row:nth-child(1) a .pic img {
  width: 300px;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}

.i_jxgz .w1500 .col .box .row:nth-child(1) a .txt {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.i_jxgz .w1500 .col .box .row:nth-child(1) a .txt .nam {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.i_jxgz .w1500 .col .box .row:nth-child(1) a .txt .des {
  font-size: 14px;
  color: #999;
  margin: 10px 0 0 0;
  line-height: 20px;
}

.i_jxgz .w1500 .col .box .row:nth-child(1) a .txt .tim {
  font-size: 14px;
  line-height: 1;
  color: #999;
  margin: 10px 0 0 0;
}

.i_jxgz .w1500 .col .box .row:nth-child(n + 2) {
  margin: 25px 0 0 0;
}

.i_jxgz .w1500 .col .box .row:nth-child(n + 2) a .pic {
  display: none;
}

.i_jxgz .w1500 .col .box .row:nth-child(n + 2) a .txt {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 0 30px;
  position: relative;
}

.i_jxgz .w1500 .col .box .row:nth-child(n + 2) a .txt::before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -3px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1788e3;
}

.i_jxgz .w1500 .col .box .row:nth-child(n + 2) a .txt:hover .nam {
  color: #1788e3;
  font-weight: bold;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.i_jxgz .w1500 .col .box .row:nth-child(n + 2) a .txt .nam {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 17px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.i_jxgz .w1500 .col .box .row:nth-child(n + 2) a .txt .tim {
  margin: 0 0 0 30px;
  color: #999;
  font-size: 14px;
}

.i_jxgz .w1500 .col .box .row:nth-child(n + 2) a .txt .des {
  display: none;
}

.i_jxgz .w1500 .col .box .row a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .i_jxgz {
    padding: 24px 12px;
  }
  .i_jxgz .w1500 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i_jxgz .w1500 .col {
    width: 100%;
  }
  .i_jxgz .w1500 .col:nth-child(1) {
    margin: 0 0 24px 0;
  }
  .i_jxgz .w1500 .col .tit span {
    font-size: 22px;
  }
  .i_jxgz .w1500 .col .box {
    margin: 18px 0 0 0;
  }
  .i_jxgz .w1500 .col .box .row:nth-child(1) a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i_jxgz .w1500 .col .box .row:nth-child(1) a .pic {
    width: 100%;
  }
  .i_jxgz .w1500 .col .box .row:nth-child(1) a .pic img {
    width: 100%;
  }
  .i_jxgz .w1500 .col .box .row:nth-child(1) a .txt {
    width: 100%;
    padding: 16px;
  }
  .i_jxgz .w1500 .col .box .row:nth-child(1) a .txt .nam {
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 18px;
  }
  .i_jxgz .w1500 .col .box .row:nth-child(1) a .txt .des {
    margin: 12px 0 0 0;
  }
  .i_jxgz .w1500 .col .box .row:nth-child(1) a .txt .tim {
    margin: 12px 0 0 0;
  }
  .i_jxgz .w1500 .col .box .row:nth-child(n + 2) {
    margin: 18px 0 0 0;
  }
  .i_jxgz .w1500 .col .box .row:nth-child(n + 2) a .txt {
    padding: 0 4px 0 20px;
  }
  .i_jxgz .w1500 .col .box .row:nth-child(n + 2) a .txt::before {
    left: 4px;
  }
  .i_jxgz .w1500 .col .box .row:nth-child(n + 2) a .txt .nam {
    font-size: 16px;
  }
}

.i_djjy {
  padding: 60px 0;
  background: #b0ceef;
}

.i_djjy .w1500 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_djjy .w1500 .col {
  width: -webkit-calc((100% - 60px) / 2);
  width: calc((100% - 60px) / 2);
}

.i_djjy .w1500 .col:nth-child(1) {
  margin: 0 60px 0 0;
}

.i_djjy .w1500 .col .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.i_djjy .w1500 .col .tit span {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  border-left: 5px solid #1063d0;
  padding: 0 0 0 10px;
  display: block;
  color: #1063d0;
}

.i_djjy .w1500 .col .tit a {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #333;
}

.i_djjy .w1500 .col .tit a:hover {
  color: #1063d0;
}

.i_djjy .w1500 .col .box {
  margin: 30px 0 0 0;
}

.i_djjy .w1500 .col .box .row:nth-child(1) {
  background: #fff;
}

.i_djjy .w1500 .col .box .row:nth-child(1) a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
}

.i_djjy .w1500 .col .box .row:nth-child(1) a .pic {
  width: 242px;
}

.i_djjy .w1500 .col .box .row:nth-child(1) a .pic img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

.i_djjy .w1500 .col .box .row:nth-child(1) a .txt {
  width: -webkit-calc(100% - 282px);
  width: calc(100% - 282px);
  margin: 0 0 0 40px;
}

.i_djjy .w1500 .col .box .row:nth-child(1) a .txt .nam {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.i_djjy .w1500 .col .box .row:nth-child(1) a .txt .tim {
  text-align: right;
  color: #333;
  font-size: 16px;
  line-height: 1;
  margin: 30px 0 0 0;
}

.i_djjy .w1500 .col .box .row:nth-child(n + 2) {
  margin: 25px 0 0 0;
}

.i_djjy .w1500 .col .box .row:nth-child(n + 2) a {
  display: block;
}

.i_djjy .w1500 .col .box .row:nth-child(n + 2) a:hover .nam {
  font-weight: bold;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.i_djjy .w1500 .col .box .row:nth-child(n + 2) a .pic {
  display: none;
}

.i_djjy .w1500 .col .box .row:nth-child(n + 2) a .txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.i_djjy .w1500 .col .box .row:nth-child(n + 2) a .txt .nam {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 17px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.i_djjy .w1500 .col .box .row:nth-child(n + 2) a .txt .tim {
  background: #1063d0;
  color: #ffff;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 16px;
  margin: 0 20px 0 0;
}

.i_djjy .w1500 .col .box .row:nth-child(n + 2) a .txt .tim span {
  font-size: 24px;
}

@media screen and (max-width: 640px) {
  .i_djjy {
    padding: 24px 12px;
  }
  .i_djjy .w1500 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i_djjy .w1500 .col {
    width: 100%;
  }
  .i_djjy .w1500 .col:nth-child(1) {
    margin: 0 0 24px 0;
  }
  .i_djjy .w1500 .col .tit span {
    font-size: 22px;
  }
  .i_djjy .w1500 .col .box {
    margin: 18px 0 0 0;
  }
  .i_djjy .w1500 .col .box .row:nth-child(1) a {
    padding: 16px;
  }
  .i_djjy .w1500 .col .box .row:nth-child(1) a .pic {
    width: 120px;
  }
  .i_djjy .w1500 .col .box .row:nth-child(1) a .pic img {
    height: 80px;
  }
  .i_djjy .w1500 .col .box .row:nth-child(1) a .txt {
    width: -webkit-calc(100% - 132px);
    width: calc(100% - 132px);
    margin: 0 0 0 12px;
  }
  .i_djjy .w1500 .col .box .row:nth-child(1) a .txt .nam {
    font-size: 18px;
    max-height: 56px;
    overflow: hidden;
  }
  .i_djjy .w1500 .col .box .row:nth-child(1) a .txt .tim {
    margin: 12px 0 0 0;
    text-align: left;
    font-size: 14px;
  }
  .i_djjy .w1500 .col .box .row:nth-child(n + 2) {
    margin: 18px 0 0 0;
  }
  .i_djjy .w1500 .col .box .row:nth-child(n + 2) a .txt .nam {
    font-size: 16px;
  }
  .i_djjy .w1500 .col .box .row:nth-child(n + 2) a .txt .tim {
    font-size: 14px;
    margin: 0 12px 0 0;
  }
  .i_djjy .w1500 .col .box .row:nth-child(n + 2) a .txt .tim span {
    font-size: 18px;
  }
}

.i_ssfc {
  padding: 60px 0;
  background: url(../images/bg_001.jpg) center center no-repeat;
  background-size: cover;
}

.i_ssfc .w1500 .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.i_ssfc .w1500 .tit span {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  border-left: 5px solid #1063d0;
  padding: 0 0 0 10px;
  display: block;
  color: #1063d0;
}

.i_ssfc .w1500 .tit a {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #333;
}

.i_ssfc .w1500 .tit a:hover {
  color: #1063d0;
}

.i_ssfc .w1500 .box {
  position: relative;
  margin: 30px 0 0 0;
}

.i_ssfc .w1500 .box .swiper-slide a {
  display: block;
}

.i_ssfc .w1500 .box .swiper-slide a img {
  width: 100%;
  height: 234px;
  -o-object-fit: cover;
  object-fit: cover;
}

.i_ssfc .w1500 .box .swiper-button-prev {
  left: -54px;
  color: #1063d0;
}

.i_ssfc .w1500 .box .swiper-button-next {
  right: -54px;
  color: #1063d0;
}

@media screen and (max-width: 640px) {
  .i_ssfc {
    padding: 24px 12px;
  }
  .i_ssfc .w1500 .tit span {
    font-size: 22px;
  }
  .i_ssfc .w1500 .box {
    margin: 18px 0 0 0;
  }
  .i_ssfc .w1500 .box .swiper-button-prev {
    left: 12px;
  }
  .i_ssfc .w1500 .box .swiper-button-next {
    right: 12px;
  }
}

.i_kstd {
  padding: 60px 0;
}

.i_kstd .w1500 .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px 0;
}

.i_kstd .w1500 .tit span {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  border-left: 5px solid #1063d0;
  padding: 0 0 0 10px;
  display: block;
  color: #1063d0;
}

.i_kstd .w1500 .tit a {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #333;
}

.i_kstd .w1500 .tit a:hover {
  color: #1063d0;
}

.i_kstd .w1500 .box {
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_kstd .w1500 .box .col {
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
  border-right: 1px solid #eee;
}

.i_kstd .w1500 .box .col:last-child {
  border: none;
}

.i_kstd .w1500 .box .col a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_kstd .w1500 .box .col a span {
  font-size: 16px;
  color: #3391e5;
  margin: 10px 0 0 0;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  .i_kstd {
    padding: 24px 12px;
  }
  .i_kstd .w1500 .tit span {
    font-size: 22px;
  }
  .i_kstd .w1500 .box {
    margin: 18px 0 0 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i_kstd .w1500 .box .col {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    border: none;
  }
  .i_kstd .w1500 .box .col:nth-child(-n + 3) {
    margin: 0 0 12px 0;
  }
  .i_kstd .w1500 .box .col a span {
    margin: 8px 0 0 0;
  }
}

.i_footer {
  padding: 30px 0;
  background: #1788e3;
}

.i_footer .w1500 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_footer .w1500 .pic a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_footer .w1500 .ifo .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.i_footer .w1500 .ifo .row span,
.i_footer .w1500 .ifo .row a {
  color: #fff;
  margin: 0 10px;
  font-size: 16px;
  line-height: 1;
}

.i_footer .w1500 .ewm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_footer .w1500 .ewm .col {
  margin: 0 0 0 20px;
}

@media screen and (max-width: 640px) {
  .i_footer {
    padding: 24px 12px;
  }
  .i_footer .w1500 .pic {
    display: none;
  }
  .i_footer .w1500 .ewm {
    display: none;
  }
  .i_footer .w1500 .ifo .row {
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i_footer .w1500 .ifo .row span,
  .i_footer .w1500 .ifo .row a {
    font-size: 14px;
    margin: 5px 10px;
  }
}

.i_section {
  padding: 60px 0;
  background: #f6f6f6;
}

.i_section .w1500 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.i_section .w1500 .side {
  width: 240px;
}

.i_section .w1500 .side .tit {
  background: #1063d0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
}

.i_section .w1500 .side .box {
  background: #fff;
  padding: 10px 0;
}

.i_section .w1500 .side .box .row {
  margin: 2px 0;
}

.i_section .w1500 .side .box .row:hover {
  background: rgba(16, 99, 208, 0.1);
}

.i_section .w1500 .side .box .row.active {
  background: #1063d0;
}

.i_section .w1500 .side .box .row.active a {
  color: #fff;
}

.i_section .w1500 .side .box .row a {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #333;
  line-height: 48px;
}

.i_section .w1500 .wrap {
  background: #fff;
  width: -webkit-calc(100% - 285px);
  width: calc(100% - 285px);
  margin: 0 0 0 45px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.i_section .w1500 .wrap .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #1063d0;
  line-height: 1;
  padding: 20px 0;
}

.i_section .w1500 .wrap .head .lef {
  font-size: 22px;
  font-weight: bold;
  color: #1063d0;
}

.i_section .w1500 .wrap .head .rig {
  font-size: 14px;
  line-height: 1;
  color: #999;
}

.i_section .w1500 .wrap .head .rig a {
  color: #999;
}

.i_section .w1500 .wrap .head .rig a:hover {
  color: #1063d0;
}

.i_section .w1500 .wrap .list .row {
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px dashed #ddd;
}

.i_section .w1500 .wrap .list .row a {
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.i_section .w1500 .wrap .list .row a:hover .nam {
  color: #1063d0;
  font-weight: bold;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.i_section .w1500 .wrap .list .row a .nam {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 17px;
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.i_section .w1500 .wrap .list .row a .tim {
  font-size: 14px;
  color: #999;
}

.i_section .w1500 .wrap .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.i_section .w1500 .wrap .grid .col {
  width: -webkit-calc((100% - 120px) / 4);
  width: calc((100% - 120px) / 4);
  margin: 30px 15px 0 15px;
}

.i_section .w1500 .wrap .grid .col a {
  position: relative;
  display: block;
}

.i_section .w1500 .wrap .grid .col a .pic img {
  width: 100%;
  height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
}

.i_section .w1500 .wrap .grid .col a .nam {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 18px;
  text-align: center;
  line-height: 2.5;
  color: #fff;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.i_section .w1500 .wrap .fany {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.i_section .w1500 .wrap .fany .pb_sys_style1 .p_no_d {
  border: 1px solid #1063d0;
  background-color: #1063d0;
}

.i_section .w1500 .wrap .view {
  padding: 30px 10px;
}

.i_section .w1500 .wrap .view .tit {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.i_section .w1500 .wrap .view .att {
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.i_section .w1500 .wrap .view .att span {
  font-size: 14px;
  margin: 0 10px;
  line-height: 1;
  color: #999;
}

.i_section .w1500 .wrap .view .box {
  font-size: 16px;
  line-height: 28px;
}

.i_section .w1500 .wrap .view .box img,
.i_section .w1500 .wrap .view .box video,
.i_section .w1500 .wrap .view .box audio {
  display: inline-block;
}

.i_section .w1500 .wrap .page {
  padding: 30px 10px;
  font-size: 16px;
  line-height: 28px;
}

.i_section .w1500 .wrap .page img,
.i_section .w1500 .wrap .page video,
.i_section .w1500 .wrap .page audio {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .i_section {
    padding: 24px 12px;
  }
  .i_section .w1500 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i_section .w1500 .side {
    width: 100%;
  }
  .i_section .w1500 .side .tit {
    display: none;
  }
  .i_section .w1500 .side .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    background: none;
  }
  .i_section .w1500 .side .box .row {
    margin: 0 12px 12px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  .i_section .w1500 .side .box .row.active {
    border-color: #2d6dd8;
  }
  .i_section .w1500 .side .box .row a {
    font-size: 16px;
    line-height: 36px;
    padding: 0 12px;
  }
  .i_section .w1500 .wrap {
    width: 100%;
    margin: 0;
    padding: 0 12px;
  }
  .i_section .w1500 .wrap .head {
    display: none;
  }
  .i_section .w1500 .wrap .list .row a {
    padding: 0;
  }
  .i_section .w1500 .wrap .list .row a .nam {
    font-size: 16px;
  }
  .i_section .w1500 .wrap .list .row a .tim {
    font-size: 14px;
    margin: 0 0 0 24px;
  }
  .i_section .w1500 .wrap .grid .col {
    width: -webkit-calc((100% - 12px) / 2);
    width: calc((100% - 12px) / 2);
    margin: 12px 12px 0 0;
  }
  .i_section .w1500 .wrap .grid .col:nth-child(2n) {
    margin-right: 0;
  }
  .i_section .w1500 .wrap .grid .col a .pic img {
    height: 220px;
  }
  .i_section .w1500 .wrap .view {
    padding: 24px 0;
  }
  .i_section .w1500 .wrap .view .tit {
    font-size: 24px;
  }
  .i_section .w1500 .wrap .view .att {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 12px 0;
  }
  .i_section .w1500 .wrap .view .att span {
    margin: 5px;
    font-size: 12px;
  }
  .i_section .w1500 .wrap .page {
    padding: 24px 0;
  }
}