/*修改导航样式开始*/
#c_navigation_126-1652587275901 .e_navigationF-24 .p_navItem1 {
    position: static !important;
}

#c_navigation_126-1652587275901 .e_navigationF-24 .p_navBox2 ul {
    display: flex !important;
    justify-content: center;
    padding: 1.5rem 0 2.5rem 0;
}
#c_navigation_126-1652587275901 .e_navigationF-24 .p_navBox2 ul > li{
    flex: 1;
    margin: 0 15px;
    max-width: 180px !important;
}

#c_navigation_126-1652587275901 .e_navigationF-24 .p_navBox2 ul > li a:hover{
   color: #088ed0;
   /*border-color: #088ed0;*/
   border: none;
}

#c_navigation_126-1652587275901 .e_navigationF-24 .p_navBox2 ul > li a{
   position: relative;
   border: none;
}

#c_navigation_126-1652587275901 .e_navigationF-24 .p_navBox2 ul > li a::before {
  content: '';
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 0%;
  height: 2px;
  background: #088ED0;
  transition: .5s;
}

#c_navigation_126-1652587275901 .e_navigationF-24 .p_navBox2 ul > li a:hover::before{
    width: 100%;
}

#c_navigation_126-1652587275901 .e_navigationF-24 .p_navBox2 ul > li a::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 2px;
     background: #D9D9D9;
}





#c_navigation_126-1652587275901 .e_navigationF-24 .p_navItem2 a span {
    text-align: left;
    font-size: 1rem;
}

#c_navigation_126-1652587275901 .e_navigationF-24 .p_navItem2 > p > a svg {
    display: none ;
}

/*修改导航样式结束*/

#c_category_364-1670813165677 {
    display: none;
}
#c_category_348-1670813125297 {
    display: none;
}


#c_navigation_126-1652587275901 .cbox-21-1 .p_navItem1:nth-child(2) {
    position: static !important;
}

.page-nav {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #ddd;
    opacity: .95;
    display: none;
    /*display: block !important;*/
}

#c_navigation_126-1652587275901 .cbox-21-1 .p_navItem1:nth-child(2):hover .page-nav {
    display: block;
}
#c_navigation_126-1652587275901 .cbox-21-1 .p_navItem1:nth-child(2):hover .p_navBox2 {
    display: none !important;
}



.nav-wrap {
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  /*padding-left: 9.5rem;*/
  /*padding-right: 10.5rem;*/
  
  width: 1600px;
  margin: 0 auto;
}




.nav-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
}

.nav-left {
  display: flex;
  width: auto;
  margin-right: 136px;
}
.nav-center {
  flex: 1;
}
.nav-right {
  width: 8.44rem;
}
.nav-group {
  width: auto;
}
.nav-group + .nav-group{
    margin-left: 134px;
}

@media screen and (max-width: 1600px) {
    .nav-group + .nav-group{
        margin-left: 70px;
    }  
}




.level-1-title-box {
    position: relative;
}

.level-1-title-box::before {
  content: '';
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 0%;
  height: 2px;
  background: #088ED0;
  transition: .5s;
}

.level-1-title-box:hover::before{
    width: 100%;
}

.level-1-title-box::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 2px;
     background: #D9D9D9;
}



.level-1-title {
  position: relative;
  display: inline-block;
  padding-bottom: 1.05rem;
  font-size: 1rem;
  font-weight: bold;
  color: #088ed0;
  width: 100%;
  opacity: 1;
}

.level-1-title:hover {
  color: #088ed0;
  opacity: 1;
}


/*.level-1-title::before { */
/*  content: '';*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  width: 2.75rem;*/
/*  height: 2px;*/
/*  background: #088ED0;*/
/* }*/
 
/*.level-1-title::after { */
/* content: '';*/
/* position: absolute;*/
/* bottom: 0;*/
/* left: 0;*/
/* width: 7.5rem;*/
/* height: 1px;*/
/* background: #D9D9D9;*/
/*}*/


.level-2-list-box {
    display: flex;
    align-items: flex-start;
}

.level-2-list {
  display: flex;
  flex-direction: column;
}

.level-2-list:first-child {
    margin-right: 74px ;
}

@media screen and (max-width: 1600px) {
    .level-2-list:first-child {
        margin-right: 50px ;
    }
}





.level-2-title {
  margin-top: 1.2rem;
  display: inline-block;
  font-size: 0.88rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.level-2-title:hover {
    color: #088ed0;
    /*font-weight: bold;*/
}


.peijian-list {
  display: flex;
  flex-wrap: wrap;

}
.peijian-title {
  margin-bottom: 2.8rem;
  width: 12rem;
}
.peijian-link {
  position: relative;
  display: inline-block;
  padding-bottom: 1.05rem;
  font-size: 1rem;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #088ed0;
}
.peijian-link::before { 
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.75rem;
  height: 2px;
  background: #088ED0;
 }
 
 .peijian-link::after { 
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 7.5rem;
 height: 1px;
 background: #D9D9D9;
}




.nav-right .link-item {
  display: block;
  text-align: center;
  width: 8.44rem;
  height: 2.25rem;
  line-height: 2.25rem;
  background: #088ed0;
  font-size: 0.88rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}

.link-xuanxing {
}
.link-download {
  margin-top: 1.3rem;
}







@media screen and (max-width: 1600px) {
    .nav-wrap { 
        width: 1400px;
    }
}
@media screen and (max-width: 1366px) {
    .nav-wrap { 
        width: 1200px;
    }
}








