:root {
  --wzColor:#00ADA7;
}
/*换行*/
.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;
}
.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:205px;
  height: 50px;
  display: block;
  margin-top:8px;
}
.top {
  background: #333;
  height: 40px;
}
.head{}
.head .head1{
  line-height: 60px;
}
.nav{
   height: 60px;
   line-height: 60px;
}
.nav li {
  padding:0 8px;
}
.nav li a {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 10px;
}
.nav li .active {
  border-bottom: 4px solid var(--wzColor);
}
.nav li .active:hover {
  border-style: none;
}
.nav li a:hover {
  text-decoration: none;
  color:var(--wzColor);
  border-bottom: 4px solid var(--wzColor);
}
/**/
.swiper-container{
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 50px;/* 设置按钮大小 */
  }
.swiper-button-prev {
  left:120px!important;
  padding:10px 21px;
  border:1px solid #333;
  border-radius: 50%;
  background: #333;
}
.swiper-button-next {
  right:120px!important;
  padding:10px 21px;
  border:1px solid #333;
  border-radius: 50%;
  background: #333;
}
/*title*/
.title span {
  font-size: 30px;
  font-weight: 700;
  color:#333;
}
.title .more {
  font-size: 16px;
  font-weight: 400;
  color:var(--wzColor);
  margin-top:11px;
}
.title .more:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/**/
.tu-1 p {
  font-size: 24px;
  font-weight: 400;
  color:#fff;
  text-align:center;
}
.list1 {
  border:1px solid #dcdcdc;
  padding:12px 10px;
}
/**/
.list2 {
  padding: 10px;
  border:1px solid #dcdcdc;
}
.list2 a p {
  font-size: 24px;
  font-weight: 400;
  color:#333;
}
.list2 a:hover {
  text-decoration: none;
}
.list2 a p:hover {
  color:var(--wzColor);
}
.list2 p{
  font-size: 16px;
  font-weight: 400;
  color:#999;
}
/**/
.list3 a,.list3 .s1 {
  font-size: 24px;
  font-weight: 400;
  color:#333;
}
.list3 a:hover {
  color:var(--wzColor);
  text-decoration: none;
}
.list3 .s1 {
  color:#999;
}
.list3 p,.list3 .s2 {
  font-size: 16px;
  font-weight: 400;
  color:#999;
}
/*友情链接*/
.friendLink {
  padding-bottom:15px;
}
.friendLink a{
    font-size:16px;
    font-weight: 400;
    color:#999;
    margin-right:10px;
    margin-top:5px;
}
 .friendLink a:hover {
    text-decoration: none;
    color:#888;
  }
/*footer*/
.footer {
  margin-top: 40px;
  padding: 40px 0;
  background: #333333;
}
.footer p {
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: .5px;
}
/*面包屑*/
.breadcrumb{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color:#9A9A9A;
  text-align: center;
}
.breadcrumb span {
  font-size: 14px;
  font-weight: 400;
}
.breadcrumb a {
  display: inline-block;
  height: 20px;
  text-align: center;
  color:#9A9A9A;
  padding-right: 5px;
}
.breadcrumb a:hover {
  text-decoration: none;
}
/**/
.lists_p {
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
 /*分页*/
.pageTurn {}
.pageTurn ul {
  padding: 0;
  text-align: center;
}
.pageTurn ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #ddd;
  padding: 3px 10px;
}
.pageTurn ul li a {
  color: #999;
}
.pageTurn ul li:hover{
  background: var(--wzColor);
  color:#fff;
}
.pageTurn ul li:hover a {
  text-decoration: none;
  color:#fff;
}
.pageTurn .thisclass{
    color:var(--wzColor);
}
.pageTurn .thisclass:hover{
  background:#eee;
  color:#888;
}
/*详情页*/
.textTitle{
    background: #F6F6F6;
    /*border: 1px solid #CCC;*/
    border-bottom: 1px solid #CCC;
    text-align: center;
}
.textContent {
    margin-bottom: 30px;
    padding: 0;
    line-height: 27px;
    font-size: 14px;
    text-indent: 2em;
}
.textContent p,.textContent div {
  font-size: 14px!important;
  font-weight: 400;
  color: #666!important;
  margin-bottom: 10px;
}
.textContent img  {
    display: block;
    margin:0 auto;
     width:100% !important;
 height:auto !important;
}
.page-Turn>div a {
  font-size: 18px;
  font-weight: 400;
  color:#343434;
}
.page-Turn>div a:hover{
  color: var(--wzColor;)
}