﻿/* GLOBAL STYLES
 * Padding below the footer and lighter body text
* -------------------------------------------------- */


* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    overflow-x: hidden;
}


a:focus, a:hover {
    text-decoration: none;
}


.layui-m-layerchild h3 {
    height: 30px !important;
    line-height: 30px !important;
}

.layui-m-layerchild {
    width: 60% !important;
}

.layui-m-layercont {
    padding: 20px !important;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.navbar-inverse {
    background-color: #ffffff;
    border: 0px;
    margin-bottom: 0px;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    height: 100%;
    padding-right: 0;
    padding-left: 0;
}

.navbar-active {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 180px;
    padding-right: 180px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */


@media (max-width: 479px) {
    .navbar-brand {
        padding: 0 15px;
    }

    .navbar-inverse .navbar-toggle {
        background-color: #ffffff;
        border: none;
    }


    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: grey;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #ffffff;
    }


    .navbar-inverse .navbar-collapse {
        background-color: #51525f;
    }

    .navbar-inverse .navbar-collapse .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-inverse .navbar-collapse .navbar-nav .active > a {
        background-color: #0092d8;
    }

    .navbar-inverse .navbar-collapse .navbar-nav > li {
        border-bottom: 1px solid #443d3d;
    }

    .navbar-inverse .navbar-collapse .navbar-nav > li > a {
        color: #ffffff;
        display: flex;
        justify-content: space-between;
    }

    .navbar-inverse .navbar-collapse .navbar-nav .child > li {
        padding-left: 30px;
        list-style-type: none;

        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        border-top: 1px solid #443d3d;

    }

    .navbar-inverse .navbar-collapse .navbar-nav .child > li > a {
        color: #ffffff;
    }

    .navbar-inverse .navbar-collapse .search {
        display: none;
        margin: 7.5px -15px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        border-bottom: 1px solid #443d3d;
    }


    .navbar-wrapper .container .navbar-collapse .search-box {
        display: none;
        float: left;
        position: absolute;
        width: 630px;
        padding-top: 13px;
        padding-bottom: 13px;
        border-bottom: 1px solid #DCDCDC;
    }

    .navbar-wrapper .container .navbar-collapse .search-box .close {
        float: left;
        width: 20px;
        height: 20px;
    }

    .navbar-wrapper .container .navbar-collapse .search-box .form {
        float: left;
        padding-left: 21px;
        width: calc(100% - 20px);
    }

    .navbar-wrapper .container .navbar-collapse .search-box .form .input {
        border: none;
        width: calc(100% - 20px - 41px);
        height: 16px;
        color: #999999;
        line-height: 16px;
        outline: none;
    }

    .navbar-wrapper .container .navbar-collapse .search-box .form .input:focus {
        background-color: #FFFFFF;
    }

    .navbar-wrapper .container .navbar-collapse .search-box .form .glyphicon {
        padding-left: 10px;
        width: 20px;
        height: 20px;
        color: #666666;
    }

    .navbar-inverse .navbar-collapse .apply-wrap {
        display: flex;
        justify-content: center;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

    .navbar-inverse .navbar-collapse .apply-wrap .apply {
        background: #0092d8;
        color: #fff !important;
        padding: 5px 15px;
        border-radius: 20px;
        width: 80px;
        text-align: center;
    }


}

@media (min-width: 1000px) {
    body {
        width: 100%;
        overflow-x: hidden;
    }

    .container {

        padding-left: 0px;
        padding-right: 0px;
        margin: 0 auto;
    }

    /* Navbar positioning foo */
    .navbar-wrapper {
        width: 100% !important;
        height: 90px;
        background-color: #ffffff;

    }

    .navbar-wrapper .container .navbar-header {
        width: 234px;
        height: 88px;
        padding-top: 17px;
        padding-bottom: 25px;
    }

    .navbar-wrapper .container .navbar-header .navbar-brand {
        margin: 0;
        padding: 0;
    }

    .navbar-wrapper .container .navbar-header .navbar-brand .logo {
        width: 234px;
        height: 46px;
    }

    .navbar-wrapper .container .navbar-collapse {
        float: left;
        padding-top: 17px;
        padding-bottom: 25px;
    }

    .navbar-wrapper .container .navbar-collapse .language {
        float: left;
        color: black;
        padding-left: 42px;
        padding-right: 129px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .navbar-wrapper .container .navbar-collapse .language .active {
        background: #333333;
        color: #ffffff !important;
        border: 1px solid #333333 !important;
    }

    .navbar-wrapper .container .navbar-collapse .language .cn {
        float: left;
        width: 44px;
        height: 30px;
        border: 1px solid #d2d2d2;
        font-size: 16px;
        line-height: 30px;
        color: #666666;
        text-align: center;
        border-radius: 15px 0px 0px 15px;
    }

    .navbar-wrapper .container .navbar-collapse .language .en {
        float: left;
        width: 44px;
        height: 30px;
        border: 1px solid #d2d2d2;
        font-size: 16px;
        line-height: 30px;
        color: #666666;
        text-align: center;
        border-radius: 0px 15px 15px 0px;
    }

    .navbar-inverse .navbar-nav {
        height: 46px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-inverse .navbar-collapse li {
        list-style-type: none;
    }

    .navbar-inverse .navbar-nav a:hover,
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .active > a:hover {
        font-weight: bold;
        color: #4c2a5f;
        background: none;
    }


    .navbar-inverse .navbar-nav > li > a {
        height: 16px;
        font-size: 16px;
        color: #666666;
        line-height: 16px;
        padding: 0 32px;
    }

    .navbar-inverse .navbar-nav i {
        color: #ccc;
        top: -3px;
        position: relative;
        margin-left: 5px;
    }

    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li > a:hover {
        color: #4c2a5f !important;
    }

    .navbar-inverse .navbar-nav > li .child {
        display: none;
        position: absolute;
        left: 0;
        top: 16px;
        background: #fff;
        width: 100%;
        z-index: 999;
        text-align: center;
        padding-top: 42px;
        padding-left: 0px;
    }

    .navbar-inverse .navbar-nav > li:hover .child {
        display: block;
    }

    .navbar-inverse .navbar-nav > li .child a {
        padding-left: 32px;
        padding-right: 32px;
        color: #333;
        padding: 0 15px;
        line-height: 40px;
        font-size: 16px;
        display: block;
    }

    .navbar-inverse .navbar-nav > li .child a:hover {
        color: #fff;
        background: #0092d8
    }

    .navbar-wrapper .container .navbar-collapse .search {
        float: left;
        padding-left: 305px;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .navbar-wrapper .container {
        position: relative;
    }

    .navbar-wrapper .container .navbar-collapse .search-box {
        display: none;
        float: left;
        width: 350px;
        background: #fff;
        position: absolute;
        right: 146px;
        padding-top: 13px;
        padding-bottom: 13px;
        border-bottom: 1px solid #DCDCDC;
    }

    .navbar-wrapper .container .navbar-collapse .search-box .close {
        float: left;
        width: 20px;
        height: 20px;
    }

    .navbar-wrapper .container .navbar-collapse .search-box .form {
        float: left;
        padding-left: 21px;
        width: calc(100% - 20px);
    }

    .navbar-wrapper .container .navbar-collapse .search-box .form .input {
        border: none;
        width: calc(100% - 20px - 41px);
        height: 16px;
        color: #999999;
        line-height: 16px;
        outline: none;
    }

    .navbar-wrapper .container .navbar-collapse .search-box .form .input:focus {
        background-color: #FFFFFF;
    }

    .navbar-wrapper .container .navbar-collapse .search-box .form .glyphicon {
        padding-left: 10px;
        width: 20px;
        height: 20px;
        color: #666666;
    }

    .navbar-wrapper .container .navbar-collapse .apply-wrap {
        float: left;
        padding-left: 27px;
        padding-top: 8px;
        padding-bottom: 8px;
        position: absolute;
        right: 35px;
        z-index: 2;

    }

    .navbar-wrapper .container .navbar-collapse .apply-wrap .apply {
        width: 91px;
        height: 30px;
        line-height: 30px;
        background: #3f78fb;
        border-radius: 2px;
        text-align: center;
        color: #ffffff;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }

    .menu {
        /*position: static;*/
        /*z-index: 99;*/
        /*left: 50%;*/
        /*top: auto;*/
        margin-top: -66px;
        margin-left: auto;
        display: flex;
        justify-content: space-between;
        width: 1560px;
        height: 124px;
        background: #ffffff;
        box-shadow: 0px 6px 15px 0px rgba(73, 73, 73, 0.07);
        border-radius: 4px;
    }

    .menu .menu_item {
        width: 161px;
        height: 124px;
        line-height: 124px;
        font-size: 26px;
        color: #666666;
        text-align: center;
        border-bottom: 2px solid #ffffff;
    }

    .menu .menu_item .active, .menu .menu_item:hover span {
        display: inline-table;
        width: 161px;
        height: 124px;
        color: #4c2a5f;
        border-bottom: 2px solid #6b3f87;
    }

    .content {
        height: 100%;
    }

    .content .menu-fiex {
        position: fixed;
        top: 0px;
        left: 50%;
        right: 0px;
        margin-top: 0px !important;
        width: 100%;
    }

    .content .page {
        text-align: right;
    }

    .content .page .pagination li > a {
        width: 32px;
        height: 32px;
        line-height: 20px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 2px;
    }

    .content .page .g-pages {
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 2px;
        margin-left: 16px;
        width: 96px;
        height: 32px;
        padding-left: 13px;
        font-size: 14px;
        color: #000000;
        line-height: 22px;
        opacity: 0.9;
    }


    .bottom_carousel {
        width: 100%;
    }

    .bottom_carousel img {
        width: 100%;
    }

    .footer {
        width: 100%;
        background: #15161a;
    }

    .footer .wrap {
        display: flex;
        flex-direction: row;
        padding-top: 97px;
        justify-content: space-between;
    }

    .footer .wrap .left {
        padding: 0 17px;
    }

    .footer .wrap .left .qrcode {
        margin-top: 20px;
        text-align: center;
    }

    .footer .wrap .left .bottom_logo img {
        max-width: 100%;
    }

    .footer .wrap .left .qrcode img {
        max-width: 115px;
        height: 115px !important;

    }

    .footer .wrap .left .qrcode .tip {
        padding-top: 12px;
        line-height: 14px;
        font-size: 14px;
        color: #5b5d60;
    }

    .footer .wrap .center {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin-left: 69px;
    }

    .footer .wrap .center .list {
        width: 18%;
    }

    .footer .wrap .center .list .title {
        word-break: keep-all;
        line-height: 16px;
        font-size: 18px;
        color: #ffffff;
        padding-bottom: 36px;
    }

    .footer .wrap .center .list ul {
        padding-left: 0px;
    }

    .footer .wrap .center .list ul li {
        list-style: none;
        line-height: 13px;
        font-size: 16px;
        color: #5b5d60;
        margin-bottom: 21px;
        white-space: nowrap;
    }

    .footer .wrap .line {
        margin-left: 90px;
        margin-right: 97px;
        width: 1px;
        height: 190px;
        border: 1px solid #5b5d60;
    }

    .footer .wrap .right {
        width: 400px;
    }

    .footer .wrap .right .phone .name {
        height: 16px;
        line-height: 16px;
        font-size: 16px;
        color: #ffffff;
        text-align: left;
    }

    .footer .wrap .right .phone .txt {
        margin-top: 23px;
        height: 24px;
        line-height: 24px;
        font-size: 24px;
        font-weight: 500;
        color: #ffffff;
    }

    .footer .wrap .right .market_email {
        margin-top: 31px;
    }

    .footer .wrap .right .sale_email {
        margin-top: 27px;
    }

    .footer .wrap .right .market_email .name,
    .footer .wrap .right .sale_email .name {
        height: 15px;
        line-height: 15px;
        font-size: 14px;
        color: #5b5d60;
    }

    .footer .wrap .right .market_email .txt,
    .footer .wrap .right .sale_email .txt {
        margin-top: 10px;
        height: 16px;
        line-height: 16px;
        font-size: 16px;
        color: #5b5d60;
    }

    .footer .copyright_box {
        height: 49px;
        background: #101114;
        line-height: 16px;
        font-size: 14px;
        color: #65686e;
        text-align: center;
        padding-top: 16px;
        padding-bottom: 17px;
    }
}

@media (min-width: 1000px) and  (max-width: 1559px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 0 15px;
    }

    .navbar-wrapper .container .navbar-collapse .search-box {
        right: 190px !important;
    }

    .navbar-wrapper .container .navbar-collapse .apply-wrap {
        position: initial !important;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}


@media (min-width: 1200px) {
    .banner {
        width: 100%;
        height: 0;
        padding-bottom: 31.25%;
    }
    .menu .menu_item{
        height: 83px;
        line-height: 83px;
        font-size: 22px;
    }
    .menu .menu_item .active, .menu .menu_item:hover span{
        width: 90%;
        height: 83px;
    }
    .menu {
        width: 85%;
        margin: -66px auto 0;
        height: 83px;
    }

    .menu a {
        width: 14.28%;
    }
}
@media (min-width: 1600px) {
    .menu {
        height: 105px;
    }
    .menu .menu_item{
        height: 105px;
        line-height: 105px;
        font-size: 22px;
    }
    .menu .menu_item .active, .menu .menu_item:hover span{
        height: 105px;
    }
}

@media (min-width: 1900px) {
    .menu {
        height: 124px;
    }
    .menu .menu_item{
        height: 124px;
        line-height: 124px;
        font-size: 26px;
    }
    .menu .menu_item .active, .menu .menu_item:hover span{
        height: 124px;
    }
    
}