﻿/*
    Header
*/
html {
    font-family: Source Han Sans CN,思源黑体,微软雅黑;
}

* {
    font-size: 16px;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    z-index: 1000;
    transition: 0.2s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

    header .logo {
        height: 40px;
        margin-top: 10px;
        transition: 0.2s;
        image-rendering: -moz-crisp-edges; /* Firefox */
        image-rendering: -o-crisp-edges; /* Opera */
        image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;
    }

    header .main-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 100;
        background-color: white;
        transition: 0.5s;
    }

    header .content {
        max-width: 1200px;
        margin: 0 auto;
        z-index: 100;
    }

    header .sub-nav-container {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(10, 12, 27, 0.8);
        height: 63px;
        transition: 0.25s;
        opacity: 0;
        animation: ease-in;
    }

        header .sub-nav-container.show {
            bottom: -63px;
            opacity: 1;
        }

    header nav {
        float: right;
        user-select: none;
    }

        header nav > span {
            height: 60px;
            display: inline-block;
            /*font-weight: bold;*/
            cursor: pointer;
            transition: 0.3s;
            padding-right: 40px;
            position: relative;
            vertical-align: middle;
        }


            header nav > span > span {
                display: none;
                position: absolute;
                left: 0;
                top: 60px;
                line-height: 55px;
                width: 375px;
                padding-left: 100px;
                margin-left: -100px;
            }

                header nav > span > span > a {
                    display: inline-block;
                    color: #CCC;
                    text-decoration: none !important;
                    font-weight: normal;
                    transition: 0.3s;
                    padding-right: 1em;
                    padding-left: 0.9em;
                    float: left;
                    font-size: 0.9em;
                }

.main-nav.changeColor {
    background-color: #333333;
}

    .main-nav.changeColor .main-nav-item {
        color: #dedede;
    }

        .main-nav.changeColor .main-nav-item:hover {
            color: white;
        }


header nav > span > span > a:hover {
    color: white;
}

.main-nav-item {
    display: inline-block;
    color: #031430;
    text-decoration: none !important;
    transition: 0.2s;
    line-height: 55px;
    border-bottom: 5px solid transparent;
    font-size: 0.95em;
    /*20200921*/
    /*font-family: "微软雅黑 Light","Hiragino Sans GB";*/
}

.header-contact {
    color: #031430;
}

.main-nav.changeColor .header-contact {
    color: white;
}

.main-nav-item i {
    display: inline-block;
    width: 0.25em;
}


.mainmenu.selected {
    border-left-color: #373b80;
}

header nav > span:hover > span {
    display: inline-block;
}

/*header nav > span:hover > .main-nav-item {
    color: white;
}*/

.header-prop {
    height: 60px;
}

.mobile-nav-switch {
    display: none;
    position: absolute;
    width: 27px;
    height: 26px;
    top: 13px;
    left: 13px;
    cursor: pointer;
}

.main-nav.changeColor .mobile-call {
    background-image: url('/content/img/home/tel_white.png');
}

.mobile-call {
    display: none;
    position: absolute;
    width: 27px;
    height: 27px;
    top: 13px;
    right: 13px;
    cursor: pointer;
    background-image: url('/content/img/home/phone.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-prev, .banner-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 115px;
    cursor: pointer;
    transition: 0.3s;
    background-image: url(/Content/img/home/prev_default.png);
}

    .banner-prev:hover, .banner-next:hover {
        background-image: url(/Content/img/home/prev_hover.png);
    }

.banner-prev {
    left: 100px;
}

.banner-next {
    right: 100px;
    transform: translateY(-50%) rotate(180deg);
}

.banner-indexer {
    position: absolute;
    left: 110px;
    right: 110px;
    text-align: center;
    bottom: 20px;
    z-index: 100;
}

    .banner-indexer > span {
        display: inline-block;
        /*float: left;*/
        width: 17px;
        height: 17px;
        cursor: pointer;
    }

        .banner-indexer > span > span {
            display: inline-block;
            width: 11px;
            height: 11px;
            border-radius: 50%;
            background-color: #616161;
            transition: 0.5s;
            margin-left: 5px;
        }

        .banner-indexer > span.selected > span, .banner-indexer > span:hover > span {
            background-color: #d6d6d6;
        }

.main-nav.changeColor .mobile-nav-switch i {
    background-color: white;
}

.mobile-nav-switch i {
    position: absolute;
    background-color: #1b386a;
    height: 3px;
    left: 0;
    right: 0;
    transition: 0.2s;
    opacity: 1;
    border-radius: 1.5px;
}

    .mobile-nav-switch i.line1 {
        top: 1px;
        right: 9px;
    }

    .mobile-nav-switch i.line2 {
        top: 10px;
    }

    .mobile-nav-switch i.line3 {
        top: 19px;
        right: 9px;
    }

.mobile-nav {
    display: none;
}

@media (max-width: 1300px) {
    header nav > span {
        padding-right: 30px;
    }

    .main-nav-item i {
        width: 4px;
    }
}

@media (max-width: 1020px) {
    header {
        height: 65px !important;
    }

        header .logo {
            /*height: 35px !important;*/
            margin-top: 13.5px !important;
            /*margin-left: 7.5px !important;*/
        }

        header nav {
            display: none;
        }

    .header-prop {
        height: 64px !important;
    }

    .mobile-nav-switch {
        display: inline-block;
        top: 20px;
        left: 16px;
    }

    .mobile-call {
        display: inline-block;
        top: 20px;
        right: 16px;
    }

    .main-nav .content {
        text-align: center;
    }

    .mobile-nav {
        display: inline-block;
    }
}

header.mobile-nav-open .mobile-nav-switch i.line2 {
    opacity: 0;
}

header.mobile-nav-open .mobile-nav-switch i.line1 {
    transform: rotate(45deg);
    top: 11px;
    right: 0;
}

header.mobile-nav-open .mobile-nav-switch i.line3 {
    transform: rotate(-45deg);
    top: 11px;
    right: 0;
}

.mobile-nav-switch:hover i.line1,
.mobile-nav-switch:hover i.line3 {
    right: 0;
}

.mobile-nav-mask {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    transition: 0.15s;
    opacity: 0;
}

.mobile-nav-menus {
    background-color: white;
    position: fixed;
    width: 50%;
    top: 65px;
    bottom: 0;
    left: -50%;
    transition: 0.2s;
    overflow-y: auto;
}

header.mobile-nav-open .mobile-nav-mask {
    visibility: visible;
    opacity: 1;
}

header.mobile-nav-open .mobile-nav-menus {
    left: 0;
}


.mainmenu {
    display: block;
    line-height: 50px;
    text-align: center;
    border-top: 0.5px solid #e6e6e6;
    color: #253051 !important;
    border-left: 5px solid transparent;
    text-decoration: none !important;
    font-size: 15px;
    letter-spacing: 1.5px;
}

.submenu {
    display: block;
    line-height: 37px;
    text-align: center;
    text-indent: 1em;
    font-size: 0.95em;
    text-decoration: none;
}

/*
  Footer
*/



.bottomsystem {
    height: 225px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

    .bottomsystem div {
        position: absolute;
        top: 0;
        left: 2px;
        right: 2px;
        bottom: 0;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('/Content/img/home/blue.png');
        transition: 0.3s;
    }

        .bottomsystem div:hover {
            transform: scale(1.05);
        }

    .bottomsystem h3 {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #D4D4D4 !important;
        font-size: 31px !important;
        letter-spacing: 0.05em;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        user-select: none;
        transition: 0.3s;
        margin: 0 !important;
        /*20200921*/
        /*font-family: inherit !important;*/
        font-weight: inherit !important;
    }

    .bottomsystem div:hover h3 {
        color: white;
    }

#goTop {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/Content/img/Shared/top.png');
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
}

    #goTop:hover {
        transition: 0.2s;
        border-radius: 50%;
    }

    #goTop.show {
        visibility: visible;
        opacity: 1;
    }

@media (max-width: 768px) {
    #goTop {
        bottom: 80px;
        right: 15px;
    }
}


@media (max-width:768px) {


    .bottomsystem {
        height: 100px !important;
    }

        .bottomsystem h3 {
            font-size: 19px !important;
        }

        .bottomsystem > div {
            left: 1px;
            right: 1px;
        }
}

.animated {
    opacity: 0;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
}

    .modal .mask {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .modal.show {
        visibility: visible;
        opacity: 1;
    }

    .modal .content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.7);
        background-color: white;
        min-width: 300px;
        min-height: 300px;
        box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
        transition: 0.3s;
        animation: ease-in;
        border-radius: 2px;
        opacity: 0;
        overflow: hidden;
        background-image: url('/Content/img/shared/layer_bg.jpg');
    }

    .modal.show .content {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    .modal p {
        line-height: 25px;
        margin-top: 20px;
    }

#closeLayer {
    position: absolute;
    right: 30px;
    top: 20px;
    width: 27px;
    height: 27px;
    background-image: url('/Content/img/shared/close.gif');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.1s;
}

    #closeLayer:hover {
        transform: scale(1.1);
    }

.mobile-nav-menus > div {
    transition: 0.2s;
    overflow: hidden;
}

    .mobile-nav-menus > div.myhide {
        height: 0 !important;
    }




footer {
    background-color: #333333;
    margin-top: 60px;
}

    footer .items {
        padding-top: 40px;
    }

        footer .items .contact {
            float: left;
            height: 200px;
            text-align: center;
        }

            footer .items .contact .icon {
                width: 74px;
                height: 74px;
                display: inline-block;
                margin-top: 20px;
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
            }

                footer .items .contact .icon.tel {
                    background-image: url('/content/img/home/tel.png');
                }

                footer .items .contact .icon.address {
                    background-image: url('/content/img/home/address.png');
                }

                footer .items .contact .icon.email {
                    background-image: url('/content/img/home/email.png');
                }

            footer .items .contact .title {
                color: #E3E3E3;
                line-height: 28px;
                margin: 0;
                font-size: 0.95em;
                letter-spacing: 1px;
            }

            footer .items .contact .value {
                margin: 0;
                color: #E3E3E3;
                font-size: 0.9em;
                letter-spacing: 1px;
            }

    footer .bottom {
        text-align: center;
        color: white;
        padding: 32.5px 0;
        border-top: 0.5px solid #444444;
    }

        footer .bottom span,
        footer .bottom span a {
            line-height: 20px;
            display: inline-block;
            font-size: 0.9em;
            margin: 0 10px;
            letter-spacing: 1px;
            color: white;
        }

    footer .qrcode {
        width: 140px;
        height: 140px;
    }

@media (max-width: 996px) {
    footer .contact {
        display: block;
        float: none !important;
        height: 60px !important;
        width: 100% !important;
        position: relative;
    }

        footer .contact .icon {
            position: absolute;
            left: 10px;
            top: 10px;
            width: 40px !important;
            height: 40px !important;
            margin: 0 !important;
        }

        footer .contact .title {
            position: absolute;
            left: 70px;
            top: 15px;
            line-height: 30px;
            margin: 0 !important;
        }

        footer .contact .value {
            position: absolute;
            left: 150px;
            top: 15px;
            text-align: right;
            line-height: 30px;
            right: 0;
            margin: 0 !important;
        }


    footer .qrcode {
        width: 60px;
        height: 60px;
        position: absolute;
        right: 0;
        top: 0;
    }

    footer .items {
        padding-top: 15px;
    }

    footer .bottom {
        padding: 5px 0 10px 0;
    }
}



.header-contact .welcome {
    line-height: 20px;
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 15px;
}

.header-contact .phone {
    line-height: 20px;
    font-size: 15px;
}
