.logo {
    float: left;
    line-height: 85px
}

.search {
    float: right;
    line-height: 0
}

.search h6 {
    display: inline-block;
    vertical-align: middle;
    line-height: 85px;
    font-size: 24px;
    cursor: pointer;
}

.search form {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.search form.ac {
    width: 214px
}

.search form input {
    border: none;
    outline: none;
    border-bottom: 1px solid #e31d1a;
    margin: 0 10px
}

.search button {
    border-radius: 4px;
    padding: 0 5px;
    line-height: 40px;
    background: #e31d1a;
    color: #fff
}

.btn span {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 3px;
    background: #fff;
    margin-top: 17px;
    position: relative;
}

.btn span:before {
    display: block;
    content: '';
    margin: 0 auto;
    width: 20px;
    height: 3px;
    background: #fff;
    margin-top: -7px;
    position: absolute;
}

.btn span:after {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 3px;
    background: #fff;
    margin-top: 7px;
    position: absolute;
    content: '';
}

.btn.ac span:before {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
}

.btn.ac span:after {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.btn {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background: #0054a6;
    margin-top: 26px;
    position: relative;
    z-index: 50;
    display: none
}

.language {
    float: right;
    color: #282828;
    font-size: 16px;
    line-height: 85px;
    margin-right: 25px
}

.language a {
    display: inline-block;
    color: #282828;
    font-size: 16px;
}

.language a:hover {
    color: #e31d1a
}

.nav {
    float: right;
    margin-right: 55px
}

.nav>ul>li {
    display: inline-block
}

.nav>ul>li>a {
    line-height: 85px;
    display: inline-block;
    padding: 0 25px;
    color: #282828;
    font-size: 16px
}

.nav>ul>li>a:hover,.nav>ul>li.ac>a {
    color: #fff;
    background: #e31d1a
}

footer {
    background: #000;
    padding-top: 100px
}

.f_ewm {
    margin-top: 21px
}

.f_left {
    float: left;
}

.f_right {
    width: 74%;
    float: right;
}

.f_nav a {
    color: #ffffff;
    font-size: 24px;
    display: inline-block;
    padding: 0 55px;
}

.f_nav {
    color: #6c6c6c;
    font-size: 24px;
    padding-bottom: 30px;
    border-bottom: 1px solid #282828;
    margin-bottom: 20px
}

.f_nav a:first-child {
    padding-left: 0
}

.f_nav a:hover {
    color: #e31d1a
}

.f_right h6 {
    line-height: 36px;
    color: rgba(255, 255, 255, .4);
    font-size: 16px;

}

.f_right h6 span {
    font-size: 18px;
    display: inline-block;
    margin-right: 30px;
    color: #282828
}

.copyright {
    border-top: 2px solid rgba(255, 255, 255, .1);
    margin-top: 120px;
    padding: 18px 0
}

.copyright p {
    float: left;
    font-size: 13px;
    color: rgba(255, 255, 255, .2);
    line-height: 17px
}

.copyright .link {
    float: right;
}

.copyright .link a {
    display: inline-block;
    line-height: 17px;
    padding: 0 8px;
    color: #6b6b6b;
    font-size: 16px;
    border-right: 2px solid #6b6b6b
}

.link a:last-child {
    border-right: none
}

.link a:hover {
    color: #e31d1a
}