* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
;}

body {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    font-family: "MicrosoftYaHei"
;}

    body.height {
        height: 100vh;
        overflow: hidden
    ;}

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -o-object-fit: fill;
    object-fit: fill
;}

.container {
    margin: 0 auto;
    max-width: 1300px
;}

.img {
    font-size: 0
;}

    .img img {
        max-width: 100%
    ;}

.shade {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: rgba(0,0,0,.6)
;}

.gh {
    display: none
;}

.header {
    background: #fff
;}

    .header .language {
        margin-bottom: 12px;
        padding-right: 20px;
        font-size: 14px;
        color: #333
    ;}

        .header .language span {
            margin: 0 20px;
            width: 1px;
            height: 14px;
            background: #333
        ;}

        .header .language a:hover {
            color: #b50729
        ;}

    .header .search-block {
        position: relative;
        width: 282px;
        height: 40px
    ;}

        .header .search-block .search-input {
            display: block;
            padding: 0 40px 0 10px;
            width: 100%;
            height: 100%;
            border: 1px solid #b50729;
            -webkit-transition: all .3s;
            transition: all .3s;
            font-size: 13px
        ;}

        .header .search-block .search-button {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 0;
            width: 50px;
            height: 100%;
            background: url(../images/search.png) no-repeat center;
            background-color: #b50729;
            background-size: 18px;
            cursor: pointer
        ;}

.header-top {
    height: 110px
;}

    .header-top .logo {
        font-size: 0;
        width: 356px
    ;}

.nav {
    padding-top: 3px;
    background: #b50729;
    line-height: 48px;
    color: #fff
;}

    .nav .form {
        display: none
    ;}

    .nav li {
        position: relative;
        width: 100%;
        text-align: center
    ;}

        .nav li.active {
            background-color: #fff;
            color: #b50729
        ;}

        .nav li:hover {
            background: #fff;
            color: #b50729
        ;}

            .nav li:hover .dropdown {
                display: block
            ;}

    .nav a {
        display: block
    ;}

    .nav i {
        display: none
    ;}

    .nav .dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 3;
        background: #b50729;
        display: none
    ;}

        .nav .dropdown a {
            color: #fff
        ;}

            .nav .dropdown a:hover {
                background: #fff;
                color: #b50729
            ;}

.footer {
    background: #b50729;
    color: #fff
;}

    .footer .links {
        padding-bottom: 30px
    ;}

        .footer .links .title {
            padding: 55px 0 40px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
            font-size: 22px
        ;}

            .footer .links .title::before, .footer .links .title::after {
                content: "";
                display: block;
                max-width: 584px;
                height: 4px;
                width: 100%
            ;}

            .footer .links .title::before {
                background: url(../images/line_left.png) no-repeat center;
                background-size: 100%
            ;}

            .footer .links .title::after {
                background: url(../images/line_right.png) no-repeat center;
                background-size: 100%
            ;}

            .footer .links .title h4 {
                padding: 0 45px
            ;}

        .footer .links ul {
            font-size: 15px
        ;}

            .footer .links ul li {
                margin-bottom: 20px;
                padding-left: 65px
            ;}

            .footer .links ul a {
                position: relative;
                padding-left: 15px;
                display: block;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap
            ;}

                .footer .links ul a::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 50%;
                    width: 4px;
                    height: 4px;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    border-radius: 50%;
                    background: #fff
                ;}

    .footer .copyright {
        padding: 17px 0;
        border-top: solid 1px rgba(255,255,255,.32)
    ;}

.global-hd {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 17px;
    border-bottom: 2px solid #b50e2c
;}

    .global-hd h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        color: #b50e2c
    ;}

    .global-hd img {
        margin-right: 9px;
        display: block
    ;}

    .global-hd .more {
        display: block;
        font-size: 12px;
        color: #333
    ;}

        .global-hd .more:hover {
            color: #b50e2c
        ;}

@media only screen and (max-width: 1380px) {
    body {
        font-size: 14px
    ;}

    .container {
        max-width: 1200px
    ;}

    .header-top .logo {
        width: 300px
    ;}

    .header-top .search-block {
        height: 36px
    ;}

    .nav {
        line-height: 45px
    ;}

    .footer .links .title {
        padding: 45px 0 35px;
        font-size: 18px
    ;}

        .footer .links .title::before, .footer .links .title::after {
            height: 2px
        ;}

    .footer .links ul {
        font-size: 13px
    ;}

        .footer .links ul li {
            padding-left: 50px
        ;}

    .footer .copyright {
        font-size: 12px
    ;}

    .global-hd h3 {
        font-size: 20px
    ;}
}

@media only screen and (max-width: 1200px) {
    body {
        font-size: 13px
    ;}

    .container {
        max-width: 980px
    ;}

    .header-top {
        height: 95px
    ;}

        .header-top .logo {
            width: 280px
        ;}

        .header-top .search-block {
            width: 205px;
            height: 32px
        ;}

            .header-top .search-block .search-input {
                font-size: 12px
            ;}

        .header-top .language {
            font-size: 13px
        ;}

    .nav {
        font-size: 13px;
        line-height: 40px
    ;}

    .global-hd {
        margin-bottom: 20px;
        padding-bottom: 12px
    ;}

        .global-hd h3 {
            font-size: 18px
        ;}
}

@media only screen and (max-width: 820px) {
    .header {
        height: 80px
    ;}

        .header .header-top {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            padding: 0 5%;
            margin: 0;
            height: 80px;
            z-index: 110;
            background: #fff
        ;}

            .header .header-top .form {
                display: none
            ;}

        .header .nav {
            position: fixed;
            top: 80px;
            bottom: 0;
            z-index: 100;
            width: 70%;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all .3s;
            transition: all .3s
        ;}

            .header .nav.show {
                opacity: 1;
                visibility: visible;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0)
            ;}

            .header .nav .form {
                padding-bottom: 10px;
                display: block
            ;}

            .header .nav .language {
                padding: 20px 0 0;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                color: #fff;
                font-size: 14px
            ;}

                .header .nav .language span {
                    background: #fff
                ;}

            .header .nav .search-block {
                margin: 0 auto;
                width: 90%
            ;}

            .header .nav .container {
                margin: 0
            ;}

            .header .nav ul {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap
            ;}

            .header .nav li {
                width: 100%;
                text-align: left;
                border-bottom: 1px dashed #f7f7f7
            ;}

                .header .nav li:hover {
                    background: rgba(0,0,0,0);
                    color: #fff
                ;}

                    .header .nav li:hover .dropdown {
                        display: none
                    ;}

                .header .nav li.active {
                    background: rgba(0,0,0,0);
                    color: #fff
                ;}

                .header .nav li .dropdown {
                    position: static;
                    background-color: #e5002d
                ;}

            .header .nav a {
                padding-left: 20px
            ;}

            .header .nav i {
                position: absolute;
                top: 0;
                right: 0;
                display: block;
                width: 40px;
                height: 40px;
                background: url(../images/right.png) no-repeat center;
                background-size: 14px;
                -webkit-transition: all .3s;
                transition: all .3s
            ;}

                .header .nav i.down {
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg)
                ;}

    .footer .links ul li {
        padding-left: 10px
    ;}

    .footer .copyright {
        display: block;
        text-align: center;
        line-height: 1.6
    ;}

        .footer .copyright p {
            margin-bottom: 5px
        ;}

            .footer .copyright p:last-child {
                margin-bottom: 0
            ;}
}

@media only screen and (max-width: 767px) {
    .header {
        height: 65px
    ;}

        .header .header-top {
            height: 65px
        ;}

            .header .header-top .logo {
                width: 220px
            ;}

        .header .nav {
            top: 65px;
            width: 80%
        ;}

            .header .nav .language {
                padding-top: 10px;
                line-height: 2
            ;}

            .header .nav .search-block {
                height: 34px
            ;}

                .header .nav .search-block .search-input {
                    font-size: 12px
                ;}

    .footer .links {
        padding-bottom: 20px
    ;}

        .footer .links .title {
            padding: 35px 0;
            font-size: 16px
        ;}

            .footer .links .title h4 {
                padding: 0 20px
            ;}

        .footer .links ul li {
            width: 50%
        ;}
}
