@media screen and (max-width: 720px) {
  .HomepagePicContent{
   
      padding-bottom: 24px;
  }
}
@media screen and (min-width: 721px) {
  .HomepagePicContent{
  
      padding-bottom:80px ;
  }

  .homepage_pic_content_btn {
      margin: 40px 0 0;
  }
}


.leftPic {
  font-size: 13px;
}

.leftPic .leftPic_btn {
  text-decoration: none;
  font-size: 16px;
  color: #328DFF;
  line-height: 24px;
  font-weight: 400;

  margin-right: 40px;
  margin-bottom: 24px;
}
.leftPic .leftPic_btn:hover {
  text-decoration: underline;
}
@media screen and (max-width: 720px) {

  .leftPic {
    padding-top: 1px;
   
  }
  .leftPic .container {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }
  .leftPic .pic {
    width: 100%;
  }
  .leftPic .pic img {
    width: 100%;
    vertical-align: middle;
  }
  .leftPic .content h3 {
    margin-top: 32px;
    font-size: 24px;
  }
  .leftPic .content p {
    margin-bottom: 24px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 24px;
  }
  .leftPic .btn_list{
    margin-bottom: 40px;
  }
  .leftPic .leftPic_btn{
    display: block;
  }
}
@media screen and (min-width: 721px) {
 
  .leftPic {
    padding-bottom: 40px;
  }
  .leftPic .container {
    width: auto;
    margin-left: 32px;
    margin-right: 32px;
  }
  .leftPic .container .content {
    margin-left: 96px;
    background-color: #f3f3f3;
  }
  .leftPic .right_content p {
   
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 16px;
 
    font-weight: 400;
  }
  .leftPic .leftPic_btn{
    display: inline-block;
  }
  .leftPic .leftPic_btn:nth-child(1){
    margin-top: 40px;
  }

}
@media screen and (min-width: 721px) and (max-width: 1200px) {
  .leftPic .pic {
    width: 100%;
    margin-left: -96px;
    padding-top: 56px;
  }
  .leftPic .pic img {
    width: 100%;
  }
  .leftPic .right_content {
    padding: 0 96px 56px;
  }
  .leftPic .right_content h3 {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1201px) {

  .leftPic {
    padding-bottom: 40px;
  }
  .leftPic .container {
    width: 1088px;
    margin-left: auto;
    margin-right: auto;
  }
  .leftPic .content {
    display: flex;
    margin-left: 92px;
    margin-right: 46px;
    background-color: #f3f3f3;
    padding: 56px 0;
  }
  .leftPic .pic {
    height: 100%;
    margin-left: -92px;
    width: 51.6%;
  }
  .leftPic .pic img {
    width: 100%;
  }
  .leftPic .right_content {
    display: flex;
    margin-left: 6.2%;
    width: 46.9%;
    align-items: center;
  }
}
@media screen and (min-width: 1441px) {
  .leftPic .cms-col-lg-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .leftPic .container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .leftPic .content {
    display: flex;
    margin-left: 108px;
    margin-right: 54px;
    background-color: #f3f3f3;
    padding: 56px 0;
  }
  .leftPic .pic {
    margin-left: -108px;
    width: 51.6%;
  }
  .leftPic .pic img {
    width: 100%;
  }
}


.rightPic {
  font-size: 13px;
}

.rightPic .rightPic_btn {
  text-decoration: none;
  font-size: 16px;
  color: #328DFF;
  line-height: 24px;
  font-weight: 400;
  /* float: left; */
  margin-right: 32px;
}
.rightPic .rightPic_btn:hover {
  text-decoration: underline;
}

.HomepagePicContent .pic .videoContentArea,
.HomepagePicContent .pic .videoPlayerArea {
    position: relative;
    width: 100%;
    height: 100%;
}

.HomepagePicContent .videoPlayerArea .close_video {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url(../../images/video_layer/close-large.png) no-repeat;
    z-index: 19;
}

.HomepagePicContent .videoPlayerArea video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.HomepagePicContent .pic .video_player_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    cursor: pointer;
}

@media screen and (max-width: 720px) {
  .rightPic {
      padding-top:1px;
    
  }
  .rightPic .container {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }
  .rightPic .pic {
    width: 100%;
  }
  .rightPic .pic img {
    width: 100%;
  }
  .rightPic .content {
    display: flex;
    flex-direction: column-reverse;
  }
  .rightPic .content h3 {
    margin-top: 32px;
    font-size: 24px;
  }
  .rightPic .content p {
    margin-bottom: 24px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 16px;
  }
  .rightPic .btn_list{
    margin-bottom: 40px;
  }
  .rightPic .rightPic_btn{
    display: block;
  }
  .rightPic .rightPic_btn:nth-last-of-type(n+2) {
    margin-bottom: 16px;
}
}
@media screen and (min-width: 721px) {
  .rightPic {
    padding-bottom: 40px;
  }
  .rightPic .container {
    width: auto;
    margin-left: 32px;
    margin-right: 32px;
  }
  .rightPic .container .content {
    background-color: #f3f3f3;
  }
  .rightPic .right_content p {

    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 16px;
   
    font-weight: 400;
  }
  .rightPic .rightPic_btn{
    display: inline-block;
  }
  .rightPic .rightPic_btn:nth-child(1){
    margin-top: 40px;
  }

}
@media screen and (min-width: 721px) and (max-width: 1200px) {
  .rightPic .pic {
    width: 100%;
    margin-left: 96px;
  }
  .rightPic .pic img {
    width: 100%;
  }
  .rightPic .content {
    padding-top: 56px;
    display: flex;
    flex-direction: column-reverse;
    margin-right: 96px;
  }
  .rightPic .right_content {
    padding: 0 96px 56px;
  }
  .rightPic .right_content h3 {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1201px) {
  .rightPic {
    padding-bottom: 40px;
  }
  .rightPic .container {
    width: 1088px;
    margin-left: auto;
    margin-right: auto;
  }
  .rightPic .content {
    display: flex;
    justify-content: space-between;
    margin-left: 46px;
    margin-right: 92px;
    background-color: #f3f3f3;
    padding: 56px 0;
  }
  .rightPic .pic {
    height: 100%;
    margin-right: -92px;
    width: 51.6%;
  }
  .rightPic .pic img {
    width: 100%;
  }
  .rightPic .right_content {
    display: flex;
    margin-left: 4.84%;
    width: 46.9%;
    align-items: center;
  }

}
@media screen and (min-width: 1441px) {
  .rightPic .container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .rightPic .content {
    display: flex;
    margin-left: 54px;
    margin-right: 108px;
    background-color: #f3f3f3;
    padding: 56px 0;
  }
  .rightPic .pic {
    margin-right: -108px;
    width: 51.6%;
  }
  .rightPic .pic img {
    width: 100%;
  }
}
