:root {
  --wzColor: #FBAF41;
}
/*换行*/
.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:246px;
  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;
}
.nav  .active a{
  color:var(--wzColor);
}
.nav .active a:hover {
   color:#333;
}
.nav li a:hover {
  text-decoration: none;
  color: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: 17px;
  height: 17px;
  margin-right: 15px;
}
.swiper-pagination  .swiper-pagination-bullet-active {
  background: var(--wzColor)!important;
}
/*圆圈的高度*/
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom:50px!important;
}
/**/
.title {}
.title a,.title1 a,.title span {
  font-size: 30px;
  font-weight: 700;
  color:#31364C;
}
.title1 a {
  color:#333;
}
.title a:hover,.title1 a:hover {
  text-decoration: none;
  color: var(--wzColor);
}
/**/
.list1 ul {
  padding-left: 0;
  flex-wrap: wrap;
}
.list1 li {
  width: 360px;
  margin-top: 15px;
  text-align: center;
  list-style: none;
}
.list1 li img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border:2px solid #dcdccd;
}
.list1 li p {
  font-size: 18px;
  font-weight: 400;
  color:#9699A6;
  margin:10px 0;
  text-align: center;
}
.list1 li .p1 {
  font-size: 24px;
  color:#31364C;
}
.list1 li a:hover {
  text-decoration: none;
}
.list1 li:hover .p1 {
  color:var(--wzColor);
}
/**/
.list2 .uk-overlay-primary {
  background: rgba(34,34,34,.5);
}
.list2 .d1 p {
  line-height: 160px;
  font-size: 24px;
  font-weight: 400;
  color:#fff;
}
.list2 .list2_p {
  font-size: 18px;
  font-weight: 400;
  color:#9699A6;
  text-align: center;
  padding:5px 15px;
}
.list2 .d2 {
  padding:20px 78px;
  background: #F5F5F5;
}
.list2 .d2 a {
  padding:11px 24px;
  font-size: 18px;
  font-weight: 400;
  color:#fff;
  background: var(--wzColor) ;
  border-radius: 20px;
}
.list2 .d2 a:hover {
  text-decoration: none;
  color:#888;
}
.list2:hover .uk-overlay-primary{
  background: rgba(251, 175, 65, 1);
}
/**/
.bg {
  width: 100%;
  height: 600px;
  background: url(../images/p2.png) no-repeat;
  background-size: 100% 100%;
}
.list3 {
  width: 635px;
}
.list3 .uk-open>.uk-accordion-title::before {
    content: "";
    background: url(../images/arr-t.png) no-repeat;
}
.list3 .uk-accordion-title::before {
    content: "";
    background:url(../images/arr-b.png) no-repeat;
}
.list3 li {
  padding:24px 0;
  border-bottom: 1px solid #EFE7D8;
}
.list3 li a {
  font-size: 24px;
  font-weight: 400;
  color:#333;
}
.list3 li:hover a {
  color: var(--wzColor);
}
.list3 li div p {
  font-size: 18px;
  font-weight: 400;
  color:#9699A6;
}
/*友情链接*/
.link p {
   flex-wrap: wrap;
   justify-content: flex-start;
}
.link p a {
  margin-right: 15px;
  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 span {
  font-size: 18px;
  font-weight: 400;
  color:#31364C;
}
.breadcrumb a {
  color:#31364C;
}
.breadcrumb a:hover {
  text-decoration: none;
}
/**/
.homelist {
  width: 500px;
}
.lists-home ul {
  padding-left: 0;
  margin:0;
}
.lists-home li {
  margin-top: 15px;
}
.lists-home li>a {
  display: block;
  width: 210px;
  height: 150px;
}
.lists-home li>a img {
  display: block;
  width: 100%;
  height: 100%;
}
.lists-home li .fr {
  width: 255px;
}
.lists-home li .fr a{
  font-size: 24px;
  font-weight: 400;
  color:#333;
}
.lists-home li .fr p {
  font-size: 16px;
  font-weight: 400;
  color:#999;
}
.lists-home li .fr a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/*分页*/
.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;
  padding: 2px 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 .thisclass{
    color:#fff;
    background: var(--wzColor)
}
.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);
}
