@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?tomleg');
    src: url('../fonts/icomoon.eot?tomleg#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?tomleg') format('truetype'),
        url('../fonts/icomoon.woff?tomleg') format('woff'),
        url('../fonts/icomoon.svg?tomleg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.transition,
a,
input,
button {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.text-center {
    text-align: center;
}


.header {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 60px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    border-bottom: 1px solid #eee;
    z-index: 12;

}

.logo img {
    height: 50px;
}


.nav {
    display: flex;
    display: -webkit-flex;


}

.nav>li {
    display: block;
    margin-right: 50px;
    position: relative;
}

.nav>li:last-child {
    margin-right: 0;
}

.nav>li.dropdown::after {
    font-family: 'icomoon';
    content: '\e91a';
    margin-left: 5px;

}

.nav>li>a {
    font-size: 18px;
    color: #222;

    line-height: 90px;
}

.dropdown_menu {
    width: 220px;
    position: absolute;
    left: 0%;
    margin-left: -20px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.dropdown_menu a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: box-sizing;
    padding: 0 20px;
    font-size: 16px;
    color: #222222;
    line-height: 40px;


}

.dropdown_menu a:hover {
    color: #e60012;
}

.nav>li:hover .dropdown_menu {
    opacity: 1;
    visibility: visible;
}

.language {
    position: relative;
}

.language p {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: 16px;
    color: #222222;
    height: 90px;
    margin-bottom: 0;
}

.language p::after {
    content: '\f0d7';
    font-family: 'icomoon';
    margin-left: 6px;


}

.language p img {
    margin-right: 10px;
    width: 28px;
    opacity: .7;
}

.languageshow {
    position: absolute;
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
    top: 60px;
    opacity: 0;
    visibility: hidden;
}

.languageshow a {
    display: block;
    font-size: 16px;
    color: #222;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}

.languageshow a:hover {
    color: #e60012;
}

.language:hover .languageshow {
    opacity: 1;
    visibility: visible;
}

.nav .navitems {
    float: left;
}

.dropdown .dt {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}

.dropdown .dd {
    display: none;
    width: 210px;
    height: 465px;
    background-color: #c81623;
    margin-top: 2px;
}

.dropdown .dd ul li {
    position: relative;
    height: 31px;
    line-height: 31px;
    margin-left: 2px;
    padding-left: 10px;
}

.dropdown .dd ul li:hover {
    background-color: #fff;
}

.dropdown .dd ul li::after {
    position: absolute;
    top: 1px;
    right: 10px;
    color: #fff;
    font-family: 'icomoon';
    content: '\e920';
    font-size: 14px;
}

.dropdown .dd ul li a {
    font-size: 14px;
    color: #fff;
}

.dropdown .dd ul li:hover a {
    color: #c81623;
}

.hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 32px;
    margin-left: 15px;
    position: fixed;
    top: 20px;
    width: 32px;
    z-index: 999;
    right: 0;
    display: none;
}

.hamburger:hover {
    outline: none
}

.hamburger:focus {
    outline: none
}

.hamburger:active {
    outline: none
}

.hamburger.is-closed:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px
}

.hamburger.is-closed:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1
}

.hamburger.is-closed:hover .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    top: 0
}

.hamburger.is-closed:hover .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    bottom: 0
}

.hamburger.is-closed .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: #DDDDDD;
    top: 5px
}

.hamburger.is-closed .hamb-middle {
    background-color: #DDDDDD;
    margin-top: -2px;
    top: 50%
}

.hamburger.is-closed .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: #DDDDDD;
    bottom: 5px
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #ddd;
    margin-top: -2px;
    top: 50%
}

.hamburger.is-open .hamb-middle {
    background-color: #ddd;
    display: none
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #ddd;
    margin-top: -2px;
    top: 50%
}

.hamburger.is-open:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ddd;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px
}

.hamburger.is-open:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1
}



.sidebar-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #eee;
    transition: all .3s;
    box-sizing: border-box
}

.sidebar-nav-open {
    right: 0
}

.sidebar-nav .sidebar-brand>a {
    font-size: 18px
}

.sidebar-nav .sidebar-brand .xl {
    display: none
}

.sidebar-nav .sidebar-brand a {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px
}

.sidebar-nav .sidebar-brand a .sj {
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 10px
}

.sidebar-nav .sidebar-brand a .sjrotate {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}



/* 底部模块制作 */
.footer {

    background: #333;

}

.fmode_nav {
    display: none;
}

.footer_nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer_nav .footer_title {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer_nav .list a {
    font-size: 16px;
    color: #eee;
    line-height: 36px;
    display: block;
}

.footer_nav .list a:hover {
    color: #e60012;
}

.footer_nav .list p {
    position: relative;
    font-size: 16px;
    color: #eee;
    line-height: 36px;
    box-sizing: border-box;
    padding-left: 30px;
    margin-bottom: 0;
}

.footer_nav .list p span {
    width: 25px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.footer_nav .list p span img {
    max-width: 100%;
    max-height: 100%;
    filter: brightness(0.6);
}


.copyright {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    line-height: 36px;
    padding: 10px 0;
    color: #eee;
}

.copyright a {
    font-size: 16px;
    color: #eee;
}

@media (max-width: 1600px) {
    .logo img {
        height: 50px;
    }

    .nav>li {
        margin-right: 30px;
    }

    .nav li a {
        font-size: 16px;
    }
}

@media (max-width: 1028px) {
    .header {
        padding: 0 3%;
    }

    .logo img {
        height: 40px;
    }

    .nav>li {
        margin-right: 20px;
    }

    .nav li a {
        font-size: 14px;
    }

}

@media(max-width: 991px) {
    .logo img {
        height: 30px;
    }
}

@media only screen and (max-width:767px) {
    .nav {
        display: none;
    }

    .header {
        padding: 0 3%;
    }

    .logo img {
        height: 30px;
    }

    .language {
        margin-right: 36px;
    }

    .language p {
        font-size: 12px;
        height: 60px;
    }

    .language p img {
        width: 18px;
        margin-right: 5px;
    }

    .languageshow a {
        font-size: 14px;
    }

    .hamburger.is-closed .hamb-middle {
        margin-top: -1px;
    }

    .hamburger.is-closed .hamb-top {
        top: 0;
    }

    .hamburger.is-closed .hamb-bottom {
        bottom: 0;
    }

    .sidebar-nav {
        z-index: 9;
        background-color: #fff;
        padding: 80px 30px 50px;
    }

    .sidebar-nav .sidebar-brand a {
        color: #222;
    }

    .sidebar-nav .sidebar-brand>a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        padding-bottom: 20px;
    }

    .sidebar-nav .sidebar-brand .xl {
        padding-bottom: 20px;
    }

    .sidebar-nav {
        overflow-y: scroll;
    }

    .headerwrap_current .header {
        background-color: #1a1a1a;
    }

    .sidebar-nav .sidebar-brand .sidebar-brand-there a {
        font-size: 14px;
    }

    .sidebar-nav .sidebar-brand a .sj {
        border-color: #222;
    }

    .sidebar-nav-two .sidebar-brand-two a {
        box-sizing: border-box;
        padding: 0 20px;
    }

    .sidebar-nav-two .sidebar-brand-there a {
        padding: 0 40px;
    }

    .hamburger {
        height: 16px;
        right: 2%;
        top: 22px;
        z-index: 12;
        display: block;
        width: 26px;
    }

    .hamburger.is-closed .hamb-top,
    .hamburger.is-closed .hamb-middle,
    .hamburger.is-closed .hamb-bottom,
    .hamburger.is-open .hamb-top,
    .hamburger.is-open .hamb-middle,
    .hamburger.is-open .hamb-bottom {
        background-color: #00AEEF;
        height: 2px;
    }

    /*fmode-nav*/
    .footer_nav {
        display: none;
    }

    .fmode_nav {
        margin: auto;
        display: block;
    }

    .fmode_nav .item {
        width: 100%;
        padding: 10px 0;
    }

    .fmode_nav .item h3 {
        position: relative;
    }

    .fmode_nav .item h3,
    .fmode_nav .item>a {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        font-size: 16px;
        color: #00AEEF;
        font-weight: normal;
        margin-bottom: 0;
    }

    .fmode_nav .item h3::after {

        color: #666;
        font-family: 'icomoon';
        content: '\e905';
        font-size: 16px;
    }

    .fmode_nav .item .list {
        width: 100%;
        box-sizing: border-box;
        padding-left: 20px;
        padding-top: 15px;
        display: none;
    }

    .fmode_nav .item .list a {
        display: block;
        font-size: 14px;
        color: #555;
        line-height: 30px;
    }

    .fmode_nav .item.active h3 i {
        transform: rotate(-180deg);
    }

    .copyright {

        line-height: 20px;
    }

    .copyright a {
        display: block;
        font-size: 12px;
    }




}