html,body{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma,"Microsoft Yahei","宋体";
    font-size: 100px;
	background-color: #F8F8F8;
}
body{

}
.clearfix::after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.txtone {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}

.txttwo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}
a{
	text-decoration: none;
}
/**keephead开始**/
.thispage{
	display: none;
}
.keephead{
	width: 100%;
	background-color: #FFF;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	box-shadow: 0px 1px 3px #CCC;
	padding: 10px 2%;
	position: fixed;
	z-index: 100;
}
.keephead .logo{
	width: 60%;
}
.keephead .logo img{
	display: block;
	width: 100%;
}
.keephead .menu{
	width: 20%;
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right 10px center;
	cursor: pointer;
}
.menumain{
	position:fixed;
	z-index: 121;
	width: 200px;
	top:0px;
	right: 0px;
	bottom: 0px;
	background-color: #051f46;
	color: #FFF;
	display: none;
	user-select: none;
}
.menubg{
	position:fixed;
	z-index: 120;
	background-color: #000;
	opacity: 0.6;
	left: 0px;
	top:0px;
	right: 0px;
	bottom: 0px;
	display: none;
}
.menumain a{
	color: #FFF;
	font-size: 0.18rem;
	display: block;
	line-height: 60px;
	margin-left: 20px;
}
.optop{
	height: 50px;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
	padding: 15px;
}
.optop img{
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	cursor: pointer;
}
/**keephead结束**/
.pubfoot{
	position: fixed;
	z-index: 100;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 61px;
	font-size: 0.16rem;
	display: flex;
	justify-content: space-between;
	background-color: #FFF;
	border-top:1px solid #CCC;
	
}
.pubfoot a{
	display: block;
	width: 20%;
	line-height: 26px;
	text-align: center;
	color: #636363;
}
.pubfoot a img{
	display: block;
	width: 30px;
	margin: 0 auto;
	margin-top: 4px;
}
.pubfoot a.on{
	color: #00499d;
}