@media screen and (max-width: 767px) {
    body,
    html {
        height: 100%;
    }
    body {
        font: 14px Microsoft YaHei, SimHei, arial, SimSun;
    }
    .hide-mobile {
        display: none;
    }
    .head-logo {
        float: none;
        text-align: center;
    }
    .head-logo img {
        display: inline-block;
        width: 110px;
    }
    .head-wrap {
        height: 60px;
    }
    .bannerSlide {
        padding-top: 60px;
    }
    .show-mobile {
        display: block;
    }
    .lcbody {
        width: 30px;
        height: 30px;
        position: absolute;
        transform: translateZ(0px) rotate(0deg);
        transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
        top: 5px;
        left: 20px;
    }
    .lcitem {
        position: absolute;
        left: 0;
        top: 0;
        transform: translateZ(0px) rotate(0deg);
        transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
        -webkit-transform: translateZ(0px) rotate(0deg);
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
        width: 30px;
        height: 30px;
    }
    .lcitem .rect {
        width: 30px;
        height: 1px;
        background: #999;
        position: absolute;
        left: 0;
        top: 14px;
        transition: transform .2s ease .2s;
        -webkit-transition: -webkit-transform .2s ease .2s;
    }
    .lcitem .rect.top {
        transform: translate3d(0px, -6px, 0px);
        -webkit-transform: translate3d(0px, -6px, 0px);
    }
    .lcitem .rect.bottom {
        transform: translate3d(0px, 6px, 0px);
        -webkit-transform: translate3d(0px, 6px, 0px);
    }
    .head-menu-mobile {
        width: 260px;
        height: 100%;
        background: #1a1b1c;
        position: fixed;
        top: 0;
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 0;
        z-index: 0;
    }

    .item-menu {
        width: 100%;
        padding: 0 5%;
    }
    .item-menu-step {
        width: 75px;
    }
    .item-menu-site-title {
        top: 35px;
    }
    .item-menu-pic {
        position: relative;
        width: 90%;

        right: 0;
        margin: -65px auto;
    }
    .item-menu-site-title p {
        font-size: 16px;
        line-height: 28px;
    }
    .item-menu-site-title{
        width: 100%;
        position: relative;
    }
    .item-menu-seo figure{
        width: 49%;
    }
    .item-menu-seo{
        width: 100%;
        margin:65px auto 0;
    }
    .item-menu-seo figure img{
        width: 100%;
    }
    .item-menu-sem{
        margin-left:2%; 
    }
    .item-menu-seo-title{
        margin-top: 0;
    }
    .item-menu-seo-intro{
        margin-top: 60px;
        width: 100%;
        line-height: 25px;  
    }
    .item-menu-app-right{
        width: 100%;
    }
    .item-menu-app-top>img{
        width: 33%;
    }
    .item-menu-app-detail{
        margin-top: 25px;
    }
    .item-menu-app-detail p{
        font-size: 16px;
        line-height: 35px;
    }
    .item-menu-app-intro{
        margin-top: 20px;
    }
    .item-menu-content>div{
        height: 525px;
    }
    .advantage-content-mobile{
            margin-top: 40px;
    }





    .item-menu li {
        margin-left: 11%;
        line-height: 50px;
    }
    .head-menu-mobile ul li {
        display: block;
        min-height: 49px;
        border-top: 1px solid #313233;
        font-size: 1.3rem;
        width: 100%;
    }
    .head-menu-mobile ul li.active a {
        color: #ff8400;
    }
    .head-menu-mobile ul li a {
        display: block;
        width: 100%;
        padding: 0 30px;
        color: #b7b7b7;
        line-height: 45px;
        font-size: 14px;
    }
    .head-service-mobile .head-service-add-mobile {
        padding-top: 0;
    }
    .head-service-add-mobile li {
        padding-left: 20px;
    }
    .head-service-add-mobile i {
        color: #b7b7b7;
        float: left;
        font-size: 14px;
        margin: 17px 20px 0 14px;
    }
    .site-content {
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        background-color: #fff;
        position: relative;
        z-index: 1;
        height: 100%;
        box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.6);
    }
    body.open .site-content,
    body.open .head-wrap {
        transform: translate3d(260px, 0, 0);
        -webkit-transform: translate3d(260px, 0, 0);
    }
    body.open .lcbody {
        transform: translateZ(0px) rotate(90deg);
        -webkit-transform: translateZ(0px) rotate(90deg);
    }
    body.open .lcitem {
        transform: translateZ(0px) rotate(45deg);
        transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
        -webkit-transform: translateZ(0px) rotate(45deg);
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
    }
    body.open .lcitem.bottom {
        transform: translateZ(0px) rotate(-45deg);
        -webkit-transform: translateZ(0px) rotate(-45deg);
    }
    body.open .lcitem .rect {
        transition: transform 0.2s ease 0s;
        transform: translate3d(0px, 0px, 0px);
        -webkit-transition: -webkit-transform 0.2s ease 0s;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
    .slideBox ul li:first-child,
    .slideBox ul li:nth-child(2),
    .slideBox ul li:last-child {
        background-size: 100%;
    }
    .slideBox ul li {
        height: auto;
    }
    .content-wrap {
        top: 0;
    }
    .bannerSlide {
        position: relative;
    }
    .title p {
        font-size: 20px;
        padding: 20px 0 0;
    }
    .title hr {
        height: 2px;
        width: 38px;
        background: #ff8400;
        border: none;
        margin: 5px auto 15px;
    }
    .advantage-content-wrap {
        padding: 40px 5% 45px;
    }
    .advantage-content-item {
        width: 48%;
        margin-right: 3.9%;
        height: 225px;
        padding: 20px 15px 0 15px;
    }
    .advantage-content-wrap>div:nth-child(2n) {
        margin-right: 0;
    }
    .advantage-content-wrap>div:nth-child(3),
    .advantage-content-wrap>div:nth-child(4) {
        margin-top: 20px;
    }
    .advantage-content-item img {
        width: 40px;
    }
    .advantage-content-item>p {
        font-size: 16px;
        margin: 20px 0 8px 0;
    }
    .advantage-content-item div {
        font-size: 14px;
        line-height: 20px;
    }
    .news-content {
        /*padding: 0 5%;*/
        margin-top: 20px;
    }
    .container {
        padding: 0 5%;
    }
    .news-content-item {
        width: 100%;
        background: none;
        border: none;
        border-bottom: 1px solid #dde1e2;
    }
    .news-content-item figure {
        padding: 0;
    }
    .news-content-item figure figcaption {
        width: auto;
        padding-bottom: 20px;
    }
    .news-wrap {
        padding-bottom: 0;
    }
    .footer-content {
        padding: 30px 5% 20px;
    }
    .footer-right {
        width: 100%;
        float: none;
    }
    #bannerSlide {
        overflow: hidden;
    }
    .footer-contact {
        font-size: 25px;
        top: 5px;
    }
    .footer-right-way,
    .footer-code {
        float: none;
        margin-top: 25px;
    }
    .footer-right-way {
        font-size: 14px;
    }
    .footer-right-kind {
        line-height: 25px;
    }
    .footer-code {
        width: 100px;
        height: auto;
    }
    .copy-right {
        font-size: 13px;
        line-height: 30px;
    }
    .tpl-content-wrap {
        top: 0;
        /*padding: 0 5%;*/
    }
    .company-intro-wrap img {
        width: 132px;
    }
    /*  .company-intro-detail{
            padding-left: 160px;
            font-size: 14px;
    }*/
    .company-intro-english {
        font-size: 16px;
    }
    .company-intro-title {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .company-intro-detail>div {
        line-height: 22px;
    }
    .company-intro-detail-mobile {
        padding-left: 143px;
    }
    .company-intro-mobile-part,
    .company-intro-detail-mobile {
        font-size: 12px;
        line-height: 20px;
        color: #6a6a6a;
    }
    .company-intro-mobile-part {
        margin-top: 20px;
    }
    .company-intro-wrap {
        padding-top: 45px;
    }
    .company-culture-wrap {
        padding: 5px 0 20px 0;
    }
    .tpl-hr {
        margin: 10px auto 25px;
    }
    .company-culture-wrap .title p {
        font-size: 16px;
    }
    .tpl-hr:after {
        width: 100px;
        height: 2px;
        left: 50%;
        top: 0;
        margin-left: -50px;
    }
    .company-culture-item {
        width: 32.6%;
        margin-right: 1%;
    }
    .company-culture-item img {
        width: 100%;
    }
    .company-culture-item-content p:first-child {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .company-culture-item-content {
        line-height: 20px;
        font-size: 14px;
        padding: 10px 0;
    }
    .company-culture-content>div:last-child {
        margin-right: 0;
    }
    .company-team-sub {
        font-size: 14px;
    }
    .section-content-title {
        font-size: 18px;
        margin-bottom: 0;
    }
    .section1-content-left {
        font-size: 13px;
        line-height: 25px;
    }
    .section-content-wrap>div {
        float: none;
    }
    .section-content-wrap {
        padding: 25% 5% 0;
        height: 100vh;
    }
    .section1-content-icon-wrap img {
        width: 30px;
        margin: 20px 15px 0 0;
    }
    .section1-content-right {
        position: relative;
        width: 100%;
        text-align: center;
        top: 25%;
    }
    .section1-content-right-img1,
    .section1-content-right-img2 {
        position: relative;
        display: inline-block;
        width: 90%;
    }
    .section1-content-right-img2 {
        width: 31%;
        position: absolute;
        top: -12%;
        right: 124px;
    }
    .section-content-sub {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .section-content-light {
        font-size: 14px;
        margin-top: 5px;
    }
    .section2-content-ask a {
        width: 105px;
        line-height: 33px;
        font-size: 15px;
        margin: 15px 15px 0 0;
    }
    .section2 .section1-content-right,
    .section4 .section1-content-right,
    .section6 .section1-content-right {
        top: 5%;
    }
    .section2-content-right .section1-content-right-img1 {
        right: 0;
    }
    .section3 .section1-content-right {
        top: 0;
    }
    .section3 .section1-content-right-img1 {
        width: 70%;
        left: 0;
    }
    .section3-content-right .section1-content-right-img1 {
        position: relative;
    }
    .section4 .section1-content-right-img1 {
        width: 65%;
    }
    .section5 .section1-content-right-img1,
    .section7-content-right .section1-content-right-img1 {
        left: 15px;
        margin-bottom: 5%;
    }
    .section7-content-right {
        text-align: center;
    }
    .section7-content-right .section1-content-right-img1 {
        width: 65%;
        margin-bottom: 0;
    }
    .head-menu-mobile .head-service-seo {
        padding-top: 0;
        padding-left: 10px;
    }
    .head-service-seo li {

        border-top: 1px solid #313233;
    }
    .seo-diff-item-number {
        width: 60px;
        height: 60px;
        margin: 0;
    }
    .seo-diff-item-number div {
        margin: 15px 0 0 -12px;
        width: 84px;
    }
    .seo-diff-item-content {
        font-size: 14px;
        margin-left: 13px;
        width: 255px;
    }
    .seo-diff-item-content p:first-child {
        margin: 5px 0;
        font-size: 14px;
    }
    .seo-diff-content {
        margin: 40px 0;
    }
    .seo-diff-right-item {
        margin-bottom: 10px;
    }
    .seo-diff-right {
        margin-top: 0;
    }
    .wechat-item {
        width: 49%;
        margin: 20px 2% 5px 0;
        padding: 0 2%;
        box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    }
    .wechat-content>.wechat-item:nth-child(3) {
        margin-right: 0;
    }
    .wechat-content {
        padding: 0 5% 40px;
    }
    .wechat-item img {
        margin: 18px 0 15px;
    }
    .seo-item-title {
        font-size: 14px;
        padding-bottom: 0;
    }
    .wechat-item-detail {
        line-height: 20px;
    }
    .seo-advantage-item {
        height: 205px;
    }
    .seo-service-item {
        margin: 0 2% 25px 0;
        width: 49%;
        border: 8px solid #ececec;
    }
    .seo-service-content>div:nth-child(2n) {
        margin-right: 0;
    }
    .seo-service-item img {
        margin: 20px 0 0;
        height: 47px;
    }
    .seo-option-item {
        width: 50%;
        padding-top: 30px;
        line-height: 21px;
    }
    .seo-option-item {
        margin-bottom: 35px;
    }
    .seo-option-item img {
        margin-top: 12px;
        height: 25px;
    }
    .seo-option-item:after {
        height: 135px;
    }
    .sem-service-left img {
        width: 100%;
    }
    .padding-bottom {
        padding: 15px 0 40px;
    }
    .sem-service-content>div {
        width: 100%;
        float: none;
        line-height: 25px;
    }
    .sem-service-content .sem-service-content-wrap {
        width: 100%;
        margin-left: 0;
    }
    .sem-service-title {
        margin: 0;
        font-size: 15px;
    }
    .sem-service-ask {
        width: 108px;
        line-height: 30px;
        margin-top: 10px;
        font-size: 12px;
    }
    .sem-service-item img {
        height: 40px;
    }
    .sem-service-item {
        height: 122px;
    }

    .sem-advantage-item {
        width: 100%;
        padding: 0 4% 18px;
        height: auto;
    }
    .sem-advantage-item1 {
        margin-left: 0;
    }
    .sem-advantage-item2 {
        margin-right: 0;
    }
    .sem-advantage-item4,
    .sem-advantage-item5 {
        margin-top: 20px;
    }
    .sem-advantage-item-top {
        margin: 18px 0 2px;
    }
    .sem-advantage-item-number>div {
        font-size: 16px;
        margin: 9px 0 0 -7px;
    }
    .sem-advantage-wrap {
        padding-bottom: 40px;
    }
    .sem-service-content .sem-optimization-left {
        width: 100%;
        margin: 40px 0 0 15px;
    }
    .sem-optimization-item {
        width: 45%;
        margin-right: 5%;
    }
    .sem-optimization-item p:first-child {
        font-size: 16px;
    }
    .sem-optimization-item p:first-child:after {
        border-left: 7px solid #ff8400;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        top: 5px;
        left: 62px;
    }
    .sem-optimization-right img {
        width: 100%;
    }
    .sem-optimization-content {
        padding-bottom: 40px;
    }
    .mobile-h5-content>img:first-child {
        margin-left: 0;
    }
    .mobile-h5-content img {
        margin: 10px 0 0 5%;
        width: 30%;
    }
    .mobile-h5-wrap {
        height: 365px;
    }
    .wechat-development-content {
        padding: 0 0 40px;
    }
    .wechat-development-content .wechat-item {
        height: 225px;
    }
    .wechat-development-content>div:nth-child(2n) {
        margin-right: 0;
    }
    .wechat-development-content>.wechat-item:nth-child(3) {
        margin-right: 2%;
    }
    .wechat-development-content img {
        width: 65px;
    }
    .applet-content {
        background: url(../images/applet_pic_mobile.png) center bottom no-repeat;
        background-size: 100%;
        margin-top: 0;
        height: 735px;
        /*height: 200px;*/
    }
    .applet-mobile-item {
        top: 40px;
        width: 100%;
        height: auto;
        position: relative;
        border-radius: 8px;
        padding: 10px 20px;
        box-shadow: 1px 3px 3px rgba(0, 0, 0, .3) inset;
        background-color: #f3e3a5;
        margin-bottom: 15px;
    }
    .applet-mobile-item-top-pic {
        width: 30px;
        height: 30px;
        border-radius: 4px;
        background: #fff;
        float: left;
        margin-right: 8px;
        text-align: center;
    }

    .applet-mobile-content {
        margin-top: -30px;
    }
    .applet-mobile-item-top img {

        width: 56%;
        display: inline-block;
        margin-top: 3px;
    }
    .applet-mobile-item-top>p {
        font-size: 16px;
        padding-top: 5px;
    }
    .applet-mobile-item-content {
        color: #5f5f5f;
        line-height: 22px;
        margin-top: 8px;
    }
    .applet-mobile-item2 img,
    .applet-mobile-item3 img,
    .applet-mobile-item4 img {
        margin-top: 7px;
    }

    .applet-wrap {
        height: 820px;
    }


    .app-item {
        width: 100%;
        padding: 0 5%;
    }
    .app-item img {
        width: 18%;
        margin: 10px 0 10px 0;
        float: left;
    }
    .app-item-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .app-content-mobile {
        float: left;
        text-align: left;
        padding: 16px 0 0 6%;
        width: 82%;
    }
    .app-item {
        line-height: 20px;
        margin-bottom: 20px;
    }
    .app-content {
        padding-bottom: 40px;
    }


    .news-tpl-content-wrap>div:nth-child(2n+1) {
        margin-left: 0;
    }
    .news-tpl-content-wrap {
        padding-top: 40px;
    }
    .cases-item {
        width: 48%;
        margin: 0 0 20px 4%;
    }
    .cases-item-pic {
        height: auto;
    }
    .cases-item-detail {
        line-height: 40px;
    }
    .news-content-detail {
        padding: 0;
    }
    .news-content-date {
        margin-bottom: 0;
    }
    .news-content-date .md {
        position: relative;
    }
    .news-content-date .md:after {
        left: 0;
    }
    .news-content-title {
        font-size: 16px;
    }
    .news-content-description {
        margin-top: 5px;        
    }
    .news-content-detail-item {
        margin-bottom: 25px;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }
    .news-tpl-content {
        margin-top: 40px;
    }
    .contact-item {
        float: none;
        padding: .35rem 10px;
        width: 100%;
        text-align: left;
        overflow: hidden;
        height: 100px;
    }

    .contact-item .icon {
        float: left;
        margin: 3% 5% 0 5%;
        width: 60px;
        height: 60px;
    }

    .contact-item .con {
        margin-top: 0;
        padding: 3% 0 0;
        background: none;
    }

    .contact-item .con p {
        display: block;
        font-size: 14px;
        color: #989898;
    }

    .contact-item p>label {
        float: none;
        display: block;
    }
    .contact-item p>span {
        display: inline-block;
        margin-left: 0;
    }
    .contact-item .p1>span {
        margin-left: 0;
    }
    .contact-item .icon {}
    .contact-item .icon img {
        width: 100%;
        height: 100%;
    }
    .contact-item .con {
        margin-left: 22%;
    }
    .inner-page-title .title {
        font-size: 20px;
    }
    .contact {
        padding: 40px 0 0 0;
    }
    .contact-body {
        padding-top: 25px;
    }
    .contact-list {
        padding: 0;
    }
    .news-show-head .title{
        font-size: 16px;
        padding-top: 40px;
    }
    .news-show-body{
        padding: 15px 0;
    }
}