/* 基础 */
body,input,form,p,pre,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
ul,li,ol,dl,dt,dd{
	margin:0;
	padding:0;
	list-style: none;
}
a{
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
input[type="button"],button,a{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
img{
	border: 0;
}
body{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-user-select:none;
}
input,textarea{
	outline: none;
}
.over{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.overmore{
    text-overflow:ellipsis;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}



/* 导航栏 */
.navbox{
    width: 1200px;
    height: 62px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 36px;
    z-index: 99999999;
}
.logobox{
    float: left;
    width: 240px;
    height: 62px;
}
.logobox img{
    width: 188px;
	margin-top: 0px;
}
.hbg{
	display: none;
}
.test{
    float: right;
    width:100px;
    height:40px;
    background:rgba(9,96,189,1);
    border-radius:20px;
    margin-top: 11px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}
.buy{
    float: right;
    width:100px;
    height:40px;
    background:#ffb33f;
    border-radius:20px;
    margin-top: 11px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
	margin-left: 10px;
}
.nav{
    float: right;
    line-height: 32px;
}
.nav-item{
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    float: left;
    margin-right: 48px;
	cursor: pointer;
	/* width: 56px; */
	position: relative;
	padding-bottom: 15px;
}
.nav-item a{
	color: #fff;
}
.item-title{
	display: inline-block;
	font-size: 18px;
}
.nav-item:hover .item-title{
    border-bottom: 1px solid #fff;
}
.nav-item.active  .item-title{
    border-bottom: 1px solid #fff;
}
.nav-item ul{
	width: auto;
	position: absolute;
	width: 120px;
	display: none;
	top: 40px;
	/* left: -10px; */
	font-size: 12px;
	background: rgba(9,96,189,.95);
	padding-left: 10px;
	border-radius: 6px;
	box-sizing: border-box;
}
.nav-item:hover ul{
	display: block;
}
#navmenu .nav{
	display: none;
}

/* 底部 */
.footer{
    width: 100%;
    height: 400px;
	background: #f1f1f1;
}
.footer .content{
	width: 1200px;
	height: 240px;
	margin: 0 auto;
	padding: 60px 0 40px;
    display: flex;
    justify-content: space-between;
}
.footer ul{
    height: 100%;
}
.footer ul li{
    width: 100%;
    height: 20%;
}
.footer .title{
    font-size: 16px;
    color: #333;
}
.footer .item{
    font-size: 13px;
    color: #666;
}
.footer .copy{
	text-align: center;
	line-height: 60px;
	width: 100%;
	background: #E7E7E7;
	font-size: 12px;
	color: #999;
}
.footer .copy a{
	color: #999;
}
.ecodeimg{
	display: none;
	position: absolute;
	top: 20px;
	right: 0;
	width: 100px;
	height: 100px;
}
.ecode:hover+.ecodeimg{
	display: block;
}

@media screen and (max-width: 780px) {
	.headerpage .layui-layer{
		background: transparent;
	}
	.navbox{
	    width: 100%;
	    height: 1rem;
	    position: absolute;
	    left: 0;
	    margin-left: 0;
	    top: 0;
	    z-index: 9999;
	}
	.logobox{
		position: absolute;
	    width: 1.79rem;
	    height: .58rem;
		left: .31rem;
		top: .42rem;
		font-size: 0;
		line-height: 0;
	}
	.hbg{
		display: block;
		position: absolute;
	    width: .44rem;
	    height: .34rem;
		right: .31rem;
		top: .55rem;
		font-size: 0;
		line-height: 0;
	}
	.logobox .logo{
	    width: 1.79rem;
		margin-top: 0px;
	}
	.hbg img{
		width: 100%;
	}
	.test{
	    display: none;
	}
	.buy{
	    display: none;
	}
	.nav{
		display: none;
	    float: right;
	    line-height: 32px;
	}
	#navmenu{
		display: none;
	}
	#navmenu .nav{
		display: block;
		width: 2.7rem;
		text-align: center;
	}
	.menu-item{
		font-size: .32rem;
		font-weight: bold;
		color: #fff;
		margin-bottom: .76rem;
	}
	.menu-item .item{
		font-size: .3rem;
		font-weight: normal;
		color: #C5C5C5;
		line-height: 1.5;
	}
	.menu-item a{
		color: #fff;
	}
	
	
	/* 底部 */
	.footer{
	    width: 100%;
	    height: 1rem;
		background: #f1f1f1;
	}
	.footer .content{
		display: none;
	}
	.footer .copy{
		text-align: center;
		line-height: 1.5;
		width: 100%;
		font-size: .24rem;
		color: #999;
		padding: .15rem .3rem 0;
		background: #f1f1f1;
		box-sizing: border-box;
	}
	.footer .copy a{
		color: #999;
	}
	.ecode{
		display: none;
	}
	.ecodeimg{
		display: block;
		position: absolute;
		top: .7rem;
		left: 0;
		width: 1.36rem;
		height: 1.36rem;
	}
}