
.navs>ul{
    display: inline-block;
    height:50px;
    width:100%;
    text-align: center;
}
.navs>ul>li{
    display: inline-block;
    margin: 0;
    padding:0;
    height:50px;
    font-size:16px;
    color: #eee;
    /*width:10%;*/
    width:12%;
    transition: color 0.5s;
    font-family: "Noto Sans SC";
font-weight: 300;
}

.navs>ul>li:hover, .navs>ul>li.active{
    color: #1C95C8;
}

.navs a{
    display: block;
   
}
.navs .menu-container{
    position: absolute;
    overflow: hidden;
    top:110px;
    left:0;
    width:100%;
    height:0px;
    z-index: 999;
}
.navs .menu-container.open{
    height:170px;

}
.navs .menu-bg{
    position: absolute;
    width:100%;
    height:170px;
    top:-170px;
    left:0;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    background: white;
    opacity: 0.8;
}
.navs .menu-bg.open{
    top:0;
}
.navs .menu{
    width:1000px;
    height:170px;
    position: relative;
    overflow: hidden;
    margin:0 auto;
}
.navs .menu .scroll{
    width:auto;
    height:170px;
    position: absolute;
    left:0;
    top:0;
}
.navs .menu .scroll .plate{

    width:1000px;
    height:170px;
    text-align: center;
}
.navs .menu .scroll .plate .linker{
    display: inline-block;
    margin:30px 15px 0;
    position: relative;
    vertical-align: top;
}
.navs .menu .scroll .plate .linker img{
    width:150px;
    height:auto;
    vertical-align: top;
}
.navs .menu .scroll .plate .linker p{
	display: inline-block;
    vertical-align: top;
    height: 100px;
    line-height: 100px;
    border-right:2px solid #cccccc ;
        width: 130px;
        font-family: "Noto Sans SC";
	font-weight: 100;
}
.navs .menu .scroll .plate .linker:nth-of-type(3) p{
	border-right: none!important;
}
.navs .menu .scroll .plate .linker a{
	display: inline-block;
    vertical-align: top;
    width:100%;
    color: #000;
    font-size:14px;
    font-family:'microsoft yahei';
    text-decoration:none;
}
