/*------È«¾ÖÉèÖÃ------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ==============================Font============================ */




/* ==============================Root============================ */
:root{
    --color-border: #e7e7e7;
    --page-width: 1280px
}


body {
    font-family: var(--family-semibold), sans-serif;
    background-color: #1d2730;
    font-size: 16px;
    color: #333;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    -webkit-transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-decoration: none;
    color: #0060c4;
    cursor: pointer;
}

img {
    width: 100%;
}

li {
    list-style-type: none;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 22px;
    padding-bottom: 5px;
}

p {
    line-height: 1.5;
}

.fs-18{
    font-size: 18px;
}

.ellipsis{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.page-width{max-width: var(--page-width);margin: 0 auto;}

input,
textarea,
select {
    font-size: 16px;
    padding: 12px;
}

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


.roboto {
    font-weight: 400;
}

.left {
    float: left;
}

.right {
    float: right;
}

.main-con {
    width: 1200px;
    margin: auto;
    display: table;
}

.margin-left {
    margin-left: 10%;
}

.mt70 {
    margin-top: 70px;
}

.mt120 {
    margin-top: 120px;
}

.padT0 {
    padding-top: 0 !important;
}

.inline-block {
    display: inline-block;
}

@media screen and (max-width: 640px) {
    .mt70 {
        margin-top: 35px;
    }

}

.move-pic:hover {
    -webkit-animation: tada 1s .2s ease both;
    -moz-animation: tada 1s .2s ease both;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.95) rotate(0deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1) rotate(2deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1) rotate(-2deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1);
    }
    10%,
    20% {
        -moz-transform: scale(1) rotate(-2deg);
    }
    30%,
    50%,
    70%,
    90% {
        -moz-transform: scale(1) rotate(2deg);
    }
    40%,
    60%,
    80% {
        -moz-transform: scale(1) rotate(-2deg);
    }
    100% {
        -moz-transform: scale(1) rotate(0);
    }
}

::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .1);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .6);
    border-radius: 4px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.page-banner img{max-width: 100%;}

/*------ nav ------*/

.fixed-hamburger {
    position: absolute;
    z-index: 110;
    left: 0;
    top: 0;
}

.hamburger-module,
.header-text {
    -webkit-transition: transform 0.75s ease, opacity 0.75s ease;
    transition: transform 0.75s ease, opacity 0.75s ease;
}

.hamburger-module {
    cursor: pointer;
    padding: 40px 30px;
}

.hamburger {
    position: relative;
    height: 16px;
    width: 28px;
}

element.style {
}

.light-header .hamburger span {
    background-color: #ffffff;
}

.hamburger span:first-child {
    top: 0;
}

.hamburger-module span,
.featured-block .border,
.portfolio-block span::after,
svg path {
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger span {
    position: absolute;
    background-color: #011931;
    width: 100%;
    height: 2px;
    top: 7px;
    left: 0;
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
    width: 80%;
}

.hamburger span:last-child {
    width: 60%;
    top: 14px;
}

.hamburger-module:hover span {
    -webkit-transition: all 0.4s ease, width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s ease, width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hamburger-module:hover span {
    width: 100%;
}

.menu-open .hamburger-module span {
    background-color: #ffffff;
}

.menu-open .hamburger-module span:nth-child(1),
.menu-open .hamburger-module span:nth-child(4) {
    margin: auto;
    opacity: 0;
    width: 0;
    right: 0;
}

.menu-open .hamburger-module span:nth-child(2) {
    transform: rotateZ(45deg);
    width: 100%;
}

.menu-open .hamburger-module span:nth-child(3) {
    transform: rotateZ(-45deg);
    width: 100%;
}

#menu {
    position: absolute;
    left: 0;
    top: 0;
}

#menu .main-menu {
    margin: auto;
    padding: 80px 70px;
}

#menu a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: 22px;
    padding: 8px 0;
    color: #ffffff;
    cursor: pointer;
}

#menu li {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

/*
#menu a::after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    height: 3px;
    bottom: 3px;
    width: 0;
    left: 0;
}
 */

#menu li {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.menu-open .container {
    -webkit-transform: translate(330px, 330px);
    transform: translate(330px, 330px);
}

.menu-open #menu li {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.menu-open #menu li:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.menu-open #menu li:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.menu-open #menu li:nth-child(3) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.menu-open #menu li:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.menu-open #menu li:nth-child(5) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.menu-open #menu li:nth-child(6) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

#menu .main-li-menu a {
    font-size: 16px;
    opacity: 0.9;
    padding: 5px 0;
}

#menu .main-li-menu > li:hover a:after {
    content: '';
    width: 22px;
    height: 4px;
    background: rgba(255, 255, 255, 0.9);
    display: inline-block;
    position: relative;
    top: -3px;
    left: 6px;
}

.main-li-menu {
    display: none;
}

.menu-open #menu li:nth-child(1):focus .main-li-menu {
    display: block;
}

.top-nav {
    position: absolute;
    min-height: 96px;
    width: 100%;
    z-index: 110;
    -webkit-transition: background 0.6s ease;
    transition: background 0.6s ease;
}

.menu-open .top-nav {
    background: none;
}

/*------title------*/

.au-title {
    padding: 30px 0 30px 0;
    text-align: center;
    color: #333333;
    top: 0;
    z-index: 110;
    width: 100px;
    margin: auto;
    -webkit-transition: transform 0.75s ease, opacity 0.75s ease;
    transition: transform 0.75s ease, opacity 0.75s ease;
}

.au-title a {
    color: #999;
    white-space: nowrap;
}

.menu-open .top-nav .au-title {
    display: none;
}

.container .au-title {
    opacity: 0;
}

.menu-open .container .au-title {
    color: #333;
    opacity: 1;
}


/*------ nav ------*/

/*------container------ */

.container {
    background: #fff;
    height: 100%;
    width: 100%;
}

.container,
.about .scoundrel {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
}

.container {
    -webkit-overflow-scrolling: touch;
    position: relative;
    overflow: hidden;
}

/*------banner------*/

.banner {
    position: relative;
    max-height: 960px;
    overflow: hidden;
}

/* .banner-drown-icon {
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 46px;
    height: 46px;
    overflow: hidden;
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 30px;
    z-index: 110;
    margin-left: -25px;
} */

/* .banner-drown-icon img {
    width: 27px;
    position: absolute;
    top: 0;
    left: 9px;
    animation-delay: 1s;
    animation: arrow 1s infinite;
} */

@keyframes arrow {
    0% {
        top: 0;
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0.2;
    }
}

@-moz-keyframes arrow {
    0% {
        top: -30px;
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        top: 70px;
        opacity: 0;
    }
}

/*------banner------*/

/*------main-item------*/

.main-item > .item-title {
    border-bottom: 1px solid var(--color-border);
}

.item-title {
    padding: 110px 0 25px 0;
}

.info-div {
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 10px;
    display: table;
    padding-top: 32px;
    padding-bottom: 32px;
}

.info-div > div {
    float: left;
}

.info-div > ul {
    margin-right: -2px;
}

.info-div ul li {
    float: left;
    width: 25%;
    overflow: hidden;
    position: relative;
}

.info-div ul li > div {
    margin-right: 2px;
}

.info-div ul li > div > span {
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
}

.info-div ul li:hover > div > span {
    background: rgba(0, 0, 0, 0);
}

.info-div .info-text {
    margin-top: 15px;
    padding-right: 20px;
    color: #333;
}

.info-div ul li > div img {
    float: left;
}

.info-div ul li:last-of-type > div {
}

.info-text h5 {
    font-size: 22px;
    font-weight: normal;
}

.info-text p {
    color: #999;
    padding: 20px 0;
}

/*------main-item------*/

/* ------contact-us------ */

.contact-us {
    position: relative;
    color: #fff;
    background: url(../imgs/index_contact_pic.png) no-repeat;
    height: 600px;
    background-position: 30% 50%;
    padding: 40px;
}

@media screen and (max-width: 560px) {
    .contact-us {
        padding: 20px;
    }
}

.contact-us .contact-con {
    position: absolute;
    max-width: 270px;
}

.contact-us span img {
    width: 145px;
}

.contact-us span:last-child img {
    width: 13px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    margin-left: 65px;
}

.contact-pic {
    display: table;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 32px 0;
    margin-top: 90px;
}

.contact-tex {
    clear: both;
    line-height: 24px;
    margin-top: 48px;
}

.contact-tex p {
    margin-bottom: 16px;
}


.aukey-website {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
}

.aukey-website span{
    white-space: nowrap;
}


/*------ footer ------*/

.footer {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f4f4f4;
    display: table;
    width: 100%;
}

.footer .main-con > div {float: left;}
.foot-tex ul {float: left; margin-right: 2vw}
.foot-tex ul > li {padding-bottom: 15px}
.foot-tex ul > li a {padding-bottom: 15px;color: #666}
.foot-tex ul > li a:hover {text-decoration: underline}
.foot-tex ul > li:first-child {font-size: 16px;font-weight: bold;padding-bottom: 20px}
.foot-logo {font-size: 32px;padding-right: 5vw;padding-top: 5%}
.foot-logo img {max-width: 244px}
.foot-code {border-left: 1px solid #ccc;padding-left: 3vw}
.foot-code img {width: 130px}

/*------talent-idea------*/

.idea p {
    padding: 40px 0 120px;
    line-height: 24px;
}

/*------talent-idea/------*/

/*------complaint/------*/

.complaint-con {
    border: 1px solid #ccc;
    margin: 15px auto 120px auto;
    padding: 30px 20px;
    border-radius: 5px;
    max-width: 680px;
}

.complaint h5 {
    text-align: center;
}

.complaint-con textarea {
    border: 1px solid #ccc;
    width: 100%;
}

.custom-radio {
    position: relative;
    display: inline-block;
}

.complaint-con .radio {
    margin-right: 15px;
}

.complaint-con .form-group {
    margin-bottom: 40px;
    display: table;
    width: 100%;
}

.complaint-con .form-group.half {
    width: 50%;
    float: left;
}

.complaint-con .form-control {
    padding: 8px;
    border: 1px solid #ccc;
}

.complaint-con .form-group.complaint > div {
    width: 92%;
}

.complaint-con .form-group.complaint > label {
    position: relative;
    top: -189px;
}

.complaint-con .form-group label {
    display: inline-block;
}

.complaint-con .form-group > label {
    min-width: 86px;
}

.complaint-con .form-group label + div {
    display: inline-block;
}

.complaint-con input[type="radio"] {
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.complaint-con .submit {
    background: #00a990;
    border: 1px solid #eee;
    width: 220px;
    margin: auto;
    height: 42px;
    line-height: 42px;
    display: block;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
}


.submit {
    background: #fff;
    border: 1px solid #333;
    width: 220px;
    margin: auto;
    height: 46px;
    line-height: 46px;
    display: block;
    cursor: pointer;
    font-size: 16px;
}

.enclo label {
    position: relative;
    top: -6px;
}

.enclo .file input {
    top: -2px;
}

@media screen and (min-width: 1200px) {
    .complaint-con .form-control {
        min-width: 420px;
        width: 100%;
    }
}

/*------complaint/------*/

/*------Group dynamics/------*/

.article-tit {
    border-bottom: 1px solid #999;
    padding: 60px 0 20px 0;
}

.article-tit h5 {
    display: inline-block;
}

.article-tit p {
    display: inline-block;
    float: right;
}

.article-con * {
    white-space: initial;
}

.article-con h4 {
    padding: 40px 0 20px;
    text-align: center;
}

.article-con d {
    color: #999;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}

.article-con p {
    color: #666;
    line-height: 30px;
}

.article-con p.article-sm-tit {
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.article-con p.article-center {
    text-align: center;
}

.article-con p.right a {
    color: #333;
}

.article-pic {
    margin-right: -20px;
}

.article-pic li {
    width: 50%;
    float: left;
}

.article-pic li > div {
    margin-right: 20px;
}

.article-con img {
    width: auto;
    margin: 20px auto 10px auto;
    display: block;
}

/*------cGroup dynamics/------*/

/*------------404------------*/

.errorPage {
    background: #d8d8d8;
    text-align: center;
    padding: 15% 0 7% 0;
    margin-top: 20px;
}

.picCon {
    position: relative;
    top: -80px;
}

/*------------404/------------*/

/* 分页 */

.page_div {
    position: relative;
    padding: 50px 0 80px 0;
}

.page_style {
    text-align: center;
}

.page_style li {
    display: inline-block;
    background: #e5e5e5;
    margin-right: 2px;
    font-size: 18px;
}

.page_style li a {
    color: #333;
    padding: 11px 18px;
    display: block;
}

.page_style li.current {
    color: #333;
    background: #ccc;
    padding: 11px 18px;
}

/* 分页 */

/*------@media------*/

@media screen and (max-width: 1281px) {
    .info-div .info-text {
        margin-top: 5%;
    }

    .info-text h5 {
        font-size: 18px;
    }

    .info-text p {
        padding: 10px 0;
        font-size: 14px;
    }

    .banner {
        max-height: 680px;
    }
}

@media screen and (max-width: 1200px) {
    .main-con {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .container {
        width: inherit;
    }

    .footer {
        padding: 80px 10px 30px;
        box-sizing: border-box;
        text-align: center;
    }

    .complaint-con .form-group.complaint > label {
        position: inherit;
    }

    /* .banner-drown-icon {
        display: none;
    } */

    .padding-10 {
        padding: 0 10px;
    }

    .banner-item:last-child {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .top-nav {
        min-height: 60px;
    }

    .info-div {
        box-sizing: border-box;
        overflow: hidden;
        padding: 8px 10px 8px 0;
    }

    .info-div ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .info-div ul li:last-child, .info-div ul li:first-child {
        margin-bottom: 0;
    }

    .info-div ul li > div {
        margin-right: 0px;
        box-sizing: border-box;
    }


    .info-div ul li:first-child > div {
        height: auto;
    }

    .info-text h5 {
        font-size: 14px;
    }

    body {
        font-size: 13px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    .main-item > h4 {
        font-size: 20px;
        padding-top: 50px;
    }

    .contact-us span:last-child img {
        margin-left: 22px;
    }

    .margin-left {
        margin-left: 10px;
    }

    .contact-us .contact-con {
        width: 224px;
    }

    .foot-tex ul {
        width: 100px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .footer .main-con > div.foot-logo {
        float: none;
        width: 156px;
        margin: auto;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .footer .main-con > div.foot-code {
        display: table;
        margin: auto;
        float: none;
        border: none;
        padding-top: 30px;
        padding-left: 0;
        clear: both;
    }

    .form-group,
    .complaint-con .form-group.half {
        width: 100%;
    }

    .item-title {
        padding: 50px 0 25px 0;
    }

    .info-text p:nth-child(2) {
        font-size: 12px;
    }

    .cultureContent .title h5 {
        padding-top: 80px;
    }

    .presentation .title h5 {
        font-size: 15px;
    }

    .item3 .title h5 {
        padding-top: 0px;
    }

    .slide-18-box {
        width: 100%;
    }

    .complaint-con .form-group {
        margin-bottom: 15px;
    }

    .manage .title h5 {
        padding-top: 0px;
    }

    .article-con img {
        width: 100%;
    }

    .presentation > li.mmt:nth-of-type(odd) {
        border-right: 0;
    }

    .condition-item .presentation > li > ul > li.name-li {
        width: 46%;
        font-size: 12px;
    }

    .condition-item .presentation > li.spe > ul > li:nth-child(2) {
        line-height: 2vw;
    }

    .condition-item .presentation > li > ul > li.full-li {
        height: 5vw;
    }

    .condition-item input {
        font-size: 13px;
        height: 90%;
        width: 77%;
    }
}

@media screen and (max-width: 640px) {
    .info-div ul li > div.info-text {
        margin-top: 8%;
        padding-right: 10px;
    }

    .footer{padding-top: 30px;}
    .foot-tex, .foot-code{display: none!important;}

    .info-text p {
        padding: 5px 0;
        line-height: 2;
    }

    .hamburger-module {
        padding: 20px;
    }

    .au-title {
        padding: 20px 0;
        width: 70px;
    }

    .cycle-prev {
        background: url(../imgs/banner_left_press.png) 18% 50% no-repeat;
        background-size: 15px;
    }

    .cycle-next {
        background: url(../imgs/bannr_right_press.png) 80% 50% no-repeat;
        background-size: 15px;
    }

    .condition-item .presentation > li.spe > ul > li:nth-child(2) {
        line-height: 8vw;
    }

    .condition-item .presentation > li > ul > li.full-li {
        height: 13vw;
    }
}

@media screen and (max-width: 320px) {
    .info-div ul li > div.info-text {
        margin-top: 3%;
        padding-right: 10px;
    }

    .info-text p {
        line-height: 1.3;
    }

    .mmt-w53 {
        line-height: 15px !important;
    }
}

/*------@media------*/

.mobile-device .item1, .mobile-device .item2 {
    margin-bottom: 1rem;
}

.mobile-device .cultureContent {
    padding: 0;
}

.mobile-device .roboto {
    margin-bottom: 20px !important;
}

.mobile-device .cultureContent .title h5 {
    padding-top: 20px;
}


.mobile-device .cultureContent .imgItem {
    margin-bottom: 0;
}

.mobile-device .cultureContent .imgItem.left .list,
.mobile-device .cultureContent .imgItem.right .list .list-item {
    margin: 0;
    border-width: 0;
    border-bottom-width: 1px;
}
.mobile-device .cultureContent .imgItem.right .list:first-child .list-item {
    border-right-width: 1px;
}

.mobile-device .cultureContent .imgItem.left img {
    vertical-align: top;
}

.mobile-device .cultureContent .bannerBox .divMid h5 {
    font-size: 0.75rem;
}


.mobile-device .cultureContent .slide-item > :last-child {
    margin-bottom: 1px;
}

.mobile-device .content-box {
    padding: 0 5px;
}

.mobile-device .footnote-box,
.mobile-device .banner-text-box {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    margin: 0;
    border: 0;
    text-indent: 32px;
}

.mobile-device #course-all-box > .course-box > .course-img-box {
    margin-bottom: 1rem;
}

.mobile-device .suppor-cover {
    padding: 0.2rem;
}

.mobile-device .slide-item {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.mobile-device .slide-img-box {
    width: 50%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1px;
    vertical-align: top;
}

.mobile-device .slide-img-box:first-child {
    width: 100%;
}

.mobile-device .small-support {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0.2rem;
}

.mobile-device .divMid {
    width: 100%;
    padding: 0.2rem;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.mobile-device .line-box {
    margin-bottom: 0.8rem;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}

.mobile-device .div-bg {
    padding-top: 0.5rem;
    margin-top: 0.5rem;

}

.mobile-device .order-item {
    width: 40%;
    margin-bottom: 5px;
}


.mobile-device .order-chart-box {
   
}

