.index-header {
    height: 107rem;
	background-image: url("/template/default/static/img/common/navigation_bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: -2rem;
}

.index-header {
    font-size: 16rem;
}

.index-header_left {

}

.logo-box {
    padding-top: 7rem;
    padding-left: 19rem;
    padding-right: 24rem;
}

.logo-box img {
    width: 130rem;
    height: 77rem;
}

.nav-list {
    /* margin-top: 7rem; */
    /* height: 77rem; */
    height: 100%;
    margin-left: 79rem;
}

.nav-list > a {
    cursor: pointer;
    color: #444;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 40rem;
    
}
.nav-list > a:hover {
    background: rgba(0, 0, 0, 0.1);
    font-weight: 700;
    color: #5C2EB4;
}

.nav-list > a + a {
    /* margin-left: 100rem; */
}

.index-header_left_line {
    width: 1rem;
    height: 100%;
    background-color: #E5E5E5;
}

.index-header_right {
    padding-top:0;
    height:107rem;
    color: #A8A8A8;
    padding-right: 44rem;
    line-height: 16rem;
	position: relative;
}
.index-header_right a{color:#A8A8A8}
.index-header_right a:hover{color:#ff0000}
.index-header_right span{
    cursor: pointer;
}

.index-header_right > i {
    margin: 0 22rem;
}
.index-header_right > div{
	height: 107rem;
	position: relative;
	padding-top: 35rem;
}
.index-header_right .ico-top{
	width: 60rem;
	text-align: center;
	cursor: pointer;
}
.index-header_right .ico-top img{
	display: block;
	margin: 0 auto;
}
.index-header_right  ul{
	position: absolute;
	width:140rem;
	padding:10rem 0;
	background: #e4e4e4;
	top: 80rem;
	z-index: 9;
	right: -40rem;
	text-align: center;
	font-size: 14rem;
	border-radius: 10rem;
	
}
.index-header_right  ul li a{
	padding:15rem 30rem;
	display: block;
	width: 100%;
	line-height: 1.5;
	color: #000;
}
.index-header_right  ul li a:hover{
	color: #ff0000;
	background: #fff;
}
.index-header_right  ul li .active{
	color: #ff0000;
	background: #fff;
}
.index-header_right ul{
	display: none;
}
/* ËÑË÷ */
.search-box{
	display:none;
	position: absolute;
    top: 80rem;
    right:0;
    width: 280rem;
    height: 35rem;
	z-index: 9;
}
.search-box form{
	display: flex;
	flex-wrap:nowrap;
	border: 1rem solid #c5c5c5;
	overflow: hidden;
}
.search-box input{
	height: 35rem;
	line-height: 35rem;
	width: 180rem;
	padding: 0 15rem;
	border: none;
	outline: 0;
	color: #666;
}
.search-box button{
	height: 35rem;
	width: 100rem;
	text-align: center;
	background: #5c2eb4;
	border: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: 2rem;
	color: #fff;
}<!--ºÄÊ±1764488664.1663Ãë-->