@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  display: block;
  text-decoration: none;
  color: #000;
  /* 去除默认下划线 */
}

html,
body {
  width: 100%;
  height: 100%;
}

ul {
  list-style: none;
  /* 去除默认列表样式 */
}

@media screen and (max-width: 1024px) {
  footer {
    width: 100%;
    margin-top: 0.2rem;
  }
  footer .cooperate_box {
    padding-top: 0.4rem;
    background-color: #f7faff;
  }
  footer .cooperate_box > .cooperate {
    max-width: 100%;
    margin: 0 auto;
  }
  footer .cooperate_box > .cooperate > .title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .cooperate_box > .cooperate > .title > .title_text1 {
    font-size: 0.4rem;
    color: #4d4d4d;
  }
  footer .cooperate_box > .cooperate > .title > .title_text2 {
    font-size: 0.34rem;
    margin: 0.1rem 0;
  }
  footer .cooperate_box > .cooperate > .title > .title_line {
    width: 2.16rem;
    height: 0.06rem;
    background-color: #293a72;
  }
  footer .cooperate_box > .cooperate .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.4rem;
  }
  footer .cooperate_box > .cooperate .content > img {
    width: 45%;
    margin-top: 0.2rem;
  }
  footer .cooperate_box > .cooperate .text {
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0.28rem;
  }
  footer .cooperate_box > .cooperate_img {
    width: 100%;
    margin-top: 0.2rem;
  }
  footer .cooperate_box > .cooperate_img > img {
    width: 100%;
  }
  footer > .footer_top {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0.74rem;
  }
  footer > .footer_top > .line {
    width: 100%;
    height: 2px;
    background-color: #b2b3b2;
    margin: 0.52rem 0;
  }
  footer > .footer_boms {
    display: flex;
    flex-direction: column;
    margin-bottom: 0.4rem;
  }
  footer > .footer_boms > .footer_bom_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.28rem;
  }
  footer > .footer_boms > .footer_bom_item > ul {
    margin-top: 0.43rem;
  }
  footer > .footer_boms > .footer_bom_item > ul > li {
    margin-top: 0.26rem;
    text-align: center;
    font-size: 15px;
    color: #4e4e4e;
  }
  footer > .footer_boms > .footer_bom_item > ul > li:first-child {
    margin-top: 0;
  }
  footer > .footer_boms > .footer_bom_item > ul > li a {
    font-size: 15px;
    color: #4e4e4e;
  }
  footer > .footer_boms > .footer_bom_item .erwembox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer > .footer_boms > .footer_bom_item .erwembox > .erweima {
    width: 1.3rem;
    height: 1.3rem;
    background-color: #293a72;
    border-radius: 10px;
  }
  footer > .footer_boms > .footer_bom_item .erwembox > .erweima > img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  footer > .footer_boms > .footer_bom_item:nth-of-type(5) {
    margin-right: 0;
  }
  footer > .footer_boms > .footer_bom_item:nth-of-type(1) {
    display: none;
  }
  footer > .footer_boms > .footer_bom_item:nth-of-type(2) {
    display: none;
  }
  footer > .footer_boms > .footer_bom_item:nth-of-type(3) {
    display: none;
  }
  footer > .footer_bom {
    background-color: #293a72;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    font-size: 0.28rem;
    text-align: center;
  }
  footer > .footer_bom > a {
    color: #ffffff;
  }
  footer .zwh {
    height: 1.8rem;
  }
  footer .pz_1s {
    width: 100%;
    height: 1.8rem;
    background-color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
  }
  footer .go2 {
    width: 0.6rem;
  }
  footer .go2 img {
    max-width: 100%;
    height: 0.6rem;
  }
  footer .go3 {
    font-size: 14px;
    color: #333333;
  }
  footer .go1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (min-width: 1025px) {
  footer {
    width: 100%;
    margin-top: 40px;
  }
  footer .cooperate_box {
    padding-top: 40px;
    background-color: #f7faff;
  }
  footer .cooperate_box > .cooperate {
    max-width: 1300px;
    margin: 0 auto;
  }
  footer .cooperate_box > .cooperate > .title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .cooperate_box > .cooperate > .title > .title_text1 {
    font-size: 40px;
    color: #4d4d4d;
  }
  footer .cooperate_box > .cooperate > .title > .title_text2 {
    font-size: 34px;
    margin: 10px 0;
  }
  footer .cooperate_box > .cooperate > .title > .title_line {
    width: 216px;
    height: 6px;
    background-color: #293a72;
  }
  footer .cooperate_box > .cooperate .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  footer .cooperate_box > .cooperate .content > img {
    margin-top: 40px;
  }
  footer .cooperate_box > .cooperate .text {
    margin-top: 40px;
    text-align: center;
  }
  footer .cooperate_box > .cooperate_img {
    width: 100%;
    margin-top: 40px;
  }
  footer .cooperate_box > .cooperate_img > img {
    width: 100%;
  }
  footer > .footer_top {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 40px;
  }
  footer > .footer_top > .line {
    width: 100%;
    height: 2px;
    background-color: #b2b3b2;
    margin: 40px 0;
  }
  footer > .footer_boms {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  footer > .footer_boms > .footer_bom_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 198px;
  }
  footer > .footer_boms > .footer_bom_item > ul {
    margin-top: 40px;
  }
  footer > .footer_boms > .footer_bom_item > ul > li {
    margin-top: 26px;
    font-size: 15px;
    color: #4e4e4e;
  }
  footer > .footer_boms > .footer_bom_item > ul > li:first-child {
    margin-top: 0;
  }
  footer > .footer_boms > .footer_bom_item > ul > li a {
    font-size: 15px;
    color: #4e4e4e;
  }
  footer > .footer_boms > .footer_bom_item .erwembox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer > .footer_boms > .footer_bom_item .erwembox > .erweima {
    width: 130px;
    height: 130px;
    background-color: #293a72;
    border-radius: 10px;
  }
  footer > .footer_boms > .footer_bom_item .erwembox > .erweima > img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  footer > .footer_boms > .footer_bom_item:nth-of-type(5) {
    margin-right: 0;
  }
  footer > .footer_bom {
    height: 44px;
    background-color: #293a72;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
  }
  footer > .footer_bom > a {
    color: #ffffff;
  }
}
