html,body{
	margin: 0;
	padding: 0;
}
img{
	vertical-align: middle;
	border-radius: 10px;
}
input{  
	background:none;  
	outline:none;  
	border:none;
}
ul,li{ padding:0;margin:0;list-style:none;margin-block-start: 0em;margin-block-end: 0em;}
p{
	margin-block-start: 0em;
	margin-block-end: 0em;
}
/*包含以下五种的链接*/
a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;
}
a{
	color: #FFFFFF;
}
@media (min-width:1400px) {
}
@media (min-width:1000px) and (max-width:1399px) {
}
@media (max-width:999px) {
}
.clearFloat{
	clear: both;
}
.titlePublic{
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.titlePublic span{
	cursor: pointer;
}
.titlePublic >p:nth-child(1){
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
}
.titlePublic >p:nth-child(2){
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
}
.videoPlay{
	margin: 0 auto;
	position: relative;
	bottom: 50%; /*偏移*/
	transform: translateY(-150%);
	width: 10%;
	height:18%;
	background: url(../img/videoplay.png) no-repeat;
	background-size: 100% 100%;
}
.checkMore{
	width: 100%;
	height: 40px;
	margin-top: 20px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3062A9;
}
.checkMore span{
	cursor: pointer;
}
#frameFooter{
	margin-top: 40px;
}
.bulkTitle{
	width: 100%;
	height: 30px;
	margin-top: 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.bulkTitle img{
	width: 33px;
	height: 44px;
}
.bulkTitle div{
	padding: 0 15px;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color:#F28737 ;
}
.bulkMoreInfo{
	margin: 50px auto;
	width: 165px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #F3F3F3;
	border: 1px solid #F28737;
	border-radius: 15px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F28737;
	cursor: pointer;
}
.bulkMoreInfo:hover{
	background: #F28737;
	color: #FFFFFF;
}