*{margin:0;padding:0;box-sizing:border-box;}
body{
	font-size: 13px;
	color: #666;
	/* [disabled]font-family:'微软雅黑'; */
}
img{display:block;max-width:100%;border:0}
ul, li{list-style:none}
a{text-decoration:none;display:block;-webkit-tap-highlight-color:rgba(255, 255, 255, 0);-webkit-user-select:none;-moz-user-focus:none;-moz-user-select:none;}
/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
.sp_header{
	height: 50px;
	overflow: hidden;
	position: fixed;
	z-index: 9999;
	width: 100%;
	background-image: url(../webpic/topbg.png);
	background-color: #000;
}
.sp_logo{
	padding: 10px;
	float: left;
	height: 50px;
	background-image: url(../webpic/toplogo_m.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 80%;
	width: 130px;
}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{
	display: block;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s;
	background-color: #CCCCCC;
}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{
	position: fixed;
	z-index: 9998;
	width: 100%;
	font-size: 14px;
	line-height: 35px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
	background-color: #333;
}
.nav_show{top:50px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{
	width: 35px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #FFF;
}
.sjj_nav ul li i{
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 25px;
	padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{
	border-top: 1px #666 solid;
	margin-left: 10px;
	position: relative;
	line-height: 35px;
	font-size: 12px
}
.sjj_nav>ul >li:last-child{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{
	color: #FFF;
	width: 80%
}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{
	margin-left: 10px
}
/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/