/*悬浮头部*/
.yfx_head {
    max-width: 700px;
    margin: 0 auto;
    top: 0;
    position: fixed;
    z-index: 11;
    height: 45px;
    width: 100%;
}

.yfx_head.fixed {
    background: rgba(255,255,255,0.9);
}
.yfx_head a {
    position: absolute;
}
.yfx_head .sign {
    right: 20px;
    top: 13px;
    width: 30px;
}
.yfx_head .shou {
    left: 20px;
    top: 13px;
    width: 50px;
}
.yfx_head a img {
    float: left;
    display: block;
    width: 20px;
}
.yfx_head .top_title {
    text-align: center;
    font-size: 1.285711rem;
    margin: 0 auto;
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
    height: 100%;
}
.yfx_head .top_title img.logo {
    overflow: hidden;
    display: block;
    height: 31px;
    margin: 5px auto;
    color: #020207;
}
.kong{
    width:100%;
    height:45px;
    overflow: hidden;
}
/*悬浮头部 end*/
/*菜单展开*/

.yc_cd {
	position: fixed;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    z-index: 10;
    max-width: 700px;
    height: 100%;
}
.yc_cd .list {
	width: 90%;
    height: 100%;
    position: relative;
	margin: 0 auto;
}
.yc_cd .list .list-new {
	position: relative;
    top: -20px;
    margin: auto;
    padding: 10% 0;
}


.yc_cd .list .list-new ul {
	width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.yc_cd .list .list-new ul li {
	width: 25%;
    float: left;
    margin: 0 auto;
}
.yc_cd .list .list-new ul li a {
	
    display: block;
    margin-bottom: 15px;
    height: auto;
}
.yc_cd .list .list-new ul li a img{
	width:55px;
	height:55px;
}
.yc_cd .list .list-new ul li a p{
	
	font-size:12px;
	text-align:center;
	
}
.yc_cd .list .list-new h3{
	text-align: center;
    font-size: 22px;
    color: #fab739;
    margin-top: 15px;
}
.yc_cd .list .list-new .hm_a{
	display: block;
    width: 100%;
    text-align: center;
    color: #fab739;
}
/*菜单展开end*/

.nav_list_top{width:100%;padding:10px;box-sizing: border-box;}
.nav_list_top ul li{width:25%;margin-bottom:5px;text-align: center;float: left;}
.nav_list_top ul li i{width:40px;height:40px;line-height: 40px;display: block;margin:5px auto;color:#fff;font-size: 22px;background-color:#ae0000;border-radius: 100px;}
.nav_list_top ul li img{width:40px;display: block;margin:5px auto;}
.nav_list_top ul li a{font-size:14px;color:#000;}