#head .top{
    height: 149px;
    background: url(/vpn/89/http/P75YPLUGPN7GM73PM7YYMLUDNG/imageshead/bg.png;vpn_img);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#head .top h1{
    text-indent: -999px;
    width: 386px;
    height: 95px;
    background: url(/vpn/89/http/P75YPLUGPN7GM73PM7YYMLUDNG/imageshead/logo.png;vpn_img);
    background-repeat: no-repeat;
    float: left;
    margin-top: 27px;
}

#head .top .search{
    font-size: 0;
    float: right;
    margin-top: 55px;
    height: 40px;
}

#head .top .search input{
    font-size: 16px;
    border: 1px solid #dfedf9;
    text-indent: 16px;
    width: 288px;
    height: 38px;
    opacity: 0.8;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#head .top .search .sbtn{
    width: 40px;
    height: 40px;
    background: url(/vpn/89/http/P75YPLUGPN7GM73PM7YYMLUDNG/imageshead/search.png;vpn_img);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #3d79c1;
    border: none;
    display: inline-block;
    vertical-align: middle;
}

#head .tab{
    height: 60px;
    background-color: #3d79c1;
}

#head .tab ul li{
    width: 9%;
    height: 100%;
    box-sizing: border-box;
    float: left;
}

#head .tab ul li a{
    font-size: 20px;
    line-height: 60px;
    display: block;
    color: #fff;
    text-align: center;
}

#head .tab ul .active{
    border-bottom: 5px solid #acd2ff;
}

#head .tablist{
	position: relative;
}

#head .tablist ul{
	display: none;
	position: absolute;
	top: 60px;
}

#head .tablist ul li{
	float: none;
	width: 100%;
	height: auto;
}

#head .tablist:hover ul{
	display: block;
	z-index: 10;
}

#head .tablist ul li{
	background: #3d79c1;
}

#head .tablist ul li:hover{
	background: #4d89c1;
}