﻿@charset "utf-8";
body,
html {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #333;
  font-family: "微软雅黑";
}
a {
  color: #333;
}
a:hover {
  color: #2565be;
}
input,
button {
  outline: none;
}

/* 头部 */
.head {
  background: url(head-bg.png) no-repeat center;
  background-size: cover;
}
.head .logo {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.head .nav-list {
  width: 1200px;
  margin: 0 auto;
}
.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 54px 0 41px;
}
.logo form {
  height: 38px;
}
.logo .search_txt {
  width: 269px;
  color: #cacaca;
  padding-left: 10px;
}
.logo .search_tj {
  width: 68px;
  background-color: #3781e7;
  color: #fff;
}
.logo .search_txt,
.logo .search_tj {
  height: 100%;
  border: 0;
}
.nav {
  background-color: #105dc8;
}
.nav::after{
  content: "";
  display: table;
  clear: both;
}
.nav-list > li {
  float: left;
  width: 133px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.nav-list > li:first-child {
  background-image: url(home.png);
  background-repeat: no-repeat;
  background-position: center;
}
.nav-list > li.active,
.nav-list > li:hover {
  background-color: #ff9f00;
}
.nav-list > li:first-child span {
  display: none;
}
.nav-list > li a {
  color: #fff;
  display: block;
  height: 100%;
}
.nav-list > li i {
  display: none;
}
.nav-lists {
  position: absolute;
  display: none;
  background: #fff;
  width: 100%;
  z-index: 10;
  font-size: 16px;
  padding: 0 15px;
  box-shadow: 0 3px 5px #b2b2b2;
}
.nav-lists > li a {
  color: #333;
} 
.nav-lists > li a:hover {
  color: #2565be;
} 
.nav-lists > li + li {
  border-top: 1px solid #d3d3d3;
}
.menu-top {
  display: none;
}
/* 主体 */
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}

.contain {
  background: #f8f8f8 url(body-bg.jpg) no-repeat top;
  padding: 30px 0 35px;
}
.contain > div {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #e9e5e5;
}
.contain .content {
  background-color: transparent;
  box-shadow: none;
  overflow: visible;
}
.contain .content > div {
  background-color: #fff;
  box-shadow: 0 0 10px 0 #e9e5e5;
  overflow: hidden;
}
.content1 img {
  max-width: 100%;
  height: 100%;
}
.content1 .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: initial;
  background: #fff;
  opacity: 1;
}
.content1 .swiper-pagination-bullet-active {
  background: #ff9f00;
}
.content1 .swiper-container-horizontal > .swiper-pagination-bullets,
.content1 .swiper-pagination-custom,
.content1 .swiper-pagination-fraction {
  width: auto;
  left: auto;
  right: 20px;
}

.contain .content2 {
  padding: 17px 22px;
  margin-top: 40px;
}
.lunbo {
  width: 545px;
  float: left;
  height: 355px;
}
.lunbo-pic {
  display:block;
  height:100%;
}
.lunbo-pic img {
  width:100%;
  height: 100%
}
.lunbo .lun-title {
  position: absolute;
  bottom: 0;
  width: 80%;
  z-index: 100;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}

.lunbo .lun-title a {
  line-height: 50px;
  color: #fff;
  padding-left: 20px;
}

.lunbo .lun-title a:hover {
  color: #2565be;
}

.lunbo .lun-bg {
  position: absolute;
  display: block;
  bottom: 0;
  background-color: #333;
  opacity: 0.6;
  width: 100%;
  height: 50px;
  z-index: 10;
}

.content2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}
.content2 .swiper-pagination-bullet-active {
  background: #ff9f00;
}
.content2 .swiper-container-horizontal > .swiper-pagination-bullets,
.content2 .swiper-pagination-custom,
.content2 .swiper-pagination-fraction {
  width: auto;
  left: auto;
  right: 20px;
  bottom: 15px;
}

.content2-rt {
  width: 610px;
  float: right;
  padding-left: 25px;
}

.xwzx-nav {
  position: relative;
  border-bottom: 2px solid #e2e3e4;
}

.xwzx-nav .xwzx-title {
  overflow: hidden;
  font-size: 20px;
  line-height: 45px;
  font-weight: bold;
  color: #666666;
  margin-bottom: -2px;
}

.xwzx-title > li {
  position: relative;
  z-index: 2;
  float: left;
  display: block;
  height: 45px;
  cursor: default;
  margin-left: 30px;
}

.xwzx-title .active {
  font-weight: bold;
  color: #2565be;
  border-bottom: 3px solid #2565be;
}

.block {
  display: block !important;
}

.xwzx-m {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}

.xwzx-m > li {
  display: none;
  font-size: 16px;
}

.xwzx-m > li a {
  color: #999999;
}

.xwzx-m > li a:hover {
  color: #2565be;
}

.xhdt-list > li.hot {
  margin-top: 15px;
  padding: 20px 70px 15px 0px;
  background: #f5f5f5;
}
.xhdt-list > li.hot .xhdt-link {
  
}
.xhdt-list > li.hot .xhdt-link .xhdt-title {
  font-size: 20px;
  font-weight: bold;
  color: #2565be;
}
.xhdt-list > li.hot .xhdt-link .xhdt-sub {
  color: #2565be;
  line-height: 32px;
}
.xhdt-list > li.hot a {
  color: #2565be;
}
.xhdt-list > li {
  overflow: hidden;
  display: flex;
  padding: 5px 0;
}
.xhdt-list > li + li + li {
  border-top: 1px solid #e6e6e6;
}
.xhdt-time {
  text-align: center;
  font-size: 14px;
  color: #999999;
  padding: 0 14px 0 7px;
  border-right: 1px solid #e6e6e6;
}

.xhdt-time > span {
  display: block;
  font-size: 30px;
}

.xhdt-link {
  display: block;
  padding-left: 20px;
  flex: 1;
  width: 0;
}

.xhdt-link .xhdt-title {
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xhdt-link .xhdt-title a:hover {
  color: #2565be;
}

.xhdt-link .xhdt-sub {
  font-size: 15px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.xwzx-list > li {
  overflow: hidden;
  position: relative;
  margin-top: 25px;
  padding-left: 20px;
  background: url(dina_18.png) no-repeat left center;
}
.xwzx-list > li + li {
  margin-top: 20px;
}
.xwzx-list > li > span {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
}

.xwzx-list > li .xwzx-link {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contain .content3 {
  padding: 20px 22px 30px;
  margin-top: 23px;
}
.content3 > div {
  float: left;
  width: 50%;
}
.content3 .content3-lf {
  padding-right: 35px;
}

.content3 .xwzx-title .active {
  border: 0;
}

.content3 .xwzx-nav > i {
  position: absolute;
  display: block;
  width: 40px;
  height: 45px;
  border-bottom: 3px solid #2565be;
  background: url(tzgg.png) no-repeat center 5px;
}
.content3 .xwzx-nav .xwzx-title {
  padding-left: 30px;
}
.content3 .xwzx-title > li {
  margin-left: 20px;
}
.content3 .content3-rt .xwzx-nav > i {
  background: url(hydt.png) no-repeat center 5px;
}

.content3 .hydt-list {
  margin-top: 20px;
}
.content3 .hydt-list > li {
  display: flex;
  align-items: center;
}
.content3 .hydt-list > li + li {
  margin-top: 10px;
}
.content3 .hydt-pic {
  width: 144px;
  height: 90px;
  margin-right: 17px;
}
.content3 .hydt-pic img {
  width: 100%;
  height: 100%;
}
.content3 .hydt-link {
  flex: 1;
  width: 0;
}
.content3 .hydt-title {
  font-weight: bold;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content3 .hydt-sub {
  line-height: 27px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.contain .content4 {
  padding: 20px 22px 35px;
  margin-top: 28px;
}
.content4 .hycg-top {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 56px;
  color: #2565be;
  background: url(hycg.png) no-repeat center;
}

.content4 .hycg-nav {
  text-align: center;
}

.content4 .hycg-nav .hycg-title {
  overflow: hidden;
  font-size: 17px;
  line-height: 45px;
  display: inline-block;
}

.content4 .hycg-title > li {
  position: relative;
  z-index: 2;
  float: left;
  display: block;
  height: 45px;
  cursor: default;
  padding: 0 10px;
  margin: 0 10px;
}

.content4 .hycg-title .active {
  font-weight: bold;
  color: #2565be;
  border-bottom: 3px solid #2565be;
}

.content4 .hycg-m {
  margin-top: 15px;
}

.content4 .hycg-m > li {
  display: none;
  color: #999999;
  line-height: 32px;
}

.content4 .jpjm-detail {
  width: 92%;
  position: static;
  padding: 25px 10px 0;
}

.content4 .jpjm-pic {
  width: 100%;
  height: 278px;
  border-radius: 5px;
}

.content4 .jpjm-pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border-radius: 5px;
}
.content4 .jpjm-pic:hover img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
}
.content4 .jpjm-txt {
  margin-top: 22px;
}
.content4 .jpjm-txt .jpjm-title {
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content4 .jpjm-txt .jpjm-sub {
  font-size: 15px;
  line-height: 28px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}


.content4 .cxcg-detail {
  width: 92%;
  position: static;
  padding: 25px 15px 0;
}
.content4 .cxcg-detail .swiper-slide {
  border-radius: 10px;
  background-color: #f5f5f5;
}
.content4 .cxcg-pic {
  width: 100%;
  height: 191px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.content4 .cxcg-pic a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.content4 .cxcg-pic span {
    filter: blur(9px);
    -ms-filter: blur(9px);
    width: 100%;
    height: 100%;
    display: block;
}

.content4 .cxcg-pic img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.content4 .cxcg-pic:hover img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
}
.content4 .cxcg-txt {
  padding: 10px 28px 30px 24px;
}
.content4 .cxcg-txt .cxcg-title {
  font-size: 18px;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content4 .cxcg-txt .cxcg-sub {
  font-size: 14px;
  line-height: 23px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.content4 .swiper-button-next,
.content4 .swiper-container-rtl .swiper-button-prev {
  background-image: url(right.png);
  right: 0;
}
.content4 .swiper-button-prev,
.content4 .swiper-container-rtl .swiper-button-next {
  background-image: url(left.png);
  left: 0;
}
.content4 .swiper-button-next,
.content4 .swiper-button-prev {
  width: 42px;
  height: 42px;
  background-size: auto;
}


.contain .content5 {
  padding: 25px 22px 30px;
  margin-top: 30px;
}
.content5 .xwzx-title > li {
  margin-left: 0;
}
.ztzl-pic {
  margin-top: 27px;
  flex-wrap: wrap;
}
.ztzl-pic > li {
  float: left;
  width: auto;
}
.ztzl-pic > li+li {
  margin-left: 22px;
}
.ztzl-pic > li:nth-child(n+6){
  display: none;
}
.ztzl-pic > li > a {
  display: block;
  width: 213px;
  height: 92px;
  overflow: hidden;
}
.ztzl-pic > li img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.ztzl-pic > li:hover img{
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}

.content5 .swiper-button-next,
.content5 .swiper-button-prev {
  display: none;
}


/* 外链 */
.fixed {
  position: fixed;
  width: 78px;
  font-size: 13px;
  right: 0;
  top: 290px;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-right: 0;
  text-align: center;
  z-index: 100;
}
.fixed > li {
  height: 78px;
}
.fixed > li:hover img{
  display: block;
  opacity: 1;
}
.fixed > li + li {
  border-top: 1px solid #dddddd;
}
.fixed .fixed-ico1 > a {
  background: url(cy.png) no-repeat center 15px;
}
.fixed .fixed-ico2 > a {
  position: relative;
  background: url(wx.png) no-repeat center 15px;
}
.fixed .fixed-ico3 > a {
  position: relative;
  background: url(wb.png) no-repeat center 15px;
}
.fixed .fixed-ico4 > a {
  background: url(stdh.png) no-repeat center 15px;
}
.fixed .fixed-ico2 img,.fixed .fixed-ico3 img {
  display: none;
  width: 100px;
  position: absolute;
  left: -100px;
  top: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  opacity: 0;
}
.fixed a {
  display: block;
  padding-top: 48px;
  height: 100%;
  color: #999999;
}
.fixed a:hover {
  color: #2565be;
}

/* 协会概括 */

.xhgk {
  background: #f8f8f8 url(body-bg.jpg) no-repeat top;
  padding-bottom: 30px;
}
.xhgk .dqwz{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.xhgk-contain > div+div{
  margin-top: 40px;
}
.xhgk-tit a{
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #115fca;
  border-left: 7px solid #115fca;
  padding-left: 10px;
  margin-bottom: 20px;
}

/* 协会简介 */
.xhjj {
  background-color: #f6f5f5;
  padding: 30px 50px;
}
.xhjj-lf {
  width: 377px;
  margin-right: 50px;
  display: inline-block;
}
.xhjj-lf img {
  width: 100%;
}
.xhjj-rt {
  width: 620px;
  display: inline-block;
  vertical-align: middle;
}
.xhjj-nav {
  text-align: center;
  margin-bottom: 20px;
}
.xhjj-title {
  display: inline-block;
  overflow: hidden;
}
.xhjj-title > li {
  float: left;
  color: #85a0da;
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
}
.xhjj-title > li + li {
  background: url(xhjj-shu.png) no-repeat left;
}
.xhjj-title > li.active {
  color: #115fca;
}
.xhjj-sub {
  line-height: 32px;
}
.xhjj-m {
  padding-right: 30px;
  text-align: right;
}
.xhjj-m a {
  display: inline-block;
  color: #105dc8;
  background-color: #dde4f0;
  border-radius: 5px;
  padding: 10px 18px;
}

/* 协会领导 */
.xhld {
  width: 530px;
  display: inline-block;
  margin-right: 45px;
}
.xhld-content , .zzjg-content {
  height: 442px;
  text-align: center;
  padding: 30px 0 40px;
  box-shadow: 0 0 10px 0 #d7d3d3;
}
.xhld-content > ul {
  overflow: hidden;
}
.xhld-pic > li {
  width: 50%;
  float: left;
  text-align: center;
}
.xhld-pic > li img {
  width: 178px;
  height: 236px;
}
.xhld-pic > li p {
  /*font-size: 18px;*/
  font-weight: bold;
  margin-top: 20px;
}

.ldy-nopic {
  /*min-height:250px;*/
}

.xhld-pic .ldy-nopic{ padding-left: 50px; float: none; width: 100%; text-align: left; }
.ldy-nopic > a > p{ font-size: 22px; }
.ldy-nopic > a > p > span{ display: inline-block; width: 150px; }

.xhld-pic .ldy-nopic p {
 /* margin-top:100px;*/
}
.ldy-nopic a {
  display: inline-block;
  color: #115fca;
}
.ldy-nopic span {
  /*display: block;*/
}
.xhld-txt {
  display: inline-block;
  margin-top: 30px;
}
.xhld-txt > li {
  float: left;
  width: 132px;
  text-align: center;
  background-color: #e0eaf8;
  border-radius: 5px;
  line-height: 38px;
  font-size: 17px;
}
.xhld-txt > li a {
  color: #115fca;
}
.xhld-txt > li+li {
  margin-left: 16px;
}

/* 组织架构 */
.zzjg{
  display: inline-block;
  width: 580px;
  vertical-align: top;
}
.zzjg-content img {
  height: 100%;
}


/* 联系我们 */
.lxwm {
  padding: 30px 40px 40px 40px;
  box-shadow: 0 0 10px 0 #d7d3d3;
}
.lxwm-lf,.lxwm-rt {
  display: inline-block;
  width: 49%;
  line-height: 32px;
  vertical-align: top;
}
.lxfs-tit {
  font-weight: bold;
}
.zip-code .phone {
  margin-left: 25px;
}
.lxwm-rt {
  width: 50%;
}
.lxfs-content > p {
  display: inline-block;
  width: 49%;
}
.lxfs-content > p+p {
  padding-left: 20px;
}
.lxfs-content > p span {
  display: block;
}

.ewm-tit {
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  margin: 20px 0;
}
.ewm-list {
  overflow: hidden;
}
.ewm-list > li {
  float: left;
  text-align: center;
  line-height: 35px;
}
.ewm-list > li img {
  width: 114px;
  height: 114px;
}
.ewm-list > li+li {
  margin-left: 70px;
}

.lxwm-map {
  margin-top: 30px;
}
.BMap_omCtrl {
  display: none
}

/* 当前位置 */
.dqwz {
  padding: 20px 0 10px;
}
.dqwz .bt_txt{
  color: #333;
}
.xhgk-contain {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 15px 20px 30px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #d7d3d3;
}


/* 通用栏目页 */
.lanmu {
  background: url(artical-bg.jpg) no-repeat top;
  padding: 40px 0;
}
.lanmu-contain {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.lanmu-contain::after {
  content: "";
  display: table;
  clear: both;
}
.lanmu-lf {
  width: 290px;
  min-height: 900px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #d7d3d3;
  float: left;
  margin-right: 25px;
}
.dqlm {
width: 100%;
padding-left: 30px;
font-size: 24px;
color: #fff;
line-height: 97px;
background: url(dqlm-bg.png) no-repeat;
}
.list-tit > li {
  border-bottom: 1px solid #f4f4f4;
  font-size: 18px;
  line-height: 51px;
  background: url(lanmu-list.png) no-repeat 20px center;
}
.list-tit > li > a {
  display: block;
  padding-left: 55px;
}
.list-tit > li.active,.list-tit > li:hover{
  font-weight: bold;
  border-left: 3px solid #2283d9;
} 
.list-tit > li.active a,.list-tit > li:hover a {
  color: #2565be;
}
.lanmu-rt {
  width: 885px;
  float: left;
  min-height: 900px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #d7d3d3;
  padding: 25px 30px 45px 35px;
}
.lanmu-rt .dqwz {
  padding: 0 0 25px;
}
.lanmu-list > li {
  position: relative;
  width: 95%;
  padding: 30px 0 30px 20px;
  border-bottom: 1px solid #d5d5d5;
}
.lanmu-txt {
  width: 90%;
}
.lanmu-title {
  font-size: 18px;
  background: url(list-dian.png) no-repeat left;
  margin-bottom: 15px;
  padding-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lanmu-time {
  font-size: 15px;
  color: #666666;
}
.lanmu-more {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 0;
  padding-left: 30px;
  background: url(list-shu.png) no-repeat left;
}
.lanmu-more > a {
  display: block;
  width: 32px;
  height: 32px;
  background: url(list-more.png) no-repeat;
}
.lanmu-list > li:hover {
  width: 100%;
  padding-left: 45px;
  background: url(list-hover.png) no-repeat;
  border: 0;
  box-shadow: 0 0 10px 0 #d7d3d3;
  transition: 0.2s;
}
.lanmu-list > li:hover .lanmu-txt {
  width: 85%;
}
.lanmu-list > li:hover .lanmu-more {
  right: 40px;
}
.lanmu-list > li:hover .lanmu-title {
  background: url(list-hdian.png) no-repeat left;
}
.lanmu-list > li:hover .lanmu-title a {
  color: #2565be;
}
.lanmu-list > li:hover .lanmu-more > a {
  background: url(list-hmore.png) no-repeat;
}

/* 精品节目栏目 */
.lanmu-jpjm::after {
  content: "";
  display: table;
  clear: both;
}
.lanmu-jpjm > li {
  float: left;
  width: 33.333%;
  padding: 0 20px 20px;
}
.lanmu-jpjm > li:nth-child(3n+1) {
    clear: left;
}
.lanmu-jpjm .jpjm-pic a{
  display: block;
  width: 210px;
  height: 278px;
  border-radius: 5px;
}

.lanmu-jpjm .jpjm-pic img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.lanmu-jpjm .jpjm-pic:hover img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
}
.lanmu-jpjm .jpjm-txt {
  margin-top: 10px;
}
.lanmu-jpjm .jpjm-txt .jpjm-title {
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lanmu-jpjm .jpjm-txt .jpjm-sub {
  font-size: 15px;
  line-height: 28px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/* 创新成果栏目 */

.lanmu-cxcg::after {
  content: "";
  display: table;
  clear: both;
}
.lanmu-cxcg > li {
  float: left;
  width: 33.333%;
  padding: 0 10px 20px;
}
.lanmu-cxcg > li:nth-child(3n+1) {
    clear: left;
}

.lanmu-cxcg .cxcg-pic {
    width: 100%;
    height: 145px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
.lanmu-cxcg .cxcg-pic a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
  
.lanmu-cxcg .cxcg-pic span {
    filter: blur(9px);
    -ms-filter: blur(9px);
    width: 100%;
    height: 100%;
    display: block;
}
  
.lanmu-cxcg .cxcg-pic img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.lanmu-cxcg .cxcg-pic:hover img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
}
.lanmu-cxcg .cxcg-txt {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f5f5f5;
  padding: 0 20px 10px ;
}
.lanmu-cxcg .cxcg-txt .cxcg-title {
  font-size: 18px;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lanmu-cxcg .cxcg-txt .cxcg-sub {
  font-size: 14px;
  line-height: 23px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


/* 单信息 */
.lanmu-rt .wz_sakl {
  padding: 0;
  padding-top: 30px;
}
.lanmu-article.article {
  padding: 0;
  box-shadow: none;
}

/* 领导页栏目 */
.ldy {
  background: #f8f8f8 url(body-bg.jpg) no-repeat top;
}
.ldy .lanmu-rt {
  padding: 25px 30px 40px 30px;
}
.ldy .lanmu-rt .dqwz {
  padding: 0 0 20px;
}
.ldy-hz , .ldy-cwfhz , .ldy-list{
  padding: 25px 60px 25px 20px;
  box-shadow: 0 0 10px 0 #d7d3d3;
  overflow: hidden;
}
.ldy-hz > div , .ldy-cwfhz > div{
  float: left;
}
.ldy-pic {
  width: 22%;
  height: 215px;
}
.ldy-pic img {
  max-width: 100%;
  max-height: 100%;
}
.ldy-txt {
  width: 78%;
  padding-left: 30px;
}
.ldy-txt.ldy-nodetail {
  padding-left: 0;
  color: #0c67ad;
}
.ldy-nodetail .ldy-title{
  margin-top: 0;
}
.ldy-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
.ldy-sub {
  display: inline-block;
  line-height: 32px;
  margin-top: 30px;
}
.ldy-m {
  margin-left: 20px;
  color: #0072e4;
}
.ldy-m:hover{
  color: #0072e4;
}

.ldy-cwfhz , .ldy-list {
  margin-top: 25px;
}

.ldy-list {
  padding-top: 10px;
}
.ldy-list .ldy-tit {
  font-size: 18px;
  line-height: 58px;
  color: #0c67ad;
  font-weight: bold;
}
.title-list {
  overflow: hidden;
}
.title-list > li{
  float: left;
  font-size: 18px;
  line-height: 46px;
  width: 20%;
}
.title-list > li span {
  display: block;
  width: 55px;
  text-align-last: justify;
  min-width: 40px !important;
}


/* 联系我们栏目 */
.lanmu-lxwmlf,.lanmu-lxwmrt {
  line-height: 32px;
}

.lanmu-ewm {
  overflow: hidden;
}
.lanmu-ewm > li {
  float: left;
  width: 16.666%;
  text-align: center;
  line-height: 35px;
}
.lanmu-ewm > li img {
  width: 114px;
  height: 114px;
}

/* 网站地图 */

.wzdt-tit {
  text-align: center;
  padding-bottom: 30px;
  font-size: 38px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e3e3e3;
}

.lev1st {
  color: #2565be!important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 38px !important;
  font-family: "微软雅黑" !important;
  padding-left: 14px;
}

.lev2st {
  font-size: 16px !important;
  color: #666 !important;
  font-weight: bold !important;
  line-height: 40px !important;
  margin: 0 20px !important;
  font-family: "微软雅黑"!important;
}

.lev3st {
  font-size: 14px !important;
  color: #666 !important;
  font-weight: normal !important;
  line-height: 40px !important;
  margin: 0 20px !important;
  font-family: "微软雅黑"!important;
}



/* 文章页 */
.wzy {
  background: url(artical-bg.jpg) no-repeat top;
  padding-bottom: 35px;
}
.wzy > div {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.article {
  padding: 50px 80px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #d7d3d3;
}
.article .wz-tit {
  text-align: center;
}
.article .wz-title {
  font-size: 38px;
}
.article .wz-subtitle {
  font-size: 30px;
  margin-top: 15px;
}
.wz_sakl {
  padding: 35px 0 30px;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 25px;
}
.wz_sakl > li {
  display: inline-block;
  margin-left: 30px;
}
.wz_article {
  min-height: 440px;
}
.wz_article p , .wz_article span {
  line-height: 200% !important;
}
.wz_article img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

#mediaContent0_0 {
  margin: 0 auto;
  width: 640px !important;
  height: 480px !important;
}
.article audio, .article canvas, .article progress, .article video , .article object , .article embed{
  width: 100% !important;
  height: 100% !important;
}


/* 底部 */
.footer {
  background: #2565be;
  color: #fff;
  padding: 25px 0 35px;
}
.footer a {
  color: #fff;
}
.foot{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.foot .xglj {
  margin-bottom: 30px;
}
.foot .xglj > span {
  display: inline-block;
  width: 80px;
  text-align: center;
}
.foot .xglj-list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.foot .xglj-list > li {
  position: relative;
  display: inline-block;
  float: left;
  width: 358px;
  height: 36px;
  line-height: 36px;
  background: #4a7fc9 url(link-sj.png) no-repeat 95% center;
  padding-left: 15px;
  cursor: default;
}
.foot .xglj-list > li + li {
  margin-left: 20px;
}
.foot .xglj-list > li > p {
  color: #bfcee9;
}
.foot .xglj-link {
  position: absolute; 
  left: 0;
  width: 100%;
  display: none;
  background-color: #fff;
  box-shadow: 0 3px 5px #666;
  max-height: 155px;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  white-space: nowrap;
  z-index: 10;
}
.foot .xglj-link > li {
  float: left;
  width: 100%;
  line-height: 30px;
  padding-left: 15px;
  border-bottom: 1px solid #ddd;
}


.foot .xglj-link a {
  font-size: 12px;
  color: #333;
}
.foot .xglj-link a:hover {
  color: #2565be;
}
.foot-list {
  overflow: hidden;
}
.foot-list > li {
  float: left;
}
.foot-list > li + li + li{
  margin-left: 20px;
}
.foot-detail {
  font-size: 15px;
  line-height: 30px;
}
.foot-detail .phone {
  display: block;
}
.foot .link {
  position: absolute;
  bottom: 0;
  right: 0;
}
.foot .link > li {
  float: left;
  padding: 0 20px;
}
.foot .link > li + li {
  background: url(foot-shu.png) no-repeat left;
}
.foot .link > li > a {
  display: block;
  padding-top: 40px;
}
.foot .link > li:nth-child(1) a{
  background: url(gywm.png) no-repeat top center;
}
.foot .link > li:nth-child(2) a{
  background: url(lxwm.png) no-repeat top center;
}
.foot .link > li:nth-child(3) a{
  background: url(bqsm.png) no-repeat top center;
}
.foot .link > li:nth-child(4) a{
  background: url(wzdt.png) no-repeat top center;
}