﻿
.head-top {
    padding: 10px 18px 0px 0px;
}
.top-search{
    float: right;
}
.head-top .search-input{
    display: inline-block;
    width: 229px;
    height: 28px;
    margin-left: 10px;
    background-color: #f7f7f7;
    border: 1px solid #cfcfcf;
}

.head-top .search-input input{
    padding: 5px;
    width: 197px;
    height: 100%;
    background-color: #f7f7f7;
    border: none;
    outline: none;
}
.head-top .search-input button{
    width: 30px;
    height: 26px;
    float: right;
    border: none;
    outline: none;
    background-color: inherit;
}
.head-top .top-search span{
    font-size: 12px;
    color: #999;
}
.head-top .top-search a{
    display: inline-block;
    width: 46px;
    height: 22px;
    /*border: 1px solid #ababab;*/
    border-radius: 3px;
    text-align: center;
    color: #202020;
    font-size: 12px;
}
.navbar .icon-bar{
    background-color: #000;
}
.navbar .navbar-brand{
    padding: 0;
}
.navbar .navbar-responsive-collapse li a{
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
    font-size: 15px;
    color: #666;
    font-weight: bold;
}
.footer{
    padding-top: 10px;
    background-color: #fafafa;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .25);
            box-shadow: inset 0 1px 5px rgba(0, 0, 0, .25);
}
.footer p{
    font-size: 14px;
    line-height: 56px;
    margin-bottom: 0;
    width: 100%;
    height: 56px;
    color: #666;
}
.footer ul{
    list-style: none;
    color: #999;
    line-height: 2;
	margin-bottom:0px;
}
.footer ul a{
    color: #666;
    text-decoration: none;
}
.sy-d{ float:left; }
.title{
    text-align: center;
}
.title h4{
    position: relative;
    display: inline-block;
    line-height: 102px;
    color: #666;
    font-weight: bold;
}
.title h4 span{
    color: #316eca;
}
.title h4::before,
.title h4::after{
    position: absolute;
    top: 50px;
    display: block;
    content: "";
    width: 90px;
    height: 2px;
    background-color: #ccc;
}
.title h4::before{
    left: -108px;
}
.title h4::after{
    right: -108px;
}
@media screen and (min-width: 1200px){
    .container{
        width: 1200px;
    }
}
@media screen and (min-width: 768px) {
    .navbar-nav{
        float: right;
    }
    .navbar .navbar-responsive-collapse li a{
        margin-left: 55px;
        line-height: 32px;
		padding-right:0px;
    }
	.navbar .navbar-responsive-collapse li .dropdown-menu li a{
		margin-left: 0px;
		padding-right:10px;
	}
    .navbar .navbar-responsive-collapse li a:hover{
        color: #01458e;
    }
}
@media screen and (max-width: 767px){
    .container-fluid{
        padding-left: 0;
        padding-right: 0;
    }
    .navbar .navbar-responsive-collapse li a:hover{
        background-color: #01458e;
        color: #fff;
    }
    .navbar .navbar-brand{
        padding-left: 15px !important;
    }
}
@media screen and (max-width: 400px){
	.head-top .search-input {
		width: 150px;
	}
	.head-top .search-input input {
		width: 75%;
	}
}
.banner{
    height: 115px;
}
.banner h1{
    margin: 0;
    line-height: 115px;
    font-size: 22px;
    color: #575656;
    font-weight: bold;
}
.banner h1 span{
    display: inline-block;
    width: 53px;
    height: 52px;
    margin-right: 10px;
    vertical-align: middle;
}