body {
  color: #000;
  font-size: 14px;
  font-family: "PingFangSC", "PingFang SC", "氓戮庐猫陆炉茅鈥衡�γ┞烩��", "Arial", Helvetica, "茅禄鈥樏ぢ解��", Arial, Tahoma;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;


}

.img-hide {
  overflow: hidden;
  display: block;
}

.slick-slider {
  touch-action: auto !important;
}

.img-hide img,
.div-img,
.zt-ul li a div,
.one-news-img div,
.zt-slick-img,
.mt-list-img div,
.one-slick-img,
.img-lb-img div {
  transition: 0.5s all;
  transform: scale(1, 1);
}

.img-hide:hover img,
.img-hide:hover .div-img,
.zt-ul li a:hover div,
a:hover .one-news-img div,
a:hover .zt-slick-img,
a:hover .mt-list-img div,
a:hover .one-slick-img,
a:hover .img-lb-img div {
  transform: scale(1.05, 1.05);
}

.txt-elise {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

li {
  list-style: none;
}

a {
  color: #333;
}

ul {
  padding: 0;
  margin: 0;
}

a:hover,
a {
  text-decoration: none !important;
}

a:focus {
  text-decoration: none !important;
  outline: none !important;
}

button:focus,
button:hover,
input:focus {
  outline: none !important;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.slick-dots li button:before {
  display: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}



.container {
  width: 1200px;
}


.top {
  width: 100%;
  display: block;
  background: url(../images/top-bj.png)center no-repeat;
  background-size: 100% 100%;
  padding: 60px 0;
}

.logo {
  z-index: 99;
}

.logo img {
  max-width: 100%;
}

.by {
  margin-left: 10%;
}

.by p {
  font-size: 16px;
  color: #24a9e6;
  font-weight: bold;
  line-height: 30px;
  padding-left: 30px;
}

.search {
  width:100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  margin: 5px 0 25px;
  border: 1px solid #bf4340;
  box-shadow: 0px 0px 6px #ccc;
}

.search .ss {
  width: 100%;
}

.search .ss .ok {
  width: calc(100% - 60px);
  padding-left: 10px;
  color: #999;
  border: none;
  line-height: 44px;
}

.search .ss .ss-btn {
  width: 60px;
  height: 45px;
  background: #bf4340;
  padding: 12px 19px;
}


.header {
  width: 100%;
  background: #24a9e6;
}

.nav-list {
  text-align: center;
}

.nav-list li {
  float: left;
  position: relative;
  z-index: 10000;
  width: 14.285714%;
}

.nav-list li a {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 56px;
  font-weight: bold;
}

.nav-list li a.active,
.nav-list li a:hover {
  font-weight: bold;
  color: #fff;
}

.nav-down {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  color: #555;
}

.nav-down li a {
  color: #000;
    font-size: 16px;
    line-height: 38px;
    font-weight: 500;
}

.nav-down li a:hover {
  color: #24a9e6;
}

.nav-down li {
  float: none;
  width: 100%;
}

.nav-down {
  display: none;
}

.nav-list li:hover .nav-down {
  display: block;
}

.nav-click {
  display: none;
}

.menu-button {
  position: absolute;
  display: none;
  top: 18px;
  right: 15px;
  z-index: 1000;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0px;
}

.bar {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.cross {
  margin-top: -8px;
}

.cross .bar {
  margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
  opacity: 0;
}

.cross .bar:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}



.banner {
  margin: 0 auto;
  overflow: hidden;
}

.banner img {
  width: 100%;
}

.banner .slick-dots {
  bottom: 30px;
}

.banner .slick-dots li,
.banner .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.banner .slick-dots li button {
  background: none;
  display: none;
}

.banner .slick-dots li.slick-active {
  width: 32px;
  height: 32px;
  border-radius: unset;
  background: url(../images/bb.png)center no-repeat;
  top: 10px;
}


.banner .slick-prev {
  left: 50px;
  background: url(../images/left.png)center no-repeat;
  width: 36px;
  height: 90px;
  background-size: 100% 100%;
  z-index: 99;
}

.banner .slick-next {
  right: 50px;
  background: url(../images/right.png)center no-repeat;
  width: 36px;
  height: 90px;
  background-size: 100% 100%;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}


.wap {
  width: 100%;
  background:#fff;
  background-size: 100% 100%;
}

.wap .container {

  padding: 40px 0px;
}


.w-left {
  width: 280px;
}

.w-right {
  width: 280px;
}

.w-cen {
  width: calc(100% - 620px);
  margin: 0 30px;
}

.w-left .kj:nth-child(1){
  background: none;
  padding: 0px;
  margin-bottom: 0px;
}

.w-cen .kj{
  background: none;
  padding: 0px;
}

.w-cen .kj .tit{
  padding-left: 40px;
  background: url(../images/tit-bj.png)left top no-repeat;
}



.kj {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 4px;
  background: #f5f5f5;
  padding: 15px;
}

.kj .tit {
  width: 100%;
  margin-bottom: 30px;
  display: flow-root;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  position: relative;
}

.kj .tit::before{
  display: table;
  content: " ";
  position: absolute;
  width: 126px;
  height: 2px;
  background: #24a9e6;
  bottom: 0px;
  left: 0px;
}



.kj .tit img {
  float: left;
  margin-right: 12px;
}

.kj .tit h2 {
  font-size: 22px;
  color: #24a9e6;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 800;
  float: left;
  margin-top: -2px;
  font-weight: bold;
}

.lm h2{
  margin-right: 30px;
  color: #333 !important;
  display: block !important;
}
.lm h2.active{
  color: #24a9e6 !important;
}


.more {
  display: block;
  float: right;
  font-size: 16px;
  color: #666;
}


.cbxt {
  width: 100%;
  display: flow-root;
}

.cbxt li {
  background:#6dbb93;
  background-size: 100% 100%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
}

.cbxt li:nth-child(2){
  background: #c3a374;
}
.cbxt li:nth-child(3){
  background: #6ca9c1;
}
.cbxt li:nth-child(4){
  background: #bfbc68;
}

.cbxt li a {
  width: 100%;
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  padding: 25px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cbxt li a img {
  margin-right: 20px;
  margin-top: -5px;
}


.cbxt li:hover {
  box-shadow: 0px 0px 10px #ccc;
  border-radius: 10px;
  overflow: hidden;
}




.tgzn {
  width: 100%;
  display: flow-root;
}

.tgzn a {
  width: 100%;
  display: block;
  background: #e0f0f8;
  border: 1px solid #c0d2f8;
  border-radius: 2px;
  overflow: hidden;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 40px 10px 10px 40px;
}

.tgzn a img {
  margin-right: 10px;
  padding-right: 10px;
}

.tgzn a:hover {
  box-shadow: 0px 0px 10px #74adea;
  font-weight: bold;
  color: #24a9e6;
}




.yqlj {
  width: 100%;
  display: flow-root;
  margin-top: -10px;
  height: 200px;
}

.yqlj a {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  padding-left: 15px;
  background: url(../images/y.png)left center no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yqlj a:hover {
  font-weight: bold;
  color: #24a9e6;
}


.xwgg {
  width: 100%;
  display: flow-root;
  padding-bottom: 10px;
  height: 250px;
}

.xwgg a {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  padding-left: 15px;
  background: url(../images/y.png)left center no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xwgg a:hover {
  font-weight: bold;
  color: #24a9e6;
}

.wxgzh {
  width: 100%;
  display: flow-root;
  padding-bottom: 20px;
}

.wxgzh img {
  max-width: 100%;
  display: block;
  margin: auto;
  border: 1px solid #ccc;
}



.fwtj {
  width: 100%;
  display: flow-root;
  margin-top: -10px;
  padding:10px 20px ;
}

.fwtj p {
  font-size: 16px;
  color: #333;
  line-height: 32px;
}


.qk {
  width: 100%;
  display: flow-root;
  border-bottom: 1px solid #c0d2f8;
  padding-bottom: 20px;
}


.qk-bt {
  width: calc(100% - 210px);
}

.qk-bt h2 {
  font-size: 18px;
  color: #bf4340;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.qk-bt h2:hover {
  color: #24a9e6;
}


.wj-xz {
  width: 100%;
}

.wj-xz a {
  background: url(../images/xz-icon.png)left center no-repeat;
  font-size: 16px;
  color: #24a9e6;
  padding-left: 30px;
  float: left;
  font-family: serif;
  font-weight: bold;
}


.wj-xz a:nth-child(1) {
  margin-right: 30px;
}


.sxy {
  width: 200px;
}

.sxy a {
  width: 90px;
  height: 30px;
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 30px;
  float: left;
  background: url(../images/xxx.png)center no-repeat;
  background-size: 100% 100%;
}

.sxy a:hover {
  box-shadow: 0px 0px 10px #b18f74;
  color: #b18f74;
  border-radius: 10px;
  overflow: hidden;
}


.sxy a:nth-child(2) {
  float: right;
}

.over{
  overflow-y: auto;
  height: 1035px;
}

.mu-xz {
  width: 100%;
  display: flow-root;

  padding-right: 10px;
}

.szfz .mu-tit{margin-bottom: 0px;}
.szfz .mu-tit a{margin-bottom: 0px;}

.mu-xz h2{
font-size: 20px;
color: #24a9e6;
font-weight: bold;
position: relative;
padding-left: 15px;
}

.mu-xz h2::before{
  display: table;
  content: " ";
  position: absolute;
  width:5px;
  height: 20px;
  background: #24a9e6;
  top: 2px;
  left: 0px;
  border-radius: 20px;
}



.over::-webkit-scrollbar {
  width: 6px;
  height: 200px;
}

.over::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.over::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}







.mu-xz li {
  width: 100%;
  display: flow-root;
  padding: 20px 0;
  border-bottom: 1px solid rgb(231, 229, 229);
}

.mu-tit {
  width:100% ;
  margin-bottom: 12px;
}

.mu-tit a {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}

.mu-xz li:hover .mu-tit a {
  font-weight: bold;
  color: #24a9e6;
}



.mu-tit p {
  width: 100%;
  font-size: 15px;
  color: #888;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mu-lj{width: 100%;}

.mu-lj a{margin-right: 20px;display: block;float: left;}

.mu-more {
  width: 115px;

}

.mu-more img {
  max-width: 100%;
}


footer {
  width: 100%;
  background: url(../images/footer-bj.png)center no-repeat;
  background-size: 100% 100%;
  padding-top: 40px;
}

footer .container{
  padding: 0 0px;
}

.footer-l p{
  font-size: 16px;
  color: #fff;
  line-height: 32px;
}

.footer-r div{
  float: left;
  margin-left: 30px;
  width: 100px;
}

.footer-r div img{
  width: 100%;
}

.footer-r div p{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
}


.foot{
  width: 100%;
  background: #1b9cd7;
  line-height: 26px;
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

/*氓藛鈥斆÷┞÷�*/

 .top-info {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

 .top-info .title {
  font-size: 24px;
  color: #3d4641;
}

.block-wrap{
  width: 100%;
    display: flow-root;
    min-height: 500px;
}

.block-wrap .list-base {
  margin-bottom: 20px;
}

.list-base li{
  width: 100%;
  display: flow-root;
  border-bottom: 1px dotted #d1d1d1;
}


.list-base li .block{
  width: calc(100% - 100px);
  float: left;
  padding-left: 15px;
  background: url(../images/y.png)left center no-repeat;
}

.list-base li .block a{
  width: 100%;
  display: block;
  font-size: 18px;
  color: #333;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 60px;
}

.list-base li .date{
  width: 90px;
  font-size: 16px;
  color: #888;
  line-height: 60px;
  float: right;
  display: block;
}

.list-base li:hover .block a{
  color: #24a9e6;
}

 .crumbs {
  color: #3d4641;
  background: #edebeb;
  padding: 15px;
font-size:16px;
}

.crumbs a {
  color: #3d4641;
  margin: 1px 0;
  line-height: 26px;
  font-size: 16px;
}

.crumbs i {
  font-style: normal;
  color: #3d4641;
}


/*氓鈥犫�γヂ姑┞÷�*/
.detail-wrap{width: 100%;display: flow-root;margin-top: 30px;}
.detail-wrap .detail {
  background: #fff;
  padding: 10px 10px 20px 10px;
}

.detail-wrap .top-info {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #dedcdc;
  padding-bottom: 15px;
}

.detail-wrap .top-info .title {
  font-size: 24px;
  color: #3d4641;
}

.detail-wrap .top-info .sub-info {
    font-size: 16px;
    color: #999;
    margin-top: 20px;
}

.detail-wrap .fulltext {
  font-size: 16px;
  color: #3d4641;
  text-indent: 2em;
  line-height: 28px;
}
.detail-wrap .fulltext p {
  margin-bottom: 20px;
}

.detail-wrap .fulltext img{
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: auto;
  text-indent: 0rem;
}












































































@media(max-width: 1550px) {
  .container {
    width: 1400px;
  }

  .by {
    margin-left: 5%;
  }

}

@media(max-width: 1450px) {
  .container {
    width: 1200px;
  }


  .by {
    margin-left: 5%;
  }

  .by p {
    font-size: 15px;
  }

  .search {
    width: 300px;
  }

  .w-left {
    width: 250px;
  }

  .w-right {
    width: 250px;
  }

  .w-cen {
    width: calc(100% - 560px);
  }

  .cbxt li a {
    background: none;
  }


}




@media(max-width: 1250px) {
  .container {
    width: 1100px;
  }

  .w-left {
    width: calc(50% - 15px);
  }

  .w-right {
    width: calc(50% - 15px);
  }

  .w-cen {
    width: 100%;
    margin: 0;
  }

  .by {
    display: none;
  }

}


@media(max-width: 1150px) {

  .container {
    width: calc(100% - 30px);
    margin: auto;
  }

 

  .search {
    margin: 22px 0;
  }
  .banner .slick-next{
    width: 20px;
    height: 50px;
  }
  .banner .slick-prev{
    width: 20px;
    height: 50px;
  }
}



@media(max-width: 820px) {


  .search {
    width: 240px;
    margin: 15px 0;
  }
  .nav-list li a{
    font-size: 18px;
  }
}




@media(max-width: 660px) {

  .top .container{
    width: 100%;
  }

  .header .container{
    width: 100%;
  }

 
  .top{
    padding: 10px 0;
  }
  .search {
    width: 200px;
    margin: 12px 0;
    height: 34px;
    line-height: 34px;
  }

  .search .ss .ok{
    line-height: 30px;
  }

  .search .ss .ss-btn{
    width: 40px;
    height: 32px;
    padding: 7px 12px;
  }

  .nav-list li{
    width: 25%;
  }

  .nav-list li a{
    line-height: 50px;
  }

  .wap .container{
    padding: 20px 10px;
  }
  .w-right {
    width: calc(50% - 5px);
}
.w-left {
  width: calc(50% - 5px);
}
.kj{
  margin-bottom: 10px;
  padding: 22px 10px;
}



}


@media(max-width: 540px) {

  .container{
    width: 100%;
  }
  .logo{
    width: 100%;
    margin-bottom: 10px;
  }
  .logo img{
    width: 400px;
    margin: auto;
    display: block;
    max-width: 100%;
  }
  .search{
    width: 300px;
    margin-left: calc(50% - 150px);
    float: none !important;
  }
  .banner .slick-dots{
    zoom: 0.5;
  }

  .banner .slick-next{
    width: 15px;
    height: 30px;
  }
  .banner .slick-prev{
    width: 15px;
    height: 30px;
  }


}



@media(max-width: 480px) {

  .w-left {
    width: 100%;
}

.w-right {
  width:100%;
}
.mu-tit {
  width: calc(100% - 90px);
}
.mu-more{
  width: 80px;
}
.qk-bt{
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.sxy {
 
  clear: both;margin:30px auto;
  float: none !important;
}

.wj-xz a:nth-child(1) {
  margin-right: 0;
}

.wj-xz a{
  float: none;
  margin: auto 10px;
}



}