.myHeader {
    width: 100%;
    min-width: 1200px;
    height: 37px;
    background: #f6f6f6;
    border-bottom: 1px #dddddd solid;
    line-height: 37px;
    font-size: 12px;
    color: #333333;
}

.myHeader .cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.myHeader .user_info a:hover {
    color: rgb(255, 102, 0);
}

.myHeader .cont .title_left {
    float: left;
}

.myHeader .cont .title_right {
    float: right;
}

.myHeader .cont a {
    color: #6C6C6C;
    margin-left: 12px;
}

.nav {
    height: 150px;
    position: relative;
    margin: 10px 0 0 0;
    background: #ffffff;
    padding-bottom: 10px;
    border-bottom: 1px solid #FF6600
}

.nav .con {
    width: 1200px;
    margin: 0 auto;
}

.nav .con .logo {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav .partition {
    float: left;
    color: #9e9e9e;
    padding: 45px 0px 0px 0px;
}


.new_dama {
    height: 13px;
    width: 105px;
    background: url(/assets/img/front/new_l2.png) no-repeat top center;
    display: block;
    float: left;
    margin: 5px 10px 0 20px;
    border-right: 1px solid #7a7b7e;
    padding-right: 12px;
}

.new_dama:hover {
    background: url(/assets/img/front/new_l2.png) no-repeat bottom center;
}

.new_ten {
    height: 13px;
    width: 35px;
    background: url(/assets/img/front/new_l3.png) no-repeat top center;
    display: block;
    float: left;
    margin-top: 5px;
}

.new_ten:hover {
    background: url(/assets/img/front/new_l3.png) no-repeat bottom center;
}


.nav .con .daohang {
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.nav .con .daohang > li {
    padding: 30px 10px 0px 0px;
    cursor: pointer;
}

.nav .con .daohang > li .span1 {
    padding: 5px 10px;
    position: relative;
    border-radius: 15px;

}

.nav .con .daohang > li .span1:hover {
    background: #ff6800;
    color: white;
}

.nav .con .daohang .selected .span1:before {
    height: 2px;
}

.nav .con .daohang > li .span1:before {
    content: '';
    position: absolute;
    left: 10%;
    bottom: 0;
    height: 0px;
    width: 80%;
    background-color: #ff5c00;
}

.nav .xl {
    position: absolute;
    top: 105px;
    left: 0px;
    padding: 15px 0;
    background: #fff;
    z-index: 30;
    border-top: 1px solid #c9c9c9;
    /*display: none;*/
    font-weight: normal;
    width: 100%;
}

.nav .xl .sanjiao1, .nav .xl .sanjiao2 {
    font-size: 40px;
    position: absolute;
    left: 755px;
    top: -29px;
    color: #c9c9c9;
}

.nav .xl .sanjiao2 {
    top: -28px;
    color: white;
}

.nav .xl ul {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.nav .xl ul li {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 35px;
}

.nav .xl ul li .img {
    width: 30px;
    height: 30px;
    float: left;
    background: url(/assets/img/front/xl_icon.png) no-repeat;
}

.nav .xl ul li span {
    color: #999999;
    border-left: 1px solid;
    padding: 0 10px;
}

.nav .xl ul li a span:nth-of-type(1) {
    color: #ff5c00;
    border: none;
}


.xl {
    display: none;
}


.c_scoll {
    width: 610px;
    font-size: 12px;
    color: #8a6d3b;
}

.serch-border {
    border: 2px solid #ff6600;
    position: relative;
    top: 14px;
    width: 582px;
    height: 44px;
    padding-left: 8px;
    font-size: 14px;
    color: #2f2f2f;
}

.serch-border input {
    width: 205px;
    height: 19px;
    padding: 12px;
    border: none;
    border-left: 1px solid #d5d5d5;
    outline: none;
    font-size: 14px;
}

.serch-border a {
    background-size: 20px 20px;
    width: 60px;
    padding-left: 30px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    display: block;
    float: right;
    font-weight: normal;

    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ff6600 url(https://img.333.sc.cn/F/Img/icon.png) no-repeat 15% 50%;
    background-size: 20px 20px;
}

.nav .logindiv {
    color: #ffffff;
    font-size: 16px;
    margin-top: 25px;
}

.nav .logindiv .login {
    background: #ff5c00;
    padding: 10px
}

.nav .logindiv .register {
    background: #ffb900;
    padding: 10px
}

.nav .logindiv .backstage {
    background: #262626;
    padding: 10px
}

.serchkey {
    display: flex;
    margin-top: 20px;
    color: #999999;
}

.serchkey > li {
    margin-right: 10px;
}


