.box {
  padding-top: 1rem;
  background: url(../images/news/new-bg.png) no-repeat center top;
}
.box .topLogo {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.24rem;
  background-color: #fff;
  position: fixed;
  height: 1rem;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  top: 0;
  z-index: 11;
}
.box .topLogo img {
  height: 0.72rem;
}
.box .about-content {
  padding: 0.24rem 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.box .about-content .banner img {
  width: 100%;
}
.box .about-content .company {
  padding: 0.24rem;
}
.box .about-content .company .tit {
  font-size: 0.36rem;
  font-weight: bold;
}
.box .about-content .company .line {
  display: inline-block;
  width: 0.52rem;
  height: 0.12rem;
  background: #83BC16;
  border-radius: 1rem;
}
.box .about-content .company .msg {
  font-size: 0.26rem;
  color: #666;
  margin-top: 0.18rem;
}
.box .about-content .company .pic img {
  width: 100%;
  margin-top: 0.2rem;
}
.box .about-content .address {
  padding: 0.24rem;
}
.box .about-content .address .tit {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
}
.box .about-content .address .line {
  display: block;
  width: 0.52rem;
  height: 0.12rem;
  background: #83BC16;
  border-radius: 1rem;
  margin: 0 auto;
}
.box .about-content .address .msg {
  font-size: 0.26rem;
  color: #666;
  margin-top: 0.18rem;
}
.box .about-content .address .pic img {
  width: 100%;
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
}
.box .about-content .address .mesg_list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.4rem;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .about-content .address .mesg_list .mesg_title {
  color: #2E3133;
}
.box .about-content .address .mesg_list img {
  width: 0.76rem;
  height: 0.76rem;
  margin-right: 0.4rem;
}
.box .content {
  padding: 0.24rem 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.box .content .question {
  padding-bottom: 0.05rem;
}
.box .content .question .title {
  font-size: 0.48rem;
  color: #2D2E2A;
  text-align: center;
  font-weight: bold;
}
.box .content .question .question-cont {
  background: #FFFFFF;
  border-radius: 0.3rem;
  margin: 0.24rem;
  padding: 0 0.36rem;
}
.box .content .question .question-cont .question-list {
  padding: 0.2rem 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .content .question .question-cont .question-list .question-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .content .question .question-cont .question-list .question-item img {
  height: 0.5rem;
  margin-right: 0.2rem;
}
.box .content .question .question-cont .question-list img {
  height: 0.25rem;
}
.box .content .question .question-cont .question-answer {
  border-top: 1px solid #E4E7EF;
  padding: 0.36rem 0;
  color: #606060;
  font-size: 0.26rem;
}
.box .bottom {
  background: #2D2E2A;
  border-radius: 0.6rem 0.6rem 0 0;
  padding: 0.24rem 0.5rem;
  color: #C0C0C0;
}
.box .bottom .bot-logo {
  height: 0.8rem;
}
.box .bottom .bot-msg {
  margin-top: 0.7rem;
  border-top: 2px solid #fff;
  padding-top: 0.32rem;
  text-align: center;
}