@charset "utf-8";
body {
  font-family: "microsoft yahei";
  font-size: 16px;
  color: #333333;
  padding: 0;
  margin: 0;
  background: #f2f2f2;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  outline: none !important;
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
button,
select,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
  outline: none;
  background: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  line-height: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrap {
  width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 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(bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(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 {
  background: url(header-bg.png) no-repeat #fff;
  background-size: 114% 100%;
}

.header .wrap {
  background: none;
}

.logo {
  float: left;
  margin: 18px 0 25px;
}

.search-box {
  margin-top: 13px;
  float: right;
  height: 30px;
  width: 150px;
  border-radius: 20px;
  border: 1px solid #bad0e2;
}

.search-box .text {
  float: left;
  font-size: 14px;
  padding-left: 15px;
  line-height: 28px;
  height: 28px;
  width: calc(100% - 25px);
  background: none;
  color: #333;
}

.search-box .sub {
  float: right;
  width: 14px;
  height: 14px;
  margin: -3px 10px 0 0;
  cursor: pointer;
}

.nav-bar {
  background: #015293;
}

.nav-bar .wrap {
  background: #015293;
}

.nav .nLi {
  float: left;
  text-align: center;
  position: relative;
  width: 12.25%;
}

.nav .nLi > a {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  display: inline-block;
  position: relative;
}

.nav .nLi > a:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #3777aa;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.nav .nLi.current > a,
.nav .nLi:hover > a {
  background: #01467d;
}

.nav .subNav {
  display: none;
  top: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  background: #18629d;
  text-align: center;
  z-index: 99;
}

.nav .subNav li {
  padding: 12px 3px;
  line-height: 24px;
}

.nav .subNav li a {
  font-size: 14px;
  color: #fff;
}

.nav .subNav li.current,
.nav .subNav li:hover {
  background: #01467d;
}

.nav .subNav li.current a,
.nav .subNav li:hover a {
  font-weight: bold;
}

/* main-box */
.index-title {
  position: relative;
  overflow: hidden;
  background: url(index-titbg2.png) no-repeat;
}

.index-title3 {
  position: relative;
  overflow: hidden;
  background: url(index-titbg3.png) no-repeat;
}
.index-title3 .cn {
  position: relative;
  font-size: 20px;
  color: #01467d;
  font-weight: bold;
  float: left;
  padding: 0 14px;
  line-height: 35px;
}

.index-title3 .index-more {
  float: right;
  margin-top: 10px;
  color: #888888;
  font-size: 16px;
}

.index-title3 .index-more:hover {
  color: #015293;
}

.index-title3:after {
  content: "";
  height: 10px;
  width: calc(100% - 175px);
  background-size: cover;
  position: absolute;
  left: 120px;
  bottom: 10px;
}

.index-title .cn {
  position: relative;
  font-size: 20px;
  color: #01467d;
  font-weight: bold;
  float: left;
  padding: 0 14px;
  line-height: 35px;
}

.index-title .index-more {
  float: right;
  margin-top: 10px;
  color: #888888;
  font-size: 16px;
}

.index-title .index-more:hover {
  color: #015293;
}

.index-title:after {
  content: "";
  height: 10px;
  width: calc(100% - 175px);
  background-size: cover;
  position: absolute;
  left: 120px;
  bottom: 10px;
}

.c1 {
  float: left;
  width: 375px;
}

.c2 {
  float: left;
  width: 375px;
  margin-left: 35px;
}

.c3 {
  float: right;
  width: 375px;
}

/* row1 */
.row1 {
  padding: 50px 0;
overflow: hidden;
}

.row1 .c1 {
  width: 650px;
  float: left;
}

.row1 .c_change {
  width: 460px;
  float: left;
}

.row1 .c2 {
  width: calc(100% - 760px);
  float: left;
}

.row1 .c3 {
  width: 250px;
  float: right;
}

.ggTit {
    background: #d32d26;
    padding: 10px 15px;
}

.ggTit a {
    color: #fff;
    font-size: 20px;
}
.right_news {
    background: #f2f2f2;
    padding: 20px 10px;
}

.listLi {
    list-style: none;
}

.slider-news {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slider-news .box {
  position: relative;
  width: 100%;
}

.slider-news .pic {
  float: left;
  width: 100%;
  padding-bottom: 406px;
  position: relative;
  overflow: hidden;
}

.slider-news .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.slider-news .pic img:hover {
  transform: scale(1.05);
}

.slider-news .text {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  padding: 0 20px;
  overflow: hidden;
}

.slider-news .tit {
  display: block;
  width: 513px;
  color: #ffffff;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -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;
}

.slider-news .slick-dots {
  position: absolute;
  bottom: 16px;
  right: 10px;
}

.slider-news .slick-dots li {
  float: left;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  border-radius: 50%;
  background: #938f8e;
  cursor: pointer;
}

.slider-news .slick-dots li button {
  display: none;
}

.slider-news .slick-dots li.slick-active {
  background: #fff;
}

.index-news {
  margin-top: 10px;
}

.index-news li {
  line-height: 52px;
  overflow: hidden;
}

.index-news .date {
  float: right;
  font-size: 16px;
  color: #777777;
}

.index-news a {
  position: relative;
  float: left;
  width: calc(100% - 70px);
  padding-left: 23px;
  font-size: 16px;
  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;
}

.index-news a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #a1c7de;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -2.5px;
}

.index-news li:hover .date {
  color: #015293;
}

.index-news li:hover a {
  color: #015293;

}

.index-list {
  margin-top: 20px;
}

.index-list li {
  line-height: 50px;
  overflow: hidden;
}

.index-list a {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 23px;
  font-size: 16px;
  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;
}

.index-list a:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #a1c7de;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -2.5px;
}

.index-list li:hover .date {
  color: #015293;
}

.index-list li:hover a {
  color: #015293;
}

.row2 {
  padding-top: 50px;
}

.mainbox {
  border-bottom: 3px solid #015293;
}

.index-links {
  padding: 40px 0 30px;
  margin: 0 -13px;
}

.index-links .link {
  float: left;
  width: 25%;
}

.index-links .link .box {
  margin: 0 13px;
  border: 1px solid #dddddd;
  position: relative;
}

.index-links .link .tit {
  line-height: 38px;
  padding: 0 10px 0 18px;
  cursor: pointer;
}

.index-links .link .tit p {
  font-size: 16px;
  color: #444444;
  background: url(select-ico.png) right center no-repeat;
}

.index-links .link ul {
  position: absolute;
  bottom: 100%;
  background: #fff;
  border: 1px solid #dddddd;
  width: 100%;
  display: none;
}

.index-links .link li {
  padding: 5px 10px;
}

.index-links .link li a:hover {
  color: #015293;
}

.index-links .link .box.active ul {
  display: block;
}

/* 底部 */
.footer {
  padding-bottom: 30px;
}

.footer .cory {
  overflow: hidden;
  background: #edf2f6;
}

.footer .cory p {
  font-size: 15px;
  color: #444444;
text-align:center;
  line-height: 55px;
}

.slidewm {
 position: fixed;
    top: 45%;
    right: 57%;
    /* left: 1660px; */
    margin-right: -805px;
}

.slidewm .box {
  background: #fff;
  padding: 1px;
  box-shadow: 0 0 10px 0 #e2effe;
  text-align: center;
}

.slidewm .box img {
  width: 100px;
  height: 100px;
}

.slidewm .box p {
  width: 100px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

/* 二级页面 */
.list-page {
  padding: 40px 0 55px;
  min-height: 500px;
}

/* 左侧导航 */
.left-nav {
  width: 255px;
  float: left;
}

.left-nav .column {
  background: #015293;
  padding: 12px 25px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  border-bottom: 3px solid #d5161b;
}

.left-nav .sideMenu {
  padding: 10px 0 210px;
  background: #ccdff4;
  background: url(left-nav-bg.png) bottom center no-repeat #edf2f6;
}

.left-nav .sideMenu li > a {
  display: block;
  color: #333333;
  font-size: 18px;
  padding: 20px 25px 20px 50px;
  background: url(left-nav-ico1.png) 25px center no-repeat;
  border-bottom: 1px solid #dce2eb;
  position: relative;
}

.left-nav .sideMenu dl {
  border-bottom: 1px solid #dce2eb;
  padding: 10px 25px 10px 75px;
  display: none;
}

.left-nav .sideMenu dl dd a {
  display: block;
  font-size: 18px;
  color: #444444;
  background: url(left-nav-ico3.png) left center no-repeat;
  padding: 6px 0 6px 15px;
}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  background: url(left-nav-ico4.png) left center no-repeat;
  font-weight: bold;
  color: #015293;
}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  color: #015293;
  font-weight: bold;
}

.left-nav .sideMenu li.current dl {
  display: block !important;
}

/* 右边内容区域 */
.right-con {
  width: calc(100% - 295px);
  float: right;
}

/* 当前栏目 */
.curr-column {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d5d5d5;
}

.curr-column p {
  float: left;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 17px;
  border-bottom: 3px solid #01448b;
}

/* 当前位置 */
.location {
  overflow: hidden;
  background: url(home.png) left center no-repeat;
  padding-left: 20px;
  color: #888888;
  font-size: 14px;
  margin-bottom: 30px;
}

.location a {
  color: #888888;
}

/* 列表页 */
.list-text {
  overflow: hidden;
}

.list-text li {
  line-height: 50px;
  overflow: hidden;
}

.list-text li .date {
  float: right;
  font-size: 16px;
  color: #686868;
}

.list-text li a.tit {
  float: left;
  position: relative;
  font-size: 16px;
  width: calc(100% - 125px);
  color: #333333;
  padding-left: 20px;
  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:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #a1c7de;
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -3px;
}

.list-text li:hover a.tit {
  color: #015293;
}

/* 图片列表 */
.list-pic {
  overflow: hidden;
  margin: 0 -15px;
}

.list-pic li {
  width: 33.3%;
  float: left;
  margin-bottom: 30px;
}

.list-pic li a {
  display: block;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dcdcdc;
}

.list-pic .pic {
  position: relative;
  width: 100%;
  padding-bottom: 158px;
  overflow: hidden;
}

.list-pic .pic img {
  width: 100%;
  position: absolute;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.list-pic h4 {
  margin: 0 10px;
  line-height: 60px;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-pic li:hover a {
  background: #01448b;
  background-size: 100% 100%;
}

.list-pic li:hover .pic:after {
  content: "";
  width: 100%;
  height: 6px;
  background: #055fc0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.list-pic li:hover img {
  transform: scale(1.05);
}

.list-pic li:hover h4 {
  color: #fff;
}

/* 部门概况 */
.list-bmgk {
  overflow: hidden;
}

.list-bmgk li {
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  width: 100%;
  padding: 25px 35px 20px 20px;
}

.list-bmgk .pic {
  float: left;
  width: 155px;
  padding-bottom: 206px;
  background: #edf2f6;
  position: relative;
}

.list-bmgk .pic img {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);height:206px;
}

.list-bmgk .text {
  float: right;
  width: calc(100% - 180px);
  overflow: hidden;
}

.list-bmgk .tit {
  margin-top: -5px;
  font-size: 24px;
  color: #015293;
  display: block;
}

.list-bmgk .info {
  margin-top: 10px;
}

.list-bmgk .info p {
  font-size: 16px;
  color: #555555;
  line-height: 28px;
}

.list-bmgk li:hover {
  background: #edf2f6;
}

.list-bmgk li:hover .pic {
  background: #fff;
}

/* 内容页 */
.article h1 {
  text-align: center;
  color: #015293;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

.article h2 {
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 15px;
}

.article .info {
  color: #777777;
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.article .info span {
  margin: 0 10px;
}

.article .content {
  padding: 20px 0 10px;
}

.article .content p {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  text-indent: 2em;
  padding-bottom: 20px;
}

.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 {
  padding-top: 30px;
  border-top: 1px solid #dcdcdc;
}

.article .np a {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}

.article .np a:hover {
  color: #015293;
}

/* 中心简介页 */
.page-jjy {
  overflow: hidden;
}

.page-jjy .jjtit {
  background: #01448c;
  line-height: 50px;
  overflow: hidden;
  padding: 0 15px;
}

.page-jjy .jjtit h2 {
  font-size: 20px;
  color: #ffff;
}

.page-jjy .article {
  margin-top: 0;
}