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

.header_top{width: 100%;border-bottom: 1px solid #c7c5c5;padding:0 60px;    box-sizing: border-box;}
.header_topLeft a{display: block;float: left;width: 80px;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;}
.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: 1680px;padding: 28px 0;box-sizing: border-box;/* background:rgba(0, 100, 225, 0.05); */margin: 0 auto;}
.header_bottomIn .logo{line-height: 80px;width: 27.482%;}
.logo img {width: 100%;}
.nav_wrapper{width: 59%;}
.header_top_r li{float: left;margin: 0 4px;}


.phone_hidden{display: none;}
.header_container{width: 100%;height: 90px;background: #1E3E90;}
.header_container .phoneLogo{text-align: center;}
.phone_btn{position: relative;  height: 90px;text-align: center;line-height: 90px;}
.phone_btn a{display: inline-block;}

@media only screen and (max-width: 1680px) {
.header_bottom {
    width: 1200px;
}

.header {
    background: rgba(0, 100, 225, 0.05);
}


.nav_wrapper {
    width: 68%;
}
}


@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: 90px;
        background:#1E3E90 url(/Content/Areas/Common/images/logoPhone.png)no-repeat center center;
        background-size: 54%;
    }
    .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;
        width: 100%;
    }
    .header_bottomIn {
        width: 100%
    }
    .search_box {
        display: none;
    }
    .logo {
        margin-top: 0px;
        line-height: 120px;
    }
    .logo img {
        width: 75%;
    }

    .pc_hidden{
        display: block;
    }
    .phone_hidden{
        display: none;
    }
}
@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;
    }
}