/*整体布局*/
html{
    font-size: 18px;
    box-sizing: border-box;
}
#cnzz_stat_icon_1272856270 {
    display: none;
}

.content_1250{
  width: 1250px;
  margin: 0 auto;
}
.content_1200{
    width: 1200px;
    margin: 0 auto;
}
.content_1400{
    width: 1400px;
    margin: 0 auto;
}
.containers {
    margin: 0 auto;
    position: relative;
    /*min-height:100vh;*/
    /*padding-bottom:220px; */
    box-sizing: border-box;
}


/*头部*/
/* 顶部栏 */
.header {
    background: url('../images/bg.png') no-repeat top center;

}

.top-bar {
   height: 338px;
   display: flex;
   align-items: center;
}




/* 导航栏 */
.nav-btn{
  display: none;
}
.nav-bar {
    background:url('../images/nav.png') no-repeat top center;
}

.nav-bar ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.nav-bar ul li {
    margin: 0;
    padding: 0;
    flex: 1;
    text-align: center;
    position: relative;
}

.nav-bar ul li a {
    display: block;
   line-height: 60px;
    color: #fff;
    text-decoration: none;
    width: 100%;
}

.nav-bar ul li a:hover,.nav-bar ul li a.active {
    background-color: #dc6158;
    position: absolute;
    top: -5px;
    
}

.nav-bar .search {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1.5;
}

.nav-bar .search input {
    width: 80%;
    padding: 5px;
    border: none;
    border-radius: 3px 0px 0px 3px;
}

.nav-bar .search button {
  width: 37px;
  height: 37px;
    border: none;
    cursor: pointer;
    background: #fFF;
    border-radius: 0px 3px 3px 0px;

}

/*底部*/
  /* 内容列表 */
  .ccdwy.yqlj2,.ccdwy.yqlj3 {
    opacity: 0; visibility: hidden; z-index: -1;
  }
  
  .yqlj1, .yqlj2, .yqlj3 {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  
    position: absolute;
    margin-top: 115px;
  }
  
  .item {
    margin-bottom: 10px;
    margin-right: 15px;
  }
  
  .title {
    font-size: 16px;
    text-decoration: none;
  }
  
  .title:hover {
    text-decoration: underline;
  }
  
  /*底部*/
  .footer1 {
    width: 100%;
    background-color: #a42117;
    display: flex;
    margin-top: 90px;
  }
  .footer1>.content1 {
    width: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .footer1>.content1 .detail1 {
    margin: 40px 15px;
  }
  .footer1>.content1 .detail1 ul li{
    color: #ffffff;
    list-style:none;
    margin-bottom: 10px;
  }
  .footer1>.content1 .detail1 ul li a{
    color: #ffffff;
    text-decoration: none;
  }
  .arrow {
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white; /* 创建尖朝右的箭头 */
    margin-right: 8px; /* 增加右侧间距，使箭头和文字有点距离 */
  }
  
  /*导航*/
  .breadcrumb {
    margin: 20px 0px;
    font-size: 18px;
}
.breadcrumb img{
    margin-right: 5px;
    margin-bottom: 5px;
}

.swim-const{
  padding: 20px 60px;
  margin: 25px auto;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

/* 手机端自适应 */
@media (max-width: 768px) {
  .header .logo{
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .content_1250,.content_1200,.content_1400{
    width: 100%;
  }

  .containers {
      margin: 0 auto;
      position: relative;
      /*min-height:100vh;*/
      /*padding-bottom:220px; */
      box-sizing: border-box;
  }
  .top-bar{
    border-bottom: 5px solid #a42117;
    height: auto;
  }
  .nav-btn {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(../images/nav_bth.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right:  40px;
    top: 20px;
    z-index: 999;
    opacity: 0.9;
    transition: 0.3s all;
  }
  .nav-bar {
    width: 153px;
    height: -webkit-fill-available;
    background-color: #a42117;
    opacity: 0.9;
    position: fixed;
    left: -154px;
    top: -80px;
    z-index: 999;
    transition: 0.3s all;
    padding: 100px 0px;
}
.nav-bar ul {
  width: 100%;
  margin-left: 0px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.nav-bar ul li,.nav-bar ul {
  display: block;

}
.nav-bar ul li a{
  line-height: 45px;
}
.swim-const{
  margin-top: 0px;
  padding: 0 5%!important;
}
.right-content{
  width: 100%!important;
  padding: 20px!important;
}
  /* 底部 */
  .footer1 > .content1 {
      flex-direction: column;
      width: 100%;
  }

  .footer1 > .content1 .detail1 {
      margin: 20px;
  }

  .footer1 > .content1 .detail1 ul li {
      font-size: 14px;
  }
}

@media (max-width: 480px) {


  .footer1 > .content1 .detail1 ul li {
      font-size: 12px;
  }

  .footer1 > .content1 .detail1 ul li a {
      font-size: 12px;
  }
}