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

.header_top {
    width: 100%;
    border-bottom: 1px solid #c7c5c5;
    box-sizing: border-box;
}

.header_topLeft a {
    display: block;
    float: left;
    line-height: 40px;
    font-size: 14px;
    position: relative;
    text-align: center;
}

.header_topLeft a.contact::after {
    content: "";
    width: 1px;
    height: 10px;
    ;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #666;
}

.header_topRight div {
    margin-left: 20px;
    line-height: 40px;
    font-size: 14px;
    float: left;
}

.header_login_ul li {
    display: inline-block;
}

.header_topRight div.Englist {
    background: url(/Content/Areas/Common/images/english.png)no-repeat 5px center;
}

.header_topRight div.Search {
    background: url(/Content/Areas/Common/images/search.png)no-repeat 5px center;
}

.eng_btn {
    display: block;
}

.eng_btn span {
    margin-left: 30px;
}

.header_bottom {
    width: 100%;
    box-sizing: border-box;
    background: rgba(0, 100, 225, 0.05);
}

.header_bottomIn .logo {
    line-height: 80px;
    width: 26%;
}

.logo img {
    width: 100%;
}

.nav_wrapper {
    width: 820px;
}

.header_top_r li {
    float: left;
    margin: 0 4px;
}

.phone_hidden {
    display: none;
}

.header_container {
    width: 100%;
    height: 90px;
    background: #164a96;
}

.header_container .phoneLogo {
    text-align: center;
}

.phone_btn {
    position: relative;
    height: 90px;
    text-align: center;
    line-height: 90px;
}

.phone_btn a {
    display: inline-block;
}
.sy2_inside {
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1024px) {
    .header_top,
    .header_topIn,
    .header_bottomIn {
        width: 1200px;
    }
}

@media only screen and (max-width: 768px) {
    .sy2_inside {
    display: block;
}
    .header {
        border-bottom: none;
    }
    .header_left {
        overflow: initial;
        float: none;
        width: 100%;
    }
    .header_bottomIn {
        height: 90px;
        background: #0064E1 url(/Content/Areas/Common/images/logoPhone.png)no-repeat center center;
    }
    .header_bottomIn .logo {
        display: none;
    }
    .wrap .header li.sy1_li a.sy1_tit {
        color: #fff;
    }
    .header_topIn,
    .header {
        width: 100%;
        box-sizing: border-box;
        background: none;
    }
    .header_top {
        display: none
    }
    .header_bottom {
        padding: 0px;
    }
    .header_bottomIn {
        width: 100%
    }
    .search_box {
        display: none;
    }
    .logo {
        margin-top: 0px;
        line-height: 120px;
    }
    .logo img {
        width: 75%;
    }
    .pc_hidden {
        display: none;
    }
    .phone_hidden {
        display: block;
    }
}

@media only screen and (max-width:440px) {
    .header_container .phoneLogo {
        text-align: center;
        width: 60%;
    }
    .header_container {
        height: 45px;
    }
    .phone_btn {
        height: 45px;
        line-height: 45px;
    }
}