#wly2017{ width:100%; height:auto;}
#wly2017 video{width:100%; height:auto;}
.cd-popup-video h3{ text-align:center; margin:20px 0;}
.cd-popup-video{
  position: fixed;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:20000; 
}/*大背景*/
.cd-popup-video.is-visible{
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.w1{width:720px; height:640px;  top:50%;  left:50%; margin-left:-360px; margin-top:-320px; padding:0;overflow:hidden;position:relative;  }
 .con{ background:#FFF; padding:20px 30px; }

.cd-popup-video-container {
  position:absolute;
  background:#FFF; border:#f9f9f9 3px solid;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; padding:0;
}/* --白色内容*/
.cd-popup-video-container p{ line-height:36px;margin-top:40px;  }
.cd-popup-video-container span{ color:#38ae00;}
.cd-popup-video-container .logo{ width:100%; height:auto;  padding:10px 0; background:#f9f9f9;}
.cd-popup-video-container .logo img{ width:110px; height:auto; float:left; margin:0 20px;  }
.jump-btn {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 30px;
  height: 30px;
  display:block;
}
.jump-btn::before,.jump-btn::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #666;
}
.jump-btn::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.jump-btn::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
a.jump-btn{-webkit-transition: -webkit-transform 2s ease-out;  -moz-transition: -moz-transform 2s ease-out;  -o-transition: -o-transform 2s ease-out;  -ms-transition: -ms-transform 2s ease-out;}

a.jump-btn:hover{-webkit-transform: rotateZ(360deg); -moz-transform: rotateZ(360deg); -o-transform: rotateZ(360deg); -ms-transform: rotateZ(360deg); transform: rotateZ(360deg);  }
 
 
 .enterBtn {border-radius: 0; background:#FFF;color:#666;text-decoration:none;}
 .enterBtn a.btn:hover{background:#F00;color:#fff; cursor:pointer; transition: all 0.2s; width: 200px; height: 36px; display:block; }
 .enterBtn a.btn{background:#df0716;color:#fff;transition: all 0.2s; width: 200px; height: 36px; display:block;line-height:36px; text-align:center; margin:20px auto; }


@media (max-width:768px) {
 .cd-popup-video-container {
    margin: 0 auto;
	width:100%; 
	height:100%; 
	 top:0; 
	  left:0; 
  }

.w1{width:100%; height:auto;  top:0;  left:0; margin-left:0; margin-top:0; padding:0; }

  .cd-popup-video-container .logo{ width:100%; height:auto;  padding:10px 0; background:#f9f9f9;}

 .cd-popup-video-container .logo img{ width:80px; height:auto;}
 .jump-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  display:block;
}
 .con{ background:#FFF; padding:10px 20px; overflow:hidden;}
.cd-popup-video h3{ text-align:center; margin:10px 0;}

 .setH{ height:30%; }
 .pdf{  height:70%;  padding:0 20px 0 20px;Overflow-y:scroll; }
 
  .pdf p{ margin:0; padding:0; font-size:12px; line-height:30px;}
     .pdf h4{margin:10px 0; padding:0; line-height:24px;}
	  .enterBtn a.btn:hover{background:#F00;color:#fff; cursor:pointer; transition: all 0.2s; width: 150px; height: 30px; display:block; }
 .enterBtn a.btn{background:#df0716;color:#fff;transition: all 0.2s; width: 150px; height: 30px; display:block;line-height:30px; text-align:center; margin:20px auto; }

}