.banner {
  padding: 100px 0 100px 0;
  background: url(../img/coop1.jpg) no-repeat center center;
  background-size: cover;
}
.banner .container .row .right {
  text-align: right;
}
.banner .container .row .right .tit {
  position: relative;
  font-size: 52px;
  color: #ffffff;
  padding-top: 200px;
}
.banner .container .row .right .tit::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 70px;
  height: 3px;
  background-color: #fff;
}
.banner .container .row .right .word {
  font-size: 22px;
  color: #ffffff;
  margin: 0;
}
.banner .container .row .right .one {
  margin-top: 20px;
}
.content {
  padding: 96px 0 96px 0;
}
.content .container .row {
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e5e5e5;
  padding: 47px 28px;
  margin-bottom: 20px;
}
.content .container .row .col-md-12 {
  overflow: hidden;
}
.content .container .row .col-md-12 .left_word {
  float: left;
  width: 65%;
}
.content .container .row .col-md-12 .left_word .tit {
  font-size: 24px;
  color: #262626;
}
.content .container .row .col-md-12 .left_word .word {
  font-size: 18px;
  color: #969696;
}
.content .container .row .col-md-12 .right_look {
  float: right;
  width: 145px;
  height: 40px;
  line-height: 40px;
  margin-top: 35px;
  background-image: linear-gradient(43deg, #008aff 0%, #00d8ff 100%), linear-gradient(#85a8cb, #85a8cb);
  background-blend-mode: normal,
                        normal;
  box-shadow: 0px 20px 20px 0px rgba(131, 137, 226, 0.22);
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
.content .container .more {
  display: block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 100px;
  background-image: linear-gradient(90deg, #00e177 0%, #02b1f4 100%), linear-gradient(#273341, #273341);
  background-blend-mode: normal,
                normal;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
.contact {
  background-color: #273341;
  padding: 60px 0 60px 0;
}
.contact .container .top .col-md-12 {
  font-size: 20px;
  color: #fff;
}
.contact .container .bottom {
  margin-top: 20px;
}
.contact .container .bottom .col-md-12 {
  overflow: hidden;
}
.contact .container .bottom .col-md-12 .way {
  float: left;
  font-size: 15px;
  padding: 10px 20px;
  margin-right: 20px;
  color: #8997a4;
  border-radius: 20px;
  border: solid 1px #8997a4;
}
.contact .container .bottom .col-md-12 .other_link {
  float: left;
  margin-left: 200px;
}
@media (max-width: 1280px) {
  .contact .container .top .col-md-12 {
    font-size: 20px;
    color: #fff;
  }
  .contact .container .bottom {
    margin-top: 20px;
  }
  .contact .container .bottom .col-md-12 {
    overflow: hidden;
  }
  .contact .container .bottom .col-md-12 .way {
    float: left;
    font-size: 15px;
    padding: 10px 20px;
    margin-right: 20px;
    color: #8997a4;
    border-radius: 20px;
    border: solid 1px #8997a4;
  }
  .contact .container .bottom .col-md-12 .other_link {
    float: left;
    margin-left: 0;
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .banner .container .row .left {
    text-align: center;
  }
  .banner .container .row .left img {
    width: 90%;
  }
  .banner .container .row .right {
    text-align: center;
  }
  .banner .container .row .right .tit {
    position: relative;
    font-size: 40px;
    color: #ffffff;
    padding-top: 100px;
  }
  .banner .container .row .right .tit::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background-color: #fff;
  }
  .banner .container .row .right .word {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
  }
  .banner .container .row .right .one {
    margin-top: 20px;
  }
  .contact .container .top .col-md-12 {
    font-size: 20px;
  }
  .contact .container .bottom {
    margin-top: 10px;
  }
  .contact .container .bottom .col-md-12 {
    overflow: hidden;
  }
  .contact .container .bottom .col-md-12 .way {
    margin-top: 20px;
  }
  .contact .container .bottom .col-md-12 .other_link {
    margin-left: 0;
    margin-top: 20px;
  }
  .contact .container .bottom .col-md-12 .other_link a {
    margin-right: 5px;
  }
}
@media (max-width: 768px) {
  .content {
    padding: 56px 10px 56px 10px;
  }
  .content .container .row {
    padding: 30px 10px;
  }
  .content .container .row .col-md-12 {
    text-align: center;
  }
  .content .container .row .col-md-12 .left_word {
    float: none;
    width: 100%;
  }
  .content .container .row .col-md-12 .left_word .tit {
    font-size: 20px;
    color: #262626;
  }
  .content .container .row .col-md-12 .left_word .word {
    font-size: 16px;
    color: #969696;
  }
  .content .container .row .col-md-12 .right_look {
    float: none;
    display: inline-block;
    margin-top: 15px;
  }
  .content .container .more {
    margin-top: 70px;
  }
  .contact .container .top .col-md-12 {
    font-size: 20px;
  }
  .contact .container .bottom {
    margin-top: 0px;
  }
  .contact .container .bottom .col-md-12 {
    overflow: hidden;
  }
  .contact .container .bottom .col-md-12 .way {
    margin-top: 20px;
  }
  .contact .container .bottom .col-md-12 .other_link {
    margin-left: 0;
    margin-top: 20px;
  }
  .contact .container .bottom .col-md-12 .other_link a {
    margin-left: 5px;
  }
}
