body {
    color: #333;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px;
    font-family: "微软雅黑";
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

::selection {
    background: #56b6e7;
    color: #fff;
}

::-moz-selection {
    background: #56b6e7;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

a {
    color: #333;
}

    a:hover {
        color: #56b6e7;
    }

p {
    line-height: 22px;
}

/* 页头 */
.top {
    background: #383838;
    color: #fff;
    height: 30px;
    line-height: 30px;
}

    .top .top-fl {
        float: left;
    }

    .top .top-fr {
        float: right;
    }

/* 顶部logo*/
.navbar-logo {
    height: 87px;
    display: flex;
    align-items: center;
}

    .navbar-logo > a > img {
        height: 60px;
    }

    .navbar-logo > div > h4 {
        font-weight: bold;
    }

    .navbar-logo > div > h5 {
        font-weight: bold;
        color: #3070b8;
        line-height: 30px;
    }

    .navbar-logo > span {
        width: 1px;
        height: 40px;
        background-color: rgb(200, 200, 200);
        margin: 0 20px;
    }

    .navbar-logo > img {
        width: 46px;
    }

    .navbar-logo > h2 {
        font-weight: bold;
    }

/* 导航条 */
header .navbar {
    margin-bottom: 0;
    border: none;
}

.current {
    color: white !important;
    background-color: #3070b8;
}

header .navbar-collapse ul.navbar-nav {
    margin-right: 0;
}

header .navbar-nav > li > a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-dropdown .dropdown-menu {
    display: block;
    position: static;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.biaoti {
    margin-top: 20px;
}

    .biaoti h2,
    .biaoti p,
    .biaoti span {
        text-align: center;
    }

    .biaoti p {
        color: #666;
        line-height: 35px;
    }

    .biaoti span {
        border-bottom: 1px solid #949494;
        color: #666;
        font-weight: bold;
        font-size: 18px;
    }

.english {
    text-align: center;
}

.line {
    border-bottom: 1px solid #ddd;
    margin-top: -1px;
}

.mt {
    margin-top: 20px;
}
/* 手机导航 */
.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    background-color: white;
    border: none;
}

.navbar-header {
    padding: 10px;
}

.chanpin-item {
    font-size: 18px;
    text-align: center;
    font-weight: 900;
    line-height: 50px;
}

.Join-us {
    text-align: center;
    margin: 100px 0;
}

    .Join-us > h2 {
        font-weight: bold;
    }

    .Join-us > h4 {
        color: #9999;
        line-height: 50px;
    }

/* 一站式服务 */
.home-service {
    background-image: url(../images/home-1.jpeg);
    color: white;
    text-align: center;
    width: 100%;
    height: 300px;
    margin-top: 100px;
}

    .home-service > h2 {
        padding-top: 50px;
        font-weight: 900;
        line-height: 60px;
    }

.f-box {
    background: #b2b2b2;
    padding: 60px 20px;
    text-align: center;
    border-radius: 1em;
    position: relative;
    top: -150px;
    transition: all 0.5s;
    margin: 10px 0;
}

    .f-box:hover {
        background-color: #3070b8;
        top: -160px;
    }

    .f-box > i > img {
        width: 60px;
        height: 60px;
    }

    .f-box h2 {
        margin-top: 20px;
        font-size: 30px;
        color: white;
    }

/* 顶部 */

.navbar-new > ul {
    display: flex;
    justify-items: auto;
    align-items: center;
}

    .navbar-new > ul > li > a {
        display: inline-block;
        width: 100%;
        color: inherit;
        font-size: 16px;
    }

    .navbar-new > ul > li:hover {
        color: white;
        background-color: #3070b8;
    }

    .navbar-new > ul > li {
        height: 60px;
        width: 100px;
        text-align: center;
        line-height: 60px;
        flex: 1;
    }

.Join-Profile {
    margin: 80px 0;
}

    .Join-Profile > div > h4 {
        line-height: 50px;
    }

    .Join-Profile > div > p {
        line-height: 35px;
        font-size: 16px;
    }

.Journalism {
    width: 100%;
    height: 300px;
    background-color: #eeeeee;
    padding: 30px 30px;
    margin: 20px 0;
}

    .Journalism span {
        width: 5px;
        height: 20px;
        background-color: #3498db;
        display: inline-block;
    }

.w3l_gallery_grid li {
    display: inline-block;
    /* float: left; */
    width: 32.33%;
    padding: 1%;
}

.box {
    position: relative;
    overflow: hidden;
}

    .box img {
        position: absolute;
        left: 0;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

    .box .overbox {
        background-color: rgba(33, 33, 33, 0.58);
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        z-index: 100;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 0;
        width: 100%;
        padding: 4em 2em 2em;
    }

    .box,
    .box .overbox {
        height: 222px;
    }

        .box:hover .overbox {
            opacity: 1;
        }

        .box .overtext {
            -webkit-transition: all 300ms ease-out;
            -moz-transition: all 300ms ease-out;
            -o-transition: all 300ms ease-out;
            -ms-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
            transform: translateY(40px);
            -webkit-transform: translateY(40px);
        }

        .box .title {
            font-size: 1.2em;
            text-transform: uppercase;
            opacity: 0;
            transition-delay: 0.1s;
            transition-duration: 0.2s;
            text-align: center;
            padding: 10px;
            font-family: "Arimo", sans-serif;
            font-weight: 900;
        }

        .box:hover .title,
        .box:focus .title {
            opacity: 1;
            transform: translateY(0px);
            -webkit-transform: translateY(0px);
        }

        .box .tagline {
            font-size: 13px;
            line-height: 1.8em;
            opacity: 0;
            transition-delay: 0.2s;
            transition-duration: 0.2s;
        }

        .box:hover .tagline,
        .box:focus .tagline {
            opacity: 1;
            transform: translateX(0px);
            -webkit-transform: translateX(0px);
        }

.application-case {
    display: flex;
    flex-wrap: wrap;
}

    .application-case .img1 {
        width: 33%;
        height: 250px;
        overflow: hidden;
        position: relative;
    }

        .application-case .img1 img {
            width: 100%;
            height:100%;
            object-fit:cover
        }

    .application-case .show1 {
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        position: absolute;
        top: 0;
        z-index: 10;
        transition: all .5s;
        display:flex;
        justify-content:center;
        align-items:center;
         
    }

        .application-case .show1 p {
            color: white;
            font-size: 18px;
            font-weight: bold;
       margin:20px;
        }

    .application-case .img1:hover .show1 {
        top: 300px;
    }

.testimonial-slider-two-nav {
    width: 50%;
    padding: 0 30px;
    margin-top: -140px;
    margin-bottom: 30px;
}

    .testimonial-slider-two-nav .testimonail-nav-item {
        display: block;
        height: 110px;
        overflow: hidden;
    }

        .testimonial-slider-two-nav .testimonail-nav-item img {
            width: 100%;
        }
/* 技术支持 */
.process-img {
    margin-bottom: 100px;
}

.Seamless-graph {
    width: 100%;
    height: 450px;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    margin-bottom: 100px;
}

    .Seamless-graph > ul {
        width: 6200px;
        height: 450px;
        list-style: none;
        position: absolute;
        top: 0;
        left: 0px;
    }

        .Seamless-graph > ul > li {
            width: 300px;
            height: 450px;
            float: left;
        }

            .Seamless-graph > ul > li > img {
                width: 290px;
            }

            .Seamless-graph > ul > li > p {
                text-align: center;
                line-height: 30px;
            }

/* .carousel-chart > div {
  overflow: hidden;
} */
.carousel-chart > div > img {
    height: 500px;
    width: 100%;
}

.more {
    margin: 0 auto;
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background: #31afdf;
    border-radius: 8px;
}

.news {
    background: #31afdf;
    padding: 50px 0 50px 0;
    overflow: hidden;
}

.newtit {
    width: 185px;
    height: 59px;
    border: 2px solid #fff;
    margin: 0 auto;
}

    .newtit h2 {
        line-height: 40px;
        font-size: 24px;
        color: #fff;
        text-align: center;
    }

    .newtit span {
        width: 150px;
        margin: 0 auto;
        background: #31afdf;
        text-transform: uppercase;
        font-size: 20px;
        color: #fff;
        padding: 0 10px;
        text-align: center;
        display: block;
    }

.tab-content {
    margin-top: 30px;
}

.newstext {
    text-align: center;
    color: #fff;
    margin: 30px 0;
    font-size: 16px;
}

.newslist li a {
    color: #fff;
}

.newslist li {
    line-height: 30px;
    overflow: hidden;
}

.newslist i {
    float: left;
    width: 270px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-style: normal;
}

.newslist span {
    float: right;
}

.partner img {
    width: 100%;
    border: 1px solid #ddd;
    margin: 10px 0;
}

.add {
    background: #f9f9f9;
    padding: 20px 0;
}

    .add img {
        width: 100%;
    }

    .add h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .add p {
        font-size: 16px;
        line-height: 30px;
    }

    .add .btn-default {
        background: #f44234;
        color: #fff;
        border: 0;
        margin-top: 15px;
    }

.contact {
    margin-top: 60px;
}

.copyright {
    background: #383838;
}

.copy-left {
    color: #fff;
    font-size: 20px;
}

    .copy-left .iconfont {
        font-size: 32px;
        margin-right: 10px;
    }

    .copy-left p {
        text-indent: 30px;
        margin-top: 10px;
    }

.kf {
    margin: 15px 0;
    font-size: 13px;
    color: #fff;
    margin-left: 30px;
    border-radius: 20px;
    background: #f44234;
    display: block;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.copy-left {
    float: left;
    margin-top: 15px;
}

.copy-mid {
    float: left;
    margin-left: 70px;
}

    .copy-mid a {
        color: #999;
        font-weight: normal;
        text-align: center;
        display: block;
    }

    .copy-mid li {
        float: left;
        width: 160px;
    }

    .copy-mid h2 {
        text-align: center;
        color: #fff;
        font-size: 20px;
        line-height: 80px;
    }

.copy-right {
    float: right;
    width: 150px;
    text-align: center;
}

    .copy-right p {
        color: #fff;
        height: 55px;
        line-height: 80px;
        overflow: hidden;
        font-size: 20px;
    }

.copy {
    line-height: 45px;
    background: #000;
    text-align: center;
    color: #999;
}
/* 产品中心 */
.recent-work-wrap {
    background-color: #e5e5e5;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    transition: all 0.5s;
}

    .recent-work-wrap:hover {
        color: white;
        background-color: #3070b8;
        transform: scale(1.05);
    }

    .recent-work-wrap img {
        width: 100%;
    }

    .recent-work-wrap > .enlarge > h3 {
        text-align: center;
        font-size: 20px;
        font-weight: 900;
        line-height: 50px;
    }
/* 合作加盟 */



.pst_bg {
    width: 100%;
    height: 72px;
    background: url(../images/bg_5.jpg) repeat-x;
}

.pst {
    width: 1100px;
    text-align: left;
    margin: 0px auto;
    height: 72px;
    line-height: 72px;
    padding-left: 24px;
    background: url(../images/address.png) left no-repeat;
    font-size: 16px;
    color: #777;
}

    .pst a {
        color: #777;
    }

        .pst a:hover {
            color: #006fbf;
        }

.scd {
    width: 1100px;
    margin: 0px auto;
}

    .scd .scd_l {
        width: 210px;
        float: left;
        position: relative;
        z-index: 99;
    }

.scd_l .s_name {
    width: 210px;
    height: 50px;
    line-height: 50px;
    background: #56b6e8;
    position: relative;
    text-indent: 12px;
    font-size: 18px;
    color: #fff;
}

    .scd_l .s_name img {
        vertical-align: top;
        margin-top: 18px;
    }

    .scd_l .s_name i {
        display: block;
        width: 30px;
        height: 31px;
        background: url(../images/icon10.png) no-repeat;
        position: absolute;
        right: -30px;
        bottom: -1px;
    }

.scd_l .s_nav {
    width: 210px;
    background: #f0f0f0;
    margin-bottom: 20px;
}

    .scd_l .s_nav li {
        background: url(../images/icon.png) no-repeat right;
        margin: 0px 15px;
        /*width:100%; */
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #ddd;
    }

        .scd_l .s_nav li a {
            /*width:190px;*/
            height: 45px;
            line-height: 45px;
            /*padding-left:20px; */
            font-size: 16px;
            display: block;
            *display: inline;
            zoom: 1;
        }

            .scd_l .s_nav li.now a,
            .scd_l .s_nav li a:hover {
                color: #0099ff;
            }

.s_nav .now a {
    color: #0099ff;
    background: url(../images/hovericon.png) no-repeat right;
}

.s_nav a:hover {
    color: #0099ff;
    background: url(../images/hovericon.png) no-repeat right;
}

.scd_l .s_nav li:last-child {
    border-bottom: 0;
}

.scd .scd_r {
    width: 855px;
    float: right;
}

.scd_r .r_name {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

    .scd_r .r_name span {
        display: inline-block;
        *display: inline;
        zoom: 1;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #007ed6;
        border-bottom: 1px solid #007ed6;
    }

.about {
    width: 100%;
    padding: 30px 0;
    font-size: 14px;
    color: #555555;
    line-height: 255%;
    text-align: left;
}

    .about img {
        max-width: 100%;
        height: auto;
        vertical-align: top;
    }

.pages {
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

    .pages a {
        display: inline-block;
        *display: inline;
        zoom: 1;
        height: 30px;
        line-height: 30px;
        vertical-align: top;
        font-size: 16px;
        color: #555555;
        margin: 0 3px;
    }

    .pages .prev,
    .pages .next {
        color: #fff;
        background: #646464;
        padding: 0 10px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

        .pages .prev:hover,
        .pages .next:hover {
            background: #3070b8;
        }

.new {
    width: 100%;
    padding: 30px 0;
}

    .new dl {
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px dashed #ddd;
    }

        .new dl dt,
        .new dl dt img {
            width: 235px;
            height: 135px;
            float: left;
            vertical-align: top;
        }

        .new dl dt {
            border: 3px solid #eee;
        }

        .new dl dd {
            width: 595px;
            float: right;
            text-align: left;
        }

            .new dl dd .title {
                width: 100%;
                height: 30px;
                line-height: 30px;
                position: relative;
            }

                .new dl dd .title p {
                    width: 65%;
                    height: 30px;
                    line-height: 30px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-size: 14px;
                    color: #0063b3;
                    font-size: 16px;
                }

                .new dl dd .title em {
                    font-style: normal;
                    display: block;
                    text-align: right;
                    position: absolute;
                    right: 0;
                    top: 0;
                    font-size: 14px;
                    color: #888;
                }

            .new dl dd .des {
                width: 100%;
                height: 69px;
                font-size: 14px;
                color: #555555;
                line-height: 170%;
                overflow: hidden;
                text-indent: 2em;
                margin-bottom: 6px;
            }

            .new dl dd .more1 {
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: 82px;
                height: 24px;
                border: 1px solid #0063b3;
                text-align: center;
                line-height: 24px;
                font-size: 14px;
                color: #0063b3;
            }

.lianxi {
    margin: 15px 0;
}

    .lianxi p {
        line-height: 30px;
    }

    .lianxi img {
        margin: 15px 0;
        display: block;
    }

.sub {
    background: #f44234;
    color: #fff;
    border: 0;
    margin-top: 15px;
}

.lianxi span {
    color: red;
}

.new dl .newcontent {
    width: 855px;
}

    .new dl .newcontent .des {
        height: 45px;
    }

.new dl dd .des a {
    color: #555;
}

.detail {
    padding-bottom: 25px;
}

    .detail h2 {
        text-align: center;
        font-size: 18px;
        margin-top: 20px;
    }

    .detail .lj {
        color: #666;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 30px;
        font-size: 12px;
    }

.pagebox {
    border-top: 1px dashed #ddd;
    margin-bottom: 50px;
}

    .pagebox a {
        width: 50%;
        float: left;
        line-height: 45px;
    }

    .pagebox .down {
        float: right;
        text-align: right;
    }

#recent-works .col-xs-12.col-sm-4.col-md-4 {
    padding: 0;
}

#recent-works {
    background: url(../images/main2.jpg);
    background-size: cover;
    padding-bottom: 70px;
}

.scd_r .pro img {
    width: 100%;
}

.scd_r .pro p {
    text-align: center;
    background: #f5f5f5;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.scd_r .pro {
    margin-bottom: 20px;
}

.home-product {
    text-align: center;
}

    .home-product > h2 {
        font-weight: 900;
        line-height: 60px;
    }

.overlay {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .overlay > img {
        height: 100%;
        width: 100%;
    }

    .overlay > h4 {
        color: white;
        font-weight: 900;
        position: absolute;
    }

.contact-us > h3 {
    line-height: 50px;
}

.contact-us > p {
    font-size: 16px;
    line-height: 50px;
}

input {
    margin: 10px 0 10px 0;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
}

textarea {
    margin: 10px 0 10px 0;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
}

    textarea input:focus {
        background-color: white;
        border: 1px solid #00a4ff;
        opacity: 1;
    }



.circular-1 {
    width: 150px;
    height: 150px;
    color: white;
    background-color: #50e3c2;
    border-radius: 100%;
    text-align: center;
    line-height: 150px;
    font-size: 48px;
    margin: 0 auto;
}

.circular-2 {
    width: 150px;
    height: 150px;
    color: white;
    background-color: #b8e986;
    border-radius: 100%;
    text-align: center;
    line-height: 150px;
    font-size: 48px;
    margin: 0 auto;
}

.circular-3 {
    width: 150px;
    height: 150px;
    color: white;
    background-color: #fdf6a6;
    border-radius: 100%;
    text-align: center;
    line-height: 150px;
    font-size: 48px;
    margin: 0 auto;
}

.Job-Details {
    padding: 30px 10px;
}

    .Job-Details > h3 {
        text-align: center;
        line-height: 100px;
    }

    .Job-Details > p {
        font-size: 13px;
        line-height: 30px;
    }

    .Job-Details > strong > p {
        font-size: 15px;
        line-height: 50px;
    }

.btn-click {
    text-align: center;
    color: white;
    margin: 100px 0;
}

    .btn-click > button {
        border-style: none;
        height: 70px;
        width: 270px;
        font-size: 20px;
        background-color: #1680c7;
    }

        .btn-click > button:hover {
            font-size: 16px;
            background-color: #1d86c9;
        }

.Product-Center {
    display: flex;
    justify-content: center;
}

    .Product-Center > div {
        width: 210px;
        height: 60px;
        background-color: #a6a6a6;
        font-size: 16px;
        font-weight: bold;
        line-height: 60px;
        text-align: center;
        margin: 0 10px 30px 10px;
    }

        .Product-Center > div:hover {
            color: white;
            background-color: #3070b8;
        }

.post img {
    width: 50%;
}

.post > p > img {
    width: 50%;
}

.Company-Profile {
    margin: 60px 0;
}

    .Company-Profile > div > h2 {
        text-align: center;
        font-weight: bold;
    }

    .Company-Profile > div > p {
        line-height: 30px;
    }


@media (max-width: 1200px) {
    /* 首页 */
    .f-box > i > img {
        width: 50px;
        height: 50px;
    }

    .f-box h2 {
        font-size: 25px;
    }
    .application-case p{
       
    }
}

@media (max-width: 980px) {
    .navbar-logo {
        height: 87px;
        display: flex;
        align-items: center;
    }

        .navbar-logo > a > img {
            height: 50px;
        }

        .navbar-logo > div > h5 {
            font-weight: bold;
            color: #3070b8;
            line-height: 30px;
        }

        .navbar-logo > span {
            width: 1px;
            height: 30px;
            margin: 0 10px;
        }

        .navbar-logo > img {
            width: 40px;
        }

        .navbar-logo > h2 {
            font-size: 25px;
        }

    .application-case > div {
        width: 50%;
        font-size: 16px;
    }

    .Product-Center > div {
        width: 130px;
        height: 60px;
        font-size: 14px;
        line-height: 60px;
        margin: 0 5px 10px 5px;
    }

    .chanpin-item {
        font-size: 14px;
    }

    .post img {
        width: 80%;
    }

    .post > p > img {
        width: 80%;
    }

    .product-content-img img {
        width: 100%;
    }
  .application-case .img1 {
        width: 50%;
        height: 30vw;
     
    }
   .application-case .show1 p {
          
            font-size: 14px;
     
        }
    @media (max-width: 768px) {
        .Join-Profile div:nth-child(1) {
            margin-left: 20vw;
        }

        header {
            display: none;
        }

        .productdetail img {
            width: 100%;
        }

        .copy {
            padding: 15px 0;
        }

        .newslist i {
            width: 200px;
        }

        .f-box {
            padding: 20px 0;
            border-radius: 10px;
        }

            .f-box h2 {
                margin-top: 10px;
                font-size: 20px;
            }

            .f-box .yw {
                font-size: 14px;
            }

        .biaoti h2 {
            font-size: 18px;
        }

        .iconfont {
            font-size: 40px;
        }

        .f-box .f-text {
            padding: 0 5px;
        }

        .navbar-toggle {
            margin-top: 12px;
        }

        .purchase-btn,
        .about-testimonial {
            margin-top: 10px;
        }

        .search,
        .bx-controls-direction {
            display: none;
        }

        .tweet-box {
            margin-bottom: 20px;
        }

        .property img {
            width: 80%;
        }

        .purchase-btn,
        .about-testimonial {
            margin-top: 0;
        }

        .purchase-btn {
            line-height: 98px;
        }

        .social-link-footer li a {
            font-size: 16px;
            height: 40px;
            width: 40px;
        }

        .carousel-control {
            font-size: 45px;
            line-height: 70px;
        }

        .btn,
        .form-control {
            margin-bottom: 10px;
        }

        .scd .scd_r,
        .scd .scd_l {
            width: 100%;
        }

        .scd_l .s_name i {
            display: none;
        }
        /* .scd .scd_l{ margin-top:25px;}*/
        .scd_l .s_name {
            width: 100%;
            background-size: 100% 100%;
            text-align: left;
        }

            .scd_l .s_name img {
                margin-left: 30px;
            }

        .scd_l .s_nav {
            width: 480px;
        }

            .scd_l .s_nav li a {
                width: 450px;
            }

        .pst {
            text-align: left;
            width: 480px;
        }

        .scd {
            width: 480px;
        }

        .new dl dd {
            width: 230px;
        }

        .new dl .newcontent {
            width: 100%;
        }

        .detail img {
            width: 100%;
        }

        .pagebox a {
            width: 100%;
        }

        .pagebox .down {
            text-align: left;
        }

        .pagebox {
            margin-top: 20px;
        }
        /* 技术支持 */
        .process-img {
            width: 80vw;
        }

        .Product-Center {
            flex-wrap: wrap;
        }

            .Product-Center > div {
                width: 130px;
                height: 40px;
                font-size: 14px;
                line-height: 40px;
                margin: 0 5px 10px 5px;
            }
    }

    @media (max-width: 480px) {
        .scd_l .s_nav {
            width: 320px;
        }

            .scd_l .s_nav li a {
                width: 290px;
            }

        .pst {
            font-size: 14px;
            width: 320px;
        }

        .scd {
            width: 320px;
        }

        .new dl dd {
            width: 100%;
        }

        .new dl dt,
        .new dl dt img {
            width: 314px;
            height: 180px;
        }

        .lianxi img {
            width: 100%;
        }

        .new dl .newcontent {
            width: 100%;
        }

        .detail img {
            width: 100%;
        }

        .pagebox a {
            width: 100%;
            line-height: 30px;
        }

        .pagebox .down {
            text-align: left;
        }

        .pagebox {
            margin-top: 20px;
        }
        /* 导航logo */
        .navbar-logo,
        .navbar-logo > a > img {
            height: 50px;
            margin-top: 5px;
        }

        .carousel-chart > div {
            width: 100%;
        }

            .carousel-chart > div > img {
                height: 100%;
                overflow: hidden;
            }

            .carousel-chart > div > img {
                height: 150px;
            }

        .carousel-control {
            font-size: 23px;
            line-height: 38px;
        }

        .application-case > div {
            font-size: 12px;
        }
        /* 技术支持*/
        .Journalism {
            height: 350px;
        }

        .post img {
            width: 100%;
        }

        .post > p > img {
            width: 100%;
        }
    }
}
