@charset "utf-8";
/* CSS Document */
body, html {
    overflow-x: hidden;
}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, p, form, img, select {
    margin: 0;
    padding: 0;
}
body {
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑", "Microsoft YaHei";
    background: #fff;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #de0029;
}
ul, li {
    list-style: none;
}
.clear {
    clear: both;
}
img {
    border: 0;
}
.blank10 {
    height: 10px;
}
.blank15 {
    height: 15px;
}
.blank20 {
    height: 20px;
}
.blank30 {
    height: 30px;
}
.blank40 {
    height: 40px;
}
.blank50 {
    height: 50px;
}
.blank60 {
    height: 60px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

/*滚动条美化*/
body::-webkit-scrollbar {
    width: 10px !important;
}
body::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}
body::-webkit-scrollbar-track-piece {
    background-color: #f3f3f3;
    -webkit-border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border: solid 1px #C0C0C0;
    border-radius: 4px;
}
body::-webkit-scrollbar-corner {
    background-color: #ddd;
}
body::-webkit-resizer {
    background-repeat: no-repeat;
    background-position: bottom right;
}
body::-webkit-scrollbar-thumb:hover {
    background-color: #F3F3E0;
}
::-webkit-scrollbar {
    width: 15px;
}
/*图片放大*/
.picShow img:hover, .picShow a:hover img {
    transition: all 500ms ease-out 0s;
    cursor: pointer;
    -webkit-transform: scale(1.15);
    moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.picShow img {
    transition: all 500ms ease-out 0s;
}
.main100 {
    width: 80%;
    margin: auto;
    max-width: 1280px;
    min-width: 1200px;
}
.fix_width {
    width: 90%;
    margin: auto;
    max-width: 1440px;
    min-width: 1200px;
}
.main {
    width: 1200px;
    margin: auto;
}
.table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%
}
.table_cell {
    display: table-cell;
    vertical-align: middle
}
/*区块标题*/
.main_tit {
    text-align: center;
    min-width: 1200px;
    padding: 50px 0 30px;
}
.main_tit_z {
    font-size: 30px;
    margin-bottom: 10px;
    color: #111;
    font-weight: normal;
    text-transform: uppercase;
}
.main_tit_f {
    font-size: 14px;
    color: #666;
}
.main_tit1,.main_tit2  {
    min-width: 1200px;
    padding: 50px 0 25px;
}
.main_tit1 h5 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase
}
.main_tit1 h5 span {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    font-weight: normal;
    margin-left: 10px;
}
.main_tit2 h5 {
    font-size: 25px;
    text-transform: uppercase;
}
.main_tit2 h5 span {
    font-size: 14px;
    color: #888;
    font-weight: normal;
    margin-left: 10px;
}


/*头部重构开始*/
.header_2024 .header {
    /*height: 80px;*/
    position: fixed;
    z-index: 9999;
    width: 100%;
    transition: 0.3s all;
    background: #fff; /*box-shadow: 0 5px 10px rgba(0,0,0,0.2);*/
    border-bottom: solid 1px #ebeef4;
    box-sizing: border-box;
}
.header_2024 .header .logo {
    float: left;
    padding-top: 15px;
    transition: 0.3s all;
}
.header_2024 .header .logo img {
    height: 50px;
    transition: 0.3s all;
    background: none;
}
body #header_margin_div * {
    box-sizing: border-box;
}

#header_margin_div {
    width: 100%;
    height: 96px !important;
}
#header{
    background: none;
    position: fixed !important;
    z-index: 10000;
    width: 100%;
}
#header .header {
    border-bottom: 1px solid #e8e8e8;
}
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
    position: relative;
    padding: 0;
}
.headerNavInner {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
#header .logo {
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    min-width: 100px;
    float: left;
    margin: 13px 0;
}
.menu-item-detail-left {
    width: 53%;
    float: left;
    padding: 0 15px;
}
.half {
    width: 50%;
    float: left;
}
/*.half .row{*/
/*    display: flex;*/
/*}*/
.col-md-4 {
    width: 33.33333333%;
    float: left;
}
.col-md-6{
    width: 50%;
    float: left;
}
.menu-item-detail .row{
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
}
.menu-item-detail-right {
    width: 46%;
    float: left;
}
.pull-right {
    float: right !important;
}
.header_2024 .contact-us {
    display: block;
    width: 110px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #E62024;
    color: white;
    font-size: 15px;
    font-weight: 500;
    margin-top: 36px;
}

.header_2024 .menu-list-2024 {
    display: flex;
    justify-content: space-between;
    padding-left: 4vw;
    font-size: 18px;
    color: #1a1a1a;
}

.header_2024 .menu-list-2024 .menu-nav {
    display: inline-flex;
}

.header_2024 .menu-list-2024 .menu-item {
    padding: 10px 3vw 30px;
    margin: 30px 0 0;
}

@media (min-width: 2000px) and (max-width: 3000px)  {
    .header_2024 .menu-list-2024 .menu-item {
        padding: 10px 1.5vw 30px;
    }
}

@media (min-width: 3000px) {
    .header_2024 .menu-list-2024 .menu-item {
        padding: 10px 1vw 30px;
    }
}

.header_2024 .menu-list-2024 .menu-nav .menu-item:hover .menu-item-link {
    color: #E62024;
}
.header_2024 .menu-list-2024 .menu-nav .menu-item .menu-item-link .angle-down:before{
    content: url("../images/angle-down.png");
}

.header_2024 .menu-list-2024 .menu-nav .menu-item:hover .menu-item-link .angle-down:before{
    content: url("../images/angle-down-act.png");
}

.header_2024 .menu-list-2024 .menu-nav .menu-item a {
    color: #1a1a1a;
}

.header_2024 .menu-list-2024 .menu-nav .menu-item .menu-item-detail {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 96px;
    overflow: hidden;
    opacity: 0;
    z-index: 1000;
}

.header_2024 .menu-list-2024 .menu-nav .menu-item .menu-item-detail .center-content {
    /*border-top: 1px solid #e8e8e8;*/
}

.header_2024 .menu-list-2024 .menu-nav .menu-item.hovered:hover .menu-item-detail {
    display: block;
    animation: nav-opacity 1.1s 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    background: linear-gradient(to right, rgba(0,0,0,0) 50%, #f7f7f7 80%, #f7f7f7 100%);
}

.header_2024 .menu-list-2024 .menu-nav .menu-item.hovered ~ .back-drop {
    width: 100vw;
    position: absolute;
    top:96px;
    left: 0;
    height: 0;
    z-index: -1;
    background-color: white;
    opacity: 0;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
}

.header_2024 .menu-list-2024 .menu-nav .menu-item.hovered:nth-of-type(1):hover ~ .back-drop {
    opacity: 1;
}

.header_2024 .menu-list-2024 .menu-nav .menu-item.hovered:nth-of-type(2):hover ~ .back-drop {
    opacity: 1;
}

.header_2024 .menu-list-2024 .menu-nav .menu-item.hovered:nth-of-type(3):hover ~ .back-drop {
    opacity: 1;
}

.header_2024 .menu-list-2024 .menu-nav .menu-item.hovered:nth-of-type(4):hover ~ .back-drop {
    opacity: 1;
}

.as-shadow {
    display: none;
    z-index: -2;
    background-color: rgba(0,0,0,0.5);
}

.header_2024 .menu-list-2024 .menu-item.hovered:hover ~ .as-shadow {
    display: block;
}

.header_2024 .menu-list-2024 .menu-item-detail .developer-service {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:80px;
    border-bottom: 1px solid #E8E8E8;
}

.header_2024 .menu-list-2024 .menu-item-detail .left-content {
    display: flex;
    align-items: center;
}

.header_2024 .menu-list-2024 .menu-item-detail .bold-text {
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px;
    display: inline-block;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.header_2024 .menu-list-2024 .menu-item-detail .hint-text {
    font-size: 14px;
    color: #666;
}

.header_2024 .menu-list-2024 .menu-item-detail .small-link-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;
    padding-right: 40px;
    font-size: 14px; overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.header_2024 .menu-list-2024 .menu-item-detail .black-text {
    color: #1a1a1a;
}

.align-center {
    display: flex;
    align-items: center;
}

.header_2024 .menu-list-2024 .menu-item-detail .service-advantage {
    background-color: #f7f7f7;
    padding: 20px 30px 49px;
}

.header_2024 .menu-list-2024 .menu-item-detail h4 {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 26px;
    width: 100%;
    float: left;
}

.header_2024 .menu-list-2024 .menu-item-detail .service-advantage .service-advantage-item {
    margin: 6px 0;
}

.header_2024 .menu-list-2024 .menu-item-detail .service-advantage .service-advantage-item img {
    margin-right: 10px;
}

.header_2024 .menu-list-2024 .menu-item-detail .grey-text {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.header_2024 .menu-list-2024 .menu-item-detail .case-section-title{
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0;
    margin-right: 40px;
    margin-bottom: 10px;
}

.header_2024 .menu-list-2024 .menu-item-detail .red-bold {
    font-size: 26px;
    font-weight: 700;
    color: #e62024;
}

.header_2024 .menu-list-2024 .menu-item-detail .count-item {
    padding: 10px 16px;
}

.header_2024 .menu-list-2024 .menu-item-detail .black-link {
    font-size: 16px;
    color: #1a1a1a;
    margin: 10px 0;
}

.header_2024 .menu-list-2024 .menu-item-detail .recommend-read ul {
    padding-left: 14px;
    padding-top: 2px;
    margin-bottom: 0;
}

.header_2024 .menu-list-2024 .menu-item-detail .recommend-read li {
    list-style-image: url("../images/list-style-image.svg");
    margin: 10px 0;
}

.header_2024 .menu-list-2024 .menu-item-detail .recommend-read li .li-title {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
}

.header_2024 .menu-list-2024 .menu-item-detail .recommend-read li .li-hint {
    font-size: 13px;
    color: #666;
}

.header_2024 .menu-list-2024 .menu-item-detail .partners {

}

.header_2024 .menu-list-2024 .menu-item-detail .partners .partners-white {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 20px;
    width: 100%;
}

.header_2024 .menu-list-2024 .menu-item-detail .partners .partners-white .partner-white-item {
    display: flex;
    align-items: center;
    width: 30%;
    height: 120px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}
.header_2024 .menu-list-2024 .menu-item-detail .partners .partners-white .partner-white-item img{
    width: 100%;
}

.header_2024 .menu-list-2024 .menu-item-detail .partners .partners-dark {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 130px;
    padding: 0 10px;
    background-color: #333;
    border-radius: 10px;
}

.header_2024 .menu-list-2024 .menu-item-detail .partners .partners-dark .partners-dark-item {
    display: flex;
    align-items: center;
}
.header_2024 .menu-list-2024 .menu-item-detail .partners .partners-dark .partners-dark-item img{
    width: 100%;
}

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

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

body::-webkit-scrollbar {
    width: 0;
}

@media (min-width: 768px) and (max-width: 850px) {
    .menu-list-2024 .contact-us {
        display: none;
    }
}
.header_2024 .menu-list-2024 .menu-item-detail .qr-code-container{
    width: 30%;
    float: left;
}
.header_2024 .menu-list-2024 .menu-item-detail .qr-code-container img{
    width: 155px;
}
/*头部重构结束*/

/*******底部开始*******/
.f_nbg {
    width: 100%;
    min-width: 1200px;
    background: #181818;
    padding: 60px 0 56px 0;
}
.fot_line {
    border-right: rgba(255,255,255,0.05) 1px solid;
    min-height: 180px;
    box-sizing: border-box;
}
.fot_logo {
    width: 290px;
}
.fot_logo img {
    width: 224px;
}
.f_nav {
    width: 360px;
    padding: 0 50px;
    padding-top: 20px;
}
.f_nav h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}
.f_nav li p {
    width: 50%;
    line-height: 28px;
    float: left;
}
.f_nav li p a {
    font-size: 14px;
    color: rgba(255,255,255,0.46);
}
.f_nav li p a:hover {
    color: #146bbb;
}
.b_weixin {
    width: 260px;
    text-align: center;
    padding-top: 20px;
}
.b_weixin h4 {
    padding: 0 0 0 30px;
    font-size: 16px;
    color: #fff;
    background: url(../images/icon_ewm.png) 75px center no-repeat;
    margin-bottom: 40px;
}
.b_weixin li {
}
.b_weixin li img {
    width: 108px;
    height: 108px;
    margin-bottom: 10px;
}
.b_weixin li p {
    font-size: 14px;
    text-align: center;
    color: rgba(255,255,255,0.46);
}
.b_contact {
    width: 280px;
    box-sizing: border-box;
    padding-top: 20px;
}
.b_contact h4 {
    padding: 0 0 0 30px;
    font-size: 16px;
    color: #fff;
    background: url(../images/icon_ren.png) left center no-repeat;
    margin-bottom: 20px;
}
.b_contact p {
    font-size: 14px;
    color: rgba(255,255,255,0.46);
    line-height: 34px;
}
.b_contact p a{
    color: rgba(255,255,255,0.46);
    line-height: 34px;
}
.b_contact p a:hover {
    color: #146bbb;
}
.bq_bg {
    width: 100%;
    min-width: 1200px;
    margin: 0px auto;
    padding: 18px 0;
    background: #111;
    color: rgba(255,255,255,0.46);
    text-transform: uppercase;
    font-size: 12px;
    text-align:center;
}
.bq_bg a {
    color: rgba(255,255,255,0.36);
}
.bq_bg span, .bq_bg a {
    color: rgba(255,255,255,0.46);
    margin: 0 5px;
}
.bq_bg span {
    float: right;
    color: rgba(255,255,255,0.46);
    font-size: 12px;
}
/*******底部结束*******/