* {
    margin: 0;
    padding: 0;
    /* transition: all .2s ease; */
    box-sizing: border-box;
    font-family: “Microsoft YaHei” !important;
}

img {
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

ul {
    display: inline-flex;
}

a {
    text-decoration: none;
}

.duration {
    transition-duration: 0.8s;
}

.yellow {
    color: #ffc001;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.title .en {
    font-size: 40px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #f2f2f2;
    text-transform: uppercase;
}

.title .cn {
    font-size: 28px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 0px;
    margin-top: -5px;
}

.title .line {
    /* margin: 0 auto; */
    margin-top: 25px;
    width: 100px;
    height: 8px;
    background: #ffc001;
    border-radius: 100px;
    opacity: 1;
}

.title .desc {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.title-right .btn {
    border-radius: 100px;
    border: 1px solid #222222;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    padding: 14px 40px;
}

.title-right .btn img {
    margin-left: 24px;
    width: 14px;
    vertical-align: baseline;
}

/* logo栏 */
.logo-bar {
    height: 80px;
    padding: 0px 64px;
    margin: 25px 0;
    display: flex;
    justify-content: space-between;
}

.logo-left img {
    height: 64px;
}

.logo-right {
    display: flex;
}

.logo-right img {
    height: 70px;
    margin-right: 26px;
}

.logo-right .right-text .title {
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    line-height: 36px;
}

.logo-right .right-text .phone {
    font-size: 27px;
    font-family: PangMenZhengDao-3-Regular, PangMenZhengDao-3;
    font-weight: 400;
    color: #ffc001;
    line-height: 36px;
}

/* 导航 */
.nav-bar {
    background-color: #151b26;
    padding: 0px 64px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-bar .nav a {
    color: #fff;
}

.nav-bar .nav .nav-item {
    height: 100%;
    text-align: center;
    /* line-height: 60px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    transition-duration: 0.3s;
    position: relative;
}

.nav-bar .nav .nav-item:hover {
    background-color: #ffc001;
}

.nav-bar .nav .active {
    background-color: #ffc001;
}

.nav-bar .nav .nav-item:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-menu {
    position: absolute;
    text-align: left;
    min-width: 136px;
    margin: 0;
    padding: 10px 24px;
    list-style: none;
    left: 0;
    top: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--e-global-color-white);
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: var(--e-global-color-white);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.sub-menu #menu-item a {
    color: #1e222f;
    text-decoration: none;
}

.sub-menu #menu-item a:hover {
    color: #ff899a;
}

.sub-menu #menu-item {
    display: block;
    margin-left: 0;
    line-height: 22px;
    font-size: 15px;
}

.nav-bar .nav {
    height: 100%;
}

.nav-bar .nav-right {
    width: 800px;
    color: #fff;
    height: 100%;
}

.nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-right .search {
    width: 210px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    display: flex;
    align-items: center;
    height: 100%;
    border: #73777d solid 2px;
    border-top: none;
    border-bottom: none;
    margin-right: 20px;
    position: relative;
    transition-duration: 0.3s;
}

.nav-right .search .search-ipt {
    font-size: 16px;
    margin-left: 20px;
    color: #fff;
    text-align: left;
    width: 130px;
    height: 60px;
    border: none;
    background-color: #151b26;
}

.nav-right .search .search-ipt:focus-visible {
    outline: none;
}

.nav-right .search img {
    width: 20px;
}

.search .close {
    display: none;
    margin-left: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.open .close {
    display: block !important;
}

.open {
    width: 512px !important;
    background-color: #fff !important;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: center;
    height: 100%;
    border: #73777d solid 2px;
    border-top: none;
    border-bottom: none;
    margin-right: 20px;
    position: relative;
}

.open .search-ipt {
    font-size: 16px;
    margin-left: 20px;
    color: #000000 !important;
    text-align: left;
    width: 400px !important;
    height: 60px;
    border: none;
    background-color: #ffffff !important;
}

.hidenBox {
    display: none;
    position: absolute;
    top: 80px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 10px 20px 1px rgba(20, 26, 37, 0.05);
}

.hidenBox .hidenList {
    padding: 24px;
}

.open .hidenBox {
    display: block !important;
}

.open .hidenBox .item {
    margin-bottom: 10px;
}

.open .hidenBox .item .title {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.open .hidenBox .item .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
}

.open .hidenBox .item .list a {
    display: block;
    padding: 4px 12px;
    margin: 10px 10px 10px 0;
    background-color: #fff9e5;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #222222;
}

.open .searchIcon {
    /* transform: translateY(-64px); */
    /* filter: drop-shadow(0px 64px #ffc001); */
}

.nav-right .saas {
    cursor: pointer;
    transition-duration: 0.5s;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #ffc001;
    width: 136px;
    height: 48px;
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #ffc001;
    line-height: 48px;
    text-align: center;
}

.nav-right .saas:hover {
    border: 1px solid #ffffff;
    color: #000000;
    background-color: #fff;
}

.nav-right .language {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    width: 112px;
    text-align: center;
}

.language-list {
    opacity: 0;
    transition-duration: 0.3s;
    position: absolute;
    top: 30px;
    z-index: 99;
    width: 100%;
    padding: 14px 24px;
    border-radius: 4px;
    background-color: #fff;
}

.language-list .item:nth-child(1) {
    margin-bottom: 27px;
}

.language-list .item a {
    margin: 5px 0;
    font-size: 14px;
    transition-duration: 0.3s;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #222;
}

.nav-right .language:hover .language-list {
    opacity: 1;
}

.nav-right .language a:hover {
    color: #ffc001;
}

.nav-right .language img {
    width: 12px;
    height: 8px;
    opacity: 1;
}

/* 底部导航栏 */
.footer {
    padding-top: 284px;
    background-color: #151b26;
    position: relative;
    padding-bottom: 40px;
}

.footer .Links {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
}

.footer .Links .links-title {
    color: #fff;
    transition-duration: 0.5s;
    display: inline-block;
    padding-top: 5px;
    padding-right: 10px;
}

.footer .Links a {
    color: #fff;
    opacity: 0.65;
    transition-duration: 0.5s;
    display: inline-block;
    padding-top: 5px;
    padding-right: 10px;
    font-size: 12px;
}

.footer .line-x {
    width: 100%;
    height: 1px;
    background: #ffffff;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.15;
}

.footer .icp {
    margin-top: 40px;
    color: #999999;
    text-align: center;
}

.footer .icp a {
    color: #999999;
}

.footer .Links a:hover {
    color: #ffc001;
    opacity: 1;
}

.footer .container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between; */
}

.footer .left {
    display: flex;
}

.footer .left .item:nth-child(2) {
    margin: 0px 160px;
}

.footer .footer-line {
    width: 1px;
    height: 224px;
    background: #ffffff;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.45;
    border: 1px solid #707070;
    margin: 0 90px;
}

.footer .item .title {
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 8px;
}

.footer .item .link a {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 32px;
    opacity: 0.65;
}

.footer .item .link a:hover {
    color: #ffc001;
    opacity: 1;
}

.footer .right {
    display: flex;
    flex-direction: column;
}

.footer .right .right-top {
    display: flex;
    justify-content: space-between;
}

.footer .right .right-top .link {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 32px;
    opacity: 0.65;
}

.footer .right .right-top img {
    margin-left: 159px;
    height: 124px;
}

.footer .right .right-bottom {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 32px;
}

/* fixed */
.fixed-box {
    position: fixed;
    z-index: 999;
    right: 24px;
    bottom: 10%;
}

.fixed-box .box-list {
    background-color: #fff;
    box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.fixed-box .box-list .show-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px;
    overflow: hidden;
    transition-duration: 0.3s;
}

.fixed-box .box-list .box-item {
    position: relative;
    transition-duration: 0.3s;
}

.fixed-box .box-list .box-item .hiden-box {
    transition-duration: 0.5s;
    position: absolute;
    right: 100px;
    top: 0;
    padding: 16px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    opacity: 0;
}

.fixed-box .box-list .box-item .hiden-box img {
    width: 124px;
    height: 124px;
}

.fixed-box .box-list .show-box:hover {
    background-color: #ffc001;
    color: #fff;
}

.fixed-box .box-list .show-box:hover img {
    transform: translateY(-64px);
    filter: drop-shadow(0px 64px #fff);
}

.fixed-box .box-list .box-item .show-box:hover + .hiden-box {
    opacity: 1;
}

.fixed-box .box-list .show-box img {
    width: 20px;
    height: 20px;
}

.fixed-box .box-list .line {
    width: 48px;
    height: 1px;
    background: #f2f2f2;
}

.fixed-box .gotop {
    cursor: pointer;
    margin-top: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    transition-duration: 0.3s;
    padding: 21px 21px;
}

.fixed-box .gotop img {
    width: 22px;
}

.fixed-box .gotop:hover {
    background-color: #ffc001;
}

.fixed-box .gotop:hover img {
    transform: translateY(-64px);
    filter: drop-shadow(0px 64px #fff);
}

.fixed-box .phone {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-wrap: nowrap;
    line-height: 20px;
}

.fixed-box .phone p {
    display: block;
    font-size: 16px;
    font-family: MiSans-Medium, MiSans;
    font-weight: 500;
    color: #ffc001;
    line-height: 36px;
}


.messageBox {
    transition-duration: 0.5s;
    opacity: 0;
    position: fixed;
    width: 384px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 8px;
    bottom: -50px;
    right: 0;
    z-index: 9999;
    border-radius: 5px;
    padding: 21px 24px;
}

.messageBox img {
    vertical-align: middle;
}

.messageBox .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.messageBox #closeBtn img {
    cursor: pointer;
    height: 16px;
    width: 16px;
}

.messageBox .title {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.messageBox .title img {
    margin-right: 12px;
    width: 24px;
    height: 24px;
}

.messageBox .message {
    margin-left: 40px;
    margin-top: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666;
    line-height: 22px;
}