.container:after {
  content: "";
  display: block;
  clear: both;
}
.container > div {
  float: left;
  min-height: 688px;
  height: 100%;
  overflow: auto;
}
@media (max-width: 1600px) {
}
.container .left {
  width: 31%;
  position: relative;
  background: url(../../img/index-main-bg.png) no-repeat;
  background-size: 100% 100%;
}
.container .left::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}
.container .left::-webkit-scrollbar-track {
  background: #f2f2f2;
}
.container .left::-webkit-scrollbar-thumb {
  background: #ccc;
}
.container .left::-webkit-scrollbar-corner {
  background: #f2f2f2;
}
.container .left::-webkit-scrollbar-resizer {
  background: #f2f2f2;
}
.container .left > div {
  position: absolute;
  left: 0;
  top: 100px;
  right: 0;
  z-index: 99;
  color: #fff;
  text-align: center;
}
.container .left > div .back {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: url(../../img/back.png);
}
.container .left > div .title {
  margin-top: 100px;
 
}
.container .left > div .title .en {
  font-size: 20.39px;
  margin-bottom: 4px;
}
.container .left > div .title .zh {
  font-size: 33.92px;
  font-weight: bold;
  margin: 0;
}
.container .left > div .title .line {
  width: 50px;
  height: 7px;
  background: #fff;
  margin: 24px auto;
}
.container .left > div .btn {
  width: 62%;
  height: 65px;
  border: 1px solid #fff;
  border-radius: 50px;
  line-height: 65px;
  font-size: 12px;
  margin: 50px auto ;
  cursor: pointer;
  text-decoration: none;
  text-transform : uppercase
}
.container .left > div .btn span{
  display:inline-block;
  vertical-align: middle;
  line-height: 16px;
  width:80%;
}
.container .right {
  width: 69%;
  padding: 0 14% 0 5%;
  box-sizing: border-box;
}
.container .right > div .title {
  font-size: 30px;
  font-weight: bold;
  color: #565656;
  margin-top: 80px;
  float:left;
  max-width: 70%;
}
.container .right > div .clear {
  clear: both;
}
.container .right > div .detail {
  font-size: 18px;
  color: #565656;
  line-height: 1.6;
  margin-top: 36px;
}
.container .right > div .line {
  /* width: 60%; */
  height: 2px;
  background: #9e9e9e;
  margin-top: 102px;
  float: right;
}
@media (max-width: 1600px) {
  .container .left > div .title {
    margin-top: 60px;
  }
  .container .left > div .title .en {
    font-size: 18px;
  }
  .container .left > div .title .zh {
    font-size: 24px;
  }
  /**
  .container .left > div .btn {
    margin: 50px auto;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }**/
  .container .right > div .title {
    font-size: 24px;
  }
  .container .right > div .detail {
    font-size: 15px;
  }
}
@media (min-width: 1601px) and (max-width: 3000px) {
  .container .right {
    width: 69%;
    padding: 0 10% 0 12%;
  }
  .container .right .title {
    font-size: 34px;
  }
  .container .right .detail {
    font-size: 20px;
  }
}


.container .right .disflex{
  display: flex;
}
.container .right .disflex .title{
  margin-right: 36px;
}
.container .right .disflex .line{
  flex: auto;
}