body,ul,h1,h2,h3,p,h5,img,ol{
	margin: 0;padding: 0;
	font-family: "microsoft yahei", 'Helvetica';
}
html{
	height: 100%;
}
body{
	height: 100%;
	width: 100%;
	
}
li{
	list-style: none;
	cursor:pointer;
}
img{
	border: none;
}
/* product*/
#product{
	width: 100%;
	height: auto;
	background: #0088d0;
	position: relative;
}
#product .ul1{
	width: 1200px;
	height: 711px;
	margin:0 auto;
	overflow: hidden;
	/*background: url(../image/cp_bg.jpg) no-repeat center center/contain;*/
}
#product .ul1 ul{
	width:5000px;
	height: 711px;
}
#product .ul1 ul li{
	width: 1200px;
	height:auto;
	float: left;
}
#product .ul1 ul li img{
	width: 1200px;
	display:block;
}
#product .dian ul{
	width:60px;
	height: 15px;
	position: absolute;
	bottom: 30px;left: 50%;
	margin-left: -30px;
}
#product .dian ul li{
	width: 15px;
	height: 15px;
	border-radius:50% ;
	border:2px solid #fff;
	background: #fff;
	float: left;
	margin:0 5px;
}
#product .dian ul li.on{
	background: #0088d0;
}

#video{
	width:1000px;
	height: auto;
	margin: 0 auto;
}
#video div{
	padding:30px;
}
#video div:hover video{
	box-shadow: 0 0 12px rgba(0,166,230,0.75);
	border: 1px solid rgba(0,166,230,0.75);
}
#video h2{
	font-weight: bold;
	padding-bottom: 20px;
	font-family: 'Microsoft yahei';
	font-size: 24px;
	position: relative;
	left: -32px;
}
#video div:hover h2{
	color: #0088d0;
}

#notebook {
	width:1000px;
	height: 270px;
	margin: 0 auto;
	padding: 30px 0;
	margin-bottom: 60px;
	border-top: 1px dashed #666;
}
#notebook h2{
	font-weight: bold;
	padding-bottom: 20px;
	font-family: 'Microsoft yahei';
	font-size: 24px;
	position: relative;
	left: -32px;
}
#notebook div:hover h2{
	color: #0088d0;
}
#notebook img{
	width: 230px;
	height:auto;
	background: blue;
	margin-left: 15px;
}
#notebook p a{
	float:right;
	color:#0088d0 ;
}
#notebook p a:hover{
	float:right;
	color:#0088d0 ;
}
#notebook_1{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;left: 0;
}
#notebook_1 div{
	width: 800px;
	height: 450px;
	position: absolute;
	top: 63%;left: 37%;
	margin-top: -400px;
	margin-left: -225px;
	background: #fff;
	overflow: hidden;
}
#notebook_1 div img{
	width: 800px;
}
