.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;
}

/* 模式 */
.model {
  width: 100%;
}

.model>.hd {
  border-bottom: 1px solid #F0F0F0;
  display: flex;
  justify-content: space-between;
  padding: 60px 178px 0;
  box-sizing: border-box;
}

.model>.hd li {
  min-width: 110px;
  font-size: 18px;
  color: #333333;
  text-align: center;
  padding-bottom: 30px;
  box-sizing: border-box;
  line-height: 28px;
  cursor: pointer;
  letter-spacing: -0.8px;
}

.model>.hd li.active {
  font-size: 28px;
  color: #0152D9;
  font-weight: bold;
  border-bottom: 4px solid #0152D9;
}

.model>.bd {
  position: relative;
  height: auto !important;
}

.model>.bd li {
  position: relative !important;
}



.news-list {
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
  padding: 30px 0;
}
.news-list:hover .list-text h4{
  color: #0152D9;
}

.list-time {
  float: left;
  width: 108px;
  height: 108px;
  padding-top: 25px;
  color: #666666;
  text-align: center;
  background-color: #F7F8F9;
}

.list-text {
  float: left;
  width: 1030px;
  margin-left: 15px;
}

.list-text h4 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333 ;
}

.list-text p{
  font-size: 14px ;
  color: #666;
  line-height: 23px;
}
.model>.bd .one{
  color: #333333;
  padding-top: 56px;
  margin: 0 auto;
  box-sizing: border-box;
}
.model>.bd .one .text {
  padding: 0 36px;
  box-sizing: border-box;
}
.model>.bd .one .t-font40 {
  margin: 50px 0 60px;
  line-height: 1;
}
.model>.bd .one .certificate{
  position: relative;
  width: 100%;
  min-height: 762px;
  background: linear-gradient(0deg, #F1F3F7, #E4E9F1 50%,#E4E9F1);
}
.model>.bd .one .certificate>div:first-of-type{
  padding: 50px 36px;
  box-sizing: border-box;
  position: relative;
}
.model .one .btn{
  position: absolute;
  top: 356px;
}
.model .one .btn .iconfont{
  font-size: 44px;
  color: #666666;
  cursor: pointer;
}
.model .one  .btn.prev-btn{
  left: 270px;
}
.model .one  .btn.next-btn{
  right: 0;
}

.model .one .btn.nextStop .iconfont,.model .one .btn.prevStop .iconfont{
  color: #CCCCCC;
  cursor: default;
}
.model .one .btn:not(.nextStop,.prevStop):hover .iconfont{
  color: #0152D9;
}
.model>.bd .one .certificate .names{
  min-width: 172px;
}
.model>.bd .one .certificate .names li{
  line-height: 1;
  margin-top: 23px;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}
.model>.bd .one .certificate .names li.active{
  color: #0152D9;
  font-weight: 600;
}
.model>.bd .one .certificate .images{
  padding-left: 120px;
  box-sizing: border-box;
  overflow: hidden;
}
.model>.bd .one .certificate .images li{
  text-align: center;
  width: 486px;
  height: 662px;
  margin: 0 auto;
}
.model>.bd .one .certificate .images li img{
  max-width: 100%;
  display: block;
}
/* 列表 */

.news-down {
  position: absolute;
  right: 0;
  bottom: 30px;
  text-align: right;
}

.news-down span {
  color: #999999;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  position: relative;
  margin-left: 30px;
}

.news-down i {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.model .four{
  position: relative;
}
.model .four>div{
  overflow: hidden;
}
.model .four .btn {
  position: absolute;
  top: 205px;
  z-index: 1;
}
.model .four .btn.prev-btn{
  left: -10px;
}
.model .four .btn.next-btn{
  right: -10px;
}
.model .four .btn .iconfont{
  font-size: 44px;
  color: #666666;
  cursor: pointer;
}
.model .four .btn.nextStop .iconfont,.model .four .btn.prevStop .iconfont{
  color: #CCCCCC;
  cursor: default;
}
.model .four .btn:not(.nextStop,.prevStop):hover .iconfont{
  color: #0152D9;
}
.model .four .fd>li{
  height: 450px;
  padding-left: 338px;
  padding-top: 130px;
  box-sizing: border-box;
  display: flex;
}
.model .four .fd li .date{
  font-size: 80px;
  color: #0152D9;
  margin-top: -10px;
  line-height: 1;
  font-family: Impact;
  letter-spacing: -1px;
}
.model .four .fd li .bg{
  position: relative;
  margin: 0 50px;
}
.model .four .fd li .bg .o{
  width: 16px;
  height: 16px;
  background-color: #0152D9;
  border-radius: 100%;
}
.model .four .fd li .bg .line{
  width: 4px;
  height: 193px;
  position: absolute;
  left: 6px;
  top: 5px;
  background: #0152D9;
  background: -webkit-linear-gradient(rgb(1, 81, 218),#fff);
  background: -moz-linear-gradient(top,rgba(1, 81, 218,0) 0%,rgba(255,255,255,1) 100%); /*FireFox*/
  background: -o-linear-gradient(top,rgba(1, 81, 218,0) 0%,rgba(255,255,255,1) 100%);  /* Opear */
  background: -ms-linear-gradient(rgba(1, 81, 218,0),rgba(0,0,0,1)); /*IE10及IE10+*/
}
.model .four .fd li .items{
  width: 300px;
  word-break: keep-all;
}
.model .four .fd li .items li{
  font-size: 14px;
  line-height: 1.5;
  list-style: disc;
  color: #0152D9;
  min-width: 200px;
  margin-bottom: 10px;
}
.model .four .fd li .items li span{
  color: #333333;
}
.model .four .drag-box{
  width: 1066px;
  padding: 40px 0 150px;
  margin: 0 auto;
  overflow-x: auto;
  position: relative;
  z-index: 1;
}
.model .four .fo{
  position: absolute;
  white-space: nowrap;
  left: -364px;
}
.model .four .drag-box::-webkit-scrollbar{
  width: 0;
  height: 0;
  background: transparent;
}
.model .four .fo li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: grab;
  line-height: 1;
  padding: 35px 25px 0;
  box-sizing: border-box;
  border-top: 2px dotted #CCCCCC;
  margin: 0 -1px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.model .four .fo li.active{
  color: #0152D9;
}
.model .four .fo li .yuan{
  position: absolute;
  top: -8px;
  left: 40%;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 4px solid #CCCCCC;
  border-radius: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.model .four .fo li.active .yuan{
  border-color: #0152D9;
}

