﻿@charset "utf-8";
*{margin:0;padding:0; list-style-type:none;outline: none;font-family: "Microsoft YaHei";}
body{font-size:12px;font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif;width: 100%;overflow-x: hidden;}
img{border:0;border:none;max-width: 100%;}
a{text-decoration:none;}
a:hover{text-decoration:none; outline:none;color: #ee7700;}
em,i{font-style: normal;}
.clear{clear:both;}
body a{outline:none;blr:expression(this.onFocus=this.blur());}
body a{transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;}
input:focus,button {outline:none;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none; border: none;}
textarea {-webkit-appearance: none;}
header{background:#ffffff;position:relative;z-index:1000;}
.bgf8{background:#f8f8f8;}
.bg32a{background:#2a2a2a;}
.color_white{color:#fff;background:#000000;}
.fl{float: left;}
.fr{float: right;}
.undis{display:none;}
.none{display:none;}
.container{
  max-width: 100%;
}
.eps{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clamp2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.clamp3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.btns{
  line-height: 60px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  border-radius: 50px;
  margin: 3% 20px;
  padding: 0 85px;
}
.btn_ask{
  border: 1px solid #ee7700;
  color: #ee7700;
  background: url(../images/jt2.png) no-repeat 160px center;
}
.btn_ask:hover{
  color: #ee7700;
}
.btn_type{
  background: #ee7700;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5%;
}
.btn_type:hover{
  color:#fff;
}

/* 首页 */
.navbar-nav > li:after{
  content: '';
  width: 0;
  height: 2px;
  background-color: #ee7700;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: .3s;
}
.navbar-nav > li:hover:after{
  width: 100%;
}
.pull_left{
  float: left;
}
.pull_right{
  float: right;
}
.topbar {
  background: #232526;
  height: 40px;
  line-height: 40px;
  z-index: 11;
  position: relative;
  width: 100%;
}
.topbar p {
  margin-bottom: 0;
}
.topbar .fiften {
  font-size: 12px;
  color: #999;
}
.topbar .tpr p {
  float: left;
  font-size: 12px;
}
.topbar .tpr p i {
  font-style: normal;
  color: #999;
}
.topbar .tpr p em{
  font-style: normal;
  font-weight: bold;
  color:#ee7700;
}
.topbar .tpr .wx {
  background: url(../images/twx.png) no-repeat left;
  padding-left: 33px;
  position: relative;
}
.topbar .tpr .wx img{
  width: 120px;
  height: 120px;
  max-width: none;
  position: absolute;
  top: 99%;
  left: -30px;
  display: none;
}
.topbar .tpr .wx:hover img{
  display: block;
}
.topbar .tpr .dh {
  background: url(../images/ttel.png) no-repeat left;
  padding-left: 28px;
  margin-left: 30px;
}

.navbar-fixed-top{box-shadow:0 5px 12px rgba(0,0,0,.07);}
.logo {
  float: left;
  width: 178px;
  height: 42px;
  background: url(../images/logo.png) no-repeat 0 0;
  text-indent: -10000px;
  overflow: hidden;
  font-size: 12px;
  margin: 14px 0;
  position: relative;
}
.logo a{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.index_tit{
  padding:4% 0 3%;
  margin-left:auto;
  margin-right:auto;
  overflow: hidden;
}
.index_tit img{
  max-width: 100%;
  margin-top: 3%;
}
.index_tit .h1 {
  font-size: 60px;
  color: #000;
  font-weight: bold;
  position: relative;
}
.index_tit .f40{
  font-size: 40px;
  color: #333;
  font-weight: bold;
}
.index_tit .h1 .orange{
  color: #ee7700;
}
.index_tit h2,.index_tit .h2 {
  font-size: 25px;
  color: #000;
  margin-top: 3%;
}
.index_tit .en {
  font-size: 30px;
  color: #bababa;
  margin: 0 0 -12px;
  font-family: Arial;
}
.index_tit .xian{
  display: inline-block;
  position: relative;
}
.index_tit .xian:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #b6b9bf;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -19px;
}
.index_tit .f24{
  font-size: 24px;
  color: #666;
  margin-top: 2%;
  line-height: 1.5;
}
.index_tit .f14{
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin: 1.6% 0 0;
}
.index_tit .line{
  padding-bottom: 20px;
}
.index_tit .line:after {
  content: "";
  width: 60px;
  height: 3px;
  display: inline-block;
  background: #ff9b00;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.index_tit h4{
  font-size: 36px;
  color: #323232;
  padding: 20px 0;
}
.index_tit h5{
  font-size: 28px;
  color: #323232;
  line-height: 44px;
}
.index_tit h5 em{
  font-size: 36px;
  color: #ee7700;
  padding: 0 5px;
}
.index_tit h5 i{
  font-style: italic;
  font-size: 30px;
  color: #1a1a1a;
  padding: 0 5px;
}
.index_tit .p1{
  font-size: 16px;
  color: #666;
  line-height: 26px;
}

.seeall {
  display: block;
  margin: 6% auto ;
  font-size: 15px;
  color: #b7b7b7;
  width: 215px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: all 0.5s;
}
.seeall.border{
  border-color: #ee7700;
  color: #ee7700;
}
.seeall:hover {
  background: #ee7700;
  color: #fff;
  border: 1px solid #ee7700;
}

/*服务城市*/
.seo-city{
  overflow: hidden;
  margin-bottom: 7%;
}
.seo-city li{
  line-height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 5px;
}
.seo-city li span{
  display: block;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  cursor: pointer;
}
.seo-city li a{
  color: #333;
  display: block;
  transition: 0.1s;
}
.seo-city li span:hover{
  border: 1px solid #ff7426;
  color: #fff;
  background: #ff7426;
}
.seo-city li a:hover{
  color: #fff;
}

/*亿网能做的*/
.main-business{
  overflow: hidden;
}
.main-title{
  margin: 3% 0;
  overflow: hidden;
}
.main-title .m-tit{
  line-height: 40px;
  font-size: 30px;
  color: #666;
  padding-bottom: 3%;
}
.main-title .m-tit span {
  display: inline-block;
  line-height: 40px;
  position: relative;
  padding: 0 6%;
  font-weight: normal;
}
.main-title .m-tit span:before{
  content:'';
  width:100%;
  height:1px;
  background: #dfdfdf;
  position: absolute;
  left:0;
  right:0;
  bottom:-20px;
}
.main-title .m-tit span:after{
  content:'';
  display:block;
  overflow:hidden;
  background: #ee7700;
  position:absolute;
  left:50%;
  bottom: -22px;
  width: 6px;
  height: 6px;
  border-radius:100%;
  margin-left: -3px;
}

.main-business {
  overflow: hidden;
  position: relative;
}
.main-business ul{
  overflow: hidden;
}
.main-business ul li {
  overflow: hidden;
  margin-bottom: 5%;
  padding: 1% 3% 0;
}
.main-business ul li a{
  display: block;
}
.main-business ul li img {
  transition: all 0.5s;
}
.main-business ul li h3 {
  font-size: 18px;
  color: #333;
  line-height: 28px;
}
.main-business ul li p{
  color: #999;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
.main-business ul li:hover img{
  transform: rotate(360deg) scale(1.2);
}


/*首页底部*/
.map-box{
  overflow: hidden;
  position: relative;
}
.index-contact{
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  padding: 3% 0 4%;
  background: #232323;
}
.index-contact .foot_logo{
  height: 42px;
  margin-bottom: 12%;
}
.index-contact .tit{
  font-size: 24px;
  margin-bottom: 7%;
  margin-top: 0;
  color: #96989f;
  line-height: 1.2;
}
.index-contact .ft2{
  font-size: 28px;
  color: #d0d0d0;
  margin: 0 0 3%;
}
.index-contact p{
  font-size: 15px;
  color: #96989f;
  line-height: 2.15;
  margin: 0;
  overflow: hidden;
}
.index-contact .links a{
  display: block;
  font-size: 15px;
  line-height: 2.15;
  color: #96989f;
}
.index-contact .overshow{
  overflow:inherit;
  width:auto;
}
.index-contact .overshow li {
  float: left;
  width: 45px;
  margin-right: 14px;
  position: relative;
  cursor: pointer;
}
.index-contact .overshow img {
  width: 45px;
  height: 45px;
  max-width: 100px;
}
.index-contact .overshow li .t2 {
  display: none;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 3;
}
.index-contact .overshow li:hover .t2{
  display:block;
}


/*备案*/
.copright-box{
  background: #1c1c1c;
  width: 100%;
  overflow: hidden;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 30px;
  padding: 20px 0;
  position: relative;
  z-index: 10;
}
.copright-box p{
  margin: 0;
}
.copright-box a{
  color: #6a6a6a;
}

.demand_contair{
  background: #1c1c1c;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 600;
  padding: 35px 0 25px;
}
.demand_contair .close{
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/close.png) no-repeat center;
  position: absolute;
  top: 20px;
  right: 8%;
  opacity: 1;
  z-index: 5;
}
.demand_contair .sixcont{
  color: #ffffff;
}
.demand_contair .sixcont h2{
  font-size: 30px;
  font-weight: bold;
}
.demand_contair .sixcont h3{
  font-size: 24px;
  margin-top: 0;
}
.demand_list{
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.demand_list li{
  overflow: hidden;
  margin-bottom: 14px;
}
.demand_list li p{
  float: left;
  color: #ffffff;
  font-size: 20px;
  width: 100px;
  line-height: 46px;
  margin: 0;
}
.demand_list li input{
  width: calc(100% - 100px);
  border: none;
  background: #fff;
  border-radius: 5px;
  height: 46px;
  padding: 10px 12px;
  font-size: 16px;
}
.demand_contair .free-get{
  background: #ff6600;
  font-size: 18px;
  color: #ffffff;
  border-radius: 8px;
  border: none;
  display: block;
  height: 76px;
  width: 240px;
  max-width: 100%;
  margin-top: 15px;
}
.demand-space{
  height: 180px;
  border-top: 1px solid #212b23;
  width: 100%;
  clear: both;
}

/*APP开发*/
.nybanner{
  width: 100%;
  overflow: hidden;
  height: 503px;
}
.nybanner img{
  width: 100%;
}
.nybanner h1{
  color: #ffffff;
  font-size: 41px;
}
.nybanner h3{
  color: #ffffff;
  font-size: 19px;
  line-height: 30px;
  margin-top: 0;
}
.nybanner .mtb{
  margin: 5% 0;
}
.nybanner .more{
  font-size: 14px;
  border: 1px solid #ee7700;
  display: inline-block;
  text-align: center;
  width: 128px;
  line-height: 34px;
  color: #ee7700;
}
.nybanner .more:hover{
  background: #ee7700;
  color: #ffffff;
}
.nybanner .flex{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.app-ban{
  background: url(../images/banner_app.jpg) no-repeat center;
  background-size: cover;
}

.app-box1{
  overflow: hidden;
  padding: 4% 0 6%;
}
.app-box1 .txt{
  overflow: hidden;
  padding: 0 3% 0 6%;
}
.app-box1 .txt h2{
  font-size: 20px;
  color: #666666;
  margin: 0 0 15px;
}
.app-box1 .txt p{
  font-size: 13px;
  line-height: 20px;
  color: #666666;
  margin: 0;
}
.app-box1 .txt ul{
  float: left;
  font-size: 13px;
  line-height: 20px;
  color: #666666;
  min-width: 100px;
  margin-top: 10px;
}
.app-box1 .txt ul li{
  margin-top: 10px;
}

.app-box2 ul{
  overflow: hidden;
  margin: 0 -21px;
  padding: 1% 0 5%;
}
.app-box2 ul li{
  padding: 0 21px;
}
.app-box2 ul li img{
  transition: 0.5s;
}
.app-box2 ul li .main h3{
  font-size: 22px;
  color: #000000;
}
.app-box2 ul li .main p{
  font-size: 13px;
  line-height: 24px;
  color: #000000;
  height: 72px;
}
.app-box2 ul li:hover img{
  transform: scale(1.05);
}

.app-box3 li{
  padding: 0 5%;
  margin-bottom: 5%;
}
.app-box3 li h3{
  font-size: 20px;
  font-weight: bold;
  color: #3f3f3f;
}
.app-box3 li p{
  font-size: 12px;
  line-height: 22px;
  color: #888;
  height: 66px;
  text-align: justify;
}

.core-function{
  overflow: hidden;
  background: url(../images/app_bg1.jpg) no-repeat center;
  background-size: cover;
}
.core-function .index_tit .f40{
  color: #ffffff;
}
.core-function ul{
  overflow: hidden;
  padding: 3% 0 5%;
}
.core-function ul li{
  float: left;
  width: 20%;
  color: #ffffff;
  padding: 0 2%;
}
.core-function ul li h3{
  font-size: 20px;
  font-weight: bold;
}
.core-function ul li p{
  font-size: 12px;
  line-height: 22px;
  text-align: justify;
}

.service-proce{
  overflow: hidden;
  padding: 3% 0;
}
.service-proce li{
  float: left;
  width: 14.285%;
}
.service-proce li h3{
  font-size: 20px;
  color: #3f3f3f;
}

.devepl-case{
  overflow: hidden;
}
.devepl-case li{
  padding: 1% 12px;
}
.devepl-case li .main{
  overflow: hidden;
  transition: 0.5s;
}
.devepl-case li img{
  display: block;
  width: 100%;
}
.devepl-case li .txt{
  padding: 10px;
}
.devepl-case li h3{
  font-size: 18px;
  margin: 0 0 5px;
}
.devepl-case li p{
  font-size: 14px;
  color: #666666;
  margin: 0;
}
.devepl-case li:hover .main{
  box-shadow: 0 5px 10px rgba(0,0,0,.15);
}

/* 微信小程序开发 */
.xcx_banner {
  height: 630px;
  background: url(../images/xcx_banner.png) no-repeat center;
}
.xcx_text img {
  margin-top: 145px;
  max-width: 100%;
}
.xcx_text p {
  font-size: 20px;
  line-height: 2;
  color: #fff;
  margin: 55px 0;
}
.made {
  font-size: 26px;
  color: #4a9dff;
  width: 240px;
  line-height: 62px;
  display: inline-block;
  border-radius: 40px;
  background: #fff;
  text-align: center;
  opacity: 0.8;
  box-shadow: 4px 4px 4px rgba(46,175,235,0.8);
}
.big_market {
  padding-bottom: 3%;
  overflow: hidden;
}
.big_market ul li {
  text-align: center;
  border: 1px solid #e3e2e5;
  margin: 0 -1px 0 0;
  height: 418px;
}
.big_market ul li img {
  width: auto;
  height: 46px;
  margin-top: 65px;
}
.big_market ul li h3 {
  font-size: 20px;
  position: relative;
  padding-bottom: 31px;
  margin-bottom: 18px;
}
.big_market ul li h3:after {
  content: "";
  width: 60px;
  height: 1px;
  display: inline-block;
  background: #e3e2e5;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.big_market ul li p {
  font-size: 16px;
  line-height: 40px;
  color: #999;
}
.exclusive {
  overflow: hidden;
}
.exclusive li {
  overflow: hidden;
  margin-bottom: 3%;
}
.exclusive li .img {
  position: relative;
  overflow: hidden;
}
.exclusive li .img .bg {
  width: 100%;
  display: block;
}
.exclusive li .font {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  background: rgba(0,0,0,.4);
}
.exclusive li .font img {
  width: 40px;
  height: 40px;
  display: block;
  margin: 50px auto 12px;
}
.exclusive li .font p {
  font-size: 20px;
  color: #fff;
}
.exclusive li .txt {
  border: 1px solid #eaeaea;
  border-radius: 0 0 12px 12px;
  padding: 0 5%;
}
.exclusive li .line {
  width: 40px;
  height: 1px;
  display: inline-block;
  background: #ee7700;
  margin: 20px 0 8px;
}
.exclusive li .txt p {
  font-size: 16px;
  line-height: 30px;
  min-height: 120px;
  color: #343434;
}
.exclusive li .txt .btns {
  line-height: 28px;
  width: 130px;
  background: url(../images/jt2.png) no-repeat 95px center;
  margin: 0 0 20px;
  padding: 0 20px 0 0;
  font-size: 16px;
}
.xcx_hexin {
  height: auto;
  background: url(../images/xcx_banner.jpg) no-repeat center;
  text-align: center;
}
.xcx_hexin img {
  max-width: 96%;
}
.why_choice {
  height: 760px;
  background: url(../images/choice.jpg) no-repeat center;
  text-align: center;
  margin-top: 5%;
  padding-top: 2%;
}
.why_choice .index_tit .h1,.why_choice .index_tit h2,.why_choice .index_tit .h2 {
  color: #fff;
}
.why_choice ul {
  overflow: hidden;
  padding-top: 3%;
}
.why_choice ul li .main {
  background: url(../images/choose_list_bg.png) no-repeat;
  background-size: 100% 100%;
}
.why_choice ul li img {
  margin-top: 50px;
}
.why_choice ul li h3 {
  font-size: 22px;
  margin: 30px 0;
}
.why_choice ul li p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  height: 90px;
}
.why_choice ul li .btns {
  line-height: 28px;
  width: 130px;
  background: url(../images/jt2.png) no-repeat 95px center;
  padding: 0 20px 0 0;
  margin: 0 0 40px;
  font-size: 16px;
}
.serv_case ul {
  overflow: hidden;
  padding-bottom: 3%;
}
.serv_case ul li .case {
  background: #fafafa;
  text-align: center;
  padding: 30px 0;
}
.serv_case ul li .case img {
  width: 100%;
}
.serv_case ul li .case .line {
  width: 36px;
  height: 2px;
  display: block;
  background: #ff6600;
  margin: 30px auto 20px;
}
.serv_case ul li .case p {
  font-size: 20px;
  line-height: 30px;
  color: #323232;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*网站设计开发*/
.h5-banner img{
  display: block;
  width: 100%;
}
.scope-box{
  overflow: hidden;
  margin: 0 -12px;
  padding: 2% 0 6%;
}
.scope-box li{
  padding: 0 12px;
}
.scope-box li .main{
  border: 1px solid #e4e4e4;
  background: #fff;
  border-radius: 3px;
  padding: 0 3%;
  transition: 0.3s;
}
.scope-box li .main h2{
  font-size: 20px;
  color: #333333;
}
.scope-box li .main p{
  font-size: 12px;
  color: #999;
  line-height: 18px;
}
.scope-box li .main img{
  border-top: 1px dotted #bfbfbf;
}
.scope-box li .main .seeall{
  width: 100%;
  max-width: 240px;
  line-height: 40px;
  background: #f5f5f5;
  border: none;
  border-radius: 20px;
}
.scope-box li:hover .main{
  border-color: #ee7700;
}
.scope-box li .main .seeall:hover{
  background: #ee7700;
}

.h5-casebox ul{
  overflow: hidden;
  margin: 1% 0 3%;
}
.h5-casebox ul li{
  padding: 0;
  position: relative;
}
.h5-casebox ul li .bkgrd{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-repeat: no-repeat!important;
  background-position: center!important;
  background-size: cover!important;
}
.h5-casebox ul li .main{
  position: relative;
  z-index: 2;
  margin-top: 15%;
  transition: 0.5s;
}
.h5-casebox ul li .main .bg{
  width: 68%;
}
.h5-casebox ul li .main .case{
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 63.3%;
  height: 66%;
}
.h5-casebox ul li h4{
  font-size: 18px;
  color: #040406;
  margin-bottom: 0;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.h5-casebox ul li p{
  font-size: 14px;
  color: #888888;
  padding-left: 10px;
  padding-right: 10px;
}
.h5-casebox ul li:hover .main{
  transform: scale(1.05);
}
.h5-casebox ul li:hover h4{
  color: #ee7700;
}

.h5-box1{
  overflow: hidden;
  background: url(../images/h5_bg2.jpg) no-repeat center;
  background-size: cover;
}
.h5-box1 .index_tit .en{
  color: #5c5c5c;
}
.h5-box1 .index_tit .f40,.h5-box1 .index_tit .f14{
  color: #ffffff;
}
.h5-box1 ul{
  overflow: hidden;
  padding: 3% 0 1%;
}
.h5-box1 ul li{
  float: left;
  width: 20%;
  margin-bottom: 5%;
}
.h5-box1 ul li i{
  display: block;
  width: 65px;
  height: 65px;
  margin: 0 auto;
}
.h5-box1 ul li .icon1{
  background: url(../images/h5_ico1.png) no-repeat center;
}
.h5-box1 ul li .icon2{
  background: url(../images/h5_ico2.png) no-repeat center;
}
.h5-box1 ul li .icon3{
  background: url(../images/h5_ico3.png) no-repeat center;
}
.h5-box1 ul li .icon4{
  background: url(../images/h5_ico4.png) no-repeat center;
}
.h5-box1 ul li .icon5{
  background: url(../images/h5_ico5.png) no-repeat center;
}
.h5-box1 ul li .icon6{
  background: url(../images/h5_ico6.png) no-repeat center;
}
.h5-box1 ul li .icon7{
  background: url(../images/h5_ico7.png) no-repeat center;
}
.h5-box1 ul li .icon8{
  background: url(../images/h5_ico8.png) no-repeat center;
}
.h5-box1 ul li .icon9{
  background: url(../images/h5_ico9.png) no-repeat center;
}
.h5-box1 ul li .icon10{
  background: url(../images/h5_ico10.png) no-repeat center;
}
.h5-box1 ul li:hover .icon1{
  background: url(../images/h5_on_ico1.png) no-repeat center;
}
.h5-box1 ul li:hover .icon2{
  background: url(../images/h5_on_ico2.png) no-repeat center;
}
.h5-box1 ul li:hover .icon3{
  background: url(../images/h5_on_ico3.png) no-repeat center;
}
.h5-box1 ul li:hover .icon4{
  background: url(../images/h5_on_ico4.png) no-repeat center;
}
.h5-box1 ul li:hover .icon5{
  background: url(../images/h5_on_ico5.png) no-repeat center;
}
.h5-box1 ul li:hover .icon6{
  background: url(../images/h5_on_ico6.png) no-repeat center;
}
.h5-box1 ul li:hover .icon7{
  background: url(../images/h5_on_ico7.png) no-repeat center;
}
.h5-box1 ul li:hover .icon8{
  background: url(../images/h5_on_ico8.png) no-repeat center;
}
.h5-box1 ul li:hover .icon9{
  background: url(../images/h5_on_ico9.png) no-repeat center;
}
.h5-box1 ul li:hover .icon10{
  background: url(../images/h5_on_ico10.png) no-repeat center;
}
.h5-box1 ul li p{
  font-size: 16px;
  color: #ffffff;
  margin-top: 15px;
}

.h5-box2{
  overflow: hidden;
  background: #ff7c21;
}
.h5-box2 ul{
  overflow: hidden;
  color: #ffffff;
  padding: 3% 0;
}
.h5-box2 ul li h3{
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
.h5-box2 ul li h3 em{
  font-size: 36px;
}
.h5-box2 ul li p{
  font-size: 20px;
  line-height: 1;
}

.h5-parant{
  overflow: hidden;
  margin: 0 -6px;
  padding: 2% 0 6%;
}
.h5-parant li{
  padding: 0 6px;
  float: left;
  width: 20%;
  margin-bottom: 10px;
}
.h5-parant li .main{
  height: 100px;
  border: 1px solid #e9e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h5-parant li .main img{
  max-height: 100%;
}

.h5-develp{
  overflow: hidden;
  background: url(../images/h5_bg3.jpg) no-repeat right center #f9f9f9;
  padding: 3% 0;
}
.h5-develp .processlist{
  padding: 0;
}
.h5-develp .processlist .h2{
  font-size: 60px;
  color: #262626;
  margin: 0 0 8%;
}
.h5-develp .processlist .h5{
  font-size: 16px;
  color: #999;
}
.h5-develp .processlist ul{
  margin-top: 16%;
}
.h5-develp .processlist ul li{
  margin-bottom: 20px;
}
.h5-develp .processlist ul li.l1 h4{
  background: url(../images/h5_ico11.png) no-repeat left;
}
.h5-develp .processlist ul li.l2 h4{
  background: url(../images/h5_ico12.png) no-repeat left;
}
.h5-develp .processlist ul li.l3 h4{
  background: url(../images/h5_ico13.png) no-repeat left;
}
.h5-develp .processlist ul li.l4 h4{
  background: url(../images/h5_ico14.png) no-repeat left;
}
.h5-develp .processlist ul li.l5 h4{
  background: url(../images/h5_ico15.png) no-repeat left;
}
.h5-develp .processlist ul li.l6 h4{
  background: url(../images/h5_ico16.png) no-repeat left;
}
.h5-develp .processlist ul li.l1:hover h4{
  background: url(../images/h5_on_ico11.png) no-repeat left;
}
.h5-develp .processlist ul li.l2:hover h4{
  background: url(../images/h5_on_ico12.png) no-repeat left;
}
.h5-develp .processlist ul li.l3:hover h4{
  background: url(../images/h5_on_ico13.png) no-repeat left;
}
.h5-develp .processlist ul li.l4:hover h4{
  background: url(../images/h5_on_ico14.png) no-repeat left;
}
.h5-develp .processlist ul li.l5:hover h4{
  background: url(../images/h5_on_ico15.png) no-repeat left;
}
.h5-develp .processlist ul li.l6:hover h4{
  background: url(../images/h5_on_ico16.png) no-repeat left;
}
.h5-develp .processlist ul li h4{
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  padding-left: 55px;
  margin-bottom: 5px;
}
.h5-develp .processlist ul li p{
  font-size: 14px;
  color: #999;
  padding-left: 55px;
}
.h5-develp .processlist ul li:hover h4,.h5-develp .processlist ul li:hover p{
  color: #ff7c21;
}
.h5-develp .pic{
  padding: 3% 0;
}

/*开发资讯*/
.newsout {
  background-color: #f1f1f1;
  width: 100%;
  padding-bottom: 4%;
  overflow: hidden;
}
.news_location {
  overflow: hidden;
  font-size: 14px;
  color: #000;
  margin: 3% 0 -6%;
  background: #ffffff;
  padding: 0 2%;
  line-height: 52px;
}
.news_location .en {
  color: #c6c6c6;
  margin-left: 8px;
}
.news_location a {
  font-size: 14px;
  color: #333;
  margin-left: 30px;
}
.news_location .nqtWrap{
  overflow: hidden;
  margin: 0;
}
.news_location .nqtWrap a{
  display: block;
  float: left;
}
.news_location .nqtWrap .active{
  color: #ee7700;
  border-bottom: 3px solid #ee7700;
}
.newalscon {
  margin-top: 8%;
  background: #ffffff;
}
.newslist {
  background: #fff;
  border: 1px solid #d8d8d8;
  margin-bottom: 15px;
}
.newslist .newsjianjie {
  padding: 2% 3%;
  overflow: hidden;
}
.newslist .newsjianjie:hover{
  background: #f2f2f2;
}
.newsoutjl {
  padding-top: 10px;
}
.newsname-l {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.newscontent {
  color: #7f7f7f;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
}
.newsname-l b,.newscontent b{
  display: inline-block;
  height: 18px;
  width: 18px;
  text-align: center;
  line-height: 18px;
  margin-right: 15px;
  margin-top: 5px;
  font-size: 13px;
}
.newsname-l b{
  background: #e60012;
  color: #f9d4d5;
}
.newscontent b{
  background: #00b8e6;
  color: #d4eef9;
}
.newsout .phoneyr {
  float: right;
}
.phonetime{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding-top: 15px;
  color: #999;
}

/*新闻详情*/
.nqlDate{
  position: absolute;
  top: 0;
  left: -78px;
  width: 78px;
  height: 114px;
  background: #787878 url(../images/news_clock.png) no-repeat center 78px;
}
.nqldDay{
  display: block;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
}
.nqldMy{
  display: block;
  font-size: 13px;
  color: #bababa;
  text-align: center;
  line-height: 24px;
}

.newsxqtitle {
  text-align: center;
  padding: 40px 0 5px;
  font-size: 24px;
  color: #333;
}
.newsxqxtitle {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 15px;
}
.newsxqxtitle span {
  margin: 0 20px;
  font-size: 14px;
  color: #999;
}
.news_show_content {
  padding: 30px 30px;
  line-height: 2em;
  font-size: 14px;
  color: #666;
  text-align: justify;
}
.news_show_content p,.news_show_content span {
  line-height: 2em;
  font-size: 14px;
  color: #666;
}
.news_show_content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto!important;
}
.newsxqbottom {
  border-top: 1px dashed #ddd;
  padding: 3% 20px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.newsxqbottom a {
  color: #666;
}
.newsxqbottom a:hover {
  color: #ee7700;
}
.newsxqbottom-l {
  float: left;
}
.newsxqbottom-r {
  float: right;
}

/*分页修改*/
.my_pagination {
  margin: 3% 0 0;
}
.my_pagination span, .my_pagination a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ffffff;
  margin-right: 6px;
  margin-bottom: 6px;
  border: 1px solid #d9d9d9;
  color: #7F7F7F;
  transition: all 0.6s;
}
.my_pagination .current,.my_pagination a:hover {
  color: #ffffff;
  background-color: #7f7f7f;
}

/*关于我们*/
.comline {
  width: 100%;
  height: 1px;
  clear: both;
  background: #e6e6e6;
}
.data_box {
  padding: 2% 0;
  overflow: hidden;
}
.data_box ul {
  overflow: hidden;
}
.data_box ul li {
  text-align: center;
}
.data_box ul li h3 {
  font-size: 66px;
  color: #333;
  margin: 0 0 15px;
  font-family: Arial;
}
.data_box ul li p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin: 0;
}
.friend-list{
  overflow: hidden;
  padding-bottom: 3%;
}
.friend-list ul{
  overflow: hidden;
}
.friend-list ul li {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
.friend-list ul li img {
  max-width: 100%;
  max-height: 100%;
}

.zl_viewpoint {
  background: #f2f2f2;
  overflow: hidden;
  padding-bottom: 3%;
}
.zl_viewpoint .index_tit h4{
  margin-bottom: 30px;
}
.zl_viewpoint .index_tit h4:after{
  width: 100px;
  height: 2px;
  background: #ee7700;
  bottom: 0;
}
.zl_viewpoint ul {
  overflow: hidden;
  background: #fff;
}
.zl_viewpoint ul li {
  border-right: 1px solid #efefef;
  padding: 15px 4% 3%;
}
.zl_viewpoint ul li:last-child {
  border-right: none;
}
.zl_viewpoint ul li h3 {
  font-size: 26px;
  color: #ee7700;
}
.zl_viewpoint ul li em {
  display: block;
  width: 60px;
  height: 1px;
  background: #c6c6c6;
  margin: 20px auto 30px;
}
.zl_viewpoint ul li p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 72px;
}

.zl_advant {
  overflow: hidden;
  padding: 4% 0;
}
.zl_advant li {
  overflow: hidden;
}
.zl_advant li img {
  float: left;
}
.zl_advant li .txt {
  float: left;
  margin-left: 5%;
  width: 60%;
}
.zl_advant li .txt h3 {
  font-size: 26px;
  color: #191919;
  margin: 0 0 15px;
}
.zl_advant li .txt p {
  font-size: 14px;
  color: #676767;
  line-height: 26px;
}

.contact_zl {
  overflow: hidden;
  padding: 5% 0;
}
.contact_zl .shzl {
  font-size: 22px;
  color: #ee7700;
  padding-bottom: 12px;
  border-bottom: 2px solid #ee7700;
}
.contact_zl h2 {
  font-size: 36px;
  color: #4e4e4e;
  line-height: 50px;
}
.contact_zl p {
  margin-bottom: 0;
}
.contact_zl .add1 {
  font-size: 18px;
  color: #4e4e4e;
  margin-top: 20px;
}
.contact_zl .pd {
  margin-left: 55px;
}
.contact_zl .en {
  font-size: 14px;
  color: #4e4e4e;
  line-height: 30px;
}
.contact_zl .zjzx {
  font-size: 18px;
  color: #4e4e4e;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 30px;
}
.contact_zl .ewm {
  text-align: center;
  width: 172px;
}
.contact_zl .ewm img {
  width: 172px;
  height: 172px;
}
.contact_zl .ewm span {
  display: block;
  font-size: 16px;
  color: #4e4e4e;
  margin-top: 18px;
}
.contact_zl .zxtel {
  font-size: 18px;
  color: #4e4e4e;
  padding-top: 25px;
}
.contact_zl .zxtel strong {
  font-size: 36px;
  color: #ee7700;
}
.contact_zl .need {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  padding: 6px 0;
}
.contact_zl .text {
  font-size: 16px;
  line-height: 42px;
  display: block;
  width: 100%;
  padding: 0 3%;
  border: 1px solid #e0e0e0;
  margin-top: 20px;
}
.contact_zl textarea.text {
  height: 158px;
  resize: none;
  outline: none;
}
.contact_zl .submit {
  font-size: 18px;
  color: #ee7700;
  cursor: pointer;
  line-height: 42px;
  height: 44px;
  display: block;
  width: 100%;
  padding: 0 3%;
  border: 2px solid #ee7700;
  margin-top: 30px;
  background: #fff;
}

::-webkit-input-placeholder {
  color: #b8b8b8;
}
:-moz-placeholder {
  color: #b8b8b8;
}
::-moz-placeholder {
  color: #b8b8b8;
}
:-ms-input-placeholder {
  color: #b8b8b8;
}

.contact_zl .yzm {
  position: relative;
}
.contact_zl .yzm .code {
  position: absolute;
  right: 5px;
  top: 4px;
}

.contacts {
  padding: 5% 0;
  margin: 0;
  overflow: hidden;
}
.contacts li {
  padding: 0 10px;
}
.contacts li .main {
  height: 235px;
  border: 1px solid #ddd;
  text-align: center;
}
.contacts li.download {
  margin-right: 0;
}
.contacts li .main:hover {
  border-color: #ee7700;
}
.contacts li img {
  width: 115px;
  height: 115px;
  margin: 0 auto;
}
.contacts li .pic {
  margin-top: 30px
}
.contacts li .line {
  background: #ee7700;
  height: 2px;
  width: 70px;
  margin: 30px  auto 12px auto;
}
.contacts li .title {
  font-size: 16px;
  color: #333;
}

/* 案例展示 */
.clsideWrap{
  position: absolute;
  left: -80px;
  top: 0;
  width: 80px;
  height: 76px;
}
.clsLabel{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  height: 76px;
  width: 80px;
  background: #ee7700 url(../images/side_show.png) no-repeat center 28px;
  cursor: pointer;
}
.clside{
  position: absolute;
  top: 76px;
  left: 0;
  height: 0;
  transition: 0.5s;
  z-index: 1;
  overflow: hidden;
}
.clside li{
  display: block;
}
.clside li a{
  display: block;
  height: 76px;
  width: 80px;
  border-bottom: 1px solid #686868;
  background: #585858;
  color: #ffffff;
  line-height: 76px;
  text-align: center;
}
.clsideWrap:hover .clside{
  height: auto;
}
.clside li a:hover{
  background: #272727;
}

.case_contair {
  background: #ebebeb;
  padding: 3% 2%;
  margin-top: 8%;
  position: relative;
}
.case_contair ul li {
  padding: 0;
  position: relative;
}
.case_contair ul li .pic{
  overflow: hidden;
  position: relative;
}
.case_contair ul li .pic img {
  width: 100%;
  display: block;
  transition: all 0.6s;
}
.case_contair ul li .pic:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 222;
  transition: all 0.6s;
  opacity: 0;
}
.case_contair ul li a:hover .pic:after{
  opacity: 1;
}
.case_contair ul li .clist {
  background: rgba(0,0,0,0);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  text-align: center;
  transition: all 0.6s;
  opacity: 0;
}
.case_contair ul li .clist h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -15px auto 0;
}
.case_contair ul li:hover .clist {
  background: rgba(0,0,0,0.6);
  opacity: 1;
}
.case_contair ul li .h3 {
  font-size: 20px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 25px 0 18px;
}
.case_contair ul li .p {
  font-size: 14px;
  color: #989898;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
}

.case_bgbox {
  overflow: hidden;
}
.case_bgbox .case_contair ul {
  margin-bottom: 0;
}
.about_cont_a{
  position:relative;
  overflow:hidden;
  padding-bottom:30px;
  margin-bottom: 3%;
}
.about_cont_abc{
  position:relative;
  overflow:hidden;

  padding-bottom:30px;
  margin-bottom:0;
}
.about_cont_vc{
  width:50%;
  position:absolute;
  left:0;
  top:152px;
  background:#909090;
  height:1px;
  margin-left:-345px;
}
.about_cont_aa{
  position:absolute;
  left: 44%;
  top:0;
  margin-left:-551px;
  background:url(../images/about_ee.jpg) no-repeat;
  width:292px;
  height:430px;
  z-index:-1;
}
.about_conta_top{
  padding-top: 5%;
  overflow:hidden
}
.about_conta_topl{
  float:left;
  padding-top:15px
}
.about_conta_topr{
  float:right;
  overflow:hidden
}
.about_conta_toprt{
  text-align:right;
  color:#1f2228;

}
.about_conta_toprt a,.about_conta_toprt span{
  color:#1f2228;
}
.about_conta_toprt a:hover{
  color:#666
}
.about_conta_toprt span{
  padding-left:10px;
  background:url(../images/about_k.jpg) no-repeat 0 5px;
}
.about_conta_toprb{
  overflow:hidden;
  margin-top:25px;
}

.about_conta_toprb a{
  display:block;
  float:left;
  height:28px;
  width:92px;
  border:1px solid #313134;
  background:#49494e;
  line-height:28px;
  text-align:center;
  margin-left:9px;
  color:#fff;
}
.about_conta_toprb a:hover,.about_conta_toprb a.cur{
  background:#929295;
  border:1px solid #7a7a7e;
}
.about_conta_toprb.a a:hover,.about_conta_toprb .active{
  background:#ee7700;
  border:1px solid #ee7700;
}

.case_contair ul.lshow li {
  padding: 0 9px;
  background: #ebebeb;
  margin: 0 0 18px;
}
.case_contair ul.lshow li a{
  display: block;
  box-shadow: 2px 2px 2px #dddddd, -2px -2px 2px #dadada;
  background: #ffffff;
  padding: 12px;
  overflow: hidden;
  position: relative;
}
.case_contair ul.lshow li a:after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 126px;
  height: 42px;
  background: #4d4d4d url(../images/case_qmore.png) no-repeat center center;
  font-size: 0;
  line-height: 0;
  transition: 0.5s;
}
.case_contair ul.lshow li a:hover:after{
  background-color: #ee7700;
}
.case_contair ul.lshow li .info {
  padding: 20px 0 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.case_contair ul.lshow li .info p {
  height: auto;
  margin: 0;
  font-size: 16px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case_contair ul.lshow li .info h3 {
  font-size: 16px;
  color: #656565;
  margin: 10px 0;
}
.case_detail_l {
  width: 60%;
}
.case_detail_l img {
  display: block;
  width: 100%;
  height: auto;
}
.case_detail_r {
  width: 37.5%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  background: #f7f7f7;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 120px;
}
body.bakf1 {
  background: #f1f1f1;
}
.navbar-default {
  z-index: 10;
  box-shadow: 0 3px 3px rgba(0,0,0,.1);
}
.project_box {
  padding: 150px 8% 0;
}
.xm_name {
  font-size: 24px;
  color: #666;
  font-weight: bold;
  border-left: 4px solid #ee7700;
  line-height: 22px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.xm_type {
  font-size: 14px;
  color: #666;
}
.middle_js {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin: 50px 0;
}
.middle_js p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.l_pagecon {
  overflow: hidden;
}
.l_pagefh {
  float: left;
}
.l_pagefh .butt {
  display: block;
  width: 146px;
  line-height: 37px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.l_pagefh .bt1 {
  background: #ee7700;
  margin-bottom: 16px;
}
.l_pagefh .bt2 {
  background: #bbb;
}
.l_pagesxy {
  float: right;
  overflow: hidden;
  margin-top: 56px;
}
.l_pagesxy .pre,.l_pagesxy .next {
  display: block;
  width: 34px;
  height: 34px;
  float: left;
  font-size: 0;
}
.l_pagesxy .pre a,.l_pagesxy .next a{
  display: block;
  width: 100%;
  height: 100%;
}
.l_pagesxy .pre {
  background: url(../images/arrowl.png) no-repeat center #ee7700;
}
.l_pagesxy .next {
  background: url(../images/arrowr.png) no-repeat center #ee7700;
  margin-left: 5px;
}
.l_pagesxy .pre.disabled {
  background: url(../images/arrowl.png) no-repeat center #bbb;
  cursor: default;
}
.l_pagesxy .next.disabled {
  background: url(../images/arrowr.png) no-repeat center #bbb;
  cursor: default;
}

/*抖音小程序*/
.dy_tit {
  text-align: center;
  padding: 5% 0;
}
.dy_tit h2 {
  font-size: 32px;
  background: linear-gradient(to right, #3f47ff, #fa0bc0);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: bold;
}
.dy_tit h2 .first {
  background: url(../images/dy_ico5.png) no-repeat 0 0,url(../images/dy_ico6.png) no-repeat right 0;
  padding: 10px 28px;
}
.dy_tit p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}
.dy-box1 {
  text-align: center;
  padding: 2% 12% 7%;
  overflow: hidden;
}
.dy-box1 p {
  font-size: 18px;
  line-height: 30px;
}
.dy-box1 ul {
  overflow: hidden;
}
.dy-box1 ul li {
  text-align: center;
}
.dy-box1 ul li img {
  box-shadow: 0 5px 20px rgba(0,0,0,.05);
  border-radius: 20px;
}
.dy-box1 ul li p {
  font-size: 16px;
  margin-top: 25px;
}
.dy-box2 {
  overflow: hidden;
  padding: 3% 7%;
}
.dy-box2 li {
  padding: 0 12px;
}
.dy-box2 li .main {
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,.05);
  padding: 60px 3% 10px;
}
.dy-box2 li .main h2 {
  font-size: 24px;
  margin: 30px 0;
}
.dy-box2 li .main p {
  font-size: 16px;
  line-height: 25px;
  height: 50px;
}
.between {
  overflow: hidden;
  padding: 4% 0;
}
.bwbg1 {
  background: url(../images/dybg1.png) no-repeat center;
}
.bwbg2 {
  background: url(../images/dybg2.png) no-repeat center;
}
.bwbg3 {
  background: url(../images/dybg3.png) no-repeat center;
}
.between .img.fl {
  float: right;
}
.between .img {
  text-align: center;
}
.between .img img {
  max-width: 100%;
}
.between .txt h2 {
  font-size: 32px;
  margin: 30px 0;
}
.between .txt p {
  font-size: 18px;
  line-height: 30px;
}
.between .enter {
  text-align: center;
  width: 80%;
  overflow: hidden;
  margin-top: 10%;
}
.between .enter li {
  padding: 0;
}
.between .enter li p {
  font-size: 14px;
  color: #666;
}
.Contrast {
  overflow: hidden;
  padding: 0 0 5%;
}
.Contrast h2 {
  font-size: 24px;
  padding-left: 35px;
}
.Contrast li {
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #eee;
}
.Contrast li:last-child {
  border-bottom: none;
}
.Contrast .douyin {
  background: url(../images/dy_ico18.png) no-repeat left;
}
.Contrast .weixin {
  background: url(../images/dy_ico19.png) no-repeat left;
}
.Contrast .center {
  margin-top: 50px;
}
.Contrast .center li {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #7ba2ff, #f1adff);
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border: none;
  margin: 38px auto 0;
}
.Contrast .db1,.Contrast .db2 {
  text-align: justify;
}
.Contrast .db1 li,.Contrast .db2 li {
  padding: 25px 0 10px;
}
.Contrast .db1 li p,.Contrast .db2 li p {
  height: 96px;
}
.Contrast .db1 {
  margin-right: -12%;
}
.Contrast .db2 {
  margin-left: -12%;
}

/*抖音短视频*/
.dydsp_tit {
  padding: 6% 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.dydsp_tit .title {
  font-size: 38px;
  margin: 0;
}
.dydsp_tit .shadow {
  font-size: 50px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-transform: uppercase;
  margin: -26px 0 0;
  font-family: Arial;
  letter-spacing: 2px;
}
.dydsp_tit h4 {
  font-size: 16px;
  margin: 0;
  line-height: 1.75;
}
.dydsp-box1{
  overflow: hidden;
  background: url(../images/bg1.jpg) no-repeat top center;
  background-size: cover;
}

.real-data{
  overflow: hidden;
  padding: 0 0 2%;
}
.real-data li{
  margin-bottom: 6%;
}
.real-data li h2{
  font-size: 22px;
  line-height: 1.4;
}
.real-data li h2 span{
  font-size: 72px;
  color: #dc2b24;
  font-family: Arial;
}
.real-data li h3{
  font-weight: 200;
}
.real-data li h4{
  font-weight: 200;
}

.why-choose{
  overflow: hidden;
  margin: 0;
}
.why-choose li{
  overflow: hidden;
  padding: 0;
  position: relative;
}
.why-choose li:after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}
.why-choose li img{
  display: block;
  width: 100%;
}
.why-choose li .txt{
  position: absolute;
  bottom: 12%;
  left: 17%;
  right: 17%;
  z-index: 2;
}
.why-choose li .txt h2{
  margin: 0;
}
.why-choose li .txt h4{
  text-transform: uppercase;
  font-family: Arial;
}
.why-choose li .txt h5{
  position: relative;
  margin-top: 5%;
  line-height: 1.7;
  display: none;
}
.why-choose li .txt h5:after{
  content: '';
  display: block;
  width: 72px;
  height: 7px;
  background: #dc2b24;
  position: relative;
  margin-top: 4%;
}
.why-choose li:hover:after{
  background: rgba(0,0,0,.8);
}
.why-choose li:hover .txt{
  bottom: auto;
  top: 24%;
}
.why-choose li:hover .txt h5{
  display: block;
}

.dysdp-box2{
  overflow: hidden;
  background: url(../images/bg2.jpg) no-repeat top center;
  background-size: cover;
}

.service-process{
  overflow: hidden;
  margin: 0 -15px 3%;
}
.service-process li{
  overflow: hidden;
  margin-bottom: 4%;
}
.service-process li .square{
  width: 236px;
  height: 273px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 20px;
  position: relative;
}
.service-process li .square .bkhz{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dsp_icon1.png) no-repeat center;
  background-size: 100%;
  transition: 0.5s;
}
.service-process li .square h4{
  text-transform: uppercase;
  font-size: 18px;
  color: #fcfbfb;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.service-process li .square em{
  display: block;
  width: 66px;
  height: 28px;
  background-size: auto 100%!important;
}
.service-process li .square .e1{
  background: url(../images/01.png) no-repeat center;
}
.service-process li .square .e2{
  background: url(../images/02.png) no-repeat center;
}
.service-process li .square .e3{
  background: url(../images/03.png) no-repeat center;
}
.service-process li .square .e4{
  background: url(../images/04.png) no-repeat center;
}
.service-process li .square .e5{
  background: url(../images/05.png) no-repeat center;
}
.service-process li .square .e6{
  background: url(../images/06.png) no-repeat center;
}
.service-process li .square .e7{
  background: url(../images/07.png) no-repeat center;
}
.service-process li .square .e8{
  background: url(../images/08.png) no-repeat center;
}
.service-process li .info{
  font-size: 18px;
  padding: 0 20%;
  line-height: 1.7;
}
.service-process li .square:hover .bkhz{
  transform: rotate(180deg);
}

/*服务城市*/
.service-inside{
  overflow: hidden;
  padding: 2% 0;
}
.service-city{
  overflow: hidden;
  padding: 2% 0;
}
.service-inside .service-city:nth-child(2n){
  background: #f8f8f8;
}
.service-city .pic img{
  display: block;
  width: 100%;
}
.service-city .text{
  margin-top: 10px;
}
.service-city .text .time{
  font-size: 15px;
  color: #999999;
}
.service-city .text h5{
  font-size: 18px;
}
.service-city .text .cont{
  font-size: 14px;
  color: #bbbbbb;
  line-height: 1.7;
}
.service-city .text .more{
  font-size: 12px;
  color: #666;
  display: block;
  width: 97px;
  line-height: 27px;
  border-radius: 20px;
  border: 1px solid #d4d5d9;
  text-align: center;
}
.service-city .text .more:hover{
  border-color: #ee7700;
}
.service-city .text a{
  color: #000;
}
.service-city .text a:hover{
  color: #ee7700;
}

/*首页案例*/
.index-case{
  background: url(../images/case_bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.swiper-case{
}
.swiper-case .swiper-wrapper{
  margin-bottom: 2%;
}
.swiper-case .more{
  display: block;
  float: right;
  line-height: 30px;
  font-size: 13px;
  color: #999;
  margin-right: 8px;
}
.swiper-case .more:hover{
  color: #ee7700;
}
.swiper-case .swiper-slide{
  background: #ffffff;
  padding: 10px;
  position: relative;
}
.swiper-case .swiper-slide a {
  color: #666;
}
.swiper-case .swiper-slide *{
  position: relative;
  z-index: 2;
}
.swiper-case .swiper-slide img{
  display: block;
  width: 100%;
}
.swiper-case .swiper-slide h3{
  font-size: 18px;
}
.swiper-case .swiper-slide p{
  font-size: 13px;
}
.swiper-case .swiper-slide:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #ee7700;
  opacity: 0;
  transition: .3s;
  transform: scale(0.9);
}
.swiper-case .swiper-slide:hover a{
  color: #ffffff;
}
.swiper-case .swiper-slide:hover:after{
  opacity: 1;
  transform: scale(1);
}
.swiper-case .swiper-button-prev,.swiper-case .swiper-button-next{
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  margin: 0;
  float: right;
}
.swiper-case .swiper-button-prev:hover,.swiper-case .swiper-button-next:hover{
  background-color: #999;
}

.more-case{
  font-size: 14px;
  color: #666666;
  border: 3px solid #717171;
  line-height: 45px;
  padding: 0 4%;
  display: inline-block;
  transition: all 0.2s linear;
  margin: 1% 0 4%;
}
.more-case:hover{
  border-color: #ee7700;
  padding: 0 8%;
}

.index-main{
  overflow: hidden;
  border: 1px solid #DEDEDE;
  margin-bottom: 3%;
}
.main-top{
  font-size: 24px;
  color: #777777;
  line-height: 50px;
  border-bottom: 1px solid #eaeaea;
  padding: 0 20px;
}
.main-top span{
  font-size: 13px;
  color: #9c9c9c;
  margin-left: 8px;
}
.index-main .about-l{
  padding: 0;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.index-main .about-l .content{
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #515151;
  padding: 30px 20px;
}
.index-main .news-r{
  padding: 0;
}

/*首页新闻*/
.swiper-news.swiper-container{
  overflow: inherit;
}
.swiper-news .swiper-slide{
  margin-top: 20px;
  border-bottom: 1px solid #eaeaea;
  padding: 0 20px 20px;
}
.swiper-news .swiper-slide:nth-child(2n){
  border-bottom: none;
}
.swiper-news .swiper-slide .time{
  float: left;
  width: 65px;
  text-align: center;
  font-size: 36px;
  line-height: 45px;
  background: #9b9b9b;
  color: #ffffff;
}
.swiper-news .swiper-slide .time span{
  border-top: 1px dotted #ffffff;
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.swiper-news .swiper-slide .inIntro{
  float: left;
  width: calc(100% - 85px);
  margin-left: 20px;
}
.swiper-news .swiper-slide .inIntro .tit{
  display: block;
  font-size: 18px;
  color: #000;
  margin: 8px 0;
}
.swiper-news .swiper-slide .inIntro p{
  font-size: 14px;
  color: #868686;
}
.swiper-news .more{
  position: absolute;
  top: -55px;
  right: 0;
  width: 70px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 14px;
  color: #999;
}
.swiper-news .more:hover{
  color: #fff;
  background: #545454;
}
.swiper-news .swiper-button-prev,.swiper-news .swiper-button-next{
  top: -55px;
  width: 56px;
  height: 54px;
  border-left: 1px solid #eaeaea;
  margin: 0;
  background: #ffffff url(../images/news_control.png) no-repeat;
}
.swiper-news .swiper-button-prev{
  left: auto;
  right: 126px;
  background-position: left bottom;
}
.swiper-news .swiper-button-next{
  border-right: 1px solid #eaeaea;
  background-position: right bottom;
  right: 70px;
}
.swiper-news .swiper-button-prev:hover{
  background-position: left top;
  background-color: #545454;
}
.swiper-news .swiper-button-next:hover{
  background-position: right top;
  background-color: #545454;
}
.swiper-news .swiper-slide:hover .time{
  background: #4d4d4d;
}
.swiper-news .swiper-slide:hover .tit{
  color: #ee7700;
}

/*常见问题、行业动态*/
.problem-dymic{
  overflow: hidden;
  background: url(../images/problem_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 2% 0 1%;
}
.problem-list .title{
  font-size: 18px;
  color: #ebebeb;
  line-height: 2;
}
.problem-list ul li{
  font-size: 14px;
  color: #dedede;
  line-height: 2.2;
}
.problem-list ul li a{
  color: #dedede;
}
.problem-list .link-more{
  display: block;
  width: 112px;
  margin-top: 8px;
  margin-bottom: 3%;
  padding: 6px 5px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 13px;
}
.prob-img{
  margin: 6% 0 3%;
}

@media (min-width: 768px){
  .navbar-nav{
    max-width:calc(100% - 200px);
  }
}
@media (min-width: 992px){
  .serv_case ul li .case img{
    height: 160px;
  }
  .seo-city li{
    width: 14.28%;
  }
}
@media (max-width: 1439px){
  .clsideWrap,.nqlDate{
    display: none;
  }
}
@media (max-width: 991px){
  .demand_contair,.demand-space,.map-box{
    display: none;
  }
  .case_detail_l{
    width: 100%;
  }
  .case_detail_r{
    position: relative;
    width: 100%;
    padding-bottom: 3%;
  }
  .project_box{
    padding: 3%;
  }
  .newsout .phoneyr{
    display: none;
  }
  .news_location .nqtWrap{
    width: 100%;
    border-top: 1px dashed #ddd;
  }
  .newsxqxtitle div{
    text-align: center;
  }
  .newsxqxtitle span{
    font-size: 12px;
    margin: 0 10px;
    display: inline-block;
    white-space: nowrap;
  }
  .scope-box li{
    margin-bottom: 15px;
  }
  .h5-box1 ul li{
    width: 50%;
  }
  .h5-parant li{
    width: 33.33%
  }
  .h5-develp .processlist .h2{
    font-size: 40px;
    margin-bottom: 15px;
  }
  .h5-develp .processlist ul{
    margin-top: 5%;
  }
  h1.newsxqxtitle{
    margin: 0;
  }
  .index_tit .h1{
    font-size: 26px;
  }
  .index_tit h2,.index_tit .h2{
    font-size: 16px;
  }
  .index_tit .f40{
    font-size: 20px;
  }
  .index_tit .en{
    font-size: 14px;
  }
  .module_title{
    font-size: 19px;
  }
  .index_tit .f24{
    font-size: 14px;
  }
  .index_tit h4{
    font-size: 1.9rem;
    padding: 10px 0;
  }
  .index_tit h5{
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    line-height: 3rem;
  }
  .index_tit h5 em{
    font-size: 2rem;
  }
  .index_tit h5 i{
    font-size: 1.8rem;
  }
  .index_tit .p1{
    font-size: 1.1rem;
  }
  .index_tit img{
    height: 36px;
  }
  .data_box ul li{
    margin-bottom: 5%;
  }
  .data_box ul li h3{
    font-size: 3.6rem;
    margin: 0 0 6px;
  }
  .between .enter{
    width: 100%;
  }
  .Contrast .db1 li p, .Contrast .db2 li p{
    height:auto;
  }
  .Contrast .center{
    display: none;
  }
  .Contrast .db1{
    margin: 0;
  }
  .Contrast .db2{
    margin: 0;
  }
  .app-box1 .img{
    text-align: center;
    margin-bottom: 5%;
  }
  .core-function ul li{
    width: 33.33%;
  }
  .core-function ul li p{
    height: 88px;
  }
  .service-proce li{
    width: 25%;
    margin-bottom: 20px;
  }
  .app-box3 li p{
    height: auto;
  }
  .newslist .newsjianjie {
    width: 94%;
    margin: 0 auto;
    padding-bottom: 5%;
  }
  .newsname {
    padding: 20px 0 5px;
  }
  .newsname-l {
    font-size: 2rem;
  }
  .newsname a, .newsname, .newscontent {
    width: 100%;
  }
  .news_show_content{
    padding: 30px 3%;
  }
  .newsxqbottom{
    margin-bottom: 3%;
  }
  .newsxqbottom-l,.newsxqbottom-r{
    width: 100%;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .zl_viewpoint ul li p{
    height: auto;
  }
  .zl_advant li{
    margin: 3% 0;
    padding: 0;
  }
  .zl_advant li .txt{
    width: 76%;
  }
  .zl_advant li .txt h3{
    font-size: 2rem;
  }
  .contacts li{
    margin-bottom: 3%;
  }
  .exclusive li .txt p {
    min-height: auto;
  }
  .why_choice {
    height: auto;
    background-size: auto 100%;
  }
  .why_choice ul li .main {
    margin-bottom: 3%;
  }
  .big_market ul li{
    margin: 0 0 15px;
    height: auto;
  }
  .big_market ul li img{
    margin-top: 30px;
  }
  .big_market ul li h3{
    padding-bottom: 20px;
  }
  .big_market ul li p{
    line-height: 1.8;
  }
  .main-business:before{
    display: none;
  }
  .main-business ul li{
    text-align: center;
  }
  .index-main .about-l .content{
    border-bottom: 1px solid #eaeaea;
  }
  .about_conta_topr{
    width: 100%;
    padding-top: 5%;
  }
}
@media (max-width: 767px){
  .nav-space {
    width: 100%;
    height: 50px;
    clear: both;
  }
  .topbar{
    display: none!important;
  }
  .nav > li{
    text-align: center;
    margin: 0 3%;
    font-size: 16px;
  }
  .logo {
    margin: 7px 0 0;
    background-size: auto 32px;
  }
  .navbar-default{
    width: 100%;
    position: fixed;
  }
  .navbar-collapse{
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
  }
  .nav-space{
    width: 100%;
    height: 50px;
    clear: both;
  }
  .swiper-banner.swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 10px;
  }
  .swiper-banner .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
  }
  .demand_list li{
    margin-top:5px;
  }
  .copright-box{
    font-size: 12px;
    line-height: 20px;
  }
  .app-box2 ul{
    margin: 0 -5px;
    padding-bottom: 0;
  }
  .app-box2 ul li{
    padding: 0 5px;
  }
  .app-box2 ul li .main h3{
    font-size: 18px;
  }
  .app-box2 ul li .main p{
    font-size: 12px;
    line-height: 20px;
    height: 100px;
    margin: 0;
  }
  .app-box2 ul li:nth-last-child(2) .main p,.app-box2 ul li:nth-last-child(1) .main p{
    height: 160px;
  }
  .core-function ul li{
    width: 100%;
    margin-bottom: 20px;
  }
  .core-function ul li h3{
    font-size: 16px;
  }
  .core-function ul li p{
    height: auto;
  }
  .service-proce{
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .service-proce li{
    width: 25%;
    margin-bottom: 20px;
  }
  .service-proce li img{
    height: 58px;
  }
  .service-proce li h3{
    font-size: 15px;
  }
  .nybanner{
    height: 260px;
  }
  .nybanner h1{
    font-size: 21px;
    margin-top: 0;
  }
  .nybanner h3{
    font-size: 14px;
    line-height: 20px;
  }
  .kyycj_list2 dd.kyycj_list2_nr{
    font-size: 14px;
    line-height: 20px;
  }
  .index_tit img{
    height: 25px;
  }
  .contact_zl {
    margin: 0 -15px;
  }
  .contact_zl h2 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .contact_zl .add1 {
    font-size: 1.6rem;
  }
  .contact_zl .pd {
    margin-left: 4rem;
  }
  .contact_zl .zxtel strong {
    font-size: 2.3rem;
  }
  .contact_zl .need {
    padding: 0;
  }
  .middle_js {
    margin: 8% 0;
  }
  .l_pagefh {
    float: none;
  }
  .l_pagefh .butt {
    width: 100%;
  }
  .l_pagesxy {
    float: none;
    width: 100%;
    margin-top: 8%;
  }
  .l_pagesxy .pre,.l_pagesxy .next {
    font-size: 14px;
    background: none;
    border: 1px solid #ee7700;
    width: 40%;
    color: #ee7700;
    line-height: 34px;
    text-align: center;
    border-radius: 20px;
  }
  .l_pagesxy .pre.disabled,.l_pagesxy .next.disabled {
    border: 1px solid #bbb;
    color: #bbb;
  }
  .l_pagesxy .next {
    float: right;
  }
  .dy_tit h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .dy_tit h2 .first {
    padding: 5px 15px 5px 8px;
    background-size: 15px!important;
  }
  .dy_tit p,.dy-box1 p,.between .txt p {
    font-size: 15px;
    line-height: 24px;
  }
  .dy-box1 {
    padding: 2% 3% 7%;
  }
  .dy-box1 ul li img {
    width: 90px;
  }
  .dy-box2 li {
    margin-bottom: 15px;
  }
  .dy-box2 li .main {
    padding: 30px 3% 0;
  }
  .xcx_banner {
    height: 320px;
    background-size: auto 100%;
  }
  .xcx_text img {
    margin-top: 60px;
  }
  .xcx_text p {
    font-size: 16px;
    margin: 15px 0;
  }
  .made {
    width: 160px;
    line-height: 40px;
    font-size: 20px;
  }
  .exclusive li {
    padding: 0;
  }
  .serv_case ul li .case{
    padding: 0;
  }
  .serv_case ul li .case .line{
    margin: 20px auto 10px;
  }
  .serv_case ul li .case p{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .btns{
    margin-bottom: 3%;
  }
  .btn_type{
    font-size: 16px;
    line-height: 40px;
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .between .txt h2{
    font-size: 20px;
  }
  .h5-box2 ul li h3{
    font-size: 30px;
  }
  .h5-box2 ul li h3 em{
    font-size: 20px;
  }
  .h5-box2 ul li p{
    font-size: 16px;
  }
  .h5-parant li{
    width: 50%;
  }
  .h5-develp .processlist .h2{
    font-size: 24px;
  }
  .h5-develp .processlist .h5{
    font-size: 14px;
  }
  .dydsp_tit .title{
    font-size: 24px;
  }
  .dydsp_tit .shadow{
    font-size: 28px;
    margin-top: -13px;
  }
  .dydsp_tit h4{
    font-size: 14px;
  }
  .real-data li h2{
    line-height: 0.8;
    margin-bottom: 0;
  }
  .real-data li h3{
    font-size: 20px;
  }
  .real-data li h4{
    font-size: 14px;
  }
  .real-data li h2 span{
    font-size: 58px;
  }
  .why-choose li .txt{
    left: 8%;
    right: 8%;
    bottom: 6%;
  }
  .why-choose li .txt h2{
    font-size: 22px;
  }
  .why-choose li .txt h4,.why-choose li .txt h5{
    font-size: 14px;
  }
  .main-title .m-tit{
    font-size: 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 480px){
}
