.banner img {
  width: 100%;
}
.container-box {
  padding-top: 70px;
  background-color: #eee;
}
.container-box .container-one {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  padding: 53px 60px;
  margin: 0 auto;
  background-color: #fff;
}
.container-box .container-one .left-box {
  width: 550px;
}
.container-box .container-one .left-box .hotline-title {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.container-box .container-one .left-box .icon-phonenumber {
  width: 275px;
  height: 35px;
  margin-bottom: 55px;
  background-image: url("../../images/contact/phonenumber.png");
  background-repeat: no-repeat;
}
.container-box .container-one .left-box .text-item {
  width: 100%;
  margin-top: 42px;
  padding-left: 70px;
  background-repeat: no-repeat;
}
.container-box .container-one .left-box .text-item .title {
  line-height: 35px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
.container-box .container-one .left-box .text-item .desc {
  line-height: 24px;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  opacity: 0.6;
}
.container-box .container-one .left-box .icon-address {
  background-image: url("../../images/contact/icon_address.png");
}
.container-box .container-one .left-box .icon-mail {
  background-image: url("../../images/contact/icon_mail_two.png");
}
.container-box .container-one > img {
  height: 100%;
}
.container-box .container-two {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  padding-top: 73px;
  padding-bottom: 130px;
  background-color: #fff;
}
.container-box .container-two .left {
  width: 50%;
  padding: 0 60px;
}
.container-box .container-two .left img {
  margin-top: 33px;
}
.container-box .container-two .right {
  width: 50%;
  padding: 0 60px;
}
.container-box .container-two .right .item {
  margin-top: 55px;
  padding-left: 70px;
  background-repeat: no-repeat;
  background-position-y: center;
}
.container-box .container-two .right .item .title {
  line-height: 36px;
  font-size: 22px;
  font-weight: 400;
  color: #333;
}
.container-box .container-two .right .item .desc {
  margin-top: 8px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #999;
}
.container-box .container-two .right .icon-phone {
  background-image: url("../../images/contact/icon_phone.png");
}
.container-box .container-two .right .icon-mail {
  background-image: url("../../images/contact/icon_mail_one.png");
}
.container-box .container-two .right .qr-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 161px;
}
.container-box .container-two .right .qr-box p {
  line-height: 36px;
  font-size: 24px;
  font-weight: 400;
  color: #333;
}
.container-box .container-two .text {
  line-height: 36px;
  font-size: 24px;
  color: #333;
}
.container-box .container-two .colour-line {
  display: flex;
  width: 36px;
  margin-bottom: 46px;
}
.container-box .container-two .colour-line .yellow {
  background-color: #FFBE34;
}
.container-box .container-two .colour-line .green {
  background-color: #8BC438;
}
.container-box .container-two .colour-line .blue {
  background-color: #0097DC;
}
.container-box .container-two .colour-line li {
  height: 2px;
  width: 33.333%;
}
