@media (max-width: 1400px) {
  .logo{
    width: 220px;
  }

  .navbar .navbar-nav > li{
      margin: 0px;
  }
.czxxpb_bg td .czxxpb_zj li{
   width: 12.5%;
}

}


@media (max-width: 1300px) {
  .zjjs .slick-prev,.zjjs .slick-next{
    width: 34px;
    height: 34px;
  }
  .zjjs .slick-prev{
    left:-30px;
  }
  .zjjs .slick-next{
    right:-30px; 
  }
}



@media (max-width: 1200px) {

  .topbg{
    height: 50px;
    padding: 10px 0px;
  }
.logo{
    height: 48px;
    margin-top: 0px;
  }

.toprg{
  float: none;
}
.toprg .toprg_wz{
  display: none;
}

.nav_box{
  position: relative;
}


/* Ã¥Â°ÂÃ¤ÂºÅ½1200Ã¥Â°Â±Ã§Â¼Â©Ã¥Â¯Â¼Ã¨Ë†Âª */
.navbar {
  margin-top: 0px;
  position: absolute;
  display: block;
  margin-right: 0;
  top: 25px !important;
  right: 0px !important;
}
.navbar .menuBtn {
  width: 30px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 9;
  padding-top: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar .menuBtn b {
  display: block;
  height: 3px;
  background-color: #234382;
  margin-bottom: 5px;
  border-radius: 2px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.navbar .menuBtn2 {
  display: none;
}
.navbar .menuslider {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  display: block;
  background:#fff;
  background-size: cover;
  z-index: 99;
  width: 100%;
  height: calc(100% - 70px) !important;
  left: 0;
  top: 70px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .menuslider .navbar-nav {
  margin-top: 20px;
  overflow: hidden;
  padding: 0 3%;
}
.navbar .menuslider a {
  font-weight: normal !important;
}
.navbar .menuslider .nav-child {
  width: 100%;
  display: none;
  position: relative !important;
  background-color: transparent;
  float: none;
  border: none;
  top: 0 !important;
  left: 0 !important;
  padding: 10px 0 10px 10px !important;
  margin: 0 0 -1px 0 !important;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
}
.navbar .menuslider .nav-child li {
  text-align: left;
  padding: 0;
}
.navbar .menuslider .nav-child li a {
  padding: 5px 10px;
}
.navbar .menuslider .nav-child li > dl {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  background: none;
  padding-left: 15px;
}
.navbar .menuslider .nav-child li.hasChild.on > dl {
  display: block;
}
.navbar .menuslider .nav-child:before {
  display: none;
}
.navbar .navbar-nav > li {
  width: 100% !important;
  display: block;
  position: relative;
  text-align: left !important;
  padding: 10px !important;
  box-sizing: border-box;
  height: auto;
  border-bottom: 1px solid #ccc;
  background: none !important;
}
.navbar .navbar-nav > li a {
  text-align: left !important;
  line-height: 24px;
  color: #333 !important;
  background: none !important;
  padding: 0px;
}
.navbar .navbar-nav > li.nav-active::after{
  display: none;
}
.navbar .navbar-nav > li.nav-active a{
  font-weight: normal;
}

.navbar .navbar-nav > li.hasChild > em {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 9;
  width: 20px;
  height: 45px;
  background: url(../images/nav-down.png) center no-repeat;
  background-size: 100%;
  cursor: pointer;
  -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;
}
.navbar .navbar-nav > li.hasChild.on > em {
  transform: rotate(45deg);
}
.navbar .hasChild:before {
  display: none;
}
.navbar li.hasChild.on .nav-child {
  display: block !important;
  background: none;
}
.navbar .menu-bott {
  display: block;
  overflow: hidden;
  background: #234382;
  padding: 15px 20px;
}
.navbar .menu-bott .top-right {
  width: 100%;
  float: left;
}

.navbar .menu-bott .top-right a{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 37px;
  padding:0px 20px;
  position: relative;
}
.navbar .menu-bott .top-right a::after{
  content: "";
  position: absolute;
  top:13px;
  right:0px;
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.18);
}
.navbar .menu-bott .top-right a:nth-last-of-type(1)::after{
  display: none;
}

body.side-right .navbar .menuslider {
  opacity: 1;
  visibility: visible;
  top: 72px;
  box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
}
body.side-right .navbar .menuBtn {
  display: none;
}
body.side-right .navbar .menuBtn2 {
  display: block;
}
body.side-right .navbar .menuBtn b {
  display: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
}
body.side-right .navbar .menuBtn b:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
body.side-right .navbar .menuBtn b:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}



.navbar .menu-bott .top-right .search{
  width: 100%;
  position: relative;
}
.navbar .menu-bott .top-right .search .txt{    
    width: 91%;
    line-height: 50px;
    border: 1px solid #fff;
    border-radius: 100px;
    background: none;
    color: #fff;
    font-size: 16px;
    padding: 0 6% 0 3%;
    height: 50px;
}
.navbar .menu-bott .top-right .search .image{
    position: absolute;    
    top: 26%;
    right: 25px;
}

.navbar .menu-bott .search .txt::-webkit-input-placeholder{color: #fff;}    
.navbar .menu-bott .search .txt:-moz-placeholder{color: #fff;}            
.navbar .menu-bott .search .txt::-moz-placeholder{color: #fff;}              
.navbar .menu-bott .search .txt:-ms-input-placeholder{color: #fff;}    
.navbar .menu-bott .search .txt:focus{outline: none;}



.sydh h1{
  font-size: 24px;
}




/* Ã§Â§â€˜Ã¥Â®Â¤Ã§Â®â‚¬Ã¤Â»â€¹ */

.ksjj_lf{
  width: calc(100% - 100px);
}
.ksjj_rg{
  width: 100px;
}

.ksjj_pic{
    width: 460px;
    height: 310px;
}
.ksjj_js{
  width: calc(100% - 460px);
}
.ksjj_jsnr{
  padding: 25px 28px 0px;
}
.ksjj_text p{
  margin: 15px 0px 10px;
}

.ksjj_text span a{
  font-size: 14px;
}

.ksjj_text span{
  display: block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  border-radius: 20px;
  text-indent: 48px;
  background: url(../images/ic_more.png) no-repeat 17px center #0e59a7;
  background-size: auto 17px;
}
.ksjj_text span:hover{
  background: url(../images/ic_more.png) no-repeat 17px center #c01d23;
  background-size: auto 17px;
}



.jjyc .pictp{
  height: 24px;
}
.jjyc h2{
  font-size: 16px;
  margin-top: 8px;
}
.jjyc h3{
  font-size: 12px;
}


/* Ã¥â€¡ÂºÃ¨Â¯Å Ã¤Â¿Â¡Ã¦ÂÂ¯ */





/* Ã¤Â¸â€œÃ¥Â®Â¶Ã¤Â»â€¹Ã§Â»Â */
.zjjs_lbnr .text h2,
.list_zj li .ltzj_nr .text h2{
  font-size: 18px;
}


/* Ã§Â§â€˜Ã¥Â®Â¤Ã¨Â®Â¾Ã§Â½Â® */
.kxyj_box{
  padding-bottom: 9px;
}
.kxyj_box li{
  padding: 27px 0px;
}
.kssz_box li .kssz_nr .kssz_lb a{
  max-height: 42px;
}
.kssz_box li .kssz_nr .kssz_lb .pictp{
  width: 50px;
  height: 42px;
}

.kssz_box li .kssz_nr .kssz_lb h2{
  width: calc(100% - 65px);
  height: 42px;
}
.kssz_box li .kssz_nr .kssz_lb h2 p{
   font-size: 18px;
}


.ltzj_xmrg .ltzj_xmtit h1{
  margin-left: 40px;
}
.ltzj_xmrg .ltzj_xmjs{
  padding-left: 40px;
  padding-right: 40px;
}



.czxxpb_bg td .czxxpb_zj li{
   width: 16.66%;
}

 
}


@media (max-width: 1080px) {
  .kxyj_box li .kxyj_lf{
    width: 140px;
  }
  .kxyj_box li .kxyj_text{
    width: calc(100% - 155px);
  }

  .kxyj_box li .kxyj_text span{
    margin-top: 13px;
  }


}




@media (max-width: 1024px) {
 


  .sydh h1.dhksjj{
    background: url(../images/dhksjj.png) no-repeat left 5px;
}
.sydh h1.dhczxx{
    background: url(../images/dhczxx.png) no-repeat left 5px;
}
.sydh h1.dhzjjs{
    background: url(../images/dhzjjs.png) no-repeat left 4px;
}
.sydh h1.dhkssz{
    background: url(../images/dhkssz.png) no-repeat left 5px;
}
.sydh h1.dhksdt{
    background: url(../images/dhksdt.png) no-repeat left 5px;
}



/* Ã¥â€¡ÂºÃ¨Â¯Å Ã¤Â¿Â¡Ã¦ÂÂ¯ */
.czxx_tit h2,
.czxx_tit h3{
  font-size: 14px;
  width: 100%;
}
.czxx_tit h3 p span{
  margin: 0px 0px 0px 15px;
}
.czxx_tit h3 p span.cz_blue{
  margin-left: 0px;
}

.czxxpb_bg td .czxxpb_zj li{
  width: 16.6%;
}



/* Ã¤Â¸â€œÃ¥Â®Â¶Ã¤Â»â€¹Ã§Â»Â */
.zjjs_lbnr .text h4{
  font-size: 13px;
}


/* Ã§Â§â€˜Ã¥Â®Â¤Ã¨Â®Â¾Ã§Â½Â® */
.kssz_box{
  margin: 0px -15px;
  padding-bottom: 20px;
}
.kssz_box li .kssz_nr{
  margin:12px 15px;
}
.kssz_box li .kssz_nr .kssz_lb{
  padding:15px 12px 15px;
}
.kssz_box li .kssz_nr .kssz_lb a{
  max-height: 42px;
}
.kssz_box li .kssz_nr .kssz_lb .pictp{
  width: 30px;
}

.kssz_box li .kssz_nr .kssz_lb h2{
  width: calc(100% - 40px);
}
.kssz_box li .kssz_nr .kssz_lb h2 p{
   font-size: 16px;
}


/* Ã§Â§â€˜Ã¥Â®Â¤Ã¥Å Â¨Ã¦â‚¬Â */
.cont5{
  width: 100%;
}

.dtone_nr .dtone_tp{
  height: auto;
  padding-bottom: 56%;
}


/* Ã¥ÂÂ¥Ã¥ÂºÂ·Ã§Â§â€˜Ã¦â„¢Â® */
.cont6{
  width: 100%;
  padding-bottom: 40px;
}

.jkkp_box{
  padding:25px;
}
.jkkp_tj{
  width: 340px;
  float: left;
}
.jkkp_tj .jkkp_tjtp{
  height: auto;
  padding-bottom: 56%;
}

.jkkp_box ul{
  width:calc(100% - 370px);
  float: right;
}


/* Ã¥Ë†â€”Ã¨Â¡Â¨Ã©Â¡Âµ */
.list_ban{
  height: 270px;
}
.list_ban .ltban_text{
  transform: translate(-50%, -50%);
}
.list_ban .ltban_text h2{
  padding: 12px 35px;
  font-size: 24px;
}



.dangqwz{
  margin-top: 0px;
  padding: 20px 5px 0px;
  height:auto;
}

.dangqwz::before,
.dangqwz::after{
  display: none;
}


.list_box{
  padding: 0px 20px 40px;
}



/* Ã¥â€ â€¦Ã¥Â®Â¹Ã©Â¡Âµ */
.contt_lf{
  width: calc(100% - 0px);
}
.contt_rg{
  width: 100%;
}

.contt_box{
  padding-top: 35px;
}
.contt_tit{
  text-align: center;
}
.contt_tit h1{
   font-size: 20px;
}
.contt_tit h3{
  font-size: 14px;
}




.contt_lf{
  margin-bottom: 50px;
}
.cttrg_tit h1{
  font-size: 24px;
}


.cttrg_wz{
  padding-bottom: 50px;
}


.contt_zhwen{
  padding-bottom: 100px;
}
.contt_zhwfx{
  right: auto;
  left: 0px;
  bottom: 30px;
  width: 100%;
  background: none;
}
.contt_zhwfx h3{
  float: left;
  margin-top: 4px;
}
.contt_zhwfx .cczw_fxnr{
  display: block;
  right: auto;
  left: 210px;
  top:0px;
}

.ksdt_box,.tzgg_box,.jkkp_box,.jxgz_box,.kxyj_box{height:auto;}




/* Ã¤Â¸â€œÃ¥Â®Â¶Ã¥Ë†â€”Ã¨Â¡Â¨ */
.list_zj li{
  width:25%;
}


/* Ã¤Â¸â€œÃ¥Â®Â¶Ã¨Â¯Â¦Ã¦Æ’â€¦ */
.ltzj_xmlf{
  width: 170px;
}
.ltzj_xmlf .ltzj_xmlftp{
  padding: 15px;
}
.ltzj_xmrg{
  width: calc(100% - 172px); 
}

.ltzj_xm::before,
.ltzj_xm::after{
  width: calc(100% - 172px);
  height: calc(100% - 15px);
}


.ltzj_xmrg .ltzj_xmtit h1{
   padding-bottom: 15px;
   font-size: 22px;
   margin-top: 50px;
   margin-left: 30px;
}
.ltzj_xmrg .ltzj_xmjs{
  padding: 20px 30px 0px 30px;
  height: 125px;
}
.ltzj_xmrg .ltzj_xmjs li{
  font-size: 15px;
  line-height: 22px;
  margin: 4px 0px;
  max-height: none;
}



.ltzj_js p{
  font-size: 15px;
  line-height: 30px;
}


.ltzj_czxx li{
  font-size: 15px;
}


.ltzj_czxx li .ltzj_cztit{
  width: 180px;
}
.ltzj_czxx li .ltzj_cztext{
  width:calc(100% - 360px);
}
.ltzj_czxx li .ltzj_cztit,
.ltzj_czxx li .ltzj_cztext{
    padding:10px;
    border-left: none;
}


.ejdh ul{
  justify-content:normal;
}


}



@media (max-width: 930px) {
  .sydh h1{
    /* padding-bottom: 10px; */
    font-size: 20px;
  }
  .sydh h1.dhksjj{
    background: url(../images/dhksjj.png) no-repeat left 2px;
    background-size: auto 80%;
}
.sydh h1.dhczxx{
    background: url(../images/dhczxx.png) no-repeat left 2px;
    background-size: auto 80%;
}
.sydh h1.dhzjjs{
    background: url(../images/dhzjjs.png) no-repeat left 2px;
    background-size: auto 80%;
}
.sydh h1.dhkssz{
    background: url(../images/dhkssz.png) no-repeat left 2px;
    background-size: auto 80%;
}
.sydh h1.dhksdt{
    background: url(../images/dhksdt.png) no-repeat left 2px;
    background-size: auto 80%;
}
.sydh h3{
  width: 74px;
  height: 24px;
  line-height: 24px;
  font-size: ;
}


/* Ã§Â§â€˜Ã¥Â®Â¤Ã§Â®â‚¬Ã¤Â»â€¹ */

.ksjj_lf{
  width: calc(100% - 80px);
}
.ksjj_rg{
  width: 80px;
}

  .ksjj_pic{
    width: 360px;
    height: 248px;
  }
  .ksjj_js{
    width: calc(100% - 360px);
  }
  .ksjj_text p{
    line-height: 22px;
    height: 110px;
  }
  .ksjj_text span,
  .ksjj_text span:hover{
    background-size: auto 15px;
    background-position: 13px center;

    height: 32px;
    line-height: 32px;
    text-indent: 34px;
}

  .jjyc .pictp{
    font-size: 18px;
    margin-top: 9%;
  }
  .jjyc h2{
    font-size: 15px;
  }


/* Ã¥â€¡ÂºÃ¨Â¯Å Ã¤Â¿Â¡Ã¦ÂÂ¯ */
.czxx_tit h3{
  margin-top: 10px;
}
.czxx_tit h3 p span{
  margin: 0px 0px 0px 20px;
}
.czxxpb_bg td .czxxpb_zj li{
  width: 25%;
}


  /* Ã¥â€¡ÂºÃ¨Â¯Å Ã¤Â¿Â¡Ã¦ÂÂ¯ */
  .czxxpb_bg td .czxxpb_zj li,
  .czxxpb_bg th,
  .czxxpb_bg td.czxxpb_bt,
  .czxxpb .czxxpb_btn,
  .kssz_box li .kssz_nr .kssz_lb h2 p,
  .dtone_nr h2,
  .ksdt_two li h2,
  .tzgg_box li h2,
  .jkkp_box ul li,
  .jkkp_tj .text h2,
  .jxgz_box li a,
  .kxyj_box li .kxyj_text h2,
  .zjjs_lbnr .text h2,
  .list_zj li .ltzj_nr .text h2{
    font-size: 15px;
  }


  .jxgz_box li span{
    font-size: 13px;
  }

  .zjjs_lbnr .text h2, 
  .zjjs_lbnr .text h4,
  .list_zj li .ltzj_nr .text h2, 
  .list_zj li .ltzj_nr .text h4{
    line-height: 20px;
    height: 20px;
  }



  /* Ã§Â§â€˜Ã¥Â®Â¤Ã¨Â®Â¾Ã§Â½Â® */
  .kssz_box{
    margin: 0px -10px;
  }
  .kssz_box li .kssz_nr{
    margin: 10px;
  }


    /* Ã§Â§â€˜Ã¥Â®Â¤Ã¥Å Â¨Ã¦â‚¬Â */
  .ksdt_box {
    padding: 15px 15px 10px;
  }

  .ksdt_one{
     margin: 0px -10px;
  }
  .ksdt_one li .dtone_nr{
     margin: 0px 10px;
  }


  /* Ã©â‚¬Å¡Ã§Å¸Â¥Ã¥â€¦Â¬Ã¥â€˜Å  */
  .tzgg_box,
  .jxgz_box{
    padding-left: 15px;
    padding-right: 15px;
  }
  

  /* Ã¥ÂÂ¥Ã¥ÂºÂ·Ã§Â§â€˜Ã¦â„¢Â® */
  .jkkp_box{
    padding: 15px;
  }


  .kxyj_box{
    padding:0px 15px;
  }




/* Ã¥Âºâ€¢Ã©Æ’Â¨ */
.dibu{
  padding: 25px 0px 15px;
}
.dibu_logo{
  width: 180px;
}
.lxwm{
  margin-left: 35px;
}







/* Ã¤Â¸â€œÃ¥Â®Â¶Ã¥Ë†â€”Ã¨Â¡Â¨ */
.ltzj_ser{
  width: 540px;
}
.ltzj_inp{
/*   width: 180px;  */
} 



/* Ã¥â€ â€¦Ã¥Â®Â¹Ã©Â¡Âµ */
.contt_zhwjs p{
  line-height: 32px;
  font-size: 15px;
}

.contt_sxp li{
 font-size: 15px;
 margin: 2px 0px;
}

.cttrg_wz li h2{
  font-size: 15px;
}



/* Ã¦â€“Â°Ã©â€”Â»Ã¥Ë†â€”Ã¨Â¡Â¨ */
.list_xw li .ltxw_sj::before{
  display: none;
}
.list_xw li .ltxw_tp{
  margin-left: 0px;
  margin-right: 15px;
  width: 150px;
}

.list_xw li .ltxw_sj{
  font-size: 20px;
}
.list_xw li .ltxw_sj::after{
  top:40px;
}
.list_xw li .ltxw_nr h2{
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 32px;
  height: 32px;
}
.list_xw li .ltxw_nr p{
  font-size: 13px;
}



  

}


@media (max-width: 768px) {
  .zjjs .slick-prev,.zjjs .slick-next{
    margin-top: 0px;
    top: -30px;
  }

  .zjjs .slick-prev{
    left: auto;
    right: 140px;
  }
  .zjjs .slick-next{
    right: 96px;
  }

/*
  .zjjs .slick-prev:hover,
  .zjjs .slick-next:hover{
    display: none;
  }
*/

  /* Ã§Â§â€˜Ã¥Â®Â¤Ã¨Â®Â¾Ã§Â½Â® */
  .kssz_box{
    padding-bottom: 20px;
  }
  .kssz_box li{
    width: 33.3%;
  }


  /* Ã§Â§â€˜Ã¥Â®Â¤Ã¥Å Â¨Ã¦â‚¬Â */
  .cont5{
    width: 100%;
  }

  .dtone_nr .dtone_tp{
    padding-bottom: 56%;
    height: auto;
  }


  /* Ã¥Âºâ€¢Ã©Æ’Â¨ */
  .lxwm{
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
  .lxwm p,
  .banq{
    line-height: 24px;
  }
  .bktop{
    width: 40px; height: 40px;
  }


  /* Ã¤Â¸â€œÃ¥Â®Â¶Ã¥Ë†â€”Ã¨Â¡Â¨ */
  .list_zj{
    margin: 0px -15px;
  }
  .list_zj li .ltzj_nr{
      margin-left: 15px;
      margin-right: 15px;
  }


  /* Ã¤Â¸â€œÃ¥Â®Â¶Ã¨Â¯Â¦Ã¦Æ’â€¦ */

  .zjdh h1{
    font-size: 20px;
    margin-right: 10px;
  }
  .zjdh h3 p span{
    margin: 0 0px;
  }
  .ltzj_xmlf{
     float: none;
     margin: 0px auto;
  }
  .ltzj_xmrg{
    width: calc(100% - 0px);
}
.ltzj_xm::before,
.ltzj_xm::after{
  width: calc(100% - 0px);
  height: calc(100% - 20px);
}
.ltzj_xmrg .ltzj_xmtit h1{
  font-size: 20px;
  margin-top: 30px;
}
.ltzj_xmrg .ltzj_xmjs{
  height: auto;
  padding-bottom: 30px;
}


.ltzj_czxx li {display:block;}

.ltzj_czxx li .ltzj_cztit{
  width: 100%;
  border-bottom:#d8d8d8 1px solid;
  border-right-style: none;
  text-align: left;
  background: #699beb;
  color: #fff;
}
.ltzj_czxx li .ltzj_cztext{
  width:100%;
}

.ltzj_tis{
  padding: 20px;
}



}

@media (max-width: 720px) {

   /* Ã§Â§â€˜Ã¥Â®Â¤Ã§Â®â‚¬Ã¤Â»â€¹ */
  .ksjj_lf{
    width: calc(100% - 0px);
  }
  .ksjj_rg{
    margin: auto;
    float: none;
    width: 60%;
  }
  .ksjj_rg li{
    width: 33.3%;
  }
  .jjyc .pictp{
    margin-top: 23%;
  }


/* Ã¥â€¡ÂºÃ¨Â¯Å Ã¤Â¿Â¡Ã¦ÂÂ¯ */
.czxxpb_bg td .czxxpb_zj li{
  width: 33.3%;
}

  /* Ã¥ÂÂ¥Ã¥ÂºÂ·Ã§Â§â€˜Ã¦â„¢Â® */
  .jkkp_tj{
    width: 290px;
  }
  .jkkp_box ul{
    width:calc(100% - 310px);
    margin-top: 0px;
  }


}

@media (max-width: 640px) {

  /* Ã§Â§â€˜Ã¥Â®Â¤Ã§Â®â‚¬Ã¤Â»â€¹ */
  .cont_box1{
    background: none;
    padding-top: 10px;
  }
  .ksjj_lf{
    position: relative;
    padding-top: 60px;
    box-shadow:none;
  }
  .ksjj_lf .ksjj_jsnr .sydh{
     position: absolute;
     left: 0px;
     top:0px;
  }
  .ksjj_pic{
    width: 100%;
    height: auto; 
  }
    .ksjj_pic img{
      position:relative;
      top:0;
      transform:translate(0,0);
    }
  .ksjj_js{
    width: calc(100% - 0px);
    box-shadow: 0px 0px 49px 0px rgba(4, 0, 0, 0.1);
}
.ksjj_jsnr{
  padding-bottom: 25px;
}
.ksjj_text p{
  margin-top: 0px;
  line-height: 26px;
  height: 130px;
}
.ksjj_text span{
  float: none;
  margin: auto;
}

.ksjj_rg{
  width: 80%;
}


  /* Ã§Â§â€˜Ã¥Â®Â¤Ã¨Â®Â¾Ã§Â½Â® */
  .kssz_box li{
    width: 50%;
  }


  /* Ã¤Â¸â€œÃ¥Â®Â¶Ã¥Ë†â€”Ã¨Â¡Â¨ */
  
  .ltzj_ser{
    width: 100%;
    padding-top: 40px;
  }
  .ltzj_inp{
    width: 100%;
    margin-bottom: 10px;
  } 
  a.ltzj_btn{
    width: 100%;
  }

  .list_zj{
    margin: 0px;
  }
  .list_zj li{
    width: 50%;
  }
  .list_zj li .ltzj_nr{
      margin-left: 30px;
      margin-right: 30px;
  }



}



@media (max-width: 600px) {
  .czxxpb_bg td .czxxpb_zj li{width:50%;}
  .ctbx {
    width: 90%;
  }


  .navbar .menu-bott{
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar .menu-bott .top-right a{
    line-height: 28px;
    padding: 0px 12px;
  }
  .navbar .menu-bott .top-right a::after{
    top:9px;
  }




  /* Ã¥â€¡ÂºÃ¨Â¯Å Ã¤Â¿Â¡Ã¦ÂÂ¯ */
  .czxx_box{
    padding: 20px 14px;
    margin-top: 30px;
  }
  .czxx_tit h2,
  .czxx_tit h3{
    font-size: 14px;
  }

  .czxxpb_bg th,
  .czxxpb_bg td.czxxpb_bt{
    width: 26px;
    padding: 0px 5px;
  }
  .czxxpb_bg td.czxxpb_zjwk{
    padding: 12px 0px 12px 12px;
  }
  .czxxpb_bg td .czxxpb_zj li{
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
  }
  .czxxpb_bg td .czxxpb_zj li a{
    width:auto;
    height: 20px;
}
  .czxxpb_bg td .czxxpb_zj li a:after{
    display:none;
  }
  .czxx_tit h3 p span{
    margin-left: 5px;
    margin-right: -4px;
  }
  .czxx_tit h3 p span.cz_blue{
    margin-left: -4px;
  }


  .czxxpb .czxxpb_btn{
    width: 180px;
    text-indent: 22px;
    font-size: 14px;
    background: url(../images/czxx_sjx.png) no-repeat 142px center;
}
.czxxpb .czxxpb_btn:hover{
  background: url(../images/czxx_sjx2.png) no-repeat 142px center #5d96df;
}



/* Ã¤Â¸â€œÃ¥Â®Â¶Ã¤Â»â€¹Ã§Â»Â */
.zjjs{
  margin: 0px -10px;
}
.zjjs_lbnr{
  margin: 30px 10px 40px;
  padding: 15px 15px 11px;
}
.zjjs .slick-prev, .zjjs .slick-next{
  width: 28px;
  height: 28px;
  display: none !important;
}
.zjjs .slick-prev{
  right: 50px;
}




/* Ã§Â§â€˜Ã¥Â®Â¤Ã¨Â®Â¾Ã§Â½Â® */

.kssz_box{
  margin: 0px -10px;
}
.kssz_box li .kssz_nr{
  margin: 10px; 
}


.ksdt_box,
.tzgg_box, 
.jxgz_box,
.jkkp_box,
.kxyj_box{
  margin-top: 30px;
}


.list_ban{
  height: 200px;
}
.list_ban .ltban_text h2{
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}
.list_ban .ltban_text h2 img{
   height: 16px;
   vertical-align: -1px;
}
.dangqwz_nr{
  line-height:22px;
}
.ejdh {
  padding:10px 5px;
}
.ejdh li{
  padding:5px;
  font-size:14px;
}
.contt_tit{
  margin-bottom:15px;
}
/* Ã¥Ë†â€”Ã¨Â¡Â¨Ã©Â¡ÂµÃ¦â€“â€¡Ã¥Â­â€” */
.list_wz li{
  line-height: 24px;
}
.list_wz li::before{
  top:22px;
}
.list_wz li a{
   padding: 12px 0px;
   display: block;
   overflow: hidden;
}
.list_wz li h2{
  width: calc(100% - 0px);
  font-size: 15px;
  height: 24px;
}
.list_wz li span{
  float: left;
}


/* Ã¥â€ â€¦Ã¥Â®Â¹Ã©Â¡Âµ */
.contt_tit h1{
  font-size: 18px;
  line-height: 28px;
}
.contt_zhwjs p{
  font-size: 15px;
  line-height: 30px;
}

.contt_zhwfx{
  width: 70px;
}
.contt_zhwfx h3{
  font-size: 14px;
}
.contt_zhwfx h3 img{
  display:none;
}
.contt_sxp li{
  font-size: 15px;
  line-height: 26px;
}

.contt_rg{
  background-size:90% auto;
}

/* Ã¥â€ºÂ¾Ã§â€°â€¡Ã¥Ë†â€”Ã¨Â¡Â¨Ã©Â¡Âµ */
.list_xw li{
  position: relative;
  margin-bottom: 30px;
  padding: 0px 0px 25px;
}
.list_xw li.no .ltxw_sj{
  position: static;
}

.list_xw li .ltxw_sj{ 
  position: absolute; 
  top:0px; left: 0px;
  z-index: 2; 
  color: #fff;
  background: #940940; 
  background:rgba(149, 3, 64, 0.6);
  margin-top: 0px;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.16);
  width: auto;
  padding: 5px 10px;
  font-size: 18px;
}
.list_xw li .ltxw_sj::after{
  display: none;
}

.list_xw li .ltxw_tp{ 
  width: 100%; margin: 0px;
  border-style: none;
}
.list_xw li:hover .ltxw_tp{
  border-style: none;
}
.list_xw li .ltxw_nr{ 
  width: 100%; 
  float: left; 
  margin-top: 8px;
}
.list_xw li .ltxw_nr h2{
  font-size: 15px;
  margin-bottom: 0px;
}  




}




@media (max-width: 540px) {

    /* Ã¥ÂÂ¥Ã¥ÂºÂ·Ã§Â§â€˜Ã¦â„¢Â® */
  .jkkp_tj{
    width: 100%;
  }
  .jkkp_box ul{
    width:calc(100% - 0px);
    margin-top: 14px;
  }

  /* Ã¤Â¸â€œÃ¥Â®Â¶Ã¥Ë†â€”Ã¨Â¡Â¨ */
.list_zj{
  margin: 0px -10px;
}
.list_zj li .ltzj_nr{
    margin-left: 10px;
    margin-right: 10px;
}

.ltzj_czxx table td.ltzj_czwz{
  width: 100px;
}



/* pc */
.czxxpb{
   display: none;
}

/* Ã¦â€°â€¹Ã¦Å“Âº */
.mbczxx{
  display: block;
  margin-top: 15px;
}
.mbczxx li{
  width: 100%;
  /* float: left; */
  overflow: hidden;
  margin-top: 5px;
}
.mbczxx li .tit{
   width: 100%;
   float: left;
   font-size: 15px;
   color: #fff;
   line-height: 24px;
   padding: 12px 0px;
   text-align: center;
   font-weight: bold;
   color: #0e59a7;
   background: url(../images/czxx_down.png) no-repeat 95% center #e4f1ff;
   background-size: auto 7px;
}
.mbczxx li .ctnr{
  display: 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;
}

.mbczxx li.open{
  border-top: #fff 1px solid;
}
.mbczxx li.open .tit{
  color: #fff;
  background: url(../images/czxx_up.png) no-repeat 95% center #0e59a7;
  background-size: auto 7px;
}
.mbczxx li.open+li, .mbczxx li.open+li+li{
  margin-top:0px;
}
.mbczxx li.open .ctnr,.mbczxx li.open+li .ctnr, .mbczxx li.open+li+li .ctnr{
    display: block;
}

.mbczxx li .czxxpb_bg td.czxxpb_bt{
  background: #eef6fe;
}




/* Ã¤Â¸â€œÃ¥Â®Â¶Ã¥Ë†â€”Ã¨Â¡Â¨ */
.ltczxx{
  display: none;
}
.mbltczxx{
  display: block;
}
.mbltczxx .czxxpb_bg{
  margin-bottom: 10px;
}
.mbltczxx .czxxpb_bg th{
  width: 100%;
  padding: 12px 0px;
  line-height: 24px;
}

.mbltczxx .czxxpb_bg td.czxxpb_bt{
  background: #e4f1ff;
}


/*.mbltczxx .czxxpb_bg:nth-of-type(1) td,
.mbltczxx .czxxpb_bg:nth-of-type(3) td,
.mbltczxx .czxxpb_bg:nth-of-type(5) td,
.mbltczxx .czxxpb_bg:nth-of-type(7) td{
    background: #eef6fe;
}*/



}





@media (max-width: 414px) {
  .ksjj_rg{
    width: 100%;
  }

  .ksdt_one li{
     width: 100%;
  }

  .ksdt_two li,
  .tzgg_box li{
    padding: 8px 0px;
  }
  .ksdt_two li::before,
  .tzgg_box li::before{
    top:19px;
  }
  .ksdt_two li h2,
  .tzgg_box li h2{
    width: calc(100% - 0px);
    height: 24px;
    line-height: 24px;
  }
  .ksdt_two li span,
  .tzgg_box li span{
    float: left;
    line-height: 24px;
  }

 
  .kxyj_box li .kxyj_lf{
    display: none;
  }
  .kxyj_box li .kxyj_text{
    width: calc(100% - 0px);
  }


  .kxyj_box li{
    padding: 15px 0px;
  }
  .kxyj_box li .kxyj_text h2{
     height: auto;
     webkit-line-clamp:none; 
  }
  .kxyj_box li .kxyj_text span{
    margin-top: 5px;
  }


}


@media (max-width: 375px) {

  .jjyc .pictp {
    margin-top: 18%;
  }


  /* Ã§Â§â€˜Ã¥Â®Â¤Ã¨Â®Â¾Ã§Â½Â® */
  .kssz_box{
    padding-bottom: 30px;
  }
.kssz_box li{
  width: 100%;
}



@media (max-width: 360px) {
  .contt_zhwen{
    padding-bottom: 120px;
  }
  .contt_zhwfx .cczw_fxnr{
   left: 210px;
    top: 5px;
  }
  .contt_zhwfx{
    bottom: 60px;
  }
}







}