﻿/*------------------------头部---------------*/


/*
    颜色：#09b5b8;
    宽度：1280px;
*/


/*顶部*/

.header {
    width: 100%;
}

.header_top {
    width: 100%;
    background: #19a1db;
    height: 36px;
}

.inner {
    width: 1100px;
    margin: 0 auto;
}

.header_topLeft a {
    display: inline-block;
    width: 64px;
    line-height: 36px;
    height: 36px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.header_topRight {
    line-height: 36px;
}

.header_topRight>a {
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
}

.header_topRight .Login {
    margin-left: 10px;
}

.header_topRight span {
    color: #fff;
}

.header_topLeft a.current {
    background: #1793c7;
}

.header_login_ul {
    text-align: right;
}

.header_left {
    overflow: hidden;
    float: right;
}

.header_login_ul li {
    display: inline-block;
    color: #fff;
}

.header_login_ul li.li_usericon {
    padding: 0px;
}

.header_login_ul li.login_line {
    padding: 0px;
}

.header_login_ul li a {
    color: #fff;
    font-size: 12px;
}


/*关注我们样式*/

.header_bottomIn {
    width: 1100px;
    margin: 0 auto;
    height: 140px;
}

.logo {
    margin-top: 40px;
}


/*搜索样式*/

.search_box {
    margin-top: 50px;
    height: 42px;
    float: right;
}

.search_top {
    float: right;
    position: relative;
}

.searchType_simulate {
    float: left;
    position: relative
}

.searchType .searchChoose {
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 60px;
    float: left;
    cursor: pointer;
    border: 1px solid #6b7176;
    border-right: none;
}

.searchType .searchDownList {
    background: #fff;
    font-size: 12px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 36px;
    width: 62px;
    z-index: 10000;
}

.searchType .searchDownList li {
    cursor: pointer;
    line-height: 32px;
}

.searchtxt {
    border: 1px solid #666666;
    float: left;
    height: 42px;
    padding: 0 10px 0 50px;
    width: 256px;
    color: #999 !important;
    line-height: 42px;
    background: transparent;
    box-sizing: border-box;
    border-radius: 15px 0 0 15px;
    border-right: 0;
    background: url(/Content/Areas/Common/images/search.png) no-repeat 20px center;
}

.searchbtn {
    background: #50b7e4;
    width: 76px;
    height: 42px;
    float: left;
    border: none;
    cursor: pointer;
    border-radius: 0 15px 15px 0;
    color: #fff;
}

.searchbtn:hover {
    opacity: 0.8
}

@media only screen and (max-width: 1366px) {
    .header_bottomIn {
        width: 1280px;
    }
}

@media only screen and (max-width: 1024px) {
    .header_top,
    .header_topIn,
    .header_bottomIn {
        width: 1200px;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        border-bottom: none;
    }
    .header_left {
        overflow: initial;
        float: none;
        width: 100%;
    }
    .header_bottomIn {
        height: 119px;
    }
    .wrap .header li.sy1_li a.sy1_tit {
        color: #fff;
    }
    .header_topIn,
    .header {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        background: none;
    }
    .header_top {
        display: none
    }
    .header_bottomIn {
        width: 100%
    }
    .search_box {
        display: none;
    }
    .logo {
        margin-top: 0px;
        line-height: 120px;
    }
    .logo img {
        width: 75%;
    }
    .search_con{display: none !important;}
}