body{
	font-family: "Microsoft YaHei" !important;	
}

#laysdivs {
	position: fixed;
	z-index: 9999999999999;
	left: 0px;
	background: #fff;
	width: 100%;
	bottom: 0px;
	top: 0px;
}

#laysdivsdiv i {
	position: absolute;
	color: #808080;
	font-size: 34px;
	left: 50%;
	margin-left: -17px;
	top: 50%;
	margin-top: -60px;
}

#laysdivsdiv span {
	position: absolute;
	color: #808080;
	font-size: 12px;
	left: 40%;
	top: 50%;
	margin-top: -11px;
	text-align: center;
	width: 20%;
}

body {
	background: #f7f7f7;
}

.topRightMenu {
	float: left;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.topTipMenu {
	float: left;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.topTipMenu:hover {
	text-decoration: underline;
}

/* .focus::after {
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	background: #fc5531;
	left: 0;
	padding-left: 20px;
	margin-left: -10px;
	position: relative;
	top: 0px;
} */
 
#btnSearch {
	position: absolute;
	left: 150px;
	top: 7px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	padding-left: 15px;
	background: #fc5531;
	border: 1px solid #fc5531;
	width: 80px;
	border-radius: 0px 20px 20px 0px;
}

#btnSearch:hover {
	cursor: pointer;
	background: red;
	border: 1px solid red;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

#btnWrite {
	position: absolute;
	right: 0px;
	top: 7px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	padding-left: 15px;
	background: #fc5531;
	border: 1px solid #fc5531;
	width: 70px;
	border-radius: 20px;
}

#btnWrite:hover {
	cursor: pointer;
	background: red;
	border: 1px solid red;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

body {
	overflow: auto;
}

.layui-timeline-item {
	position: relative;
	padding-bottom: 15px;
}

#topTitle {
	width: 100%;
	height: 86px;
	z-index: 999999;
	line-height: 86px;
	position: fixed;
	background: #fff;
	-webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0/ 5%);
	box-shadow: 0 2px 4px 0 rgb(0 0 0/ 5%);
}

#topDiv {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	height: 100%;
}

.topMenu {
	float: left;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	font-size: 16px;
	width: auto;
	text-align: center;
	padding-left: 25px;
    padding-right: 25px;
    font-weight: bold;
    color: #333;
	margin-right: 5px;
    border-radius: 3px;
}  

.topMenu:hover{
	background: #fff;
	color:#fff;
	background: #d4141ae8;
}
 
.focus{
	background: #fff;
	color:#fff;
	background: #d4141ae8;
}
  
#logoImg {
    width: 450px;
    top: 10px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}
 
#logoCompty {
    position: absolute;
    left: 137px;
    top: 42px;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
}
 
#logoTitle {
    position: absolute;
    left: 136px;
    top: 15px;
    line-height: 30px;
    height: 30px;
    font-size: 27px;
}

#topMenus {
    position: absolute;
    right: -15px;
    width: auto;
    height: 38px;
    top: 48px;
    z-index: 666;
    line-height: 38px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
 
#topMenusDiv{
	width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 0px;
    height: 100%;
    top: 8px;
} 

/* ����Ԫ�ر���ͣʱ���ı丸��������ɫ */
#topMenus:has(.topMenu:hover) { 
  /* background-color: #ffffffde; */
}  
 
#topMenus {
    right: 0px;
    height: 44px;
    top: 86px;
    z-index: 666; 
    line-height: 38px; 
    padding-top: 9px;
    left: 0px;
    position: fixed;
    text-align: center;
    transition: background-color 0.5s ease;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow:0 3px 4px 0 rgb(0 0 0 / 17%);
}
  
#langDiv {
    position: absolute;
    right: 250px;
    height: 30px;
    top: 50px;
    line-height: 30px;
}
  
#langDiv div { 
	font-size: 14px;
	color: #808080;
}

.langBtn {
	cursor: pointer;
}

.langBtn:hover {
	text-decoration: underline;
}

#loginDiv {
	position: absolute;
	height: 100%;
	right: 0px;
}

#btnReg {
	cursor: pointer;
	width: 65px;
	height: 36px;
	text-align: center;
	background: #d71e26;
	line-height: 36px;
	color: #fff;
	border: 5px;
	position: absolute;
	top: 22px;
	right: 80px;
	border-radius: 3px;
}

#btnEnsHome{
	cursor: pointer;
	width: 65px;
	height: 36px;
	text-align: center;
	background: #d71e26;
	line-height: 36px;
	color: #fff;
	border: 5px;
	position: absolute;
	top: 22px;
	right: 80px;
	border-radius: 3px;
}

#btnLogin {
	width: 63px;
	height: 34px;
	text-align: center;
	background: #FFF;
	line-height: 36px;
	color: #d71e26;
	border: 5px;
	position: absolute;
	top: 22px;
	right: 0px;
	border-radius: 3px;
	border: 1px solid #d71e26;
	cursor: pointer;
}

#btnLoginOut,#btnLoginOutQy {
	width: 63px;
	height: 34px;
	text-align: center;
	background: #FFF;
	line-height: 36px;
	color: #d71e26;
	border: 5px;
	position: absolute;
	top: 22px;
	right: 0px;
	border-radius: 3px;
	border: 1px solid #d71e26;
	cursor: pointer;
}

.thisLang {
	color: #FF5722;
	text-decoration: none !important;
	cursor: auto;
}

#context {
	width: 100%;
	position: relative;
	left: 0px;
	margin-left: 0px;
	bottom: 0px;
	top: 0px;
	padding-top: 86px;
	padding-top: 140px;
}
 
.topMenusShow{
	background: #fff !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}