﻿@charset "utf-8";
.container{padding-top:52px;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
/* video */
.video{position:relative;background-color: #000;/* border-bottom: 1px solid #eee; */width:100%;}
.video-content{position: absolute;top:0;bottom:0;left:0;right:0;}
.video-content iframe{margin-top: auto; margin-bottom: auto;}
.video-poster{position:relative;background-color: #000;}
.video-poster-hide{left:-100%;}
.video-poster img{width: 100%;}
.video-play{position:absolute;z-index: 2;left:0;right:0;top:0;bottom:0;background: url('/company/mobileweb/20161110/images/start.png')  no-repeat center center;}
.video-title{position: absolute; bottom:5px;left:10px;z-index:1000;color:#fff;font-weight: bold;}
.video:first-of-type .video-title{display: none;}
.video-control{position:absolute;z-index: 2;left:0;right:0;top:0;bottom:0; opacity: 0.5;background-color: #000;}
.video:first-of-type .video-control{box-shadow: inset 0 -50px 50px #fff;opacity: 1;;background-color: transparent;}
/* text */
.text{padding:150px 5% 20px; background: url('/company/mobileweb/20161110/images/gsjj.png') no-repeat center 60px;background-size: 60%;line-height: 30px;}
.text p{text-indent: 2em; margin-bottom: 25px; font-size:15px;}