@import "base.css";
.doc-box {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  height:560px;
}

.doc-title {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 42px;
  color: #595758;
  font-weight: bold;
}

.doc-title span {
  color: #65b9e5;
}

.doc-box dl {
  margin: 50px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing:border-box;
  border-bottom:1px solid #f0f2f4;
  background: url('../images/doc-item-bg.jpg') no-repeat right 95%;
  position: relative;
}

.doc-box dl dt {
  width: 100%;
  background: #fff;
}

.doc-box dl dt img {
  width: 100%;
}

.doc-box dl dd {
  width: 100%;
  line-height: 30px;
  padding:0 20px;
  box-sizing:border-box;
  text-align:left;
  background:#f1f2f4;
}

.doc-box dl dd.en{font-weight:bold; padding-top:20px;}
.doc-box dl dd.cn{font-weight:bold; padding-bottom:20px;}
.doc-box dl dd.zc{font-size:15px; padding:5px 10px;}
.lc {
  /*width: 100%;*/
  /*left: 50%;
  margin-left: 50%;
  transform: translate(-50%, 0);*/
 /* height:944px;*/
  margin:0 auto;
  padding:0;
   max-width: 1920px;
    min-width: 1280px;
}

.lc img {
  width: 100%;
}

.ltd-box {
  width: 100%;
  min-width: 1200px;
}

.ltd-box img {
  display: block;
  width: 100%;
}

.swiper-doc{ width:1075px !important;margin: 0 auto;overflow: hidden;}
.swiper-container .swiper-pagination{bottom: 25px!important;}