body {
  margin: 0;
}

.header {
  width: 100%;
  height: 44px;
  background: #fff;
  text-align: left;
  display: flex;
  /* justify-content: center;
  justify-items: center; */
  justify-content: space-between;
}
.header .left {
  display: flex;
  justify-items: center;
}
.header .header-logo {
  width: 282px;
  height: 44px;
  margin-right: 75px;
  vertical-align: top;
}

.header .left a {
  margin-right: 16px;
  font-size: 14px;
  color: #626469;
  text-decoration: none;
  line-height: 44px;
  padding: 0 16px;
  display: inline-block;
  box-sizing: border-box;
}

.header .left .active {
  border-top: 4px solid #004ed9;
  color: #181a1c;
  font-weight: 600;
  line-height: 35px;
}
.header .left .active a {
  margin-top: 0;
  color: #181a1c;
  font-weight: 600;
}
.header .right {
  margin-left: 35px;
}
.header .right .search {
  width: 13.54px;
  margin-right: 39.46px;
  vertical-align: top;
  margin-top: 15px;
  cursor: pointer;
}

.header .right .person {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: 6px;
}

.header .right span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}

.footer {
  width: 1176px;
  margin: 0 auto;
}

/* 链接栏 */
.footer_top {
  padding: 49px 0 43px 0;
  /* text-align: left; */
  display: flex;
  justify-content:space-between;
}

.footer_top_left .footer_top_list {
  width: 70px;
}
.footer_top_list .rightIcon {
  display: none; 
}
.footer_top_left .footer_top_list:first-child {
  margin-bottom: 92px;
}

.footer_top .footer_top_list p {
  color: #323436;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}
/* .footer_top .footer_top_list .footer_top_list_div{
  display: flex;
} */
.footer_top_list .footer_top_list_content {
  display: inline-block;
  height: 320px;
  /* flex-wrap: wrap; */
  /* width: 900px; */
}

.footer_top_list .footer_top_middle a {
  width: 600px;
  min-width: 300px;
}

.footer_top_middle .footer_top_list_div .links{
  display: flex;
}
.footer_top_list .footer_top_list_content a {
  display: block;
  min-width: 280px;
  line-height: 20px;
  height: 20px;
  margin-right: 90px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #626469;
}
.footer_top_list .footer_top_list_content:last-child a{
  margin-right:0;
}

.footer_top_list .footer_top_list_content a:hover {
  text-decoration: none; /* 去掉下划线 */
  color: inherit; /* 继承父元素颜色，状态不变 */
}
a:active,
a:focus {
  outline: none; /* 去掉点击时的虚线框 */
  color: #626469; /* 点击时的颜色 */
}

.footer_top .footer_top_right:last-child {
  margin-top: 81px;
}

.footer_top .footer_top_right .footer_top_list a {
  display: block;
  color: #626469;
  margin-bottom: 16px;
  text-decoration: none;
  font-size: 14px;
  min-width: 90px;
}

.footer_top .footer_top_right:last-child {
  margin-right: 0;
}

/* 底部logo栏 */
.footer_bottom {
  display: flex;
  justify-content: space-between;
  height: 49px;
  width: 1176px;
  line-height: 49px;
  border-top: 1px solid #e0e2e4;
}
.footer_bottom .boxs {
  display: flex;
}
.footer_bottom .logo {
  display: inline-block;
  /* width: 140px; */
  height: 24px;
  /* margin-top: 12px; */
  vertical-align: middle;
  margin-right: 107px;
}
.footer_bottom a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #626469 !important;
  line-height: 48px;
  text-decoration: none; /* 去掉下划线 */
  color: inherit; /* 继承父元素颜色，状态不变 */
}
/* .footer_bottom a:first-child {
  margin-left: 96px;
} */
.footer_bottom a:last-child {
  margin-left: 40px;
  /* margin-right: 16px; */
}
.footer_bottom .footer_bottom_right {
  margin-left: 120px;
}
.footer_bottom .footer_bottom_right img {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}

.footer_bottom .footer_bottom_right span {
  font-size: 12px;
  color: #96989a;
  margin-right: 31px;
}

.footer_bottom .footer_bottom_right span:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1279px) and (min-width: 1025px) { 
  .footer_bottom {
    display: block;

    width: calc(100% - 64px);
    margin: 0 auto;
    text-align: center;
  }
  .cms_footer .footer {
    margin: 0;
    width: 100%;
    height: auto!important;
    /* padding-bottom:24px; */
  }
  .footer .footer_top {
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  .footer_top .footer_top_list p {
    position: relative;
    margin-bottom: 0 !important;
    height:64px;
    line-height: 64px;
    padding-left:32px;
    background-color: #f0f4fa;
  }
  .cms_footer .footer_bottom {
    display: flex;
    width: calc(100% - 64px)!important;
    border-top: 1px solid #e0e2e4;
    /* padding-top:28px; */
    height: 48px;
  }
  .footer_bottom .boxs{
    display: flex;
  }
  .footer_bottom .logo {
    margin-right: 0;
  }
  .footer_bottom a{
    margin: 0 24px;
  }
  .footer_bottom a:last-child {
    margin:0;
  }
  .footer_bottom .logo {
    margin-right: 0;
  }
  .footer_bottom .footer_bottom_right{
    display: flex;
    margin-left: 86px;
  }
  .footer_bottom .footer_bottom_right img {
    display: inline-block;
    margin-top: 11px;
  }
  .footer_bottom .footer_bottom_right span:last-child {
    display: block;
    /* max-width: calc(100% - 32px - 32px); */
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
  }
  .footer_bottom_left {
    height: 24px;
    /* margin-bottom: 16px; */
    line-height: 24px;
    text-align: left;
    margin-top: 11px;
  }
  .footer_bottom_left a {
    line-height: 17px;
  }
  .footer_top_list .footer_top_list_content {
    width: 100%;
  }
  .footer_top_list .footer_top_list_content a {
    margin-right: 0;
    line-height:20px;
    margin-bottom: 16px;
    min-width: 360px;
  }
  .footer_top .footer_top_right {
    margin-right: 0;
    /* opacity: 0.6; */
    background-color: #f9fbfd;
  }
  .footer_top .footer_top_right:last-child{
    margin-top:0;
  }
  .footer_top_list_div {
    width: 100%;
    padding-left: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    /* background-color: rgb(255,255,255,0.6); */
  }
  .footer_top_middle .footer_top_list_div {
    display: none;
    background-color: #f9fbfd;
  }
  .footer_top_right .footer_top_list_div {
    padding-bottom: 1px;
    display: none;
  }

  .footer_top_list .rightIcon {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 32px;
    width: 24px;
    height: 24px;
  }
  .footer_top_list .rightIcon img {
    display: block;
    width: 8px;
    height: auto;
    margin-left: 10px;
    margin-top: 4px;
  }
  .footer_top_list_div a{
    margin-bottom: 16px;
  }
  .footer_top_right .footer_top_list .footer_top_list_div span {
    display: inline-block;
   }
}
@media screen and (max-width: 1025px) and (min-width: 914px) { 
    .footer_bottom {
      display: block;
  
      width: calc(100% - 64px);
      margin: 0 auto;
      text-align: center;
    }
    .cms_footer .footer {
      margin: 0;
      width: 100%;
      height: auto!important;
      padding-bottom:24px;
    }
    .footer .footer_top {
      display: block;
      padding: 0;
      margin: 0 auto;
    }
    .footer_top .footer_top_list p {
      position: relative;
      margin-bottom: 0 !important;
      height:64px;
      line-height: 64px;
      padding-left:32px;
      background-color: #f0f4fa;
    }
    .cms_footer .footer_bottom {
      width: calc(100% - 64px)!important;
      border-top: 1px solid #e0e2e4;
      padding-top:28px;
      height: auto;
    }
    .footer_bottom .logo {
      margin-right: 0;
    }
    .footer_bottom a{
      margin: 0 24px;
    }
    .footer_bottom a:last-child {
      margin:0;
    }
    .footer_bottom .logo {
      margin-right: 0;
    }
    .footer_bottom .footer_bottom_right {
      display: flex;
      margin-left: 28px;
    }
    .footer_bottom .footer_bottom_right img {
      display:inline-block;
    }
    .footer_bottom .footer_bottom_right span:last-child {
      display: block;
      /* max-width: calc(100% - 32px - 32px); */
      line-height: 24px;
      text-align: center;
      margin: 0 auto;
    }
    .footer_bottom_left {
      height: 24px;
      margin-bottom: 16px;
      line-height: 24px;
      text-align: left;
    }
    .footer_bottom_left a {
      line-height: 17px;
    }
    .footer_top_list .footer_top_list_content {
      width: 100%;
    }
    .footer_top_list .footer_top_list_content a {
      margin-right: 0;
      line-height:20px;
      margin-bottom: 16px;
      min-width: 320px;
    }
    .footer_top .footer_top_right {
      margin-right: 0;
      /* opacity: 0.6; */
      background-color: #f9fbfd;
    }
    .footer_top .footer_top_right:last-child{
      margin-top:0;
    }
    .footer_top_list_div {
      width: 100%;
      padding-left: 32px;
      padding-top: 16px;
      padding-bottom: 16px;
      /* background-color: rgb(255,255,255,0.6); */
    }
    .footer_top_middle .footer_top_list_div {
      display: none;
      background-color: #f9fbfd;
    }
    .footer_top_right .footer_top_list_div {
      padding-bottom: 1px;
      display: none;
    }
    .footer_top_right .footer_top_list_div  .links{
      display: block;
    }
    .footer_top_list .rightIcon {
      display: inline-block;
      position: absolute;
      top: 20px;
      right: 32px;
      width: 24px;
      height: 24px;
    }
    .footer_top_list .rightIcon img {
      display: block;
      width: 8px;
      height: auto;
      margin-left: 10px;
      margin-top: 4px;
    }
    .footer_top_list_div a{
      margin-bottom: 16px;
    }
   .footer_top_right .footer_top_list .footer_top_list_div span {
    display: inline-block;
   }
}
@media screen and (max-width: 913px) and (min-width: 800px) { 
  .footer_bottom {
    display: block;

    width: calc(100% - 64px);
    margin: 0 auto;
    text-align: center;
  }
  .cms_footer .footer {
    margin: 0;
    width: 100%;
    height: auto!important;
    padding-bottom:24px;
  }
  .footer .footer_top {
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  .footer_top .footer_top_list p {
    position: relative;
    margin-bottom: 0!important;
    height:64px;
    line-height: 64px;
    padding-left:32px;
    background-color: #f0f4fa;
  }
  .cms_footer .footer_bottom {
    width: calc(100% - 64px)!important;
    border-top: 1px solid #e0e2e4;
    padding-top:28px;
    height: auto;
  }
  .footer_bottom .boxs {
    display: block;
  }
  .footer_bottom .logo {
    margin-right: 0;
  }
  .footer_bottom a{
    margin: 0 24px;
  }
  .footer_bottom a:last-child {
    margin:0;
  }
  .footer_bottom .logo {
    margin-right: 0;
  }
  .footer_bottom .footer_bottom_right {
    margin-left: 0;
  }
  .footer_bottom .footer_bottom_right img {
    display: none;
  }
  .footer_bottom .footer_bottom_right span:last-child {
    display: block;
    /* max-width: calc(100% - 32px - 32px); */
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
  }
  .footer_bottom_left {
    height: 24px;
    margin-bottom: 16px;
    line-height: 24px;
    text-align: left;
  }
  .footer_bottom_left a {
    line-height: 17px;
  }
  .footer_top_list .footer_top_list_content {
    width: 100%;
    height: auto;

  }
  .footer_top_list .footer_top_list_content a {
    margin-right: 0;
    line-height:20px;
    margin-bottom: 16px;
    min-width: 380px;
  }
  .footer_top .footer_top_right {
    margin-right: 0;
    /* opacity: 0.6; */
    background-color: #f9fbfd;
  }
  .footer_top .footer_top_right:last-child{
    margin-top:0;
  }
  .footer_top_list_div {
    width: 100%;
    padding-left: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    /* background-color: rgb(255,255,255,0.6); */
  }
  .footer_top_middle .footer_top_list_div {
    display: none;
    background-color: #f9fbfd;
  }
  .footer_top_middle .footer_top_list_div .links{
    display: block;
  }
  .footer_top_right .footer_top_list_div {
    padding-bottom: 0px;
    display: none;
  }

  .footer_top_list .rightIcon {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 32px;
    width: 24px;
    height: 24px;
  }
  .footer_top_list .rightIcon img {
    display: block;
    width: 8px;
    height: auto;
    margin-left: 10px;
    margin-top: 4px;
  }
  .footer_top_list_div a{
    margin-bottom: 16px;
  }
  .footer_top_right .footer_top_list .footer_top_list_div span {
    display: inline-block;
   }
}
@media screen and (max-width: 799px) and (min-width: 414px) { 
  .footer_bottom {
    display: block;

    width: calc(100% - 64px);
    margin: 0 auto;
    text-align: center;
  }
  .cms_footer .footer {
    margin: 0;
    width: 100%;
    height: auto!important;
    padding-bottom:24px;
  }
  .footer .footer_top {
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  .footer_top .footer_top_list p {
    position: relative;
    margin-bottom: 0!important;
    height:64px;
    line-height: 64px;
    padding-left:32px;
    background-color: #f0f4fa;
  }
  .cms_footer .footer_bottom {
    width: calc(100% - 64px)!important;
    border-top: 1px solid #e0e2e4;
    padding-top:28px;
    height: auto;
  }
  .footer_bottom .boxs {
    display: block;
  }
  .footer_bottom .logo {
    margin-right: 0;
  }
  .footer_bottom a{
    margin: 0 24px;
  }
  .footer_bottom a:last-child {
    margin:0;
  }
  .footer_bottom .logo {
    margin-right: 0;
  }
  .footer_bottom .footer_bottom_right {
    margin-left: 0;
  }
  .footer_bottom .footer_bottom_right img {
    display: none;
  }
  .footer_bottom .footer_bottom_right span:last-child {
    display: block;
    /* max-width: calc(100% - 32px - 32px); */
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
  }
  .footer_bottom_left {
    height: 24px;
    margin-bottom: 16px;
    line-height: 24px;
    text-align: left;
  }
  .footer_bottom_left a {
    line-height: 17px;
  }
  .footer_top_list .footer_top_list_content {
    width: 100%;
    height: auto;

  }
  .footer_top_list .footer_top_list_content a {
    margin-right: 0;
    line-height:20px;
    margin-bottom: 16px;
  }
  .footer_top .footer_top_right {
    margin-right: 0;
    /* opacity: 0.6; */
    background-color: #f9fbfd;
  }
  .footer_top .footer_top_right:last-child{
    margin-top:0;
  }
  .footer_top_list_div {
    width: 100%;
    padding-left: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    /* background-color: rgb(255,255,255,0.6); */
  }
  .footer_top_middle .footer_top_list_div {
    display: none;
    background-color: #f9fbfd;
  }
  .footer_top_middle .footer_top_list_div .links{
    display: block;
  }
  .footer_top_right .footer_top_list_div {
    padding-bottom: 0px;
    display: none;
  }

  .footer_top_list .rightIcon {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 32px;
    width: 24px;
    height: 24px;
  }
  .footer_top_list .rightIcon img {
    display: block;
    width: 8px;
    height: auto;
    margin-left: 10px;
    margin-top: 4px;
  }
  .footer_top_list_div a{
    margin-bottom: 16px;
  }
  .footer_top_right .footer_top_list .footer_top_list_div span {
    display: inline-block;
   }
}
@media screen and (max-width: 413px) and (min-width: 360px){
  .footer_bottom {
    display: block;

    width: calc(100% - 64px);
    margin: 0 auto;
    text-align: center;
  }
  .cms_footer {
    background-color: none;
  }
  .cms_footer .footer {
    margin: 0;
    width: 100%;
    height: auto!important;
    padding-bottom:24px;
    /* background-color: #f9fbfd; */
  }
  .footer .footer_top {
    display: block;
    padding: 0;
    margin: 0 auto;
  }
  .footer_top .footer_top_list p {
    position: relative;
    margin-bottom: 0 !important;
    height:64px;
    line-height: 64px;
    padding-left:32px;
    background-color: #f0f4fa;
  }
  .cms_footer .footer_bottom {
    width: calc(100% - 64px)!important;
    border-top: 1px solid #e0e2e4;
    padding-top:28px;
    height: auto;
    /* padding-bottom:24px; */
  }
  .footer_bottom .logo {
    margin-right: 0;
  }
  .footer_bottom a{
    margin: 0 24px;
  }
  .footer_bottom a:last-child {
    margin:0;
  }
  .footer_bottom .logo {
    margin-right: 0;
  }
  .footer_bottom .boxs {
    display: block;
  }
  .footer_bottom .footer_bottom_right {
    margin-left: 0;
  }
  .footer_bottom .footer_bottom_right img {
    display: none;
  }
  .footer_bottom .footer_bottom_right span:last-child {
    display: block;
    /* max-width: calc(100% - 32px - 32px); */
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
  }
  .footer_bottom_left {
    height: 24px;
    margin-bottom: 16px;
    line-height: 24px;
    text-align: left;
  }
  .footer_bottom_left a {
    line-height: 17px;
    margin: 0 10px;
    margin-right:1px;
  }
  .footer_top_list .footer_top_list_content {
    width: 100%;
    height: auto;
    
  }
  .footer_top_list .footer_top_list_content a {
    margin-right: 0;
    line-height:20px;
    margin-bottom: 16px;
  }
  .footer_top .footer_top_right {
    margin-right: 0;
    /* opacity: 0.6; */
    background-color: #f9fbfd;
  }
  .footer_top .footer_top_right:last-child{
    margin-top:0;
  }
  .footer_top_list_div {
    width: 100%;
    padding-left: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
   
  }
  .footer_top_middle .footer_top_list_div {
    display: none;
    background-color: #f9fbfd;
  }
  .footer_top_middle .footer_top_list_div .links{
    display: block;
  }
  .footer_top_right .footer_top_list_div {
    padding-bottom: 0px;
    display: none;
  }

  .footer_top_list .rightIcon {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 32px;
    width: 24px;
    height: 24px;
  }
  .footer_top_list .rightIcon img {
    display: block;
    width: 8px;
    height: auto;
    margin-left: 10px;
    margin-top: 4px;
  }
  .footer_top_list_div a{
    margin-bottom: 16px;
  }
  .footer_top_right .footer_top_list .footer_top_list_div span {
    display: inline-block;
   }
}

@media screen and (max-width: 359px){
    .footer_bottom {
      display: block;
  
      width: calc(100% - 64px);
      margin: 0 auto;
      text-align: center;
    }
    .cms_footer {
      background-color: none;
    }
    .cms_footer .footer {
      margin: 0;
      width: 100%;
      height: auto!important;
      padding-bottom:24px;
      /* background-color: #f9fbfd; */
    }
    .footer .footer_top {
      display: block;
      padding: 0;
      margin: 0 auto;
    }
    .footer_top .footer_top_list p {
      position: relative;
      margin-bottom: 0 !important;
      height:64px;
      line-height: 64px;
      padding-left:32px;
      background-color: #f0f4fa;
    }
    .cms_footer .footer_bottom {
      width: calc(100% - 64px)!important;
      border-top: 1px solid #e0e2e4;
      padding-top:28px;
      height: auto;
      /* padding-bottom:24px; */
    }
    .footer_bottom .logo {
      margin-right: 0;
    }
    .footer_bottom a{
      margin: 0 24px;
    }
    .footer_bottom a:last-child {
      margin:0;
    }
    .footer_bottom .logo {
      margin-right: 0;
    }
    .footer_bottom .boxs {
      display: block;
    }
    .footer_bottom .footer_bottom_right {
      margin-left: 0;
    }
    .footer_bottom .footer_bottom_right img {
      display: none;
    }
    .footer_bottom .footer_bottom_right span:last-child {
      display: block;
      /* max-width: calc(100% - 32px - 32px); */
      line-height: 24px;
      text-align: center;
      margin: 0 auto;
    }
    .footer_bottom_left {
      height: 24px;
      margin-bottom: 16px;
      line-height: 24px;
      text-align: left;
    }
    .footer_bottom_left a {
      line-height: 17px;
      margin: 0 10px;
      margin-right:1px;
    }
    .footer_top_list .footer_top_list_content {
      width: 100%;
      height: auto;
      
    }
    .footer_top_list .footer_top_list_content a {
      margin-right: 0;
      line-height:20px;
      margin-bottom: 16px;
    }
    .footer_top .footer_top_right {
      margin-right: 0;
      /* opacity: 0.6; */
      background-color: #f9fbfd;
    }
    .footer_top .footer_top_right:last-child{
      margin-top:0;
    }
    .footer_top_list_div {
      width: 100%;
      padding-left: 32px;
      padding-top: 16px;
      padding-bottom: 16px;
     
    }
    .footer_top_middle .footer_top_list_div {
      display: none;
      background-color: #f9fbfd;
    }
    .footer_top_middle .footer_top_list_div .links{
      display: block;
    }
    .footer_top_right .footer_top_list_div {
      padding-bottom: 0px;
      display: none;
    }
  
    .footer_top_list .rightIcon {
      display: inline-block;
      position: absolute;
      top: 20px;
      right: 32px;
      width: 24px;
      height: 24px;
    }
    .footer_top_list .rightIcon img {
      display: block;
      width: 8px;
      height: auto;
      margin-left: 10px;
      margin-top: 4px;
    }
    .footer_top_list_div a{
      margin-bottom: 16px;
    }
    .footer_top_right .footer_top_list .footer_top_list_div span {
      display: inline-block;
     }
}