/*标题*/
.ship-title h2{
	margin: 0;
	font-size: 30px;
	color: #353535;
	padding-bottom: 30px;
	position: relative;
}
.ship-title h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 70px;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg,#009fe8,#4c88ee);
}



.wait {
	padding: 90px 0 110px;
}
.wait-text {
	font-size: 16px;
	color: #3d4450;
	/*line-height: 30px;*/
	margin-top: 34px;
}
.wait .ship-title h2:after{
	margin: 0;
}
.wait-video{
	line-height: 0;
	font-size: 0;
	border: 3px solid #049ee8;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.wait-video img{
	display: block;
	 transition-duration:0.5s;
}
.wait-video:hover img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1); /*Safari 和 Chrome*/
    -moz-transform: scale(1.1); /*Firefox*/
    -ms-transform: scale(1.1); /*IE9*/
    -o-transform: scale(1.1); /*Opera*/
}
.wait-video:hover{
	box-shadow: 0 0 8px rgba(0, 165, 214, 0.48);
}
.icon-play{
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url('../images/play.png') no-repeat;
	background-size: 100%;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}















/*获得*/
.obtain{
	background: #f5f5f9;
	padding-top: 90px;
}
.tecach-get{
	margin-top: 90px;
}
.tecach-get img{
	max-width: 200px;
	width: 90%;
	margin-bottom: 35px;
}
.tecach-get h3{
	font-size: 18px;
	color: #353535;
}
.tecach-get>div{
	margin-bottom: 100px;
}



.personnel .left {
	max-width: 100%;
    width: 395px;
    height: auto;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 0 13px rgba(0,159,232,0.2);
}





.contact-email{
	min-height: 380px;
	margin-top: 80px;
	background: #f0faff url('../images/q.png') no-repeat right bottom;
	background-size: 145px;
	font-size: 16px;
	color: #464646;
	padding: 25px 40px;
	margin-bottom: 40px;
}
.contact-email .send{
	margin-bottom: 70px;
}
.contact-email p{
	line-height: 30px;
}









/* 小屏幕 */
@media (max-width: 768px){
/*标题*/
.ship-title h2 {
    font-size: 24px;
}




.wait{
	padding: 50px 0 50px;
}
.wait-text{
	margin-bottom: 40px;
}








/*获得*/
.tecach-get>div{
	margin-bottom:40px;
}
.obtain {
    padding-top: 50px;
}




.contact-email{
	margin-top: 0;
}



.contact-email .send {
    margin-bottom: 30px;
}
}