body{ 
font:12px Arial,Verdana; 
} 
ul{ 
margin:0px; 
padding:0px; 
list-style-type:none; 
} 
#it{ 
margin:0px; 
width:80px; 
height:25px; 
color:white; 
text-align:center; 
line-height:25px; 
cursor:pointer; 
background:black; 
border:1px solid white; 
} 
#ul li{ 
width:80px; 
height:25px; 
color:white; 
text-align:center; 
line-height:25px; 
cursor:pointer; 
background:black; 
border:1px solid white; 
} 
.highLight{ 
width:80px; 
height:25px; 
background:white; 
border:1px solid blue; 
color:black; 
} 

.cpzxwrap {
    color: black;
    background: white;
    height: 40px;
    line-height: 40px;
    /* border-bottom: 1px solid #DCDCDC; */
    border-left:4px solid #59bfef;
    border-top:1px solid #59bfef;
    border-bottom:1px solid #59bfef
  }

  .cpzxwrap:hover {
    color: #00BFFF;
  }

  #cpzx li {
    color: black;
    background: white;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #DCDCDC;
    font-family:黑体;
    font-size:14px;
  }

  #cpzx li:hover {
    color: #00BFFF;
  }

  /* .swiper-slide {
    width: 1280px;
    height: 472px;
    font-size: 60px;
    text-align: center;
    line-height: 0px;
    font-weight: bold;
  } */


  .swiper-container {
    width: 1280px;
    height: 472px;
    color: #fff;
    text-align: center;
  }

  .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    text-align: center;
    width: 1280px;
  }
  .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
  }
  .swiper-active-switch {
    background: #00BFFF;
  }
  


  .dropdown-content {
    left: -13px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    font-family: '黑体 Regular', '黑体';
    font-weight: 400;
    font-style: normal;
    text-align: left;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {
    background-color: #f1f1f1
  }

  #u151:hover .dropdown-content {
    display: block;
  }

  #u125:hover .dropdown-content {
    display: block;
  }