.full-bd{
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
.left-box{
  height: 100%;
  width: 367px;
  background: url("../images/left-bg.png") no-repeat top left;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.left-box .up h3{
  font-size: 28px;
  display: block;
  line-height: 1.5em;
  color: #28a7e1;
}
.left-box .up h4{
  font-size: 20px;
  display: block;
  line-height: 1.5em;
  color: #28a7e1;
}
.left-box .down h6{
  font-weight: normal;
  font-size: 18px;
  color: #28a7e1;
  line-height: 1.5em;
}
.left-box .down h5{
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  padding: 0 50px;
  line-height: 40px;
  height: 40px;
  margin-top: 10px;
  background: url("../images/ic-foot.png") no-repeat left center,url("../images/ic-foot.png") no-repeat right center;
}
.right-box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 367px;
  height: 100%;
  background: linear-gradient(#f0f0f0, #f3f3f3,#fafafa);
  box-sizing: border-box;
  flex-wrap: nowrap;
}
.right-box .right-up{
  height: 70px;
  background:  url("../images/top-light.png") repeat-x top left;
  background-size: auto 100%;
  flex-shrink: 0;
}
.right-box .right-down{
  flex-shrink: 0;
  height: 100px;
  background:  url("../images/bottom-ft.jpg") no-repeat  top left;
  background-size: 100% 100%;
}

.right-box .inner{
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  padding-top: 20px;
  flex-grow: 1;
  overflow-y: scroll;
}
.right-box .slide-1{
  width: 550px;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.right-box .slide-1 .section-1{
  overflow: hidden;
  flex-shrink: 0;
}
.right-box .slide-1 .section-2{
  flex-shrink: 0;
}
.right-box .slide-1 .section-1 img{
  width: 200px;
  height: 251px;
  float: left;
}
.right-box .slide-1 .section-1 .user-info{
  float: none;
  padding-left: 220px;
}
.right-box .slide-1 .section-1 .user-info p{
  color: #666;
  font-size: 18px;
  line-height: 2em;
}
.right-box .slide-1 .section-1 .user-info b{
  color: #333;
  font-weight: normal;

}
.right-box .slide-1 .section-1 .user-info h3{
  color: #28a7e1;
  font-size: 28px;
  margin-bottom: 10px;
}
.user-code{
  padding-left: 106px;
  display: inline-flex;
  background: url("../images/qcode.jpg") no-repeat left center;
  height: 120px;
  justify-content: flex-start;
  align-items: center;
  color: #888;
}
.ss-title{
  font-size: 22px;
  color: #28a7e1;
  display: block;
  line-height: 36px;
  height: 36px;
  padding-left: 32px;
  font-weight: bold;
  margin-top: 10px;
}
.ss-title.s1{
  background: url("../images/ic-2.png") no-repeat left center;
}
.ss-title.s2{
  background: url("../images/ic-3.png") no-repeat left center;
}
.section-3{
  border: 1px solid #ddd;
  padding: 5px;
  overflow-y: auto;
  color: #4c4948;
}
.right-box .slide-2{
  width: 550px;
  display: flex;
  flex-direction: column;

}
.right-box .slide-2 video{
  width: 400px;
  height: 250px;
  background: #000;
  flex-shrink: 0;
}
.right-box .slide-2 .section-4{
  flex-grow: 1;
  overflow-y: auto;
}
.tb-box{
  overflow-y: auto;
}
table.table-t2{
  border-collapse:collapse;
  border-spacing: 0;
  overflow-y: auto;
  width: 100%;
}
.table-t2 td{
  border: 1px solid #ddd;
  text-align: center;
  padding: 3px;
  color:#4c4948
}
.table-t2 td.left{
  text-align: left;
}

@media (max-width: 1450px) {
  .right-box .slide-2{
    width: 400px;
  }
  .right-box .slide-1{
    transform: scale(0.9);
    transform-origin: top center;
  }

}



.article-title{
  display: block;
  font-size: 24px;
  line-height: 1.8em;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
}
.article-detail{
  padding: 10px;
  width: 1040px;
  margin: 0 auto;
}
.article-detail>p{
  margin-bottom: 20px;
  /*text-indent:2em;*/
  line-height: 1.7em;
}
.article-detail video{
  width: 100%;
  height: 580px;
  margin-bottom: 20px;
}
.article-detail img{
  max-width: 100%;
  display: block;
  margin:0 auto 20px auto;
}
.article-info{
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  color:#999;
  width:1040px;
  margin: 40px auto 25px auto;
  padding-bottom:5px;
}
.article-info span{
  margin-right: 50px;
}
.article-info span font{
  color:#333;
}
.article-detail .text-box{
  padding:10px 20px;
  background: #f2f3f5;
  color:#666;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 20px;
}
.article-detail .text-box p{
  text-align: right;
}
.header1{
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
.header1 img{
  width: 100%;
  display: block;
}


