﻿
@font-face {
    font-family: "SourceHanSerifCN-SemiBold";
    src: url("../font/SourceHanSerifCN-SemiBold.ttf");
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 2em
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

html,
body {
    font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;;
    color: #000
}

body {
    background: #fff
}

ul,
ol,
li {
    list-style: none
}

a {
    color: #5f6061;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color .2s ease;
    -ms-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease
}

img {
    border: 0
}

b,
em,
i {
    font-style: normal
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal
}

@-webkit-keyframes fadeleft {
    0% {
        -webkit-transform: translateY(40px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0px);
        opacity: 1
    }
}

.imgbig {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block !important
}

.imgbig:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.imgbigout {
    display: block;
    overflow: hidden
}

.clear:after, .case-read-img p:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clear, .case-read-img p {
    zoom: 1
}

.left {
    float: left
}

.right {
    float: right
}

.hide {
    display: none
}

.lazy {
    background: url("../image/load.gif") 50% 50% no-repeat
}

.tran {
    transition: all .3s ease
}

.back2top {
    display: block;
    width: 43px;
    height: 43px;
    background: url(http://www.abddesign.com/style/home/css/back2top.png) no-repeat;
    position: fixed;
    right: 3.5%;
    bottom: 15%;
    opacity: .33;
    z-index: 99
}

.back2top:hover {
    opacity: 1
}

.pager {
    width: 100%;
    color: #0f0b09;
    line-height: 30px;
    padding: 30px 0;
    font-size: 24px;
    text-align: center;
    opacity: .3
}

.pager a,
.pager span {
    text-decoration: none;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    margin: 0 10px;
    font-size: 24px
}

.pager a:hover {
    color: #0f0b09;
    opacity: 1
}

.pager a:active {
    color: #0f0b09
}

.pager span.now {
    color: #0f0b09
}

.pager span.disabled {
    color: #0f0b09
}

.current:first-child,
.pager .p1:last-child {
    display: none
}

.mobileHeader {
    display: none;
}

.header {
    height: 117px;
    width: 100%;
    min-width:1200px;
    /*background-color: #000;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all .3s ease;
}

.header-small {
    height: 117px;
    /*background: #000;*/
    transition: all .3s ease
}

.header-small .header-in {
    margin: 15px auto;
    transition: all .3s ease
}

.header .logo {
    float: left;
    margin: 0px 0px 0px 133px;
    /*margin: 45px 0px 0px 133px*/
}

.header .header-menu {
    float: right;
    margin-right: 3%;
}

.header .header-menu li {
    cursor: pointer;
    line-height: 117px;
    margin-right: 55px;
    float: left;
    color: #000000;
}

.header .header-menu li a {
    font-size: 28px;
    color: #000;
}

.header .header-menu li a:hover, .header .header-menu li a.active {
    color: #D20A25;
}

.header .meun-off {
    float: right;
    margin-right: 10px
}

.header .meun-off span {
    width: 23px;
    height: 2px;
    background-color: #000;
    display: block;
    margin: 6px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header .meun-on #span2 {
    opacity: 0
}

.header .meun-on #span1 {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg)
}

.header .meun-on #span3 {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg)
}

.nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none
}

.nav ul {
    margin: 0 auto;
    width: 50%;
    text-align: center;
    height: 500px;
    position: absolute;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -25%
}

.nav ul li {
    -webkit-animation: DDInY .8s .3s ease both;
    -ms-animation: DDInY .8s .3s ease both;
    -moz-animation: DDInY .8s .3s ease both;
    animation: DDInY .8s .3s ease both
}

.nav ul a {
    display: block;
    height: 80px;
    overflow: hidden;
    margin: 10px 0
}

.nav ul span {
    display: block;
    font-size: 48px;
    line-height: 80px;
    text-transform: uppercase;
    color: #e9e7e8
}

.nav .nav-tel {
    position: absolute;
    left: 2%;
    bottom: 2%
}

.nav .close {
    display: block;
    position: absolute;
    top: 4%;
    right: 4%
}

.nav .close img {
    transition: all .5s ease
}

.nav .close:hover img {
    transform: rotate(180deg)
}

.fullSlide {
    position: relative;
    margin: 0 auto
}

.fullSlide2 {
    display: none
}

.slide {
    position: relative;
    margin: 0 auto
}

.slide .bd {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.slide .bd li img {
    width: 100%;
    vertical-align: top
}

.slide .hd {
    position: relative;
    z-index: 1;
    margin-top: -60px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.slide .hd ul {
    text-align: center
}

.slide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 14px;
    height: 14px;
    margin: 5px;
    overflow: hidden;
    font-size: 0;
    background-color: #fff;
    border-radius: 50%
}

.slide .hd ul .on {
    background-color: #EDE0E1
}

.slide .prev,
.slide .next {
    z-index: 1;
    display: block;
    width: 53px;
    height: 14px;
    position: relative;
    float: left;
    filter: alpha(opacity=40);
    opacity: .4;
    position: absolute;
    top: 50%;
    margin-top: -7px
}

.slide .prev {
    left: 2.1%;
    margin-left: 10px
}

.slide .next {
    background-position: right 0;
    right: 2.1%;
    margin-right: 10px
}

.slide .prev:hover,
.slide .next:hover {
    filter: alpha(opacity=80);
    opacity: .8
}

.banner {
    width: 100%;
    position: relative;
    z-index: 56;
    top: 0px;
    overflow: hidden;
}

.banner .bd ul {
    width: 100% !important
}

.banner .bd li {
    width: 100% !important;
    height: 726px;
    background-position: center 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-width: 1200px
}

.banner .bd li a {
    display: block;
    width: 1400px;
    margin: 0 auto;
    height: 100%
}

.banner .hd {
    position: fixed;
    left: 0;
    top: 650px;
    z-index: 1;
    width: 100%;
    overflow: hidden
}

.banner .hd ul {
    text-align: center
}

.banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 10px;
    margin: 5px;
    overflow: hidden;
    font-size: 0;
    background-color: #fff;
    border-radius: 50%
}

.banner .hd ul .on {
    background-color: #EDE0E1
}

.banner .prev,
.banner .next {
    z-index: 1;
    display: block;
    width: 53px;
    height: 44px;
    position: relative;
    float: left;
    background: url(http://www.abddesign.com/style/home/css/arrow.png) 0 center no-repeat;
    filter: alpha(opacity=40);
    opacity: .4;
    position: absolute;
    top: 50%;
    margin-top: -22px
}

.banner .prev {
    left: 2.1%;
    margin-left: 10px
}

.banner .next {
    background-position: right 0;
    right: 2.1%;
    margin-right: 10px
}

.banner .prev:hover,
.banner .next:hover {
    filter: alpha(opacity=80);
    opacity: .8
}

.banner .arrow {
    position: absolute;
    top: 25%;
    margin-top: 0;
    width: 100px;
    height: 50%;
    padding: 0;
    cursor: pointer;
    z-index: 99;
}

.banner .arrow span, .banner .arrow span:after, .banner .arrow span:before {
    position: absolute;
    top: 50%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.banner .arrow span {
    margin-top: -1px;
    width: 0
}

.banner .arrow span:after, .banner .arrow span:before {
    content: "";
    width: 30px
}

.banner .arrow.btn-prev span {
    left: 50%;
    margin-left: -10px
}

.banner .arrow.btn-prev span:before {
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.banner .arrow.btn-prev span:after {
    left: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.banner .arrow.btn-next span {
    right: 50%;
    margin-right: -10px
}

.banner .arrow.btn-next span:before {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

.banner .arrow.btn-next span:after {
    right: 0;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

.banner .arrow:hover span {
    width: 40px
}

.banner .arrow:hover.btn-prev span {
    margin-left: -20px
}

.banner .arrow:hover.btn-next span {
    margin-right: -20px
}

.banner .btn-next {
    right: 2.1%
}

.banner .btn-prev {
    left: 2.1%
}

.case-content {
    width: 100%;
    margin: 20px auto;
    position: relative;
    z-index: 10;
    background-color: #fff
}

.index-case {
    width: 91.5%;
    margin-top: 0px
}

.case-content .warp-type {
    height: 50px;
    position: relative;
    margin-bottom: 25px
}

.index-case .index-idea {
    width: 1225px;
    height: 160px;
    margin: 30px 50px 30px;
}

.index-case .index-idea .idea {
    font-size: 30px;
    height: 140px;
    color: #000;
    line-height: 2;
}

.index-case .index-idea .idea-right {
    height: 140px;
    color: #000;
    font-size: 13px;
    padding-top: 22px;
}

.index-case .method-summary {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 35%;

}

.index-case .method-summary .method-write .syl {
    font-size: 50px;
    letter-spacing: 5px;
    color: #FFF;
}

.index-case .method-summary .method-black .syl {
    font-size: 50px;
    color: #000;
}

.index-case .method-summary .method-black, .index-case .method-summary .method-write {
    font-size: 24px;
    color: #666666;
    letter-spacing: 5px;
}

.case-content .warp-type p {
    font-size: 18px;
    width: 1080px;
    line-height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -540px;
    z-index: 0
}

.case-content .warp-type p a:hover {
    color: #000
}

.case-content .warp-type-list {
    float: right;
    position: absolute;
    z-index: 11;
    right: 0
}

.case-content .warp-type-list .active {
    text-decoration: underline;
    color: #000;
    font-size: 18px
}

.case-content .warp-type-list a {
    display: inline-block;
    margin-right: 25px;
    line-height: 50px;
    color: #888889;
    font-size: 14px
}

.case-content .warp-type-list a:hover {
    text-decoration: underline;
    color: #000
}
.case-content ul{ font-size:0; display: flex; flex-wrap: wrap; }
.case-content ul li {
    width: 33.333333%;
    position: relative;
    overflow: hidden;
    display: inline-block

}

.case-content ul li img {
    width: 100%;
    height: auto;
    display: block

}

.case-content ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.case-content .case-summary {
    display: none;
    width: 90%;
    height: 90%;
    background: url(../image/black.png) repeat;
    top: 0;
    left: 0;
    position: absolute;
    padding: 5%
}

.case-content .case-summary p {
    color: #FFF;
    position: absolute;
    left: 0;
    font-size: 20px
}

.case-content .case-summary span {
    font-size: 24px
}

.case-content .case-summary .p1 {
    top: 0
}

.case-content .case-summary .p2 {
    bottom: 15px;
    font-size: 16px
}
.case-content .case-summary .p3 {
    bottom: 35px;
    font-size: 14px;
    right:0;
    text-align: right;
}
.likeit{
    bottom: 200px;
    right: 33px;
    position: fixed;
    text-align: center;
    /*border: 1px solid #9E9E9E;*/
    /*padding: 2px 7px;*/
    /*border-radius: 5px;*/
    cursor:pointer;
}
.case-content .case-more {
    display: block;
    width: 148px;
    height: 42px;
    color: #000;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    border: 2px solid #000;
    margin: 99px auto 115px;
}

.case-content .case-more:hover {
    background: #D20A25;
    color: #fff;
    border: 1px solid #D20A25;
}
.case-content .case-more:hover span,.case-content .case-more:hover i{ color: #fff; }

.feedback {
    width: 50px;
    position: fixed;
    left: 30px;
    top: 40%;
    bottom: 500px;
    z-index: 55;
}

.feedback a {
    width: 30px;
    height: 144px;
    color: #FFF;
    display: block;
}

.feedback-content .msg-content {
    padding: 15px 53px 0px;
}

.weixin-content .msg-content {
    padding: 87px 68px 0px;
}

.msg-content .msg-title {
    height: 40px;
    font-family: 'SourceHanSerifCN-SemiBold';
    line-height: 40px;
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #FFF;
    text-align: center;
}

.msg-content .msg-input {
    height: 41px;
    outline: none;
    border: none;
    width: 383px;
    text-indent: 110px;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 2px;
    line-height: 41px;
}

.msg-content .msg-submit {
    width: 383px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    display: block;
    height: 41px;
    margin: 30px 0px;
    line-height: 41px;
    border: 1px solid #FFF;
}

.msg-content ul li {
    position: relative;
}

.msg-content ul li span {
    position: absolute;
    top: 27px;
    left: 25px;
    letter-spacing: 2px;
    color: #a3a3a3;
    font-size: 16px;
}

.feedback-bg, .weixin-bg {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none
}

.feedback-content, .weixin-content {
    z-index: 9999;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 500px;
    height: 500px;
    background-color: #000;
    display: none;
}

.weixin-content {
    width: 360px;
    height: 450px;
}

.weixin-content .share-weixin {
    width: 224px;
    height: 224px;
}

.close-window, .weixin-close {
    padding: 4px;
    position: relative;
}

.close-window .close, .weixin-close .close {
    float: right;
    color: #999;
    padding: 20px 20px 0px 0px;
    display: block;
}

.close-window .close img, .weixin-close .close img {
    width: 24px;
}

.msg-tip {
    letter-spacing: 4px;
    margin-top: 15px;
    text-align: center;
    color: #4C4C4C;
}

.weixin-tip {
    margin-top: 29px;
    color: #FFF;
    text-align: center;
}

.weixin-tip p {
    font-size: 15px;
    line-height: 27px;
}

.msg-tip-en {
    font-size: 12px;
}

.footer {
    margin: 0 auto;
    background: #050505;
    padding: 80px 0 60px;
    z-index: 10;
    
}

.footer-in {
    margin: 0 auto;
    width: 1100px;
    color: #6a6a6a
}

.footer-in p, .footer-in li a {
    font-size: 12px;
}

.footer-content {
    width: 186px;
}

.footer-content-wxqrode {
    width: 84px;
    font-size: 12px;
    color: #FFF;
}

.footer-content-wx {
    width: 84px;
    font-size: 12px;
    color: #FFF;
}

.footer-content-wxqrode img, .footer-content-wx img {
    display: block;
    width: 100%;
    margin-bottom: 20px
}

.footer .link {
    margin-top: 60px;
}

.footer .link ul li {
    float: left;
    font-size: 12px;
    margin-right: 70px;
}

.footer .link ul li, .footer .link ul li a {
    color: #595959;
}

.footer-idea {
    width: 80%;
    margin: 80px auto 110px;
    display: flex;
    justify-content: space-around;
}

.footer-idea .idea-item {
    width: 125px;
}

.footer-idea .idea-right {
    margin-right: 188px;
}

.footer-idea .idea-item .idea-title {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 25px;
}

.menu-bottom {
    width: 262px;
    color: #FFF;
    margin: -8px 50px 0px 50px;
}

.menu-bottom .address, .bottom-slogan .phone {
    margin-top: 30px;
}

.menu-bottom ul {
    margin: 0px;
    padding: 0px;
}

.menu-bottom ul li a {
    font-family: 'SourceHanSerifCN-SemiBold';
    font-size: 24px;
    float: left;
    color: #FFF;
}

.menu-bottom ul li span {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #6F6F6F;
}

.menu-bottom ul li .mgright {
    margin-right: 41px;
}

.bottom-slogan {
    color: #FFF;
    width: 190px;
    margin-top: -8px;
}

.slogn-en {
    font-size: 12px;
}

.bottom-logo {
    margin-left: 44px;
}

.bottom-slogan div {
    font-family: 'SourceHanSerifCN-SemiBold';
}

.bottom-logo div {
    width: 275px;
    font-size: 12px;
    color: #FFF
}

.blogo-border {
    margin-bottom: 40px;
}

.t-footer {
    display: none
}

.case-list, .method-list {
    width: 91.5%;
    margin: 85px auto 60px;
}

.case-list .warp-type {
    height: 50px;
    position: relative;
    margin-bottom: 35px
}

.case-list .warp-type p {
    line-height: 50px;
    position: absolute;
    padding-top: 10px;
    z-index: 0;
}

.case-list .warp-type-list {
    float: right;
    position: absolute;
    z-index: 11;
    right: 0
}

.case-list .warp-type-list .active {
    color: #888889;
}

.case-list .warp-type-list a {
    display: inline-block;
    margin-right: 20px;
    line-height: 50px;
    color: #000;
    font-size: 18px
}

.case-list .warp-type-list a:hover {
    color: #888889;
}

.case-list ul li {
    width: 33.333333%;
    float: left;
    position: relative;
    overflow: hidden;
    display: block
}

.case-list ul li img {
    width: 100%;
    height: auto;
    display: block
}

.case-list ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

.case-list .case-summary {
    display: none;
    width: 90%;
    height: 90%;
    background: url(../image/black.png) repeat;
    top: 0;
    left: 0;
    position: absolute;
    padding: 5%
}

.case-list .method-summary {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 35%;
    text-align: center;
    left: 0;
}

.case-list .case-summary p {
    color: #f9f9f9;
    position: absolute;
    left: 0;
    font-size: 20px
}

.case-list .case-summary span, .case-list .method-summary span {
    font-size: 24px
}

.case-list .case-summary .p1 {
    top: 0
}

.case-list .case-summary .p2 {
    bottom: 15px;
    font-size: 16px
}

.case-list .menu-summary .p2 {
    color: #99A196;
}

.case-list .method-summary .method-black, .case-list .method-summary .method-write {
    font-size: 24px;
    letter-spacing: 5px;
    color: #666666;
}

.case-list .method-summary .method-black .syl {
    color: #000;
    letter-spacing: 5px;
    font-size: 50px;
}

.case-list .method-summary .method-write .syl {
    color: #FFF;
    letter-spacing: 5px;
    font-size: 50px;
}

.case-list .case-more {
    display: block;
    width: 148px;
    height: 40px;
    margin: 100px auto;
    border: 2px solid #959595;
    text-align: center;
    line-height: 40px
}

.case-read {
    width: 1800px;
    margin: 0 auto;
    max-width: 1800px;
    padding: 100px 0
}

.case-read .news-tool {
    display: none
}

.case-read img {
    width: 100%;
    height: auto !important;
    float: left;
    display: block;
    background: url(../image/load.gif) no-repeat center
}

.case-read img.small {
    width: 50%;
}

.case-read-top {
    padding: 70px 0;
    color: #fff;
    height: 730px
}

.case-read-top .left {
    width: 36%;
    text-align: right;
    font-size: 20px
}

.case-read-top .right {
    width: 40%;
    margin-right: 11%;
    position: relative;
    height: 100%
}

.case-read-top .right p {
    font-size: 20px;
    line-height: 1.8em;
    margin-bottom: 20px
}

.case-read-top .right ul {
    position: absolute;
    bottom: 0
}

.case-read-top .right ul li {
    font-size: 14px
}

.case-fixed {
    position: fixed;
    width: 28px;
    left: 50%;
    margin-left: 920px;
    top: 35%
}

.case-fixed li {
    position: relative;
    height: 26px;
    margin-bottom: 17px
}

.case-fixed li .icon {
    display: block;
    width: 28px;
    height: 26px
}

.case-fixed #close a {
    background-position: 0 -117px
}

.case-fixed #prev a {
    background-position: 0 -155px
}

.case-fixed #next a {
    background-position: 0 -194px
}

.case-fixed #close a:hover {
    background-position: -36px -117px
}

.case-fixed #prev a:hover {
    background-position: -36px -155px
}

.case-fixed #next a:hover {
    background-position: -36px -194px
}

.service {
    display: none
}

/*案例*/
.caseBox {
    margin: 215px auto 169px;
}

.d-close {
    position: absolute;
    right:220px;
    cursor: pointer;
}

.caseTop {
    height: 358px;
    width:70%;
    margin: 0px auto 72px;
    background: #f7f7f7;
}

.caseTop .caseTopContent {
    padding: 69px 0px 66px 146px;
}

.caseTopContent .caseTitle {
    width: 40%;
    float: left;
}

.caseTopContent .caseTitle .caseSubImg {
    margin-top: 100px;
}

.caseTopContent .caseContent {
    width: 50%;
    float: right;
    margin-right:10px;
}

.caseTopContent .caseContent p {
    font-size: 12px;
}

.caseTopContent .caseContent p:first-child {
    margin-bottom: 34px;
}

.caseImg, .caseRowContent {
    width:70%;
    margin: 0px auto 38px;
}

.caseImg img {
    width: 100%;
    border: 0px;
}

.caseTop .caseTitle {
    font-size: 30px;
}

.caseRowContent {
    background: #f2f2f2;
}

.caseRowContent .caseSubContent {
    padding: 250px 159px;
}

.caseSubContent .subTitle {
    font-size: 60px;
}

.caseSubContent .subLine, .dLine {
    width: 16px;
    height: 4px;
    background: #000;
    margin-top: 50px;
    margin-bottom: 145px;
}

.caseSubContent .subContent p {
    font-size: 30px;
}

/* 方法详情*/
.design {
    width: 78%;
    margin: 0 auto;
    background: #f7f7f7;
    padding: 72px 134px;
}

.design p {
    color: #666;
    font-size: 25px;
    margin-bottom: 55px;
}

.design .designLine {
    width: 9px;
    height: 2px;
    background: #666;
    margin-bottom: 10px;
}

.design h6 {
    font-size: 50px;
    color: #000;
    font-weight: normal;
}

.c-close {
    float: right;
    margin-right: 90px;
    margin-top: 60px;
}

.dLine {
    margin: 60px 0px 77px 0px;
}

.designContent {
    margin: 233px 217px 0px 217px;
}

.designContent h1 {
    font-size: 60px;
    line-height: 80px;
}

.designContent .desingInfo p {
    font-size: 30px;
}

.designContent .desingInfo img {
    width: 100%;
    margin-top: 248px;
}

.designBox {
    margin-bottom: 236px;
}

.newBox {
    margin: 155px 395px;
}

.newBox .news-classify {
    height: 90px;
    line-height: 90px;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}

.newBox .news-classify a {
    display: block;
    float: left;
    color: #000;
    width: 120px;
    color: #b5b5b6;
    margin-right: 15px;
    text-align: center;
    font-size: 20px;
}

.newBox .news-classify a.active {
    color: #000;
}

.newBox .news-list ul li {
    border-bottom: 2px solid #dcdddd;
}

.newBox .news-list ul li a {
    margin: 60px 10px;
    display: block;
    width: 98.5%;
    color: #000;
    min-height: 310px;
}

.newBox .news-list ul li a .news-img {
    width: 48%;
}

.newBox .news-list ul li a .news-info {
    padding-top: 2px;
    width: 50%;
}

.news-info .news-time {
    font-size: 12px;
    color: #000;
    margin-bottom: 50px;
}

.news-info .news-title {
    font-size: 30px;
    line-height: 43px;
    color: #000;
    margin-bottom: 30px;
}

.news-info .news-desc {
    font-size: 12px;
    color: #000;
    margin-bottom: 40px;
}

.news-info .news-read {
    width: 50px;
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid #000;
}

/*关于css*/
.aboutBox {
    margin: 295px auto 180px;
}

.aboutBox .aboutSubRow {
    margin: 180px auto 190px;
    width: 80.5%;
    position: relative;
}

.subRowImg img {
    width: 100%;
}

.aboutBox .aboutSubRow .subBoxBottom {
    position: absolute;
    bottom: 5px;
    font-weight: bolder;
}

.aboutBox .aboutSubRow img {
    width: 100%;
}

.aboutBox .aboutSubRow .aboutTitle {
    width: 40%;
    float: left;
}

.aboutBox .aboutSubRow .aboutTitle span {
    font-size: 60px;
    display: block;
    line-height: 90px;
    font-weight: bolder;
}

.aboutBox .aboutContent {
    width: 50%;
    float: right;
}

.aboutBox .aboutSubRow .aboutContent p {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}

.aboutBox .aboutSubRow .aboutTitle .aboutBottom {
    border-bottom: 4px solid #000;
    margin-top: 64px;
    width: 18px;
}

.aboutBox .aboutSubRow .aboutContent p:last-child {
    margin-bottom: 0px;
}

/* join css */
.aboutJoin ul li {
    width: 45%;
    padding: 67px 0px;
    float: left;
}

.aboutJoin ul li:nth-child(2n) {
    float: right;
    border-bottom: 7px solid #333;
    padding-top: 104px;
}

.aboutJoin ul li:nth-child(2n+1) {
    border-bottom: 7px solid #333;
    padding-top: 104px;
}

.aboutJoin ul li:first-child, .aboutJoin ul li:nth-child(2) {
    border-top: 7px solid #333;
    padding-top: 104px;
}

.aboutJoin ul li .title {
    font-size: 60px;
    font-weight: bold;

}

.aboutJoin ul li .jobMs {
    margin-top: 62px;
}

.aboutJoin ul li p {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 27px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1920px) {
    html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
        font-size: 14px
    }

    .fullSlide .hd {
        margin-top: -50px
    }

    .fullSlide .hd ul li {
        width: 10px;
        height: 10px
    }

    .banner .bd li {
        height: 685px;
        background-size: 1920px 685px
    }

    .banner .hd {
        top: 648px
    }

    .banner .hd ul li {
        width: 10px;
        height: 10px
    }

    .banner .bd li a {
        width: 1400px
    }

    .nav .close img {
        width: 42px
    }

    .case-content .case-summary .p1 {
        font-size: 30px
    }

    .case-content .case-summary .p2 {
        font-size: 14px
    }

    .case-read {
        width: 1700px
    }

    .case-read-top {
        height: 500px
    }

    .case-read-top .left {
        font-size: 16px
    }

    .case-read-top .right p {
        font-size: 16px;
        margin-bottom: 18px
    }

    .case-fixed {
        position: fixed;
        width: 25px;
        left: 50%;
        margin-left: 870px
    }

    .service {
        margin-top: 74px !important
    }

    .case-read-top .right ul li {
        font-size: 12px
    }
}

@media screen and (max-width: 1440px) {
    .header .header-menu li {
        margin-right: 55px;
    }

    .case-read {
        width: 1200px
    }

    .case-read-top {
        height: auto
    }

    .case-read-top .right ul {
        position: static;
    }

    .case-read-top .left {
        font-size: 16px
    }

    .case-read-top .right p {
        font-size: 16px;
        margin-bottom: 18px
    }

    .case-fixed {
        position: fixed;
        width: 25px;
        left: 50%;
        margin-left: 620px
    }

    .case-content .warp-type p {
        font-size: 12px
    }

    .case-content .warp-type-list a, .case-content .warp-type-list .active {
        font-size: 12px
    }

    .case-content .warp-type {
        margin-bottom: 6px
    }

    .case-content .case-summary .p1 {
        font-size: 14px
    }

    .case-content .case-summary .p2 {
        font-size: 12px
    }

    .case-content .case-summary span {
        font-size: 18px
    }

    .service {
        margin-top: 48px !important;
        margin-bottom: 10px !important
    }

    .case-list .warp-type-list a {
        margin-right: 15px
    }
}

@media screen and (max-width: 1366px) {
    .footer-in {
        margin: 0 auto;
    }

    .header .header-menu li {
        margin-right: 55px;
    }
}

@media screen and (max-width: 1280px) {
    .header .header-menu li {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .header .logo {
        margin: 45px 20px 0 133px
    }

    .header .header-menu li {
        margin-right: 20px;
    }
}


@media screen and (max-width: 1200px) {
    .case-content ul li {
        width: 50%;
        float: left;
        position: relative;
        overflow: hidden
    }

    .banner .bd li a {
        width: 1000px
    }

    .news-read {
        width: 700px
    }

    .news-read-left {
        margin-bottom: 30px
    }

    .news-read .news-read-left, .news-read-right {
        float: none;
        width: 100%
    }

    .case-read {
        width: 1000px
    }

    .case-read-top {
        height: auto
    }

    .case-read-top .right ul {
        position: static
    }

    .case-read-top .left {
        font-size: 16px
    }

    .case-read-top .right p {
        font-size: 14px;
        margin-bottom: 18px
    }

    .case-fixed {
        position: fixed;
        width: 25px;
        left: 50%;
        margin-left: 520px
    }
}

@media screen and (max-width: 750px) {
    .index-idea, .footer-idea, .footer, .banner, .mb-feed, .mb-share, .sun_banner {
        display: none;
    }

    .case-content .case-more {
        display: none;
    }

    .mobileHeader {
        display: block;
    }

    .header {
        height: 109px;
        min-width:100%;
        background-color: #FFF;
    }

    .index-case .case li {
        width: 100%;
        float: left;
        position: relative;
        overflow: hidden;
        margin-bottom: 12px;
    }

    .header-menu, .logo {
        display: none
    }

    .mobileHeader .mLogo img {
        height: 20px;
        width: 168px;
    }

    .mobileHeader .mLogo {
        padding: 43px 0px 0px 19px;
    }

    .mobileHeader .cd {
        width: 21px;
        float: right;
        position: relative;
        z-index: 32;
        top: -3px;
        right: 19px;
    }

    .mobileHeader .cd span {
        width: 21px;
        height: 2px;
        display: block;
        background: #000;
        margin-top: 5px;
        margin-bottom: 4px;
    }

    .index-case {
        margin-top: 110px;
        padding-bottom: 30px
    }

    .index-case .case-content, .case-list .case-content {
        width: 91%;
    }

    .index-case .method-summary .method-black .syl, .index-case .method-summary .method-write .syl {
        font-size: 18px;
    }

    .index-case .method-summary .method-black, .index-case .method-summary .method-write {
        font-size: 12px;
    }

    .caseBox {
        margin: 110px auto 54px;
    }

    .caseBox .d-close {
        right: 30px;
        margin-top: 10px;
    }

    .caseBox .d-close img {
        width: 15px;
        height: 15px;
    }

    .caseBox .caseTop .caseTopContent {
        padding: 5px;
    }

    .caseBox .caseTop .caseSubImg {
        display: none;
    }

    .caseTopContent .caseTitle {
        float: none;
        width: 100%;
        padding-left: 4px;
        font-size:24px;
    }

    .caseTopContent .caseContent {
        float: none;
        font-size: 14px;
        width: 100%;
        margin-top:7px;
        margin-left: 4px;
    }

    .caseTopContent .caseContent p {
        width: 100%;
    }

    .caseTopContent .caseContent p:first-child {
        margin-bottom:5px;
    }

    .caseBox .caseTop, .caseBox .caseRowContent {
        margin: 0px auto 50px;
        width: 91%;
        background:#FFF;
        height: auto;
    }

    .caseBox .caseImg {
        width: 91%;
        height: auto;
        margin: 0 auto 40px;
    }

    .caseRowContent .caseSubContent {
        padding: 10px 7px;
    }

    .caseSubContent .subTitle {
        font-size: 24px;
        line-height:30px;
    }

    .caseSubContent .subLine, .dLine {
        margin-top:25px;
        margin-bottom: 30px
    }

    .caseSubContent .subContent p {
        font-size: 12px;
    }

    .t-footer {
        display: block;
        background: #FFF;
        color: #000;
        width: 91%;
        margin: 0 auto;
    }

    .t-footer .mb-address {
        margin-bottom: 33px;
    }

    .t-footer .mb-address .mb-address-title, .t-footer .mb-tel .mb-tel-title {
        font-size: 20px;
        margin-bottom: 5px;
        padding-left: 10px;
    }

    .t-footer .mb-address .mb-address-ch {
        width: 82%;
        margin-bottom: 10px;
        padding-left: 10px;
    }

    .t-footer .mb-address .mb-address-en {
        font-size: 12px;
        padding-left: 10px;
    }

    .t-footer .mb-tel {
        margin-bottom: 58px;
    }

    .t-footer .mb-tel .mb-phone {
        padding-left: 10px;
        color:#000;
    }

    .t-footer .mb-chat {
        margin-left: 5px;
    }

    .t-footer .mb-chat .mb-chat-font {
        margin-left:7px;
        margin-top:23px;
        min-width:200px;
    }

    .t-footer .mb-chat .mb-chat-title {
        font-size: 14px;
    }

    .t-footer .mb-chat .mb-copy p {
        font-size: 12px;
    }

    .mobileMenu {
        width: 100%;
        height: 100% !important;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 50;
        background-color: rgba(255, 255, 255, 0.95);
        display: none;
    }

    .mobileMenu .box {
        margin: 20px;
    }

    .mobileMenu .gb {
        margin-top: 24px;
        float: right;
    }

    .mobileMenu .gb img {
        width: 20px;
        height: 20px;
    }

    .menu_list {
        width: 91%;
        height: 100%;
        position: absolute;
        top: 0px;
        /*margin-top: -238px;*/
        left: 16px;
        padding-bottom: 3000px;
    }

    .menu_list ul li {
        height: 70px;
        line-height: 70px;
        margin-bottom: 50px;
        text-transform: capitalize;
        border-bottom: 1px solid #000;
    }

    .menu_list ul li a {
        font-size: 18px;
        color: #000;
    }

    .case-list {
        margin-top: 80px;
        width: 100%;
        margin-bottom: 50px;
    }

    .case-list .museo-light {
        width: 100%;
        display: none;
    }

    .case-list .warp-type-list {
        position: static !important;
        width: 91%;
        float: left;
        margin-left: 18px;
    }

    .case-list .case-content .case li {
        width: 100%;
        float: left;
        padding-bottom: 12px;
        position: relative;
        overflow: hidden
    }

    .case-list .warp-type {
        height: auto;
        margin-bottom: 0px;
    }

    .case-list ul li {
        width: 100%
    }

    .case-list .warp-type-list a {
        line-height: 24px;
        margin-right: 25px;
        float: left
    }

    .case-list .warp-type p {
        position: static;
        margin-left: 0;
        font-size: 12px;
        line-height: 32px
    }


    .warp-type-list a {
        line-height: 35px;
        margin-right: 10px
    }

    .case-read {
        width: 94%;
        padding-bottom: 30px
    }

    .case-read .small {
        width: 100% !important
    }

    .case-read-top .left, .case-read-top .right {
        width: 90%;
        text-align: left;
        margin: 0 auto;
        float: none
    }

    .case-read-top {
        padding: 30px 0
    }

    .case-read-top .right ul {
        bottom: 30px
    }

    .case-fixed {
        display: none
    }

    .case-content .warp-type p {
        width: 94%;
        position: static;
        margin-left: 0
    }

    .case-content .warp-type-list {
        width: 100%;
        position: static
    }

    .case-content .warp-type {
        height: 80px
    }

    .case-content .warp-type-list a {
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        font-size: 12px
    }

    .case-list .warp-type-list a {
        font-size: 12px
    }

    .case-list .warp-type-list .active {
        font-size: 12px
    }

    /* 关于适配移动端 */
    .aboutBox {
        margin: 125px auto 55px;
    }

    .aboutBox .aboutSubRow .aboutTitle, .aboutBox .aboutContent {
        width: 100%;
    }

    .aboutBox .aboutSubRow {
        margin:0px auto 40px;
        width: 91%;
    }
    .aboutBox .subRowImg{
        margin-bottom:30px;
    }
    .aboutBox .aboutSubRow .aboutTitle .aboutBottom {
        margin-top:20px;
    }
    .aboutBox .aboutJoin{
        padding-top:10px;
    }
    .aboutBox .aboutSubRow .subBoxBottom {
        display: none;
    }

    .aboutBox .aboutSubRow .aboutTitle {
        margin-bottom: 20px;
    }

    .aboutBox .aboutSubRow .aboutTitle span {
        font-size:22px;
        line-height: 35px;
    }

    .aboutBox .aboutSubRow .aboutContent p {
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 20px
    }

    /* join mobile css*/
    .aboutJoin ul li {
        width: 100%;
        padding: 30px 0px;
    }

    .aboutJoin ul li:nth-child(2) {
        border-top: 0;
        padding-top: 10px;
    }

    .aboutJoin ul li:first-child, .aboutJoin ul li:nth-child(2) {
        padding-top: 20px;
    }

    .aboutJoin ul li .jobMs {
        margin-top: 10px;
    }

    .aboutJoin ul li span.title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .aboutJoin ul li p {
        font-size: 12px;
        margin-bottom: 0px;
        white-space: normal;
    }

    .aboutJoin ul li em {
        display: block;
        float: right;
        width: 92%;
    }

    .aboutBox .contact {
        width: 91%;
        font-size: 30px;
        padding-left: 10px;
        margin: 0 auto;
    }


}



/*2025-3-8 新增*/
.header{ background: rgba(255,255,255,0.5); }
.header .logo{ margin-left: 70px; margin-top: 10px; }
.index-case .index-idea{ width: auto; background: #fff; z-index: 99; position: relative;margin: 30px 0px 30px; */ }
.index-case .index-idea a{ display: flex; align-items: center; }
.index-case .index-idea .idea-left{  width: 800px; display: flex; flex-wrap: wrap; align-content: center; }
.index-case .index-idea .idea-left .l-logo{ width: 200px; height: 64px; margin-left: -12px; }
.index-case .index-idea .idea-left .h3{ width: 100%; font-size: 46px; color: #000; line-height: 1.2; }
.index-case .index-idea .idea-left .h4{ width: 100%; font-size: 28px; color: #1A0000; line-height: 1.2; margin-top: 12px; padding-bottom: 30px; }
.index-case .index-idea .idea{ width: 1100px; margin-left: auto; line-height: 1.6; }
.case-content .case-more{ color: #000; border: 1px solid #000; }
.case-content .case-more:hover{ color: #D20A25; font-weight: bold; }
.footer-idea .idea-item .idea-title i{ color: #D20A25; }
.footer-nav ul{ width: 92%; display: flex; margin: 0 auto;  padding-bottom: 50px; position: relative; z-index: 99; }
.footer-nav li a{ color: #000; font-size:18px; margin-right: 36px; padding-bottom: 20px; }
.footer-nav li a:hover{ color: #D32D25; }
.footer { background: none; position: relative; }
.footer .box-bg{ width: 960px; height: 350px; position: absolute; bottom: 0px; right: 50%; margin-right: -480px; }
.footer .footer-in{ position: relative; z-index: 99; color: #000; }
.footer .footer-logo2{ width: 240px; height: 120px; margin-left: -30px; margin-top: 20px; }
.footer .menu-bottom{ color: #000; width: 40%; margin-left: 15%; }
.footer .tel-text{ color: #D32D25; font-weight:bold; line-height: 1.2; font-size: 24px; }
.footer .tel-text p{ font-size:18px; line-height: 1; padding-bottom: 4px; }
.footer .footer-content-wxqrode{ width: 140px; color: #000; }
.footer .footer-content-wx{ width: 140px; margin-left: 40px; color: #000; }
.footer .qrode-box{ width: 380px; display: flex; color: #000; margin-top: -28px; margin-left: auto; }
.footer .qrode-box span{ padding-left: 0px; margin-bottom: -12px; padding-bottom: 0px; display: block; }
.footer .bottom-logo img{ width: 430px; height: 50px; }
.footer .bottom-logo{ margin-left: 0; display: flex; justify-content: center; margin-top: 20px; }
.footer .bottom-logo .copy-right{ /*width: 100%;*/ margin-top: 33px; line-height: 1.5;  text-align: center;
     /*left: 50%;transform: translateX(-50%);*/ }
.footer{ padding-bottom: 10px; box-sizing: border-box padding-top:10px; }
.bottom-logo div{ width: auto; margin-top: 14px; }
.blogo-border{ margin-left: -10px; }
.footer-idea{ margin-bottom: 30px; }
.footer .copy-right p{ color: #000; text-align: center; }
.footer .text{ line-height: 1.2; }
.footer-in p, .footer-in li a{ line-height: 1.2; }
.footer-idea .idea-item .idea-title{ margin-bottom: 0px; }
.m-banner,.m-index-idea,.m-case-more,.m-line-x1,.m-footer-idea{ display: none; }

/*客服模块*/
.kf-box{ width: 180px; height: 420px; border-radius: 12px; background: rgba(255,255,255,0.8); position: fixed; right: 20px; top: 20%; z-index: 49; text-align: center; }
.kf-box .qrcode{ width: 110px; height: 110px; }
.kf-box .hello{ font-size: 36px; color:#E50015; font-weight: bold; margin-top:12px; }
.kf-box .tips1{ font-size: 18px; line-height: 1.3; padding-bottom: 10px; padding-top: 10px; }
.kf-box .text1{ width: 96px; margin-left: 45px; font-size: 16px; border-bottom: 1px #666 solid; padding-bottom: 4px; }
.kf-box .tel{ font-size: 15px; margin-top: 2px; margin-left: 8px; font-weight: bold; }



.case-list .case-h3{ font-size: 24px; color: #000; }
.case-list .case-h3 span{ color: #d60c26; }
.case-list .case-type{ display: flex; margin-bottom: 0 !important; }
.case-list, .method-list{ margin-bottom: 20px; margin-top: 40px; }
.case-idea a{ display: flex; width: 92%; margin: 0 auto; align-items: center; }
.case-idea .idea-left{ color: #d60c26; width: 50%;}
.case-idea .idea-left .h3{ font-size: 36px; margin-top: 60px; line-height: 1; padding-bottom: 8px; }
.case-idea .idea{ margin-top: 44px;  line-height: 1.3; font-size: 32px; color: #000; }
.service-idea{ width: 92%; text-align: center; margin: 0 auto; margin-top: 60px; padding-bottom: 30px; }
.service-idea .idea { font-size: 24px; line-height: 1.6; color: #000; }
.service-idea .h3{ text-align: center; font-size: 14px; line-height: 1.5; }
.service-idea .h3-en{ text-align: center; color: #d60c26; font-size: 24px; margin-top: 20px; line-height: 1; }
.service-idea .h4{ text-align: center; line-height: 1.5; font-size: 24px; }
.service-idea .h4-en{ text-align: center; font-size: 14px;color: #d60c26; margin-top: 20px; line-height: 1; }
.service-line-x1{ width: 92%; height: 1px; background: #ccc;  margin: 0 auto; }
.service-all-case{ width: 96%; margin: 0 auto; text-align: center; display: block; }
.service-list{ display: flex; flex-wrap: wrap; width: 96%; margin: 0 auto; }
.service-list .one-data{ width: 30%; min-height: 300px; font-size: 24px; line-height: 2; cursor: pointer; margin-left: 2.8%; padding: 70px; margin-bottom: 50px; box-sizing: border-box; background: #acacac; font-size: 16px; color: #fff; }
.service-list .one-data .text{ font-size: 20px; }
.service-list .one-data:hover{ background: #d60c26;  }
.service-list .one-data:hover .text{ color: #fff; }
.tactics-c1-text{ text-align: center; font-size: 26px; padding: 50px; box-sizing:border-box; }
.tactics-c2{ display: flex; width:92%; margin: 0 auto; padding: 30px; box-sizing: border-box; }
.tactics-c2 .c2-l{  width: 16%; padding-bottom: 20px; margin-top: 60px; }
.tactics-c2 .c2-l li a{  font-size: 18px;line-height: 2;  }
.tactics-c2 .c2-l li a:hover{ color: #d60c26; }
.tactics-c2 .c2-r { width: 78%; }
.tactics-c2 .c2-r .c2-content{ width: 100%; position: relative; }
.tactics-c2 .c2-r .c2-content .img{ width: 100%; height: auto; }
.tactics-c2 .c2-l li.active a{ color: #d60c26; }
.detail-c1-text{ width: 800px; text-align: left; color: #000; font-size: 28px; margin: 40px auto 20px; line-height: 1.5; padding-left: 100px; padding-top: 30px; }
.detail-c2-info { width: 92%; margin: 0 auto; display: flex; flex-wrap: wrap; }
.detail-c2-info .icon-close{ width: 36px; height: 36px; margin-left: auto; cursor: pointer; margin-bottom: 20px; }
.detail-c2-info .info-box{ display:flex; min-height: 240px; width: 100%; align-items: center; padding: 30px; background: #f7f7f7; }
.detail-c2-info .info-box .info-l{ font-size: 18px; width: 600px; margin-left: 30px; }
.detail-c2-info .info-box .info-r{ width: 80%; margin-left: 10px; }
.detail-c2-info .info-box .info-r li{ line-height: 1.6; font-size: 14px; }
.detail-c3-content{ width: 92%; margin: 10px auto 40px; }
.detail-c3-content .img{ width: 100%; height: auto; margin-top: 20px; }
.contact-c1-text{ padding: 50px; text-align: center; }
.contact-c1-text .text1{ font-size: 28px; color: #000; }
.contact-c1-text .text2{ font-size: 18px; color: #d60c26; }
.contact-about .about-logo{width:30%; height: auto; }
.contact-about{ width: 92%; margin: 0 auto; }
.about-box1{ display: flex; align-items: center; }
.about-box1 .l-img{ width: 30.6%; height:auto; }
.about-box1 .r-text{ height: 200px; box-sizing: border-box; padding: 30px 0 30px 50px; font-size: 18px; color: #3d3b3c; }
.about-box2{ display: flex; justify-content: flex-start; border-right: 260px solid #c0c0c0; padding-left: 30%; }
.about-box2 .m-img{ width:16%; height: auto; margin-left: 1%; }
.contact-h2-box{ width: 100%; text-align: left!important; }
.contact-h2-box .h3{ text-align: left; }
.contact-h2-box .h3-en{ text-align: left; }
.about-box3{ display: flex; }
.about-box3 .list1{ width: 23%;height: auto;  display: flex; flex-wrap: wrap; margin-right: 20px; }
.about-box3 .list1 .l-img{ width: 100%; height: auto; }
.about-box3 ul li{  width: 100%; position: relative; }
.about-box3 ul li .l-name{ color: #fff; position: absolute; bottom: 22px; left: 20px; font-size: 18px;  }
.about-box3 ul .r-img{ width: 100%; height: auto; }
.about-box3 .list2{ width: 86%; display: flex; flex-wrap: wrap; }
.about-box3 .list2 li{ width: 12.5%; height: auto; }
.about-box3 ul li .r-name{ color: #000;padding-left: 8px; margin-top: -8px; font-size: 12px; }
.about-box3 .list2 li:nth-child(2n){ /*margin-top: auto;*/ }
.contact-line-x1{ width: 100%; height: 1px; background: #ccc; margin-top: 20px; }
.contact-h2-box{ margin-top: 20px; }
.about-box4{ display: flex;align-items: flex-start; padding-bottom: 20px; }
.about-box4 .l-map{ width: 40%; height: auto; }
.about-box4 .r-box{ margin-left: auto; width: 600px; text-align: left; margin-left: 90px; }
.about-box4 .r-box .tel-box{ width: 440px; font-size: 30px; padding: 20px 30px; border: 1px #d60c26 solid; margin-top: 20px; }
.about-box4 .r-box .address{ margin-top: 70px; font-size: 24px; color: #000; padding-bottom: 0px; font-weight: bold; }
.about-box4 .r-box .address-en{ font-size: 18px; color: #666; margin-top: -10px; }
.about-box5{ font-size: 14px; line-height: 1.8; }
.about-box5 .h3{ padding-top: 12px; font-size: 16px; }
.about-box5 .p-box{ font-size: 14px; font-size: 14px; }
.about-box5 .p-box .red-text{ color: #d60c26; }
.about-box6{ display: flex;  padding-top: 80px; }
.about-box6 .h2-box{ font-size: 16px; padding-bottom: 20px; line-height: 1.3; }
.about-box6 .box6-l{ width: 50%; color: #444243; }
.about-box6 .box6-l li{ display: flex; align-items: center; padding-bottom: 6px; font-size: 16px; }
.about-box6 .box6-l .select-box{ padding-bottom: 30px; }
.about-box6 .box6-l .select-box i{ width: 14px; height: 14px; display: flex; align-items: center; justify-content: center; border-radius: 200px; border: 1px #333 solid; box-sizing: border-box; }
.about-box6 .box6-l .select-box span{ padding-left: 8px; }
.about-box6 .box6-r .inp1-box{ display: flex; align-items: center; margin-top: 32px; position: relative; }
.about-box6 .box6-r .inp1-box input{ font-size: 16px; width: 500px; height: 42px; border: 1px #ccc solid; padding-left: 12px; box-sizing: border-box; }
.about-box6 .box6-r .inp1-box label{ width: 100px; font-size: 16px; }
.about-box6 .box6-r { color: #444243; }
.about-box6 .box6-r .t-h2{ font-size: 18px; padding-bottom: 20px; }
.about-box6 .box6-r .inp1-box textarea{ font-size: 18px; width: 500px; min-height: 120px; height: auto; border: 1px #ccc solid; padding: 12px; box-sizing: border-box; }
.about-box6 .box6-r .btn-send{ width: 130px; height: 30px; margin-left: auto; float: right; margin-top: 20px; cursor: pointer; }
.about-box6 .box6-r .inp1-box .inp2{ padding-right: 200px; }
.about-box6 .select-box .active i .dot{ width: 6px; height: 6px; border-radius: 30px;  background-color: #000; }
.about-box6 .box6-r .select-box{ padding-bottom: 30px; position: absolute; top: 4px; right: 8px; display: flex; align-items: center; }
.about-box6 .box6-r .select-box i{ width: 14px; height: 14px; display: flex; align-items: center; justify-content: center; border-radius: 200px; border: 1px #333 solid; box-sizing: border-box; }
.about-box6 .box6-r .select-box span{ padding-left: 8px; }
.about-box6 .box6-r li{ display: flex; align-items: center; padding-bottom: 6px; font-size: 16px; margin-right: 20px; }
.m-about-box1,.m-about-box3,.m-about-box4{ display: none; }
.case-content ul a:nth-child(3n-1){ margin-bottom: 0px; }
.case-content ul a:nth-child(3n-1) img{ transform: scale(1.02);}
.case-content ul a:nth-child(3n-1):hover img{ transform: scale(1.12); }
.case-content ul a{ width: 33.33%; position: relative; overflow: hidden; display: inline-block}
.case-content ul a li{ width: 100%; height: 100%; }
.footer-in {  margin: 0 auto; width: 92%; color: #6a6a6a; }
.arrow:focus,
.arrow:focus {
  outline: none; /* 移除焦点边框 */
}



/*@media screen and (max-width: 1900px) {
    .footer .bottom-logo .copy-right{ width: 100%; max-width: 700px; margin-top: 30px; line-height: 1.5;  text-align: center;
    position: absolute; left: 50%;transform: translateX(-50%); }
}

@media screen and (max-width: 1600px) {
    .footer .bottom-logo .copy-right{ width: 100%; max-width: 450px;margin-top: 30px; line-height: 1.5;  text-align: center;
    position: absolute; left: 50%;transform: translateX(-50%); }
}*/

@media screen and (max-width: 750px) {
    body,html{ overflow-x: hidden; }
    .index-case {
        margin-top: 60px;
        padding-bottom: 30px;
    }
    .header {
        height: 69px;
        min-width:100%;
        background-color: #FFF;
    }
    .mobileHeader .mLogo {
        padding:12px 0px 0px 4px;
    }
    .mobileHeader .mLogo a img{ width: 280px; height: 42px; }
    .mobileHeader .cd{ top: 4px; }
    .mobileMenu .gb img{ width: 24px; height: 24px; }
    .header .nav-logo{ width: 280px; height: 42px; margin-left: -16px; margin-top: -8px; position: relative; }
    .mobileMenu .box{ display: flex; align-content: center; }
    .mobileMenu .gb{ margin-top: 0; margin-right: 0; margin-left: auto; }
    .menu_list{ margin-top: 60px; }


    /*手机端轮播*/
    .m-banner{ width: 92%; margin: 30px 4%; display: block; }
    .swiper-container {
      width: 100%;
      max-width: 400px; /* 适应手机端宽度 */
      margin: 0 auto;
      margin-top: 69px;
      position: relative;
      overflow: hidden;
    }
    .swiper-slide img {
      width: 100%;
      display: block;
    }
    .swiper-button-next,
    .swiper-button-prev {
      color: rgba(0,0,0,0.6) !important;
      padding: 0px;
      margin: 0;
    }
    .swiper-button-next::after,
    .swiper-button-prev::after {
      font-size: 6px!important; /* 设置箭头图标大小 */
    }
    .swiper-button-next:focus,
    .swiper-button-prev:focus {
      outline: none; /* 移除焦点边框 */
    }
    .swiper-button-prev{ left: 0px!important; }
    .swiper-button-next{ right: 0px!important; }
    .m-index-idea{ display: block; text-align: center; }
    .m-index-idea .m-logo{ width: 30%; height: auto; margin-bottom: -4px; }
    .m-index-idea .h3{ font-size: 28px; color: #000; margin-top: -4px; line-height: 1!important; }
    .m-index-idea .h4{ font-size: 14px; color: #000; margin-top: 0; line-height: 2!important; }
    .m-index-idea .idea{ font-size: 18px; color: #1E0000; margin-top: 20px; line-height: 1.6; }
    .index-case .case li{ margin-bottom: 0!important; }
    .case-content .m-case-more {display: block; width: 118px; height: 38px; color: #E50015; line-height: 38px; text-align: center; font-size: 14px; border: 1px solid #000;margin: 20px auto 20px; }
    .m-line-x1{ width: 100%; height: 0.5px; background: #222222; display: block; }
    .m-footer-idea{ display: block; width: 96%; margin-left: 4%; display: flex; justify-content: space-between; }
    .m-footer-idea .idea-title{ font-size: 16px; line-height: 1; }
    .m-footer-idea .idea-content{ margin-top: 12px; }
    .m-footer-idea .idea-item{  width: 24.5%; padding-right: 0.5%; }
    .m-footer-idea .idea-item li{ font-size: 12px; }
    .m-footer-idea i{ color: #e50015; line-height: 0.5; margin-top: -20px; padding-bottom: 22px; }
    .index-case{ padding-bottom: 1px; }
    .footer-nav ul{ width: 100%; margin-left: 0%; padding-top: 30px; display:flex; justify-content: space-between;  }
    .footer-nav li{ width: 20%; text-align: center;line-height: 1;  }
    .footer-nav li a{ margin-right: 2%; font-size: 18px;line-height: 1; }
    .t-footer{ width: 100%; position: relative; min-height: 500px; z-index: 1; padding-bottom: 0px; }
    .t-footer .box-bg{ width: 120%; position: absolute; bottom: 0px; left:-10%; }
    .footer-nav{ position: relative; z-index: 49; }
    .footer-nav li a{ padding-bottom: 0; }
    .footer-content{ width: 36%; margin-left: 2%; }
    .footer-content .footer-logo2{ width: 100%; }
    .menu-bottom{ width: 54%; margin: 0; margin-left: 3%; }
    .footer-top{ display: flex; color: #000; align-items: center; }
    .t-footer .text{ line-height: 1.2!important; font-size: 12px!important; color: #000!important; }
    .t-footer .text p{ font-size: 12px!important; line-height: 1.2; margin-top: 4px; }
    .t-footer .text2{ width: 150%; transform: scale(0.7); line-height: 1.2!important; font-size: 12px!important; color: #000!important; margin-left: -22.6%; }
    .t-footer .text2 p{ font-size: 12px!important; line-height: 1.2; margin-top: 4px; }
    .t-footer .tel-text{ color: #D32D25!important; font-weight:bold!important; line-height: 1.2!important; font-size: 12px!important; }
    .t-footer .tel-text p{ font-size:12px!important;margin-top: 4px; line-height: 1!important; padding-bottom: 4px!important; }
    .qrode-box{ display: flex; justify-content: center; position:relative; z-index: 48; margin-top: 12px; }
    .qrcode{ width: 34%; color: #000; margin: 0 20px; text-align: center; }
    .qrcode span{ text-align: center; font-size: 16px;  }
    .t-footer .bottom-logo{ position: relative; z-index: 99; margin-left: 0; }
    .t-footer .bottom-logo .blogo-border{ width: 70%; margin-left: 1%; }
    .t-footer .bottom-logo .blogo-border img{ width: 90%; }
    .blogo-border{ margin-bottom: 0; }
    /*.bottom-logo div{ margin-top: 0px; }*/
    .t-footer .copy-right2{ width: 150%; transform: scale(1); color: #000; margin-top: 0px; font-size: 7px; line-height: 1.6; padding-bottom: 30px; margin-left: 12px; }
    .t-footer .copy-right p{width: 220%;white-space: nowrap; font-size: 7px; color: #000000; text-align: left; line-height: 1.6; padding: 0; margin: 0; margin-top: 0px;  transform: translateX(-16.2%)  translateY(-30px)  scale(0.64); }
    .kf-box { transform: scale(0.4); right: -46px; }
    .case-idea a{ width: 100%; flex-wrap: wrap; }
    .case-idea .idea-left{ text-align: center; width: 100%; }
    .case-idea .idea-left .h3{ color: #000; margin-top: 20px; }
    .case-idea .idea{ text-align: center; width: 100%; margin-top: 20px; }
    .case-list .case-type{ flex-wrap: wrap; }
    .case-list .warp-type-list{ display: flex; justify-content: space-between; }
    .case-list .warp-type-list a{ margin-right: 1px; font-size: 12px; margin-left: 1px; }
    .case-list .museo-light{ width:auto; }
    .case-list .case-h3{ text-align: center; width: 100%; }
    .new-case{ margin-top: 0; }
    .tactics-c1-text{ padding: 0 12%; line-height: 1.3; }
    .tactics-c2{ display: flex; width:100%; margin: 0 auto; padding: 15px; box-sizing: border-box; flex-wrap: wrap; }
    .tactics-c2 .c2-l{  width: 100%; padding-bottom: 20px; margin-top: 30px; }
    .tactics-c2 .c2-l ul{ width: 100%; display: flex; flex-wrap: wrap; }
    .tactics-c2 .c2-l li{ margin-right: 20px; }
    .tactics-c2 .c2-l li a{  font-size: 18px;line-height: 2; font-size: 14px; }
    .tactics-c2 .c2-l li a:hover{ color: #d60c26; }
    .tactics-c2 .c2-r{ width: 100%; }
    .tactics-c2 .c2-r .c2-content{ width: 100%; }
    .tactics-c2 .c2-r .c2-content .img{ width: 100%; height: auto; }
    .detail-c1-text{ display: none; }
    .detail-c2-info{ width: 92%; margin-left: 4%; margin-top: 0; }
    .detail-c2-info .info-box{ width: 100%; margin: 0 auto; padding: 40px 20px; display: flex; flex-wrap: wrap; box-sizing: border-box; }
    .detail-c2-info .info-box .info-l{ margin-left: 0; font-size: 16px; }
    .detail-c2-info .info-box .info-r li{ width: 160%; line-height: 2; font-size: 12px; transform: scale(0.7); margin-left: -24%; }
    .detail-c2-info .line-x1{ width: 20%; height: 1px; background: #333; margin-top: 10px; margin-bottom: 20px; }
    .detail-c3-content{ width: 100%; margin: 10px auto 0px; padding: 0 15px; box-sizing: border-box; }
    .detail-c3-content .img{ width: 100%; height: auto; margin-top: 4px; }
    .detail-c2-info .icon-close{ position: fixed; top: 24px; right: 24px; width: 20px; height: 20px; margin-left: auto; cursor: pointer; margin-bottom: 12px; z-index: 99; }
    .service-all-case{ width: 92%; margin: 0 4%; text-align: center; display: block; padding: 20px 0; }
    .service-line-x1{ width: 88%; margin: 0 6% height: 1px; background: #ccc;  margin: 0 auto; }
    .service-m-idea .idea{ width: 76%; margin: 0 auto; }
    .service-m-idea .des{ font-size: 20px; color: #d60c26; text-align: center; margin-top: 20px; }
    .service-m-idea .h3{ text-align: center; font-size: 14px; line-height: 1.5; margin-bottom: 30px; }
    .service-m-idea .h3-en{ text-align: center; color: #d60c26; font-size: 24px; margin-top: 20px; line-height: 1; padding-bottom: 8px; }
    .service-list{ display: flex; flex-wrap: wrap; width: 100%; margin: 0; margin-left: 3%; margin-top: 4%; }
    .service-list .one-data{ width: 28.4%; min-height: 100px; font-size: 18px; line-height: 2; cursor: pointer; margin-left: 2%; padding:14px 8px 0; margin-bottom: 8px; box-sizing: border-box; background: #acacac; font-size: 13px; color: #fff; }
    .service-list .one-data .text{ font-size: 12px; line-height: 1.5; }
    .service-list .one-data:hover{ background: #d60c26;  }
    .service-list .one-data:hover .text{ color: #fff; }
    .service-idea{ width: 100%; height: 120px; }
    .service-m-idea .h5-en{ text-align: center; font-size: 14px; line-height: 1.5; margin-top: 20px; padding-bottom: 8px; color: #d60c26; }
    .contact-c1-text{ padding: 0 30px; }
    .about-logo{ display: none; }
    .about-box1{ display: none; }
    .about-box2{ display: none; }
    .about-box3{ display: none; }
    .about-box4{ display: none; }
    .about-box5{ display: block; width: 92%; margin-left: 4%; }
    .about-box6{ display: flex; flex-wrap: wrap; width: 92%; margin-left: 4%; padding-top: 20px; }
    .about-box7{ display: none; }
    .contact-line-x1{ display: none; }
    .m-about-box1{ display: flex; margin-top: 20px; align-items: center; }
    .m-about-box1 .l-img{ width: 132px; height: 90px; }
    .m-about-box1 ul{ display:flex; margin-top: -6px; }
    .m-about-box1 ul .b-img{ width: 42px; height: 28px; margin-right: 3px; }
    .m-about-box1{ padding: 0 2% 0 4%; width: 94%; box-sizing: border-box; }
    .m-about-box1 .r-text{ font-size: 14px; line-height: 1.3; margin-left: 12px; margin-top: -12px; }
    .contact-about{ width: 100%; }
    .contact-h2-box{ padding: 0 4%; height: 54px; }
    .m-about-box3{ display: flex; flex-wrap:wrap; }
    .m-about-box3 .list1{ width: 136px;height: 200px; margin-left: 4%; display: flex; flex-wrap: wrap; margin-right: 0px; }
    .m-about-box3 .list1 .l-img{ width: 136px; height: 200px; }
    .m-about-box3 ul li{ position: relative; }
    .m-about-box3 ul li .l-name{ color: #fff; position: absolute; bottom: 10px; left: 10px; font-size: 14px;  }
    .m-about-box3 ul .r-img{ width: 68px; height: 98px; }
    .m-about-box3 .list2{ width: 200px; display: flex; }
    .m-about-box3 .list2 li{ width: 68px; height:98px; }
    .m-about-box3 ul li:nth-child(2n) .r-img{ height:102px; }
    .m-about-box3 ul li .r-name{ color: #000;padding-left: 8px; margin-left: -20px; margin-top: -12px; font-size: 12px; transform: scale(0.6); }
    .m-about-box3 .list2 li:nth-child(2n){ margin-top: 98px; }
    .m-about-box3 .list3{ width: 200px; display: flex; margin-left: 4%; margin-top: 0px; padding-bottom: 20px; }
    .m-about-box3 .list3 li{ width: 68px; height:98px; }
    .m-about-box3 ul li .r-name{ color: #000;padding-left: 8px; margin-left: -16px; margin-top: -12px; font-size: 12px; transform: scale(0.6); }
    .m-about-box3 .list3 li:nth-child(2n){ margin-top: 98px; }
    .m-about-box4{ width: 100%; display: flex; flex-wrap: wrap; align-items: center; padding-bottom: 20px; }
    .m-about-box4 .l-map{ width: 92%; height: auto; margin-left: 4%; }
    .m-about-box4 .r-box{ margin-left: auto; width: 92%; text-align: left; margin-left: 4%; }
    .m-about-box4 .r-box .tel-box{ width: 92%; font-size: 18px; text-align: center; padding: 6px 12px; margin-top: 12px; border: 1px #d60c26 solid; }
    .m-about-box4 .r-box .address{ margin-top: 30px; font-size: 16px; color: #000; padding-bottom: 0px; font-weight: bold; }
    .m-about-box4 .r-box .address-en{ font-size: 13px; color: #666; margin-top: -4px; }
    .about-box6 .box6-r .inp1-box input{ width: 230px; height: 32px; }
    .about-box6 .box6-r .inp1-box textarea{ font-size: 18px; width: 230px; min-height: 60px; height: auto; border: 1px #ccc solid; padding: 12px; box-sizing: border-box; }
    .about-box6 .box6-r .inp1-box label{ width: 90px; font-size: 16px; }
    .about-box6 .box6-r{ width: 92%; }
    .about-box6 .box6-r .inp1-box{ display: flex; align-items: center; margin-top: 12px; position: relative; }
    .about-box6 .box6-l .select-box{ padding-bottom: 20px; }
    .about-box6 .box6-l li{ padding-bottom: 2px; }
    .about-box6 .box6-r .t-h2{ font-size: 13px; }
    .about-box6 .box6-r .select-box{ top: 0px; right: 4px; }
    .about-box6 .box6-r li{ margin-right: 8px; }
    .about-box6 .box6-r .select-box span{ font-size: 14px; }
    .about-box6 .box6-l{ width: 90%; }
    .about-box6 .box6-r .btn-send{ width: 130px; height: 30px; margin-left: auto; float: right; margin-top: 10px; cursor: pointer; }
    .case-content ul a{ width: 100%; position: relative; overflow: hidden; display: inline-block}
    .case-content ul a li{ width: 100%; height: 100%; }

}

