.layouts-wrap {
	overflow: hidden;
}

.layouts-nav {
	margin:0 auto;
	/*width: 80%;*/
	height: 65px;
	line-height: 60px;
    box-shadow:0 10px 20px 0 rgba(153,153,153,0.20);
}

.qk-nav-item a {
    color: #999;
}

.qk-nav-item a.active {
    color: #333;
}
.qk-nav-child{
	display:none;
	position:absolute;
	z-index:9;
	background:rgba(255,255,255,.95);
	white-space:nowrap;
	left:50%;
	transform: translateX(-50%);
	box-shadow:0 10px 20px 0 rgba(153,153,153,0.30)
}
.qk-nav-child>a{display:block; padding:0 10px; height:45px; line-height:45px;}
.qk-nav-child>a:hover{color:#3875ff;}
.qk-nav-item:hover .qk-nav-child{display:block;}
.text-center {

}

.layouts-title {
	font-size: 24px;
	color:#363745;
	float: left;
	margin-right: 10%;
}

.layouts-nav-list li {
	float: left;
	font-size:16px;
	color:#373737;
	margin-right: 5%;
	position:relative;
}

.layouts-title-link {
    display: block;
	width: 180px;
    height: 40px;
}

.layouts-nav-list  {
    margin-bottom: 0;
}

.layouts-title-link img {
    width: 139px;
    height: 48px;
}

.layouts-nav-list:after{
            content:".";
            clear:both;
            display:block;
            height:0;
            overflow:hidden;
            visibility:hidden;
       }

