/* 头部 */
#P_index_404_nav_top {
  background-color: #fff;
  box-sizing: border-box;
}
.main_header_menu{
	height: 70px;
	/* transition:0.5s; */
}
.showmenuson{
	width: 100%;
}
#P_index_404_nav_top .ui-nav-top-header {
  width: 1220px;
  height: 90px;
  line-height: 90px;
  position: relative;
  text-align: left;
  margin: 0 auto;
}

#P_index_404_nav_top .ui-sec-menu-header li:last-child:after {
	display: none;
	content: "|";
    position: relative;
}

#P_index_404_nav_top .ui-nav-top-header:before,
#P_index_404_nav_top .ui-nav-top-header:after {
  content: '';
  display: table;
  clear: both;
}
#P_index_404_nav_top .onlineService {
	width: 110px;
	height: 36px !important;
	background-color: #0061AE;
	position: fixed;
	right: -75px;
	top: 50%;
	color: #FFF;
	font-size: 14px;
	z-index: 9;
	border-radius: 8px;
	cursor: pointer;
}
#P_index_404_nav_top .onlineService .onlineService-img{
	display:inline-block;
	width: 25px;
	height: 25px;
	background-image: url("../../../../img/index/04/onlineService.png");
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left:5px;
	cursor: pointer;
}
#P_index_404_nav_top .onlineService:hover {
	right: 0px;
}
#P_index_404_nav_top .oS-text{
	display:inline-block;
	line-height: 36px;
	width: 75px;
	height: 36px;
	position: absolute;
	top: 0px;
	font-size: 14px;
}
#P_index_404_nav_top .onlineService .onlineService-text{
	text-align: center;
}
#P_index_404_nav_top .ui-nav-top-header .ui-logo {
  width: 247px;
  height: 60px;
  float: left;
}

#P_index_404_nav_top .ui-nav-top-header .ui-logo img {
  height: 32px;
  vertical-align: middle;
}



#P_index_404_nav_top .ui-nav-top-header .nav-top-tool {
  position: absolute;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  right: 0;
}

#P_index_404_nav_top .ui-nav-top-header .nav-top-tool>div {
  float: left;
  height: 32px;
  line-height: 32px;
}

#P_index_404_nav_top .ui-nav-top-header .nav-top-tool:before,
#P_index_404_nav_top .ui-nav-top-header .nav-top-tool:after {
  content: '';
  display: table;
  clear: both;
}

#P_index_404_nav_top .ui-top-tool-tips {
  padding-right: 20px;
  padding-left: 20px;
}

#P_index_404_nav_top .ui-tool-search {
  width: 300px;
  margin-right: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #f4f4f4;
  margin-right:275px;
  margin-top:3px;
  border:1px solid #666666;
}

#P_index_404_nav_top .ui-tool-search .ui-tool-search-icon {
  display: inline-block;
  width: 16px;
  height: 15px;
  background-image: url("../../../../img/index/01/search2.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  left: 50px;
  top: 2px;
    cursor: pointer;
}

#P_index_404_nav_top .ui-tool-search input {
  width: 200px;
  height: 28px;
  border: none;
  margin-left: 17px;
  background-color: #f6f6f6;
  color: #666;
}

#P_index_404_nav_top .ui-tool-search span {
  font-size: 12px;
  color: #0061AE;
  border-left: 1px solid #dfdfdf;
  padding-left: 10px;
  position: relative;
  right: -10px;
}


#P_index_404_nav_top .ui-nav-top-menus-panel {
  border-top: 1px solid #ddd;
  position: relative;
}

#P_index_404_nav_top .ui-nav-top-menus {
  box-sizing: border-box;
  width: 1220px;
  height: 69px;
}

#P_index_404_nav_top .menu-list-top {
  height: 69px;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #0061AE;
}

#P_index_404_nav_top .menu-list-top td {
  margin: 0;
  padding: 0;
  text-align: right;
  padding-left: 21px;
  padding-top: 4px;
  white-space: nowrap;
}

#P_index_404_nav_top .menu-list-top li {
  height: 69px;
  float: left;
  margin: 0;
  padding: 0 12px;
  float: left;
  position: relative;
  z-index: 2;
}

#P_index_404_nav_top .menu-list-top li:last-child {
  text-align: right;
  padding-right: 0;
}

#P_index_404_nav_top .menu-list-top a {
  color: #333;
  font: 18px 'Source Han Sans CN', 'PingFang SC', 'Source Han Serif SC';
  line-height: 69px;
  text-decoration: none;
  height: 69px;
  display: inherit;
  cursor: pointer;
  font-weight: 100;
  /* padding-left: 40px;
  padding-right: 40px; */
  padding: 0 22px;
 /*  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-transition: all 0.1s; */
}
#P_index_404_nav_top .menu-list-top a>i{
	display: inline-block;
	padding-left: 3px;
	padding-right: 3px;
	color: #FFFFFF;
  	position: relative;
}

#P_index_404_nav_top .menu-list-top a>i:hover {
	color: #FFFFFF;
	/* background-color: #EF5D5D; */
}

/* #P_index_404_nav_top .menu-list-top a.current {
  color: #0061AE;
}
 */
#P_index_404_nav_top .menu-list-top a.current i{
	/* color: #0061AE; */
	color: #FFFFFF;
}

/* #P_index_404_nav_top .menu-list-top a:hover {
  color: #0061AE;
}

#P_index_404_nav_top .menu-list-top a:hover.current {
  color: #0061AE;
} */
#P_index_404_nav_top .menu-list-top a.current>i::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 15px;
	height: 4px;
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 3px;
}
#P_index_404_nav_top .menu-list-top a:active {
  border: none none none;
}
#P_index_404_nav_top .ui-tool-item:hover {
  color: #0061AE;
  cursor: pointer;
}
#P_index_404_nav_top .ui-nav-top-login-header{
	height: 119px;
	line-height: 119px;
}
#P_index_404_nav_top .ui-top-tips-login {
	height: 55px !important;
    line-height: 55px !important;
    padding: 0 40px;
}
#P_index_404_nav_top .ui-top-tips-login a:first-child {
	border-right: 2px solid #0061AE;
}
#P_index_404_nav_top .ui-top-tips-login a {
	padding: 0 25px;
	color: #0061AE;
	font-weight: 500;
}

#P_index_404_nav_top .ui-top-tips-login .nav-top-hot{
	position: relative;
	top: -10px;
	left: 0;
	padding: 0 3px;
	border-radius: 5px 5px 5px 0;
	background-color: red;
	color: #fff;
	font-size: 12px;
}
#P_index_404_nav_top .ui-top-tool-tips-login{
	/* width: 225px; */
    text-align: right;
}

#P_index_404_nav_top .ui-top-tool-tips-login:last-child {
	padding-left: 40px;	
}

#P_index_404_nav_top .ui-top-tool-tips-login a{
	/* line-height: 55px; */
    font-size: 12px;
    color: #4A90E2;
    text-decoration: underline;
    position: relative;
    top: -2px;
} 

#P_index_404_nav_top .ui-top-tool-tips-login1{
	padding: 0 20px;
	/* padding-right: 20px; */
    border-right: 1px solid #e2e2e2;
    color: black;
    height: 45px;
}
#P_index_404_nav_top .ui-top-tool-tips-login .ui-top-login-tp{
	font-size: 30px;
	color: #222222;
	font-weight:bold;
}
#P_index_404_nav_top .ui-top-tool-tips-login .ui-top-login-ti{
	font-size: 12px;
	text-align: right;
	/* float:left;
	margin-left:30px; */
}
#P_index_404_nav_top .ui-nav-top-header .nav-top-tool-login{
	margin: 30px 0;
	top: 0;
}
#P_index_404_nav_top .ui-sec-menu-header{
	width: 1220px;
    height: 44px;
    line-height: 44px;
    text-align: left;
    padding: 5px 0;
    background: #fff;
}
#P_index_404_nav_top .ui-sec-menu-header li{
	float: left;
    position: relative;
    cursor: pointer;
}
#P_index_404_nav_top .ui-sec-menu-header li:after{
	content: "|";
    position: relative;
}
#P_index_404_nav_top .ui-sec-menu-header a{
	cursor: pointer;
	padding: 0 30px;
}
#top_menubar_sec{
    position: absolute;
    z-index: 1;
    opacity: 24;
    background: #fff;
    width: 100%;
}
#P_index_404_nav_top .ui-sec-menu-header .ui-thi-topfix{
	position: absolute;
	z-index: 3!important;
	background: #fff;
	/* left: -7px; */
	/* width: 100%; */
}
#P_index_404_nav_top .ui-sec-menu-header .ui-thi-menu-header{
	background: #fff;
	position: relative;
	width: 160px;
}
#P_index_404_nav_top .ui-sec-menu-header .ui-thi-menu-header:last-child {
	border-radius: 0 0 8px 8px;
}
#P_index_404_nav_top .ui-sec-menu-header .more1>a:before {
    content: '\e608';
    font-family: 'aresfont';
    font-size: 19px;
    color: #333;
    font-style: normal;
   /*  -webkit-transition: font-size .25s ease-out 0s;
    -moz-transition: font-size .25s ease-out 0s;
    transition: font-size .25s ease-out 0s;  */
    /* position: absolute; */
    top: 5px;
        
}
#P_index_404_nav_top .ui-thi-menu-header .more1:after {
    content: '\e611';
    font-family: 'aresfont';
    font-size: 19px;
    color: #333;
    font-style: normal;
    -webkit-transition: font-size .25s ease-out 0s;
    -moz-transition: font-size .25s ease-out 0s;
    transition: font-size .25s ease-out 0s; 
    padding-left: 10px;
    position: absolute;
    top: 5px;
    right: 10px;
        
}
#P_index_404_nav_top .ui-list-detail-panel {
    color: #333;
    padding: 0 30px;
}

#P_index_404_nav_top .ui-list-detail-panel .header {
    height: 70px;
    line-height: 70px;
    position: relative;
    border-bottom: 2px solid #0061ae;
}
#P_index_404_nav_top .ui-list-detail-panel .header .txt {
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
}
#P_index_404_nav_top .ui-list-detail-panel .ui-table .item {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* #P_index_404_nav_top .ui-list-detail-panel span,a{
    line-height:40px;
}
 */
#ui-list-menu .ui-border-line .item{
    line-height:36px;
}
/* 头部 */

/*  */
.ui-404-content {
	width: 1220px;
	margin: 0 auto;
	background: #fff;
	border-radius: 8px
}
/*  */



/* 底部 */
.ui-login-footer {
	background-color: #FFFFFF;
	
	/* 20210119 */
	/* position: absolute; */
    width: 100%;
    bottom: 0;
}

.ui-footer-login-con {
	background: #ffffff;
	width: 1280px;
	height: 150px;
	line-height: 120px;
	margin: 0 auto;
	position: relative;
}

.ui-footer-login-con .ui-footer-login-item {
	margin-left: 18px;
	margin-right: 50px;
	font-size: 16px;
	float: left;
	height: 147px;
}

.ui-footer-login-con .ui-footer-login-item a {
	height: 100%;
	display: block;
}

.ui-footer-login-con .ui-footer-login-item a img {
	height: 100%;
}

.ui-footer-login-con .ui-footer-login-tips {
	font-size: 14px;
	background-color: #F8F8F8;
	float: left;
	width: 160px;
	height: 60px;
	margin: 30px 10px;
	line-height: 60px;
}

.ui-footer-login-con .ui-footer-login-tips img {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 10px;
}
.ui-footer-login-con .ui-footer-login-qrcode{
	position:relative;
	float: right;
	text-align: center;
	line-height: 0px;
	margin-top: 10px;
	padding: 0 10px 0 5px;
}
.ui-footer-login-con .ui-footer-login-qrcode canvas{
	width: 60px;
	height: 60px;
	padding-top: 20px;
}
.ui-footer-login-con .ui-footer-login-qrcode .text-info{
    font-size: 12px;	
    color: #666666;
    padding-top: 15px;
}

.ui-footer-login-con .ui-footer-login-qrcode:hover .ui-footer-login-img{
	display: block;
}

.ui-footer-login-con .ui-footer-login-img {
	display: none;
	width: 150px;
    height: 150px;
    position: absolute;
    bottom: 115px;
    left: -50%;
    border-radius: 15px;
    z-index: 99999;
    border: 1px solid #999;
}

.ui-footer-login-con .ui-botom-404{
	 height: 22px;
    line-height: 22px;
    position: absolute;
    bottom: 0;
    left: 32%;
}
   
 