|  | @@ -20,12 +20,16 @@
 | 
	
		
			
				|  |  |    top: 0;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .main .video h3 {
 | 
	
		
			
				|  |  | -  font-family: YouSheBiaoTiHei;
 | 
	
		
			
				|  |  | -  font-size: 60px;
 | 
	
		
			
				|  |  |    padding: 80px 0 30px;
 | 
	
		
			
				|  |  | -  line-height: 78px;
 | 
	
		
			
				|  |  |    text-align: center;
 | 
	
		
			
				|  |  |    color: #ffffff;
 | 
	
		
			
				|  |  | +  font-size: 0;
 | 
	
		
			
				|  |  | +  font-family: YouSheBiaoTiHei;
 | 
	
		
			
				|  |  | +  width: 260px;
 | 
	
		
			
				|  |  | +  height: 44px;
 | 
	
		
			
				|  |  | +  background: url(../img/tit2.png) no-repeat center 80px;
 | 
	
		
			
				|  |  | +  background-size: 260px 44px;
 | 
	
		
			
				|  |  | +  margin: 0 auto;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .main .video p {
 | 
	
		
			
				|  |  |    font-size: 18px;
 | 
	
	
		
			
				|  | @@ -36,6 +40,7 @@
 | 
	
		
			
				|  |  |  .main .video .poster {
 | 
	
		
			
				|  |  |    width: 1200px;
 | 
	
		
			
				|  |  |    height: 675px;
 | 
	
		
			
				|  |  | +  position: relative;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  .main .video .poster img {
 | 
	
		
			
				|  |  |    display: block;
 | 
	
	
		
			
				|  | @@ -44,6 +49,35 @@
 | 
	
		
			
				|  |  |    background-color: #eeeeee;
 | 
	
		
			
				|  |  |    border-radius: 10px;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | +.main .video .poster video {
 | 
	
		
			
				|  |  | +  width: 100%;
 | 
	
		
			
				|  |  | +  height: 100%;
 | 
	
		
			
				|  |  | +  background-color: #000;
 | 
	
		
			
				|  |  | +  display: none;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +.main .video .poster span {
 | 
	
		
			
				|  |  | +  position: absolute;
 | 
	
		
			
				|  |  | +  top: 50%;
 | 
	
		
			
				|  |  | +  left: 50%;
 | 
	
		
			
				|  |  | +  transform: translate(-50%, -50%);
 | 
	
		
			
				|  |  | +  background-color: rgba(255, 255, 255, 0.8);
 | 
	
		
			
				|  |  | +  border-radius: 29px;
 | 
	
		
			
				|  |  | +  font-size: 14px;
 | 
	
		
			
				|  |  | +  line-height: 20px;
 | 
	
		
			
				|  |  | +  padding: 8px 16px;
 | 
	
		
			
				|  |  | +  display: flex;
 | 
	
		
			
				|  |  | +  align-items: center;
 | 
	
		
			
				|  |  | +  justify-content: space-between;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +.main .video .poster span:after {
 | 
	
		
			
				|  |  | +  content: '';
 | 
	
		
			
				|  |  | +  width: 30px;
 | 
	
		
			
				|  |  | +  height: 30px;
 | 
	
		
			
				|  |  | +  background: url(../img/icon-play.png) no-repeat;
 | 
	
		
			
				|  |  | +  background-size: 30px 30px;
 | 
	
		
			
				|  |  | +  margin-left: 8px;
 | 
	
		
			
				|  |  | +  cursor: pointer;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  .main .services {
 | 
	
		
			
				|  |  |    padding-bottom: 84px;
 | 
	
		
			
				|  |  |  }
 |