#header-title-search {
	float: none;
	height: 50px;
	display: flex;overflow: hidden;
}
#header-title-search-text{
    height:100%;flex:1;box-sizing: border-box;
}

#header-title-search-text input {
	height: 100%;box-sizing: border-box;
	line-height: 48px;
	font-size: 16px;
	width: 100%;
	padding: 0px 12px;
	border: 1px solid #eee;
}

#header-title-search-text input:focus,  #header-title-search-text input:hover{
	outline: none;
	border: 1px solid #4680c8;
}

#header-title-search-btn {
    height: 50px;flex:0 0 auto;
	line-height: 50px;
}

#header-title-search-btn a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    background-color: #4680c8;
	text-align: center;
	width: 80px;
    height: 100%;
	border-radius: 0 8px 8px 0;
}
#header-title-search-btn a .iconfont {
    font-size: 20px;
}
#header-title-search-btn a:hover {
    background-color: #2f68b5;
}
#header-title-search-btn a:active {
    background-color: #20519b;
}
.list-ser-box{
	float:left;
    height: 100%;
}


.list-ser-type {
    font-size: 16px;
    color: #999;
    width: 76px;
    height: 100%;
    float: left;
    line-height: 48px;
    padding: 0px 10px;
    border: #eee 1px solid;
	border-right: none;
	border-radius: 8px 0 0 8px;
    cursor: pointer;
    user-select: none;
	background: url("../images/triangle.png") no-repeat 54px center/ 12px 12px;
	background-color: #f4f4f4;
}
.list-ser-type:hover {
	background-color: #eee;
}

.list-ser-type-box{
	background-color:white !important;
    position:absolute;
    top: 60px;
    background-color: rgba(78, 120, 166, .1);
    box-shadow: 0px 0 6px rgba(0,0,0,.1);
    transition: all .5s;
    z-index: 1268;
    display: none;
	width:90px;
	padding:8px 0;
	margin:10px 0;
	border-radius: 8px;
}
.list-ser-type-box li{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: black;
    cursor: pointer;
    list-style-type:none;
    transition: all .2s;
}
.list-ser-type-box li:hover{
    color:#13569F;
	background-color: #f4f4f4;
}
.list-ser-type-box .list-ser-type_active{
    color: #13569F;
}







@media screen and (max-width: 767px) {
    .list-ser-box{width:128px;}
    .list-ser-type{width:100%;height:60px;line-height:60px;font-size:30px;
	background: url("../images/triangle.png") no-repeat 90px center/ 18px 18px;
    }

    .list-ser-type-box li{height:60px;line-height: 60px;font-size:24px;}

    #header-title-search{height:60px;line-height:60px;}
    #header-title-search-text input{line-height: 58px;font-size:26px;height: 100%;}

    #header-title-search-btn{height:60px;line-height:60px;}
    #header-title-search-btn a .iconfont{font-size:32px;}

    
}
/* @media screen and (max-width: 767px) */


