/*公共部分*/

body,
html {
    font-family: "PingFang SC", "Source Sans Pro", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: none;
    border: none;
}

img {
    max-width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: inherit;
}


/* .dropdown a {
    font-family: "PingFang-SC";
} */

@media (max-width: 768px) {
    ul .dropdown {
        border-bottom: 1px solid #E5E5E5;
    }
    ul .dropdown li {
        border-bottom: 1px solid #E5E5E5;
    }
    ul .dropdown li img {
        margin-left: 10%;
    }
    ul .dropdown ul {
        padding: 10px 0 0 0 !important;
    }
}

.navbar-nav {
    margin: 0 -15px !important;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 1200px) {
    section {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media (max-width: 768px) {
    section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


.mb_0 {
    margin-bottom: 0;
}

.title {
    font-size: 44px;
    font-weight: 500;
    color: #333333;
    line-height: 45px;
    margin-top: 0;
    margin-bottom: 70px;
}

.title.titie_white {
    color: #FFFFFF;
}

@media (max-width: 1200px) {
    .title {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .title {
        font-size: 20px;
        line-height: 28px;
        text-align: left;
        margin-bottom: 20px;
    }
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #0069ea;
    background-color: transparent;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.header {
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
    height: 60px;
    border: none;
    z-index: 999;
    background: -webkit-linear-gradient(left, white, transparent);
}

.header.active {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.header .navbar-brand {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
    margin-left: 30px;
    font-family: din-boli;
}

@media (max-width: 1200px) {
    .header .navbar-brand {
        margin-left: 15px;
        padding-left: 0;
    }
}

.header .navbar-brand .logo {
    margin-right: 32px;
    height: 60px;
}

@media (max-width: 1200px) {
    .header .navbar-brand .logo {
        margin-right: 15px;
        height: 45px;
    }
}

.header .navbar-brand .icon {
    max-width: 16px;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .header .navbar-collapse {
        background-color: #fff;
        height: 100vh;
        max-height: initial;
    }
}

.header .nav li>a {
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

@media (max-width: 1200px) {
    .header .nav li>a {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 768px) {
    .header .nav li>a {
        font-size: 16px;
        padding: 15px;
    }
}

.header .nav li>a:hover {
    color: #0069EA;
}

.header .iconfont {
    font-size: 12px;
    margin-left: 5px;
}

.header .dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(77, 88, 101, 0.35);
    border-radius: 4px !important;
    top: 65px;
    border: none;
    /*left: -15px;*/
}

@media (max-width: 768px) {
    .header .nav>.dropdown .dropdown-toggle {
        display: flex;
        justify-content: space-between;
        /*padding: 15px;*/
    }
    .header .nav>.dropdown.open>.dropdown-toggle {
        background: #0069ea !important;
        color: #fff !important;
    }
    .header .nav>.dropdown.open>.dropdown-toggle i {
        color: #fff !important;
    }
}

.header .nav_download {
    width: 176px;
    height: 250px;
    box-sizing: border-box;
    padding: 26px 0 0 26px;
}

@media (max-width: 768px) {
    .header .nav_download {
        height: auto;
        padding: 0 !important;
    }
    .header .nav_download a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 55px;
        border-bottom: 1px solid #EFF5FF;
    }
    .header .nav_download span {
        margin-left: 10%;
    }
}

.header .nav_case {
    width: 160px;
    height: 120px;
    box-sizing: border-box;
    padding: 20px;
}

@media (max-width: 768px) {
    .header .nav_case {
        height: auto;
        padding: 0 !important;
    }
    .header .nav_case a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 55px;
        margin-bottom: 0px !important;
        border-bottom: 1px solid #EFF5FF;
    }
}

.header .nav_case a {
    margin-bottom: 8px;
}

@media (max-width: 1200px) {
    .header .nav_download {
        width: auto;
        padding: 10px 30px;
    }
}

.header .nav_download a {
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .header .nav_download a {
        padding: 10px 0 !important;
        margin-bottom: 5px;
    }
}

.header .nav_download a:hover {
    color: #0069EA;
}

.header .nav_download a:last-of-type {
    margin-bottom: 0;
}

.header .nav_download a img {
    max-width: 24px;
    margin-right: 12px;
}

.header .nav_download a img.hover {
    display: none;
}

.header .nav_download a:hover img {
    display: none;
}

.header .nav_download a:hover img.hover {
    display: block;
}

.header .nav_function {
    width: 228px;
    height: 488px;
    box-sizing: border-box;
    padding: 32px 0 0 32px;
}

.header .solution_project {
    height: 160px;
    width: 160px;
}

.header .solution_project a {
    margin: 10px 0 10px 0;
}

.header .solution_project a span img {
    height: 24px;
}

@media (max-width: 768px) {
    .header .solution_project {
        height: auto;
        padding: 0px;
    }
    .header .solution_project a {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 50px;
        border-bottom: 1px solid#EFF5FF;
    }
    .header .solution_project a span span {
        position: relative;
        top: -6px;
        left: 10px;
    }
}

@media (max-width: 768px) {
    .header .nav_download a {
        padding: 10px 0 !important;
        margin-bottom: 5px;
    }
}

.header .nav_function li a {
    margin-bottom: 1.263rem;
}

@media (max-width: 768px) {
    .header .nav_function {
        height: auto;
        padding: 0 !important;
    }
    .header .nav_function li {
        margin: 0 !important;
    }
    .header .nav_function li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 55px;
        margin-bottom: 0 !important;
        border-bottom: 1px solid #EFF5FF;
    }
}

@media (max-width: 1200px) {
    .header .nav_function {
        /*width: 100%;*/
        width: auto;
        padding: 10px 30px;
    }
}

.header .nav_function li {
    margin-bottom: 24px;
}

@media (max-width: 1200px) {
    .header .nav_function li {
        margin-right: 0;
        min-width: 50%;
        margin-bottom: 15px;
    }
}

.header .nav_function li:nth-of-type(2n) {
    margin-right: 0;
}

.header .nav_function li img {
    max-width: 40px;
    margin-right: 16px;
}

@media (max-width: 768px) {
    .header .nav_function li img {
        margin-right: 5px;
    }
}

@media (max-width: 1200px) {
    .header .nav_function li img {
        max-width: 30px;
    }
}

.header .nav_function li a {
    padding: 0;
}

@media (max-width: 1200px) {
    .header .nav_function li a {
        padding: 10px 0 !important;
    }
}

.header .nav_function li a:hover {
    color: #0069EA;
}

.header .nav_server {
    width: 176px;
    height: 272px;
    box-sizing: border-box;
    padding: 10px 0 0 20px;
}

@media (max-width: 768px) {
    .header .nav_server {
        height: auto;
        padding: 0px !important;
    }
    .header .nav_server a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 55px;
        margin-bottom: 0px !important;
        border-bottom: 1px solid #EFF5FF;
    }
}

.header .nav_server li a {
    margin-bottom: 6px;
}

@media (max-width: 1200px) {
    .header .nav_server {
        width: 100%;
        padding: 10px 30px;
    }
}

.header .nav_server li {
    margin-bottom: 28px;
}

.header .nav_server li:last-of-type {
    margin-bottom: 0;
}

.header .nav_server .h4 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

@media (max-width: 1200px) {
    .header .nav_server .h4 {
        padding: 0 !important;
    }
}

.header .nav_server .h4:hover {
    color: #0069EA;
}

.header .nav_server .link_box {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.header .nav_server .link_box a {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
    margin-right: 15px;
}

.header .nav_server .link_box a:hover {
    color: #0069EA;
}

.header .nav_server .link_box a:last-of-type {
    margin-right: 0;
}

@media (max-width: 1200px) {
    .header .pc_nav_programme {
        display: none;
    }
}

.header .nav_programme {
    width: 625px;
    padding: 0;
}

@media (max-width: 1200px) {
    .header .nav_programme .pc_nav_programme {
        display: none;
    }
}

.header .nav_programme li {
    display: flex;
    align-items: unset;
}

.header .nav_programme .nav_programme_left {
    width: 190px;
    background: #EFF5FF;
    padding-top: 10px;
    height: 367px;
}

.header .nav_programme .nav_programme_left a {
    padding-left: 30px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    height: 60px;
}

.header .nav_programme .nav_programme_left a.active {
    color: #0069EA;
    background-color: rgba(0, 105, 234, 0.1);
}

.header .nav_programme .nav_programme_left a img {
    max-width: 40px;
    margin-right: 15px;
}

.header .nav_programme .nav_programme_right {
    width: 435px;
}

.header .nav_programme .nav_programme_right .item_box {
    display: none;
}

.header .nav_programme .nav_programme_right .item_box.item_box01 {
    padding: 33px 66px 0 50px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header .nav_programme .nav_programme_right .item_box.item_box01 .item {
    margin-bottom: 25px;
    margin-right: 30px;
    min-width: 60px;
}

.header .nav_programme .nav_programme_right .item_box.item_box01 .item:nth-of-type(3n) {
    margin-right: 0;
}

.header .nav_programme .nav_programme_right .item_box.item_box01 .item h5 {
    font-size: 12px;
    font-weight: 400;
    color: #757987;
    line-height: 17px;
    margin-top: 0;
    margin-bottom: 12px;
}

.header .nav_programme .nav_programme_right .item_box.item_box01 .item a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    display: block;
    margin-bottom: 15px;
}

.header .nav_programme .nav_programme_right .item_box.item_box01 .item a:hover {
    color: #0069EA;
}

.header .nav_programme .nav_programme_right .item_box.item_box02 {
    padding: 30px 60px 0 40px;
    flex-wrap: wrap;
}

.header .nav_programme .nav_programme_right .item_box.item_box02 a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin-right: 65px;
    margin-bottom: 40px;
    display: flex;
}

.header .nav_programme .nav_programme_right .item_box.item_box02 a img {
    display: block;
}

.header .nav_programme .nav_programme_right .item_box.item_box02 a img.hover {
    display: none;
}

.header .nav_programme .nav_programme_right .item_box.item_box02 a:hover {
    color: #0069EA;
}

.header .nav_programme .nav_programme_right .item_box.item_box02 a:hover img {
    display: none;
}

.header .nav_programme .nav_programme_right .item_box.item_box02 a:hover img.hover {
    display: block;
}

.header .nav_programme .nav_programme_right .item_box.item_box02 a:nth-of-type(3n) {
    margin-right: 0;
}

.header .nav_programme .nav_programme_right .item_box.item_box02 a img {
    max-width: 24px;
    margin-right: 12px;
}

.header .nav_programme .nav_programme_right .item_box.active {
    display: flex;
}

.header .m_nav_programme {
    display: none;
}

@media (max-width: 1200px) {
    .header .m_nav_programme {
        display: block;
    }
    .header .m_nav_programme>.dropdown-menu {
        margin: 0;
        padding: 0;
    }
    .header .m_nav_programme .s-dropdown {
        background: #fff;
    }
    .header .m_nav_programme .s-dropdown .s-toggle {
        border-bottom: 1px solid #ceddf2;
    }
    .header .m_nav_programme .s-dropdown:last-of-type {
        border: none;
    }
    .header .m_nav_programme .s-dropdown>a {
        margin: 0 30px !important;
        padding: 15px 0 !important;
    }
    .header .m_nav_programme .s-dropdown.open>a {
        color: #0069EA !important;
    }
    .header .m_nav_programme .t-dropdown {
        background: #fff;
    }
    .header .m_nav_programme .t-dropdown>a {
        margin: 0 30px 0 30px !important;
        padding: 15px 0 15px 15px !important;
        position: relative;
    }
    .header .m_nav_programme .t-dropdown>a:after {
        content: "";
        display: block;
        position: absolute;
        width: 4px;
        height: 4px;
        left: 5px;
        top: 22px;
        background-color: #333;
        border-radius: 4px;
    }
    .header .m_nav_programme .t-dropdown.open>a {
        color: #0069EA !important;
    }
    .header .m_nav_programme .t-dropdown.open>a:after {
        background-color: #0069EA;
    }
    .header .m_nav_programme .t-dropdown .multi-dropdown {
        background-color: #eff5ff;
    }
    .header .m_nav_programme .t-dropdown .multi-dropdown a {
        padding: 10px 50px !important;
    }
    .header .m_nav_programme .m-scene-programme .dropdown-menu a {
        padding-left: 35px !important;
    }
    .header .m_nav_programme .m-scene-programme .dropdown-menu img {
        width: 24px;
        margin-right: 12px;
    }
}

.header .head_link_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 768px) {
    .header .head_link_box {
        display: none;
    }
}

@media (max-width: 900px) {
    .header .head_link_box {
        display: none;
    }
}

.header .head_link_box .lang .dropdown-toggle {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

@media (max-width: 1200px) {
    .header .head_link_box .lang .dropdown-toggle {
        font-size: 14px;
    }
}

.header .head_link_box .lang .dropdown-menu {
    top: 45px;
    min-width: 100px;
}

.header .head_link_box .lang .dropdown-menu li a {
    font-size: 14px;
    line-height: 28px;
}

.header .head_link_box .lang .dropdown-menu li a:hover {
    color: #0069EA;
}

.header .head_link_box .try {
    width: 160px;
    height: 60px;
    background: #0069EA;
    font-size: 20px;
    font-family: "PingFang-SC";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    margin-left: 20px;
    margin-right: 15px;
}


/* footer */

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 400px;
    width: 100%;
    background: #050505;
}

.footer .footer_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1170px;
    margin-top: 70px;
}

.footer .fr_phone {
    display: flex;
    flex-direction: column;
}

.footer .fr_phone div {
    margin: 0 !important;
}

.footer .fr_phone div i {
    font-size: 18px;
    position: relative;
    top: -4px;
    color: #FFFFFF;
    opacity: 0.5;
}

.footer .fr_phone img {
    width: 104px;
    height: 40px;
    margin-bottom: 28px;
}

.footer .fr_phone span {
    height: 17px;
    margin: 0 0 27px 16px;
    font-size: 12px;
    font-family: "PingFang-SC";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
    opacity: 0.8;
}

.footer .fr_link {
    display: flex;
    flex-direction: row;
}

.footer .fr_link ul {
    margin-right: 132px;
}

.footer .fr_link li {
    margin-bottom: 13px;
}

.footer .fr_link h4 {
    height: 22px;
    margin-bottom: 22px;
    font-size: 16px;
    font-family: "PingFang-SC";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    opacity: 0.9;
}

.footer .fr_link a {
    height: 17px;
    font-size: 12px;
    font-family: "PingFang-SC";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
}

.footer .fr_link a span {
    height: 17px;
    font-size: 12px;
    font-family: "PingFang-SC";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
    opacity: 0.6;
}

.footer .footer_line {
    width: 1170px;
    height: 1px;
    background: #6C6C6C;
}

.footer .other_link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 1170px;
}

.footer .other_link .link_left span {
    height: 17px;
    font-size: 12px;
    font-family: "PingFang-SC";
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
}

.footer .other_link .link_left a {
    height: 17px;
    font-size: 12px;
    font-family: "PingFang-SC";
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
}

.footer .other_link .link_right span {
    height: 17px;
    font-size: 12px;
    font-family: "PingFang-SC";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
    opacity: 0.8;
}

@media (max-width: 1200px) {
    .footer .footer_container {
        width: 900px;
    }
    .footer .fr_link ul {
        margin-right: 60px;
    }
    .footer .footer_line {
        width: 900px;
    }
    .footer .other_link {
        width: 900px;
    }
}

@media (max-width: 900px) {
    .footer .footer_container {
        width: 770px;
    }
    .footer .fr_link ul {
        margin-right: 60px;
    }
    .footer .footer_line {
        width: 770px;
    }
    .footer .other_link {
        width: 770px;
    }
}

@media (max-width: 768px) {
    .mobilie_footer {
        height: 322px;
        width: 100%;
        box-sizing: border-box;
        padding: 25px 20px 0 20px;
        background: #050505;
    }
    .mobilie_footer .mobile_footer_top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .mobilie_footer .mobile_footer_top img {
        height: 32px;
    }
    .mobilie_footer .mobile_footer_top p {
        width: 56%;
        font-size: 10px;
        font-family: "PingFang-SC";
        font-weight: 400;
        color: #FFFFFF;
        line-height: 14px;
        text-align: end;
    }
    .mobilie_footer .mobile_footer_bottom {
        display: flex;
        flex-direction: column;
    }
    .mobilie_footer .mobile_footer_bottom i {
        position: relative;
        top: 4px;
        margin-right: 14px;
        font-size: 24px;
        color: #FFFFFF;
        opacity: 0.4;
    }
    .footer_line {
        height: 1px;
        margin: 24px 0 34px 0;
        background: #515151;
    }
    .mobilie_footer .mobile_footer_bottom span {
        margin-bottom: 28px;
        font-size: 12px;
        font-family: "PingFang-SC";
        font-weight: 400;
        color: #FFFFFF;
        line-height: 17px;
    }
}

.header .head_link_box .try{width:235px;}
.navbar{padding-left:2%;}
.navbar-right img {
    margin-right: 12px !important;
}

.jumpLoginButton {
    position: relative;
    top: 50px;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 260px !important;
    height: 54px !important;
    border-radius: 4px;
    background-color: #0069EA;
    margin: 0 auto;
}
.jumpLoginButton span {
    font-size: 18px !important;
    color: #FFFFFF;
}

.dropdown-active {
    color: #0069EA !important;
}