@charset "utf-8";
/*设计者 李旭梅 */
*{
	border: 0;
	margin: 0px auto;
	padding: 0px auto;
	list-style-type: none;
	
}
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 14px;
  font-family: "宋体", Arial;
  background-color:#0f086c;
  width: 100%;
}

#wrap {
	margin: 0px auto;
	
	
}
.header {
	background-image: url(../ykt_img/ykt_01.jpg);
    background-repeat: no-repeat;
	background-size: cover; 
	background-position:bottom;
	min-width:1200px; 
    width: 100%; 
	height:590px;
	
}
.header .title  {
  height: 457px;
  width: 1199px;
  padding-top: 30px;
  text-align: center;
	}
.content {
	width: 1200px;
	margin: 0px auto;
	
}
.video {
	width: 1200px;
	height:630px;
	background-color:#FFF;
	
}
.video-play {
	width: 1000px;
	height:562px;
	margin-top:30px;
	margin-left:100px;
	float:left;
	border: #eee 1px solid;
}
.ztsm {
	font-family: "微软雅黑";
	font-size: 14px;
	margin-top:10px;
	line-height: 40px;
	color: #000;
	text-align: center;
	float: left;
	height: 100px;
	width: 100%;
}

img {vertical-align: bottom;}	
