/* 公共 */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    color: rgba(23, 35, 61, 0.75);
}

a:hover {
    text-decoration: none;
}

.browsehappy {
    height: 60px;
    line-height: 60px;
    background-color: #121315;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.btn-outline {
    color: #2A6FF2;
    background-color: transparent;
    border-color: #2A6FF2;
}

.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    color: #fff;
    background-color: #2A6FF2;
    border-color: #2A6FF2;
}

/* 首页 */

/* 导航栏 */
header .container {
    width: 100%;
}

.navbar-default {
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-text {
    color: #303233;
}

.navbar-default .navbar-nav>li>a {
    color: rgba(23, 35, 61, 0.85);
}

.navbar-brand>img {
    height: 20px;
}

.navbar-default .navbar-brand .logo-white {
    display: none;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
    }

    .navbar-default {
        background-color: transparent;
        border-bottom: 0;
    }

    .navbar-default.hover {
        background-color: #fff;
        border-bottom: 1px solid rgba(23, 35, 61, 0.1);
    }

    .navbar-default .navbar-text {
        font-weight: bold;
        color: #fff;
    }

    .navbar-default .navbar-nav>li>a {
        color: #fff;
    }

    .navbar-default.hover .navbar-text {
        font-weight: normal;
        color: #303233;
    }

    .navbar-default.hover .navbar-nav>li>a {
        color: rgba(23, 35, 61, 0.85);
    }

    .navbar-brand>img {
        height: 34px;
    }

    .navbar-brand {
        height: 64px;
        line-height: 34px;
    }

    .navbar-nav>li>a {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        margin: 18px 0px 15px 34px;
        padding: 0;
        border-bottom: 3px solid transparent;
    }

    .navbar-default .navbar-text {
        font-size: 18px;
        line-height: 34px;
        margin-left: 0;
    }

    .navbar-default .navbar-nav>.active>a {
        color: #fff;
        background-color: transparent;
    }

    .navbar-default .navbar-nav>.active>a {
        color: #fff;
        background-color: transparent;
        border-bottom: 3px solid #fff;
    }

    .navbar-default.hover .navbar-nav>.active>a,
    .navbar-default.hover .navbar-nav>.active>a:focus,
    .navbar-default.hover .navbar-nav>.active>a:hover {
        color: #2A6FF2;
        background-color: transparent;
        border-bottom: 3px solid #2A6FF2;
    }

    .navbar-default.hover .navbar-nav>.open>a,
    .navbar-default.hover .navbar-nav>.open>a:focus,
    .navbar-default.hover .navbar-nav>.open>a:hover {
        color: #2A6FF2;
        background-color: transparent;
        border-bottom: 3px solid #2A6FF2;
    }

    .navbar-default.hover .navbar-nav>li>a:focus,
    .navbar-default.hover .navbar-nav>li>a:hover {
        color: #2A6FF2;
        background-color: transparent;
        border-bottom: 3px solid #2A6FF2;
    }

    .navbar-right {
        margin-right: 0;
    }

    .navbar-right .dropdown-menu {
        border: none;
    }

    .navbar-nav>li>.dropdown-menu>li>a {
        line-height: 32px;
    }

    .navbar-default .navbar-brand .logo-white {
        display: block;
    }

    .navbar-default .navbar-brand .logo-black {
        display: none;
    }

    .navbar-default.hover .navbar-brand .logo-black {
        display: block;
    }

    .navbar-default.hover .navbar-brand .logo-white {
        display: none;
    }
}

/* 轮播图 */

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-indicators li {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    height: 6px;
    width: 9px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0;
    margin: 0;
}

.carousel-indicators .active {
    height: 6px;
    width: 32px;
    background-color: rgba(255, 255, 255, 0.85);
    border: 0;
    margin: 0;
}

.site-carousel .carousel-inner>.item>.site-banner {
    width: 100%;
    background-size: cover;
}

.site-carousel .site-banner__1 {
    background: url(/image/m_carousel_img_1.jpg) no-repeat center center;
    cursor: pointer;
}

.site-carousel .site-banner__2 {
    background: url(/image/m_carousel_img_2.jpg) no-repeat center center;
    cursor: pointer;
}

.site-carousel .site-banner__3 {
    background: url(/image/m_carousel_img_3.jpg) no-repeat center center;
}

@media (max-width: 768px) {
    .site-carousel {
        margin-top: 50px;
    }
}

@media (min-width: 576px) {
    .site-carousel .site-banner__1 {
        background: url(/image/carousel_img_1.jpg) no-repeat center center;
    }

    .site-carousel .site-banner__2 {
        background: url(/image/carousel_img_2.jpg) no-repeat center center;
    }

    .site-carousel .site-banner__3 {
        background: url(/image/carousel_img_3.jpg) no-repeat center center;
    }
}

.site-carousel .carousel-inner>.item>.site-banner {
    height: 640px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .site-carousel .carousel-inner>.item>.site-banner {
        height: 520px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .site-carousel .carousel-inner>.item>.site-banner {
        height: 460px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .site-carousel .carousel-inner>.item>.site-banner {
        height: 380px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .site-carousel .carousel-inner>.item>.site-banner {
        height: 300px;
    }
}

@media (min-width: 375px) and (max-width: 576px) {
    .site-carousel .carousel-inner>.item>.site-banner {
        height: 440px;
    }
}

@media (max-width: 375px) {
    .site-carousel .carousel-inner>.item>.site-banner {
        height: 336px;
    }
}

/* 公司内容*/
.company-content {
    background-color: #f1f6fe;
    padding: 64px 24px;
}

.company-content .company-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 52px;
    color: #17233D;
    text-align: center;
}

.company-content .company-desc {
    font-size: 18px;
    color: rgba(23, 35, 61, 0.55);
    text-align: center;
    margin: 16px 0 0;
}

@media (max-width: 768px) {
    .company-content .company-title {
        font-size: 24px;
        line-height: 40px;
        font-weight: 600;
    }

    .company-content .company-desc {
        font-size: 16px;
    }
}

/* 产品中心&代理产品 */
.product-center {
    background-color: #fff;
    padding-top: 64px;
    overflow: hidden;
    z-index: 99999;
}

.product-center .title {
    font-size: 32px;
    color: #17233D;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
    margin-bottom: 30px;
}

.product-center .product-item {
    background-color: white;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 33.3333%;
    height: 40vh;
    float: left;
}

.product-center .product-item .number {
    display: none;
}

.product-center .product-item .product-bg {
    display: block;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .5);
    position: relative;
}

.product-center .product-item .product-bg1 {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: relative;
}

.product-center .product-item .product-bg .product-text,
.product-center .product-item .product-bg1 .product-text {
    position: absolute;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-center .product-item .product-bg .product-text .product-title {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.product-center .product-item .product-bg .product-text .product-desc {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-top: 8px;
    white-space: nowrap;
}

.product-center .product-item .product-bg1 .product-text .product-title {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.product-center .product-item .product-bg1 .product-text .product-desc {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 8px;
    white-space: nowrap;
}

.product-center .product-item__zhxzh {
    background-image: url(/image/zhxzh.jpg);
}

.product-center .product-item__zhxfk {
    background-image: url(/image/zhxfk.jpg);
}

.product-center .product-item__zhxjd {
    background-image: url(/image/zhxjd.jpg);
}

.product-center .product-item__zhxtz {
    background-image: url(/image/zhxtz.jpg);
}

.product-center .product-item__zhxrd {
    background-image: url(/image/zhxrd.jpg);
}

.product-center .product-item__zhxsl {
    background-image: url(/image/zhxsl.jpg);
}

.product-center .product-item__ryxdsxt {
    background-image: url(/image/ryxdsxt.jpg);
}

.product-center .product-item__yzrGISpt {
    background-image: url(/image/yzrGISpt.jpg);
}

.product-center .product-item__djjywrj {
    background-image: url(/image/djjywrj.jpg);
}

@media (max-width: 768px) {
    .product-center {
        padding-top: 24px;
    }

    .product-center .title {
        font-size: 24px;
        font-weight: 600;
    }

    .product-center .product-item {
        width: 50%;
        height: 50vw;
    }

    .product-center .product-item .product-bg .product-text .product-title {
        font-size: 16px;
        font-weight: 600;
    }

    .product-center .product-item .product-bg .product-text .product-desc {
        font-size: 16px;
        font-weight: 600;
        margin-top: 0;
    }

    .product-center .product-item .product-bg1 .product-text .product-title {
        font-size: 16px;
        font-weight: 600;
    }

    .product-center .product-item .product-bg1 .product-text .product-desc {
        font-size: 16px;
        font-weight: 600;
        margin-top: 0;
    }

    .product-center .product-item__djjywrj {
        display: none;
    }
}

/* 新闻动态 */
.news-center {
    padding: 60px 0;
    background-color: #f1f6fe;
}

.news-center .title {
    font-size: 32px;
    color: #17233D;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
}

.news-center .desc {
    font-size: 18px;
    color: rgba(23, 35, 61, 0.55);
    margin: 16px 0 36px 0;
    text-align: center;
}

.news-center .news-item {
    background-color: #fff;
    margin-top: 24px;
}

.news-center .news-item .news-img img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

@media (max-width:576px) {
    .news-center .news-item .news-img img {
        height: 170px;
    }
}

@media (max-width:320px) {
    .news-center .news-item .news-img img {
        height: 128px;
    }
}

.news-center .news-item .news-content {
    padding: 20px;
}

.news-center .news-item .news-content .news-title {
    margin: 12px 0 20px;
    font-size: 20px;
    color: rgba(23, 35, 61, 0.85);
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-center .news-item .news-content .news-time {
    font-size: 16px;
    display: inline-block;
    color: rgba(23, 35, 61, 0.45);
}

.news-center .news-item .news-content .news-summary {
    color: rgba(23, 35, 61, 0.45);
    height: 48px;
    margin: 0;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-center .more {
    margin-top: 24px;
    text-align: center;
}

.news-center .more a {
    font-size: 16px;
    line-height: 24px;
    color: #2A6FF2;
}

@media (max-width: 768px) {
    .news-center {
        padding-top: 24px;
    }

    .news-center .title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 0;
    }
}

/* 客户 */
.customers {
    background: #f6f8fb;
    padding: 60px 0;
}

.customers .title {
    font-size: 32px;
    color: #17233D;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
}

.customers .desc {
    font-size: 18px;
    color: rgba(23, 35, 61, 0.55);
    margin: 16px 0 36px 0;
    text-align: center;
}

.customers .customers-list {
    list-style: none;
    overflow: hidden;
    padding: 0;
}

.customers .customers-list>li {
    float: left;
    width: 16.6666%;
    padding: 10px;
}

.customers .customers-list .customers-item {
    padding: 24px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 12px 0 rgba(23, 35, 61, 0.1);
    box-shadow: 0 5px 12px 0 rgba(23, 35, 61, 0.1);
}

.customers .customers-list .customers-item>img {
    width: 100%;
}

@media (max-width: 768px) {
    .customers .customers-list>li {
        width: 33.3333%;
    }

    .customers {
        padding-top: 24px;
    }

    .customers .title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 0;
    }
}

/* 底部 */
footer.site-footer {
    background: #112756;
    padding: 32px 0;
}

footer.site-footer .footer-about {
    border-bottom: 1px solid #939fb9;
    padding-bottom: 16px;
}

footer.site-footer .footer-about .nav-brand {
    display: block;
    width: 68px;
    height: 68px;
    margin-right: 20px;
    float: right;
    text-align: center;
}

footer.site-footer .footer-about .nav-brand img {
    width: 68px;
    height: 68px;
}

footer.site-footer .footer-about .nav-brand b {
    color: #939fb9;
    line-height: 34px;
    margin-top: 4px;
}

footer.site-footer .footer-about ul.nav-right {
    list-style: none;
    margin-top: 24px;
    padding: 0;
    overflow: hidden;
}

footer.site-footer .footer-about ul.nav-right li {
    padding: 0 8px;
    width: 100%;
    float: left;
}

footer.site-footer .footer-about ul.nav-right li p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 24px;
}

footer.site-footer .footer-about ul.nav-right li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #939fb9;
    transition: all .3s ease;
    text-decoration: none;
    margin-bottom: 3px;
}

footer.site-footer .footer-about ul.nav-right:hover li:hover>a {
    color: #fff;
}

footer.site-footer .footer-bottom {
    color: #939fb9;
    font-size: 12px;
    padding: 16px 0 0;
}

footer.site-footer .footer-bottom .copyright {
    font-size: 12px;
    color: #939fb9;
    padding-right: 16px;
    float: left;
}

.footer-record a {
    text-decoration: none;
    color: #939fb9;
}

@media (min-width: 768px) {
    footer.site-footer .footer-about ul.nav-right li {
        padding: 0 12px;
        width: 25%;
    }
}

/* 关于我们 */
.about-banner {
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #494b4d;
    background-image: url(/image/about.jpg);
    margin-top: 65px;
}

.about-banner .container {
    position: relative;
    height: 100%;
}

.about-banner .about-title {
    font-size: 48px;
    color: #333;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    position: absolute;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 公司简介 */
.introduction-content {
    background-color: #fff;
    padding: 64px 0;
}

.introduction-content .introduction-title {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}

.introduction-content .introduction-desc {
    margin-top: 24px;
}

.introduction-content .introduction-desc p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 32px;
}

/* 企业文化 */
.culture-content {
    background-color: rgb(245, 248, 255);
    padding: 64px 0;
}

.culture-content .culture-title {
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}

.culture-content .culture-item {
    background-color: #fff;
    padding: 34px;
    margin-top: 24px;
}

.culture-content .culture-item .culture-item__title {
    font-size: 24px;
    color: #17233D;
}

.culture-content .culture-item .culture-item__desc {
    line-height: 24px;
    color: rgba(23, 35, 61, 0.65);
    margin-top: 24px;
}

/* 加入我们 */
.joinus {
    padding: 128px 0;
    background: url(/image/join_us.jpg) center center no-repeat;
    background-size: cover;
}

.joinus .joinus-title {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
}

.joinus .joinus-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    margin-top: 24px;
}

/* 发展历程 */
.course-content {
    background-color: #fff;
    padding: 64px 0;
}

.course-content .course-title {
    font-size: 48px;
    line-height: 52px;
    color: #303233;
    text-align: center;
}

.course-content .course-desc {
    margin-top: 64px;
    overflow: hidden;
}

.course-content .course-desc .course-year {
    width: 5%;
    float: left;
}

.course-content .course-desc .course-year.active {
    width: 50%;
}

.course-content .course-desc .course-year .course-year-content {
    border-left: 1px solid #e0e0e0;
    padding: 14px;
    height: 300px;
}

.course-content .course-desc .course-year .course-year-content h3 {
    text-align: center;
    color: #dedede;
}

.course-content .course-desc .course-year .course-year-content h3:hover {
    color: rgba(0, 0, 0, 0.65);
}

.course-content .course-desc .course-year.active .course-year-content h3 {
    font-size: 46px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.65);
    text-align: left;
    margin: 0 0 10px 0;
    line-height: 60px;
}

.course-content .course-desc .course-year .course-year-content .course-year-info {
    font-size: 16px;
    display: none;
}

.course-content .course-desc .course-year.active .course-year-content .course-year-info {
    display: block;
    color: rgba(0, 0, 0, 0.65);
}

/* 联系我们 */

.contactus {
    background-color: #fff;
    padding: 64px 0;
}

.contactus .contactus-title {
    font-size: 36px;
    line-height: 52px;
    text-align: center;
}

.contactus .contactus-item {
    background-color: #F3F5F7;
    border-radius: 24px;
    padding: 34px;
    margin-top: 24px;
}

.contactus .contactus-item .contactus-item__title {
    font-size: 28px;
    color: #000;
}

.contactus .contactus-item .contactus-item__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 24px;
}

@media (max-width: 768px) {
    .about-banner {
        height: 140px;
        margin-top: 51px;
    }

    .about-banner .about-title {
        font-size: 30px;
    }

    .introduction-content {
        padding-top: 32px;
    }

    .introduction-content .introduction-title {
        font-size: 30px;
        font-weight: bold;
    }

    .culture-content {
        padding-top: 32px;
    }

    .culture-content .culture-title {
        font-size: 30px;
        font-weight: bold;
    }

    .culture-content .culture-item .culture-item__title {
        font-size: 18px;
        font-weight: 600;
    }

    .culture-content .culture-item .culture-item__desc {
        margin-top: 12px;
    }

    .joinus {
        padding: 64px 0;
    }

    .joinus .joinus-title {
        font-size: 30px;
        font-weight: bold;
    }

    .contactus {
        padding-top: 32px;
    }

    .contactus .contactus-title {
        font-size: 30px;
        font-weight: bold;
    }

    .contactus .contactus-item .contactus-item__title {
        font-size: 20px;
    }

    .course-content .course-desc .course-year {
        width: 100%;
        float: none;
    }

    .course-content .course-desc .course-year.active {
        width: 100%;
    }

    .course-content .course-desc .course-year .course-year-content {
        border-left: none;
        border-bottom: 1px solid #e0e0e0;
        height: auto;
    }

    .course-content .course-desc .course-year .course-year-content h3 {
        text-align: center;
        margin: 0;
    }
}

/* 新闻中心 */
.news-banner {
    margin-top: 65px;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #494b4d;
    background-image: url(/image/news_center.jpg);
}

.news-banner .container {
    position: relative;
    height: 100%;
}

.news-banner .news-title {
    font-size: 48px;
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    position: absolute;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news-list {
    padding: 24px 0 44px 0;
    background-color: #f7f9fa;
}

.news-list .news-list-item {
    background-color: #fff;
    margin-top: 24px;
    height: 296px;
}

.news-list .news-list-item .news-list-item__img {
    width: 40%;
    height: 296px;
    float: left;
}

.news-list .news-list-item .news-list-item__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.news-list .news-list-item .news-list-item__content {
    float: left;
    width: 60%;
    padding: 64px;
    height: 296px;
}

.news-list .news-list-item .news-list-item__content .news-list-item__content__title {
    font-size: 20px;
    margin: 16px 0 23px 0;
    color: rgba(23, 35, 61, 0.85);
}

.news-list .news-list-item .news-list-item__content .news-list-item__content__summary {
    color: rgba(23, 35, 61, 0.45);
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 29px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: warp;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-list .news-list-item .news-list-item__content .news-list-item__content__desc {
    color: rgba(23, 35, 61, 0.45);
    margin: 0;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(23, 35, 61, 0.1);
    box-shadow: inset 0px -1px 0px 0px rgba(23, 35, 61, 0.1);
}

.news-list .load-more {
    margin: 24px 0;
    text-align: center;
}

@media (max-width: 768px) {
    .news-banner {
        height: 140px;
        margin-top: 51px;
        background-position: left;
    }

    .news-banner .news-title {
        font-size: 30px;
    }

    .news-list .news-list-item {
        height: auto;
        overflow: hidden;
    }

    .news-list .news-list-item .news-list-item__img {
        width: 100%;
    }

    .news-list .news-list-item .news-list-item__content {
        width: 100%;
        height: auto;
        padding: 24px;
    }

    .news-list .news-list-item .news-list-item__content .news-list-item__content__title {
        font-size: 18px;
    }
}

/* 新闻详情 */
.news-detail {
    background-color: #f6f8fb;
    padding: 64px 0;
}

.news-detail .news-warp {
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 16px 0px rgba(23, 35, 61, 0.05);
    box-shadow: 0px 3px 16px 0px rgba(23, 35, 61, 0.05);
    border: 1px solid rgba(23, 35, 61, 0.1);
    padding: 0 100px 60px;
}

.news-detail .news-warp .news-title {
    font-size: 36px;
    line-height: 50px;
    margin: 40px 0 16px;
    color: #000;
}

.news-detail .news-warp .news-time {
    font-size: 14px;
    margin: 0 0 30px 0;
    padding-bottom: 40px;
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(23, 35, 61, 0.1);
    box-shadow: inset 0px -1px 0px 0px rgba(23, 35, 61, 0.1);
}

.news-detail .news-warp .news-content {
    font-size: 18px;
}


@media (max-width: 768px) {
    .news-detail {
        padding: 24px 0;
    }

    .news-detail .container .row {
        padding: 10px;
    }

    .news-detail .news-warp .news-title {
        font-size: 22px;
        line-height: 30px;
    }

    .news-detail .news-warp {
        padding: 0 24px 24px;
    }

    .news-detail .news-warp .news-content img {
        width: 100% !important;
    }
}

/* 产品页面公用样式 */
.p-product-introduction {
    background-color: #fff;
    padding: 64px 0;
}

.p-product-introduction .introduction-title {
    font-size: 36px;
    color: #17233D;
    line-height: 44px;
    text-align: left;
}

.p-product-introduction .introduction-desc {
    font-weight: 400;
    font-size: 16px;
    color: rgba(23, 35, 61, 0.85);
    line-height: 32px;
    margin-top: 24px;
}

.p-product-introduction .introduction-img {
    width: 100%;
}

.p-product-features {
    background-color: #f2f4f6;
    padding: 64px 0;
}

.p-product-features .p-product-features-title {
    font-size: 36px;
    line-height: 44px;
    color: #17233D;
    text-align: center;
}

.p-product-features .p-product-features-item {
    background-color: #fff;
    padding: 24px;
    margin-top: 24px;
    overflow: hidden;
    border: 1px solid rgba(23, 35, 61, 0.1);
    -webkit-box-shadow: 0 0 12px rgba(23, 35, 61, 0.05);
    box-shadow: 0 0 12px rgba(23, 35, 61, 0.05);
}

.p-product-features .p-product-features-item .p-product-features-item__img {
    display: block;
    width: 80px;
    height: 80px;
    float: left;
}

.p-product-features .p-product-features-item .p-product-features-item__title {
    font-size: 18px;
    color: rgba(23, 35, 61, 0.85);
    margin: 11px 0 8px 0px;
    margin-left: 100px;
    line-height: 28px;
}

.p-product-features.ydjw-features .p-product-features-item .p-product-features-item__title {
    margin: 0;
    margin-left: 100px;
    line-height: 80px;
}

.p-product-features .p-product-features-item .p-product-features-item__desc {
    font-size: 14px;
    color: rgba(23, 35, 61, 0.75);
    margin: 0 0 8px;
    margin-left: 100px;
    line-height: 22px;
}

.p-product-application {
    padding: 64px 0;
    background: url(/image/application-bg.png) no-repeat center top;
    background-size: cover;
}

.p-product-application .p-product-application-title {
    font-size: 36px;
    line-height: 44px;
    color: #17233D;
    text-align: center;
}

.p-product-application .p-product-application-item {
    height: 220px;
    background-color: #fff;
    padding: 34px;
    margin-top: 24px;
    overflow: hidden;
}

.p-product-application.ydjw-application .p-product-application-item {
    height: 270px;
    ;
}

.p-product-application .p-product-application-item .p-product-application-item__img {
    display: block;
    width: 80px;
    height: 80px;
    float: left;
}

.p-product-application .p-product-application-item .p-product-application-item__title {
    font-size: 18px;
    color: rgba(23, 35, 61, 0.85);
    margin-left: 100px;
    line-height: 80px;
}

.p-product-application .p-product-application-item .p-product-application-item__desc {
    font-size: 14px;
    color: rgba(23, 35, 61, 0.75);
    margin: 0 0 8px;
    line-height: 22px;
    margin: 15px 0 3px 0;
    clear: both;
}

/* 大数据页面 */

.dsj-banner {
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #494b4d;
    background-image: url(/image/dsj_banner.jpg);
    margin-top: 65px;
}

@media (max-width: 768px) {
    .dsj-banner {
        height: 440px;
        margin-top: 51px;
        background-image: url(/image/m_carousel_img_1.jpg);
    }
}

/* 移动警务页面 */

.ydjw-banner {
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #494b4d;
    background-image: url(/image/ydjw_banner.jpg);
    margin-top: 65px;
}

@media (max-width: 768px) {
    .ydjw-banner {
        height: 440px;
        margin-top: 51px;
        background-image: url(/image/m_carousel_img_2.jpg);
    }
}