* {
    font-family: 'Microsoft YaHei' !important;
}

h1 {
    font-size: 2em;
}

h3, h4 {
    font-size: 1.17em;
}

p {
    color: rgba(0, 0, 0, .65);
    margin-top: 0;
    margin-bottom: 1em;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-start {
    justify-content: flex-start;
}

.flex-column {
    flex-direction: column;
}

.flex-column-flex-1 {
    flex-direction: column;
    flex: 1;
}

.flex-1 {
    flex: 1;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}


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

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

.text-white {
    color: #FFFFFF;
}

.font-bold {
    font-weight: bold;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700;
}

/*重复样式*/
.global-title-main {
    font-size: 36px;
    color: rgba(51, 51, 51, 1);
}

.global-title-img {
    position: relative;
    top: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.global-small-title {
    font-size: 20px;
    color: #707070;
    margin-top: 20px;
    width: 1000px;
    line-height: 30px;
}

.global-title {
    font-size: 36px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 8px;
}

.global-banner {
    /*background: url('./asset/banner.png');*/
    background-size: 100% 100%;
    height: 62vh;
}

.global-banner-text {
    font-weight: bold;
    color: #333333;
    font-size: 44px;
}

.global-banner-span {
    color: rgba(118, 84, 41, 1);
    font-weight: 300;
    font-size: 24px;
}

.global-banner-btn {
    margin-top: 177px !important;
    width: 210px !important;
    height: 58px !important;
    border-radius: 29px !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #333333 !important;
    border: 1px solid #765429 !important;
}

.global-banner-btn:hover, .global-banner-btn:focus {
    background: linear-gradient(90deg, rgba(17, 17, 18, 1), rgba(51, 51, 51, 1)) !important;
    color: #FAC209 !important;
    border: 1px solid #765429 !important;
}

.title-line-between {
    width: 80px;
    border-radius: 4px;
    height: 8px;
    z-index: 99;
    margin: 0 auto;
    background: linear-gradient(90deg, #FFCC0C, #F6BB07);
    box-shadow: 0px 12px 12px 0px rgba(246, 187, 7, 0.24);
}

.btn-all {
    margin-top: 40px;
    width: 210px;
    height: 50px;
    text-align: center;
    background: linear-gradient(90deg, #FFCC0C, #F6BB07);
    box-shadow: 0px 6px 6px 0px rgba(246, 187, 7, 0.24);
    border-radius: 25px;
    font-size: 22px;
    color: #121213;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-all-black {
    background: #FFFFFF;
    border: 2px solid #121213;
    border-radius: 25px;
    box-shadow: none;
    transition: background ease-in-out .3s;
}

.btn-all-black:hover {
    color: #121213;
    border: none;
    background: linear-gradient(90deg, #FFCC0C, #F6BB07);
}

.btn-all:hover {
    opacity: 0.8;
}

.form-contacts {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(232, 232, 232, 1);
    margin-top: 50px;
}

.form-contacts input {
    outline: none;
    border: none;
}

.form-contacts span {
    width: 100px;
    color: #000;
}

.form-btn-OnTrial {
    width: 100%;
    background: #f6bb07;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    border: none;
    margin-top: 20px;
}

.form-btn-OnTrial:focus {
    border: none;
    outline: none;
}

/*引入框架样式修改*/
.carousel-indicators {
    bottom: 0 !important;
}

.el-dialog {
    border-radius: 4px;
}

.el-dialog__body {
    padding: 0 40px 20px
}

.el-select {
    width: 300px;
}

.el-input__inner {
    padding: 0;
}

.el-dialog__wrapper {
    overflow: visible;
}

/*header*/
.page-header {
    height: 80px;
}

.global-nav-openmenu {
    height: 80px;
    transition: height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    background-color: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(104, 104, 110, 0.1)
}

.global-nav {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99;
    display: block;
    margin: 0;
    top: 0;
}

.global-main {
    padding-top: 80px;
}

.container {
    height: 100%;
    max-width: 1440px;
    min-width: 1300px;
    position: relative;
    margin: auto;
    will-change: transform;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.logo-box {
    width: 180px;
}

.logo-image {
    width: 140px;
    height: 42px
}

.logo {
    display: inline-block;
    position: relative;
}

.menu {
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

.menu-li {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    color: #333333 !important;
    cursor: pointer;
    transition: background ease-in-out .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

.menu-li a {
    color: #333333 !important;
}

.menu-li-title {
    font-size: 16px;
    color: #333333;
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-li-active .menu-li-title {
    font-weight: bold;
    transition: all .3s;
}

.menu-li-black .menu-li-title {
    color: #121213;
    transition: all .3s;
}

.menu-li:hover {
    color: #333333;
}

.menu-li-btn {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    color: #333333;
    cursor: pointer;
    transition: all ease-in-out .3s;
    background: #f6bb07;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 75px;
    font-weight: bold;
    box-shadow: 0px 12px 12px 0px rgba(246, 187, 7, 0.24);
    font-size: 14px;
}

.menu-li-btn:hover {
    opacity: 0.8;
    font-weight: bold;
    color: #333333;
}

.menu-li-btn a {
    color: #333333;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
}

.menu-li-active {
    background: #f6bb07;
    color: #765429 !important;
}

.menu-li:hover {
    background: #f6bb07;
    color: #765429;
}

.second-level {
    transition: all .4s;
    cursor: pointer;
    flex-direction: column;
    width: 216px;
    height: 60px;
    line-height: 60px;
    border-radius: 6px;
    font-weight: 400;
    padding-left: 40px;
    font-size: 20px;
    position: relative;
}

.second-level-title-span {
    color: #333333;
    position: relative;
}

.second-level-type {
    position: absolute;
    width: 30px;
    height: 19px;
    border-radius: 9px 10px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    top: -7px;
    right: -35px;
}

.second-level-box {
    padding-top: 20px;
    background: #FFFFFF;
    display: none;
}

.second-level-center {
    text-align: left;
    margin-left: -35px;
    align-items: center;
    padding-bottom: 25px;
}

.second-level-list {
    height: 300px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 20px;
}

.second-level-list-top {
    display: flex;
    align-items: center;
    height: 60px;
    padding-left: 40px;
}

.second-level-list-top .children-title {
    font-size: 20px;
}

.second-level-list-top img, .menus-children-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.second-level-list-top p {
    font-size: 20px;
    margin-bottom: 0px;
    color: #A2A0A0;
}

.second-level-list-line {
    position: absolute;
    height: 100%;
    width: 1px;
    background: #E8E8E8;
    right: -20px;
}

.second-level:hover {
    transition: all .4s;
    background: #F8F8F8;
}

.second-level:hover .second-level-title {
    font-weight: bold;
    transition: all .4s;
}

.second-level-title-content {
    font-size: 16px;
    color: #333333;
}

.second-level-active {
    background: #F8F8F8 !important;
    font-weight: bold;
}

/*动画*/
/**动画**/
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

/**动画结束**/
/*footer*/

@media (min-width: 768px) {
    .containers {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .containers {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .containers {
        width: 1170px;
    }
}

.containers {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.footer-hover {
    position: relative;
}

.footer-hover:hover > .footer-hover-img {
    min-width: 120px !important;
    height: 120px;
    display: block;
}

.footer-hover-img {
    position: absolute;
    top: 0;
    left: 70px;

    display: none;
    z-index: 10;
}

/*side*/
.side-box {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 100;
}

.side-item {
    width: 80px;
    height: 80px;
    transition: all 1s;
    background: #F6BB07;
    margin-bottom: 2px;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.side-item-icon {
    width: 40px;
    height: 40px;
}

.side-right-frame {
    position: absolute;
    right: 80px;
    top: 164px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 30px 0px rgba(162, 162, 162, 0.2);
    height: 80px;
    width: 220px;
    padding-left: 20px;
}

.side-right-frame span:nth-child(1) {
    color: #121213;
    font-size: 24px;
    font-weight: bold;
}

.side-right-frame span:nth-child(2) {
    color: #707070;
    font-size: 12px;
    opacity: 0.6;
}

.side-right-frame2 {
    position: absolute;
    right: 80px;
    top: 88px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 30px 0px rgba(162, 162, 162, 0.2);
    height: 238px;
    width: 220px;
}

.side-weChate-code {
    width: 160px;
    height: 160px;
}

.side-right-frame2 span {
    color: #707070;
    font-size: 14px;
}

@media (max-width: 799px) {
    .indexBanner > .parallax {
        height: 400px !important;
    }

    .indexBanner .el-carousel__container {
        height: 400px !important;
    }
}

.banner-wrap .carousel-indicators {
    bottom: 120px;
}

@media (max-width: 750) {
    .banner-wrap .carousel-indicators {
        bottom: 20px;
    }
}

.banner-wrap .carousel-indicators li {
    width: 16px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all .5s;
    border-radius: 1px;
}

.banner-wrap .carousel-indicators li.active {
    width: 24px;
    background-color: #ffffff;
}

.main-footer {
    background-color: #333333;
    margin-top: 100px;
}

.friend-link-item {

}

.margin-20-13 {
    margin: 20px 13px;
}

.padding-t-10 {
    padding-top: 10px;
}

.padding-t-30 {
    padding-top: 30px;
}

.padding-t-50 {
    padding-top: 50px;
}

.padding-t-60 {
    padding-top: 60px;
}

.padding-t-70 {
    padding-top: 70px;
}

.padding-t-72 {
    padding-top: 72px;
}

.padding-t-80 {
    padding-top: 80px;
}

.padding-t-100 {
    padding-top: 100px;
}

.padding-r-60 {
    padding-right: 60px;
}

.padding-l-17 {
    padding-left: 17px;
}

.padding-b-45 {
    padding-bottom: 45px;
}

.padding-b-80 {
    padding-bottom: 80px;
}

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

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

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

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

.margin-0-auto {
    margin: 0 auto !important
}

.margin-100-0 {
    margin: 100px 0;
}

.margin-100-0-0 {
    margin: 100px 0 0;
}

.margin-100-0-80 {
    margin: 100px 0 80px;
}

.margin-0-0-100 {
    margin: 0 0 100px;
}

.margin-center {
    margin: 0 auto;
}

.margin-t-0 {
    margin-top: 0;
}

.margin-t-16 {
    margin-top: 16px;
}

.margin-t-20 {
    margin-top: 20px;
}

.margin-t-22 {
    margin-top: 22px;
}

.margin-t-23 {
    margin-top: 23px;
}

.margin-t-30 {
    margin-top: 30px;
}

.margin-t-40 {
    margin-top: 40px;
}

.margin-t-50 {
    margin-top: 50px;
}

.margin-t-80 {
    margin-top: 80px;
}

.margin-t-85 {
    margin-top: 85px;
}

.margin-t-100 {
    margin-top: 100px;
}

.margin-t-122 {
    margin-top: 122px;
}

.margin-b--100 {
    margin-bottom: -100px;
}

.margin-b-10 {
    margin-bottom: 10px;
}

.margin-b-16 {
    margin-bottom: 16px;
}

.margin-b-17 {
    margin-bottom: 17px;
}

.margin-b-19 {
    margin-bottom: 19px;
}

.margin-b-20 {
    margin-bottom: 20px;
}

.margin-b-24 {
    margin-bottom: 24px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.margin-b-40 {
    margin-bottom: 40px;
}

.margin-b-45 {
    margin-bottom: 45px;
}

.margin-b-50 {
    margin-bottom: 50px;
}

.margin-b-80 {
    margin-bottom: 80px;
}

.margin-b-100 {
    margin-bottom: 100px;
}

.margin-l--30 {
    margin-left: -30px;
}

.margin-l--25 {
    margin-left: -25px;
}

.margin-l-7 {
    margin-left: 7px;
}

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

.margin-l-25 {
    margin-left: 25px;
}

.margin-l-30 {
    margin-left: 30px;
}

.margin-l-40 {
    margin-left: 40px;
}

.margin-l-100 {
    margin-left: 100px;
}

.margin-l-143 {
    margin-left: 143px;
}

.margin-l-200 {
    margin-left: 200px;
}

.margin-l-240 {
    margin-left: 240px;
}

.margin-l-300 {
    margin-left: 300px;
}

.margin-l-318 {
    margin-left: 318px;
}

.margin-l-400 {
    margin-left: 400px;
}

.margin-r-7 {
    margin-right: 7px;
}

.margin-r-10 {
    margin-right: 10px;
}

.margin-r-14 {
    margin-right: 14px;
}

.margin-r-16 {
    margin-right: 16px;
}

.margin-r-18 {
    margin-right: 18px;
}

.margin-r-128 {
    margin-right: 128px;
}

.margin-r-144 {
    margin-right: 144px;
}

.margin-r-30 {
    margin-right: 30px;
}

.font-color-yellow {
    color: #F6BB07
}

.banner-font-h3 {
    font-size: 36px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: bold;
}

.image-square-14 {
    width: 14px;
    height: 14px;
}

.image-square-16 {
    width: 16px;
    height: 16px;
}

.image-square-18 {
    width: 18px;
    height: 18px;
}

.image-square-20 {
    width: 20px;
    height: 20px;
}

.image-square-30 {
    width: 30px;
    height: 30px;
}

.image-square-36 {
    width: 36px;
    height: 36px;
}

.image-square-40 {
    width: 40px;
    height: 40px;
}

.image-square-44 {
    width: 44px;
    height: 44px;
}

.image-square-50 {
    width: 50px;
    height: 50px;
}

.image-square-60 {
    width: 60px;
    height: 60px;
}

.image-square-68 {
    width: 68px;
    height: 68px;
}

.image-square-72 {
    width: 68px;
    height: 68px;
}

.image-square-80 {
    width: 80px;
    height: 80px;
}

.image-square-100 {
    width: 100px;
    height: 100px;
}

.image-square-136 {
    width: 136px;
    height: 136px;
}

.image-square-144 {
    width: 144px;
    height: 144px;
}

.image-square-150 {
    width: 150px;
    height: 150px;
}

.image-square-180 {
    width: 180px;
    height: 180px;
}

.image-square-340 {
    width: 340px;
    height: 340px;
}

.image-square-410 {
    width: 410px;
    height: 410px;
}

.image-632-440 {
    width: 632px;
    height: 440px;
}

.image-border-radius_10 {
    border-radius: 10px;
}

.image-wp50-h76 {
    width: 50%;
    height: 76px;
    object-fit: fill;
    -o-object-fit: fill;
}

.image-wp50-h420 {
    width: 50%;
    height: 420px;
    object-fit: fill;
    -o-object-fit: fill;
}

.image-wp100-h158 {
    width: 100%;
    height: 158px;
}

.image-wp100-h253 {
    width: 100%;
    height: 253px;
}

.image-wp100-h261 {
    width: 100%;
    height: 261px;
}

.image-banner-1440-720 {
    width: 1440px;
    height: 720px;
}

.image-banner2-1440-720 {
    width: 1440px;
    height: 720px;
    display: block;
}

.bg-color-white {
    background-color: #ffffff;
}

.bg-color-white-2 {
    background-color: #f7f9fc;
}

.cursor-pointer {
    cursor: pointer;
}

.beian-link {
}

.beian-link .beian-icon {
    display: inline-block;
    height: 14px;
}