/* 字体 */
@font-face {
  font-family: "Barlow-BoldItalic";
  src: url(./../fonts/Barlow-BoldItalic.ttf);
  font-weight: normal;
  font-style: normal;
}


/* 1.渠道合作 */
/* 1-1.三大合作模式 */

.co-pat {
  margin-top: 43px;
}

.case-left, .case-right {
    pointer-events:auto !important;
}

.co-pat ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.co-pat ul li {
  width: calc((100% / 3) - 33px);
  padding: 160px 36px;
  background-color: #ffffff;
  border: solid 1px #a9a9a9;
}

.co-pat ul li h2 {
  border-bottom: 1px solid #b5b5b5;
  font-size: 30px;
  color: #404040;
  font-weight: bold;
}

.co-pat ul li h2 img {
  width: auto;
  height: 49px;
  vertical-align: middle;
  margin-bottom: 13px;
  margin-right: 5px;
}

.co-pat ul li p {
  font-size: 20px;
  color: #585858;
  margin-top: 13px;
  line-height: 34px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

@media (max-width: 1400px) {
  .co-pat ul {
    margin-top: 50px;
  }
  .co-pat ul li {
    width: calc((100% / 3) - 20px);
    padding: 90px 32px;
  }
  .co-pat ul li h2 {
    font-size: 24px;
  }
  .co-pat ul li h2 img {
    height: 32px;
    margin-bottom: 10px;
  }
  .co-pat ul li p {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  .co-pat ul {
    margin-top: 20px;
    flex-direction: column;
  }
  .co-pat ul li {
    width: 100%;
    margin-top: 10px;
    padding: 30px 23px;
  }
  .co-pat ul li h2 {
    font-size: 18px;
  }
  .co-pat ul li h2 img {
    height: 23px;
    margin-bottom: 9px;
  }
  .co-pat ul li p {
    font-size: 14px;
    line-height: 27px;
  }
}

/* 1-2.合作原则 */
.co-prin {
  margin-top: 100px;
}

.co-prin ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 49px;
}

.co-prin ul li {
  width: calc(25% - 3px);
  background-color: #ffffff;
  padding: 60px 20px;
}

.co-prin ul li:not(:nth-child(4n)) {
  margin-right: 4px;
}

.co-prin ul li:nth-child(n + 5) {
  margin-top: 4px;
}

.co-prin ul li h2 {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffa827;
}

.co-prin ul li p {
  margin-top: 16px;
  font-size: 18px;
  line-height: 32px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

@media (max-width: 1000px) {
  .co-prin {
    margin-top: 75px;
  }
  .co-prin ul {
    margin-top: 23px;
  }
  .co-prin ul li {
    width: calc(50% - 2px);
    padding: 32px 13px;
  }
  .co-prin ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .co-prin ul li:nth-child(n + 5) {
    margin-top: 0;
  }
  .co-prin ul li:not(:nth-child(2n)) {
    margin-right: 4px;
  }
  .co-prin ul li:nth-child(n + 3) {
    margin-top: 4px;
  }
  .co-prin ul li h2 {
    font-size: 18px;
    border-bottom: 1px solid #ffa827;
  }
  .co-prin ul li p {
    font-size: 14px;
    line-height: 27px;
    margin-top: 10px;
  }
}

/* 1-3.合作伙伴 */
.co-coll {
  margin-top: 100px;
}

.co-coll a {
  display: block;
  width: 410px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  background-color: #ffa827;
  margin: 100px auto 0;
}

.co-coll ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
  padding: 0 10%;
}

.co-coll ul li {
  width: 16%;
  text-align: center;
}

.co-coll ul li p {
  margin-top: 34px;
  font-size: 24px;
  color: #0c0c0c;
}

.co-coll ul li p em {
  color: #ffa827;
}

.co-coll ul li .icon {
  width: 100%;
  height: 150px;
  line-height: 150px;
  text-align: center;
}

.co-coll ul li .icon img {
  width: auto;
}

.co-coll ul li:nth-child(1) .icon img {
  height: 140px;
}

.co-coll ul li:nth-child(2) .icon img {
  height: 150px;
}

.co-coll ul li:nth-child(3) .icon img {
  height: 120px;
}

.co-coll ul li:nth-child(4) .icon img {
  height: 130px;
}

.co-coll ul li:nth-child(5) .icon img {
  height: 120px;
}

.co-coll ul li:nth-child(6) .icon img {
  height: 100px;
}

@media (max-width: 1400px) {
  .co-coll ul {
    padding: 0;
  }
  .co-coll ul li p {
    margin-top: 23px;
    font-size: 20px;
  }
  .co-coll a {
    margin: 75px auto 0;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
  .co-coll ul li .icon {
    height: 120px;
    line-height: 120px;
  }
  .co-coll ul li:nth-child(1) .icon img {
    height: 115px;
  }
  .co-coll ul li:nth-child(2) .icon img {
    height: 120px;
  }
  .co-coll ul li:nth-child(3) .icon img {
    height: 100px;
  }
  .co-coll ul li:nth-child(4) .icon img {
    height: 100px;
  }
  .co-coll ul li:nth-child(5) .icon img {
    height: 100px;
  }
  .co-coll ul li:nth-child(6) .icon img {
    height: 85px;
  }
}

@media (max-width: 1000px) {
  .co-coll ul {
    margin-top: 32px;
    flex-wrap: wrap;
  }
  .co-coll ul li {
    width: 33%;
  }
  .co-coll ul li:nth-child(n + 4) {
    margin-top: 13px;
  }
  .co-coll ul li p {
    margin-top: 13px;
    font-size: 16px;
  }
  .co-coll a {
    margin: 43px auto 0;
    width: 280px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .co-coll ul li .icon {
    height: 65px;
    line-height: 65px;
  }
  .co-coll ul li:nth-child(1) .icon img {
    height: 60px;
  }
  .co-coll ul li:nth-child(2) .icon img {
    height: 65px;
  }
  .co-coll ul li:nth-child(3) .icon img {
    height: 50px;
  }
  .co-coll ul li:nth-child(4) .icon img {
    height: 60px;
  }
  .co-coll ul li:nth-child(5) .icon img {
    height: 60px;
  }
  .co-coll ul li:nth-child(6) .icon img {
    height: 45px;
  }
}

/* 1-4.品牌 */
.brand {
  margin-top: 100px;
  padding: 76px 35px 86px;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand-line::before {
  content: "";
  display: block;
  width: 168px;
  height: 10px;
  background-color: #ffa827;
  position: absolute;
  top: 0;
  left: 0;
}

.brand .right {
  width: 56%;
  padding: 92px 35px 82px;
  color: #ffffff;
  background: url(./../images/brand.png) no-repeat center/cover;
}

.brand .left {
  width: 32%;
}

.brand h1 {
  font-size: 30px;
/*  font-weight: bold;*/
}

.brand .left h1 {
  color: #595959;
  padding-bottom: 18px;
  border-bottom: 2px solid #a8a8a8;
}

.brand .right p {
  font-size: 20px;
  margin-top: 32px;
  line-height: 43px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.brand .left ul {
  margin-top: 22px;
}

.brand .left ul li {
  color: #959595;
  font-size: 20px;
  line-height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.brand .left ul li img {
  width: 23px;
  height: auto;
  vertical-align: middle;
  margin-top: 11px;
}

.brand .left ul li span {
  width: calc(100% - 23px);
  padding-left: 23px;
}

@media (max-width: 1400px) {
  .brand .left {
    width: 38%;
  }
  .brand h1 {
    font-size: 26px;
  }
  .brand .left h1 {
    padding-bottom: 13px;
  }
  .brand .right {
    padding: 75px 32px;
  }
}

@media (max-width: 1000px) {
  .brand {
    flex-direction: column;
    padding: 65px 23px;
    margin-top: 75px;
  }
  .brand::before {
    height: 5px;
  }
  .brand .left {
    width: 100%;
  }
  .brand .right {
    width: 100%;
    margin-top: 23px;
  }
  .brand h1 {
    font-size: 20px;
  }
  .brand .left h1 {
    padding-bottom: 10px;
  }
  .brand .right {
    padding: 32px 13px;
  }
  .brand .right p {
    font-size: 15px;
    line-height: 32px;
    margin-top: 23px;
  }
  .brand .left ul li {
    font-size: 15px;
    line-height: 37px;
  }
  .brand .left ul li img {
    width: 12px;
  }
  .brand .left ul li span {
    width: calc(100% - 12px);
    padding-left: 13px;
  }
}

/* 2.联系麦大厨 */
/* 2-1.满意度 */
.ca-val {
  margin-top: 43px;
}

.ca-val ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 63px;
}

.ca-val ul li {
  width: calc((100% / 3) - 33px);
  background-color: #ffffff;
  border: solid 1px #a9a9a9;
}

.ca-val ul li .img {
  width: 100%;
  height: auto;
  border-radius: 0px 0px 113px;
  overflow: hidden;
}

.ca-val ul li p {
  text-align: center;
  font-size: 24px;
  color: #585858;
  font-weight: bold;
  padding: 16px 7px;
}

@media (max-width: 1400px) {
  .ca-val ul {
    margin-top: 37px;
  }
  .ca-val ul li {
    width: calc((100% / 3) - 20px);
  }
  .ca-val ul li p {
    font-size: 20px;
  }
  .ca-val ul li .img {
    border-radius: 0 0 90px;
  }
}

@media (max-width: 1000px) {
  .ca-val ul {
    margin-top: 13px;
    flex-wrap: wrap;
  }
  .ca-val ul li {
    width: calc(50% - 5px);
    margin-top: 10px;
  }
  .ca-val ul li p {
    font-size: 15px;
    padding: 10px 3px;
  }
  .ca-val ul li .img {
    border-radius: 0 0 20px;
  }
    .ca-val {
        margin-top:25px;
    }

}

/* 2-2.尊享服务 */
.ca-joy {
  margin-top: 100px;
}

.ca-joy ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 63px;
}

.ca-joy ul li {
  width: 34%;
}

.ca-joy ul li:not(:last-child) {
  margin-right: 1.5%;
}

.ca-joy ul li:nth-child(3),
.ca-joy ul li:nth-child(4) {
  margin-top: -17%;
}

.ca-joy ul li:nth-child(1) {
  order: 1;
}

.ca-joy ul li:nth-child(2) {
  order: 2;
}

.ca-joy ul li:nth-child(3) {
  order: 4;
}

.ca-joy ul li:nth-child(4) {
  order: 5;
}

.ca-joy ul li:nth-child(5) {
  width: 29%;
  order: 3;
}

.ca-joy ul li .txt {
  margin-top: 27px;
  position: relative;
}

.ca-joy ul li .txt .num {
  font-family: "Barlow-BoldItalic";
  font-size: 208px;
  line-height: 100px;
  letter-spacing: -8px;
  color: #959595;
  opacity: 0.1;
  position: absolute;
  top: 18px;
  right: 0;
}

.ca-joy ul li .txt .line {
  display: block;
  width: 49px;
  height: 6px;
  background-color: #ffa827;
  border-radius: 3px;
}

.ca-joy ul li .txt h2 {
  font-size: 24px;
/*  font-weight: bold;*/
  margin-top: 20px;
}

.ca-joy ul li .txt p {
  font-size: 20px;
  line-height: 37px;
  margin-top: 14px;
  color: #959595;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

@media (max-width: 1400px) {
  .ca-joy ul {
    margin-top: 43px;
  }
  .ca-joy ul li .txt .num {
    font-size: 180px;
    line-height: 80px;
  }
  .ca-joy ul li:nth-child(3),
  .ca-joy ul li:nth-child(4) {
    margin-top: -20%;
  }
}

@media (max-width: 1000px) {
  .ca-joy ul {
    margin-top: 23px;
    align-items: center;
    justify-content: center;
  }
  .ca-joy ul li .txt .num {
    font-size: 100px;
    line-height: 10px;
    letter-spacing: 0;
  }
  .ca-joy ul li:nth-child(5) {
    width: 100%;
  }
    .ca-joy .img img {
        height:205px;
        object-fit:cover;
    }
    .ca-joy ul li {
        width: 100%;
    }
  .ca-joy ul li:not(:last-child) {
    margin-right: 0;
  }
  .ca-joy ul li:nth-child(1) {
    order: 1;
  }
  .ca-joy ul li:nth-child(2) {
    order: 2;
  }
  .ca-joy ul li:nth-child(3) {
    order: 3;
  }
  .ca-joy ul li:nth-child(4) {
    order: 4;
  }
  .ca-joy ul li:nth-child(5) {
    order: 5;
  }
  .ca-joy ul li:nth-child(3),
  .ca-joy ul li:nth-child(4) {
    margin-top: 0;
  }
  .ca-joy ul li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .ca-joy ul li .txt {
    margin-top: 13px;
  }
  .ca-joy ul li .txt .line {
    height: 3px;
  }
  .ca-joy ul li .txt h2 {
    font-size: 18px;
    margin-top: 13px;
  }
  .ca-joy ul li .txt p {
    font-size: 13px;
    line-height: 23px;
    margin-top: 7px;
  }
}

/* 3.走进麦大厨 */
/* 3-1.导航栏 */
.tabs {
  margin-top: 65px;
}

.tabs .inside {
  display: flex;
  justify-content: center;
}

.tabs a {
  font-size: 20px;
  color: #585858;
  font-weight: bold;
  transition: all 0.3s;
}

.tabs a:not(:last-child) {
  margin-right: 75px;
}

.tabs .active,
.tabs a:hover {
  padding-bottom: 5px;
  color: #ffa827;
  border-bottom: 3px solid #ffa827;
}

@media (max-width: 1400px) {
  .tabs {
    margin-top: 43px;
  }
}

@media (max-width: 1000px) {
  .tabs {
    margin-top: 23px;
  }
  .tabs .inside {
    justify-content: space-between;
  }
  .tabs a:not(:last-child) {
    margin-right: 0;
  }
  .tabs a {
    font-size: 15px;
  }
  .tabs .active,
  .tabs a:hover {
    padding-bottom: 3px;
    border-bottom: 2px solid #ffa827;
  }
}

/* 3-2.关于我们 */
.about {
  margin-top: 75px;
  padding: 93px 0 37px;
  background: url(./../images/about.png) no-repeat center/cover;
}

.about .txt {
  text-align: center;
}

.about .txt h2 {
  font-size: 36px;
  font-weight: bold;
}

.about .txt p {
  font-size: 20px;
  line-height: 37px;
  margin-top: 49px;
}

.about ul {
  margin: 410px auto 0;
  width: 74%;
  height: auto;
  background-color: #ffffff;
  border-radius: 12px;
  opacity: 0.9;
  padding: 20px 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about ul li {
  text-align: center;
  font-size: 20px;
}

.about ul li h2 {
  font-family: "Barlow-BoldItalic";
  font-size: 48px;
  display: inline-block;
}

.about ul li em {
  display: inline-block;
  vertical-align: top;
  margin-top: 13px;
}

.about ul li:last-child h2 {
  color: #ffa827;
}

@media (max-width: 1400px) {
  .about {
    margin-top: 53px;
    padding: 75px 0 37px;
  }
  .about .txt h2 {
    font-size: 30px;
  }
  .about .txt p {
    font-size: 18px;
    margin-top: 32px;
  }
  .about ul {
    width: 85%;
    padding: 20px 75px;
    margin: 320px auto 0;
  }
  .about ul li {
    font-size: 18px;
  }
  .about ul li h2 {
    font-size: 40px;
  }
}

@media (max-width: 1000px) {
  .about {
    margin-top: 32px;
    padding: 50px 0 32px;
  }
  .about .txt h2 {
    font-size: 24px;
  }
  .about .txt p {
    font-size: 15px;
    line-height: 27px;
    margin-top: 23px;
  }
  .about ul {
    width: 100%;
    height: auto;
    border-radius: 5px;
    padding: 20px 13px;
    flex-wrap: wrap;
    margin: 120px auto 0;
  }
  .about ul li em {
    margin-top: 0;
  }
  .about ul li {
    width: 50%;
    font-size: 15px;
  }
  .about ul li:nth-child(n + 3) {
    margin-top: 13px;
  }
  .about ul li h2 {
    font-size: 26px;
  }
}

/* 3-3.重点产品 */
.focus {
  padding: 100px 0 50px;
  background-color: #f9f9f9;
}

    .focus ul {
        margin-top: -65px;
        position: relative;
        z-index: 3;
    }

.focus ul li {
  padding: 13px 0;
  line-height: 47px;
  border-bottom: 1px solid #a5a5a5;
  display: flex;
  justify-content: space-between;
}

.focus ul li:first-child {
  padding-top: 0;
}

.focus ul li span {
  font-size: 30px;
  font-weight: bold;
}

.focus ul li p {
  width: calc(100% - 320px);
  font-size: 24px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

@media (max-width: 1400px) {
  .focus ul {
    margin-top: -32px;
  }
  .focus ul li span {
    font-size: 24px;
  }
  .focus ul li p {
    width: calc(100% - 240px);
    font-size: 20px;
  }
}

@media (max-width: 1000px) {
  .focus {
    padding: 50px 0 50px;
  }
  .focus ul {
    margin-top: 0;
  }
  .focus ul li {
    padding: 10px 0;
    line-height: 32px;
  }
  .focus ul li span {
    font-size: 18px;
  }
  .focus ul li p {
    width: calc(100% - 130px);
    font-size: 15px;
  }
}

/* 3-4.重点产品 */
.cul {
  margin-top: 75px;
}

.cul1 {
  margin-top: 180px;
}

.cul-inx {
  background-color: #1c1c1c;
  margin-top: 72px;
  padding: 86px 0;
}

.cul-inx .inside {
  position: relative;
}

.cul-inx .hotline {
  top: -3px;
}

.cul ul {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cul-inx ul {
  margin-top: -43px;
}

.cul ul li {
  width: calc((100% / 4) - 13px);
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
  padding: 86px 30px 75px;
  position: relative;
  text-align: center;
}

.cul ul li {
  padding: 74px 30px;
}

.cul-inx ul li {
  width: calc((100% / 4) - 27px);
  padding: 45px 30px;
  border-radius: 17px;
  background-color: rgba(255, 255, 255, 0.08);
}

.cul ul li::before {
  content: "";
  display: block;
  width: 147px;
  height: 8px;
  background-color: #ffa827;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.cul-inx ul li::before {
  display: none;
}

.cul ul li .icon {
  width: 100%;
  height: 110px;
  text-align: center;
}

.cul ul li img {
  width: auto;
  height: 110px;
}

.cul ul li h3 {
  font-size: 30px;
  margin-top: 69px;
/*  font-weight: bold;*/
}

.cul-inx ul li h3 {
  margin-top: 32px;
  color: #e0e0e0;
}

.cul ul li p {
  font-size: 22px;
  margin-top: 30px;
  line-height: 39px;
}

.cul-inx ul li p {
  margin-top: 12px;
  color: #848484;
}

@media (max-width: 1400px) {
  .cul ul {
    margin-top: 23px;
  }
  .cul-inx ul li {
    width: calc((100% / 4) - 10px);
    border-radius: 10px;
  }
  .cul ul li {
    padding: 65px 30px 65px;
  }
  .cul-inx ul li {
    padding: 32px 30px;
  }
  .cul ul li::before {
    width: 120px;
  }
  .cul ul li .icon {
    height: 90px;
  }
  .cul ul li img {
    height: 90px;
  }
  .cul ul li h3 {
    font-size: 24px;
    margin-top: 43px;
  }
  .cul ul li p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 37px;
  }
  .cul-inx ul li h3 {
    margin-top: 23px;
  }
  .cul-inx ul li p {
    margin-top: 7px;
  }
}

@media (max-width: 1000px) {
  .cul {
    margin-top: 50px;
  }
  .cul1 {
    margin-top: 50px;
  }
  .cul ul {
    flex-direction: column;
    margin-top: 50px;
  }
    .cust .hotline {
        display:none;
    }
    .cul ul li {
        width: 100%;
        padding: 23px 13px;
    }
  .cul ul li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .cul ul li::before {
    width: 90px;
    height: 5px;
  }
  .cul ul li .icon {
    height: 60px;
  }
  .cul ul li img {
    height: 60px;
  }
  .cul ul li h3 {
    font-size: 18px;
    margin-top: 23px;
  }
  .cul ul li p {
    font-size: 15px;
    margin-top: 10px;
    line-height: 27px;
  }
  .cul-inx {
    margin-top: 53px;
    padding: 92px 0 86px;
  }
  .cul-inx .hotline {
    top: -92px;
  }
}

/* 3-5.公司||工厂环境 */
.env {
  margin-top: 100px;
}

.env-swiper {
  width: 100%;
  height: auto;
  margin: -43px auto 0;
  position: relative;
}

.env-swiper .swiper-container {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.env-swiper .swiper-slide {
  background-color: #ffa827;
  border-radius: 32px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.sol-swiper .swiper-slide {
  height: 100%;
  background-color: #f7f7f7;
}

.sol-swiper .swiper-slide-active {
  background-color: #ffa827;
}

.sol-swiper-inx .swiper-container {
  width: 92%;
}

.env-swiper .img {
  width: 100%;
  height: auto;
}

.env-swiper p {
  font-size: 24px;
  color: #ffffff;
  padding: 19px 7px;
  font-weight: bold;
}

.sol-swiper .det {
  padding: 24px 15px;
  text-align: left;
}

.sol-swiper .swiper-slide-active .det {
  color: #ffffff;
}

.sol-swiper .det h1 {
  font-size: 24px;
/*  font-weight: bold;*/
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}

.sol-swiper .det .desc {
  font-size: 18px;
  margin-top: 17px;
  line-height: 32px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
}

/* 分页按钮修改 */
.env-swiper .swiper-button-next,
.env-swiper .swiper-button-prev {
  width: 42px;
  height: 45px;
}
.env-swiper .swiper-button-prev,
.env-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(./../images/row-left.png);
  background-size: 100% 100%;
  left: -65px;
}
.env-swiper .swiper-button-next,
.env-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../images/row-right.png);
  background-size: 100% 100%;
  right: -65px;
}
.sol-swiper .swiper-button-prev,
.sol-swiper .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.sol-swiper .swiper-button-next,
.sol-swiper .swiper-container-rtl .swiper-button-prev {
  right: 0;
}

@media (max-width: 1700px) {
  .env-swiper {
    width: 95%;
    margin: -32px auto 0;
  }
  .sol-swiper {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .env-swiper {
    margin: 0 auto;
  }
  .env-swiper .swiper-button-next,
  .env-swiper .swiper-button-prev {
    width: 32px;
    height: 35px;
  }
  .env-swiper p {
    font-size: 20px;
  }
  .sol-swiper .det {
    padding: 24px 15px;
  }
  .sol-swiper .det h1 {
    font-size: 20px;
  }
  .sol-swiper .det .desc {
    font-size: 16px;
    margin-top: 13px;
  }
  .env-swiper .swiper-button-prev,
  .env-swiper .swiper-container-rtl .swiper-button-next {
    left: -47px;
  }
  .env-swiper .swiper-button-next,
  .env-swiper .swiper-container-rtl .swiper-button-prev {
    right: -47px;
  }
  .sol-swiper .swiper-button-prev,
  .sol-swiper .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .sol-swiper .swiper-button-next,
  .sol-swiper .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}

@media (max-width: 1000px) {
  .env {
    margin-top: 50px;
  }
  .env-swiper {
    width: 86%;
  }
  .sol-swiper {
    width: 100%;
  }
  .sol-swiper-inx {
    width: 100%;
  }
  .sol-swiper-inx .swiper-container {
    width: 80%;
  }
  .env-swiper .swiper-slide {
    border-radius: 10px;
  }
  .env-swiper p {
    font-size: 14px;
    padding: 7px 7px;
  }
  .sol-swiper .det {
    padding: 19px 13px;
  }
  .sol-swiper .det h1 {
    font-size: 16px;
  }
  .sol-swiper .det .desc {
    font-size: 12px;
    margin-top: 7px;
    line-height: 27px;
  }
  .env .swiper-button-next,
  .env .swiper-button-prev {
    width: 23px;
    height: 26px;
  }
  .env .swiper-button-prev,
  .env .swiper-container-rtl .swiper-button-next {
    left: -32px;
  }
  .env .swiper-button-next,
  .env .swiper-container-rtl .swiper-button-prev {
    right: -32px;
  }
  .sol-swiper .swiper-button-prev,
  .sol-swiper .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .sol-swiper .swiper-button-next,
  .sol-swiper .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}

/* 3-6.资质展示 */
.cert {
  margin-top: 100px;
}

.cert-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: -43px;
  position: relative;
  padding-bottom: 75px;
}

.cert-swiper .img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

/* 默认样式修改 */
.cert-swiper .swiper-pagination-bullets {
  bottom: 0;
}
.cert-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #051727;
}
.cert-swiper .swiper-pagination-bullet-active {
  background-color: #ffa827;
  opacity: 1;
}
.cert-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

@media (max-width: 1400px) {
  .cert-swiper {
    margin-top: 0;
  }
}

@media (max-width: 1000px) {
  .cert {
    margin-top: 50px;
  }
  .cert-swiper {
    padding-bottom: 43px;
  }
  .cert-swiper .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .cert-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
    .title {
        margin-bottom:20px !important;
    }
    .ca-joy {
        margin-top:25px;
    }
}

/* 3-7.客户 */
.cust {
  margin-top: 62px;
}

.cust1 {
  margin-top: 130px;
}

.cust .hotline {
  top: 95px;
}

.cust .inside {
  position: relative;
  padding: 56px 0 96px;
  background-color: #ffffff;
}

.cust1 .inside {
  background-color: transparent;
}

.cust .pic {
  margin: 100px auto 0;
  width: 99%;
  cursor: pointer;
}

.cust1 .pic {
  width: 100%;
}

.cust .pic .pic img {
  width: 100%;
}

@media (max-width: 1400px) {
  .cust .hotline {
    top: 0;
  }
  .cust1 {
    margin-top: 90px;
  }
}

@media (max-width: 1000px) {
  .cust {
    margin-top: 47px;
  }
  .cust1 {
    margin-top: 47px;
  }
  .cust .inside {
    padding: 56px 0 37px;
  }
  .cust .pic {
    margin: 32px auto 0;
  }
}

/* 3-8.发展历程 */
.history {
  margin-top: 100px;
}

.his-list {
  margin-top: 90px;
}

.timeSwiper {
  margin-top: 75px;
}

.timeSwiper .swiper-container {
  padding: 7px 18px 0;
  position: relative;
}

.timeSwiper .swiper-container::before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  background: url(./../images/time-left.png) no-repeat center/cover;
}

.timeSwiper .swiper-container::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 0;
  top: 0;
  background: url(./../images/time-right.png) no-repeat center/cover;
}

.timeSwiper .swiper-slide {
  position: relative;
  border-top: 2px dashed #535353;
}

.timeSwiper span {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #585858;
  font-weight: bold;
  cursor: pointer;
  margin-top: 17px;
}

.timeSwiper span:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  top: 6px;
  left: 50%;
  border-right: 1px solid #4c4c4c;
}

.timeSwiper span:after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  margin-left: -6px;
  left: 50%;
  top: -7px;
  background: url(./../images/time-dot.png) no-repeat center/cover;
}

.timeSwiper .active span {
  color: #ffa827;
}

.airSwiper {
  overflow: hidden;
  position: relative;
}

.airSwiper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  cursor: pointer;
}

.airSwiper .img {
  width: 47%;
}

.airSwiper .txt {
  width: 53%;
  color: #464646;
  padding: 32px 127px 32px 55px;
}

.airSwiper .txt h1 {
  font-size: 40px;
}

.airSwiper .txt h1 span {
  font-family: "Barlow-BoldItalic";
  font-size: 88px;
  line-height: 88px;
  color: #ffa827;
}

.airSwiper .txt h1 em {
  color: #ffa827;
}

.airSwiper .txt p {
  font-size: 24px;
  margin-top: 16px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

@media (max-width: 1400px) {
  .his-list {
    margin-top: 65px;
  }
  .timeSwiper {
    margin-top: 43px;
  }
  .airSwiper .txt {
    padding: 32px 55px;
  }
  .airSwiper .txt h1 {
    font-size: 30px;
  }
  .airSwiper .txt h1 span {
    font-size: 60px;
    line-height: 60px;
  }
  .airSwiper .txt p {
    font-size: 20px;
  }
}

@media (max-width: 1000px) {
  .history {
    margin-top: 53px;
  }
  .his-list {
    margin-top: 37px;
  }
  .timeSwiper {
    margin-top: 23px;
  }
  .timeSwiper span {
    font-size: 18px;
  }
  .airSwiper .swiper-slide {
    flex-direction: column;
    padding: 23px 13px;
  }
  .airSwiper .img {
    width: 60%;
  }
  .airSwiper .txt {
    width: 60%;
    padding: 0;
    margin-top: 13px;
  }
  .airSwiper .txt h1 {
    font-size: 20px;
  }
  .airSwiper .txt h1 span {
    font-size: 30px;
    line-height: 30px;
  }
  .airSwiper .txt p {
    font-size: 14px;
    margin-top: 7px;
  }
}

/* 3-9.热点资讯 */
.hotspot {
  margin-top: 176px;
}

.hot-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 67px;
  background-color: #f8f8f8;
}

.hot-list .left {
  width: 68%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hot-list-inx .left {
  width: 100%;
}

.hot-list .right {
  width: 32%;
  padding: 23px 32px;
  border-left: 2px solid #d5d5d5;
}

.hot-list .left .img {
  display: block;
  width: 50%;
}

.hot-list .left .txt {
  width: 50%;
  padding: 25px 32px;
  position: relative;
}

.hot-list-inx .left .txt {
  padding: 67px 51px 67px 86px;
}

.hot-list .left .txt h1 span {
  font-size: 20px;
  line-height: 30px;
  display: block;
  font-weight: bold;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.hot-list .left .txt h1 i {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}

.hot-list .left .txt .desc {
    font-size: 14px;
    margin-top: 13px;
    line-height: 24px;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.hot-list-inx .left .txt .desc {
  margin-top: 42px;
}

.hot-list .left .txt .more {
  display: block;
  width: 130px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  color: #ffffff;
  font-size: 14px;
  background-color: #ffa827;
  margin-top: 17px;
}

.hot-list-inx .left .txt .more {
  margin-top: 50px;
}

.hot-list .left .txt .time {
  position: absolute;
  bottom: 0;
  right: 32px;
  color: #cbcbcb;
  text-align: right;
}

.hot-list .left .txt .time p {
  font-size: 40px;
  line-height: 40px;
  font-family: "Barlow-BoldItalic";
}

.hot-list .left .txt .time span {
  font-size: 12px;
}

.hot-list li {
  width: 100%;
}

.hot-list li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  display: flex;
  justify-content: space-between;
}

.hot-list li a em {
  font-weight: bold;
  display: block;
  width: 100px;
  text-align: right;
}

.hot-list li a span {
  width: calc(100% - 120px);
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1400px) {
  .hotspot {
    margin-top: 160px;
  }
  .hot-list {
    margin-top: 47px;
    flex-direction: column;
  }
  .hot-list .left {
    width: 100%;
  }
  .hot-list .right {
    width: 100%;
    border-left: 0 solid #d5d5d5;
    border-top: 2px solid #d5d5d5;
  }
  .hot-list .left .txt .time p {
    font-size: 30px;
    line-height: 30px;
  }
  .hot-list-inx .left .txt {
    padding: 25px 32px;
  }
}

@media (max-width: 1000px) {
  .hotspot {
    margin-top: 100px;
  }
  .hot-list {
    margin-top: 27px;
    padding-top: 23px;
  }
  .hot-list .left {
    width: 100%;
    flex-direction: column;
  }
  .hot-list .right {
    width: 100%;
  }
  .hot-list .left .txt {
    width: 100%;
    text-align: center;
  }
  .hot-list .left .txt {
    padding: 13px 13px;
  }
  .hot-list .right {
    padding: 23px 13px;
  }
  .hot-list .left .txt h1 span {
    font-size: 16px;
    line-height: 27px;
  }
  .hot-list .left .txt h1 i {
    font-size: 12px;
    margin-top: 3px;
  }
  .hot-list .left .txt .desc {
    font-size: 12px;
    margin-top: 7px;
  }
  .hot-list .left .txt .more {
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    margin-top: 13px;
  }
  .hot-list .left .txt .time {
    right: 13px;
  }
  .hot-list .left .txt .time p {
    font-size: 20px;
    line-height: 20px;
  }
  .hot-list li a {
    font-size: 13px;
  }
  .hot-list li a em {
    width: 100px;
  }
  .hot-list li a span {
    width: calc(100% - 110px);
  }
}

/* 4.资讯中心 */
.side-news {
  margin-top: 60px;
}
.pro-img a {
    display:block;
    width:100%;
}

.news {
  width: 100%;
  height: auto;
  padding: 70px 30px;
  background-color: #ffffff;
}

.news-case {
  margin-top: 69px;
}

.news-case .inside {
  padding: 0 50px;
}

.news li a {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #bababa;
  padding: 40px 0;
  cursor: pointer;
}

.news li:first-child {
  padding-top: 0;
}

.news li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.news li .img {
  width: 198px;
}

.news li .time {
  width: 65px;
}

.news li .time .row {
  display: block;
  margin-top: 43px;
  margin-left: 0;
  width: 58px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  /* background-color: #ffa827; */
}

.news li:hover .time .row,
.news .active .time .row {
  background-color: #ffa827;
}

.news li .time .row img {
  width: 19px;
  height: auto;
}

.news li:hover .time .row img,
.news .active .time .row img {
  /* 图片变白 */
  filter: brightness(100);
}

.news li .line {
  width: 48px;
  height: 1px;
  background-color: #959595;
  margin: 12px 24px;
}

.news li .det {
  width: calc(100% - 359px);
  padding-right: 150px;
}

.news li .time h2 {
  font-size: 24px;
  color: #818181;
}

.news li .det h1 {
  font-size: 24px;
  /*font-weight: bold;*/
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news li:hover .det h1,
.news .active .det h1 {
  color: #ffa827;
}

.news li .det p {
  font-size: 16px;
  line-height: 32px;
  color: #9b9b9b;
  margin-top: 17px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.nav-bar li {
    position:relative;
}
.nav-bar li .er-nav {
    position:absolute;
    top:100%;
    left:-35px;
    width:100%;
    padding:10px;
    background:rgba(0,0,0,.5);
    width:200px;
    display:none;
}
.news-ify .er-nav,
.pro .er-nav{
    left: -55px !important;
}
    .nav-bar li .er-nav li {
        margin:0 !important;
        text-align:center;
    }
        .nav-bar li .er-nav li a {
            font-size:20px;
            line-height:35px;
        }
            .nav-bar li .er-nav li:hover>a {
                color:#ffa827;
            }
.er-nav li {
    position:relative;
}
.san-nav {
    position:absolute;
    left:105%;
    top:0;
    background:rgba(0,0,0,.5);
    width:100%;
    padding:10px;
    display:none;
}
.words em:last-child {
    display:none;
}

@media (max-width: 1400px) {
    .side-news {
    margin-top: 90px;
  }
  .news li .det {
    padding-right: 43px;
  }
  .news-case {
    margin-top: 47px;
  }
  .news-case .inside {
    padding: 0 25px;
  }
}

@media (max-width: 1000px) {
  .side-news {
    margin-top: 43px;
  }
  .news {
    padding: 25px 20px;
  }
    .news li a{
        display:block;
    }
    .news-case {
        margin-top: 32px;
    }
  .news-case .inside {
    padding: 0;
  }
  .news li .det {
    padding-right: 43px;
  }
  .news li {
    flex-wrap: wrap;
    /*padding: 20px 0;*/
  }
  .news li .line {
    display: none;
  }
  .news li .time {
    width: 100%;
    text-align: center;
    margin-bottom: 27px;
    display:none;
  }
  .news li .time h2 {
    font-size: 20px;
  }
  .news li .time .row {
    margin: 13px auto 0;
  }
  .news li .time .row img {
    width: 13px;
  }
  .news li .img {
    width: 100%;
    margin-top:20px;
  }
  .news li .det {
    width: calc(100%);
    padding-right: 20px;
  }
  .news li .det h1 {
    font-size: 18px;
  }
    .news li a {
        padding:20px 0;
    }
    .news li .det p {
        font-size: 13px;
        line-height: 27px;
        margin-top: 7px;
    }
}

/* 4-1.资讯详情 */
.side-news-tail {
  margin-top: 52px;
}

.side-news-tail .side-bar {
  margin-top: 43px;
}

.news-sub {
  font-size: 30px;
  color: #090909;
  font-weight: bold;
}

.news-tail {
  width: 100%;
  height: auto;
  padding: 64px 52px 70px;
  background-color: #ffffff;
  margin-top: 41px;
}

.news-tail-case {
  margin-top: 80px;
}

.news-tail-case .news-tail {
  padding: 64px 52px;
}

.news-tail h1 {
  text-align: center;
  font-size: 30px;
  line-height: 43px;
  font-weight: bold;
  color: #585858;
  padding-bottom: 32px;
  border-bottom: 1px solid #acacac;
}

.news-tail .time {
  margin-top: 16px;
  font-size: 16px;
  color: #9b9b9b;
}

.news-tail .time p {
  display: inline-block;
  color: #9b9b9b;
}

.news-tail .time p:not(:last-child) {
  margin-right: 32px;
}

.news-tail .desc {
  background-color: #f1f1f1;
  padding: 14px 10px;
  font-size: 18px;
  line-height: 37px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
  margin-top: 22px;
}

.news-tail .cons {
  font-size: 18px;
  color: #585858;
  line-height: 36px;
  /* 文字对齐 */
  text-align: justify;
}

.news-tail .cons p{
   display:block!important;
}

.news-tail .pic2 {
  display: flex;
  justify-content: space-between;
  text-align: center;
  text-align-last: center;
  color: #585858;
}

.news-tail .pic2 p {
  width: calc(50% - 8px);
  text-align: center;
}

.news-tail .pic {
  width: 100%;
  text-align: center;
  text-align-last: center;
}

.news-tail .pic span,
.news-tail .pic2 span {
  margin-top: 7px;
  display: block;
}

.news-cut {
  background-color: #ffffff;
  margin-top: 30px;
  padding: 20px 100px;
  line-height: 43px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

    .news-cut a {
        width: 33.3333%;
        font-size: 20px;
        color: #585858;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align:center;
    }

@media (max-width: 1400px) {
  .news-tail {
    padding: 64px 32px 320px;
  }
  .news-tail-case .news-tail {
    padding: 64px 32px;
  }
  .news-cut {
    padding: 20px 30px;
  }
  .news-cut a {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  .side-news-tail {
    margin-top: 32px;
  }
  .news-sub {
    font-size: 24px;
  }
  .news-tail {
    padding: 25px 23px 25px;
    margin-top: 23px;
  }
  .news-tail-case {
    margin-top: 0;
  }
  .news-tail-case .news-tail {
    padding: 47px 23px;
  }
  .news-tail h1 {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 7px;
  }
  .news-tail .time {
    margin-top: 10px;
    font-size: 13px;
    line-height: 27px;
  }
  .news-tail .time p:not(:last-child) {
    margin-right: 13px;
  }
  .news-tail .desc {
    padding: 10px;
    font-size: 14px;
    line-height: 32px;
    margin-top: 13px;
  }
  .news-tail .cons {
    font-size: 14px;
    line-height: 32px;
  }
  .news-cut {
    padding: 20px 13px;
    margin-top: 20px;
  }
  .news-cut a {
    font-size: 14px;
    line-height: 32px;
  }
}

/* 5.产品推荐 */
.side-goods {
  margin-top: 30px;
}

.sell {
  margin-top: 140px;
}

.sell1 {
  margin-top: 180px;
}

.sell-goods {
  margin-top: 0;
}

.sell .inside {
  position: relative;
}

.sell .hotline {
  top: 23px;
}

.sell ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -23px;
}

.sell-goods ul {
  margin-top: 0;
}

.sell ul li {
  width: calc(20% - 44px);
  position: relative;
  cursor: pointer;
}

.sell-goods ul li {
  width: calc(25% - 24px);
}

.sell ul li:not(:nth-child(5n)) {
  margin-right: 55px;
}

.sell-goods ul li:not(:nth-child(5n)) {
  margin-right: 0;
}

.sell-goods ul li:not(:nth-child(4n)) {
  margin-right: 32px;
}

.sell-goods ul li:nth-child(n + 5) {
  margin-top: 32px;
}

.sell ul li .img {
  width: 100%;
}

.sell ul li .tags {
  position: absolute;
  left: 0;
  top: 14px;
  width: 99px;
  height: auto;
}

.sell ul li .tags img {
  width: 100%;
  height: 100%;
}

.sell ul li .more {
  width: 100%;
  height: 37px;
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}

.sell ul li .more a {
  display: block;
  height: 100%;
  line-height: 37px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}

.sell ul li .more a:nth-child(1) {
  width: 78px;
  background-color: #353535;
}

.sell ul li .more a:nth-child(1) img {
  width: 16px;
}

.sell ul li .more a:nth-child(2) {
  width: calc(100% - 78px);
  background-color: #ffa827;
}

.sell ul li .more a:nth-child(2) img {
  width: 30px;
}

.sell ul li .det {
  margin-top: 14px;
}

.sell ul li .det h1 {
  font-size: 22px;
/*  font-weight: bold;*/
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.sell ul li .det p {
  font-size: 16px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

@media (max-width: 1400px) {
  .sell .hotline {
    top: 0;
  }
  .sell ul li {
    width: calc(20% - 20px);
  }
  .sell ul li:not(:nth-child(5n)) {
    margin-right: 25px;
  }
  .sell-goods ul li {
    width: calc(25% - 15px);
  }
  .sell-goods ul li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .sell-goods ul li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  .sell-goods ul li:nth-child(n + 5) {
    margin-top: 20px;
  }
  .sell ul li .det h1 {
    font-size: 20px;
  }
  .sell ul li .det p {
    font-size: 14px;
  }
  .sell ul li .more {
    margin-top: 14px;
  }
  .sell ul li .more a {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  .sell {
    margin-top: 50px;
  }
  .sell-goods {
    margin-top: 0;
  }
  .sell ul {
    margin-top: 0;
  }
  .sell ul li {
    width: calc((100% / 3) - 6px);
  }
  .sell-goods ul li {
    width: calc((100% / 3) - 6px);
  }
  .sell ul li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .sell-goods ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .sell-goods ul li:nth-child(n + 5) {
    margin-top: 0;
  }
  .sell ul li:not(:nth-child(3n)) {
    margin-right: 9px;
  }
  .sell ul li:nth-child(n + 4) {
    margin-top: 9px;
  }
  .sell ul li .tags {
    top: 0;
  }
  .sell ul li .det {
    margin-top: 13px;
  }
  .sell ul li .det h1 {
    font-size: 18px;
  }
  .sell ul li .det p {
    font-size: 14px;
  }
  .sell ul li .more {
    margin-top: 7px;
  }
  .sell ul li .more a {
    font-size: 12px;
  }
  .sell ul li .more a:nth-child(1) img {
    width: 12px;
  }
  .sell ul li .more a:nth-child(2) img {
    width: 20px;
  }
}

@media (max-width: 580px) {
  .sell ul li {
    width: calc((100% / 2) - 5px);
  }
  .sell ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .sell ul li:nth-child(n + 4) {
    margin-top: 0;
  }
  .sell ul li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .sell ul li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .sell ul li .tags {
    width: 75px;
  }
  .sell ul li .det {
    margin-top: 7px;
  }
  .sell ul li .det h1 {
    font-size: 16px;
  }
  .sell ul li .det p {
    font-size: 13px;
  }
}

/* 6.解决方案 */
.sol {
  margin-top: 150px;
}

.sol-inx {
  margin-top: 90px;
}

.sol .inside {
  position: relative;
}

.sol .hotline {
  top: 23px;
}

@media (max-width: 1400px) {
  .sol .hotline {
    top: -21px;
    display:none;
  }
}

@media (max-width: 1000px) {
  .sol {
    margin-top: 75px;
  }
  .sol-inx {
    margin-top: 43px;
  }
  .sol ul {
    margin-top: 0;
  }
}

/* 7.核心优势 */
/* 7-1.核心优势 */
.core {
  margin-top: 100px;
}

.core ul {
  margin-top: -50px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.core ul li {
  width: calc((100% / 5) - 8px);
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
  padding: 36px 12px 24px;
}

.core ul li .icon {
  width: 100%;
  height: 60px;
  text-align: center;
}

.core ul li img {
  width: 60px;
  height: auto;
}

.core ul li h3 {
  font-size: 24px;
  margin-top: 32px;
  color: #5f5f5f;
  text-align: center;
}

.core ul li .line {
  width: 31px;
  height: 3px;
  background-color: #ffa827;
  border-radius: 2px;
  margin: 12px auto 0;
}

    .core ul li p {
        font-size: 18px;
        color: #9c9c9c;
        line-height: 37px;
        text-align: center;
        margin-top: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

@media (max-width: 1400px) {
  .core ul {
    margin-top: -32px;
  }
  .core ul li {
    width: calc((100% / 2) - 7px);
    padding: 32px 23px;
  }
  .core ul li:nth-child(n + 3) {
    margin-top: 14px;
  }
  .core ul li .icon {
    height: 50px;
  }
  .core ul li img {
    width: 50px;
  }
  .core ul li h3 {
    font-size: 20px;
    margin-top: 19px;
  }
  .core ul li p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 23px;
  }
}

@media (max-width: 1000px) {
  .core {
    margin-top: 53px;
  }
  .core ul {
    margin-top: 0;
  }
  .core ul li {
    width: 100%;
    padding: 23px 13px;
  }
  .core ul li:nth-child(n + 3) {
    margin-top: 0;
  }
  .core ul li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .core ul li h3 {
    font-size: 16px;
  }
  .core ul li p {
    font-size: 14px;
    line-height: 27px;
    margin-top: 14px;
  }
  .core ul li .icon {
    height: 30px;
  }
  .core ul li img {
    width: 30px;
  }
}

/* 7-2.配套方案||工程展示 */
.plan {
  margin-top: 180px;
}

.plan1 {
  margin-top: 90px;
}

.plan .inside {
  position: relative;
}

.plan .hotline {
  top: 23px;
}

.plan-list {
  margin-top: -53px;
  position: relative;
}

.playSwiper {
  margin-top: 41px;
}

.playSwiper .img {
  width: 100%;
}

.playSwiper .swiper-slide {
  position: relative;
  cursor: pointer;
}

.quote-list .las {
    display:none;
}
    .quote-list .las:nth-child(1) {
        display:block;
    }

    .playSwiper .swiper-slide p {
        width: 271px;
        height: 88px;
        background-color: #ffa827;
        color: #ffffff;
        font-size: 36px;
        line-height: 88px;
        text-align: center;
        position: absolute;
        left: 14px;
        bottom: 14px;
    }

.iconSwiper {
  position: relative;
}

.iconSwiper .swiper-slide {
  width: 100%;
  height: 120px;
  background-color: #e5e5e5;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.iconSwiper .icon {
  width: 100%;
  height: 59px;
  text-align: center;
}

.iconSwiper .icon img {
  width: auto;
  height: 59px;
  object-fit: fill;
}

.iconSwiper .icon img:nth-child(1) {
  display: inline-block;
}

.iconSwiper .icon img:nth-child(2) {
  display: none;
}

.iconSwiper .swiper-slide p {
  font-size: 22px;
  margin-top: 10px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}


.iconSwiper .active {
  background-color: #ffa827;
}

.iconSwiper .active p {
  color: #ffffff;
}

.iconSwiper .active .icon img:nth-child(1) {
  display: none;
}

.iconSwiper .active .icon img:nth-child(2) {
  display: inline-block;
}

/* 分页按钮修改 */
    .iconSwiper .swiper-button-next,
    .iconSwiper .swiper-button-prev,
    .case, .case2 {
        width: 42px;
        height: 45px;
    }
    .iconSwiper .swiper-button-prev,
    .iconSwiper .swiper-container-rtl .swiper-button-next,
    .case {
        background-image: url(./../images/row-left1.png);
        background-size: 100% 100%;
        left: -65px;
        cursor: pointer;
    }
    .iconSwiper .swiper-button-next,
    .iconSwiper .swiper-container-rtl .swiper-button-prev,
    .case2 {
        background-image: url(./../images/row-right1.png);
        background-size: 100% 100%;
        right: -65px;
        cursor: pointer;
    }


/*.iconSwiper-top .iconSwiper .swiper-button-prev,
.iconSwiper-top .iconSwiper .swiper-container-rtl .swiper-button-next {
    background-image: url(./../images/row-left1.png);
    background-size: 100% 100%;
    left: -65px;
    cursor: pointer;
}

.iconSwiper-top .iconSwiper .swiper-button-next,
.iconSwiper-top .iconSwiper .swiper-container-rtl .swiper-button-prev {
    background-image: url(./../images/row-right1.png);
    background-size: 100% 100%;
    right: -65px;
    cursor: pointer;
}*/


@media (max-width: 1700px) {
  .iconSwiper .swiper-container {
    width: 95%;
  }
  .playSwiper .swiper-container {
    width: 95%;
  }
  .plan1 .iconSwiper .swiper-container {
    width: 100%;
  }
  .plan1 .playSwiper .swiper-container {
    width: 100%;
  }
  .iconSwiper .swiper-button-prev,
  .iconSwiper .swiper-container-rtl .swiper-button-next,
  .case{
    left: -2%;
  }
  .iconSwiper .swiper-button-next,
  .iconSwiper .swiper-container-rtl .swiper-button-prev,
  .case2{
    right: -2%;
  }
}

@media (max-width: 1400px) {
  .plan {
    margin-top: 130px;
  }
  .plan1 {
    margin-top: 75px;
  }
  .plan .hotline {
    top: 0;
  }
  .plan-list {
    margin-top: -32px;
  }
  .playSwiper {
    margin-top: 32px;
  }
  .playSwiper .swiper-slide p {
    bottom: 0;
    left: 0;
  }
  .iconSwiper .icon {
    width: 100%;
    height: 49px;
  }
  .iconSwiper .icon img {
    height: 49px;
  }
  .iconSwiper .swiper-button-next,
  .iconSwiper .swiper-button-prev {
    width: 32px;
    height: 35px;
  }
}

@media (max-width: 1000px) {
  .plan {
    margin-top: 50px;
  }
  .plan1 {
    margin-top: 47px;
  }
  .plan-list {
    margin-top: 0;
  }
  .iconSwiper .swiper-container {
    width: 90%;
  }
  .playSwiper .swiper-container {
    width: 90%;
  }
  .plan1 .iconSwiper .swiper-container {
    width: 100%;
  }
  .plan1 .playSwiper .swiper-container {
    width: 100%;
  }
  .playSwiper {
    margin-top: 10px;
  }
  .playSwiper .swiper-slide p {
    width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .iconSwiper .swiper-slide {
    height: 75px;
  }
  .iconSwiper .swiper-slide p {
    font-size: 16px;
    margin-top: 5px;
  }
  .iconSwiper .icon {
    height: 23px;
  }
  .iconSwiper .icon img {
    height: 23px;
  }
  .iconSwiper .swiper-button-next,
  .iconSwiper .swiper-button-prev {
    width: 19px;
    height: 21px;
  }
}

/* 7-1-1.工程展示 */
.playSwiper1 .img {
  width: 100%;
}

.playSwiper1 .swiper-slide {
  position: relative;
  cursor: pointer;
}

.playSwiper1 .btns {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}

.playSwiper1 .btns a {
  display: inline-block;
  width: 149px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

.playSwiper1 .btns a{
  background-color: #ffffff;
  opacity: 0.8;
  color: #2d2d2d;
  margin-right: 10px;
}
    .playSwiper1 .btns a:hover {
        background-color: #ffa827;
        color: #ffffff;
        opacity: 1;
    }
    /*.playSwiper1 .btns a:nth-child(2) {
  background-color: #ffa827;
  color: #ffffff;
}*/
    .iconSwiper1 {
        height: 88px;
        background-color: #353535;
        color: #ffffff;
        font-size: 20px;
        position: relative;
    }

.iconSwiper1 .swiper-slide {
  width: 100%;
  height: 88px;
  line-height: 88px;
  text-align: center;
  cursor: pointer;
}

.iconSwiper1 .active {
  background-color: #ffffff;
}
    .iconSwiper1 .active span {
        color: #353535 !important;
    }

.hallIconSwiper .swiper-slide img  {
    display:block;
}

.iconSwiper1 .swiper-slide span {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hallIconSwiper .swiper-slide img {
    
    max-width:60%;
}

.iconSwiper1 .swiper-slide span::before {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.iconSwiper1 .swiper-slide:last-child span::before {
  display: none;
}

.iconSwiper1 .swiper-container {
  width: calc(100% - 170px);
}

/* 分页按钮修改 */
.iconSwiper1 .swiper-button-next,
.iconSwiper1 .swiper-button-prev {
  width: 42px;
  height: 45px;
}
.iconSwiper1 .swiper-button-prev,
.iconSwiper1 .swiper-container-rtl .swiper-button-next {
  background-image: url(./../images/row-left1.png);
  background-size: 100% 100%;
  left: 30px;
  cursor: pointer;
}
.iconSwiper1 .swiper-button-next,
.iconSwiper1 .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../images/row-right1.png);
  background-size: 100% 100%;
  right: 30px;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .iconSwiper1 .swiper-container {
    width: calc(100% - 110px);
  }
  .iconSwiper1 .swiper-button-next,
  .iconSwiper1 .swiper-button-prev {
    width: 32px;
    height: 35px;
  }
  .iconSwiper1 .swiper-button-prev,
  .iconSwiper1 .swiper-container-rtl .swiper-button-next {
    left: 10px;
  }
  .iconSwiper1 .swiper-button-next,
  .iconSwiper1 .swiper-container-rtl .swiper-button-prev {
    right: 10px;
  }
}

@media (max-width: 1000px) {
  .iconSwiper1 .swiper-container {
    width: calc(100% - 90px);
  }
  .iconSwiper1 .swiper-button-next,
  .iconSwiper1 .swiper-button-prev {
    width: 19px;
    height: 21px;
    margin-top: -9px;
  }
  .playSwiper1 .btns a {
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .playSwiper1 .btns {
    bottom: 10px;
  }
  .iconSwiper1 {
    height: 48px;
    font-size: 13px;
  }
  .iconSwiper1 .swiper-slide {
    line-height: 48px;
    height:48px;
  }
  .iconSwiper1 .swiper-slide span::before {
    height: 13px;
  }
    .crumbs span {
        width:30% !important;
    }
}

/* 7-3.方案报价 */
.offer {
  margin-top: 180px;
}

.offer .inside {
  position: relative;
}

.offer .hotline {
  top: 23px;
}

.offer-tabs {
  margin-top: -50px;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.offer-tabs a {
  display: block;
  width: 28%;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #353535;
  border-radius: 31px;
  margin-top: 7px;
}

.offer-tabs a:not(:last-child) {
  margin-right: 50px;
}
    .btns a:hover {
        background:#ffa827;
        border-color:#ffa827 !important;
    }

    .offer-tabs .active,
    .offer-tabs a:hover {
        background-color: #ffa827;
        color: #fff;
    }

.offer .las {
  margin-top: 68px;
}

.offer .pic {
  width: 100%;
}

.offer .pic2 {
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 24px;
  color: #585858;
}

.offer .pic2 p {
  width: calc(50% - 6px);
}

.offer .pic2 span {
  display: block;
  margin-top: 20px;
}

.offer .online {
  display: block;
  width: 100%;
  height: 71px;
  text-align: center;
  line-height: 71px;
  font-size: 24px;
  color: #ffffff;
  background-color: #ffa827;
  margin-top: 72px;
}

@media (max-width: 1400px) {
  .offer .hotline {
    top: 0;
  }
  .offer-tabs {
    margin-top: -32px;
  }
  .offer-tabs a {
    width: 32%;
    font-size: 24px;
  }
  .offer-tabs a:not(:last-child) {
    margin-right: 1%;
  }
  .offer .pic2 {
    font-size: 20px;
  }
}

@media (max-width: 1000px) {
  .offer {
    margin-top: 50px;
  }
  .offer .hotline {
    display:none;
  }
  .offer-tabs {
    margin-top: -13px;
    flex-direction: column;
    align-items: center;
  }
  .offer-tabs a {
    width: 75%;
    font-size: 16px;
    height: 37px;
    line-height: 37px;
    border-radius: 15px;
    margin-top: 13px;
  }
  .offer-tabs a:not(:last-child) {
    margin-right: 0;
  }
  .offer .las {
    margin-top: 32px;
  }
  .offer .pic2 {
    font-size: 13px;
    line-height: 21px;
    margin-top: 10px;
  }
  .offer .pic2 p {
    width: calc(50% - 3px);
  }
  .offer .pic2 span {
    margin-top: 7px;
  }
  .offer .online {
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    margin-top: 32px;
  }
}

/* 7-4.工程流程 */
.flow {
  margin-top: 160px;
}

.flow1 .inside {
  position: relative;
}

.flow1 .hotline {
  top: 0;
}

.flow .pic {
  width: 100%;
  margin-top: -50px;
  position: relative;
}

.flow1 .pic {
  margin-top: 66px;
}

.flow1 .tags {
  padding: 11px 17px;
  font-size: 36px;
  color: #ffffff;
  position: absolute;
  top: 22px;
  left: 35px;
  background-color: #ffa827;
}

@media (max-width: 1400px) {
  .flow2 {
    margin-top: 90px;
  }
  .flow1 .tags {
    font-size: 24px;
    top: 0;
    left: 0;
  }
}

@media (max-width: 1000px) {
  .flow {
    margin-top: 50px;
  }
  .flow2 {
    margin-top: 37px;
  }
  .flow .pic {
    margin-top: 0;
  }
  .flow1 .pic {
    margin-top: 33px;
  }
  .flow1 .tags {
    font-size: 15px;
    padding: 7px;
  }
  .flow1 .hotline {
    top: -47px;
  }
}

/* 7-5.工程解决方案 */
.solution {
  margin-top: 80px;
}

.solution .desc {
  background-color: #ffffff;
  padding: 32px 50px;
  font-size: 24px;
  line-height: 43px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
  margin-top: -75px;
  position: relative;
}

.solution .desc span {
  display: block;
  margin-bottom: 13px;
  font-size: 30px;
  color: #ffa827;
}

.solution .pic {
  margin-top: 24px;
  width: 100%;
}

@media (max-width: 1400px) {
  .solution .desc {
    margin-top: -43px;
    padding: 32px;
    font-size: 20px;
    line-height: 37px;
  }
  .solution .desc span {
    margin-bottom: 13px;
    font-size: 24px;
  }
}

@media (max-width: 1000px) {
  .solution {
    margin-top: 32px;
  }
  .solution .desc {
    margin-top: 0;
    padding: 23px 13px;
    font-size: 14px;
    line-height: 32px;
  }
  .solution .desc span {
    margin-bottom: 7px;
    font-size: 18px;
  }
  .solution .pic {
    margin-top: 10px;
  }
}

/* 7-6.食堂厨房 */
.hall {
  margin-top: 160px;
}

.hall .inside {
  position: relative;
}

.hall .hotline {
  top: 0;
}

.hall-tabs {
  margin-top: 65px;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hall-tabs a {
  display: block;
  width: 260px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 30px;
  background-color: #ffffff;
  color: #585858;
  border-radius: 31px;
  margin-top: 15px;
}

.hall-tabs a:not(:last-child) {
  margin-right: 20px;
}

.hall-tabs .active,
.hall-tabs a:hover {
  color: #ffffff;
  background-color: #ffa827;
}

.hall .las {
  margin-top: 53px;
  display: flex;
  justify-content: space-between;
}

.hall .las img {
  width: calc((100% / 3) - 10px);
  height: auto;
}

@media (max-width: 1400px) {
  .hall-tabs {
    margin-top: 32px;
  }
  .hall-tabs a {
    width: 19%;
    font-size: 20px;
    border-radius: 23px;
  }
  .hall-tabs a:not(:last-child) {
    margin-right: 1%;
  }
  .hall .las {
    margin-top: 32px;
  }
}

@media (max-width: 1000px) {
  .hall {
    margin-top: 75px;
  }
  .hall .hotline {
    top: -23px;
  }
  .hall-tabs {
    margin-top: 0;
  }
  .hall-tabs a {
    width: 30%;
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    border-radius: 13px;
  }
  .hall-tabs a:not(:last-child) {
    margin-right: 3%;
  }
  .hall .las {
    margin-top: 13px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hall .las img {
    width: 49%;
    margin-top: 10px;
  }
}

/* 7-7.工程优势 */
.super {
  margin-top: 120px;
}

.super ul {
  position: relative;
  margin-top: -32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.super ul li {
  width: calc(50% - 11px);
  padding: 50px 30px 50px;
  background-color: #ffffff;
}

.super ul li:nth-child(n + 3) {
  margin-top: 22px;
}

.super ul li h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.super ul li h1 em {
  display: block;
  font-family: "Barlow-BoldItalic";
  font-size: 86px;
  line-height: 86px;
  width: 100px;
  letter-spacing: -3px;
  text-align: right;
}

.super ul li h1 span {
  display: block;
  width: calc(100% - 120px);
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 2px solid #ffa827;
}

.super ul li p {
  margin-top: 32px;
  font-size: 20px;
  line-height: 43px;
  padding-left: 23px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.stream {
  margin-top: 45px;
  width: 100%;
  height: auto;
  padding: 40px 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
}

.stream .img {
  width: 270px;
}

.stream .txt h1 {
  font-size: 32px;
  color: #585858;
}

.stream .txt p {
  width: 635px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 32px;
  color: #ffffff;
  background-color: #ffa827;
  margin-top: 20px;
}

@media (max-width: 1400px) {
  .super ul {
    margin-top: -23px;
  }
  .super ul li h1 em {
    font-size: 65px;
    line-height: 65px;
    width: 70px;
  }
  .super ul li h1 span {
    width: calc(100% - 90px);
    font-size: 23px;
    padding-bottom: 10px;
  }
  .super ul li p {
    margin-top: 23px;
    font-size: 16px;
    line-height: 37px;
    padding-left: 13px;
  }
  .stream {
    margin-top: 32px;
    padding: 30px 43px;
  }
  .stream .img {
    width: 240px;
    margin-top: 32px;
  }
  .stream .txt h1 {
    font-size: 24px;
    text-align: center;
  }
  .stream .txt p {
    width: auto;
    font-size: 24px;
    margin-top: 14px;
  }
}

@media (max-width: 1000px) {
  .super {
    margin-top: 75px;
  }
  .super ul {
    margin-top: -10px;
    flex-direction: column;
  }
  .super ul li {
    width: 100%;
    margin-top: 10px;
    padding: 32px 17px;
  }
  .super ul li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .super ul li h1 em {
    font-size: 40px;
    line-height: 40px;
    width: 50px;
    letter-spacing: 0;
  }
  .super ul li h1 span {
    width: calc(100% - 60px);
    font-size: 16px;
    padding-bottom: 7px;
  }
  .super ul li p {
    margin-top: 13px;
    font-size: 13px;
    line-height: 27px;
    padding-left: 7px;
  }
  .stream {
    margin-top: 10px;
    padding: 20px 20px;
    flex-direction: column;
    justify-content: center;
  }
  .stream .img {
    width: 180px;
    margin-top: 23px;
  }
  .stream .txt h1 {
    font-size: 16px;
    line-height: 32px;
  }
  .stream .txt p {
    font-size: 16px;
    margin-top: 7px;
    height: 32px;
    line-height: 32px;
  }
}

/* 7-8.工程设计案例 */
.distrib {
  margin-top: 93px;
}

.distrib ul {
  width: 100%;
  height: auto;
  padding: 40px 90px;
  box-sizing: border-box;
  display: flex;
  background-color: #fff;
}

.distrib ul li {
  width: 25%;
  height: auto;
  box-sizing: border-box;
  padding: 0 7px;
  position: relative;
  text-align: center;
}

.distrib ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 68px;
  background-color: #d3d3d3;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.distrib ul li:last-child:before {
  display: none;
}

.distrib ul li .icon {
  width: 100%;
  height: 60px;
  text-align: center;
}

.distrib ul li img {
  width: auto;
  height: 60px;
}

.distrib ul li h1 {
  font-size: 24px;
  margin-top: 23px;
  font-weight: bold;
}

.distrib ul li p {
  font-size: 18px;
  margin-top: 10px;
}

@media (max-width: 1400px) {
  .distrib {
    margin-top: 75px;
  }
  .distrib ul {
    padding: 30px;
  }
  .distrib ul li .icon {
    height: 40px;
  }
  .distrib ul li::before {
    height: 48px;
  }
  .distrib ul li img {
    height: 40px;
  }
  .distrib ul li h1 {
    font-size: 20px;
  }
  .distrib ul li p {
    font-size: 16px;
    margin-top: 7px;
  }
}

@media (max-width: 1400px) {
  .distrib {
    margin-top: 53px;
  }
  .distrib ul {
    padding: 30px 15px;
    flex-wrap: wrap;
  }
  .distrib ul li {
    width: 50%;
  }
  .distrib ul li:nth-child(n + 3) {
    margin-top: 23px;
  }
  .distrib ul li:nth-child(2):before {
    display: none;
  }
  .distrib ul li .icon {
    height: 30px;
  }
  .distrib ul li::before {
    height: 28px;
  }
  .distrib ul li img {
    height: 30px;
  }
  .distrib ul li h1 {
    font-size: 16px;
    margin-top: 13px;
  }
  .distrib ul li p {
    font-size: 14px;
    margin-top: 7px;
  }
}

/* 8.商厨产品 */
/* 8-1.广告 */
.adver .inside {
  padding: 30px 110px;
  border-bottom: 1px solid #c9c9c9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adver .img {
  width: 33%;
}

.adver .txt {
  width: 61%;
}

.adver h1 {
  font-size: 34px;
  font-weight: bold;
}

.adver p {
  font-size: 22px;
  margin-top: 26px;
  line-height: 37px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

@media (max-width: 1400px) {
  .adver .inside {
    padding: 30px 75px;
  }
  .adver h1 {
    font-size: 30px;
  }
  .adver p {
    font-size: 18px;
    margin-top: 13px;
  }
}

@media (max-width: 1000px) {
  .adver .inside {
    flex-direction: column;
  }
  .adver .img {
    width: 45%;
  }
  .adver .txt {
    width: 100%;
    margin-top: 23px;
    text-align: center;
  }
  .adver .inside {
    padding: 20px 0;
  }
  .adver h1 {
    font-size: 20px;
  }
  .adver p {
    font-size: 15px;
    line-height: 27px;
  }
}

/* 8-2.商品详情 */
.dity {
  margin-top: 60px;
}

.dity .inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dity .left {
  width: 37%;
}

.dity .right {
  width: 58%;
}

.dity .big {
  width: 100%;
}

.dity .big img {
  width: 100%;
}

.dity .thumb {
  width: 100%;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

    .dity .thumb img {
        width: calc(25% - 3px);
        height: calc(25% - 3px);
    }

.dity h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 47px;
}

.dity .call {
  display: flex;
}

.dity .call a {
  width: 300px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 26px;
}

.dity .call a img {
  margin-right: 13px;
}

.dity .call a:nth-child(1) {
  background-color: #ffa827;
  margin-right: 20px;
}

.dity .call a:nth-child(2) {
  background-color: #000000;
}

.dity .call a:nth-child(1) img {
  width: 56px;
}

.dity .call a:nth-child(2) img {
  width: 49px;
}

.dity .call a i {
  display: block;
}

.dity .call a em {
  display: block;
  font-size: 18px;
  line-height: 18px;
  margin-top: 13px;
}

.dity ul {
  margin: 92px auto;
  display: flex;
  flex-wrap: wrap;
}

.dity ul li {
  padding: 14px 0;
  border-bottom: 1px solid #cfcfcf;
  font-size: 20px;
  display: inline-block;
  width: 100%;
}

.dity ul li:last-child {
  border-bottom: 0;
}

.dity ul li:nth-child(n + 2):nth-child(-n + 5) {
  width: 50%;
}

@media (max-width: 1400px) {
  .dity h1 {
    font-size: 26px;
    line-height: 43px;
  }
  .dity .call a {
    font-size: 20px;
  }
  .dity .call a:nth-child(1) img {
    width: 43px;
  }
  .dity .call a:nth-child(2) img {
    width: 37px;
  }
  .dity .call a em {
    margin-top: 7px;
  }
  .dity ul li {
    padding: 10px 0;
    font-size: 16px;
  }
  .dity ul {
    margin: 80px auto;
  }
}

@media (max-width: 1000px) {
  .dity {
    margin-top: 32px;
  }
  .dity h1 {
    font-size: 18px;
    line-height: 32px;
  }
  .dity .call a {
    width: 180px;
    font-size: 14px;
    height: 60px;
  }
  .dity .call a:nth-child(1) {
    margin-right: 10px;
  }
  .dity .call a em {
    font-size: 14px;
  }
  .dity .call a img {
    margin-right: 7px;
  }
  .dity .call a:nth-child(1) img {
    width: 23px;
  }
  .dity .call a:nth-child(2) img {
    width: 19px;
  }
  .dity .call a em {
    margin-top: 7px;
  }
  .dity ul li {
    padding: 7px 0;
    font-size: 14px;
  }
  .dity ul {
    margin: 23px auto;
  }
  .dity .thumb {
    margin-top: 6px;
  }
}

@media (max-width: 580px) {
  .dity .inside {
    flex-direction: column;
  }
  .dity .left {
    width: 100%;
  }
  .dity .right {
    width: 100%;
    margin-top: 23px;
  }
  .dity .call {
    justify-content: center;
  }
}

/* 8-3.商品参数 */
.side-goods-tail {
  margin-top: 80px;
}

.side-goods-tail .side-bar {
  margin-top: 54px;
}

/* 8-4.商品参数导航栏 */
.goods-tabs {
  width: 100%;
  height: 54px;
  border: solid 1px #707070;
  display: flex;
}

.goods-tabs a {
  display: inline-block;
  width: 173px;
  height: 100%;
  line-height: 54px;
  text-align: center;
  font-size: 20px;
  color: #4e4e4e;
}

.goods-tabs .active,
.goods-tabs a:hover {
  background-color: #000000;
  color: #ffffff;
}

@media (max-width: 1400px) {
  .goods-tabs a {
    width: 140px;
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  .side-goods-tail {
    margin-top: 40px;
  }
  .goods-tabs {
    height: 47px;
  }
  .goods-tabs a {
    width: 25%;
    font-size: 14px;
    line-height: 45px;
  }
}

/* 8-5.上一篇下一篇 */
.updown {
  width: 100%;
  margin-top: 180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

    .updown a {
        color: #5c5c5c;
        font-size: 20px;
        line-height: 37px;
        display: block;
        width: 40%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #ml {
        width:15%;
        text-align:center;
    }

@media (max-width: 1000px) {
  .updown {
    margin-top: 60px;
  }
  .updown a {
    font-size: 16px;
    line-height: 34px;
  }
}

/* 8-6.商品详情 */
.mation {
  width: 80%;
  margin: 0 auto;
}

.goods-pic {
  width: 100%;
  margin-top: 47px;
}

.goods-pic img {
  width: 100%;
}

.goods-rule {
  margin-top: 56px;
  font-size: 20px;
  color: #484848;
}

.goods-rule .sub {
  width: 100%;
  height: 43px;
  padding: 0 40px;
  line-height: 43px;
  background-color: #d7d7d7;
}

.goods-rule ul {
  margin-top: 43px;
}

.goods-rule ul li {
  padding: 10px 40px;
  border-bottom: 1px solid #cfcfcf;
  display: flex;
  justify-content: space-between;
}

.goods-rule ul li span {
  display: inline-block;
  width: 50%;
}

@media (max-width: 790px) {
  .mation {
    width: 100%;
  }
  .goods-pic {
    margin-top: 30px;
  }
  .goods-rule {
    margin-top: 30px;
    font-size: 13px;
  }
  .goods-rule .sub {
    padding: 0 7px;
  }
  .goods-rule ul {
    margin-top: 7px;
  }
  .goods-rule ul li {
    padding: 7px 7px;
  }
}

/* 8-7.重点产品 */
.goods-key {
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 60px 0 43px;
  margin-top: 40px;
}

.goods-key ul {
  margin-top: 90px;
}

.goods-key ul li {
  padding: 13px 0;
  border-bottom: 1px solid #a5a5a5;
  display: flex;
  justify-content: space-between;
}

.goods-key ul li:first-child {
  padding-top: 0;
}

.goods-key ul li span {
  font-size: 24px;
  font-weight: bold;
}

.goods-key ul li p {
  width: calc(100% - 200px);
  font-size: 20px;
  line-height: 37px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}
    .goods-key ul li p a::after {
        content: '、';
    }
    .goods-key ul li p a:last-child:after {
        display:none;
    }

    @media (max-width: 1400px) {
        .goods-key ul {
    margin-top: 60px;
  }
  .goods-key ul li span {
    font-size: 20px;
  }
  .goods-key ul li p {
    font-size: 18px;
    line-height: 32px;
    width: calc(100% - 150px);
  }
}

@media (max-width: 1000px) {
  .goods-key {
    margin-top: 30px;
    padding: 40px 0;
  }
  .goods-key ul {
    margin-top: 20px;
  }
  .goods-key ul li span {
    font-size: 16px;
  }
  .goods-key ul li p {
    font-size: 14px;
    line-height: 27px;
    width: calc(100% - 120px);
  }
}

/* 8-9.询价 */
.ask {
  width: 100%;
  height: auto;
  background-color: #282828;
  padding: 48px 32px 33px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ask ul li {
  width: 350px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ask ul li:nth-child(1) {
  display: inline-block;
  margin-right: 92px;
}

.ask ul li:nth-child(2) {
  display: inline-block;
}

.ask ul li:nth-child(3) {
  height: 92px;
}

.ask ul li:not(:first-child) {
  margin-top: 50px;
}

.ask ul li .inp {
  width: 100%;
  height: 100%;
  border: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ask ul li:last-child .inp {
  width: 228px;
}

.ask ul li .verify {
  width: 98px;
  height: 40px;
  cursor: pointer;
}

.ask ul li .verify img {
  width: 100%;
  height: 100%;
}

.ask ul li .inp .icon {
  width: 57px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-right: 2px solid #3d3d3d;
}

.ask ul li:nth-child(3) .inp .icon {
  height: 60px;
  line-height: 60px;
}

.ask ul li .inp .icon img {
  width: 21px;
}

.ask ul li:nth-child(3) .inp .icon img {
  width: 27px;
}

.ask ul li .inp input,
.ask ul li .inp textarea {
  width: calc(100% - 57px);
  background-color: transparent;
  height: 100%;
  font-size: 16px;
  color: #eee;
  border: 0;
  outline: 0;
  resize: none;
  padding: 0 16px;
}

.ask ul li .inp textarea {
  padding: 12px 16px;
}

.ask .submit {
  width: 348px;
  height: 50px;
  line-height: 50px;
  margin: 58px auto 0;
  text-align: center;
  color: #ffffff;
  background-color: #ffa827;
  font-size: 16px;
  cursor: pointer;
}

.ask input::-webkit-input-placeholder,
.ask textarea::-webkit-input-placeholder {
  color: #414141;
}
.ask input::-moz-placeholder,
.ask textarea::-moz-placeholder {
  color: #414141;
}
.ask input::-moz-placeholder,
.ask textarea::-moz-placeholder {
  color: #414141;
}
.ask input::-ms-input-placeholder,
.ask textarea::-ms-input-placeholder {
  color: #414141;
}

@media (max-width: 1400px) {
  .ask {
    padding: 48px 32px 33px;
  }
  .ask ul li:nth-child(1) {
    display: block;
  }
  .ask ul li:nth-child(2) {
    display: block;
  }
  .ask ul li:nth-child(1) {
    margin-right: 0;
  }
  .ask ul li:not(:first-child) {
    margin-top: 30px;
  }
}

@media (max-width: 680px) {
  .ask {
    padding: 38px 23px;
    display: block;
  }
  .ask ul li:not(:first-child) {
    margin-top: 15px;
  }
  .ask ul li {
    width: 100%;
    height: 43px;
  }
  .ask ul li .inp .icon {
    width: 43px;
    height: 24px;
    line-height: 24px;
  }
  .ask ul li:nth-child(3) {
    height: 75px;
  }
  .ask ul li:nth-child(3) .inp .icon {
    height: 50px;
    line-height: 50px;
  }
  .ask ul li .inp .icon img {
    width: 15px;
  }
  .ask ul li:nth-child(3) .inp .icon img {
    width: 20px;
  }
  .ask ul li:last-child .inp {
    width: calc(100% - 110px);
  }
  .ask ul li .inp input,
  .ask ul li .inp textarea {
    width: calc(100% - 43px);
    font-size: 13px;
    padding: 0 9px;
  }
  .ask ul li .inp textarea {
    padding: 7px 9px;
  }
  .ask .submit {
    width: 100%;
    margin-top: 15px;
    font-size: 13px;
    height: 43px;
    line-height: 43px;
  }
}

/* 9.首页 */

/* 9-1.热门关键词 */
.antis {
  width: 100%;
  padding: 90px 0 76px;
  border-bottom: 1px solid #b3b3b3;
  position: relative;
}

.antis::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 32%;
  height: 4px;
  background-color: #ffa827;
  border-radius: 2px;
}

.antis .inside {
  padding: 0 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.antis .sear {
  width: 273px;
  height: 32px;
  padding: 0 17px;
  background-color: #f9f9f9;
  border-radius: 16px;
  border: solid 1px rgba(140, 140, 140, 0.2);
}

.antis .sear img {
  float: right;
  width: 19px;
  height: 19px;
  margin-top: 6px;
  cursor: pointer;
}

.antis .sear input {
  float: left;
  width: calc(100% - 27px);
  background-color: transparent;
  height: 100%;
  font-size: 15px;
  color: #4e4e4e;
  border: 0;
  outline: 0;
}

.antis h3 {
  width: 120px;
  font-size: 23px;
  font-weight: bold;
  position: relative;
}

.antis h3::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 41px;
  height: 5px;
  background-color: #ffa827;
  border-radius: 3px;
}

.antis .words {
  width: calc(100% - 393px);
  font-size: 18px;
  text-align: left;
  padding: 0 56px;
}

.antis .words em {
  margin: 0 9px;
}

@media (max-width: 1400px) {
  .antis {
    padding: 90px 0 56px;
  }
  .antis .inside {
    padding: 0;
  }
  .antis h3 {
    width: 100px;
    font-size: 20px;
  }
  .antis .words {
    width: calc(100% - 373px);
    font-size: 16px;
    padding: 0 32px;
  }
}

@media (max-width: 1000px) {
  .antis {
    padding: 63px 0 32px;
  }
  .antis .inside {
    justify-content: flex-end;
    align-items: flex-end;
  }
  .antis::before {
    height: 2px;
    bottom: -1px;
  }
  .antis h3 {
    width: 100%;
    font-size: 18px;
  }
  .antis h3::before {
    width: 32px;
  }
  .antis .words {
    text-align: left;
    width: 100%;
    font-size: 13px;
    padding: 0;
    margin-top: 13px;
    line-height: 27px;
  }
  .antis .words em {
    margin: 0 5px;
  }
  .antis .sear {
    width: 240px;
    margin-top: 17px;
    padding: 0 13px;
  }
  .antis .sear input {
    font-size: 12px;
  }
  .antis .sear img {
    width: 13px;
    height: 13px;
    margin-top: 9px;
  }
}

/* 9-2.商用厨房产品中心 */
.inx-hall {
  margin-top: 100px;
}

.inx-hall-list {
  position: relative;
}

.hallIconSwiper {
  position: relative;
  padding: 0 17%;
}

.hallIconSwiper .more {
  display: block;
  width: 122px;
  height: 35px;
  background-color: #ffa827;
  border-radius: 23px 0px 23px 0px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  position: absolute;
  right: 9%;
  top: -35px;
}

.hallIconSwiper .swiper-container {
  padding-bottom: 22px;
}

.hallIconSwiper .swiper-slide {
  width: 100%;
  height: 99px;
  border: solid 1px #626262;
  font-size: 18px;
  padding-bottom: 3px;
/*  font-weight: bold;*/
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.hallIconSwiper .active {
  background-color: #ffa827;
  border: solid 1px #ffa827;
  color: #ffffff;
}

.hallIconSwiper .active::before {
  content: "";
  display: block;
  width: 22px;
  height: 18px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: url(./../images/trig.png) no-repeat center/cover;
}

/* 分页按钮修改 */
.hallIconSwiper .swiper-button-next,
.hallIconSwiper .swiper-button-prev {
  width: 42px;
  height: 45px;
}
.hallIconSwiper .swiper-button-prev,
.hallIconSwiper .swiper-container-rtl .swiper-button-next {
  background-image: url(./../images/row-left1.png);
  background-size: 100% 100%;
  left: 12%;
  cursor: pointer;
}
.hallIconSwiper .swiper-button-next,
.hallIconSwiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../images/row-right1.png);
  background-size: 100% 100%;
  right: 12%;
  cursor: pointer;
}

.hallPlaySwiper {
  margin-top: 16px;
}

.hallPlaySwiper .pic {
  width: 100%;
}

.album {
  width: 100%;
  height: auto;
  padding: 74px 0 48px;
  background-color: #f7f7f7;
}

.album .inside {
  display: flex;
  justify-content: space-between;
}

.album li {
  width: calc(25%);
  padding:0 15px;
}

.album li a {
  display: block;
  position: relative;
}

.album li .img {
  width: 100%;
}

.album li .tags {
  width: 127px;
  height: auto;
  position: absolute;
  left: 0;
  top: 24px;
}

.album li .det {
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  border-radius: 24px;
  border: solid 1px #626262;
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 23px;
  overflow: hidden;
  font-size: 22px;
  font-weight: bold;
}

.album li .det em {
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.album li .row {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffa827;
  margin-right: -24px;
  text-align: center;
  line-height: 45px;
}

.album li .row img {
  width: 30px;
  height: auto;
}

.album li span {
  width: calc(100% - 60px);
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.album li:hover .row,
.album .active .row {
  display: block;
}

.album .active .det em,
.album li:hover .det em {
  display: none;
}

@media (max-width: 1400px) {
  .album {
    padding: 65px 0;
  }
  .album li {
    width: calc(25% - 15px);
  }
  .album li .tags {
    top: 0;
    width: 110px;
  }
  .album li .det {
    font-size: 16px;
    padding: 0 15px;
  }
 /* .inx-hall-list {
    margin-top: -32px;
  }*/
  .hallIconSwiper {
    padding: 0 10%;
  }
  .hallIconSwiper .more {
    right: 0;
  }
  .hallIconSwiper .swiper-slide {
    font-size: 16px;
  }
  .hallIconSwiper .swiper-button-next,
  .hallIconSwiper .swiper-button-prev {
    width: 32px;
    height: 35px;
  }
  .hallIconSwiper .swiper-button-prev,
  .hallIconSwiper .swiper-container-rtl .swiper-button-next {
    left: 5%;
  }
  .hallIconSwiper .swiper-button-next,
  .hallIconSwiper .swiper-container-rtl .swiper-button-prev {
    right: 5%;
  }
}

@media (max-width: 1000px) {
  .inx-hall {
    margin-top: 53px;
  }
  .inx-hall-list {
    margin-top: 43px;
  }
  .hallIconSwiper {
    padding: 0;
  }
  .hallIconSwiper .swiper-container {
    width: 90%;
    padding-bottom: 14px;
  }
  .hallIconSwiper .more {
    right: 0;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
  }
  .hallIconSwiper .swiper-slide {
    font-size: 14px;
    height: 60px;
  }
  .hallIconSwiper .active::before {
    width: 18px;
    height: 14px;
    bottom: -14px;
  }
  .hallIconSwiper .swiper-button-next,
  .hallIconSwiper .swiper-button-prev {
    width: 19px;
    height: 21px;
  }
  .hallIconSwiper .swiper-button-prev,
  .hallIconSwiper .swiper-container-rtl .swiper-button-next {
    left: -10px;
  }
  .hallIconSwiper .swiper-button-next,
  .hallIconSwiper .swiper-container-rtl .swiper-button-prev {
    right: -10px;
  }
  .hallPlaySwiper {
    margin-top: 0;
  }
  .album {
    padding: 32px 0;
  }
  .album .inside {
    flex-wrap: wrap;
  }
  .album li {
    width: calc(50% - 5px);
  }
  .album li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .album li .tags {
    top: 0;
    width: 90px;
  }
  .album li .det {
    font-size: 13px;
    padding: 0 7px;
    height: 32px;
    margin-top: 13px;
  }
  .album li .det em {
    font-size: 13px;
  }
  .album li .row {
    width: 34px;
    height: 34px;
    line-height: 30px;
    margin-right: -8px;
    margin-top: 1px;
  }
  .album li .row img {
    width: 20px;
  }
  .album li span {
    width: calc(100% - 35px);
  }
}

/* 9-3.选择麦大厨 */
.choose {
  padding-top: 91px;
  overflow: hidden;
}

.choose .inside {
  position: relative;
}

.choose .hotline {
  top: 0;
}

.choose .mat {
  position: relative;
  margin-top: -50px;
  width: 100%;
  height: auto;
  padding: 120px 0 160px;
  background: url(./../images/choose-bg.png) no-repeat center/cover;
}

.choose .cons {
  width: 45%;
}

.choose .tags {
  width: 110px;
  height: auto;
}

.choose h2 {
  color: #ffffff;
  font-size: 48px;
  margin-top: 13px;
}

.choose-tabs {
  width: 100%;
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #515151;
  color: #ffffff;
  font-size: 30px;
  padding-right: 47px;
}

.choose-tabs li {
  opacity: 0.3;
  cursor: pointer;
  border-radius: 3px;
  height: 100%;
  padding-bottom: 20px;
}

.choose-tabs li:hover,
.choose-tabs .active {
  opacity: 1;
  border-bottom: 5px solid #ffa827;
}

.choose-tabs-main li {
  display: none;
  color: #ffffff;
  margin-top: 32px;
}

.choose-tabs-main .active {
  display: block;
}

.choose-tabs-main li p {
  font-size: 18px;
}

.choose-tabs-main li a {
  display: block;
  margin-top: 160px;
  width: 137px;
  height: 38px;
  border-radius: 19px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.34;
}

.choose-tabs-main li a img {
  width: 23px;
}

@media (max-width: 1400px) {
  .choose .mat {
    margin-top: -32px;
    padding: 120px 0 120px;
  }
  .choose h2 {
    font-size: 34px;
  }
  .choose-tabs {
    font-size: 24px;
    padding-right: 0;
    margin-top: 90px;
  }
  .choose-tabs-main li a {
    margin-top: 90px;
  }
}

@media (max-width: 1000px) {
  .choose {
    padding-top: 130px;
  }
  .choose .hotline {
    top: -85px;
  }
  .choose .mat {
    padding: 60px 0;
  }
  .choose .cons {
    width: 100%;
  }
  .choose .tags {
    width: 90px;
  }
  .choose h2 {
    font-size: 24px;
    margin-top: 7px;
  }
  .choose-tabs {
    font-size: 16px;
    padding-right: 0;
    margin-top: 43px;
  }
  .choose-tabs li {
    padding-bottom: 10px;
  }
  .choose-tabs li:hover,
  .choose-tabs .active {
    border-bottom: 3px solid #ffa827;
  }
  .choose-tabs-main li a {
    margin-top: 32px;
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .choose-tabs-main li a img {
    width: 13px;
  }
  .choose-tabs-main li {
    margin-top: 13px;
  }
  .choose-tabs-main li p {
    font-size: 14px;
  }
}

/* 9-4.案例展示 */
.anli {
  padding-top: 91px;
  overflow: hidden;
}

.anli .inside {
  position: relative;
}

.anli .hotline {
  top: 23px;
}

.anli-swiper {
  /*margin-top: -50px;*/
  position: relative;
}

.anli-swiper .img {
  height: 507px;
}

.anli-swiper .swiper-slide p {
  width: 285px;
  border-radius: 19px;
  border: solid 1px #4e4e4e;
  opacity: 0.6;
  margin: 39px auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 37px;
  font-weight: bold;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  padding:0 10px;
}

.anli-swiper .swiper-slide-active p {
  opacity: 1;
}

@media (max-width: 1400px) {
  .anli .hotline {
    top: 0;
  }
  .anli-swiper {
    margin-top: -23px;
  }
  .anli-swiper .img {
    height: 320px;
  }
  .anli-swiper .swiper-slide p {
    margin-top: 23px;
  }
}

@media (max-width: 1400px) {
  .anli .hotline {
    top: -55px;
  }
  .anli-swiper {
    margin-top: 0;
  }
  .anli-swiper .img {
    height: 240px;
  }
  .anli-swiper .swiper-slide p {
    margin-top: 12px;
    font-size: 13px;
    width: 93%;
    line-height: 32px;
  }
}

/* 9-5.走进麦大厨 */
.video {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 76px;
}

.video .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video .cover img {
  width: 100%;
  height: 100%;
}

.video .cons {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: rgba(0, 0, 0, 0.4); */
  color: #ffffff;
}

.video .cons .inside {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.video .play {
  width: 57px;
  height: 57px;
}

.video .play img {
  width: 100%;
  height: 100%;
}

.video h1 {
  font-size: 48px;
  margin-top: 23px;
}

.video p {
  font-size: 18px;
  margin-top: 30px;
  line-height: 34px;
  text-align: center;
}

.video a {
  display: block;
  width: 154px;
  height: 50px;
  background-color: #ffa827;
  color: #ffffff;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin: 36px auto 0;
  font-weight: bold;
}

@media (max-width: 1400px) {
  .video h1 {
    font-size: 34px;
  }
  .video p {
    font-size: 16px;
    margin-top: 20px;
  }
  .video .play {
    width: 43px;
    height: 43px;
  }
}

@media (max-width: 1000px) {
  .video {
    margin-top: 53px;
  }
  .video .cover {
    height: 480px;
  }
  .video h1 {
    font-size: 24px;
    margin-top: 13px;
  }
  .video p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 27px;
  }
  .video .play {
    width: 32px;
    height: 32px;
  }
  .video a {
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    margin: 23px auto 0;
  }
}

/* 视频播放容器 */
.video-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70%;
  height: auto;
  z-index: 300;
  overflow: hidden;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 1);
  /* 蓝色阴影 */
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
  cursor: pointer;
  border-radius: 10px;
  border: 3px solid #000;
}

.video-container img {
  width: 37px;
  height: 37px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  z-index: 300;
}

.video-container video {
  width: 100%;
  height: auto;
  object-fit: fill;
  border-radius: 10px;
}

@media (max-width: 1400px) {
  .video-container {
    width: 85%;
    border: 2px solid #000;
  }
  .video-container img {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 1000px) {
  .video-container {
    width: 95%;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #000;
  }
  .video-container img {
    width: 23px;
    height: 23px;
    right: 7px;
    top: 7px;
  }
  .video-container video {
    border-radius: 5px;
  }
}

/* 9-6.新闻资讯 */
.jour {
  margin: 120px 0;
}

.jour .hot-list {
  margin-top: 51px;
}

.jour-tabs {
  width: 27%;
  height: 42px;
  border-radius: 21px;
  border: solid 1px #7d7d7d;
  margin: 27px auto 0;
  display: flex;
  justify-content: space-between;
}

.jour-tabs a {
  width: 33%;
  height: 100%;
  border-radius: 21px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  color: #b5b5b5;
  font-size: 17px;
}

.jour-tabs .active,
.jour-tabs a:hover {
  background-color: #ffa827;
  color: #ffffff;
}

@media (max-width: 1400px) {
  .jour {
    margin: 90px 0;
  }
  .jour-tabs {
    width: 30%;
  }
}

@media (max-width: 1000px) {
  .jour {
    margin: 53px 0 75px;
  }
  .jour-tabs {
    width: 80%;
    margin-top: 17px;
  }
  .jour-tabs a {
    font-size: 13px;
  }
  .jour .hot-list {
    margin-top: 32px;
  }
}

/* 新闻列表 */
.jour-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.jour-list li {
  width: calc((100% / 3) - 32px);
  margin-top: 80px;
  cursor: pointer;
}

.jour-list li:not(:nth-child(3n)) {
  margin-right: 48px;
}

.jour-list li .top {
  width: 100%;
  padding-bottom: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cacaca;
}

.jour-list li .bot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 23px;
  font-size: 16px;
  font-weight: bold;
}

.jour-list li .bot em {
  font-weight: bold;
}

.jour-list li .bot img {
  width: 23px;
  height: auto;
}

.jour-list li .time {
  width: 70px;
  text-align: center;
  color: #313131;
}

.jour-list li .time p {
  font-family: "Barlow-BoldItalic";
  font-size: 48px;
  line-height: 48px;
}

.jour-list li .time span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.jour-list li .txt {
  width: calc(100% - 90px);
  color: #313131;
}

.jour-list li .txt h2 {
  font-size: 24px;
  font-weight: bold;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jour-list li .txt p {
  font-size: 16px;
  margin-top: 16px;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jour-list .active .top,
.jour-list li:hover .top {
  border-bottom: 1px solid #ffa827;
}

.jour-list .active h2,
.jour-list li:hover h2 {
  color: #ffa827;
}

@media (max-width: 1400px) {
  .jour-list li {
    width: calc((100% / 2) - 15px);
    margin-top: 40px;
  }
  .jour-list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .jour-list li:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}

@media (max-width: 1000px) {
  .jour-list {
    margin-top: 20px;
  }
  .jour-list li {
    width: 100%;
    margin-top: 13px;
  }
  .jour-list li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .jour-list li .top {
    padding-bottom: 10px;
  }
  .jour-list li a {
    margin-top: 10px;
    font-size: 13px;
  }
  .jour-list li .time {
    width: 60px;
  }
  .jour-list li .time p {
    font-size: 30px;
    line-height: 30px;
  }
  .jour-list li .time span {
    font-size: 12px;
  }
  .jour-list li .txt {
    width: calc(100% - 75px);
  }
  .jour-list li .txt h2 {
    font-size: 16px;
  }
  .jour-list li .txt p {
    font-size: 13px;
    margin-top: 7px;
  }
}

/* 9-6.新闻资讯 */
.tog {
  padding: 110px 0 42px;
  background: url(./../images/tog-bg.png) no-repeat center/cover;
}

.tog a {
  display: block;
  width: 154px;
  height: 50px;
  background-color: #ffa827;
  color: #ffffff;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin: 90px auto 0;
  font-weight: bold;
}

.tog ul {
  margin: 64px auto 0;
  width: 50%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tog ul li {
  text-align: right;
  font-size: 20px;
}

.tog ul li h2 {
  font-family: "Barlow-BoldItalic";
  font-size: 48px;
  display: inline-block;
  color: #ffa827;
}

.tog .pic {
  width: 43%;
  margin: 63px auto 0;
}

.tog .pic img {
  width: 100%;
}

@media (max-width: 1400px) {
  .tog {
    padding: 75px 0 42px;
  }
  .tog ul {
    width: 75%;
    margin: 43px auto 0;
  }
  .tog ul li {
    font-size: 18px;
  }
  .tog ul li h2 {
    font-size: 40px;
  }
  .tog a {
    margin: 53px auto 0;
  }
  .tog .pic {
    width: 50%;
  }
}

@media (max-width: 1000px) {
  .tog {
    padding: 43px 0;
  }
  .tog a {
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    margin: 27px auto 0;
  }
  .tog ul {
    width: 100%;
    margin: 23px auto 0;
  }
  .tog ul li {
    font-size: 14px;
  }
  .tog ul li h2 {
    font-size: 24px;
  }
  .tog .pic {
    margin: 27px auto 0;
  }
  .er-nav {
      display:none;
  }
    .nav-bar li .er-nav,
    .san-nav {
        position: initial;
        text-align: center;
        width: 100%;
    }

}

@media (max-width: 768px) {
  .tog .pic {
    width: 100%;
  }
}


.cooper_plate1 {
    padding:100px 0 50px;
    background:url(../images/plate1_bg.png) no-repeat center/cover rgba(0,0,0,.9);
}
.cooper_plate1_title{
    font-size:100px;
    line-height:110px;
    color:#fff;
    text-align:center;
}
.cooper_plate1_title span {
    color:#ffa827;
}
    .cooper_plate1_title::after,
    .league_plate4_title::after{
        content: "";
        width: 150px;
        height: 8px;
        background: #ffa827;
        border-radius: 4px;
        margin: 35px auto 0;
        display: block;
    }
.cooper_plate1_list {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:120px;
}
.cooper_plate1_list li {
    width:48.2%;
    margin-bottom:50px;
}
.cooper_plate1_list_pack {
   display:flex;
   background:url(../images/plate1_text_bg.jpg) no-repeat center/100% 100%;
   padding:15px;
   align-items:center;
}
.cooper_plate1_num {
    color:#ffa827;
    font-size:80px;
    line-height:85px;
}
.cooper_plate1_cont{
    margin-left:20px;
}
.cooper_plate1_cont h3 {
    font-size: 33px;
    line-height: 35px;
    color: #ffa827;
}
.cooper_plate1_cont p {
    font-size:23px;
    line-height:35px;
    color:#ffffff;
}
.league_plate3 {
    padding: 90px 0 100px;
    background: url(../images/plate3_bg.png) no-repeat center/cover rgba(0,0,0,.9);
}
.league_plate3_list {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    width:1200px;
    margin:116px auto 0;
}
.league_plate3_list li {
    width:47.5%;
    margin-bottom:40px;
}
.league_plate3_list_cont {
    height:100%;
    border:1px solid rgba(221,221,221,.5);
    border-radius:10px;
    padding:20px;
}
.league_plate3_list_cont_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #FFA827;
}
.league_plate3_list_cont_title {
    font-size: 35px;
    line-height: 53px;
    color: #FFA827 ;
}
.league_plate3_list_cont_logo {
    width:125px;
    height:53px;
    overflow:hidden;
}
.league_plate3_list_cont_logo img {
    width:100%;
    object-fit:cover;
    display:block;
    height:100%;
}
.league_plate3_list_cont_desc {
    font-size:25px;
    line-height:30px;
    color:rgba(255,255,255,.5);
    margin-top:10px;
}
.league_plate4 {
    padding:90px 0 62px;
}
.league_plate4_title {
    font-size: 100px;
    line-height: 110px;
    color: #212121;
    text-align:center;
}
.league_plate4_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    margin: 80px auto 0;
}
.league_plate4_list li {
    width:48%;
    margin-bottom:24px;
}
.league_plate4_list_pack {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    background: #212121;
}
.league_plate4_list_cont_top {
    background:#ffa827;
    padding:25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.league_plate4_list_cont_title {
    width:calc(100% - 120px );
}
.league_plate4_list_cont_title h3 {
    font-size: 60px;
    line-height: 60px;
    color: #212121;
}
.league_plate4_list_cont_title h4 {
    font-size: 40px;
    line-height: 46px;
    color: #212121;
}
.league_plate4_list_icon {
    width:120px;
    height:120px;
    display:flex;
}
.league_plate4_list_icon img {
    max-width:100%;
    max-height:100%;
    display:block;
    object-fit:cover;
    margin:auto;
}
.league_plate4_list_desc {
    color:#fff;
    font-size:35px;
    line-height:46px;
    padding:25px 10px;
}
.league_plate4_list_desc span {
    color:#ffa827;
}
.league_cont {
    background: #000000;
    padding:90px 0 130px;
}
.league_plate5_list {
    margin:100px -14px 0;
    overflow:hidden;
}
.league_plate5_list li {
   width:50%;
   padding:0 14px;
   margin-bottom:28px;
   float:left;
}
.league_plate5_list_pack {
    position:relative;
}
.league_plate5_list_img img {
    width:100%;
    height:430px;
    display:block;
}
.league_plate5_list_title {
    font-size:40px;
    line-height:75px;
    background:rgba(0,0,0,.75);
    text-align:center;
    position:absolute;
    bottom:0;
    left:0;
    color:#fff;
    width:100%;
}
.league_plate6_list li:nth-child(1),
.league_plate6_list li:last-child{
    width: 100%;
}
.league_plate6_list li:nth-child(1) img,
.league_plate6_list li:last-child img {
    height:auto;
}
.league_plate6 {
    margin-top:70px;
}
.league_plate7 {
    margin-top:60px;
}
.league_plate7_list{
    margin-top:83px;
}
.league_plate7_list li {
    margin-bottom: 32px;
}

.league_plate7_list li .league_plate7_list_pack {
    display: flex;
}
.league_plate7_tab {
    width:calc(100% - 1055px);
    font-size:34px;
    color:#fff;
    line-height:105px;
}
    .league_plate7_tab span {
        display:block;
        text-align:center;
    }
    .league_plate7_tab b {
        background: #ffa827;
        color: #202020;
        text-align: center;
        display:block;
        font-weight:500;
    }
    .league_plate7_tab span:nth-child(2) {
        background: #5A5A5A;
    }
    .league_plate7_tab span:nth-child(3) {
        background: #3B3B3B;
    }
    .league_plate7_tab span:nth-child(4) {
        background: #202020;
    }
.league_plate7_img  {
    width:1055px;
}
.league_plate7_img img {
    width:100%;
    display:block;
}
.league_plate8 {
    margin-top:116px;
}
.league_plate9 {
    color: rgba(255,255,255,.2);
    justify-content:center;
    display: flex;
    align-items: center;
    padding: 108px 0 72px;
}
    .league_plate9 span {
        font-size: 40px;
        line-height: 52px;
        display:inline-block;
        margin:0 15px;
    }
.league_plate10_title {
    border-bottom: 4px solid #FFA827;
    font-size:100px;
    line-height:130px;
    padding-bottom:35px;
    text-align:center;
    color:#ffa827;
}
.league_plate10_league {
    margin-top:98px;
    display:flex;
}
.league_plate10_left {
    width: 305px;
    height:305px;
    font-size: 105px;
    line-height: 114px;
    letter-spacing: 5px;
    color: #000;
    background:#ffa827;
    display:flex;
    text-align:center;
    align-items:center;
}
.league_plate10_right {
    background: #171717;
    padding:20px 40px;
    font-size:40px;
    line-height:85px;
    color:#fff;
}
.league_message {
    background: #171717;
    padding:52px 180px;
    margin-top:46px;
}
.league_plate10_mess_title {
    font-size:100px;
    line-height:120px;
    color:#ffa827;
    text-align:center;
}
.league_message_list {
    margin-top:80px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.league_mess_cont {
    width:45%;
    margin-bottom:90px;
}
.league_mess_cont_title {
    display:flex;
    font-size:40px;
    line-height:45px;
    color:#fff;
    align-items:center;
}
    .league_mess_cont_title div {
        width:79px;
        height:68px;
    }
    .league_mess_cont_title img {
        max-width:100%;
        max-height:100%;
        object-fit: cover;
        display: block;
        margin-right: 10px;
    }
.league_mess_cont input {
    width: 100%;
    background: #000000;
    color:#fff;
    font-size:40px;
    line-height:60px;
    border:none;
    outline:none;
    margin-top:20px;
    padding:0 15px;
}
.league_mess_cont input::-webkit-input-placeholder {
    color:rgba(255,255,255,.1);
}
.league_submit {
    background: #ffa827;
    font-size: 48px;
    line-height: 76px;
    color: #000000;
    width:640px;
    margin: 0 auto;
    text-align:center;
    cursor:pointer;
}
.league_submit:hover {
    opacity:.8;
}
.league_plate10_right {
    width:calc(100% - 305px);
}
@media(max-width:1600px) {
    .cooper_plate1_title, .league_plate4_title, .league_plate10_title, .league_plate10_left, .league_plate10_mess_title {
        font-size: 80px;
        line-height: 90px;
    }
    .cooper_plate1_num {
        font-size:70px;
        line-height:75px;
    }
    .league_plate4_list_cont_title h3 {
        font-size:50px;
        line-height:50px;
    }
    .league_plate4_list_cont_title h4,
    .league_plate5_list_title,
    .league_mess_cont_title {
        font-size: 35px;
        line-height: 41px;
    }
    .league_plate4_list_desc,
    .league_plate7_tab {
        font-size: 30px;
        line-height: 40px;
    }
    .league_plate4_list_icon {
        width:110px;
        height:110px;
    }
    .league_plate5_list_title {
        line-height:70px;
    }
    .league_plate7_tab {
        line-height:105px;
    }
    .league_plate10_left {
        width:250px;
        height:250px;
    }
    .league_plate10_right {
        font-size:35px;
        line-height:70px;
    }
    .league_mess_cont_title div {
        width:70px;
        height:60px;
    }
    .league_submit {
        font-size:40px;
        line-height:65px;
        width:500px;
    }
    .league_plate10_right {
        width: calc(100% - 250px);
    }
}
@media(max-width:1500px) {
    .league_plate3_list,
    .league_plate4_list {
        width: 1000px;
    }
    .cooper_plate1_title, .league_plate4_title, .league_plate10_title, .league_plate10_left, .league_plate10_mess_title {
        font-size:60px;
        line-height:70px;
    }
    .league_plate3_list {
        margin-top:80px;
    }
    .cooper_plate1_num {
        font-size:55px;
        line-height:65px;
    }
    .cooper_plate1_cont h3 {
        font-size:28px;
        line-height:30px;
    }
    .cooper_plate1_cont p,
    .league_plate3_list_cont_desc {
        font-size: 20px;
        line-height: 30px;
    }
    .league_plate3_list_cont_title {
        font-size:30px;
        line-height:45px;
    }
    .league_plate4_list_cont_title h3{
        font-size:40px;
        line-height:40px;
    }
    .league_plate4_list_cont_title h4, .league_plate5_list_title, .league_mess_cont_title {
        font-size:30px;
        line-height:36px;
    }
    .league_plate4_list_icon {
        width:100px;
        height:100px;
    }
    .league_plate4_list_desc, .league_plate7_tab {
        font-size:25px;
        line-height:35px;
    }
    .league_plate5_list_title 
    {
        line-height:60px;
    }
    .league_plate7_tab {
        line-height:105px;
    }
    .league_plate8 {
        margin-top:80px;
    }
    .league_plate5_list{
        margin:80px -14px 0;
    }
    .league_plate9{
        padding:80px 0 60px;
    }
    .league_plate10_left {
        width:180px;
        height:180px;
    }
    .league_plate10_right {
        font-size:28px;
        line-height:46px;
    }
    .league_plate10_right {
        width: calc(100% - 200px);
    }
    .league_submit {
        font-size:30px;
        line-height:60px;
    }
}
@media(max-width:1400px) {
    .league_plate7_img {
        width:900px;
    }
    .league_plate7_tab {
        width:calc(100% - 900px);
        line-height:89.5px;
    }
    nav .nav-bar li a {
        font-size:16px !important;
    }
}
@media(max-width:1300px) {
    .league_plate7_img {
        width: 800px;
    }
    /*nav .nav-bar li a {
        font-size: 14px;
    }*/
    .league_plate7_tab {
        width: calc(100% - 800px);
        line-height: 79.5px;
    }
    .cooper_plate1_title, .league_plate4_title, .league_plate10_title, .league_plate10_left, .league_plate10_mess_title {
        font-size:40px;
        line-height:50px;
    }
        .cooper_plate1_title::after, .league_plate4_title::after {
            width:100px;
            height:4px;
            margin-top:20px;
        }
    .cooper_plate1 {
        padding:80px 0 50px;
    }
    .cooper_plate1_list{
        margin-top:60px;

    }
        .cooper_plate1_list li {
            margin-bottom:20px;
        }
    .cooper_plate1_num {
        font-size:45px;
        line-height:60px;
    }
    .cooper_plate1_cont h3 {
        font-size:20px;
        line-height:22px;
    }
    .cooper_plate1_cont p, .league_plate3_list_cont_desc{
        font-size:16px;
        line-height:26px;
    }
    .league_plate3{
        padding:60px 0;
    }
    .league_plate3_list {
        margin-top:60px;
    }
    .league_plate3_list_cont_title{
        font-size:25px;
        line-height:35px;
    }
    .league_plate3_list_cont_logo {
        height:35px;
    }
    .league_plate3_list li{
        margin-bottom:20px;
    }
    .league_plate4,
    .league_cont {
        padding: 60px 0;
    }
    .league_plate4_list{
        margin-top:60px;
    }
    .league_plate4_list_cont_title h3 {
        font-size:25px;
        line-height:25px;
    }
    .league_plate4_list_cont_title h4, .league_plate5_list_title, .league_mess_cont_title{
        font-size:20px;
        line-height:26px;
    }
    .league_plate4_list_icon{
        width:70px;
        height:70px;
    }
    .league_plate4_list_desc, .league_plate7_tab{
        font-size:18px;
        line-height:28px;
    }
    .league_plate5_list_title{
        line-height:50px;
    }
    .league_plate7_tab{
        line-height:79.5px;
    }
    .league_plate9 span {
        font-size:25px;
        line-height:35px;
    }
    .league_plate10_league{
        margin-top:60px;
    }
    .league_plate10_right{
        font-size:16px;
        line-height:26px;
    }
    .league_plate10_left{
        width:120px;
        height:120px;
    }
    .league_mess_cont input {
        font-size:20px;
        line-height:40px;
    }
    .league_mess_cont_title div{
        width:55px;
        height:45px;
    }
    .league_submit {
        font-size:20px;
        line-height:50px;
        width:400px;
    }
    .league_message {
        padding:50px 100px;
    }
    .league_plate10_right {
        width: calc(100% - 120px);
    } 
}

@media(max-width:1000px) {
    .league_plate3_list,
    .league_plate4_list {
        width: 100%;
    }
    .cooper_plate1,
    .league_plate3,
    .league_plate4, .league_cont {
        padding: 30px 0;
    }
    .cooper_plate1_title, .league_plate4_title, .league_plate10_title, .league_plate10_left, .league_plate10_mess_title  {
        font-size:25px;
        line-height:35px;
    }
        .cooper_plate1_title::after, .league_plate4_title::after {
            width:50px;
            height:2px;
        }
    .cooper_plate1_list li,
    .league_plate3_list li {
        width: 100%;
    }
    .cooper_plate1_cont h3{
        font-size:18px;
        line-height:20px;
    }
    .cooper_plate1_cont p, .league_plate3_list_cont_desc {
        font-size:14px;
        line-height:24px;
    }
    .league_plate3_list_cont_title {
        font-size:20px;
        line-height:30px;
    }
    .league_plate4_list li {
        margin-bottom:20px;
        width:100%;
    }
    .league_plate4_list_desc, .league_plate7_tab{
        font-size:14px;
        line-height:24px;
    }
    .league_plate4_list_cont_top {
        padding:15px;
    }
    .league_plate5_list{
        margin:30px 0 0;
    }
    .league_plate5_list li {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .league_plate5_list_img img {
        height:auto;
    }
    .league_plate4_list,
    .league_plate3_list,
    .cooper_plate1_list,
    .league_plate7_list {
        margin-top: 30px;
    }
    .league_plate7,
    .league_plate8,
    .league_plate10_league,
    .league_message_list {
        margin-top: 30px;
    }
    .league_plate7_list li .league_plate7_list_pack {
        display:block;
    }
    .league_plate7_tab,
    .league_plate7_img {
        width: 100%;
    }
    .league_plate7_tab {
        line-height:40px;
    }
    .league_plate4_list_cont_title h4, .league_plate5_list_title, .league_mess_cont_title {
        font-size:16px;
    }
    .league_plate9{
        padding:30px 0;
    }
        .league_plate9 span {
            font-size:18px;
            line-height:28px;
        }
    .league_plate10_title {
        padding-bottom:20px;
    }
    .league_plate10_league {
        display:block;
    }
    .league_plate10_left {
        width:100%;
        justify-content:center;
        height:60px;
    }
    .league_plate10_right {
        width:100%;
        padding:10px 20px;
    }
    .league_message {
        padding:20px 10px;
    }
    .league_mess_cont {
        width:100%;
        margin-bottom:30px;
    }
    .league_mess_cont_title div {
        width:40px;
        height:30px;
    }
    .league_mess_cont input{
        font-size:16px;
        line-height:40px;
    }
    .league_submit {
        font-size:16px;
        line-height:40px;
        width:80%;
    }
}