/*悬浮头部*/
.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 .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 .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{
	margin-left:-8px;
	font-size:12px;
	text-align:center;
	width: 110%;
}
.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*/
@media screen and (max-width:520px){
	.yc_cd .list .list-new {
    top: 20px;
}