* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

html, body {
    height: 100%;
    margin: 0 auto;
    color: #666;
}

.ml-noneed,body::-webkit-scrollbar {
    display: none!important;
}

.ml-body {
    width: 1200px;
    margin: 0 auto;
}

.ml-img {
    display: block;
    width: 100%;
}

.ml-header {
    width: 1200px;
    margin: 0 auto 3px;
}

.ml-top-head {
    display: flex;
    justify-content: space-between;
}

.ml-logo {
    width: 60px;
}

.ml-head-corporate {
    height: 60px;
    font-weight: bold;
    font-family: Georgia;
    font-size: 13px;
    line-height: 2em;
    box-sizing: border-box;
    padding-top: 7px;
    margin-right: 105px;
}

.ml-cl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ml-change {
    display: flex;
    align-items: flex-start;
}

.ml-mh {
    color: #2d2d2d;
    margin: 0 3px;
}

.ml-ljbox {
    position: relative;
    height: 27px;
}

.ml-llist {
    font-family: 微软雅黑;
    font-size: 12px;
    font-weight: normal;
    background-color: rgba(255, 255, 255, .8);
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.ml-language {
    display: flex;
    align-items: center;
    color: #282828;
}

.ml-language:hover {
    background-color: #fff;
}

.ml-language-hide {
    height: 0;
    overflow: hidden;
    transition: all .8s;
}

.ml-gb {
    margin-left: 10px;
    margin-right: 6px;
    width: 22px;
}

.ml-ljt {
    width: 10px;
    margin: 0 7px;
    transition: all .7s;
}

.ml-turn {
    transform: rotate(180deg);
}

.ml-sg {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ml-searchbox {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.ml-searchbox>input {
    width: 120px;
    height: 26px;
    box-sizing: border-box;
    padding: 1px 5px 1px 1px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-right: 5px;
}

.ml-searchbox>img {
    height: 26px;
    cursor: pointer;
}

.ml-head-gjc {
    display: flex;
    align-items: center;
}

.ml-head-gjc>a {
    font-size: 12px;
    margin-right: 10px;
    color: #666;
}

.ml-head-gjc>a:last-child {
    margin-right: 0;
}

.ml-head-contact {
    display: flex;
    align-items: center;
}

.ml-head-contact>img {
    width: 70px;
}

.ml-contact>a {
    display: block;
}

.ml-contact>a>span {
    font-size: 13px;
    color: #FF0000;
}

.ml-head-tel {
    color: #FF0000;
    font-size: 15px;
}

.ml-head-email {
    font-size: 12px;
    color: #666;
}

.ml-nav {
    width: 100%;
    background-color: #fff;
    background: linear-gradient(to bottom, #475883 0%, #394A71 95%, #8F8F8F 100%);
    padding: 0 7px;
    border-radius: 4px;
    height: 38px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    position: relative;
    box-sizing: border-box;
}

.ml-nav-tag {
    width: 147.375px;
    height: 100%;
    display: block;
    line-height: 38px;
    text-align: center;
    position: relative;
    color: #fff;
}

.ml-nav-tag>a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    display: block;
}

.ml-nav-tag-a {
    background: linear-gradient(to bottom, #5A92E1, #5384CD);
}

.ml-nav-tag:hover {
    background: linear-gradient(to bottom, #5A92E1, #5384CD);
}

.ml-head-st {
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0);
}

.ml-nav-second, .ml-nav-third {
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background-color: #40517a;
    z-index: 10;
    height: 0;
    overflow: hidden;
    transition: all .3s;
}

.ml-nav-third {
    top: 0;
    left: 100%;
}

.ml-second-cate, .ml-third-cate {
    position: relative;
    width: 100%;
    height: 22px;
    line-height: 22px;
}

.ml-second-cate:hover, .ml-third-cate:hover {
    background-color: #59688f;
}

.ml-second-cate>a, .ml-third-cate>a {
    font-size: 12px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 3px;
}

.ml-footer {
    width: 100%;
    background-color: #4d4d4d;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.ml-footer>p {
    width: 1200px;
    margin: 0 auto;
}

.ml-position {
    width: 100%;
    box-sizing: border-box;
    padding: 5px 0 5px 50px;
    font-size: 12px;
    color: #ff3e07;
    display: flex;
    align-items: center;
}

.ml-position a {
    color: #000;
    text-decoration: underline;
}