
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
i,
em,a {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #444444;
}

input {
  background: none;
  outline: none;
  border: none;
}
h5 {
  font-size: 16px;
  font-weight: 900;
}
.zs {
  position: fixed;
  top: 30%;
  left: -25px;
  z-index: 999;
}
.zs p{
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 11px;
  right: 0;
  z-index: 99;
}
.loginHead {
  width: 100%;
  color: #c0c0c0;
  position: relative;
}
.cons {
  width: 1200px;
  margin: 0 auto;
}
.ioc-nav {
  display: none;
}
.loginHead_T {
  padding: 12px 0 9px  0;
  overflow: hidden;
  background: #444444;
}
.loginHead_T ul {
  width: 60%;
  float: left;
  line-height: 20px;
  margin-top: 11px;
}
.loginHead_T ul li {
  font-size: 12px;
  float: left;
  margin-right: 45px;
  color: #cecece;
}

.loginHead_T ul li a {
  color: #cecece;
}

.loginHead_T ul li img {
  float: left;
  margin-right: 8px;
}
.loginHead_T p {
  float: right;
  margin-top: 4px;
  width: 240px;
  border-radius: 20px;
  border: 2px solid #878787;
}
.loginHead_T p input {
  width: 200px;
  border-radius: 20px;
  height: 28px;
  background: #444444;
  border: none;
  padding-left: 15px;
  color: #878787;
}
.loginHead_T p img {
  margin-top: 5px;
  padding-right: 8px;
  float: right;
}
.loginHeadBox{
  width: 1200px;
  margin: 0 auto;
  float: none;
}
.imgCssbox{
  margin-left:40px;
  text-align: center;
  float: left;
  padding-top: 14px;

}
.navHead {
  height: 110px;
  background: #9b0d14;
  clear: both;
}

.navHead .imgCss {
  display: inline-block;
  width: 25%;
  margin: 0 auto;
 
}
.navHead .imgCss img {
  width: 100%;
}

/* 轮播图 */

.swiper-container {
  width: 80%;
  /* height: 640px; */
}
.swiper-pagination-custom {
  bottom: 10px;
  right: 0;
  width: 100%;
}
/*自定义分页器的样式，这个你自己想要什么样子自己写*/
.swiper-pagination-customs {
  width: 300px;
  height: 4px;
  display: inline-block;
  background: #000;
  opacity: 0.3;
  margin: 0 5px;
}
/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active {
  opacity: 1;
  background-color: #f78e00;
}
.swiper-pagination-bullet {
  width: 13px !important;
  height: 13px !important;
  background: #ffff !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  width: 13px !important;
  height: 13px !important;
  border: 2px solid #ffff !important;
  background: transparent !important;
}
.swiper-pagination {
  width: 20% !important;
  left: 80% !important;
}
.gd{
    padding: 10px;
    font-size: 14px;
    position: absolute;
    bottom: 5px;
    right: 0;
    background-color: #9b0d14;
    z-index: 99;
}
.gd a{
  color: #ffff;
}

.swiper-slide img{
 width: 100%;
 height: 100%;
}

/* 主题内容 */
.jkyw {
  /* height: 375px; */
  /* width: 62%; */
  /* background: rgb(208, 255, 0); */
  /* margin: 35px auto;
  overflow: hidden; */
  width: 1200px;
  margin: 50px auto;
  overflow: hidden;
}
.jkyw_L {
  width: 67%;
  overflow: hidden;
  float: left;
   
}
.jkyw_L h5 {
  height: 35px;
  /* padding: 15px; */
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 17px;
}
.jkyw_L h5 p {
  float: left;
}
.jkyw_L h5 p:last-child {
  float: right;
  font-size: 14px;
  margin-top: 15px;
  color: #333333;
}
.jkyw_L h5 p span:first-child {
  display: inline-block;
  color: #c91111;
  padding-bottom: 5px;
  border-bottom: 3px solid #c91111;
}
.jkyw_L dl {
  width: 48%;
  background: #f6f6f6;
  float: left;
}
.jkyw_L dt {
    height: 250px;
}
.jkyw_L dt img {
  width: 100%;
  height: 100%;
}
.jkyw_L dd {
  font-size: 18px;
  font-weight: 800;
  /* height: 80px; */
  color: #ca0d0d;
  padding:20px 10px;

  text-align: center;
}
.jkyw_L ol {
  float: right;
  width: 50%;
}
.jkyw_L ol li {
  height: 30px;
  /* line-height: 30px; */
  font-size: 16px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jkyw_L ol li a:hover {
    color: #ca0d0d;
  /* overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap; */
}
.jkyw_L ol li i {
  display: inline-block;
  width: 4px;
  height: 13px;
  background: #c91111;
}

.jkyw_R {
  width: 30%;
  float: right;
}
.jkyw_R h5 {
  height: 35px;
  /* padding: 15px; */
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px;
}
.jkyw_R h5 p {
  float: left;
}
.jkyw_R h5 p:last-child {
  float: right;
  font-size: 14px;
  margin-top: 15px;
  color: #333333;
}
.jkyw_R h5 p span:first-child {
  display: inline-block;
  color: #c91111;
  padding-bottom: 5px;
  border-bottom: 3px solid #c91111;
}

.jkyw_R ol li {
  height: 30px;
  margin: 10px 0;
  border-bottom: 1px dashed #d7d7d7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jkyw_R ol li a:hover{
    color: #ca0d0d;
}
.jkyw_R ol li i {
  float: left;
  margin-top: -3px;
  margin-right: 8px;
}

.cenCon {
  /* height: 485px; */
  width: 100%;
  background: url("../images/bj.png");
  /* background:url(/images/bj.png) ; */
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
    padding-bottom: 30px;
}

.cenCon h5 {
  /* height: 80px; */
  padding: 37px 0 17px 0;
  margin-bottom: 30px;
}
.cenCon h5 p {
  text-align: center;
}
.cenCon h5 .cenConTop li{
display: inline;
}
.cenCon h5 p em {
  margin: 0 15px;
    color:#9fa8ac;
}
.cenCon h5 p span {
  font-size: 22px;
  font-weight: 800;
    padding: 10px;
    
}
.on{
    color: #c91111;
    display: inline-table;
}
.on span{
    font-size: 22px;
  font-weight: 800;
    padding: 10px;
    border-bottom:3px solid #c91111 ;
}
.on em{
    margin: 0 15px;
    color:#9fa8ac;
}

.cenConBoxTop{
    display: none;
}
.cenConBoxTop ol li  a:hover{
  color: #c91111;
}
.cenConBox{
    overflow: hidden;
  margin-top: 20px;
}
.cenConBox .active{
    display:block;
}
.cenCon dl {
  width: 32%;
  float: left;
}
.cenCon dt {
  height: 250px;
}
.cenCon dt img {
  width: 100%;
  height: 100%;
}
.cenCon dd {
  font-size: 14px;
  text-align: center;
  padding: 10px 10px;
  color: #444444;
  background: #ffff;
}

.cenCon ol {
  width: 65%;
  /* height: 290px; */
  float: right;
}
.cenCon ol li {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.cenCon ol li span {
  display: inline-block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cenCon ol li i {
  font-size: 12px;
  float: right;
  color: #8f9091;
}
.ck {
 float: left;
 width: 100%;
 margin: 0 auto;
}
.ck a{
  display: block;
  border: 1px solid #bebebe;
  border-radius: 20px;
  width: 140px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}
.ck a:hover{
  color: #9b0d14;
}
.inform {
  height: 350px;
  margin-top: 45px;
}

.informBox {
  width: 30%;
  margin-right: 4%;
  float: left;
}
.informBox:last-child{
  margin-right: 0;
  float: right;
}
.informBox :last-child {
  margin-right: 0;
}
.informBox ol li a span:hover{
  color: #c91111;
  /* background-color: aqua; */
}
.inform h5 {
  overflow: hidden;
}
.inform h5 p {
  float: left;
  font-size: 22px;
}
.inform h5 p:last-child {
  float: right;
  font-size: 14px;
  margin-top: 10px;
  color: #333333;
}
.inform h5 p span:first-child {
  display: inline-block;
  color: #c91111;
  padding-bottom: 5px;
  border-bottom: 3px solid #c91111;
}
.inform ol li {
  margin-top: 20px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inform ol li em {
  font-size: 12px;
  color: #8f9091;
}
.inform ol li a:hover{
  color: #c91111;
}
.inform ol li a span {
  font-size: 14px;
  color: #444444;
}
.inform ol li i {
  display: inline-block;
  width: 3px;
  height: 13px;
  background: #d5d5d5;
  margin: 0 10px;
}
.pxzx {
  height: 80px;
  margin: 15px 0;
  border-bottom: 1px solid #d5d5d5;
}
/* .pxzx p a span:hover{
  color: #9b0d14;
} */
.pxzx_L {
  float: left;
  width: 20%;
  border: 1px solid #ca0d0d;
}
.pxzx_L h5 {
  width: 100%;
  background: #ca0d0d;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #ffff;
  font-size: 16px;
  font-weight: 800;
}
.pxzx_L p {
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #9b0d14;
  font-size: 13px;
}
.pxzx_R {
  float: right;
  width: 70%;
}
.pxzx_R h4 {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pxzx_R h4 a {
  font-size: 15px;
  color: #333333;
}
.pxzx_R p {
  margin-top: 5px;
}
.pxzx_R p span {
  color: #a09f9f;
  font-size: 14px;
}
.pxzx_R p img {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}
.footer {
  color: #8a8a8a;
  margin-top: 122px;
  /* overflow: hidden; */
  width: 100%;
  float: left;
}
.footer_T {
  overflow: hidden;
  padding: 30px 0 30px 0;
  background: #9b0d14;
}
.footer_con h5 {
  float: left;
}
.footer_con ul {
  float: right;
  color: #ffff;
  font-size: 16px;
  padding-top: 7px;
  width: 90%;
}
.footer_con ul li span {
  font-size: 14px;
  margin: 0 7px;
}
.footer_con ul li a {
  margin-right: 12px;
  color: #ffff;
  padding: 10px 0 ;
}
.footer_con ul li a:hover{
  padding: 10% 0 ;
  background-color: #ca0d0d;
}
.footer_B {
  /* height: 276px; */
  background: url("../images/footer.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.zz {
  background-color: #242424;
  opacity: 0.9;
  padding-top: 50px;
    padding-bottom: 20px;
    overflow: hidden;
}
.zz h1 {
  float: left;
  margin-right: 32px;
  width: 200px;
}
.zz h1 img{
  width: 100%;
  height: 100%;
}
.zz_con {
  float: left;
  width: 565px;
  /* margin-right: 20px; */
}
.zz_con p {
  font-size: 18px;
  margin-bottom: 40px;
}
.zz_con ul {
  float: left;
  margin-right: 20px;
}
.zz_con ul li {
  margin-top: 10px;
}
.imgList{
  width: 400px;
  overflow: hidden
}
.imgList ol {
  padding-top: 45px;
}
.imgList ol li {
  text-align: center;
  float: left;
  margin-right: 6px;
}
.imgList ol li img {
  width: 90px;
  height: 90px;
  display: block;
}
.imgList ol li span {
  display: inline-block;
  margin-top: 10px;
}
.footer_d {
  height: 65px;
  width: 100%;
  background: #242424;
  text-align: center;
  line-height: 65px;
  font-size: 16px;
  color: #5b5b5b;
}
@media (max-width: 1680px) {
  .cons {
    width: 72%;
    margin: 0 auto;
  }
  .jkyw {
    width: 75%;
  }

    .imgCss {
        width: 20%;
        padding-top:10px;
        margin: 0;
  }
  .cenCon h2 {
    position: absolute;
    width: 30%;
    height: 10px;
    top: 75px;
    left: 36%;
    z-index: 999;
    background-image: url(../images/xian.png);
    background-repeat: no-repeat;
  }
    .footer_con h5{
     display: none;
    }
    .footer_con ul{
        width: 100%;
    }
    .footer_con ul li span{
    padding: 0;
    }
    .zz h1{
        display: none;
 }
}
@media (max-width: 1550px) {

    .zz_con{
        overflow: hidden;
        width: 70%;
        margin: 0 auto;
        float: none;
    }
    .zz_con p{
        margin-bottom: 10px;
    }
    .imgList{
        overflow: hidden;
        width: 60%;
        margin: 0 auto;
    }
}

@media (max-width: 1200px) {
  .zs {
    display: none;
  }
  h5 {
    width: 96%;
    margin: 0 auto;
  }
  .cons{
    width: 94%;
  }
  .loginHead {
    /* height: 150px; */
    position: relative;
  }
  .loginHead_T {
    display: none;
  }

  .navHead {
    height: 100%;
    overflow: auto;
    padding:0;
    margin: 0;
  }
  .ioc-nav {
    display: block;
    position: absolute;
    top:25%;
    right: 10px;
  }
  .nav {
    display: none;
    position: relative;
  }
  .loginHeadBox {
    width: 100%;
  }
  .imgCssbox {
    width: 30%;
    padding: 8px;
        display: block;
  }
  .imgCssbox img{
    width: 100%;
    height: 100%;
  }
  .gd{
    padding: 3px;
    font-size: 14px;
    position: absolute;
    bottom: 5px;
    right: 0;
    background-color: #9b0d14;
    z-index: 99;
  }
  .swiper-container {
    width: 100%;
    margin: 0 auto;
    /* height: 200px; */
  }
  .swiper-pagination-custom {
    bottom: 10px;
    right: 0;
    width: 100%;
  }
  /*自定义分页器的样式，这个你自己想要什么样子自己写*/
  .swiper-pagination-customs {
    width: 100px;
    height: 4px;
    display: inline-block;
    background: #000;
    opacity: 0.3;
    margin: 0 5px;
  }
  /*自定义分页器激活时的样式表现*/
  .swiper-pagination-customs-active {
    opacity: 1;
    background-color: #f78e00;
  }
  .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
    background: #ffff !important;
    opacity: 1 !important;
  }
  .swiper-pagination-bullet-active {
    width: 15px !important;
    height: 15px !important;
    border: 1px solid #ffff !important;
    background: transparent !important;
  }
  .swiper-pagination {
    width: 47% !important;
    left: 66% !important;
  }
  .jkyw {
    width: 94%;
    margin: 0 auto;
    padding: 0;
 
  }
  .jkyw_L {
    clear: both;
    width: 100%;
    margin-top: 15px;
  }
  .jkyw_L dl {
    float: none;
    width: 98%;
    margin: 0 auto;
  }
  .jkyw_L ol {
    float: node;
    width: 96%;
    margin: 0;
  }
  .jkyw_R {
    width: 100%;
    clear: both;
  }
  .cenCon {
        overflow: hidden;
  }

  .cenCon h5 {
    margin-bottom: 0;
  }
  .cenCon h5 p span {
    font-size: 16px;
  }
  .cenCon h2 {
    display: none;
    position: absolute;
    width: 30%;
    height: 10px;
    top: 75px;
    left: 4%;
    z-index: 999;
    background-image: url(../images/xian.png);
    background-repeat: no-repeat;
  }

  .cenCon dl {
    float: none;
    width: 98%;
    margin: 0 auto;
  }
  .cenCon ol {
    float: none;
    width: 96%;
    margin: 0 auto;
  }
  .cenCon ol li span {
    width: 70%;
  }
  .cenConBoxTop  dl{
    width: 35%;
    float: left;
  }
  .cenConBoxTop  ol{
    width: 60%;
    float: right;
  }
  .inform {
    clear: both;
    height: 100%;
    margin-top: 0;
  }
 
  .informBox {
    /* height: 100%; */
    width: 100%;
    /* float: none; */
    margin: 20px 0;
    overflow: hidden;
  }
  .pxzx {
    height: 100px;
  }
  
  .footer_T {
    display: none;
  }
  /* .footer_B,
  .footer_T {
    display: none;
  } */
  .footer {
    clear: both;
    margin-top:20px;
  }
  .footer_B{
    background: #ffff;
  }
  .zz{
    padding-top: 0px;
    background-color: #ffff;
  }
  .zz_con{
    width: 96%;
    margin: 0 auto;
  }
  .zz_con ul{
    float: none;
  }
  .imgList{
     width: 100%;
  }
  .imgList ol{
    padding-top: 20px;
  }
  .imgList ol li img{
     width: 80px;
     height: 80px;
  }
}
@media (max-width: 1024px) {
  .swiper-pagination {
    width: 100%!important;
    left: 0!important;
  }
  /* .swiper-slide{
    height: 200px;
  } */
  .cenCon h5 p em{
    margin: 0 4px;
  }
  .cenCon h5 p span{
    padding: 0;
  }
 
}
@media (max-width: 768px) {
 
  .cenConBoxTop dl{
   float: none;
   width: 100%;
  }
  .cenConBoxTop ol{
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}



