/*===============================================*/


/* 导航 */

.ebiztop {
    width: 100%;
    height: 70px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}


/* MODIFIER - ebiztop */

.ebiztop--sticky {
    background-color: #fff;
    box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.03);
}


/* ELEMENT - ebiztop__content */

.ebiztop__content {
    height: 70px;
}


/* ELEMENT MODIFIER - ebiztop__content */

.ebiztop__content--fix-width {
    width: 1240px;
    margin: auto;
    clear: both;
}

.ebiztop__content--fluid-width {
    /* width:80%; */
    width: 1200px;
    margin: auto;
    clear: both;
}

.ebiztop__logo-title {
    color: #fff;
    font-size: 26px;
    letter-spacing: -1px;
    position: relative;
    float: left;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 999;
}

.ebiztop--sticky .ebiztop__logo-title,
.ebiztop--page .ebiztop__logo-title,
.menu-open .ebiztop__logo-title {
    color: #000;
}

.ebiztop__logo-title span {
    font-weight: 700;
}


/* ELEMENT - ebiztop__menu */

.ebiztop__menu {
    float: right;
}

.ebiztop__menu ul,
.ebiztop__menu ul li,
.ebiztop__menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.ebiztop__menu:after,
.ebiztop__menu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.menu-button {
    width: 28px;
    height: 20px;
    position: absolute;
    padding: 0px;
    font-size: 20px;
    top: 12px;
    right: 6%;
    z-index: 99999;
    display: none;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.menu-button:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 28px;
    height: 6px;
    z-index: 999;
    border-top: 1px double #fff;
    border-bottom: 1px solid #fff;
}

.ebiztop__menu>ul>li {
    display: inline-block;
    padding: 0;
}

.ebiztop__menu>ul>li>a {
    height: 70px;
    line-height: 70px;
    font-family: "microsoft yahei";
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 0 25px;
    margin: 0;
    font-weight: 400;
    overflow: hidden;
}

.ebiztop--sticky .ebiztop__menu>ul>li>a,
.ebiztop--page .ebiztop__menu>ul>li>a {
    color: #000;
}

.ebiztop--sticky .menu-button {
    border-bottom: 1px solid #000;
}

.ebiztop--sticky .menu-button:before {
    border-bottom: 1px solid #000;
    border-top: 1px double #000;
}

.menu-open .menu-button {
    background: url("../img/close.png") no-repeat;
    border: none;
}

.menu-open .menu-button:before {
    border: none;
}

.ebiztop__menu>ul>li.ebiztop__btn>a {
    height: 32px;
    line-height: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ebiztop__menu>ul>li.ebiztop__btn--signup>a {
    color: #fff;
    background-color: #ea8c06;
    padding: 0 22px;
    /* margin:19px 0 0 25px; */
    margin: 19px 0 0 0px;
    border: 1px #ea8c06 solid;
}

.ebiztop__menu ul li.ebiztop__btn--signup>a:hover {
    background: none;
    border: 1px #ea8c06 solid;
    color: #ea8c06;
}

.ebiztop--sticky .ebiztop__menu ul li.ebiztop__btn--signup>a:hover,
.menu-open .ebiztop__menu ul li.ebiztop__btn--signup>a:hover {
    background: none;
    border: 1px #ea8c06 solid;
    color: #ea8c06;
}

.ebiztop__menu>ul>li.ebiztop__btn--login>a {
    color: #fff;
    padding: 0 22px;
    /* margin:19px 0 0 25px; */
    margin: 19px 0 0 16px;
    border: 1px #fff solid;
}

.ebiztop__menu ul li.ebiztop__btn--login>a:hover {
    background-color: #fff;
    color: #081d93;
}

.ebiztop--sticky .ebiztop__menu>ul>li.ebiztop__btn--login>a,
.menu-open .ebiztop__menu>ul>li.ebiztop__btn--login>a {
    color: #081d93;
    border: 1px #081d93 solid;
}

.ebiztop--sticky .ebiztop__menu ul li.ebiztop__btn--login>a:hover {
    background-color: #081d93;
    border: 1px #081d93 solid;
    color: #fff;
}

.ebiztop__menu>ul>li.menu-item-has-children>a {
    background: url(../img/drop-down-white.png) no-repeat 90% 50%;
}

.ebiztop--sticky .ebiztop__menu>ul>li.menu-item-has-children>a {
    background: url(../img/drop-down.png) no-repeat 90% 50%;
}

.ebiztop__menu ul li a:hover,
.ebiztop__menu ul li a.selected,
.ebiztop__menu ul li a.active {
    color: #ea8c06;
}

.ebiztop--sticky .ebiztop__menu ul li a:hover,
.ebiztop--sticky .ebiztop__menu ul li a.selected,
.ebiztop--sticky .ebiztop__menu ul li a.active {
    color: #2447f7;
}

.ebiztop__menu ul li:hover {
    cursor: pointer;
}

.ebiztop__menu ul ul {
    position: absolute;
    left: 0px;
    top: 55px;
    z-index: 9999;
    visibility: hidden;
    text-align: left;
    padding: 5px 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.10);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.ebiztop__menu ul ul.submenu-ebiztop-sticky {
    box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.03);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
}

.ebiztop__menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    top: 70px;
}

.ebiztop__menu ul ul ul {
    margin-left: 100%;
    top: 0;
}

.ebiztop__menu ul ul li a {
    width: 280px;
    padding: 15px 15px 0 55px;
    color: #231f20;
    border-bottom: 1px #f7f8f9 solid;
    margin: 0 20px;
    font-size: 14px;
    font-weight: 400;
    height: 75px;
    line-height: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 0 17px;
}

.ebiztop__menu ul ul li a span {
    display: block;
    color: #9a9a9a;
    font-weight: 300;
}

.ebiztop__menu ul ul li a:hover {
    color: #2447f7;
    padding: 15px 5px 0 65px;
    background-position: 10px 17px;
}

.ebiztop__menu ul ul li a:hover span {
    color: #00a7ca;
}

.ebiztop__menu ul ul li:last-child a {
    border-bottom: none;
}


/*===============================================*/


/* Smaller than fixed width 1240 px		 */


/*===============================================*/

@media screen and (max-width: 1240px) {
    .ebiztop__content--fix-width {
        width: 92%;
        padding-left: 4%;
        padding-right: 4%;
    }
    .ebiztopbox {
        display: block;
        margin-top: 0px;
    }
    /*  MENU 	 */
    /*---------------*/
    .menu-open {
        height: 100% !important;
        overflow-y: scroll;
        background-color: #fff;
    }
    .ebiztop__logo-title {
        font-size: 20px;
    }
    .ebiztop__menu {
        width: 100%;
        height: 100%;
        float: left;
        clear: both;
        margin: 40px 0 0 0;
    }
    .ebiztop__menu ul {
        width: 100%;
        display: none;
        text-align: left;
        background-color: #fff;
    }
    .ebiztop__menu ul li {
        width: 100%;
    }
    .ebiztop__menu ul li,
    .ebiztop__menu ul ul li a,
    .ebiztop__menu ul ul ul li a,
    .ebiztop__menu ul ul ul li:last-child a {
        border-bottom: 1px #ebeced solid;
    }
    .ebiztop__menu ul li a {
        width: 100%;
        font-size: 13px;
        line-height: 40px;
        height: auto;
        margin: 0px;
        padding: 0;
    }
    .ebiztop__menu>ul>li {
        float: none;
    }
    .ebiztop__menu ul ul li a {
        margin: 0 0 0 0;
        padding: 15px 0px 15px 20%;
        width: 100%;
        height: auto;
    }
    .ebiztop__menu>ul>li.ebiztop__btn {
        border: none;
    }
    .ebiztop__menu>ul>li.ebiztop__btn--signup>a {
        width: 80%;
        height: 35px;
        line-height: 35px;
        padding: 0 5%;
        margin: 10%;
        text-align: center;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .ebiztop__menu>ul>li.ebiztop__btn--login>a {
        width: 80%;
        height: 35px;
        line-height: 35px;
        padding: 0 5%;
        margin: 15px 0 5px 60%;
        text-align: center;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }
    .ebiztop__menu ul ul li:first-child a {
        border-top: 1px #ebeced solid;
    }
    .ebiztop__menu ul ul li:last-child a {
        border-bottom: none;
    }
    .ebiztop__menu ul ul ul li a {
        margin: 0 0 0 0;
        padding: 0 0px 10px 0;
    }
    .ebiztop__menu ul ul,
    .ebiztop__menu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        padding: 0;
        top: 0;
        border-top: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        background: none;
        transition: none;
        visibility: visible;
        opacity: 1;
    }
    .ebiztop__menu ul ul.submenu-ebiztop-sticky {
        background-color: #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .ebiztop__menu ul ul li,
    .ebiztop__menu ul ul ul li {
        border-bottom: none;
    }
    .ebiztop__menu li:hover>ul {
        transition: none;
        visibility: visible;
        top: auto;
    }
    .menu-button {
        display: block;
    }
    .ebiztop__menu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        height: 38px;
        width: 50px;
        cursor: pointer;
        background-color: #fff;
    }
    .ebiztop__menu ul ul .submenu-button {
        height: 35px;
        width: 35px;
    }
    .ebiztop__menu .submenu-button:after {
        content: '';
        position: absolute;
        top: 17px;
        left: 17px;
        display: block;
        width: 0;
        padding: 0;
        border: 5px solid transparent;
        /* border-top-color: #000; */
        border-top-color: transparent;
        border-bottom-color: #000;
        transform: rotate(180deg);
        transition: transform 0.3s;
    }
    .ebiztop__menu ul ul .submenu-button:after {
        border-width: 4px;
        left: 14px;
        top: 12px;
    }
    .ebiztop__menu .submenu-button.submenu-opened:after {
        /* top: 12px;
    border-top-color: transparent;
    border-bottom-color: #000; */
        transform: rotate(360deg);
        transition: transform 0.3s;
    }
    .ebiztop__menu ul ul .submenu-button.submenu-opened:after {
        top: 10px;
    }
}

.ebiztop_logo-title {
    background: url("../img/ebiz-logo-1.png") no-repeat;
    width: 137px;
    height: 38px;
    background-size: 137px 38px;
    transition: all .3s;
    position: relative;
    top: 15px;
    float: left
}

.ebiztop--sticky .ebiztop_logo-title,
.menu-open .ebiztop_logo-title {
    background: url("../img/ebiz-logo.png") no-repeat;
    background-size: 137px 38px;
}


/*===============================================*/


/* Mobile  800	  					 */


/*===============================================*/

@media screen and (max-width: 1240px) {
    .ebiztop__content--fix-width,
    .section__content--fix-width,
    .footer__content--fix-width,
    .ebiztop__content--fluid-width,
    .section__content--fluid-width,
    .footer__content--fluid-width {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .ebiztop {
        height: 70px;
    }
    .ebiztop__content {
        height: 71px;
    }
    .menu-button {
        right: 2%;
        top: 20px;
    }
    .ebiztop_logo-title,
    .ebiztop--sticky .ebiztop_logo-title,
    .menu-open .ebiztop_logo-title {
        top: 18px;
        background-size: 126px 35px;
    }
    .ebiztop__menu ul ul li a {
        background-position: 5% 50% !important;
    }
    .ebiztop__content--fix-width,
    .section__content--fix-width,
    .footer__content--fix-width {
        width: 100%;
    }
    .menu-open>div>nav>ul {
        display: block !important;
    }
    .menu-open>div>nav>ul a {
        color: #333;
    }
}

@media (max-width: 1300px) {
    .ebiztop__content--fluid-width {
        width: 90%
    }
}