.navbar-brand h1 {
    color: #408fdd;
    font-size: 32px;
    margin: 0;
}

.navbar-nav li.drop>a i {
    margin-left: 5px;
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 0 20px;
}

.closemenu {
    position: absolute;
    left: 12px;
}

.navbar-brand .min-logo {
    display: none;
}

.navbar-brand .black-logo{
    display: none;
}

.navbar-brand .logo-h50{
    display: none;
}


/* 右侧客服 */
.FloatingWindow {
    position: fixed;
    right: 0;
    z-index: 550;
    top: 50%;
    margin-top: -75px;
    width: 72px;
}

.FloatingWindow dt {
    font-weight: normal;
}

.FloatingWindow .FloatingWindow_list {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
}

.FloatingWindow .FloatingWindow_list:hover {
    background: #185ABD;
}

.FloatingWindow .FloatingWindow_list .FloatingWindow_list_down {
    position: absolute;
    background: #185ABD;
    width: 0;
    height: 65px;
    line-height: 65px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    right: 0;
    top: 0;
    transition: width 300ms;
    overflow: hidden;
}

.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title {
    text-align: center;
    padding: 10px;
}

.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title i {
    font-size: 20px;

}

.FloatingWindow .FloatingWindow_list .FloatingWindow_list_title dt {

    font-size: 12px;
    margin-top: 3px;
}

.FloatingWindow .FloatingWindow_list:hover .FloatingWindow_list_title i,
.FloatingWindow .FloatingWindow_list:hover .FloatingWindow_list_title dt {
    color: #fff;
}

.FloatingWindow .FloatingWindow_list:nth-child(1):hover .FloatingWindow_list_down {
    width: 258px;
}


/* 视频 */

.index-video {
    height: 214px;
    background-image: url(../picture/video-bg.png);
    background-size: 100% 100%;
    background-position: center;
    position: relative;
}

.video_title_item {
    z-index: 1000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.video_title_item {
    font-size: 46px;
    cursor: pointer;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50%,
    75% {
        transform: scale(2.5);
    }

    78%,
    100% {
        opacity: 0;
    }
}

.video_title_item dt {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.video_title_item dt:before {
    content: '';
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 100ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.index-video .tip {
    width: 202px;
    height: 39px;
    background: #1a6fefb5;
    border-radius: 195px;
    font-size: 16px;
    color: #fff;
    line-height: 39px;
    text-align: center;
    position: absolute;
    left: 50%;
    /* bottom: -50px; */
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: none;
    transition: all 300ms;
}


.video-play {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9999;
    overflow: hidden;
    display: none;
}

.video-main {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #000;
}

.video-main .back {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.85);
    padding: 2px 5px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 999;
}

.video-main .back i {
    margin-right: 10px;
}

.footer {
    background-color: #ebebeb;
    position: relative;
}

.footer #mydiv {
    position: absolute;
    z-index: 5;
    opacity: .2;
}

.footer #mydiv {
    position: absolute;
    z-index: 5;
    opacity: .2;
}

.footer .footer_content {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    z-index: 6;
}

.footer .footer_content .footer_content_top {
    padding: 60px 0px;
    padding-bottom: 40px;
}

.footer .footer_content .footer_content_top .content_top_left {
    width: 50%;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list {
    width: 25%;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dd {
    margin-bottom: 20px;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dd a {
    font-size: 14px;
    color: #000;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a {
    font-size: 14px;
    color: #777777;
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a:hover {
    color: #000;
}

.footer .footer_content .footer_content_top .content_top_left .top_left_list dt a:last-child {
    margin-bottom: 0px;
}

.footer .footer_content .footer_content_top .content_top_right {
    width: 26%;
}

.footer .footer_content .footer_content_top .content_top_right .top_right_title {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list dd {
    position: relative;
    line-height: 20px;
    margin-right: 15px;
}

.footer .footer_content .footer_content_top .content_top_qrCode {
    width: 21%;
}

.footer .footer_content .footer_content_top .content_top_qrCode ul {
    display: flex;
    justify-content: center;
}

.footer .footer_content .footer_content_top .content_top_qrCode ul li {
    display: flex;
    flex-direction: column;
    max-width: 152px;
    justify-content: center;
    align-items: center;
}

.footer .footer_content .footer_content_top .content_top_qrCode ul li img {
    width: 100%;
}

.footer .footer_content .footer_content_top .content_top_qrCode ul li span {
    color: #fff;
    margin-top: 15px;
    text-align: center;
    color: #777777;
}


.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list {
    color: #777777;
    font-size: 14px;
    margin-bottom: 15px;
}

.footer .footer_content .footer_content_top .content_top_right .top_right_content .right_content_list dt {
    width: 80%;
}

.footer .footer_content .footer_content_top .content_top_share .top_share_content dt a:hover {
    background: #252525 !important;
    opacity: 1 !important;
    color: #185ABD;
}

.footer .footer_content .footer_content_bottom {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.footer .footer_content .footer_content_bottom .content_bottom_left {
    font-size: 14px;
    color: #555555;
}

.footer .footer_content .footer_content_bottom .content_bottom_right {
    flex: 1;
}

.footer .footer_content .footer_content_bottom .content_bottom_right a {
    font-size: 14px;
    color: #555555;
    display: inline-block;
    width: auto;
    margin-left: 2%;
}

.footer .footer_content .footer_content_bottom .content_bottom_right a:hover {
    color: #000;
}

.footer_content_copyright {
    text-align: center;
    border-top: 1px solid #ccc;
    z-index: 521;
    position: relative;
    color: #555;
}

.footer_content_copyright a {
    color: #555;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.footer dt {
    font-weight: inherit;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 服务与产品 */
.product-banner .word {
    width: 649px;
    background: rgba(0, 106, 255, .41);
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-height: 100%;
}

.product-banner .word span {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
}

.product-banner .word h1 {
    font-size: 45px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 20px;
}

.product-banner .word p {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-top: 30px;
}

.product-main .product-item {
    padding: 60px 0 80px 0;
}

.product-main .product-item h2 {
    font-size: 32px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 50px;
    font-weight: 400;
    text-align: center;
}

.product-main .product-item .sub {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.50);
    line-height: 27px;
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.product-main .product-item img {
    margin-top: 20px;
}

.product-item-tab {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #eee;
    margin-top: 26px;
}

.product-item-tab li {
    padding: 10px 20px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    border-bottom: 3px solid transparent;
    margin-right: 20px;
    cursor: pointer;
}

.product-item-tab li:last-child {
    margin-right: 0;
}

.product-item-tab li.active {
    border-color: #0060ED;
    color: #0060ED;
}


.product-item-box {
    display: none;
    flex-wrap: wrap;
}

.product-item-box.show {
    display: flex;
}

.product-item-box .item {
    margin-top: 26px;

}

.product-item-box .item-main {
    padding: 20px;
    height: 100%;
    display: flex;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    min-height: 115px;

}
.product-item-box .item-main:hover {
    box-shadow: 0px 9px 24px 0 rgb(6 20 35 / 28%);
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
}

.product-item-box .item h3 {
    font-size: 18px;
    color: #0060ED;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 400;
}

.product-item-box .item-main:hover span {
    opacity: 0;
}
.product-item-box .item-main:hover .item-btn {
    opacity: 1;
}
.product-item-box .item span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.50);
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
    opacity: 1;
    transition: all 300ms;
}
.product-item-box .item .item-btn {
    display: flex;
    margin-top: 20px;
    opacity: 0;
    position: absolute;
    bottom: 20%;
    transition: all 300ms;
}
.product-item-box .item .item-btn a {
    padding: 4px 12px;
    margin-right: 20px;
    background: #0060ED;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 10%);
    color: #fff;
    cursor: pointer;
    opacity: .8;
    transition: all 300ms;
    
}
.product-item-box .item .item-btn a:hover {
    opacity: 1;
}
.product-item-box .item .item-btn .detail {
    margin-right: 0;
    background-color: #afb0b3;
    color: #fdf9f9;
}

.product-main .product-item:nth-child(odd) .product-item-box .item-main {
    background-color: #F6F7F9;
}

.product-main .product-item:nth-child(even) .product-item-box .item-main {
    background-color: #fff;
}

/* 奇数行 */
.product-main .product-item:nth-child(odd) {
    background-color: #fff;
}

/* 偶数行 */
.product-main .product-item:nth-child(even) {
    background-color: #F6F7F9;
}


/* 加载 */

.loading {
    background: url(../images/loader.gif) center center no-repeat #fff;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    box-shadow: 1px 1px 10px #ccc;
    display: none;
}


/* 关于我们 */

.about-breadcrumb ul {
    display: flex;
}

.about-breadcrumb ul li {
    margin-right: 20px;
    font-size: 16px;
    transition: all 300ms;
    cursor: pointer;
    position: relative;
    font-weight: normal;
}

.about-breadcrumb ul li>a {
    display: inline-block;
    height: 100%;
}


.about-breadcrumb ul li:last-child {
    margin-right: 0;
}

.about-breadcrumb ul li.active {
    color: #284CB0;
}

.about-breadcrumb ul li.active a {
    color: #284CB0;
}

.about-breadcrumb ul li:hover {
    color: #284CB0;
}

.about-main .about-item {
    display: flex;
    flex-direction: column;
    display: none;
    margin-bottom: 30px;
}


.about-main .about-item .about-title {
    margin-bottom: 30px;
}

.about-main .about-item .about-title h2 {
    padding: 0 0 7px 0;
    color: #34364b;
    font-size: 24px;
    margin: 0;
}

.about-main .about-item .about-title h3 {
    color: #284CB0;
    font-size: 20px;
    text-transform: uppercase;
    /* font-family: Rubik; */
    margin: 0;
}

.about-main .about-item .about-item-content p {
    font-size: 15px;
    line-height: 28px;
}

.about-main .about-item .about-item-content p strong {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8)
}

/* 集团简介 */
#profile .introd-img-box {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#profile .mask-introd {
    position: absolute;
    bottom: 0;
    background: #0000007F;
    width: 100%;
}

#profile .mask-introd ul {
    display: flex;
    justify-content: center;
}

#profile .mask-introd ul li {
    max-width: 165px;
    max-height: 90px;
    width: 18%;
    margin-right: 10px;
    margin: 10px 10px 10px 0;
    border: 1px solid transparent;
    cursor: pointer;
}

#profile .mask-introd ul li.active {
    border-color: #1e69b9;
}

#profile .mask-introd ul li:last-child {
    margin-right: 0;
}

#profile .mask-introd ul li img {
    width: 100%;
    height: 100%;
}

#profile .introd-plaque {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#profile .introd-plaque .introd-plaque-item {
    margin-top: 25px;
}
#profile .introd-words {
    /* padding: 60px 0; */
    padding-top: 40px;
    padding-bottom: 0;
}
#profile .introd-words p {
    color: #1D2129;
    font-size: 16px;
    line-height: 24px;
    text-indent: 2em;
    margin-bottom: 30px;
    text-align: justify;
}
#profile .quali-box {
    display: flex;
    flex-wrap: wrap;
}

#organizational .orgz-svg2 {
    display: none;
}

#organizational .about-item-content {
    margin-bottom: 50px;
}

#culture .about-item-content {
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#culture .culture-word {
    font-size: 18px;
    color: #555;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 0;
    text-indent: 2em;
}

#culture .culture-list .culture-list-item {
    margin-top: 40px;
}

#culture .culture-list .culture-list-item img {
    /* height: 210px; */
    width: 100%;
    margin-top: 30px;
}

#culture .culture-list .culture-list-item p {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #555;
    line-height: 22px;
    font-weight: 400;
}

#culture .culture-list .title {
    position: relative;
    text-align: left;
    text-indent: 20px;
    font-size: 20px;

    line-height: 42px;
    font-weight: 700;
    padding-bottom: 0;
    margin: 0;
}

#culture .culture-list .title:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 30px;
    background: #0060ED;
    top: 7px;
    left: 0;
}


.about-main .honor-item {
    /* height: 320px; */
    margin-bottom: 25px;
}


.about-main .honor-item .honor-img {
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebebf5;
    /* background-color: transparent; */
    overflow: hidden;
}

.about-main .honor-item .honor-img img {
    max-width: 86%;
    height: auto;
    max-height: 86%;
    transition: all 0.5s;
    width: auto;
}

.about-main .honor-item span {
    width: 100% !important;
    display: inline-block;
    text-align: center;
    margin-top: 26px;
    font-size: 17px;

    font-weight: 400;
}

.about-main .honor-item:hover img {
    transform: scale(1.1);
}

#companyHonor .honor-tab {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

#companyHonor .honor-tab li {
    font-size: 18px;

    text-align: center;
    line-height: 24px;
    /* font-weight: 100; */
    margin-right: 65px;
    cursor: pointer;
    transition: all 300ms;
}
#companyHonor .honor-tab li:hover {
    color: #0060ED;
}
#companyHonor .honor-tab li.active {
    position: relative;
    color: #0060ED;
    /* font-weight: 600; */
}

#companyHonor .honor-tab li.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #0060ED;
    bottom: -21px;
    left: 0;
}

#companyHonor .honor-tab li:last-child {
    margin-right: 0;
}

/* #companyHonor .honor-main .honor-main-item {
    display: none;
} */

#companyHonor .honor-main .honor-main-item .row {
    display: flex;
    flex-wrap: wrap;
}

#companyHonor .honor-main .honor-main-item.show {
    display: block;
}

#companyHonor .honor-main {
    margin-top: 50px;
}

#companyHonor .charges-public-table {
    border-left: 1px solid #dcdde6;
    width: 100%;
}

#companyHonor .charges-public-table__th {
    background: #0091FF;
    height: 56px;
    padding: 0 20px;
    /* text-align: center; */
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

#companyHonor .charges-public-table__td {
    padding: 10px 20px;
    color: #555F73;
}

#companyHonor .charges-public-table__th,
#companyHonor .charges-public-table__td {
    border-right: 1px solid #DCDDE6;
    border-bottom: 1px solid #DCDDE6;
}

#companyHonor .software {
    flex-direction: column;
}

.qualification-honor .mapping {
    margin-top: 10px;
    position: relative;
}

.qualification-honor .title {
    display: flex;
    justify-content: center;
    background-color: #fff;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    width: 242px;
}

.qualification-honor .mapping:before,
.qualification-honor .other:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #a56638;
    top: 16px;
    z-index: 9;
}

.qualification-honor .other {
    margin-top: 60px;
    position: relative;
}

.qualification-honor .other .row,
.qualification-honor .mapping .row {
    margin-top: 40px;
}

.qualification-honor h4 {
    font-size: 20px;

    line-height: 30px;
    font-weight: 700;
    margin: 0;
    padding-top: 20px;
}

.qualification-honor .honor-text {
    padding-left: 62px;
    margin-bottom: 20px;
}

.qualification-honor ul {
    margin-top: 12px;
}

.qualification-honor ul li {
    font-size: 16px;

    line-height: 30px;
    font-weight: 400;
}
#companyHonor .software {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#companyHonor .software .more{
    padding: 14px 46px;
    font-size: 18px;
    color: #0767CD;
    text-align: center;
    line-height: 22px;
    align-items: center;
    border: 1px solid #0767CD;
    display: flex;
    transition: all 300ms;
    cursor: pointer;
    margin-top: 20px;
}
#companyHonor .software .more:hover {
    color: #fff;
    background-color: #0767CD;
}
#companyHonor .softwareHide {
    display: none;
}

/* 集团历程 */
#history .about-history-main {
    display: flex;
    flex-direction: column;
    position: relative;
}

#history .about-history-item {
    display: flex;
    justify-content: center;
    position: relative;
}

#history .about-history-now {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 400;
    width: 120px;
    height: 40px;
    background: #1777FF;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    z-index: 9;
}

#history .about-history-item h4 {
    font-size: 20px;

    line-height: 30px;
    font-weight: 700;
    margin: 0;
    position: relative;
    display: flex;
    margin-top: 12px;
}

#history .about-history-item h4::before {
    position: absolute;
    content: '';
    width: 95px;
    height: 2px;
    background: #1777FF;
    right: 0;
    top: -12px;

}

#history .about-history-item p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.50);
    font-weight: 400;
    margin-top: 20px;
    max-width: 518px;
    text-align: right;
}

#history .about-history-item .history-text {
    /* flex: 1; */
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 48px;
}

#history .about-history-item .history-img {
    flex: 1;
    padding-left: 48px;
    padding-bottom: 100px;
}

#history .about-history-item img {
    max-width: 382px;
}

#history .about-history-item .time-line {
    position: absolute;
    width: 2px;
    height: 100%;
    background: #1777FF;
    left: 50%;
    transform: translateX(-50%);
}

#history .about-history-item .time-line:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #1777FF;
    top: 0;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    /* left: -5px; */
}

#videoCenter .video-item img {
    width: 100%;
    height: 100%;
}

#videoCenter .video-item span {
    width: 100% !important;
    display: inline-block;
    text-align: center;
    margin-top: 12px;
    font-size: 16px;
}

.about-breadcrumb {
    min-height: 80px;
    padding: 0;
    line-height: 80px;
}

.about-breadcrumb ul li.active:after {
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #284CB0;
    -o-transition-property: left, right;
    -moz-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-property: left, right;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
}


/* 新闻资讯 */

#articleList .swipebox-x {
    width: 250px;
    height: 166px;
    display: inline-block;
}

.pic {
    position: relative;
    overflow: hidden;
}

.pic:after {
    content: "";
    display: block;
}

.news ul li {
    list-style: none;
    height: 165px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 35px;
}

.news ul li .pic {
    width: 16.667%;
}

.news ul li .pic img {
    transition: 0.5s;
    object-fit: cover;
}

.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
}

.news ul li .pic:after {
    padding-bottom: 65%;
}

.news ul li .ntxt {
    width: 54.584%;
    margin-left: 6%;
}

.news ul li .announcement {
    width: 80%;
    /* margin-left: 6%; */
}

.news ul li .ntxt a,
.news ul li .announcement a {
    font-size: 18px;
    color: #333;
    line-height: 60px;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;
}

.news ul li .ntxt p,
.news ul li .announcement p {
    font-size: 14px;
    color: #999;
    line-height: 25px;
    height: 50px;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
 {
    font-size: 14px;
    color: #999;
    line-height: 25px;
    height: 50px;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news ul li .date span {
    font-size: 24px;
    color: #999;
    margin: 20px 0 10px;
    display: inline-block;
    transition: 0.5s;
}

.news ul li .date a {
    width: 37px;
    height: 37px;
    display: block;
    background: url(../picture/newsbg.png) no-repeat center;
    transition: 0.5s;
}

.news ul li:hover .ntxt a {
    font-weight: bold;
}

.news ul li:hover .ntxt p {
    color: #666;
}

.news ul li:hover .date span {
    color: #666;
}

.news ul li:hover .date a {
    background: #f77400 url(../picture/newsbgh.png) no-repeat center;
}

.news ul li:hover img {
    transform: scale(1.2);
}

.video-item {
    margin-bottom: 10px;
    margin-top: 10px;
}

.video-item .img-box {
    overflow: hidden;
    width: 100%;
    height: 200px;
    position: relative;
}

.video-item .img-box img {
    transition: 0.5s;
}

#videosList .video-item:hover img {
    transform: scale(1.1);
}

.video-item .img-box dt {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.video-item .img-box dt:before {
    content: '';
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 100ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.video-item .img-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 42px;
    display: none;
    cursor: pointer;
}

.video-item:hover .icon {
    display: block;
}

.news-breadcrumb .input-group {
    display: flex;
    align-items: center;
}

.news-breadcrumb .input-group-btn button,
.news-breadcrumb .input-group-btn button:active {
    outline: none;
    background-color: #f5f7fa;
    color: #909399;
}


/* 新闻详情 */

.news_show {
    padding-bottom: 100px;
}

.news_show .nstit {
    border-bottom: 1px dashed #d3d3d3;
    text-align: center;
    margin-bottom: 35px;
}

.news_show h1 {
    font-size: 22px;
}

.news_show h3 {
    font-size: 16px;
}

.news_show .date {
    line-height: 30px;
    margin: 10px 0 20px;
}

.news_show .date span {
    font-size: 12px;
    margin: 0 12px;
    color: #999;
}

.news_show .nstxt {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 35px;
}

.news_show .nstxt p {
    line-height: 30px;
    margin-bottom: 35px;
    font-size: 16px;
    color: #666;
}

.news_show .nstit h1 {
    font-size: 24px;
}

.news_show .nstit span {
    margin: 0 4px;
}

.prevnext {
    margin: 30px 0;
}


.return {
    width: 140px;
    height: 38px;
    background: #6a6a6a url(../picture/returnbg.png) no-repeat 30px center;
    line-height: 38px;
    color: #fff;
    padding-left: 50px;
    border-radius: 20px;
    margin: 5px 0 0;
    transition: 0.5s;
}

.return:hover {
    background-color: #f77400;
    color: #fff;
}

/* 分页样式 */

.table-page {
    margin-bottom: 20px;
}
.page-dev {
    display: flex;
    justify-content: center;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: var(--main-color);
    background-color: #185ABD;
}

.layui-laypage {
    margin: 0;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: var(--main-color);
    background-color: #185ABD;
}

.layui-laypage a:hover {
    color: var(--main-color);
    color: #185ABD;
}

.layui-laypage input:focus,
.layui-laypage select:focus {
    border-color: var(--main-color);
    border-color: #185ABD;
}

.layui-laypage input:focus,
.layui-laypage select:focus {
    border-color: var(--main-color) !important;
    border-color: #185ABD !important;
}

.layui-laypage a,
.layui-laypage span {
    margin-bottom: 0;
    padding: 0 14px;
}

.layui-laypage a,
.layui-laypage span {
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.layui-laypage select {
    height: 22px;
    padding: 0;
}

.layui-laypage .layui-laypage-refresh {
    margin: 0;
}

.layui-laypage .layui-laypage-refresh i {
    font-size: 16px;
}

.layui-laypage .layui-laypage-skip {
    height: 22px;
    line-height: 22px;
}

.layui-laypage input {
    width: 30px;
}

.layui-laypage button,
.layui-laypage input {
    height: 22px;
    line-height: 22px;
}

.layui-laypage button {
    line-height: 17px;
}

.layui-laypage-next em,
.layui-laypage-prev em {
    font-size: 14px;
}


/* banner */

.other-banner {
    position: relative;
}

.other-banner>img {
    width: 100%;
    height: auto;
}

.other-banner .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.other-banner .container img {
    max-width: 633px !important;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}



/* header */
.drop-menu {
    width: 100%;
    height: 450px;
    background: #FAFAFA;
    position: relative;
}

.drop-menu .menu-mask {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #fff;
    right: 0;
    top: 0;
}

.drop-menu .drop-menu-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.drop-menu .drop-menu-box>li {
    width: 260px;
    display: flex !important;
}

.drop-menu .drop-menu-box li .drop-menu-content {
    position: absolute;
    left: 260px;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background: #fff;
    padding-top: 30px;
    transition: all 300ms;
    display: none;
}

.drop-menu .drop-menu-box li .drop-menu-content.show {
    display: flex;
}

.drop-menu .drop-menu-box>li>a {
    width: 260px;
    height: 55px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;

    background: url(../picture/header_arrow.png) no-repeat 90% center;
    background-size: 16px;
    transition: all 300ms;
}

.drop-menu .drop-menu-box>li:nth-child(1)>a {
    margin-top: 30px;
}

.drop-menu .drop-menu-box>li a span {
    font-size: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
}


.drop-menu .drop-menu-box>li>a.active {
    background-color: #0767CD;
    color: #fff;
    background-image: url(../picture/header_arrow_active.png);
}

.show {
    display: flex !important;
}

.drop-href {
    flex: 1;
}

.drop-href ul {
    width: 100%;
}

.drop-href ul li {
    width: 100%;
    height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.drop-href ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 16px;

    font-weight: 400;
    align-items: center;
    justify-content: center;
    margin-left: -50px;
}

.drop-href ul li a:hover {
    color: #185ABD !important;
}

.drop-img {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.drop-img a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 20px;
    transition: all 300ms;
}

.drop-img a:hover {
    color: #185ABD;
}

.drop-img span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    max-width: 570px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.drop-img .drop-img-box {
    width: 570px;
    height: auto;
    max-height: 280px;
    background: rgba(0, 0, 0, 0.50);
    position: relative;
}

.drop-img .drop-img-box video {
    display: none;
}

.drop-img .drop-img-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 42px;
    cursor: pointer;
}

.drop-img .drop-img-box dt {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.drop-img .drop-img-box dt:before {
    content: '';
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 100ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.drop-img .drop-img-box img {
    width: 100%;
}

.drop-img p {
    width: 570px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.50);
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    margin-top: 5px;
}

.drop-img .drop-img-box+p {
    margin-top: 16px;
}

.drop-list {
    flex: 1;
    display: flex !important;
}

.drop-list .drop-list-item {
    margin-left: 30px;
}

.drop-list .drop-list-item>li:nth-child(1) {
    margin-top: 0px !important;
}

.drop-list .drop-list-item>li {
    width: 290px;
    display: flex !important;
    flex-direction: column;
    margin-top: 20px !important;
}

.drop-list .drop-list-item>li.nohaslist {
    height: 65px;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.drop-list .drop-list-item ul {
    border-top: 1px solid rgba(230, 230, 230, 1);
    margin-top: 10px;
    padding-top: 10px;
}

.drop-list .drop-list-item>li>a {
    width: 270px;
    height: 24px;
    font-size: 16px;
    color: #005CAB;
    line-height: 24px;
    font-weight: 600;
}
.drop-list .drop-list-item>li>a.no-pointer {
    cursor:auto
}

.drop-list .drop-list-item>li span {
    height: 21px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.50);
    line-height: 21px;
    font-weight: 400;
    margin-top: 5px;
}

.drop-list .drop-list-item ul li {
    margin-top: 12px !important;
    line-height: 22px;
}

.drop-list .drop-list-item ul li:first-child {
    margin-top: 0 !important;
}

.drop-list .drop-list-item ul li a {
    height: 21px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    transition: all 300ms;
    cursor: pointer;
}

.drop-list .drop-list-item ul li a:active,
.drop-list .drop-list-item ul li a:hover,
.drop-list .drop-list-item ul li a:link {
    text-decoration: none;
}

.drop-list .drop-list-item ul li a:hover {
    color: #185ABD;
}

.drop-list .drop-list-item .pointer-list li a:hover {
    color: #185ABD;
    cursor: pointer;
}

/* 服务与产品导航 */

.service-nav1 .drop-list .drop-list-item ul li,
.service-nav3 .drop-list .drop-list-item ul li {
    margin-top: 15px !important;
}

.service-nav2 .drop-list .drop-list-item ul li,
.service-nav5 .drop-list .drop-list-item ul li {
    margin-top: 20px !important;
}

.service-nav4 .drop-list .drop-list-item ul li {
    margin-top: 12px !important;
}

.service-nav1 .drop-list .drop-list-item ul li:first-child,
.service-nav2 .drop-list .drop-list-item ul li:first-child,
.service-nav3 .drop-list .drop-list-item ul li:first-child,
.service-nav4 .drop-list .drop-list-item ul li:first-child,
.service-nav5 .drop-list .drop-list-item ul li:first-child {
    margin-top: 0 !important;
}
.service-nav4 .drop-list .drop-list-item .special-item-box>li{
    margin-top: 0 !important;
}

.service-nav3 .drop-list .drop-list-item>li {
    width: 345px;
}

#navigation .business-nav a {
    color: #185ABD !important;
    position: relative;
    font-weight: 600;
    padding-right: 0;
}

#navigation .business-nav a span {
    width: 98px;
    height: 2px;
    background-color: #185ABD;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 50px;
}

.business-menu-main1 .drop-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.business-menu-main1 .drop-list .drop-list-item>li {
    width: 22%;
    margin-left: 45px !important;
    margin-top: 0 !important;
}

.business-menu-main1 .drop-list .drop-list-item>li:nth-child(4) {
    width: 15%;
    max-width: 122px;
}

.business-menu-main1 .drop-list .drop-list-item>li:nth-child(1) {
    margin-left: 0 !important;
}

.business-menu-main1 .drop-list .drop-list-top {
    display: flex;
    justify-content: space-between;
}

.business-menu-main1 .drop-list .drop-list-bottom {
    display: flex;
}

.business-menu-main1 .drop-list .drop-list-bottom .special-item {
    margin-left: 5% !important;
    flex: 1;
}

.business-menu-main1 .special-item-box {
    display: flex;
    justify-content: space-between;
}

.business-menu-main1 .special-item-box>li ul {
    border-top: none;
    margin-top: 0;
}

.special-item-box>li {
    width: 46.16%;
}

.special-item-box>li:nth-child(2) {
    margin-left: 7.69%;
}



.business-menu-main2 .drop-list .drop-list-item {
    width: 30%;
}

.business-menu-main2 .drop-list .drop-list-item>li {
    width: 100%;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 999;
    display: none;
}

.mask.show {
    display: block;
}

#menuMap .anchorBL {
    display: none;
}

.layui-layer-loading {
    display: flex;
    justify-content: center;
}


/* 初始化加载 */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 999999;
}

.loader .loader-inner {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1E9FFF;
    animation: spin 2s linear infinite;
}

.loader .loader-inner:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1E9FFF;
    animation: spin 3s linear infinite;
}

.loader .loader-inner:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1E9FFF;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1turn);
    }
}
