@import url('header.css');
html,body{
    min-width: 1366px;
}

.headerTop {
    background: #f7faff;
    height: 39px;
    line-height: 39px;
    font-size: 0;
}

.headerTopInner{
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.loginPart{
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    /*position: absolute;
    left: 0;*/
}

    .loginPart a {
        text-decoration:none;
        color:#000
    }

.register{
    font-size: 14px;
    display: inline-block;
    color: #2273de;
    cursor: pointer;
    /*position: absolute;
    left: 52px;*/
    margin-left:20px;
}

.topMsg{
    text-align: right;
    position:absolute;
    right:0;
    top:0;
}
    .topMsg span {
        font-size: 14px;
        vertical-align: middle;
        color: #f9b955;
    }

    .rightMsg {
        color: #ef0000;
        font-size: 14px;
        cursor: pointer;
        margin-left: 20px;
        text-decoration: none;
        vertical-align: middle
    }

.phoneMsg{
    display: inline-block;
    font-size: 12px;
    margin-left:10px;
}

.phoneName{
    display: inline-block;
}

.phone{
    display: inline-block;
    color: #7e7e7e;
}

.headerMenu{
    height: 200px;
    font-size: 0;
    border-bottom: 1px solid #e2e2e2;
}

.headerMenuInner{
    width: 1300px;
    margin: 0 auto;
    position: relative;
    height: calc( 100% - 47px );
}

.headerselect {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 20px;
    position: relative
}

.headertopleft img {
    vertical-align: middle
}

.headerselectshow {
    display: inline-block;
    font-size: 14px;
    color: #757070;
    vertical-align: middle;
    margin-right: 11px;
}

.languageoption {
    font-size: 12px;
    color: #666666;
    width: 101px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #dddddd;
    background: #fff;
}

.languageoptionbox {
    position: absolute;
    left: -15px;
    display: none;
    z-index: 1
}

.yuu-select {
    width: 94px;
    height: 42px;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.yuu-select-input {
    position: absolute;
    border: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 16px;
    padding-right: 20px;
    outline: none;
    padding-left: 10px;
    cursor: pointer;
    color: #606266;
    z-index: 10;
    background: transparent;
    width: 100%;
    line-height:42px;
}

.yuu-select-img {
    position: absolute;
    right: 10px;
    top: 18px;
    transition: transform .5s;
}

.selectChange {
    transform: rotate(-180deg);
}

.selectFocus {
    border: 1px solid #409eff;
}

.yuu-select-box {
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    width: 94px;
    top: 50px;
    position: absolute;
    display: none;
    z-index: 1;
}

.yuu-select-option {
    font-size: 16px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer;
}

.yuu-select-option:hover {
    background-color: #f5f7fa;
}

.yuu-input{
    width: 120px;
    height: 42px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    display: inline-block;
    outline: none;
    padding-left: 10px;
}

.selectInput{
    width: 338px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    height: 42px;
    border-left: none;
    border-right: none;
    vertical-align: middle;
    outline: none;
    padding-left: 10px;
    background: #f5f5f5;
    font-size: 16px;
    color: #b4bac3;
}

.searchBox{
    height: 42px;
    position: absolute;
    right: 0;
    top: 56px;
}

.searchBtn{
    height: 42px;
    width: 60px;
    background: #2273de;
    text-align: center;
    line-height: 42px;
    color: #fff;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
}

.subBtn {
    cursor: pointer;
    background: #f9b955;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    text-align: center;
    width: 90px;
    color: #fff;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 16px;
}
.navBar {
    background: #0e5dc5;
    position: relative;
    height:47px;
}
.headerBottom {
    position: absolute;
    bottom: 0;
    text-align: right;
    left: 280px;
    right: 0;
}

.nav{
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 12px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    /* margin-left: 32px; */
}
.navBarInner{
    width:1300px;
    margin: 0 auto;
    position:relative;
    height:47px;
}
.menuBox a {
    margin-left: 16px;
}

.menuBox a:first-child{
    margin-left: 0;
}

.menuLineInnerBox a{
    text-decoration: none;
}

/* .nav:first-child{
    margin-left: 0 !important;
} */

.nav:hover{
    color: #f9b955;
    border-color: #d59d29;
}

.navOn{
    color: #f9b955;
    border-color: #d59d29;
}

.popMenuBox{
    position: absolute;
    top: 0;
    left: 0;
    width: 235px;   
    z-index: 10; 
}

.menuTop {
    height: 47px;
    background: rgba(0,17,122,0.5);
    line-height: 47px;
}

.menuImg{
    margin-left: 34px;
    vertical-align: middle;
}

.topName{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    margin-left: 20px;
}

.menuDetail {
    background: rgba(0,17,122,0.5);
    padding-top: 15px;
    height: 500px;
}

.menuLine{
    padding-left: 24px;
    padding-top: 21px;
    padding-bottom: 21px;
    padding-right: 30px;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    position: relative;
    cursor: pointer;
}

.toright{
    position: absolute;
    right: 25px;
    top: 25px;
}

.menuLine:hover{
    background: linear-gradient(to right,#38a6df,#2273de);
}

.menuLineInner{
    width: 240px;
    font-size: 16px;
    color: #fff;
    padding-left: 39px;
    line-height: 48px;
}

.menuLineInnerBox{
    position: absolute;
    left: 236px;
    top:0;
    background: rgba(0,17,122,0.5);
    display: none;
}

.menuLineInner:hover{
    background: linear-gradient(to right,#38a6df,#2273de);
}

.spztc{
    background: #2273de !important;
    opacity: 1 !important;
}

.userheader {
    height: 79px;
    padding-left: 36px;
    position: relative;
}

.headername {
    font-size: 24px;
    line-height: 79px;
    padding-left:200px;
}

.headeruser {
    font-size: 14px;
    color: #797979;
    position: absolute;
    right: 27px;
    top: 35px;
    line-height: 14px;
}

.headerCom {
    font-size: 14px;
    color: #797979;
    position: absolute;
    right: 327px;
    top: 35px;
    line-height: 14px;
}


    .headeruser img {
        vertical-align: top;
        margin-left: 10px;
    }

.pagebtn {
    
}
.loginOut {
    cursor: pointer;
    background: #d59e2c;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    width: 50px;
    color: #fff !important;
    border-radius: 5px;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
}