@charset "utf-8";
body {
  font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}

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;
  }
}

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;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  background: #015293;
}

.header .top-right {
  float: right;
}

.header .top-link {
  text-align: right;
}

.header .top-link a {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
}

.header .top-link a:hover {
  color: #fff;
}

.search-box {
  margin-top: 20px;
  float: right;
  width: 250px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.search-box .ss .text {
  float: left;
  width: calc(100% - 40px);
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  background: none;
  border: none;
}

.search-box .ss .btn {
  float: right;
  margin-top: 10px;
}

.search-box input::-webkit-input-placeholder {
  /* WebKit browsers*/
  color: rgba(255, 255, 255, 0.75);
}

.search-box input:-moz-input-placeholder {
  /* Mozilla Firefox 4 to 18*/
  color: rgba(255, 255, 255, 0.75);
}

.search-box input::-moz-input-placeholder {
  /* Mozilla Firefox 19+*/
  color: rgba(255, 255, 255, 0.75);
}

.search-box input:-ms-input-placeholder {
  /* Internet Explorer 10+*/
  color: rgba(255, 255, 255, 0.75);
}

.logo {
  float: left;
}

.nav {
  background: #fff;
}

/* 导航 */
.navbar {
  width: 100%;
  position: relative;
}

.navbar .menu-bott {
  display: none;
}

.navbar .close {
  display: none;
}

.navbar .nav-button {
  display: none;
}

.navbar .navbar-nav > li {
  position: relative;
  text-align: center;
  float: left;
  width: 10%;
  line-height: 65px;
}

.navbar .navbar-nav > li > a {
  color: #333333;
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
}

.navbar .navbar-nav > li > a > em {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 12px;
  height: 100%;
  background: url(../images/down-jiantou.png) center no-repeat;
}

.navbar .navbar-nav > li:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.navbar .navbar-nav > li:hover > a {
  color: #015293;
}

.navbar .navbar-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.navbar .nav-child {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.64);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s;
}

.navbar .nav-child:before {
  content: "";
  width: 15px;
  height: 7px;
  background: url(../images/nav-top.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -8px;
}

.navbar .nav-child > li {
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  position: relative;
  line-height: 32px;
}

.navbar .nav-child > li a {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
}

.navbar .nav-child > li:hover {
  background: #015293;
}

.navbar.open .submask {
  display: block;
}

/* 浮动导航 */
.header.showdiv {
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
}

/* 浮动导航结束 */
/* banner焦点图 */
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slider-banner {
  position: relative;
  width: 100%;
}

.slider-banner .slick-slide {
  position: relative;
  overflow: hidden;
}

.slider-banner .slick-slide .pic {
  background-position: center;
  background-size: cover;
  height: 500px;
}

.slider-banner .slick-arrow {
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: 99px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 9;
}

.slider-banner .slick-prev {
  background: url(../images/banner-left.png) no-repeat;
  background-size: 100% 100%;
  left: 3%;
}

.slider-banner .slick-next {
  background: url(../images/banner-right.png) no-repeat;
  background-size: 100% 100%;
  right: 3%;
}

/* banner焦点图结束 */
/* 中部版块 */
@keyframes circleAnim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes circleAnim {
  /* Firefox */
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circleAnim {
  /* Safari 和 Chrome */
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes circleAnim {
  /* Opera */
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes scalAnim {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

.index-title {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.index-title .cn {
  float: left;
  padding-left: 45px;
  padding-bottom: 8px;
  border-bottom: 2px solid #015293;
  /*background: url(../images/index-tit-ico.png) left center no-repeat;*/
  color: #015293;
  font-size: 1.75rem;
}
.ico-1{
   background: url(../images/index-tit-ico.png) left center no-repeat;
}
.ico-2{
   background: url(../images/index-tit-ico-1.png) left center no-repeat;
}
.ico-3{
   background: url(../images/index-tit-ico-4.png) left center no-repeat;
}
.ico-4{
   background: url(../images/index-tit-ico-2.png) left center no-repeat;
}
.ico-5{
   background: url(../images/index-tit-ico-3.png) left center no-repeat;
}
.ico-6{
   background: url(../images/index-tit-ico-5.png) left center no-repeat;
}
.index-title .en {
  float: left;
  margin-top: 11px;
  margin-left: 15px;
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.16);
}

.index-title .index-more {
  float: right;
  margin-top: 10px;
  width: 81px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #e4e4e4;
  font-size: .875rem;
  border-radius: 20px;
  color: #777777;
}

.index-title .index-more:hover {
  background: #015293;
  color: #fff;
}

.row1 {
  padding: 55px 0 45px;
}

.row1 .left {
  width: 63%;
  float: left;
}

.row1 .right {
  float: right;
  width: 32%;
}

.news-pic {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 25px;
}

.news-pic ul {
  overflow: hidden;
  margin: 0 -20px;
}


.news-pic li {
  width: 50%;
  float: left;
}

.news-pic .box {
  margin: 0 20px;
}

.news-pic .box .pic {
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}

.news-pic .box .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.news-pic .box .pic img:hover {
  transform: scale(1.05);
}

.news-pic .box .date {
  width: 93px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #015293;
  font-size: 1.125rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  position: absolute;
  left: 0;
  top: 10px;
}

.news-pic .box .tit {
  margin-top: 15px;
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-pic .box .tit:hover {
  color: #015293;
}

.work-pic {

  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 25px;

}

.work-pic ul {
  overflow: hidden;
  margin: 0 -20px;
}


.work-pic li {
  width: 50%;
  
}


.work-pic .box .pic {
  /*float: left;*/
  width: 100%;
  padding-bottom: 46%;
  overflow: hidden;
  position: relative;
}
.work-pic .box .tit {
/*  float: left;*/
  width: 100%;
  margin-left: 3%;
  margin-top: 15px;
  /*font-size: 1rem;*/
 /* font-weight: bold;*/
  color: #333333;
  /*line-height: 26px;*/
  /*height: 52px;*/
/*  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
}

.work-pic .box .tit a {
  font-weight: bold;
  font-size: 1rem;
}

.work-pic .box .tit p {
  margin-top: 10px;
  font-size: 0.9rem;
}

.p-text {
 
}
.work-pic .box .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.work-pic .box .pic img:hover {
  transform: scale(1.05);
}

.work-pic .box .date {
  width: 93px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #015293;
  font-size: 1.125rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  position: absolute;
  left: 0;
  top: 10px;
}



.work-pic .box .tit:hover {
  color: #015293;
}

.news-text {
  overflow: hidden;
  margin-top: 12px;
}

.news-text li {
  overflow: hidden;
  line-height: 50px;
  padding-right: 15px;
  -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;
}

.news-text li a {
  float: left;
  width: calc(100% - 85px);
  position: relative;
  padding-left: 18px;
  font-size: 1rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-text li a:before {
  content: "";
  width: 2px;
  height: 2px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.news-text li .date {
  float: left;
  font-size: .875rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #888888;
}

.news-text li:hover {
  background: #e5edf4;
}

.news-text li:hover a {
  color: #015293;
}

.index-tzgg li {
  padding: 14px;
  border: 1px solid #dddddd;
  margin-bottom: 18px;
  overflow: hidden;
}

.index-tzgg .date {
  float: left;
  width: 71px;
  border: 2px solid #015293;
  text-align: center;
  background: #015293;
  font-family: Arial, Helvetica, sans-serif;
}

.index-tzgg .date .day {
  line-height: 42px;
  font-size: 1.625rem;
  color: #015293;
  background: #ebf5fc;
}

.index-tzgg .date .year {
  line-height: 22px;
  font-size: .875rem;
  color: #ffffff;
}

.index-tzgg .text {
  float: right;
  width: calc(100% - 95px);
  padding-top: 5px;
}

.index-tzgg .text a {
  display: block;
  font-size: 1rem;
  color: #333333;
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-tzgg li:hover a {
  color: #015293 !important;
}

.row2 {
  padding: 50px 0 55px;
  /*background: url(../images/row2-bg.png) no-repeat;*/
  background-size: cover;
}

.row2 .left {
  float: left;
  width: 48.33%;
}

.row2 .right {
  float: right;
  width: 48.33%;
}

.row2 .coltit {
  width: 395px;
  margin: 0 auto 25px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.row2 .coltit .cn {
  font-size: 1.75rem;
  color: #222222;
  font-weight: bold;
}

.row2 .coltit .en {
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.16);
}

.row2 .coltit:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #015293;
  position: absolute;
  left: 0;
  top: 50%;
}

.row2 .coltit:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #015293;
  position: absolute;
  right: 0;
  top: 50%;
}

.index-sfkn li {
  line-height: 55px;
  border-bottom: 1px solid #dddddd;
}

.index-sfkn li a {
  display: block;
  position: relative;
  overflow: hidden;
}

.index-sfkn li .date {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  color: #015293;
  font-size: .875rem;
}

.index-sfkn li .date:after {
  content: "";
  width: 2px;
  height: 14px;
  background: #015293;
  position: absolute;
  left: 86px;
  top: 50%;
  margin-top: -7px;
}

.index-sfkn li .tit {
  float: right;
  width: calc(100% - 107px);
  font-size: 1rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-sfkn li:hover {
  border-bottom: 1px solid #015293;
}

.index-sfkn li:hover a {
  transform: translateX(10px);
}

.index-sfkn li:hover .date {
  font-weight: bold;
}

.index-sfkn li:hover .tit {
  color: #015293;
  font-weight: bold;
}

.warn-pic {
  width: 40%;
  float: left;
  position: relative;
  z-index: 2;
}

.warn-pic .box {
  width: 100%;
  margin-top: 25px;
}

.warn-pic .box a {
  display: block;
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}

.warn-pic .box a img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.warn-pic .box a .tit {
  width: 100%;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(transparent, black);
}

.warn-pic .box a .tit p {
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}

.warn-pic .box a:after {
  content: "";
  width: 34px;
  height: 34px;
  background-size: 100% 100%;
  background: url(../images/player.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -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;
}

.warn-pic .box a:hover:after {
  transform: translate(-50%, -50%) rotate(360deg);
}

.warn-list {
  width: 70%;
  float: right;
  margin-left: -10%;
  background: #fff;
  padding: 0 3% 0 13%;
}

.warn-list li {
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px dashed #d4d4d4;
}

.warn-list .pic {
  float: left;
  padding: 5px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 5px 0 #bfd2e1;
}

.warn-list .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.warn-list .pic img:hover {
  transform: scale(1.05);
}

.warn-list .tit {
  margin-top: 5px;
  float: right;
  width: calc(100% - 85px);
  font-size: 1rem;
  color: #333333;
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.warn-list li:hover .tit {
  color: #015293;
}

.row3 {
  padding: 60px 0;
}

.row3 .left {
  width: 63%;
  float: left;
  height: 440px;
  padding: 30px 10px 10px 35px;
  background: url(../images/service-bg.png) bottom no-repeat;
  background-size: cover;
  border: 1px solid #dddddd;
}

.row3 .right {
  float: right;
  width: 32%;
  padding-left: 10px;
  position: relative;
  overflow: hidden;
}

.index-service {
  padding-left: 25px;
}

.index-service ul {
  overflow: hidden;
  margin: 0 -10px;
}

.index-service li {
  float: left;
  width: 33.3%;
  margin-bottom: 35px;
}

.index-service li a {
  margin: 0 10px;
  overflow: hidden;
  display: block;
}

.index-service li .pic {
  float: left;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  background: #cee5f7;
  position: relative;
  -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;
}

.index-service li .pic img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.index-service li .pic img:last-child {
  transform: translate(-50%, -300%);
}

.index-service li .tit {
  float: left;
  font-size: 1.125rem;
  color: #333333;
  margin-left: 15px;
  line-height: 85px;
  -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;
}

.index-service li:hover .pic {
  background: #025394;
}

.index-service li:hover img:first-child {
  transform: translate(-50%, -300%);
}

.index-service li:hover img:last-child {
  transform: translate(-50%, -50%);
}

.index-service li:hover .tit {
  font-weight: bold;
  color: #015393;
}

.index-contact {
  background: url(../images/contact-bg.png) right bottom no-repeat;
  border: 1px solid #dddddd;
  padding: 20px 25px;
}

.index-contact .mail {
  width: 350px;
  background: url(../images/mail-bg.png) no-repeat;
  background-size: 100% 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: -30px;
  position: relative;
}

.index-contact .mail h2 {
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
}

.index-contact .tit {
  padding-left: 35px;
  background: url(../images/contact-ico.png) left center no-repeat;
  margin: 20px 0 10px;
}

.index-contact .tit h2 {
  font-size: 1.125rem;
  color: #015293;
  font-weight: bold;
}

.index-contact .text {
  overflow: hidden;
  padding-left: 35px;
}

.index-contact .text p {
  font-size: 1rem;
  color: #333333;
  line-height: 37px;
}

.row4 {
  padding: 48px 0 60px;
  background: url(../images/row4-bg.png) no-repeat;
  background-size: cover;
}

.row4 .left {
  float: left;
  width: 48.33%;
}

.row4 .right {
  float: right;
  width: 48.33%;
}

.row4 .coltit {
  width: 395px;
  margin: 0 auto 25px;
  overflow: hidden;
  position: relative;
  text-align: center; 
  }

.row4 .coltit .cn {
  font-size: 1.75rem;
  color: #9f0a0a;
  font-weight: bold;}

.row4 .coltit .en {
  font-size: 1.25rem;
  color: rgba(0, 0, 0, 0.16);
}

.row4 .coltit:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #015293;
  position: absolute;
  left: 0;
  top: 50%;
}

.row4 .coltit:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #015293;
  position: absolute;
  right: 0;
  top: 50%;
}

.index-tab .hd {
  height: 80px;
  padding: 20px 20px 10px 20px;
  overflow: hidden;
  position: relative;
  background: url(../images/hdtit-bg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0;
}

.index-tab .hd li {
  float: left;
  margin-right: 30px;
  cursor: pointer;
}

.index-tab .hd li p {
  padding-bottom: 10px;
  font-size: 1.75rem;
  color: #fff;
}

.index-tab .hd li.on p {
  padding-left: 45px;
  background: url(../images/hdtit-ico.png) left center no-repeat;
  font-weight: bold;
  border-bottom: 2px solid #fff;
}

.index-tab .hd .index-more {
  background: rgba(228, 228, 228, 0.25);
  color: #fff;
}

.index-tab .hd .index-more:hover {
  background: #015393;
}

.index-tab .bd {
  overflow: hidden;
  background: #fff;
  padding: 15px 20px 30px;
}

.index-tab .bd .more {
  display: none;
}

.index-tab .bd li {
  overflow: hidden;
  line-height: 50px;
}

.index-tab .bd li .tit {
  float: left;
  position: relative;
  padding-left: 20px;
  width: calc(100% - 90px);
  font-size: 1rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-tab .bd li .tit:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #74bffb;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

.index-tab .bd li .date {
  font-size: .875rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #949494;
  float: right;
}

.index-tab .bd li:hover .tit {
  color: #015393;
  transform: translateX(5px);
}

.index-links {
  padding: 35px 0 30px;
  background: #fff;
}

.index-links h2 {
  float: left;
  background: url(../images/links-ico.png) left bottom no-repeat;
  padding-left: 45px;
  padding-bottom: 15px;
  margin-top: 10px;
}

.index-links h2 p {
  font-weight: normal;
  font-size: 1.375rem;
  color: #333333;
}

.index-links ul {
  float: right;
  width: calc(100% - 215px);
}

.index-links ul li {
  float: left;
  width: 25%;
}

.index-links ul li a {
  font-size: .9375rem;
  color: #444444;
  line-height: 30px;
}

.index-links ul li a:hover {
  color: #015293;
}

/* 中部版块 */
/* 底部 */
.footer {
  padding: 30px 0;
  background: #015293;
}

.footer .foot-logo {
  float: left;
  margin-top: 10px;
  margin-right: 30px;
}

.footer .cory {
  /*float: left;*/
  text-align: center;
}

.footer .cory p {
  font-size: .875rem;
  color: #fff;
  line-height: 30px;
}

.footer .ewm {
  float: right;
  width: 98px;
}

.footer .ewm .img {
  width: 98px;
  height: 98px;
}

.footer .ewm p {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

/* 列表页 */
/* 列表banner */
.list-banner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.list-banner img {
  width: 100%;
}

.list-page {
  position: relative;
  z-index: 3;
  min-height: 600px;
  padding: 50px 0 75px;
}

/* 二级导航 */
/* 左侧导航 */
.left-nav {
  width: 255px;
  float: left;
  position: relative;
  padding-bottom: 170px;
  background: url(../images/leftnav.png) bottom center no-repeat;
}

.left-nav .column {
  padding: 20px;
  background: #015293;
  text-align: center;
}

.left-nav .column h2 {
  padding-left: 50px;
  background: url(../images/hdtit-ico.png) left center no-repeat;
  font-size: 1.625rem;
  font-weight: bold;
  color: #fff;
  display: inline;
}

.left-nav .phone-column {
  display: none;
}

.left-nav .sideMenu {
  padding: 25px 10px;
  position: relative;
  background: #ebf5fc;
}

.left-nav .sideMenu li {
  position: relative;
  margin-bottom: 20px;
}

.left-nav .sideMenu li > a {
  position: relative;
  display: block;
  padding: 17px 17px 17px 25px;
  border-left: 4px solid #035295;
  background: #fff;
  border-radius: 0 40px 40px 0;
  overflow: hidden;
}

.left-nav .sideMenu li > a p {
  font-size: 1.25rem;
  color: #333333;
  padding-right: 20px;
  background: url(../images/leftnav-ico1.png) right center no-repeat;
}

.left-nav .sideMenu dl {
  padding: 10px 0 10px 40px;
  display: none;
}

.left-nav .sideMenu dl dd a {
  display: block;
  font-size: 1rem;
  color: #444444;
  padding: 7px 12px 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 {
  color: #015293;
  font-weight: bold;
  background: url(../images/leftnav-ico4.png) left center no-repeat;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  background: url(../images/leftnav-bg-on.png) no-repeat;
  background-size: 100% 100%;
}

.left-nav .sideMenu li.current > a p,
.left-nav .sideMenu li:hover > a p {
  background: url(../images/leftnav-ico2.png) right center no-repeat;
  color: #fff;
}

.left-nav .sideMenu li.current dl {
  display: block;
}

/* 右边内容区域 */
.right-con {
  width: calc(100% - 295px);
  float: right;
}

/* 当前位置 */
.location {
  float: right;
  margin-top: 16px;
  color: #888888;
  font-size: 14px;
  background: url(../images/home.png) left center no-repeat;
  padding-left: 20px;
}

.location a {
  color: #888888;
}

.current-col {
  overflow: hidden;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 13px;
}

.current-col h3 {
  float: left;
  font-size: 1.75rem;
  color: #015293;
  position: relative;
}

/* 列表页 */
.list-text {
  overflow: hidden;
  margin-top: 20px;
}

.list-text li {
  line-height: 60px;
  border-bottom: 1px solid #e9e8e8;
  overflow: hidden;
}

.list-text li .date {
  float: right;
  font-size: 1rem;
  color: #888888;
}

.list-text li a.tit {
  float: left;
  position: relative;
  font-size: 1rem;
  padding-left: 35px;
  width: calc(100% - 100px);
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -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;
}

.list-text li a.tit:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ddc078;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -3px;
}

.list-text li:hover {
  border-bottom: 1px solid #015293;
}

.list-text li:hover a.tit {
  color: #015293;
  font-weight: bold;
  font-size: 1rem;
}

/* 图片列表 */
.list-pics {
  overflow: hidden;
  margin: 40px -15px;
}

.list-pics li {
  float: left;
  width: 33.3%;
  margin-bottom: 30px;
}

.list-pics li a {
  display: block;
  margin: 0 15px;
}

.list-pics li .pic {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}

.list-pics li .pic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.list-pics li p {
  text-align: center;
  line-height: 40px;
  font-size: 1rem;
  background: #ebf5fc;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-pics li a:hover img {
  transform: scale(1.05);
}

.list-pics li a:hover p {
  color: #015293;
}

/* 列表线条动画 */
.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 #0080ca;
  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 {
  margin-top: 35px;
}

.article h1 {
  text-align: center;
  color: #015293;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

.article h2 {
  font-size: 1.25rem;
  color: #333333;
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
}

.article .info {
  color: #777777;
  font-size: .875rem;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e8e8;
}

.article .info span {
  margin: 0 5px;
}

.article .content {
  padding: 30px 0 15px;
}

.article .content p {
  font-size: 1rem;
  color: #333333;
  line-height: 32px;
  padding-bottom: 15px;
  text-indent: 2em;
}

.article .content p img,
.article .content p video {
  max-width: 100%;
  margin-left: -2em;
}

.article .content p.vsbcontent_img img {
  margin-left: 0;
}

.article .content table p {
  text-indent: 0;
}

.article .np {
  border-top: 1px solid #e9e8e8;
  padding-top: 25px;
}

.article .np a {
  display: block;
  font-size: 16px;
  padding: 8px 0;
  color: #333333;
}

.article .np a:hover {
  color: #015293;
}

/* 正文表格P不缩进 */
.article .content table p {
  text-indent: 0;
  padding: 0;
}