/*初始化开始*/
* {
    margin: 0;
    padding: 0;
    font-family: 'Arial', '微软雅黑';
}

ul {
    list-style: none;
}

a {
    text-decoration: none !important;
}

html, body {
    height: 100%;
}

ul, body, h1, h2, h3, h4, p, img {
    margin: 0;
    padding: 0;
}

.form-three , .form-five ,.form-six{
    padding-right: 0;
}

.form-four {
    padding-left: 0;
}
.form-four input{
    border-left: none
}

/*初始化结束*/
.wrap {
    min-height: calc(100% - 301px);
}

/*页头开始*/
.header-bg {
    background-color: #333;
    border: none;
}

.header {
    min-height: 100px;
    background-color: white;
}

/*页头结束*/

/*logo开始*/

.logo {
    display: block;
}

.logo img {
    margin-right: 5px;
}

.logo-text {
    font-size: 22px;
    color: #333;
    margin: 25px 0 0 20px;
    display: inline-block;
}

/*logo结束*/
/*搜索开始*/
.high-search-form label {
    font-weight: 400;
}

.btn-form {
    background-color: #333;
    color: white;
}

.btn-form:focus, .btn-form:hover {
    color: white;
}

.search-flied {
    margin-top: 33px;
}
.search  .search-border{
    padding: 6px 25px 6px 12px !important;
}
.search {
    position: relative;
}

.high-search {
    z-index: 100;
    position: absolute;
    right: 8px;
    top: 8px;
    color: #e5e5e5;
    font-size: 18px;
}

/*搜索结束*/
/*导航开始*/
.navbar {
    border-radius: 0;
    border: none;
}

.nav-bar {
    height: 5px;
    background-color: #5fb878;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.header-nav > li > a {
    font-size: 16px;
    color: white !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: none;
}

/*导航结束*/
/*登陆注册开始*/
.login-box {
    margin-top: 14px;
    text-align: right;
}

.login {
    /*background: url("../images/login-icon.png") no-repeat 0, center;*/

}

.registered {
    margin-left: 20px;
    background: url("../images/re-icon.png") no-repeat 0, center;
}

.login, .registered {
    font-size: 14px;
    color: white;
    /*padding-left: 22px;*/
}

.login:focus, .login:hover, .registered:focus, .registered:hover {
    color: white;
}

/*登录注册结束*/

/*页尾开始*/
.footer {
    background-color: #333;
    margin-top: 30px;
    color: white;
    text-align: center;
    padding: 15px 0;
}

.address {
    padding-bottom: 15px;
    border-bottom: 1px dashed white;
}

.company {
    padding-top: 15px;
}

/*分享开始*/
.xh-link {
    position: fixed;
    right: 20px;
    bottom: 200px;
}

.xh-link li {
    margin: 10px 0;
}

.weixin {
    position: relative;
}

.weixin-icon, #qq_btn {
    box-shadow: 1px 1px 1px 1px #ccc;
    background-color: white;
}

.weixin-icon i, #qq_btn i {
    color: #333;
}

.weixin-icon:hover {
    background-color: #ccc !important;
}

.weixin-icon:hover i {
    color: white;
}

.weixin-block {
    position: absolute;
    width: 150px;
    background-color: #ccc;
    box-shadow: 1px 1px 1px 1px #ccc;
    top: -50px;
    left: -170px;
    display: none;

}

.weixin-block .weixin-text {
    text-align: center;
    margin-top: 1px;
    font-size: 14px;
}

/*三角*/
.jiao {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #ccc;
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -10px;
}

.erweima {
    width: 90%;
    background-color: white;
    margin: 5% auto 0;
    text-align: center;
    padding-bottom: 10px;
}

.erweima img {
    margin-top: 9px;
}

.all-search-box {
    position: relative;
    margin-top: 10px;
    width: 80%;
}

.all-search-icon {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #015128;
    cursor: pointer;
}

.all-input {
    width: 100%;
}

/*qq*/
.qq-text {
    color: #015128;
    line-height: 20px;
    font-size: 16px;
    margin-top: 5px;
    display: none;
}

/*分享结束*/

/*移动端内容*/
.phone-header, .phone-search {
    /*display: none;*/
}
