
.video-section {
    width:100%;
    margin-top: 0px;
    padding-bottom: 30px;
    margin:0 auto;
}

.video-section a{
color:#353637;
}


.video-section .video-sigle{
margin-bottom: 40px;
}

.video-section .video-sigle:hover{
           transform: scale(1.05);
          -webkit-transform: scale(1.05);
          z-index: 10;
          box-shadow: 6px 25px 40px -6px rgba(0,0,0,0.15);
          z-index: 10;
          transition: all .4s;
          -webkit-transition: all .4s;
		 transition-duration: 700ms;
}


.video-content {
    margin-top: 140px;
}

.video-content > h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #00235a;
}

.video-section > p {
    font-size: 15px;
    line-height: 28px;
    color: #555b56;
    margin-bottom: 33px;
}

.video-section figure.vdo-onLeft::before {
   
    width: 100%;
    height: 100%;

    top: 70px;
   
    z-index: -1;
}

.video-section figure {
    margin-top: 0px;
    position: relative;
    z-index: 1;
}

.video-section .video-title {
    margin-top: 10px;
	font-size:16px;
	color:#333333;
    z-index: 200;
	width:100%;
	overflow:hidden;
}

.video-section .video-title2 {
    margin-top: 10px;
	width:100%;

}
.video-section.video-title2.time {
    
	float:left;
	font-size:16px;
	color:#333333;
    z-index: 200;
	
}

.video-section.video-title2.hit {
	float:left;
	font-size:16px;
	color:#333333;
    z-index: 200;
	
}

.page
{
margin:0 auto
}
.video-section figure img {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}



.video-section figure > a {
    width: 95px;
    height: 95px;
    border-radius: 100%;
    text-align: center;
    display: block;
    background: rgba(50, 190, 166, .47);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-section figure > a i {
    color: #fff;
    font-size: 30px;
    line-height: 95px;
}

.video-section figure > a:hover {
    background: #32bea6;
}

#popup-video .modal-content iframe {
    width: 100%;
    height: 450px;
}
