
.breadcrumbs-list {
    position: relative;
    z-index: 2;
    padding-top: 73px;
    text-align: left;
    background-color: #001c3e;
}


.ar_article {margin-top: 20px;}

.ar_article table{ margin-bottom:0;}
.ar_article table tr{}
.ar_article table th{padding: 10px 5px; color:#fff;font-size: 1.125rem;min-width: 120px;background:#6593e0;text-align: center;font-weight: bold;border: #4579cf 1px solid;}
.ar_article table td{font-size: 1rem;color: #555555;padding: 1rem 1.25rem;background: #fff;}
.ar_article table td a{ color:#0050b7}
.ar_article table td:nth-last-child(2){ font-size:12px; text-align:left}
.fl03 .ar_article table td:nth-last-child(2){ font-size:12px; text-align:center}

.ar_article{ margin-bottom:0}
.ar_article table{ margin-bottom:0}
.ar_article table td{border: #d4d4d4 solid 1px;color: #7f838a;line-height: 20px;font-size: .875rem;}


/******************* section 样式 *****************/


.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media(max-width:767px) {
    .section {
        padding-top: 50px;
        padding-bottom: 50px
    }
}


#page-style {
    text-align: center;
    padding: 60px 0;
}


#page-style h2 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

#page-style span {
    font-size: 20px;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #737880;
    text-transform: capitalize;
    margin-bottom: 20px;
}


#page-style span:before {
    content: '';
    height: 1px;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 15px;
    background: #737880;
}


#page-style span:after {
    content: '';
    height: 1px;
    width: 30px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 15px;
    background: #737880;
}


#page-style article p {
    line-height: 35px;
    text-indent: 24px;
    text-align: left;
    margin-bottom: 20px;
}


/******************* 服务范围 样式 *****************/


.services {
    background-color: #3D7EFF;
}

.services h2 {
    color: #FFFFFF;
}

.services span {
    color: #FFFFFF !important;
}


.services span:before {
    background: #FFFFFF !important;
}

.services span:after {
    background: #FFFFFF !important;
}


.services .single-service {
    margin-top: 80px;
    border-radius: 10px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .services .single-service {
        margin-top: 60px
    }
}

@media(max-width:767px) {
    .services .single-service {
        margin-top: 50px
    }
}

.services .single-service i {
    color: #3D7EFF;
    background-color: #fff;
    border-radius: 6px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 20px
}

.services .single-service h3 {
    margin-bottom: 15px
}

.services .single-service h3 a {
    color: #fff;
    font-size: 19px;
    font-weight: 700
}

.services .single-service p {
    color: #fff
}

.service-details .details-content {
    -webkit-box-shadow: 0 1px 20px 0 rgba(32, 32, 32, .11);
    box-shadow: 0 1px 20px 0 rgba(32, 32, 32, .11);
    border-radius: 8px;
    overflow: hidden
}

.service-details .details-content .innter-content {
    padding: 40px
}

@media(max-width:767px) {
    .service-details .details-content .innter-content {
        padding: 25px
    }
}

.service-details .details-content .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 38px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service-details .details-content .title {
        font-size: 22px
    }
}

@media(max-width:767px) {
    .service-details .details-content .title {
        font-size: 18px;
        line-height: 28px
    }
}

.service-details .details-content .sub-title {
    font-size: 25px;
    font-weight: 700;
    margin: 25px 0
}

@media(max-width:767px) {
    .service-details .details-content .sub-title {
        font-size: 18px
    }
}

.service-details .details-content p {
    display: block;
    margin: 20px 0;
    line-height: 24px
}

.service-details .details-content p:first-child {
    margin-top: 0
}

.service-details .details-content p:last-child {
    margin-bottom: 0
}

.service-details .details-content .list li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px
}

.service-details .details-content .list li:last-child {
    margin: 0
}

.service-details .details-content .list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #fff;
    font-size: 15px;
    color: #3D7EFF
}

.service-sidebar .single-widget {
    padding: 40px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 20px 0 rgba(32, 32, 32, .11);
    box-shadow: 0 1px 20px 0 rgba(32, 32, 32, .11)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .service-sidebar .single-widget:first-child {
        margin-top: 30px
    }
}

.service-sidebar .single-widget h3 {
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
    line-height: 28px;
    z-index: 1
}

.service-sidebar .single-widget:last-child {
    margin: 0
}

.service-sidebar .single-widget.service-category ul li a {
    font-size: 14px;
    padding: 15px 0;
    padding-top: 15px;
    font-weight: 500;
    display: block;
    color: #888;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-right: 20px
}

.service-sidebar .single-widget.service-category ul li a:hover {
    color: #3D7EFF;
    padding-left: 8px
}

.service-sidebar .single-widget.service-category ul li a i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px
}

.service-sidebar .single-widget.service-category ul li:last-child a {
    border: none
}

.service-sidebar .single-widget.pdf-download {
    background-image: url(../image/pdf-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #fff
}

.service-sidebar .single-widget.pdf-download h4 {
    font-size: 16px;
    font-weight: 600
}

.service-sidebar .single-widget.pdf-download h4 span {
    color: #3D7EFF;
    font-size: 14px;
    display: block;
    margin-bottom: 5px
}

.service-sidebar .single-widget.pdf-download .button {
    margin-top: 25px
}

.service-sidebar .single-widget.pdf-download .button .btn {
    font-size: 14px
}

.service-sidebar .single-widget.service-cta .support-icon {
    margin-bottom: 15px
}

.service-sidebar .single-widget.service-cta .support-icon i {
    font-size: 35px;
    color: #3D7EFF
}

.service-sidebar .single-widget.service-cta h4 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 22px
}

.service-sidebar .single-widget.service-cta ul li {
    display: block;
    margin-bottom: 5px
}

.service-sidebar .single-widget.service-cta ul li:last-child {
    margin: 0
}

.service-sidebar .single-widget.service-cta ul li a {
    color: #888;
    font-size: 16px;
    font-weight: 500
}

.service-sidebar .single-widget.service-cta ul li a:hover {
    color: #3D7EFF
}

.service-sidebar .single-widget.service-cta .button {
    margin-top: 30px
}





/******************* 留言板 样式 *****************/



.contact-form-head {
    background-image: url(../images/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2
}

.contact-form-head::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background-color: #3D7EFF;
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .contact-form-head::before {
        width: 100%
    }
}

.contact-form-head .contact-inner-title h2 {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .contact-form-head .contact-inner-title h2 {
        font-size: 25px;
        line-height: 32px
    }
}

@media(max-width:767px) {
    .contact-form-head .contact-inner-title h2 {
        font-size: 20px;
        line-height: 30px
    }
}

.contact-form-head .contact-inner-title p {
    color: #fff
}

.contact-form-head .contact-inner-title .question {
    display: block;
    min-height: 70px;
    margin-top: 40px
}

.contact-form-head .contact-inner-title .question img {
    height: 70px;
    width: 70px;
    border-radius: 70px;
    float: left;
    margin-right: 20px
}

.contact-form-head .contact-inner-title .question h4 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 15px;
    color: #fff
}

.contact-form-head .contact-inner-title .question h4 span {
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-bottom: 5px
}

.contact-form-head .contact-inner-title .day-list {
    display: block;
    margin-top: 40px
}

.contact-form-head .contact-inner-title .day-list li {
    color: #fff;
    font-weight: 500;
    margin-bottom: 3px;
    display: block
}

.contact-form-head .contact-inner-title .day-list li:last-child {
    margin: 0
}

.contact-form-head .contact-inner-title .call-back {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    text-transform: capitalize
}

.contact-form-head .contact-inner-title .call-back i {
    font-size: 15px;
    display: inline-block;
    margin-left: 5px
}

.contact-form-head .form-main {
    padding: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 30px 0 rgba(32, 32, 32, .11);
    box-shadow: 0 1px 30px 0 rgba(32, 32, 32, .11);
    border-radius: 8px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .contact-form-head .form-main {
        padding: 35px;
        margin-top: 40px
    }
}

.contact-form-head .form-main .form-title {
    margin-bottom: 30px
}

.contact-form-head .form-main .form-title h2 {
    margin-bottom: 35px;
    font-size: 22px
}

.contact-form-head .form-main .form-title p {
    font-size: 16px
}

.contact-form-head .form-main .form .form-group {
    margin-bottom: 15px;
    display: block
}

.contact-form-head .form-main .form .form-group input {
    height: 52px;
    line-height: 52px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 0 20px;
    color: #333;
    font-weight: 400;
    border-radius: 5px;
    background-color: #f9f9f9
}

.contact-form-head .form-main .form .form-group textarea {
    height: 180px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 15px 20px;
    color: #333;
    resize: none;
    font-weight: 400;
    resize: vertical;
    border-radius: 5px;
    background-color: #f9f9f9
}

.contact-form-head .form-main .form .form-group.button {
    width: 100%;
    margin-bottom: 0
}

.contact-form-head .form-main .form .form-group.button .btn {
    height: 50px;
    border: none;
    width: 100%
}

.map-section {
    background-color: #f9f9f9
}

.map-section .mapouter {
    height: 500px
}

.map-section .mapouter .gmap_canvas {
    height: 500px
}

.map-section .mapouter .gmap_canvas iframe {
    height: 500px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .map-section .mapouter {
        height: 400px
    }

    .map-section .mapouter .gmap_canvas {
        height: 400px
    }

    .map-section .mapouter .gmap_canvas iframe {
        height: 400px
    }
}

@media(max-width:767px) {
    .map-section .mapouter {
        height: 300px
    }

    .map-section .mapouter .gmap_canvas {
        height: 300px
    }

    .map-section .mapouter .gmap_canvas iframe {
        height: 300px
    }
}



.button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 30px;
    background-color: #3D7EFF;
    color: #fff;
    border: none;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden
}

.button .btn:last-child {
    margin: 0
}

.button .btn:hover {
    color: #fff;
    background-color: #132f66;
    -webkit-box-shadow: 0 4px 4px #0000000f;
    box-shadow: 0 4px 4px #0000000f
}

.button .btn-alt {
    background-color: #081828 !important;
    color: #fff !important
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .button .btn-alt {
        padding: 10px 30px
    }
}

@media(max-width:767px) {
    .button .btn-alt {
        padding: 10px 30px
    }
}

.button .btn-alt:hover {
    background-color: #3D7EFF !important;
    color: #fff !important
}


/******************* 联系我们 样式 *****************/


.contact {
    background: #FFFFFF;
    height: 380px;
    box-sizing: border-box;
    padding: 30px 20px;
}

.contact:hover {
    cursor: pointer;
}

.contact-img1 {
    height: 105px;
    background: url(../images/icon1.png) no-repeat 49% 0px;
    margin: 5px 0 10px 0;
}

.contact-img2 {
    height: 105px;
    background: url(../images/icon2.png) no-repeat 50% 0px;
    margin: 5px 0 10px 0;
}

.contact-img3 {
    height: 105px;
    background: url(../images/icon3.png) no-repeat 49% 0px;
    margin: 5px 0 10px 0;
}

.contact-img4 {
    height: 105px;
    background: url(../images/icon4.png) no-repeat 49% 0px;
    margin: 5px 0 10px 0;
}

.contact-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.contact-container {
    font-size: 14px;
    color: #7F7F7F;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}



/******************* subnav 子菜单 样式 *****************/

.subnav {
    border-bottom: #f0f2f8 1px solid;
    padding: 0;
    position: relative;
}

.subnav .w1560 {
    position: relative
}

.subnav .w1200 {
    position: relative;
    height: 92px;
}

@media (min-width: 992px) {

    .left-nav-text {
        width: 400px;
        overflow: hidden;
        /*文本超出隐藏*/
        text-overflow: ellipsis;
        /*文本超出显示省略号*/
        white-space: nowrap;
        /*超出的空白区域不换行*/
        float: left;
    }

}



.leftsidebar {
    line-height: 92px;
    left: 0;
    bottom: 0;
    color: #7b7b7d;
    padding-left: 26px;
    font-size: 13px;
}

.leftsidebar li {
    float: left;
    margin-right: 10px;
    font-size: 16px;
}

.leftsidebar li i {
    margin-right: 10px;

}

.leftsidebar li a {
    color: #5c5e61;
    font-size: 16px;

}

.rightsidebar {
    position: relative;
    text-align: right;
}

.rightsidebar a {
    display: inline-block;
    height: 92px;
    font-size: 1rem;
    float: left;
    line-height: 92px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: 3.125rem;
    float: revert;
}

.rightsidebar a:after {
    content: "";
    position: absolute;
    left: -1.5rem;
    height: .875rem;
    background: #999ca1;
    top: 50%;
    margin-top: -.5rem;
    width: 1px;
}

.rightsidebar a:first-child:after {
    display: none
}

.rightsidebar a strong {
    display: block;
    color: #5c5e61;
    position: relative;
    z-index: 4;
    height: 92px;
    line-height: 92px;
    transition: 0.6s ease-in-out;
}

.rightsidebar a strong:before {
    content: "";
    position: absolute;
    border-left: transparent 4px solid;
    border-right: transparent 4px solid;
    border-bottom: #213bb2 6px solid;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
}

.rightsidebar .on,
.rightsidebar a:hover {
    color: #213bb2;
}

.rightsidebar a:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #213bb2;
    transition: 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.rightsidebar .on:before,
.rightsidebar a:hover:before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.rightsidebar .on strong,
.rightsidebar a:hover strong {
    height: 92px;
    line-height: 92px;
    color: #3048b7;
}

.rightsidebar .on strong:before,
.rightsidebar a:hover strong:before {
    opacity: 1;
    visibility: visible;
}


@media(max-width:767px) {
    .leftsidebar {
        line-height: 40px;
    }

    .rightsidebar {
        display: none;
    }
}


/******************* 新闻频道 样式 *****************/


.project-page-area {
    margin-top: 46px;
    margin-bottom: 46px;
}

.project-active,
.project-page-active {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
    margin-top: 46px;
}

.project-active .project-item,
.project-page-active .project-item {
    margin-left: 15px;
    margin-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1299px) {

    .project-active .project-item.size-one,
    .project-page-active .project-item.size-one {
        width: calc(41.7% - 30px);
    }

    .project-active .project-item.size-two,
    .project-page-active .project-item.size-two {
        width: calc(30.15% - 30px);
    }

    .project-active .project-item.size-three,
    .project-page-active .project-item.size-three {
        width: calc(28.15% - 30px);
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {

    .project-active .project-item.size-one,
    .project-page-active .project-item.size-one {
        width: calc(100% - 30px);
    }

    .project-active .project-item.size-two,
    .project-page-active .project-item.size-two {
        width: calc(51.5% - 30px);
    }

    .project-active .project-item.size-three,
    .project-page-active .project-item.size-three {
        width: calc(48.5% - 30px);
    }
}

@media only screen and (max-width: 575px) {

    .project-active .project-item.size-two,
    .project-active .project-item.size-three,
    .project-page-active .project-item.size-two,
    .project-page-active .project-item.size-three {
        width: calc(100% - 30px);
    }
}

.project-item {
    position: relative;
    margin-bottom: 30px;
}

.project-item img {
    width: 100%;
}

.project-item .project-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    padding: 35px 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: -webkit-linear-gradient(89.48deg, rgb(74 187 251 / 68%) 49.73%, rgb(7 149 255 / 29%) 99.65%);
    background: -o-linear-gradient(89.48deg, rgba(251, 93, 74, 0.9) 49.73%, rgba(255, 155, 7, 0.9) 99.65%);
    background: linear-gradient(0.52deg, rgb(74 126 251 / 47%) 49.73%, rgb(7 129 255 / 26%) 99.65%);
}

@media only screen and (max-width: 1199px) {
    .project-item .project-hover {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.project-item .project-hover:after,
.project-item .project-hover:before {
    content: '';
    z-index: -1;
    width: 40%;
    height: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.project-item .project-hover:before {
    left: 20%;
    top: 0;
}

.project-item .project-hover:after {
    bottom: 0;
    left: 40%;
}

.project-item .project-hover h3,
.project-item .project-hover h5,
.project-item .project-hover .category {
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    -webkit-transform: translate(15px);
    -ms-transform: translate(15px);
    transform: translate(15px);
}

.project-item .project-hover h3 {
    margin-bottom: 5px;
}

@media only screen and (max-width: 375px) {
    .project-item .project-hover h3 {
        font-size: 25px;
    }
}

.project-item .project-hover h3 a {
    color: white;
}

.project-item .project-hover h5 {
    font-size: 22px;
    margin-bottom: 8px;
}

.project-item .project-hover h5 a {
    color: white;
}

.project-item .project-hover .category {
    color: #EFF4FF;
}

.project-item.style-two {
    margin-bottom: 20px;
}

.project-item.style-two .project-hover {
    padding-left: 28px;
    padding-right: 28px;
}

.project-item.style-two .project-hover:after,
.project-item.style-two .project-hover:before {
    width: 0;
    border-left: none;
}

.project-item.style-two .project-hover:before {
    left: 33.333%;
}

.project-item.style-two .project-hover:after {
    left: 66.666%;
}

.project-item:hover .project-hover {
    opacity: 1;
}

.project-item:hover .project-hover:after,
.project-item:hover .project-hover:before {
    height: 70%;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.project-item:hover .project-hover h3,
.project-item:hover .project-hover h5,
.project-item:hover .project-hover .category {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.project-item:hover .project-hover h3,
.project-item:hover .project-hover h5 {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.project-item:hover .project-hover .category {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.project-two-wrap {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 375px) {
    .project-two-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.project-filter,
.project-page-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.project-filter li,
.project-page-filter li {
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 10px 18px;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-left: 6px;
    margin-right: 6px;
    background: rgba(0, 0, 0, 0.04);
    z-index: 1;
    position: relative;
}

.project-filter li::before,
.project-page-filter li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #534afb 0%, #079bff 117.45%);
}

@media only screen and (max-width: 767px) {

    .project-filter li,
    .project-page-filter li {
        font-size: 16px;
        padding: 6px 15px;
    }
}

.project-filter li:before,
.project-page-filter li:before {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 3px;
}

.project-filter li.current,
.project-page-filter li.current {
    color: white;
}

.project-filter li.current:before,
.project-page-filter li.current:before {
    opacity: 1;
}

.project-two-item {
    margin-bottom: 30px;
    position: relative;
}

.project-two-item img {
    width: 100%;
}

.project-two-item .project-hover {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 40px 25px;
    text-align: center;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: -webkit-linear-gradient(89.48deg, rgba(251, 93, 74, 0.9) 49.73%, rgba(255, 155, 7, 0.9) 99.65%);
    background: -o-linear-gradient(89.48deg, rgba(251, 93, 74, 0.9) 49.73%, rgba(255, 155, 7, 0.9) 99.65%);
    background: linear-gradient(0.52deg, rgb(60 142 255 / 70%) 49.73%, rgb(7 129 255 / 14%) 99.65%);
}

@media only screen and (max-width: 375px) {
    .project-two-item .project-hover {
        padding: 25px;
    }
}

.project-two-item .project-hover:after,
.project-two-item .project-hover:before {
    content: '';
    z-index: -1;
    width: 0;
    height: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    position: absolute;
}

.project-two-item .project-hover:before {
    left: 5px;
    top: 5px;
    border-top: 1px solid white;
    border-left: 1px solid white;
}

.project-two-item .project-hover:after {
    right: 5px;
    bottom: 5px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.project-two-item .project-hover .popup-btn {
    color: white;
    font-size: 50px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

@media only screen and (max-width: 375px) {
    .project-two-item .project-hover .popup-btn {
        font-size: 35px;
    }
}

.project-two-item .project-hover h5 {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 8px;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

@media only screen and (min-width: 376px) {
    .project-two-item .project-hover h5 {
        font-size: 22px;
    }
}

.project-two-item .project-hover h5 a {
    color: white;
}

.project-two-item .project-hover .category {
    opacity: 0;
    color: #EFF4FF;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.project-two-item:hover .project-hover {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.project-two-item:hover .project-hover:after,
.project-two-item:hover .project-hover:before {
    visibility: visible;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}

.project-two-item:hover .project-hover .popup-btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.project-two-item:hover .project-hover h5,
.project-two-item:hover .project-hover .category {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.project-two-active.row {
    margin-left: -5px;
    margin-right: -5px;
}

.project-two-active.row>div {
    padding-left: 6px;
    padding-right: 6px;
}

.project-two-active .project-two-item {
    margin-bottom: 10px;
}

/* Project Details */
.project-details-content h2 {
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .project-details-content h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .project-details-content h2 {
        font-size: 30px;
    }
}

.project-details-content>p {
    margin-bottom: 20px;
}

.project-middle-images {
    margin-bottom: -20px;
}

.project-middle-images img {
    width: 100%;
    margin-bottom: 20px;
}

.project-features {
    z-index: 1;
    position: relative;
    border-top: 1px solid #F8F8F8;
    border-bottom: 1px solid #F8F8F8;
}

.project-features:after,
.project-features:before {
    top: 0;
    content: '';
    z-index: -1;
    left: 30%;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #F8F8F8;
}

@media only screen and (max-width: 767px) {

    .project-features:after,
    .project-features:before {
        display: none;
    }
}

.project-features:after {
    left: 66.6666%;
}


/******************* 新闻列表 页码 样式 *****************/



/**** pagination ****/
.pagination-wrapper {
    text-align: center;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 40px;
    }
}

.pg-pagination li {
    width: auto;
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}

.pagination-wrapper .pg-pagination li:hover {
    background: no-repeat;

}

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: 600;
    color: #0a272c;
    background: #f5f5f5;
    display: block;
}

@media (max-width: 991px) {
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        font-size: 1rem;
    }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #0571b2;
    border-color: #0571b2;
    color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
    font-size: 15px;
    font-size: 1rem;
}

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

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }

    .list-img1 .text {
        float: right;
        padding-left: 0px;
    }
}

/******************* 新闻频道 样式 *****************/


.project-page-area {
    margin-top: 46px;
    margin-bottom: 46px;
}

.project-active,
.project-page-active {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
    margin-top: 46px;
}

.project-active .project-item,
.project-page-active .project-item {
    margin-left: 15px;
    margin-right: 15px;
}

.project-item {
    position: relative;
    margin-bottom: 30px;
    width: 400px;
}


@media only screen and (min-width: 992px) and (max-width: 1299px) {

    .project-active .project-item.size-one,
    .project-page-active .project-item.size-one {
        width: calc(41.7% - 30px);
    }

    .project-active .project-item.size-two,
    .project-page-active .project-item.size-two {
        width: calc(30.15% - 30px);
    }

    .project-active .project-item.size-three,
    .project-page-active .project-item.size-three {
        width: calc(28.15% - 30px);
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {

    .project-active .project-item.size-one,
    .project-page-active .project-item.size-one {
        width: calc(100% - 30px);
    }

    .project-active .project-item.size-two,
    .project-page-active .project-item.size-two {
        width: calc(51.5% - 30px);
    }

    .project-active .project-item.size-three,
    .project-page-active .project-item.size-three {
        width: calc(48.5% - 30px);
    }
}

@media only screen and (max-width: 575px) {

    .project-active .project-item.size-two,
    .project-active .project-item.size-three,
    .project-page-active .project-item.size-two,
    .project-page-active .project-item.size-three {
        width: calc(100% - 30px);
    }
}

.project-item {
    position: relative;
    margin-bottom: 30px;
}

.project-item img {
    width: 100%;
}

.project-item .project-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    padding: 35px 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: -webkit-linear-gradient(89.48deg, rgb(74 187 251 / 68%) 49.73%, rgb(7 149 255 / 29%) 99.65%);
    background: -o-linear-gradient(89.48deg, rgba(251, 93, 74, 0.9) 49.73%, rgba(255, 155, 7, 0.9) 99.65%);
    background: linear-gradient(0.52deg, rgb(74 126 251 / 70%) 49.73%, rgb(7 129 255 / 26%) 99.65%);
}

@media only screen and (max-width: 1199px) {
    .project-item .project-hover {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.project-item .project-hover:after,
.project-item .project-hover:before {
    content: '';
    z-index: -1;
    width: 40%;
    height: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.project-item .project-hover:before {
    left: 20%;
    top: 0;
}

.project-item .project-hover:after {
    bottom: 0;
    left: 40%;
}

.project-item .project-hover h3,
.project-item .project-hover h5,
.project-item .project-hover .category {
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    -webkit-transform: translate(15px);
    -ms-transform: translate(15px);
    transform: translate(15px);
}

.project-item .project-hover h3 {
    margin-bottom: 5px;
    font-size: 20px;
}

@media only screen and (max-width: 375px) {
    .project-item .project-hover h3 {
        font-size: 25px;
    }
}

.project-item .project-hover h3 a {
    color: white;
}

.project-item .project-hover h5 {
    font-size: 22px;
    margin-bottom: 8px;
}

.project-item .project-hover h5 a {
    color: white;
}

.project-item .project-hover .category {
    color: #EFF4FF;
}

.project-item.style-two {
    margin-bottom: 20px;
}

.project-item.style-two .project-hover {
    padding-left: 28px;
    padding-right: 28px;
}

.project-item.style-two .project-hover:after,
.project-item.style-two .project-hover:before {
    width: 0;
    border-left: none;
}

.project-item.style-two .project-hover:before {
    left: 33.333%;
}

.project-item.style-two .project-hover:after {
    left: 66.666%;
}

.project-item:hover .project-hover {
    opacity: 1;
}

.project-item:hover .project-hover:after,
.project-item:hover .project-hover:before {
    height: 70%;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.project-item:hover .project-hover h3,
.project-item:hover .project-hover h5,
.project-item:hover .project-hover .category {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.project-item:hover .project-hover h3,
.project-item:hover .project-hover h5 {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.project-item:hover .project-hover .category {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.project-two-wrap {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 375px) {
    .project-two-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.project-filter,
.project-page-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.project-filter li,
.project-page-filter li {
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 10px 18px;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-left: 6px;
    margin-right: 6px;
    background: rgba(0, 0, 0, 0.04);
    z-index: 1;
    position: relative;
}

.project-filter li::before,
.project-page-filter li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    background: -webkit-gradient(linear, right top, left top, from(#FB5D4A), color-stop(117.45%, #FF9B07));
    background: -webkit-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: -o-linear-gradient(right, #FB5D4A 0%, #FF9B07 117.45%);
    background: linear-gradient(270deg, #534afb 0%, #079bff 117.45%);
}

@media only screen and (max-width: 767px) {

    .project-filter li,
    .project-page-filter li {
        font-size: 16px;
        padding: 6px 15px;
    }
}

.project-filter li:before,
.project-page-filter li:before {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 3px;
}

.project-filter li.current,
.project-page-filter li.current {
    color: white;
}

.project-filter li.current:before,
.project-page-filter li.current:before {
    opacity: 1;
}

.project-two-item {
    margin-bottom: 30px;
    position: relative;
}

.project-two-item img {
    width: 100%;
}

.project-two-item .project-hover {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 40px 25px;
    text-align: center;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: -webkit-linear-gradient(89.48deg, rgba(251, 93, 74, 0.9) 49.73%, rgba(255, 155, 7, 0.9) 99.65%);
    background: -o-linear-gradient(89.48deg, rgba(251, 93, 74, 0.9) 49.73%, rgba(255, 155, 7, 0.9) 99.65%);
    background: linear-gradient(0.52deg, rgba(251, 93, 74, 0.9) 49.73%, rgba(255, 155, 7, 0.9) 99.65%);
}

@media only screen and (max-width: 375px) {
    .project-two-item .project-hover {
        padding: 25px;
    }
}

.project-two-item .project-hover:after,
.project-two-item .project-hover:before {
    content: '';
    z-index: -1;
    width: 0;
    height: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    position: absolute;
}

.project-two-item .project-hover:before {
    left: 5px;
    top: 5px;
    border-top: 1px solid white;
    border-left: 1px solid white;
}

.project-two-item .project-hover:after {
    right: 5px;
    bottom: 5px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.project-two-item .project-hover .popup-btn {
    color: white;
    font-size: 50px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

@media only screen and (max-width: 375px) {
    .project-two-item .project-hover .popup-btn {
        font-size: 35px;
    }
}

.project-two-item .project-hover h5 {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 8px;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

@media only screen and (min-width: 376px) {
    .project-two-item .project-hover h5 {
        font-size: 22px;
    }
}

.project-two-item .project-hover h5 a {
    color: white;
}

.project-two-item .project-hover .category {
    opacity: 0;
    color: #EFF4FF;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.project-two-item:hover .project-hover {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.project-two-item:hover .project-hover:after,
.project-two-item:hover .project-hover:before {
    visibility: visible;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}

.project-two-item:hover .project-hover .popup-btn {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.project-two-item:hover .project-hover h5,
.project-two-item:hover .project-hover .category {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.project-two-active.row {
    margin-left: -5px;
    margin-right: -5px;
}

.project-two-active.row>div {
    padding-left: 6px;
    padding-right: 6px;
}

.project-two-active .project-two-item {
    margin-bottom: 10px;
}

/* Project Details */
.project-details-content h2 {
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .project-details-content h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .project-details-content h2 {
        font-size: 30px;
    }
}

.project-details-content>p {
    margin-bottom: 20px;
}

.project-middle-images {
    margin-bottom: -20px;
}

.project-middle-images img {
    width: 100%;
    margin-bottom: 20px;
}

.project-features {
    z-index: 1;
    position: relative;
    border-top: 1px solid #F8F8F8;
    border-bottom: 1px solid #F8F8F8;
}

.project-features:after,
.project-features:before {
    top: 0;
    content: '';
    z-index: -1;
    left: 30%;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #F8F8F8;
}

@media only screen and (max-width: 767px) {

    .project-features:after,
    .project-features:before {
        display: none;
    }
}

.project-features:after {
    left: 66.6666%;
}


/******************* 新闻列表 页码 样式 *****************/



/**** pagination ****/
.pagination-wrapper {
    text-align: center;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .pagination-wrapper {
        text-align: left;
        margin-top: 40px;
    }
}

.pg-pagination li {
    width: auto;
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    overflow: hidden;
    list-style-type: none;
    text-align: center;
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px;
}

.pagination-wrapper .pg-pagination li:hover {
    background: no-repeat;

}

@media (max-width: 767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px;
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
    background-color: transparent;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: 600;
    color: #0a272c;
    background: #f5f5f5;
    display: block;
}

@media (max-width: 991px) {
    .pagination-wrapper .pg-pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        font-size: 1rem;
    }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
    background: #3D7EFF;
    border-color: #3D7EFF;
    color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
    font-size: 15px;
    font-size: 1rem;
}

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

.pagination-wrapper-right {
    text-align: right;
}

@media screen and (min-width: 1200px) {
    .pagination-wrapper-right {
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left;
    }

    .list-img1 .text {
        float: right;
        padding-left: 0px;
    }
}

/******************* 新闻列表 样式 *****************/


.n_container {
    padding: 3.75rem 0 4rem;
    background: #fafbff;
    overflow: hidden;
}

.n_container .n_left {
    width: calc(100% - 24.375rem);
    padding-right: 1.875rem;
}

.n_container .n_right {
    width: 24.375rem;
}


.list-news {
    margin: 0 0 3rem;
}

.list-news li {
    margin-bottom: 1.5rem
}

.list-news h6 i {
    margin-right: 10px;
    color: #3D7EFF;
}



.list-news li a {
    transition: .5s;
    display: block;
    padding: .75rem 0
}

.list-news li a .img,
.list-news li a .img img {
    overflow: hidden;
    object-fit: cover;
    float: left;
    height: 180px;
}

.list-news li a .con {
    padding: .875rem 1.5rem 0;
    float: right;
}

.list-news li a .con h3 {
    font-size: 1.2rem;
    color: #1f1f1f;
    transition: .5s;
    font-weight: normal;
}

.list-news li a .con h6 {
    line-height: 1.25rem;
    margin: 1rem 0 0;
}

.list-news li a .con h6 font {
    display: inline-block;
    margin-right: 1.875rem;
    font-size: 14px;
    color: #282828;
    font-weight: normal;
    margin-top: 10px;
}

.list-news li a .con h6 font svg {
    display: inline-block;
    width: 15px;
    height: 15px;
    fill: #1760d7;
    margin: -3px .5rem 0 0;
    vertical-align: middle;
}

.list-news li a .con hr {
    background: #767676;
    margin: 1.125rem 0 1.5rem;
    position: relative;
    overflow: visible;
}

.list-news li a .con hr:after {
    content: "";
    background: #1760d7;
    width: 0;
    height: 2px;
    bottom: 0;
    transition: .5s;
    position: absolute
}

.list-news li a .con p {
    font-size: 14px;
    line-height: 1.375rem;
    height: 2.75rem;
    color: #6f7378;
}


.list-news li:hover a {
    background: url(../images/list-news-bg.png) center no-repeat;
    background-size: 100% 100% !important;
    padding: .75rem
}

.list-news li:hover a .con hr:after {
    width: 100%
}


/******************* 文章内容页 左边 样式 *****************/


/******************* 电脑端 加40px *****************/

@media (min-width: 992px) {
    .right-rightsidebar {
        padding-left: 40px;
    }
}

/******************* 手机端 隐藏 *****************/
@media(max-width:767px) {
    #contact {
        display: none;
    }

    .right-rightsidebar {
        margin-top: 20px;
    }

}

@media(max-width:767px) {

    .subnav { padding: 10px 0px 10px 0px }

.list-news li a .img, .list-news li a .img img { float:none; text-align:center; }
.list-news li { float:left; margin-bottom:15px; height:auto; }
.list-news li a .con {float: left; margin-bottom: 30px;}

}




.news-container {
    padding: 3.75rem 0 4rem;
    background: #fafbff;
    overflow: hidden;
}

.news-container .title {
    border-bottom: #ebedf3 2px solid;
    position: relative;
    padding: 0 0 1.25rem;
    margin-bottom: 2rem;
}

.news-container .title i {
    margin-right: 10px;
}

.news-container .title h1 {
    font-size: 1.5rem;
    color: #47484c;
    line-height: 1.5;
    transition: .5s;
    font-weight: bold;
    margin-bottom: 10px;
}

.news-container .title font {
    display: inline-block;
    margin-right: 1.875rem;
    font-size: 14px;
    color: #282828;
    margin-top: 10px;
}

.news-container .news-article h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.news-container .news-article p {
    line-height: 36px;
}

.news-container .news-article p img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px;
}


.news-foot {
    position: relative;
    margin-top: 3rem;
    padding-top: 28px;
    border-top: #353535 1px dotted;
}

.news-foot .end {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    background: #fafbff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    text-align: center;
    font-size: 1.125rem;
    color: #1760d7;
    text-transform: uppercase;
    padding: 0 1rem;
}



.news-links {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 0;
}

.news-links h1 {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin: 0;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    max-width: 48%;
    height: 30px;
    line-height: 30px;
}

.news-links h1 span {
    color: #7c7d7f;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
    display: inline-block;
    vertical-align: top;
    width: 60px;
}

.news-links h1 a {
    font-size: 14px;
    color: #78787c;
    font-weight: normal;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
    width: calc(100% - 60px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-links h1:hover,
.news-links h1:hover a,
.news-links h1:hover span {
    color: #1760d7;
    vertical-align: top;
    display: inline-block;
}


/******************* 文章内容页 右边 样式 *****************/




.news-rightsidebar {
    padding: 1rem .9375rem;
    background: #fff;
    box-shadow: -4.949px 21.436px 28.7px 6.3px rgba(198, 216, 252, 0.36);
    margin-bottom: 1.375rem;
    border-radius: 6px;
}

#submenu .title {
    padding: 0 0 0 1.25rem;
    font-size: 1rem;
    color: #3f4143;
    font-weight: bold;
    margin: 2.5rem 0 1.5rem
}

#submenu .title h5 {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 10px;
}

#submenu .title h5:before {
    content: "";
    width: 3px;
    height: .875rem;
    background: #1760d7;
    left: -.875rem;
    position: absolute;
    top: 6px;
}


#contact .title {
    padding: 0 0 0 1.25rem;
    font-size: 1rem;
    color: #3f4143;
    font-weight: bold;
    margin: 2.5rem 0 1.5rem
}

#contact .title h5 {
    position: relative;
    display: inline-block;
    font-size: 1rem;
}

#contact .title h5:before {
    content: "";
    width: 3px;
    height: .875rem;
    background: #1760d7;
    left: -.875rem;
    position: absolute;
    top: 6px;
}



#news-top .title {
    padding: 0 0 0 1.25rem;
    font-size: 1rem;
    color: #3f4143;
    font-weight: bold;
    margin: 2.5rem 0 1.5rem
}

#news-top .title h5 {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 10px;
}

#news-top .title h5:before {
    content: "";
    width: 3px;
    height: .875rem;
    background: #1760d7;
    left: -.875rem;
    position: absolute;
    top: 6px;
}


.list_submenu {
    margin: 0 1.25rem
}

.list_submenu li {
    line-height: 3.25rem;
    font-size: .9375rem;
    color: #3f4143;
    transition: .5s;
    float: left;
    width: 100%;
}


.list_submenu .fa-angle-right:before {
    color: #1569bd;
}

.list_submenu li .on {
    color: #0d6efd;
}


.list_submenu li a {
    font-weight: normal;
    margin-left: 10px;
    color: #0e2040;
}

.list-contact {
    margin: 0 1.25rem
}

.list-contact li {
    padding: 0 0 0 2.5rem;
    margin-bottom: 1.25rem
}

.list-contact li h6 {
    font-size: 14px;
    color: #7a7a7d;
    line-height: 22px;
}

.list-contact li h4 {
    font-size: 16px;
    color: #73777f;
    font-family: Bebas;
    margin: .375rem 0 0
}

.list-contact li h4 a {
    font-family: Bebas;
}

.list-erweima {
    text-align: center;
    font-size: 0;
    margin-bottom: 2.5rem
}

.list-erweima li {
    display: inline-block;
    margin: 0 .625rem
}

.list-erweima li img {
    display: inline-block;
    width: 6.875rem;
    height: 6.875rem;
    border: #e5e5e5 1px solid;
     width: 100%;
}

.list-erweima li img {

}

.list-erweima li p {
    font-size: 14px;
    color: #7a7a7d;
    line-height: 22px;
    margin: 5px 0 0;
    font-weight: bold;
}






/******************* 文章内容页 右边 热点文章 样式 *****************/

.news-top-list {
    margin: 0 .75rem
}

.news-top-list li {
    border-bottom: #e0e4ea 1px dashed;
    padding: 0 0 .75rem;
    margin-bottom: .75rem
}

.news-top-list li a {
    display: block;
    transition: .5s;
    padding: 0 0 0 1.5rem;
    background: url(../images/list-icon.png) left 7px no-repeat
}

.news-top-list li a h5 {
    font-size: 14px;
    color: #3f4143;
    line-height: 22px;
    max-height: 44px;
    transition: .5s
}

.news-top-list li a:hover h5 {
    color: #1760d7;
}




/******************* 关于我们  单页 样式 *****************/

.page-box {
    padding-top: 4.75rem;
}



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



.title-about p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    line-height: 32px;
}


.title-about h3 {
    background: url(../images/title-page-bg.png) center no-repeat;
    line-height: 4.375rem;
    margin-bottom: 2.5rem
}

.title-about h3 font {
    font-size: 1.75rem;
    color: #2c2d2f;
    position: relative;
    z-index: 1;
    left: 20px;

}

.title-about h3 sup {
    font-size: 3rem;
    color: #e5eaf5;
    font-family: Barlow Condensed_b;
    margin: -1rem 0 -.5rem -.5rem;
    position: relative;
    z-index: -1;
    display: inline-block;
}

.title-about img {
    margin-top: 40px;
    margin-bottom: 40px;
}