a:hover {
    text-decoration-line:none;
}
.top {
    border-bottom: 1px solid #dedede;
    height: 100px;
}
.content {
    height:100px;
    max-width: 1200PX;
    width: 100%;
    margin: 0 auto;
}
.left {
    height: 100px;
    margin: 0 auto;
    font-size: 14px;
    width: 50%;
    float: left;
}
.left a {
    color: #0c4128;
    text-decoration: none;
    line-height:45px;
}
.right {
    height: 100px;
    margin: 0 auto;
    width: 50%;
    float: right;
    font-size: 24px;
}
.right span {
    color:red;
    font-weight: bold;
    float: right;
}
.right a {
    line-height:100px;
    float: right;
}
.header {
    background-color: rgba(240, 240, 240, 0.65);
}
.header .content {
    max-width: 1200PX;
    width: 100%;
    margin: 0 auto;
    height: 80px;
}
.logo {
    float: left;
    width: 20%;
    margin-top: 20px;
}
.logo-title {
    float: left;
    margin: 35px 0 0 10px;
}
.logo-title h4 {
    font-size: 16px;
}
.logo-title p {
    color: #3171e0;
}
.dh {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    line-height: 80px;
    padding: 0;
    text-align: center;
}
.dh ul {
    list-style: none;
    height: 80px;
    margin: 0 auto;
    display: inline-block;
}
.dh li {
    float: left;
    padding:0 50px;
}
li a {
    color: #1a1e21;
    text-decoration: none;
}
.dh li a:hover {
    color:red;
    border-style:none none solid;
    padding-bottom:27px;
}
.dh-nav2 {
    display: none;
}
.nav-dh {
    position: relative;
}
.nav-dh:hover .nav-ul {
    display: block;
}
.nav-ul ul {
    height: auto;
    padding: 0;
    width: 100%;
}
.nav-ul li {
    height: 50px;
    line-height: 50px;
    padding: 0 0;
    width:100%;
    text-align: center;
}
.nav-ul {
    position: absolute;
    display: none;
    z-index:1;
    width:210px;
    background-color: #f5f5f5;
    left: -20px;
    height: auto;
    line-height: normal;
    opacity: 0.95;
}
.nav-ul ul li a {
    color: #1a1e21;
}
.nav-ul ul li:hover a {
    color: white;
}
.nav-ul ul li:hover {
    background-color: #da1b14;
    color: white;
}
.nav-ul li a:hover {
    border-bottom: none;
}
#demo {
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
header {
    font-size: 35px;
    color: #e52d67;
    text-align: center;
    margin: 50px;
}
#app {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
}
#app p {
    display: none;
}
.box {
    width: 280px;
    overflow: hidden;
    background: #f6f6f6;
    box-sizing: border-box;
}
.carousel-item img {
    max-height: 927px;
}
.box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #535353;
    text-decoration: none;
}
.box a:hover {
    color: #e52d67;
}
.imgBox {
    width: 100%;
    height: 186px;
    overflow: hidden;
}
.imgBox img {
    width: 100%;
    height: 100%;
    transition: all 0.6s linear;
}
.source {
    border: 1px solid #535353;
    padding: 6px 20px;
    border-radius: 25px;
    margin: 20px;
    white-space: nowrap;
}
.title {
    margin-bottom: 20px;
    font-size: 20px;
}
.detail {
    font-size: 14px;
    line-height: 160%;
    text-align: justify;
    width: 100%;
    text-indent: 2em;
    padding: 0 15px 25px 15px;
}
/*鼠标hover效果*/
 .box>a::after {
    content:'';
    width: 280px;
    position: absolute;
    background: #e52d67;
    bottom: 0;
    height: 0;
    transition: height 0.3s linear;
    /*使用伪类高度，实现动画效果*/
}
.box>a:hover::after {
    height: 10px;
}
.box:hover img {
    transform: scale(1.15);
}
.box:hover .source {
    background: #e52d67;
    border-color: #e52d67;
    color: #ffffff;
}
.products {
    width: 1200px;
    height: 400px;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
}
.title {
    text-align: center;
    margin: 0 auto;
    color: #d76767;
    font-size: 30px;
    font-weight: bold;
}
#products-nav {
    position: relative;
    width: 1100px;
    height:250px;
    margin: 50px auto 0;
    overflow: hidden;
}
#products-nav ul li p {
    text-align: center;
    color: #171717;
    margin-top: 20px;
}
#products-nav ul {
    position: absolute;
    left: 0;
}
#products-nav ul li {
    list-style: none;
    width:258px;
    float: left;
    padding: 10px;
    height: 300px;
}
#products-nav ul li img {
    max-width:100%;
    max-height:160px;
}
.content-topic {
    margin:0 auto;
    padding:20px 0;
}
.au-l {
    position: relative;
    top:150px;
    width: 40px;
    height: 50px;
    border: hidden;
    opacity: 0.5;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 20PX;
}
.au-r {
    float: right;
    position: relative;
    top:150px;
    width: 40px;
    height: 50px;
    border: hidden;
    opacity: 0.5;
    font-size: 20PX;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.lc {
    width: 1200px;
    margin:50px auto;
    overflow: hidden;
}
.lc .title {
    margin: 30px 0 15px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 24px;
    color: #323232;
    font-weight: normal;
}
.lc .items .left {
    background: url("/img/item_left_bg.png") repeat-x;
    text-align: center;
    float: left;
    width: 290px;
    height: 327px;
    color: #fff;
    margin-right: 16px;
}
.lc .items h3 {
    line-height: 50px;
    margin-top: 28px;
    font-size: 22px;
    font-weight: 400;
}
.lc .items p.p1 {
    opacity: .8;
    color: #fff;
    text-align: center;
}
.lc .items p.p2 {
    margin-top: 20px;
    color: #fff;
}
.amount {
    font-size: 40px;
}
.lc .items p.p3 {
    opacity: .8;
    color: #fff;
}
.lc .items p.p4 {
    margin-top: 12px;
    line-height: 50px;
}
.lc .items .btn {
    color: #ff6200;
    background-color: #ffe7d8;
    height: 40px;
    width: 192px;
    transition: color .4s, opacity .4s;
    font-size: 20px;
    line-height: 22px;
    white-space: nowrap;
    vertical-align: middle;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.lc .items .btn:hover {
    opacity: 0.8;
}
.lc .items a {
    transition: color .4s, opacity .4s;
    color: #fff;
}
.lc .items .right {
    float: left;
    width: 894px;
    position: relative;
    overflow: hidden;
    height: 327px;
}
.lc .items .right ul li {
    background-color: #fff;
    margin-right: 13px;
    text-align: center;
    float: left;
    width: 290px;
    height: 327px;
    -webkit-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
}
.lc .items .right ul li h3 a {
    color: #323232;
    line-height: normal;
    float: none;
}
.lc .items .right ul li p.p1 {
    color: #000000;
    font-size: 14px;
    text-align: left;
}
.lc .items .right ul li p.p2 {
    color: #ff6825;
}
.lc .items .right ul li p.p3 {
    color: #B0B0B0;
}
.lc .items .right ul li p.p4 {
    color: #666;
}
.lc .items .right ul li .btn {
    background-color: #ff6200;
    color: #fff;
}
.lc .items .right ul li .btn.sq {
    background-color: #e6e6e6;
}
.lc .items .right .next, .lc .items .right .prev {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    width: 28px;
    height: 62px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    background: rgba(0, 0, 0, .2);
    transition: all ease-in .4s;
}
.lc .items .right .next {
    left: 0;
}
.lc .items .right .prev {
    right: 0;
}
.lc .items .right:hover .next {
    opacity: 1;
}
.lc .items .right:hover .prev {
    opacity: 1;
}
.items .right span {
    float: none;
}
.items .right a {
    float: none;
}
.hd .prev {
    left: 97%;
}
.right-a {
    width: 40px;
    height: 40px;
    background-color: #a6a6a6;
    line-height: 40px;
}
.right-c {
    width: 40px;
    height: 40px;
    background-color: rgb(203, 85, 85);
    line-height: 40px;
}
.db {
    width: 100%;
    background-color: #f3f3f3;
    float: left;
    margin-top: 100px;
}
.db-header {
    width: 1200px;
    margin: 0 auto;
}
.db-logo {
    width: 300px;
    float: left;
    margin-top:50px;
}
.db-logo a {
    float: left;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
}
.db-lx {
    float: left;
    margin-top:50px;
    margin-left: 50px;
}
.db-lx h4:hover a {
    color: #0d6efd;
}
.db-logo p {
    margin-bottom: 0;
}
.db-lx ul {
    padding-left: 0;
}
.db-lx li {
    padding-top: 10px;
    list-style: none;
    font-size: 15px;
}
.db-lx h4 {
    margin-bottom: 0;
    font-size: 18px;
}
.db-lx h4 a {
    color: #464b58;
    text-decoration: none;
    font-size: 16px;
}
/* 产品中心 */
 .w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.case_box h3 {
    color: #081232;
    font-weight: normal;
    font-size: 42px;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center;
}
.case_box .category ul {
    padding-left: 50px;
    padding-bottom: 40px;
    display: block;
    height: auto;
    overflow: hidden;
}
.case_box .category ul li {
    float: left;
    font-size: 20px;
    text-align: center;
    width: 215px;
    height: 58px;
    line-height: 58px;
    color: #939aac;
    border-radius: 5px;
    cursor: pointer;
}
.case_box .category ul li.active {
    color: #fff;
    background: #4f77fc;
}
.case_box .content {
    height: auto;
}
.case_box .content .cont {
    height: 650px;
    display: none;
}
.case_box .content .cont.active {
    display: block;
}
.info-box a:hover {
    color: #939aac;
}
.info-box a {
    color: #939aac;
    Text-decoration:auto;
}
.info a {
    color: rgba(202, 10, 112, 0.65);
    Text-decoration:auto;
}
.info a:hover {
    color: #939aac;
    color: rgba(202, 10, 112, 0.65);
}
.info-box p {
    margin-top: 10px;
}
.info-box {
    float: right;
    width: 300px;
    max-height: 500px;
    text-align: center;
}
.info-box img {
    max-width: 100%;
    max-height: 500px;
}
.case_box .content .cont .info {
    float: left;
    width: 520px;
    height:400px;
    background: #fff;
    box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.4);
    left: 0;
    top: 120px;
    padding: 50px 40px 0;
    border-radius: 10px;
}
.case_box .content .cont .info .title .logo {
    float: left;
    padding-right: 25px;
}
.case_box .content .cont .info .title:after {
    content:"";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
.case_box .content .cont .info .title h4 {
    float: left;
    font-size: 24px;
    color: #081232;
}
.case_box .content .cont .info p {
    font-size: 16px;
    line-height: 32px;
    padding-top: 30px;
    color: #828b9f;
}
/* 侧边悬浮导航 */
 .right_nav {
    right:0;
    bottom:100px;
    position:fixed;
    text-align:left;
    overflow: hidden;
    z-index:999;
}
.right_nav li {
    background:#0085cd;
    margin:4px 0;
    padding: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor:pointer;
    position:relative;
    right: -70px;
    list-style: none;
}
.right_nav li .iconBox {
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.right_nav li img {
    width: 30px;
    height:30px;
}
.right_nav li h4 {
    color: #fff;
    font-size:14px;
    margin: 2px 0 2px 15px;
}
.right_nav li:hover {
    background:#cf1322
}
.right_nav li .hideBox {
    display: none;
    position: absolute;
    right:120px;
    padding: 10px 15px 10px 10px;
    top:-10px;
    z-index: 999;
}
.right_nav li .hideBox .hb {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 20px;
    border-top: 2px solid #0085cd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.right_nav li .hideBox .hb h5 {
    padding: 5px 0;
    border-bottom: 2px solid #ccc;
    color: #0085cd;
    font-size: 16px;
    font-weight: 400;
    display: block;
    white-space: nowrap;
}
.right_nav li .hideBox .hb p {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
}
.right_nav li .hideBox .hb .qqtalk {
    margin-top: 10px;
}
.right_nav li .hideBox .hb .qqtalk a {
    display: flex;
    align-items: center
}
.right_nav li .hideBox .hb .qqtalk img {
    width: 30px;
    height: 30px;
}
.right_nav li .hideBox .hb .qqtalk p {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    margin-top: -5px;
    margin-left: 5px;
}
.right_nav li:nth-child(3) .hideBox img {
    width:140px;
    height: 140px;
    margin-top: 10px;
}
.iconBox .top {
    border-bottom: none;
}
.qqtalk a:hover {
    color: #2b2b2b;
}
.mobile-content {
    display: none;
}
.mobile-case {
    display: none;
}
.mobile-about {
    display: none;
}
.mobile-news {
    display: none;
}
.db-1 {
    display: none;
}
/*相助同伴*/
 .partners {
    width: 1200px;
    margin: auto;
}
.partners ul {
    padding-left: 0;
}
.partners li {
    float: left;
}
.partners li img {
    width: 300px;
    height: 200px;
}
@media only screen and (max-width: 1000px) {
    #demo {
        width: 100%;
    }
    .dh-nav1 {
        height: 100px;
    }
    .top {
        float: left;
        width: 50%;
        border-bottom: none;
    }
    .header {
        display: none;
    }
    .right {
        display: none;
    }
    .container {
        margin-left: 10px;
        padding-left: 0;
    }
    .logo {
        float: left;
        margin-top: 20px;
        margin-left: 10px;
    }
    .logo {
        width: 100%;
    }
    .logo-title {
        display: none;
    }
    ul li {
        display: none;
    }
    ul {
        height: 0;
    }
    .dh-nav2 {
        width: 50%;
        float: right;
        display: block;
    }
    .btn-primary {
        float: right;
        height: 100px;
        line-height: 100px !important;
        background-color: white !important;
        color: black !important;
        font-size: 24px !important;
        border: none !important;
    }
    .btn-primary:focus {
        color: black;
        background-color: white;
        border: none;
    }
    .btn-primary:hover {
        color: black;
        background-color: white;
        border: none;
    }
    .offcanvas-body a {
        text-decoration: none;
        color: black;
    }
    .offcanvas-body p {
        text-align: center;
    }
    .right {
        display: none;
    }
    .header {
        float: right;
        background-color: white;
    }
    .btn-primary {
        display: block;
    }
    header {
        margin: 10px;
        font-size: 20px;
    }
    #app {
        margin-top: 10px;
        width: 100%;
        display: block;
    }
    #app p {
        display: block;
        text-align: center;
        padding: 10px;
    }
    .box {
        width: 100%;
    }
    .content-what {
        display: none;
    }
    .products {
        display: none;
    }
    .products-nav {
        width: 100%;
    }
    .ProductIntroduction {
        display: none;
    }
    .information-box {
        display: none;
    }
    .lc {
        display: none;
    }
    header {
        display: none
    }
    .right_nav {
        display: none;
    }
    .db {
        float: left;
        background-color: #f6f6f6;
    }
    .db-logo {
        width: 100%;
        margin-top: 10px;
    }
    .db-logo img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .db-lx {
        margin-top: 0;
        width: 100%;
        height: 0;
    }
    .db-header {
        width: 100%;
    }
    .db-logo a {
        text-align: center;
        width: 100%;
        padding-top: 10px;
    }
    .db-lx p {
        margin-bottom: 0;
    }
    .db-1 {
        display: block;
    }
    /**移动产品中心**/
    .mobile-content {
        display: block;
    }
    .culture-item {
        padding: 10px 10px 0;
        width: 100%;
    }
    .culture-item p {
        text-align: center;
    }
    .bg-w {
        background-color: #f7f7f7 !important;
        color: black !important;
    }
    .bg-l {
        background-color: #0087fd !important;
        color: white !important;
    }
    .item-1, .item-11, .item-111 {
        background-color: #0087fd;
        float: left;
        width: 33.3%;
        text-align: center;
        height: 50px;
        line-height: 50px;
        color: white;
    }
    .item-2, .item-22, .item-222 {
        background-color: #f7f7f7;
        float: left;
        width: 33.3%;
        text-align: center;
        height: 50px;
        line-height: 50px;
    }
    .item-3, .item-33, .item-333 {
        background-color: #f7f7f7;
        float: left;
        width: 33.3%;
        text-align: center;
        height: 50px;
        line-height: 50px;
    }
    .culture-img1 {
        float: left;
    }
    .culture-item img {
        max-width: 100%;
    }
    .culture-tu {
        float: left;
        width: 49%;
        position: relative;
        text-align: center;
        margin-top: 10px;
        height: 128px;
    }
    .culture-tu img {
        max-height: 128px;
    }
    .culture-tu2 img {
        max-height: 128px;
    }
    .culture-tu2 {
        float: right;
        width: 49%;
        position: relative;
        text-align: center;
        margin-top: 10px;
        height: 128px;
    }
    .wz {
        width: 100%;
        bottom: 0;
        position: absolute;
        background: #2b2b2b;
        opacity: 0.5;
    }
    .wz span {
        font-size: 14px;
        opacity: 1;
        color: white;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .wz-gd {
        float: left;
        text-align: center;
        margin: 20px 0;
        width: 100%;
    }
    .culture-img2, .culture-img22, .culture-img222 {
        display: none;
    }
    .culture-img3, .culture-img33, .culture-img333 {
        display: none;
    }
    /**移动端案例中心**/
    .mobile-case {
        display: block;
        float: left;
    }
    /**关于&#23562;&#40857;&#20975;&#26102;**/
    .mobile-about {
        display: block;
        float: left;
        background-color: #f7f7f7;
    }
    .mobile-about-word p {
        text-indent: 2em;
        text-align: inherit;
        float: left;
        margin-top: 10px;
        font-size: 14px;
    }
    /**新闻中心**/
    .mobile-news {
        display: block;
        float: left;
        width: 100%;
    }
    .page-item {
        display: block;
    }
    .news-wz {
        border-bottom: 1px solid #aaafaf;
        float: left;
        width: 100%;
        padding: 10px;
        margin-top: 10px;
    }
    .culture-img111 {
        float: left;
        width: 100%;
    }
    .news-word {
        float: left;
        width: 65%;
    }
    .news-word h5 {
        font-size: 14px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        line-height: 14px;
        max-height: 14px;
        color: #333333;
    }
    .news-word p {
        font-size: 12px;
        color: #666666;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 18px;
        max-height: 36px;
        text-align: inherit;
        margin-bottom: 5px;
    }
    .news-word span {
        font-size: 12px;
        color: #666666;
    }
    .news-img {
        float: right;
        width: 30%;
    }
    .news-img img {
        margin-top: 0;
    }
    .case_box {
        display: none;
    }
    .partners {
    display: none;
}
    @media only screen and (min-width: 1000px) {
        .btn-primary {
            display: block;
        }
    }<!--耗时1764425152.2786秒-->