.about-container {
  width: 100%;
}

.about-content {
  height: 100%;
}

.about-content .banner {
  height: 500px;
  padding-top: 209px;
  position: relative;
  box-sizing: border-box;
  background-image: url(/r/cms/www/default/images/channel/about/banner_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width:1366px) {
  .about-content .banner .container-1200{
    transform: scale(0.7);
    transform-origin: center;
  }
  .about-content .banner {
    height: 350px;
    padding-top: 146.3px;
  }
}

@media screen and (min-width:1367px) and (max-width:1600px) {
  .about-content .banner .container-1200{
    transform: scale(0.79);
    transform-origin: center;
  }
  .about-content .banner {
    height: 395px;
    padding-top: 165.1px;
  }
}

.about-content .banner p {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
}

/* 模式 */
.about-content .model {
  width: 100%;
}
.about-content .model .content{
  padding: 60px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 60px;
}
.about-content .model .content .tit{
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  color: #333;
  margin-bottom: 35px;
}
.about-content .model .content .time{
  color: #666;
  font-size: 14px;
  text-align: center;
  margin-bottom: 55px;
}
.about-content .model .content .time>span{
  margin:0 35px;
}
.about-content .model .pageFoot{
  margin-bottom: 60px;
  font-size: 14px;
}
.about-content .model .pageFoot .texts{
  color: #666;
  line-height: 1;
}
.about-content .model .pageFoot .texts li{
  margin-bottom: 30px;
}
.about-content .model .pageFoot .texts .text{
  color: #333;
  margin-left: 25px;
}
.about-content .model .pageFoot .texts .text:hover{
   color: #0152D9;
 }
 .about-content .model .pageFoot .texts .text:hover .dis{
  color: #999;
}
.about-content .model .pageFoot .up{
  width: 147px;
  height: 70px;
  padding-top: 12px;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 35px;
  border: 1px solid #CCCCCC;
  text-align: center;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}
.about-content .model .pageFoot .up .iconfont{
  font-size: 24px;
}
.about-content .model .pageFoot .up>p:first-of-type{
  margin-bottom: 8px;
}
.about-content .model .pageFoot .up:not(.active):hover{
  border-color: #0152D9;
}
.about-content .model .pageFoot .up.active{
  background-color: #0152D9;
  color: #fff;
  border-color: #0152D9;
}
.about-content .model .pageFoot .share{
  color: #666;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}
.about-content .model .pageFoot .fx{
  display: flex;
  justify-content: right;
}
