@import url("less.css");

@box-shadow:
@font-face {
  font-family: "pingfang";
  src: url("../font/DINPro-Black.otf");
}

* {
  margin: 0;
  padding: 0;
}

.grey {
  background-color: #fafbfc;
}

body,
header,
nav,
container,
contain,
section,
content,
footer,
div,
p,
a,
span,
ul,
ol,
li,
dl,
dt,
dd,
img {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Microsoft YaHei";
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

/* input {
  background: transparent;
  outline: none;
  border: none;
} */

/* li {
    list-style: none;
    text-align: center;
} */
.ql-align-center {
  text-align: center;
}

.ql-align-right {
  text-align: right;
}

.ql-align-left {
  text-align: left;
}

.ul ul li {
  list-style: none;
  text-align: center;
}

/*微软雅黑
 font-family:'Microsoft YaHei'
 */

/* PC端****************************************************************************************************************************** */
@media screen and (min-width: 1200px) {
  .container {
    width: 1000px;
    margin: 0 auto;
  }

  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }

  /* 点击前后颜色 */
  .big-bold {
    font-size: 16px;
    font-weight: bold;
    color: #1292f0;
  }

  .normal {
    font-size: 16px;
    font-weight: normal;
    color: #000;
  }

  .sec_title {
    text-align: center;
  }

  .sec_title>h4 {
    display: inline;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    font-size: 24px;
    color: #333333;
    font-family: "Microsoft YaHei";
  }

  .sec_title>p {
    color: #999999;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    margin-top: 15px;
  }

  /* 文字内容 */
  .content {
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: 0.1em;
  }


  /* 下拉框 */
  .out-box {
    width: 20%;
    height: 30px;
    padding: 3px 0px;
    margin: 0px 10px;
    border: 1px solid #a9a9a9;
  }

  .option-text {
    line-height: 30px;
    color: #757575;
    font-size: 12px;
    /* padding: 0px 5px;
        height: 30px; */
    width: 82%;
  }

  .select_box {
    border: 1px solid #a9a9a9;
    line-height: 30px;
    font-size: 13px;
    color: #a9a9a9;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    margin-left: -1px;
    margin-top: 34px;
    border-top: none;
  }

  .select_box span {
    display: block;
    padding: 5px;
    cursor: pointer;
    color: #757575;
    font-size: 12px;
  }

  .select_box span:hover {
    display: block;
    background: gainsboro;
  }

  /* 分页 */

  .box {
    width: 100%;
    margin: 0px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
  }

  .page {
    width: 700px;
    float: left;
    width: 100%;
    padding: 10px 0px;
    background-color: #fff;
    text-align: center;
  }

  .info {
    float: left;
    width: 100%;
    text-align: center;
  }

  /* .fl {
        float: left;
        width: 100%;
        padding: 10px 0px;
        background-color: #FFF;
        text-align: center;
    } */

  /*顶部*/
  header {
    width: 100%;
    height: 100px;
    line-height: 100px;
  }

  /* 导航 */
  nav {
    width: 100%;
    max-width: 1300px;
    height: 100px;
    background: #fff;
    margin: 0 auto;
  }

  nav>div {
    height: 100%;
    display: inline-block;
    /*margin-left: 36px;*/
    z-index: 100;
  }
  
  nav .c_logo{
	  margin-left:36px;
  }
  
  nav .navPc{
	  width: 150px;
  }

  nav>div>ul>li {
    line-height: 100px;
    width: 100px;
    float: left;
  }

  nav>div>ul>li>a {
    color: #000;
  }

  nav>div>ul>li {
    position: relative;
  }

  nav>div>ul>li:nth-child(2)>ul:hover,
  nav>div>ul>li:nth-child(2)>a:hover+ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  nav>div>ul>li>ul {
    position: absolute;
    top: 60px;
    left: 0;
    width: 460px;
    padding: 30px 30px 10px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: white;
    border-radius: 0px 0px 10px 10px;
    z-index: 1000;
    display: none;
  }

  nav>div>ul>li>ul>li {
    font-size: 14px;
    color: black;
    width: 150px;
    text-align: center;
  }

  nav>div>ul>li>ul>li>a:active {
    color: black;
  }

  nav>div>ul>li>ul>li>a:hover {
    color: #0093f2;
  }


  nav>div>ul>li>a:hover {
    color: #1292f0;
    font-size: 16px;
  }

  /* 选定的链接*/
  nav>div>ul>li>a:active {
    color: #1292f0;
  }

  #nav_list {
    display: inline-block;
  }

  #navPaid_btn {
    display: none;
  }



  /* 开发定制 */
  .customer {
    width: 98%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }


  /* 这里只有一张图片 */
  .sec {
    width: 100%;
  }

  .sec_PAD {
    display: none;
  }

  .sec div img {
    width: 100%;
    min-width: 1000px;
  }

  .index .sec img:hover {
    cursor: pointer;
  }

  .index .sec .swiper-button-next,
  .index .sec .swiper-button-prev {
    top: 40%;
  }

  /* 轮播点 */
  #pagination {
    display: none;
  }

  #pagination_serviceDetail {
    display: none;
  }

  #pagination_whychoose {
    display: none;
  }

  #pagination_comment {
    display: none;
  }

  /* 介绍 */
  .sec1 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec1_left {
    width: 55%;
    padding: 1% 1%;
    z-index: -1;
  }

  .sec1_left img {
    width: 100%;
    -webkit-box-shadow: 5px 5px 30px #e9f7fd;
    box-shadow: 5px 5px 30px #e9f7fd;
    margin: 0;
    border: 10px solid #ffffff;
  }

  .sec1_right {
    width: 39%;
    padding: 0% 1% 5% 3%;
    font-size: 12px;
    z-index: -1;
  }

  .sec1_right>h3 {
    width: 250px;
    font-size: 24px;
    margin: 10px auto;
    padding-bottom: 10px;
    color: #0e0e0e;
    font-weight: 200;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
  }

  .sec1_right>p {
    text-align: center;
    color: #6f6f6f;
    font-size: 12px;
  }

  .sec1_con {
    text-align: left;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 24px;
    text-indent: 2em;
    margin-top: 30px;
  }

  /* app定制 */
  .sec1_one {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 0px;
  }

  /*我们的服务*/
  .sec2 {
    padding-top: 60px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }

  .sec2_one {
    padding-top: 30px;
    width: 100%;
    margin: 0 auto;
  }

  .sec2_one {
    padding: 60px 0;
    width: 100%;
    max-width: 1200px;
    /* height: 1460px; */
    margin: 0 auto;
  }

  .sec2_content>div {
    width: 22%;
    font-size: 12px;
    -webkit-box-shadow: 5px 5px 30px #e2e2e2;
    box-shadow: 5px 5px 30px #e2e2e2;
    margin: 15px 0px;
  }

  .sec2_content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0px;
  }

  #sec2_title {
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #000000;
  }

  #sec2_con {
    line-height: 25px;
    font-size: 14px;
    color: #999999;
    margin: 0 auto;
    margin: 0px 16px;
    text-align: justify;
  }

  /*客户案例*/
  .active {
    /* background: #66d9f6; */
    color: #fff;
    /* background: -webkit-gradient(linear,lefttop,leftbottom, from(#34affe), to(#1fcaf6));
        background: -moz-linear-gradient(top,#34affe,#1fcaf6); */
    background: -moz-linear-gradient(top, #34affe, #1fcaf6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34affe', endColorstr='#1fcaf6');
    background-image: -webkit-gradient(linear, left top, left bottom, from(#34affe), to(#1fcaf6));
    background-image: linear-gradient(to bottom, #34affe, #1fcaf6);
  }

  .sec3 {
    padding: 60px 0px;
    width: 100%;
    background: url(../img/PC/bg_service.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
  }

  .sec3>a {
    display: none;
  }

  .sec3_con {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    padding: 15px 0px;
  }

  .sec3_nav {
    float: left;
    width: 168px;
    height: 480px;
    margin: 10px 10px;
  }

  .sec3_nav>ul>li {
    /* width:260px; */
    width: 100%;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
  }

  #sec3_con {
    margin-top: 20px;
    margin-right: 0%;
    float: right;
    width: 78%;
  }

  #sec3_con img {
    width: 100%;
  }

  /* 行业案例页面的行业案例 */
  .sec3_case {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 60px 0px;
  }

  .sec3_caseCon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0px;
  }

  .sec3_caseCon>p {
    line-height: 190px;
    width: 15%;
  }

  .sec3_caseCon>p>img {
    width: 70%;
  }

  .sec3_caseMain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sec3_caseleft {
    /* width: 50%; */
    margin-left: 50px;
  }

  .sec3_caseleft>img {
    width: 100%;
    height: 340px;
  }

  .sec3_casecenter {
    width: 40%;
    padding: 30px;
  }

  .sec3_casecenter>p {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }

  .sec3_casecenter>pre {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #767676;
  }

  .sec3_casecenter>p>img {
    height: 120px;
    margin-bottom: 10px;
  }

  .sec3_caseCon>span {
    color: #838383;
    line-height: 28px;
  }

  #index_next {
    display: none;
  }

  #index_prev {
    display: none;
  }

  /*为什么选择我们*/
  .sec4 {
    padding-top: 60px;
    max-width: 1200px;
    margin: 0px auto;
    width: 100%;
  }

  .sec4_con>div>div {
    width: 29% !important;
    height: 447px;
    -webkit-box-shadow: 5px 5px 30px #e2e2e2;
    box-shadow: 5px 5px 30px #e2e2e2;
    float: left;
    font-size: 12px;
    margin: 0px 10px;
    padding: 16px;
  }

  .sec4_con {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sec4_con>div>div>ul>li {
    margin-bottom: 20px;
    font-size: 16px;
    color: #555555;
    text-align: justify;
  }

  .sec4_con>div>div>ul>li>img {
    width: 100%;
  }

  .sec4_con>div>div>ul>li>div {
    margin-left: 20px;
    height: 80px;
    line-height: 80px;
    float: left;
    font-size: 18px;
    color: #262626;
  }

  .sec4_con>div>div>ul>li:last-of-type {
    text-align: justify;
    /* text-indent: 2em; */
    font-size: 14px;
    color: #737373;
  }

  .sec4_img>img {
    display: none;
  }

  .sec4_text {
    width: 100%;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec4_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 30px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .sec4_btn,
  .sec8_btn {
    cursor: pointer;
    position: relative;
  }

  .sec4_btn:first-of-type::after,
  .swiper-slide:first-of-type .sec8_btn:first-of-type::after {
    content: "";
    background-image: url("../img/PC/WX.jpg");
    background-repeat: no-repeat;
    position: absolute;
    left: -15px;
    top: -331px;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 110%;
    height: 325px;
    display: none;
  }


  .sec4_btn:first-of-type:hover::after,
  .swiper-slide:first-of-type .sec8_btn:first-of-type:hover::after {
    opacity: 1;
    display: block;
  }

  .swiper-slide:first-of-type .sec8_btn:first-of-type::after {
    left: 15px;
  }
  .sec4_btn:nth-of-type(2),
  .swiper-slide:nth-of-type(2) .sec8_btn:first-of-type{
    cursor: pointer;
    position: relative;
  }
  .sec4_btn:nth-of-type(2)::after,
  .swiper-slide:nth-of-type(2) .sec8_btn:first-of-type::after{
    position: absolute;
    width: 100%;
    height: 100%;
    background:url('../img/PC/email.png') 100% 100% no-repeat;
    background-position: center;
    background-size:contain;
    line-height:54px;
    content: '0755-32810291';
    font-size: 20px;
    color: red;
    top: -100%;
    left: 0px;
    z-index: 100;
    text-align: center;
    opacity: 0;
    display: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  .sec4_btn:nth-of-type(2):hover::after,
  .swiper-slide:nth-of-type(2) .sec8_btn:first-of-type:hover::after{
    opacity: 1;
    display: block;
  }

  #list-first {
    height: 80px;
    line-height: 80px;
  }

  /* 核心技术 */
  .sec5 {
    width: 100%;
    padding-top: 60px;
    background: #f3f3f3;
  }

  .sec5_con {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 30px 0px;
    /* height:500px; */
  }

  .sec5_con div {
    display: inline-block;
    width: 20%;
    margin-bottom: 40px;
  }

  #title {
    font-size: 16px;
    color: #2f2f2f;
    font-family: "Microsoft YaHei";
    line-height: 36px;
  }

  #content {
    font-size: 13px;
    color: #888888;
    font-family: "Microsoft YaHei";
    line-height: 36px;
  }

  /* 服务行业 */
  .sec6 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    margin-bottom: 20px;
  }

  .sec6_con {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: -1;
  }

  .sec6_con>div {
    display: inline-block;
    background: #f3f3f3;
    padding: 8px;
    margin: 15px;
    width: 230px;
    height: 221px;
    cursor: pointer;
    font-size: 18px;
    color: #515151;
    font-family: "Microsoft YaHei";
  }

  .bottom_tilte {
    line-height: 50px;
    margin: 0px 10px;
  }

  .sec6_con>div>ul>li>img {
    height: 170px;
  }

  .sec6_con>div img {
    width: 100%;
  }

  .sec6_con div:hover {
    background: #66d9f6;
    -webkit-box-shadow: 5px 5px 30px #878787;
    box-shadow: 5px 5px 30px #878787;
    color: #fff;
    /* box-shadow: 5px 5px 5px rgba(243, 243, 243, 0.9); */
  }

  /* 成功案例 */
  .sec6_case {
    width: 100%;

    /* height: 950px; */
    margin: 0 auto;
    padding: 60px 0px;
    background-color: #f6f6f6;
  }

  .sec6_casecon {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
  }

  .sec6_casecon>div {
    display: inline-block;
    background: #fff;
    margin: 15px;
    /* width: 212px; */
    width: 270px;
    /* height: 200px; */
    cursor: pointer;
    font-size: 16px;
    color: #000000;
    font-family: "Microsoft YaHei";
  }

  .sec6_casecon div:hover {
    -webkit-box-shadow: 5px 5px 30px #838383;
    box-shadow: 5px 5px 30px #838383;
  }

  .sec6_casecon>div img {
    width: 100%;
    /* height: 200px; */
    height: 280px;
  }

  .left {
    float: left;
  }

  .right {
    float: right;
  }

  /* 服务流程 */
  .sec7 {
    padding-top: 60px;
    margin: 0px auto;
    width: 100%;
    height: 560px;
    background: #f7f7f7 url("../img/PC/bg_service.jpg") no-repeat 50% 0;
  }

  .sec7_title>h4 {
    border-bottom: 2px solid #e2e2e2;
    width: 100px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
    font-size: 24px;
    color: #333333;
    font-family: "Microsoft YaHei";
  }

  .sec7_title>p {
    color: #999999;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    margin-top: 6px;
    text-align: center;
  }

  .sec7_con {
    width: 1200px;
    margin: 0 auto;
    padding: 14px 0px;
  }

  /* .sec7 div{
    width:1200px;
    height:120px;
    margin:0 auto;
} */
  #Paidi7 {
    display: none;
  }

  .sec7 .con_img {
    width: 100%;
    height: 100px;
    margin: 0 auto;
  }

  .sec7 .con_img img {
    width: 100%;
  }

  .sec7 .con {
    width: 100%;
    height: 170px;
    margin: 0 auto;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: 42px;
  }

  .sec7 .con div {
    width: 18%;
    text-align: center;
    height: 170px;
    font-size: 14px;
    color: #8e9999;
    float: left;
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec7 .con>div:nth-of-type(1)>ul {
    margin-left: -40px;
  }

  .sec7 .con>div:nth-of-type(2)>ul {
    margin-left: -18px;
  }

  .sec7 .con1 {
    width: 98%;
    margin: 0 auto;
    text-align: center;
    height: 120px;
    margin: 0 auto;
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
    margin-left: 30px;
  }

  .sec7 .con1 div {
    width: 19%;
    text-align: center;
    height: 100px;
    font-size: 14px;
    color: #8e9999;
    float: left;
    line-height: 23px;
  }

  /* 客户评价 */
  .sec8 {
    padding-top: 60px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
  }

  .sec8_title>h4 {
    border-bottom: 2px solid #e2e2e2;
    width: 100px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
    font-size: 24px;
    color: #333333;
    font-family: "Microsoft YaHei";
  }

  .sec8_title>p {
    color: #999999;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    margin-top: 6px;
    text-align: center;
  }

  .sec8_con {
    width: 1200px;
    height: 770px;
    margin: 0 auto;
  }

  .con_first>div {
    width: 365px;
    height: 770px;
    text-align: center;
    margin: 15px;
    float: left;
    /* border:1px solid red;     */
  }

  .con_first>div>ul {
    width: 100%;
    height: 550px;
    /* margin:25px; */
    -webkit-box-shadow: 5px 5px 50px #f3f3f3;
    box-shadow: 5px 5px 50px #f3f3f3;
    margin-bottom: 60px;
    border-radius: 5px;
  }

  .sec8_btn {
    position: relative;
    cursor: pointer;
  }

  /* 点击出现二维码 */
  /* .popUpWX:hover > img:first-child:not(:last-child) {
    top: -335px;
    opacity: 1;
    transition: all 0.5s ease;
  } */

  /* .popUpWX > img:first-child:not(:last-child) {
    position: absolute;
    left: 20px;
    top: 0px;
    opacity: 0;
    transition: all 0.5s ease;
  } */
  .sec8_con>div>div>ul>li {
    padding: 6px 20px;
    font-size: 14px;
    color: #999999;
    text-align: left;
    text-align: justify;
    line-height: 20px;
    font-family: "Microsoft YaHei";
  }

  .sec8_con>div>div>ul>li>span {
    padding: 5px 20px;
    font-size: 14px;
    color: #070707;
    text-align: left;
  }

  .sec8_con>div>div>ul>li>img {
    margin: -2px 5px;
  }

  .sec8_con_img {
    width: 100%;
  }

  /* 平板app定制 */
  .sec9 {
    width: 100%;
    height: 300px;
    display: none;
  }

  .sec9_text>div {
    margin: 10px 0px;
  }

  /* 相关内容 */
  .sec10 {
    padding-top: 30px;
    width: 100%;
    margin: 0 auto;
  }

  .sec10_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px;
    margin-bottom: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 30px;
  }

  .bt_bottom {
    display: none;
  }

  .sec10_item {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .sec10_itemleft {
    width: 40%;
  }

  .sec10_itemleft img {
    height: 120px;
    width: 100%;
  }

  .sec10_itemright {
    width: 65%;
    font-family: "Microsoft YaHei";
    line-height: 40px;
  }

  .sec10_itemright_p1 {
    margin-top: 1px;
    color: #666666;
    font-size: 17px;
    line-height: 26px;
    /* 超过一行省略号显示 */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .sec10_itemright_p2 {
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    /* 超过两行省略号显示 */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .sec10_itemright_p3 {
    color: #c2c2c2;
    font-size: 12px;
  }

  .sec10_itemright>p {
    margin: 5px 0px;
  }

  .sec10_item>div>img {
    width: 100%;
  }

  /* 传统行业的问题 */
  .sec11 {
    padding: 30px;
  }

  .sec11_top {
    padding: 50px 0px;
    font-size: 14px;
    color: #4f4f4f;
    line-height: 25px;
    text-align: center;
  }

  .sec11_con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0px;
    text-align: center;
  }

  .sec11_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sec11_bottom img {
    width: 250px;
    height: 330px;
    margin-bottom: 20px;
  }

  .sec11_bottom>div>div {
    text-align: center;
    border-bottom: 2px solid #fff;
    width: 90px;
    margin: 0 auto;
    color: #fff;
    padding: 35px;
    font-weight: bold;
    font-size: 18px;
  }

  .sec11_bottom>div>p {
    color: #fff;
    text-indent: 2em;
    line-height: 28px;
    font-size: 14px;
    padding: 35px 35px;
  }

  /* 电商行业选择应用 */
  .sec12 {
    padding: 30px;
    background: #f2f2f2;
  }

  .sec12_top {
    padding-top: 30px;
    font-size: 14px;
    color: #313131;
    line-height: 25px;
  }

  .sec12_con {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }

  .sec12_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: space-between; */
  }

  .sec12_bottom>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: space-around; */
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sec12_bottom>div>div {
    text-align: center;
    width: 20% !important;
    /* margin: 0 auto; */
    color: #fff;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
  }

  .sec12_bottom>div>p {
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
  }

  /* 服务行业详情--功能模块 */
  .sec13 {
    padding: 60px 0px;
  }

  .sec13_top {
    padding: 30px 0px;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* justify-content: space-between; */
  }

  .sec13_top>div {
    width: 20%;
    -webkit-box-shadow: 5px 5px 30px #f1f1f1;
    box-shadow: 5px 5px 30px #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    /* border: 1px solid red; */
    margin: 20px 20px;
  }

  .sec13_top>div>div {
    margin-left: 20px;
  }

  .sec13_con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
  }

  .sec13_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sec13_bottom>div {
    width: 20%;
    margin-bottom: 10px;
  }

  .sec13_bottom>div>div {
    width: 180px;
    margin: 10px 10px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
  }

  .sec13_bottom>div>div>div {
    position: absolute;
    bottom: 30px;
    left: 65px;
    color: #fff;
  }

  .sec13_bottom>div>p {
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
  }

  /* 最新电商玩法 */
  .sec14 {
    padding: 20px;
    background-color: #f5fffe;
  }

  .sec14_con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0px;
  }

  .sec14_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* height: 600px; */
    width: 100%;
    align-items: center;
  }

  .sec14_maintitle {
    width: 400px;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
  }

  /* 精英团队 */
  .sec15 {
    padding: 60px 0px;
    width: 100%;
  }

  .sec15_con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .sec15_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 30px;
  }

  .sec15_item>div {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 250px;
    padding: 20px 0px;
  }

  .sec15_item>div>p {
    font-size: 18px;
    color: #000000;
    line-height: 60px;
  }

  /* 招贤纳士pc端 */
  .sec16 {
    padding: 20px 0pxs;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .sec16_con {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }

  .sec16_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec16_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    width: 100%;
  }

  .sec16_main>div {
    padding: 8px;
    line-height: 25px;
    font-size: 14px;
    color: #595959;
  }

  .sec16_main pre {
    font-size: 14px;
    color: #595959;
  }

  /* .sec16_position{

    } */
  #sec16_div {
    height: 50px;
    width: 200px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 16px;
    font-family: "Microsoft YaHei";
  }

  .sec16_div {
    height: 50px;
    width: 200px;
    text-align: center;
    line-height: 50px;
    background-color: #ebebeb;
    border-bottom: 1px solid #c0c0c0;
    cursor: pointer;
    font-size: 16px;
    color: #3e3e3e;
    font-family: "Microsoft YaHei";
  }

  .sec16_div2:nth-of-type(1) {
    background-color: #2a94f7;
    color: #fff;
  }

  .sec16_active {
    background-color: #2a94f7;
    color: #fff;
  }

  /* 
    .sec16_position>div {
        height: 45px;
        width: 200px;
        text-align: center;
        line-height: 45px;
        background-color: #ebebeb;
        border-bottom: 1px solid #c0c0c0;
    } */

  /* 招贤纳士平板端 */
  .sec16_item2 {
    display: none;
  }

  /* 联系我们 */
  .sec17 {
    padding: 20px 0px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .sec17_main {
    line-height: 30px;
    font-size: 14px;
    width: 100%;
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
    color: #2b2b2b;
    font-family: "Microsoft YaHei";
  }

  /* 新闻动态 */
  .sec18 {
    background-color: #efefef;
  }

  .sec18_con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sec18_left {
    width: 75%;
  }

  .sec18_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .sec18_item>div>img {
    width: 200px;
    height: 120px;
  }

  .sec18_item_right {
    margin: 1px 12px;
    line-height: 30px;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec18_list_item {
    margin-bottom: 20px;
  }

  .sec18_itemright_p1 {
    color: #000000;
    font-size: 20px;
  }

  .sec18_itemright_p2 {
    color: #7e7e7e;
    font-size: 14px;
  }

  .sec18_itemright_p3 {
    float: right;
  }

  /* .sec18_item>div>p{
        font-family: 'Microsoft YaHei';
        margin-bottom:2px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:1;
         -webkit-box-orient: vertical;
    } */

  .sec18_page {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    color: #454545;
  }

  .sec18_page2 {
    display: none;
  }

  .sec18_page3 {
    display: none;
  }

  .sec18_page>ul {
    background-color: #fff;
    margin: 20px 0px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec18_page>ul>li {
    margin: 8px 2%;
    color: #ababab;
  }

  .sec18_page>ul>li>a {
    color: #ababab;
  }

  /* 新闻详情 */
  .sec18_Dmain {
    background-color: #fff;
    padding: 15px 35px;
    margin-bottom: 20px;
  }

  .sec18_Dmain_T {
    padding-bottom: 20px;
  }

  .sec18_Dmain_title>div {
    font-size: 14px;
    color: #c2c2c2;
  }

  .sec18_dcon {
    /* text-align: center; */
    font-size: 14px;
    line-height: 34px;
    color: #838383;
    margin-bottom: 40px;
  }

  .sec18_dcon img {
    max-width: 100%;
  }

  /* .sec18_dcon>p {
        text-align: left;
    } */

  .sec18_Dcomment {
    margin-bottom: 25px;
  }

  .sec18_Dcomment2 {
    display: none;
  }

  .sec18_DContent_item {
    width: 100%;
    /* padding: 15px 0px; */
    margin: 0px;
    line-height: 30px;
  }

  .tiaozhuan {
    height: 35px;
    outline: none;
    background-color: #0093f2;
    border: 1px solid #fff;
    color: #fff;
    width: 95px;
    cursor: pointer;
    border-radius: 19px;
    margin-bottom: 20px;
  }

  .sec18_Dleft {
    width: 75%;
  }

  .sec18_Dleft>p:hover {
    color: #0093f4;
  }

  /* 新闻资讯的右边 */
  .sec18_right {
    width: 22%;
    margin: 60px 20px;
  }

  .sec18_Rtop {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px;
    width: 94%;
    padding: 10px 8px;
  }

  #hover {
    display: none;
  }

  #email_hover {
    display: none;
  }

  #hover2 {
    position: absolute;
    margin-top: -138px;
    margin-left: 60px;
    display: none;
    background-image: url(../img/PC/weixin.png);
    width: 141px;
    height: 160px;
    text-align: center;
  }

  #hover2>img {
    width: 128px;
    height: 128px;
    /* display: none; */
    margin: 0 auto;
    line-height: 150px;
    margin-top: 3px;
  }

  #email_hover2 {
    position: absolute;
    margin-top: -57px;
    color: #0093f4;
    font-size: 14px;
    display: none;
    margin-left: 127px;
    width: 170px;
    height: 66px;
    text-align: center;
    line-height: 50px;
    background-image: url(../img/PC/email.png);
  }

  .sec18_Rtop>img {
    cursor: pointer;
  }

  .sec18_Rcenters {
    background-color: #fff;
    padding: 13px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .sec18_Rcenter_item {
    margin-bottom: 35px;
  }

  .sec18_Rcenter_item>div>ul>li {
    float: left;
    margin: 11px 14px 0px 0px;
    padding: 6px;
    font-size: 13px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
  }

  button:focus {
    outline: 0;
  }

  .filter_active {
    float: left;
    margin: 11px 14px 0px 0px;
    padding: 6px;
    font-size: 13px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    color: #fff;
    background-color: #0093f4;
  }

  .filter:hover {
    color: #fff;
    background-color: #0093f4;
  }

  /* 使左侧的第一个默认选中 */
  .sec18_Rcenter_item:nth-of-type(1) .shaixuan:nth-of-type(1) {
    background-color: #0093f4;
    color: #fff;
  }

  .right_box {
    border: none;
  }

  .sec18_Rcenter_item>div>span {
    border-bottom: 2px solid #0093f4;
    padding: 3px 0px;
    font-size: 16px;
    color: #454545;
  }

  .sec18_Rbottom {
    background-color: #fff;
    padding: 5px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sec18_Rcenter_item>div>p {
    padding: 4px 0px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
  }

  .sec18_Rcenter_item>div>p:hover {
    color: #0093f4;
  }

  .sec18_Dbottom {
    display: none;
  }

  .sec18_DbottomIcon {
    display: none;
  }

  /* 案例详情 */
  .sec19 {
    width: 100%;
    padding-top: 60px;
  }

  .sec19_con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .sec19_con>p {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-bottom: 15px;
    line-height: 27px;
  }

  .sec19_con>pre {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-bottom: 15px;
    line-height: 27px;
  }

  /* 案例详情--技术选型 */
  .sec20 {
    width: 100%;
    margin-bottom: 20px;
  }

  .sec20_main {
    width: 100%;
    background-color: #53a8fe;
  }

  .sec20_con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 438px;
  }

  .sec20_Cleft {
    width: 50%;
    padding: 60px 0px;
  }

  .sec20_Cleft>div {
    line-height: 45px;
    font-size: 14px;
    color: #fff;
  }

  .sec20_Cleft>div>img {
    width: 94%;
  }

  .sec20_Cleft>div>div>span {
    margin-left: 30px;
  }

  .sec20_Cright {
    padding: 55px 0px;
  }

  .sec20_Cright>img {
    width: 100%;
  }

  /* 视觉设计 */

  .sec21_casecon {
    /* max-width: 1200px; */
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec21_casecon>div {
    display: inline-block;
    background: #fff;
    margin: 16px;
    /* width: 212px; */
    width: 383px;
    /* height: 200px; */
    color: #000000;
    font-family: "Microsoft YaHei";
    vertical-align: top;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .12);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, .12);
    /* border: 1px solid #ccc; */
  }

  .sec21_casecon>div:hover {
    cursor: pointer;
    /* transform: translateZ(1000px); */
  }

  .sec21_casecon>div img {
    width: 100%;
  }

  .sec21_casecon img:first-of-type {
    width: 100%;
  }

  .sec21_casecon ul>*:not(:first-child) {
    margin: 0 10px;
  }

  .sec21_casecon h3,
  h4 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 25px;
  }

  .sec21_casecon h4 {
    color: #767676;
    font-size: 15px;
    padding-bottom: 10px;
  }

  /* .sec21_casecon ul:hover p{
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
  } */
  .sec21_casecon .img{
    width: 383px;
    height: 302px;
    overflow: hidden;
    position: relative;
  }

  .sec21_casecon .img:hover p{
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .sec21_casecon p {
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    font-size: 14px;
    color: white;
    line-height: 1.5em;
    padding: 140px 20px;
    margin: 0 !important;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }

  /* 视觉设计商标 */
  .sec23_case {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px;
  }

  .sec23_case img {
    width: 100%;
    height: 100%;
  }

  /* 视觉设计轮播图 */
  .sec22_case{
    background: #fafbfc;
    padding: 100px 0px 30px;
    margin: 0 auto;
  }
  .sec22 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .sec22 .sec22_title {
    margin-bottom: 50px;
  }

  .sec22 .title_left span {
    font-size: 32px;
  }

  .sec22 .title_left span:first-child {
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 2px;
  }

  .sec22 .title_right .global-button {
    background: #2a94f7;
  }

  .sec22 .swiper-container {
    position: relative;
  }

  .sec22 .swiper-wrapper {
    margin: 0 40px;
  }

  .sec22 .swiper-slide {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    vertical-align: middle;
    width: 226px !important;
  }
  .sec22 #pad_next,
  .sec22 #pad_pre{
    width: 40px;
    background-size: 100% 100%;
  }

  .sec22 img {
    width: 100%;
    height: 100%;
  }

  .sec22 .swiper-slide-active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  /* 视觉设计 */
  /* .sec_21 {
    width: 1200px;
    margin: 0 auto;
  } */

  /* 视觉设计_服务流程 */
  .sec24_case {
    padding-top: 60px;
    margin: 0px auto;
    width: 100%;
    height: 470px;
    background:url("../images/view/5bg.png") no-repeat 50% 0;
    background-position: bottom;
  }

  .sec24 {
    width: 1200px;
    margin: 0 auto;
  }

  .sec24 .sec_title>h4 {
    border-bottom: 2px solid #e2e2e2;
    width: 100px;
    padding-bottom: 10px;
    text-align: left;
    margin: 0;
    font-size: 24px;
    color: #333333;
    font-family: "Microsoft YaHei";
  }

  .sec24_title>p {
    color: #999999;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    margin-top: 6px;
    text-align: center;
  }

  .sec24_con {
    width: 1200px;
    margin: 0 auto;
    padding: 14px 0px;
  }

  /* .sec7 div{
    width:1200px;
    height:120px;
    margin:0 auto;
} */
  #Paidi7 {
    display: none;
  }

  .sec24 .con_img {
    width: 100%;
    height: 100px;
    margin: 0 auto;
  }

  .sec24 .con_img img {
    width: 100%;
  }

  .sec24 .con {
    width: 100%;
    height: 170px;
    margin: 0 auto;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: 42px;
  }

  .sec24 .con div {
    text-align: center;
    height: 170px;
    font-size: 14px;
    color: #8e9999;
    float: left;
    line-height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 32%;
    position: relative;
    top: 30px;
  }

  .sec24 .con>div:nth-of-type(1)>ul {
    margin-left: -40px;
  }

  .sec24 .con>div:nth-of-type(2)>ul {
    margin-left: -18px;
  }

  .sec24 .con1 {
    margin: 0 auto;
    text-align: center;
    height: 120px;
    margin: 0 auto;
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 85%;
  }

  .sec24 .con1 div {
    text-align: center;
    height: 100px;
    font-size: 14px;
    color: #8e9999;
    float: left;
    line-height: 23px;
  }

  /* 视觉设计导航栏 */
  .sec25 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .sec25 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    line-height: 40px;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .sec25 .li--active {
    border-bottom: 2px solid #53a8fe;
    color: #53a8fe;
  }

  /* 视觉设计案例 */
  .sec26 {
    width: 100%;
    background: #fafbfc;
  }

  .sec26 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    font-size: 14px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec26 li {
    display: inline;
    margin: 20px;
    padding: 5px;
  }

  .sec26 .li--active {
    background: #D8EEFF;
    color: #5CADF9;
    border-radius: 2px;
  }

  .sec26_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sec26_con .item {
    width: 250px;
    margin: 15px;
    background: white;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .12);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, .12);
    border-radius: 5px;
  }

  .sec26_con .item:hover {
    cursor: pointer;
  }

  .sec26_con .item>img {
    width: 100%;
  }

  .sec26_con .des {
    padding: 15px;
  }

  .sec26_con .des>div:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
  }

  .view-detail {
    font-family: Arial, Helvetica, sans-serif;
  }

  .view-detail .title {
    font-size: 26px;
    font-weight: 600;
  }

  .view-detail p {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .view-detail .content-font {
    font-size: 16px;
  }

  /* 视觉详情购物App */
  .sec27 {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("../images/viewDetail/2bg.png");
    background-size: 100% 96%;
  }

  .sec27_left {
    width: 300px;
  }

  .sec27_left>h3:first-of-type {
    margin-bottom: 60px;
  }

  .sec27_left img {
    width: 57px;
    position: relative;
    top: -10px;
  }

  .sec27_left .content-font {
    position: relative;
    top: -5px;
    margin: 0px 0px 10px;
  }

  .sec27_left p {
    font-size: 12px;
  }

  .sec27_right {
    width: 300px;
    margin-right: 250px;
  }

  .sec27_right img {
    width: 100%;
  }

  /* 设计目标 */
  .sec28_case {
    margin: 0 auto;
    width: 100%;
    background: #fafbfc;
  }

  .sec28 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .sec28 .content-font {
    margin-bottom: 30px;
  }

  .sec28 p {
    margin-bottom: 50px;
  }

  .sec28_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sec28_con .item {
    padding: 30px 50px;
    -webkit-box-shadow: 5px 5px 10px #e2e2e2;
    box-shadow: 5px 5px 10px #e2e2e2;
    background: white;
  }

  .sec28_con .item .title:first-of-type {
    color: #1292f0;
    margin-bottom: 30px;
  }

  .sec28_con .item .title:last-of-type {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .sec28_con li {
    line-height: 20px;
    font-size: 12px;
  }

  /* 产品原型,产品思维 */
  .sec29_case {
    background: #fafbfc;
  }

  .sec29 .title {
    padding-top: 40px;
  }

  .sec29 .content-font {
    margin-bottom: 40px;
  }

  .sec29 .sec29_con {
    width: 100%;
    padding-bottom: 30px;
  }

  .sec29_con img {
    width: 100%;
    background: #cecece;
  }

  .left {
    float: left;
  }

  .right {
    float: right;
  }

  /* 搜索框 */
  .search-box_layout {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 100;
  }

  .search-box_inner {
    margin: 20% auto;
    width: 500px;
    border-radius: 10px;
    line-height: 35px;
    font-size: 15px;
    background: white;
  }

  .search-box{
    height: 47px;
    position: relative;
  }
  .search-box input {
    border: none;
    width: 74%;
    padding: 0px 20px;
    height: 35px;
    margin-top: 7px;
    outline: none;
  }
  .search-box .global-button {
    background: #0093f2;
    border-radius: 0 10px 10px 0;
    border: 1px solid #0093f2;
    position: absolute;
    right: 0px;
  }

  .search-box .global-button:hover {
    border: 1px solid #ccc;
  }

  .search-box img {
    width: 15px;
    vertical-align: middle;
  }
  .search-box img:hover{
    background: #cecece;
  }

  .search-box_recommand {
    border-top: 2px solid #cecece;
    border-radius: 0px 0px 5px 5px;
    display: none;
    padding: 10px 0 10px;
  }

  .search-box_recommand li {
    padding-left: 20px;
  }


  .search-box_recommand li:hover {
    background: #cecece;
  }


  /* 底部 */
  footer {
    width: 100%;
    height: 250px;
    background: #666666;
    padding-top: 73px;
  }

  .footer {
    width: 1200px;
    height: 240px;
    margin: 0 auto;
  }

  .footer>dl {
    float: left;
    color: #fff;
    line-height: 30px;
    margin: 0px 15px;
    padding: 0px 0px;
  }

  .footer>dl>dt>a {
    color: #fff;
    font-size: 18px;
  }

  .footer>dl>dd {
    font-size: 14px;
    color: #cbcbcb;
  }

  .footer>dl>dd>a {
    cursor: pointer;
  }

  .footer>dl>dd>a {
    font-size: 14px;
    color: #cbcbcb;
  }

  .footer_com {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #2f2f2f;
    font-size: 14px;
    font-family: "Microsoft YaHei";
  }

  .footer_com p {
    width: 100%;
  }
  .footer_com p a{
    color: red;
  }

  .bottom_menu {
    display: none;
  }

  #container {
    width: 100%;
    min-height: 500px;
  }

  /* 按钮 */
  .global-button {
    display: inline-block;
    color: white;
    background: #db5151;
    padding: 5px 16px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
  }

  .content-font {
    font-size: 12px;
    color: #7e7e7e;
  }
}

/* 平板端********************************************************************************************************************/
@media screen and (max-width: 992px) {

  /* 顶部 */
  header {
    width: 100%;
    /* box-shadow: 0px 10px 30px #efefef; */
    position: fixed;
    top: 0;
    z-index: 9999;
  }

  /* 导航 */
  nav {
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: #fff;
  }

  nav>div>img {
    width: 150px;
  }

  nav>div>ul {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  nav>div>ul>li {
    height: 50px;
    line-height: 50px;
    width: 90%;
    border-bottom: 1px solid #e2e2e2;
    margin: 0 auto;
  }

  nav>div>ul>li>a {
    color: #fff;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  nav>div>ul>li>a:hover {
    color: #1292f0;
  }

  #nav_list {
    display: none;
    z-index: 9999;
    color: #fff;
    margin-top: 100px;
  }

  #navBc_image {
    width: 100%;
    height: 360px;
    background: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: none;
    margin-top: 100px;
  }

  #navPc {
    display: none;
  }

  #navPaid_btn {
    float: right;
    position: absolute;
    top: 10px;
    right: 5px;
    width: 50px;
    /* cursor: pointer; */
    z-index: 9999;
    outline: none;
  }

  #navPaid_btn>a {
    display: inline-block;
  }

  .sec_PC {
    display: none;
  }

  .sec_title>h4 {
    border-bottom: 2px solid #e2e2e2;
    width: 100px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-family: "Microsoft YaHei";
  }

  .sec_title>p {
    color: #999999;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    margin-top: 6px;
    text-align: center;
    margin: 5px 42%;
  }



  /* 点击前后颜色 */
  .big-bold {
    font-size: 14px;
    font-weight: bold;
    color: #1292f0;
    outline: none;
  }

  .normal {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
  }

  /* 分页 */
  .box {
    display: none;
  }

  /* 下拉框 */
  .out-box {
    width: 83%;
    height: 30px;
    padding: 6px 0px;
    margin: 0px auto;
    border: 1px solid #a9a9a9;
  }

  .option-text {
    line-height: 30px;
    color: #757575;
    font-size: 12px;
    text-align: left;
    padding: 0px 10px;
  }

  .option-text2 {
    line-height: 30px;
    color: #757575;
    font-size: 12px;
    text-align: left;
    padding: 0px 10px;
  }

  .select_box {
    border: 1px solid #a9a9a9;
    line-height: 30px;
    font-size: 13px;
    color: #a9a9a9;
    z-index: 8;
    width: 100%;
    background-color: #fff;
    margin-left: -1px;
    margin-top: 7px;
    border-top: none;
    position: relative;
  }

  .select_box span {
    display: block;
    padding: 5px;
    cursor: pointer;
    color: #757575;
    font-size: 12px;
  }

  .select_box span:hover {
    display: block;
    background: gainsboro;
  }

  .select_box2 {
    border: 1px solid #a9a9a9;
    line-height: 30px;
    font-size: 13px;
    color: #a9a9a9;
    z-index: 8;
    width: 100%;
    background-color: #fff;
    margin-left: -1px;
    margin-top: 37px;
    border-top: none;
    position: relative;
  }

  .select_box2 span {
    display: block;
    padding: 5px 12px;
    cursor: pointer;
    color: #757575;
    font-size: 12px;
    text-align: left;
  }

  .select_box2 span:hover {
    display: block;
    background: gainsboro;
  }

  /* 只有一张图片 */
  .sec {
    width: 100%;
    height: 100%;
    /* border:1px solid red; */
    margin-top: 100px;
  }

  .sec_PC {
    display: none;
  }

  .sec div img {
    width: 100%;
  }

  /* 介绍 */
  .sec1 {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    /* padding: 30px 2% 0 2%; */
  }

  .sec1_left {
    float: left;
    width: 38%;
    padding: 1% 4%;
    /* margin-right: 20px; */
  }

  .sec1_left img {
    -webkit-box-shadow: 5px 5px 30px #66d9f6;
    box-shadow: 5px 5px 30px #66d9f6;
    margin: 0;
    width: 100%;
    border: 5px solid #fff;
  }

  .sec1_right {
    text-align: center;
    font-size: 12px;
  }

  .sec1_title {
    font-size: 17px;
    color: #0e0e0e;
  }

  .sec1_title>span {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0px;
  }

  .sec1_time {
    font-size: 10px;
    color: #6f6f6f;
  }

  .sec1_con {
    text-align: left;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 32px;
    text-indent: 2em;
    padding: 30px 25px;
  }

  /* app定制 */
  .sec1_one {
    display: none;
  }

  /* 我们的服务 */
  .sec2 {
    padding: 20px 0;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

  .sec2_one {
    padding: 30px 0;
    width: 100%;
    max-width: 800px;
    /* height: 1060px; */
    margin: 0 auto;
  }

  .sec2_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
  }

  .sec2_content>div {
    float: left;
    width: 44%;
    height: 300px;
    margin: 14px 2%;
    -webkit-box-shadow: 5px 5px 30px #e2e2e2;
    box-shadow: 5px 5px 30px #e2e2e2;
  }

  #sec2_title {
    text-align: center;
    line-height: 15px;
    font-size: 14px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    font-size: 16px;
    color: #0e0e0e;
    padding: 10px 0px;
  }

  #sec2_con {
    padding: 0 11px;
    line-height: 24px;
    font-size: 13px;
    color: #a0a0a0;
    text-align: justify;
  }

  /*客户案例*/
  .active {
    background: #66d9f6;
    color: #fff;
  }

  .sec3 {
    padding-top: 0px;
    width: 100%;
    padding-top: 25px;
  }

  .sec3_con {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    padding-top: 30px;
  }

  .sec3_nav {
    display: none;
  }

  #sec3_con {
    margin: 0 auto;
  }

  #sec3_con>a {
    display: inline-block;
    /* background:red; */
  }

  #sec3_con img {
    width: 70%;
    margin: 0 5%;
  }

  #pad_next,
  #pad_pre {
    position: absolute;
    top: 33%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* 行业案例页面的行业案例 */
  .sec3_case {
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
  }

  .sec3_caseCon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0px;
  }

  .sec3_caseCon>p {
    line-height: 190px;
  }

  .sec3_caseCon>p>img {
    width: 70%;
  }

  .sec3_caseleft {
    width: 75%;
    margin: 0 auto;
  }

  .sec3_caseleft>img {
    width: 100%;
    height: 290px;
  }

  .sec3_casecenter {
    width: 90%;
    float: right;
    margin: 0 auto;
  }

  .sec3_casecenter>p {
    width: 100%;
  }

  .sec3_casecenter>pre {
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #767676;
  }

  .sec3_casecenter>p>span {
    display: none;
  }

  .sec3_casecenter>p>img {
    width: 75%;
    height: 110px;
    margin-bottom: 50px;
  }

  .sec3_caseCon>span {
    color: #838383;
    line-height: 28px;
  }

  #pagination {
    bottom: 80px;
    left: 0;
    width: 100%;
  }

  #pagination_serviceDetail {
    bottom: 45px;
    left: 0;
    width: 100%;
  }

  #pagination_whychoose {
    bottom: 85px;
    left: 0;
    width: 100%;
  }

  #pagination_comment {
    bottom: 40px;
    left: 0;
    width: 100%;
  }

  /*为什么选择我们*/
  .sec4 {
    padding: 60px 0% 0 0%;
    width: 98%;
    /* max-width: 800px; */
    /* height: 1500px; */
    margin: 0 auto;
    overflow: hidden;
    /* border:1px solid red; */
  }

  .sec4_con>div>div {
    width: 60% !important;
    max-width: 480px;
    height: 460px;
    -webkit-box-shadow: 5px 5px 30px #f1f1f1;
    box-shadow: 5px 5px 30px #f1f1f1;
    font-size: 14px;
    margin: 10px 19%;
    padding: 5px 10px;
    color: #555555;
  }

  .sec4_con>div>div>ul>li {
    margin-bottom: 20px;
  }

  .sec4_con>div>div>ul>li:last-of-type {
    font-size: 13px;
    color: #737373;
    text-align: justify;
    line-height: 30px;
  }

  .sec4_con>div>div>ul>li>img {
    width: 90%;
  }

  .sec4_con>div>div>ul>li>div {
    margin-left: 20px;
    height: 80px;
    line-height: 80px;
    float: left;
    font-size: 20px;
  }

  .sec4_img>img {
    display: inline-block;
    width: 54%;
  }

  .sec4_text {
    width: 100%;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
  }

  .sec4_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec4_btn {
    display: none;
    cursor: pointer;
  }

  #list-first {
    height: 80px;
    line-height: 80px;
  }

  /* 核心技术 */
  .sec5 {
    width: 100%;
    height: 1400px;
    padding-top: 30px;
    background: #f3f3f3;
  }

  .sec5_con {
    width: 96%;
    padding: 0 2%;
    margin: 20px auto;
    height: 1300px;
  }

  .sec5_con div {
    float: left;
    width: 33%;
    height: 260px;
  }

  .sec5_con>div>ul>li>img {
    width: 60%;
    height: 60%;
  }

  #title {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #2f2f2f;
  }

  #content {
    font-size: 11px;
    color: #7e7e7e;
  }

  /* 服务行业 */
  .sec6 {
    width: 100%;
    padding: 60px 0px;
  }

  .sec6_con {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #515151;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 20px;
  }

  .sec6_con div {
    display: inline-block;
    width: 40%;
    background: #f3f3f3;
    padding: 10px;
    margin: 18px;
    cursor: pointer;
  }

  .sec6_con>div>ul>li>img {
    height: 256px;
  }

  .sec6_con div img {
    width: 100%;
  }

  .sec6_con div:hover {
    background: #66d9f6;
  }

  .bottom_tilte {
    line-height: 35px;
  }

  /* 成功案例 */
  .sec6_case {
    width: 100%;
    max-width: 800px;
    padding-top: 30px;
    background-color: #f6f6f6;
  }

  .sec6_casecon {
    width: 96%;
    margin: 0 auto;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 15px 0px;
  }

  .sec6_casecon div {
    display: inline-block;
    width: 45%;
    background: #fff;
    padding: 0px;
    margin: 0px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
  }

  .sec6_casecon div img {
    width: 100%;
    height: 320px;
  }

  .left {
    float: left;
  }

  .right {
    float: right;
  }

  /* 服务流程 */
  .sec7 {
    width: 100%;
    max-width: 1000px;
    margin: 60px auto;
  }

  .sec7_con {
    width: 100%;
    height: 1200px;
    /* background-image: url(../img/pc/bg_service.jpg) */
    /* background: url("../img/PAD/bg_service.png") no-repeat; */
  }

  /* .sec7_con>div {
        width: 33%;
        float: right;
        text-align: center;
        font-size: 22px;
        border:1px solid red;
    } */
  .con {
    width: 33%;
    float: right;
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    margin-top: 37px;
  }

  .con1 {
    width: 33%;
    float: right;
    text-align: right;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 30px;
    margin-top: 37px;
  }

  .con_img {
    width: 33%;
    float: right;
    text-align: center;
    font-size: 22px;
  }

  .sec7_con>div>img {
    width: 50%;
    margin-top: 40px;
  }

  .con>div>ul {
    margin-bottom: 145px;
  }

  .con>div>ul>li>h3 {
    font-size: 20px;
    margin: 0px 0px;
    text-align: left;
  }

  .con>div>ul>li {
    font-size: 13px;
    margin: -1px;
    text-align: left;
  }

  .con1>div>ul {
    margin-top: 140px;
  }

  .con1>div>ul>li>h3 {
    font-size: 20px;
    margin: 0px 0px;
    text-align: right;
  }

  .con1>div>ul>li {
    font-size: 13px;
    margin: 0px;
    text-align: right;
  }

  #PCi7 {
    display: none;
  }

  /* 客户评价 */
  .sec8 {
    padding-top: 30px;
    width: 100%;
    max-width: 800px;
    height: 850px;
    margin: 0 auto;
  }

  .sec8_con {
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin: 0 auto;
  }

  /* .con_first{
        width:300%;
        height:580px;
    } */
  .con_first>div {
    width: 60% !important;
    margin: 0 20%;
    height: 550px;
    text-align: center;
    float: left;
  }

  .con_first>div>ul {
    padding-top: 30px;
    width: 100%;
    max-width: 800px;
    height: 520px;
    /* margin:25px; */
    -webkit-box-shadow: 5px 5px 50px #f3f3f3;
    box-shadow: 5px 5px 50px #f3f3f3;
    margin-bottom: 20px;
  }

  .sec8_btn {
    position: relative;
    cursor: pointer;
    display: none;
    /* padding-top: 25px; */
  }

  .sec8_btn>img {
    position: absolute;
    top: 20px;
    width: 90%;
    margin: 0 5%;
  }

  .sec8_con>div>div>ul>li {
    padding: 7px 42px;
    font-size: 15px;
    color: #aaa;
    text-align: left;
  }

  .sec8_con>div>div>ul>li>span {
    color: #070707;
  }

  /* 平板app定制 */
  .sec9 {
    width: 100%;
    height: 300px;
    padding-bottom: 45px;
  }

  .sec9_text {
    width: 88%;
    margin: 0 11%;
  }

  .sec9_text>div {
    margin: 20px;
  }

  /* 相关内容 */
  .sec10 {
    width: 100%;
  }

  .sec10_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0px;
  }

  .sec10_item {
    width: 82%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 8px 0px;
    cursor: pointer;
  }

  .sec10_itemleft {
    width: 25%;
  }

  .sec10_itemleft img {
    height: 120px;
    width: 100%;
  }

  .sec10_itemright {
    width: 54%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec10_itemright_p1 {
    margin-top: 1px;
    color: #666666;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
    /* 超过两行用省略号代替 */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .sec10_itemright_p2 {
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    /* 超过两行用省略号代替 */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .sec10_itemright_p3 {
    color: #c2c2c2;
    font-size: 12px;
  }

  .sec10_item>div>img {
    width: 100%;
  }

  .bt_bottom {
    text-align: center;
  }

  /*  传统行业的三大问题 */
  .sec11_con {
    display: none;
  }

  /* 电商行业选择应用 */
  .sec12 {
    background: #f2f2f2;
    padding: 60px 0px;
  }

  .sec12_top {
    display: none;
  }

  .sec12_con {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }

  .sec12_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sec12_bottom>div>div {
    text-align: center;
    width: 100% !important;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
  }

  .sec12_bottom>div>p {
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
  }

  /* 服务行业详情--功能模块 */

  .sec13_top {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
    padding: 10px 0px;
    /* margin: 0px 125px; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec13_top>div {
    width: 33%;
    -webkit-box-shadow: 5px 5px 30px #f1f1f1;
    box-shadow: 5px 5px 30px #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    padding: 0px 3px;
  }

  .sec13_top>div>div {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec13_con {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0px;
  }

  .sec13_bottom {
    display: none;
  }

  /* 最新电商玩法 */
  .sec14 {
    padding: 20px;
    background-color: #f5fffe;
  }

  .sec14_con {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0px;
  }

  .sec14_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* height: 600px; */
    width: 100%;
    align-items: center;
  }

  .sec14_maintitle {
    width: 277px;
    /* height: 400px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* position: absolute; */
  }

  /* 精英团队 */
  .sec15 {
    padding: 20px;
  }

  .sec15_con {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }

  .sec15_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
  }

  .sec15_item>div {
    width: 24%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* height: 250px; */
    font-size: 13px;
    color: #000000;
    margin-bottom: 20px;
  }

  .sec15_item>div>p {
    line-height: 30px;
  }

  .sec15_item>div>p>span {
    display: none;
  }

  .sec15_item>div>img {
    width: 100%;
  }

  /* 招贤纳士pc端 */
  .sec16 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }

  .sec16_con {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .sec16_item {
    display: none;
  }

  /* 招贤纳士平板端 */
  .sec16_item2 {
    width: 94%;
    margin: 0 auto;
    padding-top: 15px;
  }

  .sec16_main2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .sec16_main2>div {
    padding: 8px;
    padding: 8px;
    font-size: 14px;
    color: #070707;
    line-height: 25px;
  }

  .sec16_main2>div>img {
    width: 100%;
  }

  .sec16_main3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sec16_main3>div>img {
    width: 100%;
  }

  .sec16_item2_pic {
    width: 14%;
  }

  .sec16_position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #070707;
    line-height: 25px;
    width: 86%;
  }

  .sec16_position>div>img {
    width: 100%;
  }

  /* 联系我们 */
  .sec17 {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0px;
  }

  .sec17_main {
    line-height: 30px;
    font-size: 15px;
    width: 94%;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
  }

  .sec17_main>div>img {
    width: 100%;
  }

  /* 新闻动态 */
  .sec18 {
    background-color: #efefef;
  }

  .sec18_con {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sec18_left {
    width: 94%;
    margin: 0 auto;
  }

  .sec18_right {
    display: none;
  }

  .sec18_Dleft {
    width: 94%;
    margin: 0 auto;
  }

  .sec18_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .sec18_item>div>img {
    width: 200px;
    height: 100px;
  }

  .sec18_item_right {
    margin: 1px 12px;
    /* line-height: 30px; */
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec18_itemright_p1 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .sec18_itemright_p2 {
    color: #7e7e7e;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .sec18_itemright_p3 {
    float: right;
  }

  .sec18_page {
    display: none;
  }

  /* 新闻详情 */
  .sec18_Dmain {
    background-color: #fff;
    padding: 15px 35px;
    margin-bottom: 20px;
  }

  .sec18_Dmain_T {
    padding-bottom: 20px;
  }

  .sec18_Dmain_title>div {
    font-size: 13px;
    color: #838383;
  }

  .sec18_dcon {
    /* text-align: center; */
    font-size: 13px;
    line-height: 34px;
    color: #999999;
  }

  .sec18_dcon img {
    width: 100%;
  }

  /* .sec18_dcon>p {
        text-align: left;
    } */

  .sec18_Dcomment {
    display: none;
  }

  .sec18_DContent_item {
    width: 100%;
    margin: 0px;
    line-height: 26px;
  }

  .tiaozhuan {
    height: 35px;
    outline: none;
    background-color: #0093f2;
    border: 1px solid #fff;
    color: #fff;
    width: 95px;
    border-radius: 19px;
    margin-bottom: 20px;
  }

  /* 新闻资讯的右边  pc*/
  .sec18_right {
    display: none;
  }

  /* 新闻资讯的底部  平板 */
  .sec18_Dbottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 10px;
    padding: 20px 0px;
  }

  .sec18_Dbottom .shaixuan:nth-of-type(1) {
    background-color: #0093f4;
    color: #fff;
    border: none;
  }

  .filter2 {
    border: 1px solid #838383;
    padding: 10px 17px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    background-color: #fff;
    margin-bottom: 10px;
    /* margin-left: 10px; */
  }

  .filter2_active {
    border: none;
    padding: 10px 24px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    background-color: #0093f4;
  }

  .sec18_DbottomIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 10px;
    padding: 20px 0px;
    width: 110%;
    background: #fff;
    margin-left: -37px;
  }

  #hover {
    position: absolute;
    margin-top: -128px;
    margin-left: 290px;
    background-image: url(../img/PC/weixin.png);
    width: 141px;
    height: 160px;
    text-align: center;
  }

  #email_hover {
    position: absolute;
    margin-top: -46px;
    font-size: 14px;
    margin-left: 540px;
    /* margin-right: 49px; */
    width: 170px;
    height: 66px;
    text-align: center;
    line-height: 50px;
    background-image: url(../img/PC/email.png);
  }

  #hover img {
    width: 128px;
    height: 128px;
    margin-top: 3px;
  }

  /* 案例详情 */
  .sec19 {
    width: 100%;
  }

  .sec19_con {
    width: 99%;
    max-width: 800px;
    margin: 0 auto;
    padding: 15px 0px;
  }

  .sec19_con>p {
    font-size: 13px;
    color: #838383;
    text-align: center;
    margin-bottom: 15px;
    line-height: 27px;
  }

  .sec19_con>pre {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-bottom: 15px;
    line-height: 27px;
  }

  .sec19_con>div>img {
    width: 100%;
  }

  /* 案例详情--技术选型 */
  .sec20 {
    width: 100%;
    margin-bottom: 20px;
  }

  .sec20_main {
    width: 94%;
    background-color: #53a8fe;
    margin: 0 auto;
  }

  .sec20_con {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
  }

  .sec20_Cleft {
    width: 86%;
    padding: 42px 20px;
  }

  .sec20_Cleft>div {
    line-height: 30px;
    font-size: 13px;
    color: #fff;
  }

  .sec20_Cleft>div>img {
    width: 100%;
  }

  .sec20_Cleft>div>div>span {
    margin-left: 30px;
  }

  .sec20_Cright {
    padding: 48px 0px;
    /* margin: 0px -110px 0px 22px; */
  }

  .sec20_Cright>img {
    width: 100%;
  }

  .left {
    float: left;
  }

  .right {
    float: right;
  }

  /* 地图 */
  #container {
    width: 100%;
    min-height: 300px;
  }

  /* 底部 */
  footer {
    width: 100%;
    background: #696969;
    color: #fff;
    /* padding: 20px 0; */
    text-align: center;
    margin-bottom: 70px;
  }

  .footer>dl {
    width: 55%;
    text-align: left;
    margin: 0 auto;
    padding: 15px;
  }

  .footer4 {
    line-height: 30px;
  }

  .footer4>dt {
    display: none;
  }

  .footer>dl>dd {
    font-size: 16px;
  }

  .footer>dl>dd>a {
    color: #fff;
  }

  .bottom_menu {
    width: 100%;
    height: 79px;
    background-color: #2abdfa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: fixed;
    bottom: 0px;
    z-index: 100;
  }

  .bottom_menu>div>img {
    width: 50px;
    height: 50px;
  }

  .footer1,
  .footer2,
  .footer3,
  #footer5,
  .footer_com {
    display: none;
  }
}

/* 移动端**************************************************************************************************************** */
@media screen and (max-width: 767px) {

  /* 顶部 */
  header {
    width: 100%;
    /* box-shadow: 0px 10px 30px #efefef; */
    position: fixed;
    top: 0;
    z-index: 9999;
  }

  /* 点击前后颜色 */
  .big-bold {
    font-size: 16px;
    font-weight: bold;
    color: #1292f0;
    outline: line;
  }

  .normal {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
  }

  /* 导航 */
  nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
  }

  nav>div>img {
    width: 80px;
  }

  nav>div>ul {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  nav>div>ul>li {
    height: 50px;
    line-height: 50px;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #e2e2e2;
    /* float:left; */
  }

  nav>div>ul>li>a {
    color: #fff;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  nav>div>ul>li>a:hover {
    color: #1292f0;
  }

  #nav_list {
    display: none;
    z-index: 9999;
    color: #fff;
    margin-top: 65px;
    width: 100%;
  }

  #navBc_image {
    width: 100%;
    height: 360px;
    background: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: none;
    margin-top: 61px;
  }

  #navPc {
    display: none;
  }

  #navPaid_btn {
    float: right;
    position: absolute;
    top: 10px;
    right: 25px;
    /* cursor: pointer; */
    z-index: 9999;
    width: 25px;
    outline: none;
  }

  #navPaid_btn>a {
    display: inline-block;
  }

  #pagination_serviceDetail {
    bottom: 45px;
    left: 0;
    width: 100%;
  }

  #pagination_whychoose {
    bottom: 70px;
    left: 0;
    width: 100%;
  }

  #pagination_comment {
    bottom: 95px;
    left: 0;
    width: 100%;
  }

  /* 分页 */
  .box {
    display: none;
  }

  /* 下拉框 */
  .out-box {
    width: 88%;
    height: 30px;
    padding: 6px 0px;
    margin: 0px auto;
    border: 1px solid #838383;
    border-radius: 2px;
  }

  .option-text {
    line-height: 30px;
    color: #757575;
    font-size: 12px;
    text-align: left;
    padding: 0px 10px;
  }

  .option-text2 {
    line-height: 30px;
    color: #757575;
    font-size: 12px;
    text-align: left;
    /* padding: 0px 10px;
        width: 80%; */
  }

  .select_box {
    border: 1px solid #a9a9a9;
    line-height: 30px;
    font-size: 13px;
    color: #a9a9a9;
    z-index: 8;
    width: 100%;
    background-color: #fff;
    margin-left: -1px;
    margin-top: 7px;
    border-top: none;
    position: relative;
  }

  .select_box span {
    display: block;
    padding: 5px;
    cursor: pointer;
    color: #757575;
    font-size: 12px;
  }

  .select_box span:hover {
    display: block;
    background: gainsboro;
  }

  .select_box2 {
    border: 1px solid #a9a9a9;
    line-height: 30px;
    font-size: 13px;
    color: #a9a9a9;
    z-index: 8;
    width: 100%;
    background-color: #fff;
    margin-left: -1px;
    margin-top: 37px;
    border-top: none;
    position: relative;
  }

  .select_box2 span {
    display: block;
    padding: 5px 12px;
    cursor: pointer;
    color: #757575;
    font-size: 12px;
    text-align: left;
  }

  .select_box2 span:hover {
    display: block;
    background: gainsboro;
  }

  /* 这个地方只有一张图片 */
  .sec {
    width: 100%;
    height: 100%;
    margin-top: 60px;
  }

  .sec div img {
    width: 100%;
  }

  .sec_PC {
    display: none;
  }

  .sec_title>h4 {
    border-bottom: 2px solid #e2e2e2;
    width: 100px;
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-family: "Microsoft YaHei";
  }

  .sec_title>p {
    color: #999999;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    margin-top: 6px;
    margin: 0 auto;
    text-align: center;
  }

  /* 介绍 */
  .sec1 {
    width: 100%;
    height: 100%;
    /* padding: 30px 2% 0 2%; */
  }

  .sec1_left {
    float: left;
    width: 38%;
    padding: 1% 4%;
    /* margin-right: 20px; */
  }

  .sec1_left img {
    -webkit-box-shadow: 5px 5px 30px #e9f7fd;
    box-shadow: 5px 5px 30px #e9f7fd;
    margin: 0;
    width: 100%;
    border: 5px solid #fff;
  }

  .sec1_right {
    text-align: center;
    font-size: 12px;
    margin-top: -15px;
  }

  .sec1_title {
    font-size: 17px;
    color: #0e0e0e;
  }

  .sec1_right>h3 {
    font-weight: 200;
  }

  .sec1_title>span {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
  }

  .sec1_time {
    font-size: 10px;
    color: #6f6f6f;
  }

  .sec1_con {
    text-align: left;
    font-size: 13px;
    color: #6d6d6d;
    line-height: 24px;
    text-indent: 2em;
    padding: 10px 20px;
  }

  /* app定制 */
  .sec1_one {
    display: none;
  }

  /* 我们的服务 */
  .sec2 {
    padding: 20px 0;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

  .sec2_one {
    padding: 30px 0;
    width: 100%;
    max-width: 800px;
    /* height: 1060px; */
    margin: 0 auto;
  }

  .sec2_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
  }

  .sec2_content>div {
    float: left;
    width: 44%;
    height: 270px;
    margin: 7px 2%;
    -webkit-box-shadow: 5px 5px 30px #e2e2e2;
    box-shadow: 5px 5px 30px #e2e2e2;
  }

  #sec2_title {
    text-align: center;
    line-height: 15px;
    font-size: 14px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    font-size: 16px;
    color: #0e0e0e;
    padding: 10px 0px;
    width: 104%;
  }

  #sec2_con {
    padding: 0 11px;
    line-height: 24px;
    font-size: 13px;
    color: #a0a0a0;
    text-align: justify;
  }

  /*客户案例*/
  .active {
    background: #66d9f6;
    color: #fff;
  }

  .sec3 {
    padding-top: 0px;
    width: 100%;
    padding-top: 25px;
  }

  .sec3_con {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
  }

  .sec3_nav {
    display: none;
  }

  #sec3_con {
    margin: 0 auto;
  }

  #sec3_con>a {
    display: inline-block;
    /* background:red; */
  }

  #sec3_con img {
    width: 70%;
    margin: 0 5%;
  }

  /* 行业案例页面的行业案例 */
  .sec3_case {
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    /* height: 330px; */
  }

  .sec3_caseCon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0px;
    width: 100%;
    margin: 0 auto;
  }

  .sec3_caseCon>p {
    line-height: 190px;
  }

  .sec3_caseCon>p>img {
    width: 70%;
  }

  .sec3_caseleft {
    width: 75;
    margin: 0 auto;
  }

  .sec3_caseleft>img {
    width: 100%;
    height: 200px;
  }

  .sec3_casecenter {
    width: 90%;
    /* display: flex; */
    margin-top: 12px;
    float: left;
  }

  .sec3_casecenter>pre {
    width: 60%;
    font-size: 13px;
    line-height: 25px;
    color: #767676;
    float: right;
    margin-right: -30px;
    /* border: 1px solid red; */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .sec3_casecenter>p {
    width: 39%;
    font-size: 13px;
    line-height: 20px;
    float: left;
    margin-left: 10px;
  }

  .sec3_casecenter>p>span {
    display: none;
  }

  .sec3_casecenter>p>img {
    width: 100%;
    height: 80px;
    margin-bottom: 50px;
  }

  .sec3_caseCon>span {
    color: #838383;
    line-height: 28px;
  }

  #pad_next,
  #pad_pre {
    position: absolute;
    top: 33%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }

  /*为什么选择我们*/
  .sec4 {
    padding: 60px 1% 0 1%;
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
  }

  .sec4_con>div>div {
    width: 90% !important;
    -webkit-box-shadow: 5px 5px 30px #f1f1f1;
    box-shadow: 5px 5px 30px #f1f1f1;
    font-size: 14px;
    margin: 0px;
    padding: 0px 17px;
    color: #555555;
  }

  .sec4_con>div>div>ul>li:last-of-type {
    text-align: justify;
    font-size: 13px;
    color: #737373;
  }

  .sec4_con>div>div>ul>li>img {
    width: 90%;
  }

  .sec4_con>div>div>ul>li>div {
    margin-left: 20px;
    height: 80px;
    line-height: 80px;
    float: left;
    font-size: 20px;
  }

  .sec4_img {
    display: inline-block;
    width: 65%;
  }

  .sec4_img>img {
    display: inline-block;
    width: 73%;
  }

  .sec4_text {
    width: 100%;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* align-items: center; */
    display: none;
  }

  #list-first {
    height: 80px;
    line-height: 80px;
  }

  .sec4_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec4_btn {
    display: none;
    cursor: pointer;
  }

  /* 核心技术 */
  .sec5 {
    width: 100%;
    height: 1000px;
    padding-top: 30px;
    background: #f3f3f3;
  }

  .sec5_con {
    width: 96%;
    padding: 0 2%;
    margin: 20px auto;
    height: 500px;
  }

  .sec5_con div {
    float: left;
    width: 33%;
    height: 180px;
  }

  .sec5_con>div>ul>li>img {
    width: 60%;
    height: 60%;
  }

  #title {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 10px;
    color: #2f2f2f;
  }

  #content {
    font-size: 11px;
    color: #7e7e7e;
    padding: 0px 10px;
  }

  /* 服务行业 */
  .sec6 {
    width: 100%;
    padding-top: 30px;
  }

  .sec6_con {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #515151;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6px;
  }

  .sec6_con div {
    display: inline-block;
    width: 40%;
    background: #f3f3f3;
    padding: 8px;
    margin: 8px;
    cursor: pointer;
  }

  .sec6_con>div>ul>li>img {
    height: 115px;
  }

  .sec6_con div img {
    width: 100%;
  }

  .sec6_con div:hover {
    background: #66d9f6;
  }

  /* 成功案例 */
  .sec6_case {
    width: 100%;

    /* height: 950px; */
    margin: 0 auto;
    padding: 60px 0px;
    background-color: #f6f6f6;
  }

  .sec6_casecon {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
  }

  .sec6_casecon>div {
    display: inline-block;
    background: #fff;
    margin: 15px;
    /* width: 212px; */
    width: 270px;
    /* height: 200px; */
    cursor: pointer;
    font-size: 16px;
    color: #000000;
    font-family: "Microsoft YaHei";
  }

  .sec6_casecon div:hover {
    -webkit-box-shadow: 5px 5px 30px #838383;
    box-shadow: 5px 5px 30px #838383;
  }

  .sec6_casecon>div img {
    width: 100%;
    /* height: 200px; */
    height: 280px;
  }

  .left {
    float: left;
  }

  .right {
    float: right;
  }

  /* 服务流程 */
  .sec7 {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1000px;
    background: url("../img/PAD/bg_service.png") no-repeat;
    margin: 0 auto;
    padding: 30px 0px;
    /* border:1px solid red; */
  }

  .sec7_con {
    width: 100%;
    height: 690px;
    padding-top: 15px;
    /* background:red; */
    /* border:1px solid red; */
  }

  /* .sec7_con>div {
        border:1px solid red;s
        background:blue;
        width: 33%;
        float: right;
        text-align: center;
        font-size: 12px;
        transform:scale(0.8)
    } */
  .con {
    width: 33%;
    float: right;
    font-size: 12px;
    line-height: 20px;
    margin-top: 3px;
  }

  .con1 {
    width: 33%;
    float: right;
    font-size: 12px;
    line-height: 20px;
    margin-top: -12px;
  }

  .con_img {
    width: 33%;
    float: right;
    font-size: 12px;
  }

  .sec7_con>div>img {
    width: 55%;
    margin-top: 30px;
    /* border:1px solid red; */
  }

  .con>div>ul {
    margin-bottom: 65px;
  }

  .con>div>ul>li>h3 {
    font-size: 18px;
    color: 121212;
    padding-bottom: 15px;
  }

  .con1>div>ul {
    margin-top: 70px;
  }

  .con1>div>ul>li>h3 {
    font-size: 18px;
    color: 121212;
    padding-bottom: 15px;
  }

  #PCi7 {
    display: none;
  }

  /* 客户评价 */
  .sec8 {
    /* padding-top:30px; */
    width: 100%;
    height: 680px;
    padding-bottom: 80px;
    /* border:1px solid red; */
  }

  .sec8_con {
    width: 100%;
    height: 630px;
    overflow: hidden;
    margin: 0 auto;
  }

  /* 相关内容 */
  .sec10 {
    padding-top: 30px;
    width: 100%;
  }

  .sec10_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0px;
  }

  .sec10_item {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 8px 0px;
    cursor: pointer;
  }

  .sec10_itemleft {
    width: 43%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sec10_itemleft img {
    height: 120px;
    width: 100%;
  }

  .sec10_itemright {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec10_itemright_p1 {
    margin-top: 1px;
    color: #666666;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 10px;
    /* 超过两行用省略号代替 */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .sec10_itemright_p2 {
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    /* 超过两行用省略号代替 */
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .sec10_itemright_p3 {
    color: #c2c2c2;
    font-size: 12px;
  }

  .sec10_item>div>img {
    width: 100%;
  }

  .bt_bottom {
    text-align: center;
    margin-bottom: 30px;
  }

  .con_first {
    width: 300%;
    height: 580px;
  }

  .con_first>div {
    width: 90% !important;
    height: 550px;
    text-align: center;
    margin: 0 20px;
    float: left;
    /* border:1px solid red;     */
  }

  .con_first>div>ul {
    padding-top: 0px;
    width: 100%;
    height: 520px;
    -webkit-box-shadow: 5px 5px 50px #f3f3f3;
    box-shadow: 5px 5px 50px #f3f3f3;
    margin-bottom: 20px;
    padding: 10px 0px;
  }

  .sec8_title>p {
    width: 130px;
    margin: 0 auto;
  }

  .sec8_btn {
    cursor: pointer;
    display: none;
  }

  .sec8_con>div>div>ul>li {
    padding: 5px 20px;
    font-size: 13px;
    color: #999999;
    text-align: left;
    line-height: 20px;
  }

  .sec8_con>div>div>ul>li>span {
    color: #111111;
    font-size: 13px;
  }

  .sec8_con>div>div>ul>li>img {
    margin: 0px 6px;
  }

  /* 平板app定制 */
  .sec9 {
    width: 100%;
    height: 300px;
  }

  .sec9_text>div {
    margin: 10px 0px;
  }

  /*  传统行业的三大问题 */
  .sec11_con {
    display: none;
  }

  /* 服务行业详情--功能模块 */
  .sec13_top {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 30px;
  }

  /* 电商行业选择应用 */
  .sec12 {
    background: #f2f2f2;
    padding: 40px 0px;
  }

  .sec12_top {
    display: none;
  }

  .sec12_con {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }

  .sec12_bottom {
    width: 367px;
  }

  .sec12_bottom>div>div {
    text-align: center;
    width: 90% !important;
    margin: 0 auto;
    color: #fff;
    padding: 0px;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 18px;
  }

  .sec12_bottom>div>p {
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
  }

  .sec13_top>div {
    width: 48%;
    -webkit-box-shadow: 5px 5px 30px #f1f1f1;
    box-shadow: 5px 5px 30px #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
  }

  .sec13_top>div>div {
    width: 30%;
  }

  .sec13_top>div>div:nth-of-type(2) {
    width: 70%;
  }

  .sec13_top>div>div>img {
    width: 100%;
    height: 50%;
  }

  .sec13_con {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0px;
  }

  .sec13_bottom {
    display: none;
  }

  /* 最新电商玩法 */
  .sec14 {
    padding: 20px;
    background-color: #f5fffe;
  }

  .sec14_con {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }

  .sec14_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* height: 600px; */
    width: 100%;
    align-items: center;
  }

  .sec14_maintitle {
    /* width: 400px;
        height: 400px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* position: absolute; */
  }

  /* 精英团队 */
  .sec15 {
    padding: 20px;
  }

  .sec15_con {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }

  .sec15_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
  }

  .sec15_item>div {
    width: 24%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* height: 250px; */
    font-size: 11px;
    color: #000000;
    margin-bottom: 20px;
  }

  .sec15_item>div>p {
    line-height: 30px;
  }

  .sec15_item>div>p>span {
    display: none;
  }

  .sec15_item>div>img {
    width: 100%;
  }

  /* 招贤纳士平板端 */
  .sec16_item2 {
    width: 94%;
    margin: 0 auto;
    padding-top: 15px;
  }

  .sec16_main2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .sec16_main2>div {
    padding: 10px 3px;
    color: #070707;
    font-size: 12px;
    line-height: 20px;
  }

  .sec16_main2>div>img {
    width: 100%;
  }

  .sec16_main3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sec16_main3>div>img {
    width: 100%;
  }

  .sec16_item2_pic {
    width: 20%;
  }

  .sec16_position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #070707;
    line-height: 25px;
    width: 80%;
  }

  .sec16_position>div>img {
    width: 100%;
  }

  /* 联系我们 */
  .sec17 {
    padding: 30px 0px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }

  .sec17_main {
    line-height: 30px;
    font-size: 13px;
    width: 94%;
    max-width: 1100px;
    text-align: center;
    padding-top: 15px;
    margin: 0 auto;
  }

  .sec17_main>div>img {
    width: 100%;
  }

  /* 新闻动态 */
  .sec18 {
    background-color: #efefef;
  }

  .sec18_con {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sec18_left {
    width: 100%;
    margin: 0 auto;
  }

  .sec18_left>p {
    padding: 0px 15px;
  }

  .sec18_right {
    display: none;
  }

  .sec18_Dleft {
    width: 94%;
    margin: 0 auto;
  }

  .sec18_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 14px;
    margin-bottom: 20px;
    width: 85%;
    margin: 0 auto;
    border-bottom: 20px solid #efefef;
    cursor: pointer;
  }

  .sec18_item_right {
    margin: 0px 0px;
    padding-left: 8px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sec18_itemright_p1 {
    color: #000000;
    font-size: 17px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 25px;
  }

  .sec18_itemright_p2 {
    color: #7e7e7e;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .sec18_itemright_p3 {
    float: right;
  }

  .sec18_item>div>img {
    width: 115px;
    height: 120px;
  }

  .sec18_page {
    display: none;
  }

  /* 新闻详情 */

  .sec18_Dmain {
    background-color: #fff;
    padding: 15px 35px;
    margin-bottom: 20px;
  }

  .sec18_Dmain_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sec18_Dmain_title>div {
    font-size: 13px;
    color: #838383;
  }

  .sec18_dcon {
    /* text-align: center; */
    font-size: 14px;
    line-height: 34px;
    color: #838383;
  }

  .sec18_dcon img {
    width: 100%;
  }

  /* .sec18_dcon>p {
        text-align: left;
    } */

  .sec18_Dcomment {
    display: none;
  }

  /* 移动端鼠标点击显示微信二维码图 */
  #hover {
    position: absolute;
    margin-top: -128px;
    margin-left: 120px;
    background-image: url(../img/PC/weixin.png);
    width: 141px;
    height: 160px;
    text-align: center;
    z-index: 1;
  }

  #email_hover {
    position: absolute;
    margin-top: -46px;
    font-size: 14px;
    margin-left: 207px;
    width: 170px;
    height: 66px;
    text-align: center;
    line-height: 50px;
    background-image: url(../img/PC/email.png);
    z-index: 1;
  }

  #hover>img {
    width: 128px;
    height: 128px;
    margin-top: 3px;
  }

  .sec18_DContent_item {
    width: 100%;
    margin: 0px;
    line-height: 26px;
  }

  .tiaozhuan {
    height: 35px;
    outline: none;
    background-color: #0093f2;
    border: 1px solid #fff;
    color: #fff;
    width: 95px;
    border-radius: 19px;
    margin-bottom: 20px;
  }

  /* 新闻资讯的右边  pc*/
  .sec18_right {
    display: none;
  }

  /* 新闻详情 */

  .sec18_Dmain {
    background-color: #fff;
    padding: 15px 14px;
    margin-bottom: 20px;
  }

  .sec18_Dmain_title>div {
    font-size: 13px;
    color: #838383;
  }

  .sec18_dcon {
    /* text-align: center; */
    font-size: 13px;
    line-height: 34px;
    color: #999999;
  }

  .sec18_dcon>p {
    text-align: left;
  }

  /* 新闻资讯的右边  pc*/
  .sec18_right {
    display: none;
  }

  /* 新闻资讯的底部  平板 */
  .sec18_Dbottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 10px;
    padding: 20px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sec18_Dbottom .shaixuan:nth-of-type(1) {
    background-color: #0093f4;
    color: #fff;
    border: none;
  }

  .filter2 {
    border: 1px solid #838383;
    padding: 9px 5px;
    cursor: pointer;
    font-size: 10px;
    color: #595959;
    background-color: #fff;
    margin: 5px 5px 5px 5px;
  }

  .sec18_DbottomIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 10px;
    padding: 20px 0px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  /* .sec18_DbottomIcon>img {
        cursor: pointer;
    } */

  .filter2_active {
    border: none;
    padding: 9px 5px;
    cursor: pointer;
    font-size: 10px;
    color: #fff;
    background-color: #0093f4;
  }

  /* 案例详情 */
  .sec19 {
    width: 100%;
    padding-top: 30px;
  }

  .sec19_con {
    width: 100%;
    margin: 0 auto;
  }

  .sec19_con>p {
    font-size: 13px;
    color: #838383;
    text-align: center;
    margin-bottom: 15px;
    line-height: 27px;
  }

  .sec19_con>pre {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin-bottom: 15px;
    line-height: 27px;
  }

  /* 案例详情 */
  .sec19 {
    width: 100%;
    padding-top: 30px 0px;
  }

  .sec19_con {
    width: 94%;
    margin: 0 auto;
  }

  .sec19_con>p {
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin-bottom: 15px;
    line-height: 20px;
  }

  .sec19_con>div>img {
    width: 100%;
  }

  /* 案例详情--技术选型 */
  .sec20 {
    width: 100%;
    margin-bottom: 50px;
  }

  .sec20_main {
    width: 100%;
    max-width: 615px;
    background-color: #53a8fe;
    height: 530px;
    margin: 0 auto;
  }

  .sec20_con {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 345px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* justify-content: space-between; */
  }

  .sec20_Cleft {
    padding: 27px 15px;
    width: 90%;
  }

  .Cleft_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sec20_Cleft>div {
    line-height: 30px;
    font-size: 5px;
    color: #fff;
  }

  .sec20_Cleft>div>img {
    width: 60%;
  }

  .sec20_Cleft>div>div>span {
    margin-left: 10px;
  }

  .sec20_Cright {
    padding: 6px 0px;
    position: relative;
  }

  .sec20_Cright>img {
    width: 98%;
    position: absolute;
    /* right: 3px; */
    bottom: -241px;
  }

  /* 地图 */
  #container {
    width: 100%;
    min-height: 200px;
  }

  /* 底部 */
  footer {
    width: 100%;
    background: #696969;
    color: #fff;
    margin-bottom: 65px;
    /* padding: 20px 0; */
    /* text-align:center; */
  }

  .footer>dl {
    width: 84%;
    text-align: left;
    margin: 0 auto;
    padding: 15px;
  }

  .footer>dl>dd {
    font-size: 13px;
  }

  .footer>dl>dd>a {
    color: #fff;
  }

  .bottom_menu {
    width: 100%;
    height: 65px;
    background-color: #2abdfa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: fixed;
    bottom: 0px;
    font-size: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
  }

  .bottom_menu>div>img {
    width: 30%;
    height: 30%;
  }

  .footer1,
  .footer2,
  .footer3,
  #footer5,
  .footer_com {
    display: none;
  }
}

/* 字体 */