﻿/*------------------------头部---------------*/


/*
 颜色：#2076bd;
 宽度：1280px;
*/


/*顶部*/

.header-top {
    background: #fff;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #28b5a9;
}

.head-con {
    width: 1280px;
    margin: 0 auto;
}
.head-con:after{
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.head-left {
    float: left;
}

.head-left a {
    display: block;
    float: left;
    color: #28b5a9;
}

.head-right {
    float: right;
}

.yd {
    padding-left: 30px;
    background: url(/Sites/Uploaded/UserUpLoad/20180731/20180731154126.png) no-repeat left;
}

.head-left a.yd:hover {
    color: #28b5a9
}

.head-left .dz {
    margin-left: 100px;
    padding: 0 15px;
}

.on {
    background: #28b5a9;
    color: #fff !important;
}

.head-left .zy {
    padding: 0 15px;
}

.head-left .zy:hover {
    background: #28b5a9;
    color: #fff;
}

.head-right .line {
    display: none
}

.head-right a {
    display: block;
    padding: 0 15px;
    float: left;
    color: #28b5a9
}

.head-right span {
    float: left;
}

.head-right a.login {
    background: #28b5a9;
    color: #fff;
}

.head-right a.register:hover {
    background: #28b5a9;
    color: #fff
}


/*底部*/

.header-bot {
    height: 91px;
    background: #28b5a9
}

.header-bot .logo {
    float: left;
    margin-top: 7.5px;
}

.header-bot-right {
    float: right;
    margin-top: 15px;
}

.header-bot-right::after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.header-bot #search {
    width: 280px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 15px 0 0 15px;
    float: left;
    text-indent: 28px;
    font-size: 14px;
    line-height: 30px;
    border: 0
}

.header-bot .searchbtn {
    width: 38px;
    height: 30px;
    margin: 0;
    float: left;
    border-radius: 0 15px 15px 0;
    border: 0;
    background: #fff url(/Sites/Uploaded/UserUpLoad/20180731/20180731174830.png) no-repeat 2px center;
}

.header-bot #search,
.header-bot .searchbtn {
    outline: none
}
/*手机样式*/
.phone-head-top{display: none;}
.phone-logo{padding-top:10px; }
.phone-bb{width: 100%;height: 30px;line-height: 30px;}
.phone-bb a{display: block;width: 33.33%;float: left;color: #fff;text-align: center;}
@media screen and (max-width:1366px) {
    .head-con {
        width: 980px;
    }
}

@media screen and (max-width:768px) {
    .head-con {
        width: 100%;
    }
}
@media screen and (max-width:480px){
    .header-top,.header-bot .logo{display: none;}
    .header-bot{height: 50px !important;}
    .header-bot-right{display: block;margin: 0 auto;padding-top: 5px;width: calc(100% - 44px);float: none;box-sizing: border-box;padding-left: 44px;}
    .header-bot .phone-btn{top: -36px}
    .phone-bb{background: #eee}
    .phone-logo{padding: 5px 0;}
    .phone-bb a{color: #666}
    .phone-bb a.phone-on{color: #28b5a9}
    .phone-bb a.dzb::before{content: "";height: 15px;display: block;float: left;width: 1px;border-left:1px solid #666;margin-top: 7.5px;     }
    .phone-bb a.dzb::after{content: "";height: 15px;display: block;float: right;width: 1px;border-left:1px solid #666;margin-top: 7.5px;     }

    .phone-head-top{display: block;background: #28b5a9}
    .phone-logo img{display: block;margin: 0 auto;max-width: 100%;}
}
@media only screen and (max-width:410px){
    .header-bot #search{width: 220px;}
}
@media only screen and (max-width:320px){
    .header-bot #search{width: 190px;}
}