:root {
  --wzColor: #CD0000;
}
/*换行*/
.twoHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.threeHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.fiveHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.main  {
  width: 1200px;
  margin:0 auto;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-r-40 {
  padding-right: 40px;
}
.logo img{
  width:212px;
  height: 50px;
  display: block;
  margin-top:8px;
}
.head{}
.head .head1{
  line-height: 60px;
}
.nav{
   height: 60px;
   line-height: 60px;
}
.nav li {
  padding: 0px 30px;
   margin-left: 20px;
}
.nav li a {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 10px;
}
.nav  .active a{
  color:var(--wzColor);
  border-bottom: 4px solid var(--wzColor);
}
.nav .active:hover {
  border-style: none;
}
.nav li a:hover {
  text-decoration: none;
  color:var(--wzColor);
  border-bottom: 4px solid var(--wzColor);
}
/**/
 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
  .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
  }
  .swiper-pagination  .swiper-pagination-bullet {
  background: #999999!important;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.swiper-pagination  .swiper-pagination-bullet-active {
  background: var(--wzColor)!important;
}
.swiper-button-next, .swiper-button-prev {
  color:#fff!important;
}
/**/
.title {
  line-height: 45px;
}
.title span {
  font-size: 30px;
  font-weight: 400;
  color:var(--wzColor);
}
.title a {
  font-size: 14px;
  font-weight: 400;
  color:#666;
}
.title a:hover {
  text-decoration: none;
}
/**/
.list1 ul {
  padding-left: 0;
  flex-wrap: wrap;
}
.list1 li {
  width: 260px;
  list-style: none;
  background: #F0F0F0;
  padding:15px;
}
.list1 li img {
  height: 240px;
}
.list1 li p {
  font-size: 24px;
  font-weight: 400;
  color:#333;
}
.list1 li a:hover  {
  text-decoration: none;
}
.list1 li p:hover {
  color:var(--wzColor);
}
/**/
.list2-pt {
  padding-top: 40px!important;
  padding-bottom: 40px!important;
}
.list2 {
  padding-right: 30px;
}
.list2 a {
  font-size: 24px;
  font-weight: 400;
  color:#010101;
}
.list2 a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
.list2 p {
  font-size: 18px;
  font-weight: 400;
  color:#666;
}
.list2-a {
  right:0;
  bottom:-8px;
}
/**/
.list3 ul {
  padding-left: 0;
}
.list3 li {
  list-style: none;
  width: 360px;
  background: #EEEEEE;
  padding:15px;
}
.list3 li p {
  font-size: 24px;
  font-weight: 400;
  color:#333;
  text-align: center;
} 
.list3 li a:hover {
  text-decoration: none;
}
.list3 li p:hover {
  color:var(--wzColor);
}
/**/
.list4 ul {
  padding-left: 0;
  flex-wrap: wrap;
}
.list4 li {
  width: 368px;
  list-style: none;
}
.list4 li p {
  font-size: 18px;
  font-weight: 400;
  color:#666666;
}
.list4 li .p1 {
  text-align: center;
  font-size: 24px;
  color:#333;
}
.list4 li a:hover {
  text-decoration: none;
}
.list4 li .p1:hover {
  color:var(--wzColor);
}
/**/
.title .s1 {
  font-size: 24px;
  font-weight: 400;
  color: var(--wzColor);
}
/*友情链接*/
.link p {
   flex-wrap: wrap;
   justify-content: flex-start;
}
.link p a {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 400;
  color:#333;
}
.link p a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/*footer*/
.footer {
  margin-top: 40px;
  padding: 50px 30px;
  background: #434343;
} 
.footer p {
text-align: center;
  font-size:16px;
  text-align: center;
  margin: 6px 0;
  color: #fff;
  letter-spacing: 1px;
}
/*面包屑*/
.breadcrumb a img {
  width: 10px;
  height: 18px;
}
.breadcrumb span img {
  display: block;
  width: 14px;
  height: 18px;
  margin:5px 10px 0 20px;
}
.breadcrumb span {
  font-size: 18px;
  font-weight: 400;
  color:#333;
}
.breadcrumb a {
  color:#333;
}
.breadcrumb a:hover {
  text-decoration: none;
}
/*分页*/
.pageTurn {}
.pageTurn ul {
  padding: 0;
  text-align: center;
}
.pageTurn ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #ddd;
border-radius: 10px;
  padding: 3px 10px;
}
.pageTurn ul li a {
  color: #333;
}
.pageTurn ul li:hover{
  color:var(--wzColor);
}
.pageTurn ul li:hover a {
  text-decoration: none;
  color:var(--wzColor);
}
.pageTurn ul li:nth-child(1) {
  background: #E6E6E6;
}
.pageTurn ul li:last-child {
  background: #666666;
}
.pageTurn ul li:last-child a {
  color:#fff;
}
.pageTurn .thisclass{
    color:var(--wzColor);
    border-style: none;
}
.pageTurn .thisclass:hover{
  color:#333;
}
.pageTurn .pageinfo {
  color:#fff;
}
/**/
.textTitle h1 {
  font-size: 24px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.textTitle .d1 {
  
}
.textTitle .d1 span {
  font-size: 18px;
  font-weight: 400;
  color: #999;
  padding: 0 8px;
}
.textTitle .d1 .s1 {
  margin-right: 15px;
  padding-right: 15px;
}
.textContent {
  margin-top: 40px;
  font-size: 24px;
  line-height: 36px;
  color: #666;
}
.textContent p,.textContent div {
  font-size: 14px!important;
  font-weight: 400;
  color: #666!important;
  margin-bottom: 15px;
}
.textContent img  {
    display: block;
    margin:0 auto;
     height:auto!important;
    width:100%!important;
}
.pageTurn>div,.pageTurn>div a {
  font-size: 18px;
  font-weight: 400;
  color:#333;
}
.pageTurn>div {
  color:var(--wzColor);
}