* {
  font-family: 'Microsoft YaHei';

  line-height: 1.8;

  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: none;
  text-overflow: ellipsis;
  text-decoration: none;
}
a{  color: #313131;}
body {
  background-color: #fff;
}
:root {
  --color-secondary: #026dd5;
  --color-secondary-blue: 2, 109, 213;
  --color-color: #000000;
  --color-color2: #282828;
  --color-color3: #ffffff;
}
.container {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}
.ul-flex {
  display: flex;
  flex-direction: row;
}
.header {
 
  width: 100%;
  background-color: #fff;
}
.header .lytop{
    background: #f7f7f7;
    border-bottom: 1px solid #efefef;
    line-height: 35px;
    
    font-size: 15px;
    color: #aeaeae;
}
.header .lytop .container{
    display: flex;
    flex-direction: row;
    justify-content:space-between; color: #aeaeae;
}
.header .lytop .fr{
     color: #aeaeae;
     position: relative;
}
.header .lytop a{
    font-size: 15px; color: #aeaeae;
}
.header .header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.header .header-top .header-top-box {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header .header-top .header-top-box .p-logo {
  flex: 1;
}
.header .header-top .header-top-box .p-logo a img {
  max-height: 77px;
  margin: 15px 0;
}
.header .header-bottom{
    background: var(--color-secondary);
    
}

.header .header-bottom .menu {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
   
 
}
.header .header-bottom .menu > li {
  /*padding:0 1.3vw;*/
  position: relative;
  border-right: 1px solid #6ba8e4;
  padding: 15px 0;
  text-align: center;
}
.header .header-bottom .menu > li:last-child{
    border:none;
}
.header .header-bottom .menu > li > a {
  font-size: 17px;
  color:#fff;
  display: block;
  height: 100%;
  position: relative;
 line-height:30px;
}
.header .header-bottom .menu > li > a::after {
  width: 0;
  height: 0;
  border-top: 6px solid var(--color-secondary);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  content: '';
  display: none;
}
.header .header-bottom .menu .nav2 {
  display: none;
  height: 0;
  background: rgba(255,255,255,0.9);
  width: 170px;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 99;
  transform: translateX(-50%);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all ease 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
}
.header .header-bottom .menu .nav2>li {
  padding: 0 10px;
  position: relative;
}
.header .header-bottom .menu .nav2>li a {
  font-size: 15px;
  padding: 0 20px;
  line-height: 35px;
  display: block;
  text-align: center;
  color: #666;
  opacity: 1;
  transition: all ease 0.3s;
  position: relative;
}
.header .header-bottom .menu .nav2>li:first-child {
  margin-top: 15px;
}
.header .header-bottom .menu .nav2>li:last-child {
  margin-bottom: 15px;
}
.header .header-bottom .menu .nav2>li.has-sub>a::after{
    content:'';
    width: 0;
    height: 0;display: inline-block;
   border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid var(--color-secondary);
    position: absolute;
    right:5px;
    top: 50%;
    transform: translateY(-50%);
}
.header .header-bottom .menu .nav2>li:hover>a {
  background: var(--color-secondary);
  color: #fff;
}
.header .header-bottom .menu .nav2>li.has-sub:hover>a::after{
     border-left: 6px solid #fff;
}
.header .header-bottom .menu .nav2>li .nav3{
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    background: #fff;
    display: none;
}
.header .header-bottom .menu .nav2>li .nav3>li{
    border-bottom: 1px solid #eee;
}
.header .header-bottom .menu .nav2>li .nav3>li:hover>a{
    background:#4393e0;
  color: #fff;
}
.header .header-bottom .menu li:hover > a {
  color: #fff;
}
.header .header-bottom li:hover > a::after {
  display: block;
}
.header .header-bottom .menu li:hover .nav2 {
  display: block;
  height: auto;
}
.header .header-bottom .menu .nav2>li:hover .nav3{
    display: block;
}
.header .header-top .header-top-box .lan_con {
  width: 26px;
  height: 26px;
  opacity: 0;
  margin-right: 3%;
  position: relative;
}
.header .header-top .header-top-box .lan_con .iconfont {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background: #999;
  display: block;
}
.header .header-top .header-top-box .lan_con .lan_list {
  display: flex;
  width: 120px;
  background: #fff;
  padding: 3px 0px 10px 0px;
  position: fixed;
  z-index: 99;
  top: 65px;
  font-size: 13px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  transition: all 0.3s ease;
  flex-direction: column;
  z-index: 10;
}
.header .header-top .header-top-box .lan_con .lan_list li a {
  color: #666;
  display: block;
  text-align: center;
  padding: 2px 5px;
  height: 30px;
  line-height: 30px;
  transition: all 0.3s ease;
}
.header .header-top .header-top-box .lan_con .lan_list li a:hover {
  color: red;
}
.header .header-top .header-top-box .lan_con .cur {
  opacity: 1;
  transform: translate(0, 0px);
  visibility: visible;
}
.header .header-top .header-top-box .tel{
    padding-right: 60px;
    background: url(../images/toptel.png) no-repeat right center;
    text-align: right;
    color: #aaaaaa;
    margin-top: 5px;
}
.header .header-top .header-top-box .tel b{
    color: var(--color-secondary);
    font-size: 24px;
    display: block;
    margin-top: -10px;
    
}
.header .header-top .header-top-box .search img {
  max-height: 30px;
}
.header .header-top .header-top-box .menuIco {
  width: 40px;
  height: 40px;
  opacity: 0;
  display: none;
  margin-left: 5%;
}
.header .header-top .header-top-box .menuIco .icon {
  width: 40px;
  height: 40px;
  fill: #333;
}
.header .header-top .search-box {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 9;
  height: 0;
  transition: height 0.3s ease-in-out;
  overflow: hidden;
}
.header .header-top .search-box .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.header .header-top .search-box .search-form {
  z-index: 100;
  background-color: #f2f2f2;
  position: relative;
  padding: 40px 0;
}
.header .header-top .search-box form {
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 5px 15px 5px 25px;
  width: 60%;
  margin: 0 auto;
}
.header .header-top .search-box form input.txt {
  line-height: 50px;
  flex: 1;
  border: none;
  background: none;
  outline: none;
}
.header .header-top .search-box form .btn {
  background: url(../images/search.png) no-repeat center;
  background-size: 60%;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
}
.header .header-top .search-box.collapsed {
  height: 100vh;
}
.header .header-top .search-box.collapsed .search-form {
  height: 130px;
}
.header .header-top .p_level1Box {
  width: 100%;
  background: #f2f2f2;
  position: relative;
  z-index: 99;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #ddd;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.3s ease-out;
  max-height: 0;
  overflow-y: auto;
}
.header .header-top .p_level1Box .icon {
  transition: 0.5s;
  height: 24px;
  width: 24px;
  fill: #666;
}
.header .header-top .p_level1Box .p_jtHover {
  transform: rotate(90deg);
}
.header .header-top .p_level1Box a {
  line-height: 50px;
  font-size: 16px;
  padding: 0;
  display: inline;
  text-align: left;
  opacity: 1;
  flex: 1;
}
.header .header-top .p_level1Box a:hover {
  color: var(--color-secondary);
}
.header .header-top .p_level1Box .lan_list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  height: 50px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header .header-top .p_level1Box .lan_list a {
  display: block;
  line-height: 50px;
}
.header .header-top .p_level1Box .p_level1Item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 50px;
  font-size: 14px;
}
.header .header-top .p_level1Box .p_level1Item .p_menu1Item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-top .p_level1Box .p_level1Item .p_level2Box {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(-5px);
  max-height: 0;
  overflow: hidden;
}
.header .header-top .p_level1Box .p_level1Item .p_level2Box .p_menu2Item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header .header-top .p_level1Box .p_level1Item .p_level2Box .p_menu2Item a {
  font-size: 14px;
}
.header .header-top .p_level1Box .p_level3Box{
    display: none;
}
.header .header-top .p_level1Box .active .p_menu2Item .active2{
   transform: rotate(90deg);
}
.header .header-top .p_level2Item.active .p_level3Box{
    display: block;
}
.header .header-top .p_level1Box .p_level1Item .p_level2Box.cur {
  opacity: 1;
  transform: translateY(0);
  max-height: 60vh;
}
.header .header-top .p_level1Box.cur {
  opacity: 1;
  transform: translateY(0);
  max-height: 60vh;
}
.header.scrolled,
.header:hover {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.header.scrolled .header-top .header-top-box .p-logo a img:first-child,
.header:hover .header-top .header-top-box .p-logo a img:first-child {
  display: none;
}
.header.scrolled .header-top .header-top-box .p-logo a img:last-child,
.header:hover .header-top .header-top-box .p-logo a img:last-child {
  display: block;
}
.header.scrolled .header-top .header-top-box .menu li a,
.header:hover .header-top .header-top-box .menu li a {
  color: var(--color-color);
}
.header.scrolled .header-top .header-top-box .lan_con,
.header:hover .header-top .header-top-box .lan_con {
  opacity: 1;
}
.header.scrolled .header-top .header-top-box .search img:first-child,
.header:hover .header-top .header-top-box .search img:first-child {
  display: none;
}
.header.scrolled .header-top .header-top-box .search img:last-child,
.header:hover .header-top .header-top-box .search img:last-child {
  display: block;
}
.header.scrolled .header-top .header-top-box .menuIco .icon,
.header:hover .header-top .header-top-box .menuIco .icon {
  fill: #333;
}
.header.scrolled .header-top .header-top-box .menuIco .p_closeIcon,
.header:hover .header-top .header-top-box .menuIco .p_closeIcon {
  fill: red;
}
.header .header-top .p_level1Box .p_level1Item .p_level2Box .p_menu3Item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header .header-top .p_level1Box .p_level1Item .p_level2Box .p_menu3Item a{
    font-size: 13px;
}
@media (max-width: 1000px) {
    .header{
       left: 0;
       top: 0;
       position: fixed;
       z-index: 100;
    }
    .header .lytop{
        display: none;
    }
  .header .header-top .header-top-box .p-logo a img {
    max-height: 42px;
    margin: 10px 0;
  }
  .header  .header-top .header-top-box .tel{
      display: none;
  }
  .header .header-bottom .menu {
    display: none;
  }
  .header .header-top .header-top-box .lan_con {
    display: none;
  }
  .header .header-top .header-top-box .menuIco {
    opacity: 1;
    display: block;
  }
  .header .header-top .header-top-box .menuIco .p_closeIcon {
    fill: red;
  }
}
.banner {
  overflow: hidden;
 
}
.banner02{
    display: none;
}
.banner .swiper-container {
  width: 100%;

  max-height: 870px;
  overflow: hidden;
  position: relative;
}
.banner .swiper-container .swiper-slide {
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.banner .swiper-container .slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.banner .swiper-container .swiper-slide-active .slide-image {
  transform: scale(1.05);
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  font-size: 0.2rem;
  transition: all 0.3s ease;
  display: none;
}
.banner .swiper-button-next .swiper-navigation-icon,
.banner .swiper-button-prev .swiper-navigation-icon {
  width: 20px;
  height: 20px;
}
.banner .swiper-button-next .swiper-navigation-icon path,
.banner .swiper-button-prev .swiper-navigation-icon path {
  fill: #fff;
}
.banner .swiper-button-prev {
  left: 88% !important;
  top: 90% !important;
}
.banner .swiper-button-next {
  left: 88% !important;
  top: 90% !important;
  margin-left: 60px;
}
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  background: #0ba29a;
  border: 1px solid #0ba29a;
}
.banner .swiper-pagination {
  top: 90% !important;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 8px;
  background: #ffffff;
  opacity: 1;
  border-radius: 10px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-secondary);
}
@media (max-width: 1000px) {
    .banner{
         margin-top:60px;
    }
  .banner .slide-description {
    font-size: 18px;
  }
  .banner .swiper-button-prev {
    left: 80% !important;
    top: 90% !important;
  }
  .banner .swiper-button-next {
    left: 80% !important;
    top: 90% !important;
    margin-left: 60px;
  }
}
@media (max-width: 768px) {
    .banner{
        margin-top:60px;
    }
    .banner01{
        display: none;
    }
    .banner02{
        display: block;
    }
  .banner .swiper-container {
   
    max-height: 440px;
  }
  .banner .swiper-pagination {
    text-align: center;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }
}
.footer .join {
  background: url(../images/joinbg.jpg) no-repeat center;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  place-content: center;
}
.footer .join h3 {
  font-size: 36px;
  color: #fff;
  line-height: 2.5;
}
.footer .join a {
  font-size: 18px;
  color: #fff;
  padding: 8px 30px;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .footer .join {
    height:200px;
  }
  .footer .join h3 {
    font-size: 24px;
  }
}
.footer .footer_card {
  background: url(../images/footerbg.jpg) no-repeat top center;
  overflow: hidden;
  padding-top: 3%;
}
.footer .footer_card .footer_card_item {
  width: 20%;
  margin-right: 3%;
  color: #363636;
  font-size: 14px;
}
.footer .footer_card .footer_card_item .tit {
  font-size: 24px;
  color: #000;
  line-height: 2;
  border-bottom: 1px solid var(--color-secondary);
  position: relative;
  margin-bottom: 20px;
}
.footer .footer_card .footer_card_item .tit::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 50px;
  height: 6px;
  display: inline-block;
  background-color: var(--color-secondary);
}
.footer .footer_card .footer_card_item .footer_nav {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.footer .footer_card .footer_card_item .cont {
  display: grid;
  text-align: center;
  grid-template-columns: repeat(2, 1fr);
}
.footer .footer_card .footer_card_item .cont .wx_card img {
  width: 120px;
}
.footer .footer_card .footer_card_item:first-child {
  width: 30%;
}
.footer .footer_card .footer_card_item:first-child p {
  color: #363636;
  line-height: 30px;
  font-size: 16px;
}
.footer .footer_card .footer_card_item:last-child {
  margin-right: 0;
}
.footer .footer_card .footer_bottom {
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
  background: var(--color-secondary);
}
.footer .footer_card .footer_bottom .container {
  font-size: 14px;
  line-height: 1.5;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer .footer_card .footer_bottom strong {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  display: flex;
  text-align: center;
}
.footer .footer_card .footer_bottom strong a {
  color: inherit;
  display: flex;
  flex-direction: row;
  place-items: center;
}
.footer .footer_card .footer_bottom strong img {
  display: inline-block;
  width: 20px;
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .footer .footer_card .footer_bottom .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1000px) {
  .footer .footer_card .footer_card_item {
    width: 50% !important;
  }
  .footer .footer_card .footer_card_item:nth-child(2),
  .footer .footer_card .footer_card_item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer .footer_card .footer_card_item:nth-child(1) {
    width: 100% !important;
  }
  .footer .footer_card .footer_card_item:nth-child(4) {
    display: none;
  }
  .footer .footer_card .footer_bottom {
    display: none;
  }
}
.pageload {
        position: fixed;
        right: 0;
        bottom:50%;
        z-index: 1000;
        width: 250px;

    }

    .pageload ul li {
        width: 250px;
        position: absolute;
        right: -180px;
        display: flex;
        flex-direction: row;
        transition: all 0.5s ease;
        cursor: pointer; border-radius: 5px;

    }

    .pageload ul li.a1 {
        top: 0;
      
        overflow: hidden;

    }   
    .pageload ul li.a3 {
        top:71px;
      
        overflow: hidden;

    } 
    .pageload ul li.a4 {
        top:142px;
        overflow: hidden;

    }

    .pageload ul li.a2 {
        top:213px;

    }

    .pageload ul li.a1:hover,
    .pageload ul li.a4:hover
   {
        right: 0;
    }

    .pageload ul li .ico {
        width:70px;
        height: 70px;
         background: var(--color-secondary);
        display: grid;
        place-items: center;
        color:#fff;
        font-size:14px;
        border-radius: 10px;
        overflow: hidden;
        padding: 10px 0;
    }

    .pageload ul li .ico img {
        width: 25px;
        height: 25px;
    }

    

    .pageload .card {
        flex: 1;
        background: #fff;
        line-height: 70px;
        text-align: center;
        font-size: 18px;
        color: #000;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 10001;

    }

    .pageload .card2 {
        height: 120px;
        display: grid;
        place-items: center;
    }

    .pageload .card2 img {
        height: 100px;
    }














/*分页样式*/
.page_info { text-align:center; margin:50px 0; color:#333; }
.page_info span { padding:0 2px; font-weight:bold;}
.page_list { line-height:24px; text-align:center; letter-spacing:0; font-size:14px; margin:50px 0;}
.page_list a { display:inline-block; color:#666; border:1px solid #e5e5e5; background:#fff; width:35px; height:35px; line-height:35px; margin:0.2rem;}
.page_list a:hover { color: #038200; border: 1px solid #038200; background:#fff;}
.page_list a.on { color:#fff; border:1px solid #038200; background:#038200;}



