﻿html,
body {
  width: 100%;
  background: #fff;
  font-size: calc(10/1920*100vw);
}

/*品牌*/
.Brand {
  width: 100%;
  height: auto;
  background: url(../images/bottomUseImgBg.jpg) no-repeat;
  background-size: cover;
  padding-top: 12rem;
  padding-bottom: 14rem;
  box-sizing: border-box;
  overflow: hidden;
}

.brandWidth {
  width: 100rem;
  height: auto;
  margin: 0 auto;
}

.Brand .brandWidth .topLogo {
  text-align: center;
  margin-bottom: 8rem;
}

.Brand .brandWidth .topLogo img {
  width: 30rem;
  height: 24.6rem;
}

.Brand .brandWidth .imgs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Brand .brandWidth .imgs img {
  max-width: 100%;
  max-height: 100%;
}

.Brand .brandWidth .des>p {
  /* height: 6.4rem; */
  display: block;
  overflow-wrap: break-word;
  color: #424851;
  font-size: 1.8rem;
  line-height: 3.2rem;
  text-align: left;
  align-self: center;
  margin-top: 4.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Brand .brandWidth .pointsLine {
  margin-top: 8.5rem;
  margin-bottom: 7rem;
}

.Brand .brandWidth .pointsLine img {
  width: 100%;
}

.Brand .brandWidth .des .paragraph2 {
  margin: 3.6rem 0 8rem;
}

.Brand .brandWidth .des .paragraph2 p {
  font-size: 1.6rem;
  color: #424851;
  line-height: 3.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Brand .brandWidth .des .infoBox2 {
  display: block;
  overflow-wrap: break-word;
  color: #424851;
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: left;
  align-self: center;
  margin-top: 3.6rem;
  overflow: hidden;
  text-align: justify;
}

.Brand .brandWidth .des .infoBox2 p {
  margin-top: 3.6rem;
}

.Brand .brandWidth .section5 .imgs {
  margin-bottom: 8rem;
}

/*历程*/
.process {
  width: 108rem;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 10rem;
  padding-bottom: 14rem;
  box-sizing: border-box;
}

.process ul li {
  margin-top: 3.6rem;
  display: flex;
  flex-flow: row nowrap;
}

.process ul li .left {
  width: 7rem;
  margin-right: 6rem;
  padding-bottom: 3.6rem;
  border-bottom: 0.1rem solid #eee;
  float: left;
}

.process ul li .left .year {
  font-size: 3.6rem;
  font-weight: 400;
  color: #091b14;
  margin-bottom: 1rem;
}
.process ul li .left .date {
  font-size: 1.6rem;
  font-weight: 400;
  color: #091b14;
  margin-bottom: 1rem;
}
.process ul li .right {
  width: 97rem;
  border-bottom: 0.1rem solid #eee;
  float: left;
}
.process ul li .right .title {
  font-size: 1.8rem;
  font-weight: 400;
  color: #777c84;
}
/*设立*/
.SetUp .top {
  padding: 14rem 0;
  background: #fff;
}
.SetUp .title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #091b14;
  line-height: 4.8rem;
  text-align: center;
  padding-bottom: 8rem;
}
.flex_lr {
  display: flex;
  justify-content: space-between;
}
.flex,
.flex_wrap {
  display: flex;
}
.flex1 {
  flex: 1;
  min-width: 0;
  min-height: 0;
}
.flex_c_m,
.flex_lr_m {
  display: flex;
  align-items: center;
}
.flex_c,
.flex_c_m {
  justify-content: center;
}
.flex_lr,
.flex_lr_b {
  display: flex;
  justify-content: space-between;
}
.flex_c_m,
.flex_lr_m {
  display: flex;
  align-items: center;
}

.applying .hd {
  margin-top: 2rem;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  border-bottom: 1px solid #3aad6d;
  display: flex;
  justify-content: center;
}

.applying .hd ul {
  display: flex;
  justify-content: space-between;
}

.applying .hd ul li {
  height: 4rem;
  padding: 0 1rem;
  border: 1px solid #3aad6d;
  border-radius: 1rem 1rem 0 0;
  font-size: 1.6rem;
  color: #3aad6d;
  font-weight: bold;
  margin-right: 0.5rem;
  cursor: pointer;
  border-bottom: none;
}

.applying .hd ul li.on {
  background: #3aad6d;
  color: #fff;
}

.applying .bd {
  width: 140rem;
  margin: 0 auto;
}

.applying .bd .title:first-child {
  padding-bottom: 4rem;
}

.applying .bd .content {
  text-indent: 2em;
  font-size: 2.4rem;
  color: #50565f;
  padding-bottom: 4rem;
}
.SetUp .top .itemBox {
  width: 140rem;
  height: auto;
  margin: 0 auto;
}
.SetUp .top .itemBox .item {
  background: #fff;
  box-shadow: 0rem 1rem 4rem 0rem rgba(130, 150, 171, 0.15);
}
.SetUp .top .itemBox .item .head {
  padding: 3.4rem 4rem 2.6rem;
  background: #3aad6d;
}
.SetUp .top .itemBox .item .head img {
  width: 11rem;
  height: 6rem;
  margin-bottom: 0.4rem;
}
.SetUp .top .itemBox .item .head .tit {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 2.8rem;
  text-align: left;
}
.SetUp .top .itemBox .item .listBox {
  padding: 2rem 3.8rem;
}
.SetUp .top .itemBox .item .body .txt1 {
  height: 100%;
  padding: 4rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #50565f;
  line-height: 3.4rem;
  background: url(../images/item_bg.png) no-repeat 50%/20.8rem 20.8rem;
  text-align: left;
}
.SetUp .top .itemBox .item .listBox .list {
  padding: 1.2rem 0;
  border-bottom: 0.1rem dotted #d9dadb;
}
.SetUp .top .itemBox .item .listBox .list .tit {
  width: 2rem;
  height: 2rem;
  margin-top: 0.3rem;
  background: #b0d8c2;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4rem;
}
.SetUp .bottom .box .list .link {
  color: #609ee9;
  text-decoration: underline;
}
.SetUp .bottom .box .list img {
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: middle;
}
.SetUp .top .itemBox .item .listBox .list .txt {
  margin-left: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #50565f;
  line-height: 2.6rem;
  text-align: left;
}
.SetUp .top .itemBox .line {
  width: 2.5rem;
}
.SetUp .bottom {
  padding: 7rem 0 4.7rem;
  box-sizing: border-box;
  background: #f7f7f9;
}
.SetUp .bottom .box {
  width: 125rem;
  margin: auto;
}
.SetUp .bottom .box .list {
  position: relative;
  min-height: 10rem;
  border-radius: 0.8rem;
  background-color: #fff;
  box-shadow: 0 1rem 4rem 0 rgba(130 150 171 0.15);
  padding: 1.2rem 2.5rem;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #5d7969;
  line-height: 2.8rem;
}
.SetUp .bottom .box .list .txt {
  max-width: 100%;
  overflow: hidden;
  text-align: left;
}
.SetUp .bottom .box .list:before {
  content: attr(data-num);
  position: absolute;
  bottom: 0.1rem;
  right: 0.6rem;
  font-size: 4.8rem;
  font-weight: 700;
  color: #3aad6d;
  line-height: 4.8rem;
  text-align: center;
  opacity: 0.19;
}
.SetUp .bottom .box .list.first {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 3rem;
  background: #3aad6d;
}
.SetUp .bottom .box .list.first:before {
  color: #fff;
}
.SetUp .bottom .box .iconBox {
  width: 8rem;
  height: 12.4rem;
}
.SetUp .bottom .box .iconBox img {
  width: 3.4rem;
  height: 3.4rem;
}
.o0 {
  opacity: 0;
}
.SetUp .bottom .line {
  height: 5.2rem;
  margin: 5rem 0 8rem;
  background: url(../images/line.png) no-repeat 50%/120% 100%;
}
.SetUp .bottom .tip {
  width: 140rem;
  margin: 0 auto;
  padding-top: 7rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #091b14;
  line-height: 2.4rem;
  text-align: center;
}
.SetUp .emailBox {
  width: 100%;
  height: 18rem;
  background: url(../images/email_bg.png) no-repeat 50% / cover;
}
.SetUp .emailBox .box {
  height: 100%;
  margin: 0 auto;
}
.SetUp .emailBox .box img {
  width: 29.4rem;
  height: 7.6rem;
}
/*合作伙伴*/
.Partner {
  width: 100%;
  background: #fff;
}
.Partner .partnerTop {
  width: 140rem;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  padding: 18rem 0;
  justify-content: space-between;
  align-items: center;
}
.Partner .partnerTop .left .des {
  width: 56rem;
  height: 18rem;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  color: #777c84;
  margin-top: 5rem;
}
.Partner .partnerTop .imgs {
  width: 72.8rem;
  height: 42rem;
  text-align: right;
}
.Partner .partnerTop .imgs .imgBg {
  width: 100%;
  background: url(../images/imgBg.png) no-repeat;
  object-fit: cover;
  padding: 2.4rem;
  box-sizing: border-box;
  background-size: 100% 100%;
}
.Partner .cooperationCase {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
}
.Partner .cooperationCase .cCasebody {
  margin-top: 7rem;
  display: flex;
  flex-flow: row nowrap;
}
.Partner .cooperationCase .cCasebody .left {
  flex: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.Partner .cooperationCase .cCasebody .img {
  width: 100%;
  height: 56rem;
  overflow: hidden;
}
.Partner .cooperationCase .cCasebody .img img {
  width: 100%;
  height: 56rem;
  object-fit: cover;
}
.Partner .cooperationCase .cCasebody .left .div11 {
  height: 8rem;
  line-height: 8rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  background: #53b77f;
}
.Partner .cooperationCase .cCasebody .left .div11 a {
  color: #fff;
}
.Partner .cooperationCase .cCasebody .left:nth-child(2n) {
  flex: 1;
  width: 50%;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}
.Partner .cooperationCase .cCasebody .left:nth-child(2n) .div11 {
  height: 8rem;
  line-height: 8rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  background: #fecf56;
}
.Partner .cooperationPartner {
  margin-top: 14rem;
  padding-bottom: 11rem;
}
.Partner .cooperationPartner .hasTitle {
  font-size: 4rem;
}
.Partner .cooperationPartner .partnerLogo {
  width: 140rem;
  margin: 7rem auto 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.Partner .cooperationOur {
  padding-bottom: 12rem;
}
.Partner .cooperationOur .top {
  position: relative;
}
.Partner .cooperationOur .top .word {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -90%);
  font-size: 4rem;
  font-weight: 500;
  color: #fff;
}
.Partner .cooperationOur .top .imgs {
  width: 100%;
}
.Partner .cooperationOur .cooTel {
  width: 140rem;
  margin: -10rem auto 0;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
}
.Partner .cooperationOur .cooTel .telBox3 {
  background: #3aad6d;
  box-shadow: 0 1rem 2rem 0 rgb(130 150 171 0.15);
  flex: 1;
  padding: 6rem 10rem;
  box-sizing: border-box;
}
.Partner .cooperationOur .cooTel .telBox .telTitle {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 3.3rem;
  text-shadow: 0 1rem 2rem rgb(130 150 171 0.15);
  margin-bottom: 1.4rem;
}
.Partner .cooperationOur .cooTel .telBox .telTitle .smallWord1 {
  font-size: 1.6rem;
  font-weight: 400;
  color: hsla(0, 0%, 100%, 0.9);
}
.Partner .cooperationOur .cooTel .telBox .listLine {
  display: flex;
  margin-bottom: 4rem;
  flex-flow: row nowrap;
  justify-content: left;
  align-items: center;
}
.Partner .cooperationOur .cooTel .telBox .listLine .line1 {
  background: #fff;
  width: 10rem;
  height: 0.4rem;
}
.Partner .cooperationOur .cooTel .telBox .listLine .line2 {
  width: 90%;
  height: 0.1rem;
  background: #e4e7ef;
}
.Partner .cooperationOur .cooTel .telBox .listBox {
  margin-bottom: 0.25rem;
  width: 33%;
  float: left;
}

.Partner .cooperationOur .cooTel .telBox .listBox>span:first-child {
  font-size: 1.4rem;
  font-weight: 400;
  color: hsla(0, 0%, 100%, 0.5);
  line-height: 2rem;
  margin-right: 0.8rem;
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 2rem;
}

.Partner .cooperationOur .cooTel .telBox .listBox>span:first-child:after {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: hsla(0, 0%, 100%, 0.6);
  border-radius: 0.03125rem;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.Partner .cooperationOur .cooTel .telBox .listBox>span:last-child {
  font-size: 1.4rem;
  font-weight: 400;
  color: hsla(0, 0%, 100%, 0.8);
  line-height: 2rem;
}

.Partner .cooperationPartner .partnerLogo .culturalBanner {
  position: relative;
}
.Partner .cooperationPartner .partnerLogo .culturalBanner .bd {
  width: 100%;
  padding: 0 6rem;
  position: relative;
  box-sizing: border-box;
}
.Partner .cooperationPartner .partnerLogo .icon {
  cursor: pointer;
  font-size: 1.6rem;
  color: #999;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.Partner .cooperationPartner .partnerLogo .next {
  right: 0;
  background: url(../images/mImages/culturalBannerRightArrow.png) no-repeat;
  background-size: 100% 100%;
}
.Partner .cooperationPartner .partnerLogo .prev {
  left: 0;
  background: url(../images/mImages/culturalBannerLeftArrow.png) no-repeat;
  background-size: 100% 100%;
}
.Partner .cooperationPartner .partnerLogo .culturalBanner .bd ul {
  width: 100%;
  display: block;
}
.Partner .cooperationPartner .partnerLogo li {
  width: 16rem;
  text-align: center;
  margin-right: 4rem;
  float: left;
}
.Partner .cooperationPartner .partnerLogo li .itemImg {
  width: 16rem;
  height: 16rem;
  border-radius: 8rem;
  background: #fff;
  box-shadow: 0rem 1rem 4rem 0rem rgba(130, 150, 171, 0.15);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.8rem;
}
.Partner .cooperationPartner .partnerLogo li .itemImg img {
  width: 10rem;
  height: auto;
  object-fit: cover;
}
.Partner .cooperationPartner .partnerLogo li .name {
  font-size: 1.6rem;
  font-weight: 400;
  color: #777c84;
}
@media (max-width: 768px) {

  html,
  body {
    font-size: calc(10/750*100vw);
  }
  .mobile {
    display: block;
  }
  /*品牌*/
  .Brand {
    padding-top: 9.6rem;
    padding-bottom: 9.6rem;
  }
  .brandWidth {
    width: 100%;
    padding: 0 3.2rem;
    box-sizing: border-box;
  }
  .Brand .brandWidth .topLogo img {
    width: 36rem;
    height: 29.2rem;
  }

  .Brand .brandWidth .des>p {
    font-size: 3.2rem;
    line-height: 6.4rem;
    height: auto;
  }
  .Brand .brandWidth .section5 .imgs {
    margin: 0;
  }
  .Brand .brandWidth .section5 .imgs.mobile {
    margin-bottom: 9.6rem;
  }
  .Brand .brandWidth .des .paragraph2 {
    margin-bottom: 9.6rem;
  }
  .Brand .brandWidth .des .paragraph2 p {
    font-size: 2.8rem;
    line-height: 6.4rem;
  }
  .Brand .brandWidth .des .infoBox2 {
    font-size: 2.8rem;
    line-height: 6.4rem;
  }
  /*历程*/
  .process {
    width: 100%;
    padding: 9.6rem 3.2rem;
    box-sizing: border-box;
  }
  .process .hasTitle {
    font-size: 5.2rem;
    margin-bottom: 8rem;
  }
  .process ul li {
    margin-top: 4rem;
  }
  .process ul li .left {
    width: 14rem;
    margin-right: 4.8rem;
  }
  .process ul li .left .year {
    font-size: 6rem;
  }
  .process ul li .left .date {
    font-size: 2.8rem;
  }
  .process ul li .right .title {
    font-size: 2.8rem;
    line-height: 5.6rem;
    padding-bottom: 4rem;
  }

  /*设立*/
  /*设立*/
  .applying .bd {
    width: 100%;
  }
  .applying .hd {
    height: auto;
    line-height: 2.4rem;
  }

  .applying .hd ul li {
    height: auto;
    text-align: center;
    padding: 2rem;
  }
  .SetUp {
    width: 100%;
    padding: 9.6rem 0 0;
    box-sizing: border-box;
  }
  .SetUp .top {
    padding: 9.6rem 3.2rem;
  }
  .SetUp .title {
    font-size: 4rem;
  }
  .SetUp .top .itemBox {
    width: 100%;
    display: block;
  }
  .SetUp .top .itemBox .item {
    border-radius: 2.4rem 2.4rem 0 0;
    margin-bottom: 3.2rem;
  }
  .SetUp .top .itemBox .item .head {
    border-radius: 2.4rem 2.4rem 0 0;
  }
  .SetUp .top .itemBox .item .head .tit {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
  .SetUp .top .itemBox .item .body .txt1 {
    font-size: 2.8rem;
    line-height: 5.6rem;
  }
  .SetUp .top .itemBox .item .listBox .list {
    border-bottom: 0.2rem dashed #d9dadb;
  }
  .SetUp .top .itemBox .item .listBox .list .tit {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
    font-size: 2.4rem;
  }
  .SetUp .top .itemBox .item .listBox .list .txt {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
  .SetUp .bottom {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 9.6rem 3.2rem;
    box-sizing: border-box;
  }
  .SetUp .bottom .box {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .flex_lr,
  .flex_lr_b {
    display: block;
  }
  .SetUp .bottom .box .list {
    display: flex;
    width: 29.8rem;
    height: 20.8rem;
    font-size: 2.8rem;
    border-radius: 1.6rem;
    padding: 3.2rem 2.8rem;
    line-height: 4.4rem;
    float: left;
    box-sizing: border-box;
  }
  .SetUp .bottom .box .list:before {
    font-size: 6rem;
    height: 6rem;
    line-height: 6rem;
  }
  .SetUp .bottom .box .list.first {
    font-size: 3.2rem;
    line-height: 5.6rem;
  }
  .SetUp .bottom .box .iconBox {
    display: flex;
    width: 4.8rem;
    height: 20.8rem;
    float: left;
  }
  body[data-lang="EN"] .SetUp .bottom .box .list {
    height: 45rem;
    line-height: 4.2rem;
  }
  body[data-lang="EN"] .SetUp .bottom .box .iconBox {
    height: 45rem;
  }
  .SetUp .bottom .box .flex_lr:first-child .list:nth-child(4) {
    height: 30.8rem;
  }
  .SetUp .bottom .box .flex_lr:first-child .iconBox:nth-child(5) {
    height: 30.8rem;
  }
  .SetUp .bottom .box .flex_lr:first-child .list:nth-child(6) {
    height: 30.8rem;
  }
  body[data-lang="EN"]
    .SetUp
    .bottom
    .box
    .flex_lr:first-child
    .list:nth-child(4) {
    height: 65rem;
  }
  body[data-lang="EN"]
    .SetUp
    .bottom
    .box
    .flex_lr:first-child
    .iconBox:nth-child(5) {
    height: 65rem;
  }
  body[data-lang="EN"]
    .SetUp
    .bottom
    .box
    .flex_lr:first-child
    .list:nth-child(6) {
    height: 65rem;
  }
  .SetUp .bottom .box .list.first .txt {
    width: 16rem;
    text-align: center;
    margin: 0 auto;
  }
  .SetUp .bottom .line {
    width: 100%;
    height: 3.8rem;
    margin: 9.4rem 0;
    background: url(../images/mImages/line.png) no-repeat;
    background-size: 100% 100%;
  }
  .SetUp .bottom .tip {
    width: 100%;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .SetUp .emailBox {
    width: 100%;
    height: 17.6rem;
    background: url(../images/mImages/email.png) no-repeat;
    background-size: 100% 100%;
  }
  /*合作伙伴*/
  .Partner .partnerTop {
    width: 100%;
    display: block;
    padding: 9.6rem 3.2rem;
    box-sizing: border-box;
  }
  .Partner .partnerTop .left .des {
    width: 100%;
    height: auto;
    font-size: 3.2rem;
    line-height: 6.4rem;
    margin-bottom: 6.4rem;
  }
  .Partner .partnerTop .imgs {
    width: 100%;
  }
  .Partner .cooperationCase .title {
    width: 100%;
    font-size: 5.2rem;
    text-align: center;
  }
  .Partner .cooperationCase .cCasebody {
    margin-top: 4.8rem;
    display: block;
  }
  .Partner .cooperationCase .cCasebody .left {
    width: 100%;
  }
  .Partner .cooperationCase .cCasebody .left .div11 {
    height: 9.6rem;
    line-height: 9.6rem;
    font-size: 3.2rem;
  }
  .Partner .cooperationCase .cCasebody .left:nth-child(2n) {
    width: 100%;
  }
  .Partner .cooperationCase .cCasebody .left:nth-child(2n) .div11 {
    height: 9.6rem;
    line-height: 9.6rem;
    font-size: 3.2rem;
  }
  .Partner .cooperationPartner .hasTitle {
    font-size: 5.2rem;
  }
  .Partner .cooperationPartner .partnerLogo {
    width: 100%;
  }
  .Partner .cooperationPartner .partnerLogo .icon {
    width: 3.2rem;
    height: 3.2rem;
    background: url(../images/mImages/culturalBannerLeftArrow.png) no-repeat;
    background-size: 100% 100%;
  }
  .Partner .cooperationPartner .partnerLogo .next {
    right: 0;
    background: url(../images/mImages/culturalBannerRightArrow.png) no-repeat;
    background-size: 100% 100%;
  }
  .Partner .cooperationPartner .partnerLogo .prev {
    left: 0;
    background: url(../images/mImages/culturalBannerLeftArrow.png) no-repeat;
    background-size: 100% 100%;
  }
  .Partner .cooperationOur .top .word {
    font-size: 5.2rem;
  }
  .Partner .cooperationOur .cooTel {
    width: 100%;
    padding: 0 3.2rem;
    box-sizing: border-box;
  }
  .Partner .cooperationOur .cooTel .telBox3 {
    padding: 9.6rem 8rem;
  }
  .Partner .cooperationOur .cooTel .telBox .telTitle {
    font-size: 4rem;
    line-height: 6rem;
  }
  .Partner .cooperationOur .cooTel .telBox .telTitle .smallWord1 {
    font-size: 2.8rem;
    line-height: 4.8rem;
  }
  .Partner .cooperationOur .cooTel .telBox .listLine {
    margin-bottom: 8rem;
  }
  .Partner .cooperationOur .cooTel .telBox .listBox {
    width: 100%;
    float: none;
    margin-bottom: 2.4rem;
  }

  .Partner .cooperationOur .cooTel .telBox .listBox>span:first-child {
    font-size: 2.8rem;
  }

  .Partner .cooperationOur .cooTel .telBox .listBox>span:first-child:after {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.6rem;
  }

  .Partner .cooperationOur .cooTel .telBox .listBox>span:last-child {
    font-size: 2.8rem;
  }

  .Partner .cooperationPartner .partnerLogo li .name {
    width: 16rem;
    height: 3.2rem;
    font-size: 2.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}