@charset "utf-8";
@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("../images/load.gif") 50% 50% no-repeat
}

.tran {
    transition: all .3s ease
}

.back2top {
    display: block;
    width: 43px;
    height: 43px;
    background: url(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: 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;
}

.header .header-menu li a {
    font-size: 28px;
    color: #FFF;
}

.header .header-menu li a:hover, .header .header-menu li a.active {
    color: #9fa0a0;
}

.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: 100px;
    overflow: hidden;
}

.banner .bd ul {
    width: 100% !important
}

.banner .bd li {
    width: 100% !important;
    height: 913px;
    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: 850px;
    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(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;
}

.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: 180px
}

.case-content .warp-type {
    height: 50px;
    position: relative;
    margin-bottom: 25px
}

.index-case .index-idea {
    width: 1225px;
    height: 160px;
    margin: 220px auto 150px;
}

.index-case .index-idea .idea {
    font-size: 50px;
    height: 140px;
    color: #000;
    line-height: 85px;
}

.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;}
.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(../images/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 {
    color: #5B5B5B;
}

.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 {
    background: #050505;
    padding: 80px 0 60px;
    z-index: 10;
    letter-spacing: 1px;
}

.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: 1100px;
    margin: 80px auto 110px;
}

.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(../images/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(../images/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: 476px;
        position: absolute;
        top: 50%;
        margin-top: -238px;
        left: 16px;
    }

    .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;
    }


}
