@charset "utf-8";
.web-top {
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 35px;
    border-bottom: 1px solid #ededed;
    background: #f9f7f6
}
.web-top .wm-1200 {
    height: 35px;
}
.notice-txt {
    float: left;
    color: #666;
    width: 450px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.scroll-order {
    float: right;
    width: 300px;
    height: 35px;
    overflow: hidden;
    margin: 0 20px 0 10px
}

.scroll-order ul {
    float: left;
}

.scroll-order ul li {
    float: left;
    color: #f39700;
    width: 300px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}
.scroll-order ul li .name{
    color: #333;
}

.top-login {
    float: right;
    max-width: 580px
}

.top-login a,
.top-login dl.dh dt {
    float: left;
    color: #333;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    cursor: pointer
}

.top-login a:hover,
.top-login dl.dh dt:hover {
    color: #f80;
}

.top-login a.dd i,
.top-login dl.dh dt i,
.top-login a.lx_us i,
.top-login a.msg i{
    float: left;
    height: 36px;
    line-height: 36px;
}

.top-login a.dd i:before,
.top-login dl.dh dt i:before,
.top-login a.lx_us i:before,
.top-login a.msg i:before{
    display: inline-block;
    vertical-align: middle;
    font-family: "st-iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.top-login a.dd i:before {
    content: "\e63b";
    font-size: 20px;
    margin: -3px 0 0;
}

.top-login dl.dh dt i:before {
    content: "\e61a";
    font-size: 20px;
    margin: -3px 0 0;
}

.top-login a.lx_us i:before {
    content: "\e614";
    font-size: 20px;
    margin: -4px 0 0;
}

.top-login a.msg i:before {
    content: "\e6b0";
    font-size: 24px;
    margin: -4px 0 0;
}
.top-login a.msg{
    position: relative;
}
.top-login a.msg .point-icon{
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    left: 25px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background: #f00;
}

.top-login dl.dh {
    float: left;
    position: relative;
    z-index: 99999;
    border-left: 1px solid #f9f7f6;
    border-right: 1px solid #f9f7f6;
}

.top-login dl.dh dd {
    display: none;
    position: absolute;
    z-index: 9999;
    right: -1px;
    top: 35px;
    width: 140px;
    padding: 0 10px;
    border: 1px solid #eee;
    border-top: 0;
    background: #fff
}

.top-login dl.dh dd a {
    width: 70px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}


.st-header {
    float: left;
    width: 100%;
    min-width: 1200px;
    background: #fff
}
.st-header .st-logo {
    float: left;
    width: 350px;
    height: 140px;
    overflow: hidden;
    position: relative;
}
.st-header .st-logo img {
    display: block;
    width: 350px;
    height: 140px;
}
.st-header .st-banner{
    float: right;
    width: 850px;
    height: 140px;
}
.st-header .st-banner img{
    display: block;
    width: 850px;
    height: 140px;
}


.st-nav {
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 45px;
    background: #2577e3
}
.st-menu {
    float: left;
    width: 980px;
    height: 45px
}
.st-menu > ul > li {
    float: left;
    height: 45px;
    position: relative;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    /*-ms-transition: all .8s;*/
    -o-transition: all .8s;
    transition: all .8s;
}
.st-menu > ul > li > a {
    display: block;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    font-size: 16px;
    position: relative
}
.st-menu > ul > li.active,
.st-menu > ul > li:hover,
.st-menu > ul > li.this-hover {
    background: #1162ce
}
