@charset "UTF-8";
body {
  font-family: Arial, "微软雅黑", "Microsoft YaHei", sans-serif;
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}

html {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}

@media (min-width: 1080px) {
  .container {
    width: 1000px;
  }
}

@media (min-width: 1240px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}

img {
  max-width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

/* 动画延迟结束 */
/* ie8提示样式 */
#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 9990009;
}

#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.9;
  z-index: -1;
}

#browser-modal .browser-content {
  width: 700px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 20px auto;
  height: 130px;
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
  cursor: pointer;
  display: block;
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

/* ie8提示样式 */
/* header */
.header {
  position: relative;
}

.header .logo-box {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0;
  position: relative;
}

.header .logo {
  float: left;
  width: 580px;
  position: relative;
}

.header .menu {
  float: right;
  margin-top: 15px;
}

.header .ss {
  cursor: pointer;
  float: right;
  margin-left: 10px;
}

.search-box {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-box .close {
  font-size: 60px;
  position: absolute;
  right: 50px;
  top: 50px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  color: #ccc;
}

.search-box .layer {
  height: 45px;
  line-height: 45px;
  width: 550px;
  max-width: 100%;
  transform: translateY(-50px);
  opacity: 0;
  margin-top: -100px;
}

.search-box .text {
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
  padding: 0 12px;
  font-size: 1rem;
  line-height: 45px;
  float: left;
  width: calc(100% - 60px);
}

.search-box .btn {
  float: right;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: url(../images/search-btn.png) center center no-repeat;
  background-size: 100% 100%;
}

.search-box input::-webkit-input-placeholder {
  color: #333;
}

.search-box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
}

.search-box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
}

.search-box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}

.search-box.showdiv {
  opacity: 1;
  visibility: visible;
}

.search-box.showdiv .layer {
  transform: none;
  transition: all 0.5s ease-out 0s;
  opacity: 1;
}

/* 导航 */
.navbar {
  position: relative;
  z-index: 9;
  float: left;
}

.navbar .menu-bott {
  display: none;
}

.navbar .nav-button {
  display: none;
}

.navbar .navbar-nav > li {
  position: relative;
  text-align: center;
  float: left;
}

.navbar .navbar-nav > li em {
  display: none;
}

.navbar .navbar-nav > li > a {
  color: #333333;
  display: block;
  text-align: center;
  font-size: 1.25rem;
  line-height: 55px;
  padding: 0 17px;
}

.navbar .navbar-nav > li:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.navbar .navbar-nav > .current > a,
.navbar .navbar-nav > li > a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.navbar .navbar-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.navbar .nav-child {
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s;
  background: rgba(0, 0, 0, 0.45);
}

.navbar .nav-child > li {
  padding: 12px 5px;
  text-align: center;
  position: relative;
}

.navbar .nav-child > li a {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}

.navbar .nav-child > li:hover {
  background: #ea9a25;
}

.navbar.open .submask {
  display: block;
}

/* 浮动导航 */
/* 浮动导航结束 */
/* banner焦点图 */
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 70px;
}

.banner * {
  transition: .5s;
}

.banner .swiper-container {
  overflow: hidden;
  width: 95%;
  height: 38vw;
  max-height: 780px;
  min-height: 220px;
  float: left;
}

.banner .swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.banner .swiper-container .pic {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner .swiper-container a:hover .pic {
  transform: scale(1.05);
}

.banner .swiper-container .tit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 640px;
  height: 360px;
  background: rgba(0, 115, 207, 0.6);
  padding: 70px 50px;
  display: none;
}

.banner .swiper-container .tit h2 {
  font-size: 2.375rem;
  font-weight: bold;
  color: #fff;
  line-height: 70px;
  height: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.banner .banner-prev,
.banner .banner-next {
  position: absolute;
  bottom: 50px;
  z-index: 9;
  cursor: pointer;
  width: 55px;
  height: 55px;
}

.banner .banner-prev {
  background: url(../images/banner-prev.png) center center no-repeat;
  background-size: 100% 100%;
  right: 150px;
}

.banner .banner-next {
  background: url(../images/banner-next.png) center center no-repeat;
  background-size: 100% 100%;
  right: 70px;
}

.banner:before {
  content: "";
  width: 99999px;
  height: 430px;
  background: #0073cf;
  position: absolute;
  bottom: 0;
  left: 95%;
  margin-left: -640px;
}

/* banner焦点图结束 */
/* 中部版块 */
@keyframes waveFlow {
  from {
    background-position-x: -10px, 0;
  }
  to {
    background-position-x: -30px, -20px;
  }
}

@keyframes circleAnim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes oline {
  0% {
    transform: scale(1);
    opacity: 0.25;
  }
  70% {
    transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0.25;
  }
}

@keyframes mline {
  0% {
    transform: scale(1);
    opacity: 0.55;
  }
  65% {
    transform: scale(1.2);
    opacity: 0.6;
  }
  75% {
    transform: scale(1.2);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 0.55;
  }
}

/* 首页中部区域 */
/* 通用样式 */
.flex {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.index-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  line-height: 35px;
}

.index-title * {
  transition: .5s;
}

.index-title h2 {
  font-size: 2rem;
  color: #333333;
  font-weight: bold;
  display: inline-block;
}

.index-title .index-more {
  display: inline-block;
  margin-left: 20px;
}

.index-title .index-more:hover img {
  transform: scale(1.05);
}

/* 通用样式 */
.row1 {
  padding-top: 65px;
  position: relative;
  z-index: 9;
}

.index-news {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pic-news {
  width: 46%;
}

.pic-news * {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pic-news li {
  display: block;
}

.pic-news li .pic {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
}

.pic-news li .pic a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pic-news li .pic a:after {
  content: "";
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
}

.pic-news li .date {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f1862e;
  text-align: center;
  color: #fff;
  z-index: 9;
  padding-top: 15px;
}

.pic-news li .date .day {
  font-size: 1.875rem;
  font-weight: bold;
}

.pic-news li .date .mon {
  font-size: .75rem;
}

.pic-news li .pic:hover a {
  transform: scale(1.05);
}

.pic-news li .txt {
  padding: 25px 0 0px;
  border-bottom: 2px solid #97b3e2;
  overflow: hidden;
}

.pic-news li .tit {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pic-news li .tit:hover {
  color: #215cc1;
}

.pic-news li .abst {
  margin-top: 10px;
  font-size: .875rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pic-news li .more {
  float: right;
  padding-right: 30px;
  background: url(../images/news-more.png) center right no-repeat;
  font-size: .875rem;
  color: #215cc1;
  line-height: 50px;
}

.pic-news li .more:hover {
  padding-right: 25px;
}

.pic-news .news-pagination {
  position: absolute;
  bottom: 153px;
  z-index: 9;
  right: 65px;
  left: auto;
  width: auto;
  font-size: .875rem;
  color: #fff;
}

.pic-news .news-pagination .swiper-pagination-current {
  font-size: 1rem;
}

.pic-news .news-prev,
.pic-news .news-next {
  width: 22px;
  height: 20px;
  position: absolute;
  bottom: 152px;
  z-index: 9;
  cursor: pointer;
}

.pic-news .news-prev {
  background: url(../images/news-left.png) center center no-repeat;
  right: 115px;
}

.pic-news .news-next {
  background: url(../images/news-right.png) center center no-repeat;
  right: 25px;
}

.txt-news {
  width: 50%;
  padding-top: 30px;
  border-top: 2px solid #215cc1;
}

.txt-news ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.txt-news li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.txt-news li:nth-child(n+3) {
  margin-bottom: 0;
}

.txt-news .box {
  border: 1px solid #efefef;
  padding: 60px 20px 25px;
  position: relative;
  height: 100%;
  transition: .5s;
}

.txt-news .column {
  width: calc(100% - 25px);
  height: 38px;
  line-height: 38px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e1f1ff;
  padding-left: 25px;
  font-size: 1rem;
  color: #215cc1;
  transition: .5s;
}

.txt-news .tit {
  font-size: 1rem;
  color: #333333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: .5s;
}

.txt-news .date {
  position: absolute;
  left: 25px;
  bottom: 20px;
  width: 50px;
  color: #333333;
  text-align: center;
}

.txt-news .date .day {
  font-size: 1.875rem;
  font-weight: bold;
}

.txt-news .date .mon {
  font-size: .75rem;
}

.txt-news .more {
  display: block;
  width: 38px;
  height: 20px;
  background: url(../images/news-jiantou.png) center center no-repeat;
  position: absolute;
  right: 25px;
  bottom: 30px;
  cursor: pointer;
}

.txt-news .box:hover {
  background: #0073cf;
}

.txt-news .box:hover .column {
  color: #fff;
  background: #2a8ad7;
}

.txt-news .box:hover .tit {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
}

.txt-news .box:hover .date {
  color: #fff;
}

.txt-news .box:hover .more {
  background: url(../images/news-jiantou2.png) center center no-repeat;
}

.row2 {
  padding: 95px 0 100px;
  position: relative;
}

.row2 .index-title {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.row2:before {
  content: "";
  background: url(../images/row2-bg.png) bottom left no-repeat;
  width: 66%;
  height: 500px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.row2:after {
  content: "";
  width: 100%;
  height: 0;
  border-top: 1px dashed #bababa;
  position: absolute;
  left: 0;
  top: 183px;
}

.index-tzgg {
  padding: 0 95px;
  position: relative;
  overflow: hidden;
}

.index-tzgg * {
  transition: .5s;
}

.index-tzgg li {
  padding-top: 40px;
  position: relative;
}

.index-tzgg li .date {
  font-size: .75rem;
  color: #333333;
  overflow: hidden;
}

.index-tzgg li .date span {
  font-size: 30px;
  font-weight: bold;
}

.index-tzgg li h2 {
  margin-top: 20px;
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-tzgg li .more {
  padding-left: 13px;
  line-height: 12px;
  font-size: .875rem;
  color: #8f8f8f;
  border-left: 4px solid #f1862e;
  margin-top: 25px;
}

.index-tzgg li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #cacaca;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 5px;
}

.index-tzgg li:hover:before {
  background: #f1862e;
}

.index-tzgg li:hover .date {
  color: #f1862e;
}

.index-tzgg li:hover h2 {
  font-weight: bold;
}

.index-tzgg li:hover .more {
  border-left: 20px solid #f1862e;
}

.index-tzgg .tzgg-prev,
.index-tzgg .tzgg-next {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  margin-top: 12px;
  z-index: 9;
  cursor: pointer;
}

.index-tzgg .tzgg-prev {
  background: url(../images/tzgg-left.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
}

.index-tzgg .tzgg-next {
  background: url(../images/tzgg-right.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
}

.index-tzgg .tzgg-prev:hover {
  background: url(../images/tzgg-left-on.png) no-repeat;
  background-size: 100% 100%;
}

.index-tzgg .tzgg-next:hover {
  background: url(../images/tzgg-right-on.png) no-repeat;
  background-size: 100% 100%;
}

.row3 {
  padding: 80px 0 110px;
  background: #fff;
  position: relative;
}

.row3 .container {
  position: relative;
}

.row3 .index-title {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.row3:before {
  content: "";
  width: 100%;
  height: 50%;
  background: #edf4f7;
  position: absolute;
  top: 0;
  left: 0;
}

.index-kydt {
  position: relative;
}

.index-kydt * {
  transition: 0.5s;
}

.index-kydt .list {
  float: right;
  width: 72.7%;
  padding: 55px 45px 20px 13%;
  background: url(../images/kydt-bg.png) right center #0073cf;
}

.index-kydt .list li {
  overflow: hidden;
  margin-bottom: 55px;
}

.index-kydt .list .pic {
  float: left;
  width: 230px;
  height: 130px;
  padding: 5px;
  background: #fff;
}

.index-kydt .list .pic a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.index-kydt .list .txt {
  float: right;
  width: calc(100% - 260px);
}

.index-kydt .list .tit {
  font-size: 1rem;
  line-height: 28px;
  color: #fff;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-kydt .list .tit:hover {
  font-weight: bold;
}

.index-kydt .list .abst {
  font-size: .875rem;
  color: #fff;
  opacity: .7;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
  margin-bottom: 20px;
}

.index-kydt .list .date {
  float: left;
  font-size: .75rem;
  color: #fff;
}

.index-kydt .list .date span {
  font-size: 1.125rem;
  font-weight: bold;
}

.index-kydt .list .more {
  float: right;
  width: 38px;
  height: 20px;
  background: url(../images/news-jiantou2.png) center center no-repeat;
}

.index-kydt .list .more:hover {
  transform: translateY(-5px);
}

.index-kydt .bigpic {
  position: absolute;
  width: 36%;
  left: 0;
  top: -75px;
  z-index: 9;
  background: #fff;
  border: 1px solid #e5eaec;
  padding: 30px 30px 20px;
}

.index-kydt .bigpic .pic {
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}

.index-kydt .bigpic .pic a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.index-kydt .bigpic .pic a:hover {
  transform: scale(1.05);
}

.index-kydt .bigpic .txt {
  padding-top: 20px;
}

.index-kydt .bigpic .tit {
  font-size: 1.125rem;
  color: #333333;
  font-weight: bold;
  display: block;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-kydt .bigpic .tit:hover {
  color: #215cc1;
}

.index-kydt .bigpic .abst {
  margin-top: 15px;
  border-top: 2px solid #215cc1;
  padding-top: 15px;
  color: #777777;
  font-size: .875rem;
  line-height: 26px;
  height: 67px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-kydt .bigpic .more {
  float: right;
  width: 38px;
  height: 20px;
  background: url(../images/news-jiantou3.png) center center no-repeat;
}

.index-kydt .bigpic .more:hover {
  transform: translateY(-5px);
}

.row4 {
  padding: 80px 0 60px;
  background: url(../images/row4-bg.png) no-repeat;
  background-size: cover;
}

.row4 .index-title h2 {
  color: #fff;
}

.index-yjdw li {
  background: rgba(0, 115, 207, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 25px;
}

.index-yjdw li .pic {
  width: 100%;
  padding-bottom: 118%;
  position: relative;
  overflow: hidden;
}

.index-yjdw li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.index-yjdw li .pic img:hover {
  transform: scale(1.05);
}

.index-yjdw li h2 {
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
  font-weight: normal;
  margin-top: 20px;
}

.index-yjdw .yjdw-pagination {
  margin-top: 40px;
  text-align: center;
  position: relative;
}

.index-yjdw .yjdw-pagination span {
  background: #fff;
  opacity: .45;
  margin: 0 15px;
  cursor: pointer;
}

.index-yjdw .yjdw-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.row5 {
  padding: 80px 0 120px;
  position: relative;
}

.row5:before {
  content: "";
  width: 100%;
  height: 730px;
  background: url(../images/row5-bg.png) right top no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.index-yqsb {
  position: relative;
}

.index-yqsb * {
  transition: .5s;
}

.index-yqsb li {
  padding: 10px 20px;
}

.index-yqsb li a {
  display: block;
  padding: 10px;
}

.index-yqsb li .pic {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin: 0 auto;
}

.index-yqsb li .pic:before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: url(../images/yqsb-circle.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -10px;
  top: -10px;
  visibility: hidden;
  opacity: 0;
}

.index-yqsb li .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
}

.index-yqsb li .img img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-yqsb li h2 {
  margin-top: 25px;
  font-size: 1.25rem;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-yqsb li:hover .pic:before {
  opacity: 1;
  visibility: visible;
  animation: circleAnim 10s linear infinite;
}

.index-yqsb li:hover h2 {
  font-weight: bold;
  color: #0073cf;
}

.index-yqsb .yqsb-prev,
.index-yqsb .yqsb-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 9;
  cursor: pointer;
}

.index-yqsb .yqsb-prev {
  left: -50px;
  background: url(../images/yqsb-left.png) no-repeat;
  background-size: 100% 100%;
}

.index-yqsb .yqsb-next {
  right: -50px;
  background: url(../images/yqsb-right.png) no-repeat;
  background-size: 100% 100%;
}

.row6 {
  position: relative;
  padding-top: 40px;
}

.row6 .index-title {
  margin-left: 55%;
}

.index-ssjj {
  position: relative;
  padding-bottom: 90px;
}

.index-ssjj .pic {
  position: relative;
  float: left;
  width: 50%;
  margin-top: -120px;
}

.index-ssjj .pic img {
  width: 100%;
}

.index-ssjj .container {
  position: relative;
}

.index-ssjj .info {
  float: right;
  width: 45%;
  padding-top: 50px;
  color: #fff;
}

.index-ssjj .info p {
  font-size: 1.125rem;
  text-indent: 2em;
  color: #fff;
  line-height: 40px;
  height: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.index-ssjj .info .more {
  display: block;
  margin-top: 20px;
  text-align: right;
  position: relative;
}

.index-ssjj .info .more:before {
  content: "";
  height: 1px;
  width: calc(100% - 75px);
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

.index-ssjj:before {
  content: "";
  width: 95%;
  height: 100%;
  background: url(../images/jj-bg.png) right bottom no-repeat #0073cf;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* 首页中部区域 */
.slider-right {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 20%;
  width: 120px;
  background: url(../images/slider-right.png) bottom center no-repeat #015aa1;
  padding: 10px 0;
}

.slider-right li {
  position: relative;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}

.slider-right li a {
  font-size: 1rem;
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}

.slider-right li:hover {
  background: #0073cf;
}

.slider-right .gotop {
  padding: 20px 0 10px;
  text-align: center;
  cursor: pointer;
}

/* 底部 */
.footer {
  padding: 70px 0 90px;
  background: url(../images/footer-bg.png) bottom no-repeat #f3f3f3;
  background-size: 100% auto;
}

.footer .footlogo {
  padding-bottom: 30px;
  border-bottom: 1px solid #cfcece;
}

.footer .info {
  margin-top: 30px;
}

.footer .links {
  float: left;
  width: 660px;
}

.footer .links h2 {
  font-size: 1.125rem;
  color: #333333;
  line-height: 50px;
  position: relative;
  margin-bottom: 15px;
}

.footer .links h2:after {
  content: "";
  width: 22px;
  height: 1px;
  background: #0073cf;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer .links li {
  width: 33.3%;
  padding-right: 5px;
  float: left;
}

.footer .links li * {
  transition: .5s;
}

.footer .links li a {
  font-size: 1rem;
  color: #666666;
  display: block;
  line-height: 30px;
  white-space: nowrap;
}

.footer .links li a:hover {
  color: #0073cf;
}

.footer .links2 {
  width: calc(100% - 850px);
  margin-left: 10px;
}

.footer .ewm {
  float: right;
  margin-top: 40px;
}

.footer .ewm li {
  float: left;
  margin-left: 25px;
}

.cory {
  padding: 15px 0;
  text-align: center;
  background: #454545;
}

.cory * {
  font-size: .875rem;
  color: #fff;
  line-height: 30px;
}

/* 列表页 */
/* 列表banner */
.listbanner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.listbanner .pic {
  width: 100%;
  height: 28vw;
  max-height: 550px;
  min-height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-page {
  position: relative;
  z-index: 3;
  min-height: 600px;
  background: url(../images/list-bg01.jpg) top left no-repeat #ffffff;
  background-size: 100% auto;
  padding-bottom: 100px;
}
.list-page:before{
  content:"";
  width:100%;
  height:100%;
   background: url(../images/list-bg02.jpg) bottom left no-repeat ;
  background-size: 100% auto;
  position:absolute;
  bottom:0;
  left:0;
}

/* 左侧导航 */
.left-nav {
  width: 290px;
  float: left;
  position: relative;
  background: #fff;
}

.left-nav .column {
  padding: 48px 153px 48px 48px;
  width: 437px;
  background: url(../images/leftnav-tit.png) no-repeat;
  background-size: 100% 100%;
  margin-top: -48px;
  position: relative;
}

.left-nav .column h2 {
  font-size: 2rem;
  font-weight: normal;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}

.left-nav .column h2:after {
  content: "";
  width: 30px;
  height: 3px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
}

.left-nav .phone-column {
  display: none;
}

.left-nav .sideMenu {
  margin-top: -48px;
  border-left: 5px solid #e6e7e7;
  padding-top: 70px;
}

.left-nav .sideMenu li {
  position: relative;
  padding-left: 28px;
}

.left-nav .sideMenu li > a {
  position: relative;
  display: block;
  padding: 17px 18px;
  background: #fff;
  border-bottom: 1px solid #e6e7e7;
}

.left-nav .sideMenu li > a p {
  background: url(../images/leftnav-ico1.png) right center no-repeat;
  padding-right: 15px;
  font-size: 1.125rem;
  color: #333333;
}

.left-nav .sideMenu li > a:before {
  content: "";
  width: 5px;
  height: 100%;
  background: #f1862e;
  position: absolute;
  top: 0;
  left: -33px;
  visibility: hidden;
  opacity: 0;
}

.left-nav .sideMenu dl {
  margin-top: -1px;
  padding: 0px 20px 15px 30px;
  background: #fff;
  display: none;
  position: relative;
  border-bottom: 1px solid #e6e7e7;
}

.left-nav .sideMenu dl dd a {
  display: block;
  font-size: 1rem;
  color: #444444;
  padding: 7px 0 7px 20px;
  position: relative;
  background: url(../images/leftnav-ico3.png) left center no-repeat;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  background: url(../images/leftnav-ico4.png) left center no-repeat;
  font-weight: bold;
  color: #005dab;
}

.left-nav .sideMenu li.current > a:before,
.left-nav .sideMenu li:hover > a:before {
  opacity: 1;
  visibility: visible;
}

.left-nav .sideMenu li.current p,
.left-nav .sideMenu li:hover p {
  font-weight: bold;
  background: url(../images/leftnav-ico2.png) right center no-repeat;
}

.left-nav .sideMenu li.current dl {
  display: block;
}

/* 右边内容区域 */
.right-con {
  float: right;
  width: calc(100% - 291px);
  position: relative;
}

.right-con:before {
  content: "";
  width: 100%;
  height: 400px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.location {
  position: relative;
  padding: 15px 20px 15px 60px;
  background: #eef7ff;
}

.curr-col {
  float: left;
}

.curr-col h2 {
  position: relative;
  float: left;
  font-weight: bold;
  font-size: 1.375rem;
  color: #0073cf;
}

.weizhi {
  float: right;
  overflow: hidden;
  padding-left: 20px;
  background: url(../images/home.png) left center no-repeat;
  font-size: 0.875rem;
  color: #888888;
}

.weizhi a {
  font-size: 0.875rem;
  color: #888888;
}

.list-box {
  padding-left: 60px;
  margin-top: 30px;
  position: relative;
}

.list-new * {
  transition: .5s;
}

.list-new li {
  padding: 30px 0;
  border-bottom: 1px solid #dcdddd;
  overflow: hidden;
  position: relative;
}

.list-new li .pic {
  float: left;
  width: 300px;
}

.list-new li .pic a {
  display: block;
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}

.list-new li .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.list-new li .pic img:hover {
  transform: scale(1.05);
}

.list-new li .txt {
  float: right;
  width: calc(100% - 340px);
  padding-right: 25px;
}

.list-new li .tit {
  font-size: 1.125rem;
  display: block;
  line-height: 50px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-new li .abst {
  color: #888888;
  font-size: .875rem;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-new li .date {
  margin-top: 25px;
  color: #508bc3;
  font-size: .875rem;
  float: left;
}

.list-new li .more {
  margin-top: 15px;
  width: 38px;
  height: 38px;
  display: block;
  background: url(../images/list-more.png) no-repeat;
  background-size: 100% 100%;
  float: right;
}

.list-new li:hover {
  background: url(../images/list-new-bg.png) right bottom no-repeat #0073cf;
}

.list-new li:hover .tit {
  color: #fff;
  font-weight: bold;
}

.list-new li:hover .abst {
  color: rgba(255, 255, 255, 0.6);
}

.list-new li:hover .date {
  color: #fff;
}

.list-new li:hover .more {
  background: url(../images/list-more2.png) no-repeat;
  background-size: 100% 100%;
}

.list-text {
  margin-top: 15px;
  overflow: hidden;
}

.list-text li {
  padding: 17px 0;
  border-bottom: 1px solid #dcdddd;
  line-height: 40px;
}

.list-text li a {
  overflow: hidden;
  display: block;
}

.list-text li h2 {
  float: right;
  display: block;
  width: calc(100% - 120px);
  font-weight: normal;
  font-size: 1rem;
  position: relative;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-text li .date {
  float: left;
  width: 107px;
  text-align: center;
  font-size: 1.625rem;
  color: #333;
  height: 40px;
  background: linear-gradient(to right, aliceblue, transparent);
}

.list-text li .date span {
  font-size: .75rem;
  margin-left: 10px;
}

.list-text li:hover h2 {
  font-weight: bold;
  color: #0073cf;
  font-size: 1.125rem;
}

.list-text li:hover .date {
  color: #fff;
  background: #0073cf;
}

/* 图片列表 */
.list-pic {
  overflow: hidden;
  margin: 30px -15px 0;
}

.list-pic * {
  transition: .5s;
}

.list-pic li {
  width: 33.3%;
  float: left;
  margin-bottom: 35px;
}

.list-pic li a {
  display: block;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

.list-pic .pic {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
}

.list-pic .pic img {
  width: 100%;
  position: absolute;
}

.list-pic h4 {
  position: relative;
  padding: 15px 20px;
  font-weight: normal;
  line-height: 16px;
}

.list-pic h4 p {
  font-size: 1rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-pic h4 p:before {
  content: "";
  width: 3px;
  height: 16px;
  background: #8db8df;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.list-pic li:hover a {
  background: #0465bc;
}

.list-pic li:hover img {
  transform: scale(1.05);
}

.list-pic li:hover p {
  color: #fff !important;
}

.list-pic li:hover p:before {
  background: #ea9a25;
}

/* 领导团队 */
.list-leader {
  padding-top: 20px;
  margin: 0 -10px;
  overflow: hidden;
}

.list-leader li {
  float: left;
  width: 16.66%;
  margin-bottom: 50px;
}

.list-leader li a {
  display: block;
  overflow: hidden;
  margin: 0 10px;
}

.list-leader li .pic {
  width: 100%;
  position: relative;
  padding-bottom: 118%;
  overflow: hidden;
}

.list-leader li .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list-leader li .tit {
  line-height: 44px;
  font-size: 1rem;
  color: #333;
  text-align: center;
  background: #eef7ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-leader li:hover img {
  transform: scale(1.05);
}

.list-leader li:hover .tit {
  background: #0073cf;
  color: #fff;
  font-weight: bold;
}

/* 列表线条动画 */
.bottom-inOutSpread:before,
.bottom-inOutSpread:after,
.bottom-inOutSpread > .ui-border-element:before,
.bottom-inOutSpread > .ui-border-element:after {
  content: "";
  position: absolute;
}

.bottom-inOutSpread:after {
  border-bottom: 1px solid #005dab;
  left: 51%;
  right: 51%;
  bottom: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.bottom-inOutSpread:hover:after {
  left: 0%;
  right: 0%;
}

.bottom-inOutSpread:not(:hover):after {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

/* 列表线条动画结束 */
/* 正文页 */
.article-con {
  overflow: hidden;
  padding-top: 30px;
}

.article-con .tit {
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333333;
}

.article-con .info {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  text-align: center;
  font-size: 0.875rem;
  color: #777777;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #caddef;
}

.article-con .info span {
  margin: 0 10px;
}

.article-con .article-text {
  padding-top: 20px;
  font-size: 1rem;
  line-height: 2;
  color: #333333;
}

.article-con .article-text p {

 
}

.article-con .article-text p img,
.article-con .article-text p video {

  max-width: 100%;
  height: auto !important;
}

.article-con .article-text p.vsbcontent_img {
  text-indent: 0;
}

.article-con .article-text p.vsbcontent_img img {
  margin-left: 0;
}

.article-con .updown {
  border-top: 1px solid #dfe0e2;
  overflow: hidden;
  padding-top: 30px;
}

.article-con .updown a {
  display: block;
  font-size: 1rem;
  color: #333;
  padding: 6px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.article-con .updown a:hover {
  color: #0073cf;
}

/* 正文表格P不缩进 */
.article-con .article-text table p {
  text-indent: 0;
  padding: 0;
}

.article-con table {
  display: flex;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}