.opencms div.head-box {top: 52px !important;}
.opencms div.menu-box-xs{top: 52px !important;}

div.head-box{z-index:98;width: 100%;background: #fff;box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.12);position: fixed;top:0;left: 0;font-family: Arial, sans-serif}
.screen-mode-pc div.head-box{height: 0.75rem;display: -webkit-flex;display: flex;flex-flow: row nowrap}
.screen-mode-mobile div.head-box{height: 0.8rem;}
div.head-box div.logo-box{width: 2.11rem; line-height: 0;}
.screen-mode-pc div.head-box div.logo-box{margin-top: 0.17rem;flex-shrink: 0}
/*.screen-mode-mobile div.head-box div.logo-box{margin: 0.02rem auto;}*/
.screen-mode-pc div.head-box div.logo-box{margin-top: 0rem;}
.screen-mode-pc div.head-box div.reg-box{height: 100%;padding: 0.03rem 0rem 0.17rem 0;flex-shrink: 0;display: block !important;}
.screen-mode-pc div.head-box div.reg-box a.reg-link
{
	display: block;
	margin-top: 0.15rem;
	width: 1.2rem;
	line-height: 0.34rem;
	text-align: center;
	/*background: url('../../images/common/reg_bg.jpg') no-repeat center center;
	background-size: 100% 100%;*/
	background-color:#f16824;
	font-size: 0.12rem;
	color: #FFF;
	font-weight: 600;
	border-radius: 0.1rem;
	white-space: pre;
	margin-right: 0.3rem;
	float: left;
}
.screen-mode-pc div.head-box div.reg-box div.lang-box{height: 0.18rem;
	display: -webkit-flex;
	display: flex;
	 flex-flow: row nowrap;
	 justify-content: flex-end;
	float: left;
	margin-top: 0.21rem;
	margin-right: 0.3rem;}
.screen-mode-pc div.head-box div.reg-box div.lang-box div.lang-item{font-size: 0.11rem;line-height: 0.18rem;color: #F16824}
.screen-mode-pc div.head-box div.reg-box div.lang-box div.lang-item a{color:#5E5D5D;}
.screen-mode-pc div.head-box div.reg-box div.lang-box div.lang-item a:hover{color: #F16824}
.screen-mode-pc div.head-box div.reg-box div.lang-box div.line {    
	margin: 0 0.05rem;
    width: 8px;
    background: url('../../images/common/line.png') no-repeat center center;
	height: 0.16rem;}

.screen-mode-pc div.head-box ul.menu-box{flex-grow: 1;
	margin: 0;padding:0;display: -webkit-flex !important;display: flex !important;flex-flow: row nowrap;justify-content: flex-start;align-items: flex-start}
.screen-mode-pc div.head-box ul.menu-box div.sub-menu{display: none}
.screen-mode-pc div.head-box ul.menu-box > li:hover {background: #F5F5F5}
/*.screen-mode-pc div.head-box ul.menu-box li:hover > *{color: #FFF !important;}*/
.screen-mode-pc div.head-box div.sub-menu li:hover {background: #F16824}
.screen-mode-pc div.head-box div.sub-menu li:hover > *{color: #FFF !important;}
.screen-mode-pc div.head-box ul.menu-box > li {padding:0 0.18rem;font-size: 0.11rem;height: 0.75rem;position: relative}
.screen-mode-pc div.head-box ul.menu-box > li > *{display:block;color: #5E5D5D;line-height: 0.2rem;margin-top: 0.23rem;}
.screen-mode-pc div.head-box ul.menu-box li div.sub-menu
{
	position: absolute;
	left: 50%;
	top: 100%;
	padding: 0.12rem 0 0 0;
	margin: -0.16rem 0 0 0;
	background: url('../../images/common/cursor.png') no-repeat top center;
	background-size: 0.25rem 0.12rem;
}

.screen-mode-pc div.head-box ul.menu-box li div.sub-menu ul
{
	padding: 0.17rem 0;
	margin: 0;
	background: #FFF;
	border-radius: 0.04rem;
}

.screen-mode-pc div.head-box ul.menu-box li div.sub-menu li
{
	padding: 0 0.3rem 0 0.36rem;
	margin: 0;
}

.screen-mode-pc div.head-box ul.menu-box li div.sub-menu li *
{
	display: block;
	margin: 0;
	line-height: 0.36rem;
	white-space: nowrap;
	color: #000;
	font-size: 0.15rem;
}

.screen-mode-mobile div.head-box a.menu-ico
{
	position: absolute;
	top:0.2rem;
	right:0.08rem;
	width: 0.24rem;
	height: 0.2rem;
	padding: 0.1rem;
	box-sizing: content-box;
	display: block;
	background: url('../../images/common/menu_ico.png') no-repeat center center;
	background-size: 0.24rem 0.2rem;
}


.screen-mode-mobile div.menu-box-xs
{
	position: fixed;
	z-index: 99;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	display: -webkit-flex;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	background: #072D5A;
}

.screen-mode-mobile div.menu-box-xs div.menu-head
{
	position: relative;
	width: 100%;
	height: 0.6rem;
	background: #002856;
	box-shadow: 0 0 0.06rem 0 rgba(0, 0, 0, 0.16);
	order: -1;
}

.screen-mode-mobile div.menu-box-xs div.menu-head div.logo-box
{
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-around;
}

.screen-mode-mobile div.menu-box-xs div.menu-head div.logo-box img
{
	display: block;
	height: auto;
	width: 0.6rem;
}

.screen-mode-mobile div.menu-box-xs div.menu-head a.menu-close
{
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	box-sizing: content-box;
	padding: 0.1rem;
	position: absolute;
	top: 0.1rem;
	right: 0.07rem;
	background: url('../../images/common/close_btn.png') no-repeat center center;
	background-size: 0.2rem 0.2rem;
}

.screen-mode-mobile div.menu-box-xs div.menu-lang
{
	width: 100%;
	line-height: 0.3rem;
	padding: 0.3rem;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
}

.screen-mode-mobile div.menu-box-xs div.menu-lang *
{
	display: block;
	font-size: 0.16rem;
	color: #FFF;
	font-family: Arial, sans-serif;
	margin-right: 0.2rem;
}

.screen-mode-mobile div.menu-box-xs div.menu-lang span,.screen-mode-mobile div.menu-box-xs div.menu-lang a:hover
{
	color:#FAB667;
}

.screen-mode-mobile div.menu-box-xs div.menu-lang a.back-ico
{
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	background: url('../../images/common/back.png') no-repeat center center;
	background-size: 50% 50%;
	margin: 0;
}


.screen-mode-mobile div.menu-box-xs div.menu-body
{
	width: 100%;
	flex-grow: 1;
	padding: 0 0.3rem 0 0.3rem;
	display: -webkit-flex;
	display: flex;
	flex-flow: column nowrap;
	overflow: hidden;
}


.screen-mode-mobile div.menu-box-xs div.menu-body
{
	flex-grow: 1;
	width: 100%;
	padding: 0 0.3rem 0 0.3rem;
	display: -webkit-flex;
	display: flex;
	flex-flow: column nowrap;
	overflow: hidden;
}

.screen-mode-mobile div.menu-box-xs ul.head-menu
{
	flex-grow: 1;
	width: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	flex-flow: column nowrap;
}

.screen-mode-mobile div.menu-box-xs ul.head-menu ul.head-menu
{
	display: none;
}

.screen-mode-mobile div.menu-box-xs ul.head-menu li
{
	flex-grow: 1;
	border-bottom: 1px solid #214369;
	max-height: 0.6rem;
	display: block;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	flex-flow: column nowrap;
}

.screen-mode-mobile div.menu-box-xs div.menu-body .menu-item
{
	flex-grow: 1;
	height: 100%;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	color: #FFF;
	font-size: 0.16rem;
	font-family: Arial, sans-serif;
	font-weight: 700;
}

.screen-mode-mobile div.menu-box-xs div.menu-body .menu-item:hover,div.head-box div.menu-box div.menu-body .menu-title
{
	color: #F26722;
}

.screen-mode-mobile div.menu-box-xs div.menu-body .menu-item span
{
	display: block;
}

.screen-mode-mobile div.menu-box-xs div.menu-footer
{
	width: 100%;
	padding: 0.19rem 0.3rem;
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.screen-mode-mobile div.menu-box-xs div.menu-footer a
{
	display: block;
	width: 0.3rem;
	height: 0.3rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.screen-mode-mobile div.menu-box-xs a.menu-register
{
	text-align: center;
	display: block;
	width:100%;
	line-height: 0.6rem;
	font-family: Arial, sans-serif;
	font-size: 0.22rem;
	color:#FFF;
	background: url('../../images/common/button_bg.png') no-repeat center center;
	background-size: 100% 100%
}

.screen-mode-mobile div.menu-box-xs div.menu-footer div.line
{
	width: 0.02rem;
	height: 0.4rem;
	background: #FFF;
}
.text-uppercase > br{
	display: inline-block;
	margin-top: -0.1rem;
}