/*重置样式*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border: border-color;
  -moz-box-sizing: border-box;
  outline: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  color: #333;
  font-family: "microsoft yahei", "arial";
  line-height: 1.42857143;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
}
ol,
ul {
  list-style: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  color: #333;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #666;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
input {
  vertical-align: middle;
}
input,
button,
textarea,
select {
  outline: none;
  font-family: "microsoft yahei", "arial";
  font-size: 14px;
}
.c-main {
  width: 1280px;
  margin: 0 auto;
}
.wrap {
  width: 1280px;
  margin: 0 auto;
  height: 80px;
}
.index-main {
  width: 1200px;
  margin: 0 auto;
}
/* 弹窗 */
#tc {
  position: relative;
  z-index: 999;
  background: #128fcd;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
#tc p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
#tc p a {
  color: #f60;
}
#tc .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
}
#tc .close img {
  width: 100%;
  height: 100%;
  display: block;
}
#tc_body {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(4, 14, 35, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
}
.tc_m {
  width: 700px;
  height: 400px;
  background: #fff;
  margin: auto;
  margin-top: 15%;
  position: relative;
  overflow: hidden;
}
.tc_m p {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 30px;
}
.tc_m > div {
  padding: 20px;
  line-height: 30px;
}
.tc_m a {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}
/* head */
.web {
  display: none;
}
.banner_p {
  display: none !important;
}
.logo {
  width: 360px;
  float: left;
}
.logo a {
  width: 140px;
}
.logo h3 {
  color: #128fcd;
  font-size: 20px;
  margin-top: 15px;
}
.logo h3 laber {
  color: red;
  border-left: 1px solid #fff;
  margin-left: 10px;
  padding-left: 5px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
}
.scroll .logo h3 laber {
  border-left: 1px solid #479acc;
}
.logo h5 {
  color: #fff;
  font-size: 14px;
}
.header {
  height: auto;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background: rgba(4, 14, 35, 0.3);
  z-index: 2222;
}
.header .c-logo {
  display: block;
  float: left;
  height: 80px;
  position: relative;
  margin-right: 15px;
}
.header .c-logo img {
  display: block;
  position: relative;
  top: 17px;
  width: 100%;
}
.header .c-logo img.h-logo {
  display: none;
}
.c-nav {
  float: left;
  margin-left: 358px;
  height: 78px;
  transition: all 0.5s;
}
.c-nav.c-left {
  margin-left: 150px;
}
.scroll .logo h5 {
  color: #666666;
}
.c-nav li {
  float: left;
  margin-right: 60px;
}
.c-nav .cnav-a {
  color: white;
  display: block;
  line-height: 78px;
  position: relative;
}
.c-nav .cnav-a.cnav-three {
  position: relative;
}
.c-nav .cnav-a.cnav-three:before {
  position: absolute;
  content: "Hot";
  width: 21px;
  height: 21px;
  background: #db1516;
  border-radius: 50%;
  color: white;
  font-size: 11px;
  font-family: arial;
  top: 21px;
  right: -18px;
  z-index: -1;
  line-height: 21px;
  text-align: center;
}
.c-nav .cnav-a span {
  display: block;
  float: left;
  height: 1px;
  width: 0px;
  position: relative;
  top: 38px;
  transition: all 0.5s;
}
.c-nav .cnav-a span:before {
  transition: all 1s;
  position: absolute;
  content: "";
  width: 0px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  right: 5px;
  top: 50%;
}
.c-nav .cnav-a:hover span:before,
.c-nav .cnav-a:hover span,
.c-nav .cnav-a.hover span:before,
.c-nav .cnav-a.hover span {
  width: 20px;
}
.header.scroll .c-nav .cnav-a:hover span:before,
.header.scroll .c-nav .cnav-a:hover span,
.header.scroll .c-nav .cnav-a.hover span:before,
.header.scroll .c-nav .cnav-a.hover span {
  width: 20px;
}
.header.scroll .c-nav .cnav-a:hover span:before,
.header.scroll .c-nav .cnav-a.hover span:before {
  background: #db1516;
}
.navbar .nav-item {
  float: left;
  padding-right: 40px;
  position: relative;
}

.navbar .category {
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 78px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-item:hover .dropdown-menu {
  display: block;
  visibility: visible;
}
.dropdown-container .container-middle {
  text-align: center;
}
.navbar .nav-item a:hover,
.nav-search a:hover {
  color: #f60 !important;
}
.nav-search {
  float: right;
  width: auto;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  color: #fff;
  font-size: 17px;
  letter-spacing: 2px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.nav-search img {
  width: 40px;
  height: 40px;
  margin-top: 20px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-left: 20px;
}
.nav-search img:nth-child(2) {
  display: none;
}
.header.scroll .nav-search {
  color: #666666;
  border-left: 1px solid rgba(117, 109, 109, 0.2);
}
.header.scroll .nav-search img:nth-child(1) {
  display: none;
}
.header.scroll .nav-search img:nth-child(2) {
  display: block;
}
.nav-search a {
  color: #fff;
}
.scroll .nav-search a {
  color: #666;
}
.header.scroll {
  background: #f5f5f5;
  border-bottom: solid 1px #dbdbdb;
}
.header.scroll .c-logo img.h-logo,
.header.scroll .anniu img.anniuH {
  display: block;
}
.header.scroll .c-logo img.t-logo {
  display: none;
}
.header.scroll .cnav-a {
  color: #666666;
}
.header.scroll .c-nav .cnav-a.hover,
.header.scroll .c-nav .cnav-a:hover {
  border-bottom: none;
  color: #f60;
}
.header.scroll .c-nav .cnav-a.cnav-first:before {
  background: #db1516;
}
.nav-mid li:hover .h3,
.nav-mid1 a:hover {
  color: #d31313;
}
.header.scroll .search-box {
  border-color: #dbdbdb;
}
.header.scroll .search-box .search {
  color: #666;
}

/* banner */
.slides li {
  position: relative;
  float: left;
}
.slides img {
  width: 100%;
  display: block;
}
.banner {
  position: relative;
  z-index: 22;
}
.banner .flex-next {
  position: absolute;
  right: 70px;
  background: url(/static/images/index-right2.png) no-repeat center;
  width: 15px;
  height: 26px;
  margin-top: -14px;
  top: 50%;
  font-size: 0;
}
.banner .flex-prev {
  position: absolute;
  left: 70px;
  background: url(/static/images/index-left2.png) no-repeat center;
  width: 15px;
  height: 26px;
  margin-top: -14px;
  top: 50%;
  font-size: 0;
}
.banner .flex-next:hover {
  background: url(/static/images/index-righth.png) no-repeat center;
}
.banner .flex-prev:hover {
  background: url(/static/images/index-lefth.png) no-repeat center;
}
.banner .flex-control-nav {
  height: 5px;
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.banner .flex-control-nav li {
  display: inline-block;
  height: 5px;
  margin: 0 8px;
}
.banner .flex-control-nav a {
  font-size: 0;
  display: block;
  transition: all 1s;
  width: 10px;
  height: 5px;
  background: #a6cdec;
  border-radius: 2px;
  opacity: 1;
}
.banner .flex-control-nav a.flex-active {
  width: 20px;
  background: #f60;
}

/* 横条 */
.indexPart1 {
  height: 80px;
  position: relative;
  color: #9999aa;
}
.indexPart1 li .img {
  z-index: 10;
  float: left;
  line-height: 80px;
}
.indexPart1 li .img img {
  margin-top: 20px;
}
.indexPart1 li {
  height: 80px;
  font-size: 14px;
  float: left;
}
.am-avg-sm-5 > li {
  width: 25%;
}
.indexPart1 li .img-right {
  z-index: 10;
  margin-left: 72px;
}
.indexPart1 li h3 {
  font-weight: 400;
  font-size: 16px;
  padding: 18px 0 1px 0;
  margin: 0;
}

/* 服务 */
.fuwu {
  background-color: rgb(246, 246, 246);
  width: 100%;
  height: auto;
  padding-bottom: 30px;
}
.indexTitle div {
  font-size: 16px;
  color: #666;
}
.indexTitle {
  text-align: center;
  padding: 65px 0 40px 0;
}
.indexTitle h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 55px;
  margin-bottom: 20px;
}
.indexTitle h2 span {
  padding-left: 50px;
  background: url(/static/images/line.png) left center no-repeat;
}
.indexTitle h2 em {
  padding-right: 50px;
  font-style: normal;
  background: url(/static/images/line.png) right center no-repeat;
}
.c-grid {
  overflow: hidden;
}
.c-grid li {
  width: 32%;
  box-sizing: border-box;
  font-size: 14px;
  padding: 25px;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 20px;
  float: left;
  margin-right: 2%;
  height: 174px;
}
.c-grid li:nth-child(3n) {
  margin-right: 0px;
}
.c-media {
  box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
  box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
  -webkit-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
  -moz-box-shadow: 0 2px 4px 0 rgba(3, 27, 78, 0.06);
  webkit-transition: box-shadow 0.2s linear;
  -webkit-transition: transform 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: transform 0.2s linear;
  background: #fff;
}
.c-media:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}
.c-media-img {
  width: 100%;
  height: 32px;
  position: relative;
  margin-bottom: 20px;
}
.c-media-img .ico32 {
  display: inline-block;
  position: absolute;
  margin: auto;
  left: 100px;
}
.c-media-img h4 {
  text-align: center;
  height: 32px;
  line-height: 32px;
  color: #000;
  font-size: 18px;
}
.c-media-body p {
  width: 50%;
  display: block;
  float: left;
  height: 24px;
  padding-left: 40px;
}
.c-media-body p i {
  width: 4px;
  height: 4px;
  display: block;
  background: #666;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: 10px;
  float: left;
}
.c-media-body p a {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.c-media-body p a:hover {
  color: #128fcd;
}
.c-grid li:nth-child(4) h4 {
  padding-left: 50px;
}
.c-grid li:nth-child(5) h4 {
  padding-left: 50px;
}

/* 6大痛点 */
.analysis {
  background-image: url(/static/images/bg2.gif);
  height: 952px;
}
.common_tit {
  height: auto;
  padding-top: 100px;
  color: #fff;
  margin-bottom: 30px;
}
.analysis .box {
  position: relative;
}
.analysis .box ul li {
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #fff;
  height: 196px;
  width: 480px;
  margin-bottom: 14px;
  float: left;
  padding-left: 32px;
  padding-top: 16px;
  padding-right: 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.analysis .box .center:hover,
.analysis .box ul li:hover {
  -moz-box-shadow: 0 2px 12px #cecece;
  -webkit-box-shadow: 0 2px 12px #cecece;
  box-shadow: 0 2px 12px #cecece;
  filter: progid: DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#cecece');
  -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#cecece')";
}
.analysis .box ul li i {
  font-size: 30px;
  font-style: normal;
  background-image: url(/static/images/bg3.gif);
  display: block;
  height: 63px;
  width: 63px;
  line-height: 62px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  float: left;
  margin-right: 5px;
}
.analysis .box ul li strong {
  font-size: 20px;
  color: #f60;
  display: block;
  height: 63px;
  line-height: 62px;
}
.analysis .box ul li p {
  line-height: 26px;
  padding-top: 12px;
  color: #8f8f8f;
}
.analysis .box ul li:nth-child(even) {
  float: right;
}
.analysis .box .center {
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
  height: 617px;
  width: 282px;
  margin-left: -141px;
  position: absolute;
  left: 50%;
  top: 0;
  right: 50%;
  z-index: 1;
}
.analysis .box .center_txt {
  position: absolute;
  left: 50%;
  top: 60px;
  right: 50%;
  width: 282px;
  margin-left: -141px;
  text-align: center;
  font-size: 36px;
  color: #ff6600;
  z-index: 2;
}
.common_tit {
  text-align: center;
  clear: both;
  float: none;
}

.common_tit strong {
  color: #128fcd;
  font-size: 36px;
  display: block;
}

.common_tit p {
  font-size: 18px;
  padding-top: 10px;
}

.common_tit i {
  font-size: 0;
  line-height: 0;
  background-color: #128fcd;
  display: inline-block;
  height: 5px;
  width: 70px;
  margin-top: 10px;
}

.common_tit2 {
  text-align: center;
  clear: both;
  float: none;
}

.common_tit2 strong {
  color: #128fcd;
  font-size: 36px;
  display: block;
}

.common_tit2 p {
  font-size: 18px;
  padding-top: 10px;
  color: #ffffff;
}

.common_tit2 i {
  font-size: 0;
  line-height: 0;
  background-color: #f60;
  display: inline-block;
  height: 5px;
  width: 70px;
  margin-top: 10px;
}

.qwyxpt_team .common_tit2 p,
.main_qwyxtg_youshi .common_tit2 p,
.job_list .common_tit2 p {
  color: #fff;
}

.common_tit3 {
  text-align: center;
  clear: both;
  float: none;
}

.common_tit3 strong {
  color: #fff;
  font-size: 36px;
  display: block;
}

.common_tit3 p {
  font-size: 18px;
  padding-top: 10px;
  color: #fff;
}

.common_tit3 i {
  font-size: 0;
  line-height: 0;
  background-color: #fff;
  display: inline-block;
  height: 5px;
  width: 70px;
  margin-top: 10px;
}

/*决胜之道*/
.jueshengzhidao {
  height: 680px;
  background-image: url(/static/images/bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.jueshengzhidao .box {
  overflow: hidden;
  height: 408px;
}
.jueshengzhidao .box ul li:last-child {
  margin-right: 0px;
}
.jueshengzhidao .box ul li {
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
  height: 368px;
  width: 164px;
  background-color: #f8f8f8;
  float: left;
  margin-top: 10px;
  margin-right: 21px;
  text-align: center;
  padding-top: 32px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.jueshengzhidao .box ul li:hover {
  -moz-box-shadow: 0 0 12px #879094;
  -webkit-box-shadow: 0 0 12px #879094;
  box-shadow: 0 0 12px #879094;
  margin-top: 0;
}
.jueshengzhidao .box ul li strong {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  padding-top: 25px;
}
.jueshengzhidao .box ul li p {
  text-align: left;
  line-height: 24px;
  color: #888;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 15px;
}

/* case */
.h_case {
  padding-bottom: 60px;
}
.case_tit {
  overflow: hidden;
  margin-bottom: 30px;
}
.case_list ul {
  display: none;
}
.case_tit ul li {
  width: 190px;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #128fcd;
  color: #fff;
  margin-right: 82px;
  font-size: 18px;
  cursor: pointer;
}
.case_tit ul li:last-child {
  margin-right: 0px;
}
.case_list ul li {
  float: left;
  width: 400px;
  margin-right: 40px;
  position: relative;
  height: 300px;
  margin-bottom: 30px;
}
.case_list ul li:nth-child(3n) {
  margin-right: 0px;
}
.case_list ul li .pic {
  width: 100%;
  height: 241px;
  overflow: hidden;
}
.case_list ul li .pic img {
  display: block;
  width: 100%;
  height: 241px;
  transition: all 1s;
}
.case_list ul li .pic:hover img {
  transform: scale(1.1);
}
.case_list ul li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 358px;
  height: 123px;
  background: url(/static/images/case_text.png) no-repeat;
  margin: auto;
}
.case_list ul li .text:hover a {
  color: #f60;
}
.case_list ul li .text h3 {
  height: 57px;
  line-height: 57px;
  font-weight: normal;
  font-size: 16px;
  margin-top: 0px;
  text-align: center;
}
.case_list ul li .text p {
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  padding: 0px 15px;
}
.case_m {
  width: 165px;
  height: 35px;
  line-height: 35px;
  background: #128fcd;
  text-align: center;
  display: block;
  margin: auto;
  clear: both;
  color: #fff;
}
.case_m:hover {
  background: #f60;
}
.case_h {
  background: #f60 !important;
}
/* h_who */
.h_who {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: rgb(246, 246, 246);
  padding-bottom: 40px;
}
.hs {
  color: #666;
}
.h_who ul li {
  width: 200px;
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}
.h_who ul li:nth-child(6n) {
  margin-right: 0px;
}
.h_who ul li img {
  width: 100%;
}

/* 跨界 */
.kuajiehezuo {
  background-color: rgb(246, 246, 246);
  height: 710px;
}

.kuajiehezuo .head {
  background-image: url(/static/images/p2.jpg);
  background-repeat: repeat-y;
  background-position: center bottom;
  height: 294px;
  color: #fff;
  padding-top: 40px;
}

.kuajiehezuo .box {
  position: relative;
}

.kuajiehezuo .box .b {
  overflow: hidden;
  position: absolute;
  height: 503px;
  top: -108px;
}

.kuajiehezuo .box .b ul {
  width: 100%;
}

.kuajiehezuo .box .b ul li {
  width: 400px;
  float: left;
  margin-right: 40px;
}
.kuajiehezuo .box .b ul li:last-child {
  margin-right: 0px;
}
.kuajiehezuo .box .b ul li .tit {
  background-color: #128fcd;
  height: 108px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  padding-top: 15px;
}

.kuajiehezuo .box .b ul li .rc {
  background-repeat: no-repeat;
  background-position: right top;
}

.kuajiehezuo .box .b ul li .tit strong {
  font-size: 24px;
}

.kuajiehezuo .box .b ul li .text {
  height: 360px;
  padding-right: 50px;
  padding-left: 54px;
  padding-top: 42px;
  line-height: 26px;
  background-color: #fff;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 9px;
  background-image: url(/static/images/bg4.gif);
}

.kuajiehezuo .box .b ul li .text span {
  color: #999;
  line-height: 24px;
  display: block;
  padding-bottom: 40px;
  height: 136px;
}

.kuajiehezuo .box .b ul li .text a {
  height: 42px;
  width: 168px;
  display: block;
  line-height: 42px;
  text-align: center;
  background-color: #666666;
  font-size: 18px;
  color: #fff;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.kuajiehezuo .box .b ul li:hover .text a {
  background-color: #128fcd;
}
.kuajiehezuo .common_tit {
  padding-top: 0px;
}

/*最新资讯*/
.common_news {
  height: 755px;
}
.common_news .box {
  position: relative;
}
.common_news ul li {
  float: left;
  width: 570px;
  height: 90px;
  overflow: hidden;
  margin-top: 21px;
  -o-transition: all 0s !important;
  -moz-transition: all 0s !important;
  -webkit-transition: all 0s !important;
  -ms-transition: all 0.1s !important;
  transition: all 0s !important;
  position: absolute;
}
.common_news ul li:nth-child(2) {
  top: 0;
  right: 0;
}
.common_news ul li:nth-child(3) {
  top: 115px;
  right: 0;
}
.common_news ul li:nth-child(4) {
  top: 229px;
}
.common_news ul li:nth-child(5) {
  top: 229px;
  right: 0;
}
.common_news ul li:nth-child(6) {
  top: 342px;
}
.common_news ul li:nth-child(7) {
  top: 342px;
  right: 0;
}
.common_news ul li:nth-child(even) {
  float: right;
}
.common_news ul li:nth-child(1) {
  height: 206px;
}
.common_news ul li .date {
  background-color: #f6f6f6;
  text-align: center;
  height: 88px;
  width: 88px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 16px;
  -o-transition: all 0s !important;
  -moz-transition: all 0s !important;
  -webkit-transition: all 0s !important;
  -ms-transition: all 0.1s !important;
  transition: all 0s !important;
}
.common_news ul li .date strong {
  display: block;
  font-size: 30px;
  color: #333;
  padding-top: 12px;
  padding-bottom: 4px;
  -o-transition: all 0s !important;
  -moz-transition: all 0s !important;
  -webkit-transition: all 0s !important;
  -ms-transition: all 0.1s !important;
  transition: all 0s !important;
}
.common_news ul li p {
  padding-top: 10px;
  line-height: 24px;
  color: #888;
  -o-transition: all 0s !important;
  -moz-transition: all 0s !important;
  -webkit-transition: all 0s !important;
  -ms-transition: all 0.1s !important;
  transition: all 0s !important;
}
.common_news ul li a {
  font-size: 16px;
  display: block;
  padding-top: 5px;
  color: #333;
  -o-transition: all 0s !important;
  -moz-transition: all 0s !important;
  -webkit-transition: all 0s !important;
  -ms-transition: all 0.1s !important;
  transition: all 0s !important;
}
.common_news ul li:nth-child(1) a {
  font-size: 18px;
  font-weight: bold;
}
.common_news ul li img {
  float: left;
  width: 265px;
  margin-right: 20px;
}
.common_news ul li:hover a {
  color: #f60;
}

/* 横条 */
.h_ht {
  width: 100%;
  height: 238px;
  background: url(/static/images/bg2.jpg) no-repeat;
  background-size: 100% 100%;
}
.rno-action-panel-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
}
.rno-action-panel-title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding-top: 40px;
}
.rno-action-panel-desc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
.h_ht .rno-btn-text {
  width: 160px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  display: block;
  color: #fff;
  border: 1px solid #e6e6e6;
  text-align: center;
  margin: auto;
  margin-top: 30px;
}
.h_ht .rno-btn-text:hover {
  background: #f60;
  border: 1px solid #f60;
}
/* footer */
.main-footer {
  background-image: url(/static/images/e24c91e.jpg);
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bg-cover {
  background-size: 100% 100%;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.el-tabs__header {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-bottom: 1px solid #6d6f71;
  margin-bottom: 10px;
}
.el-tabs__nav-wrap {
  width: 60px;
  height: 40px;
  border-bottom: 1px solid #409eff;
}

.el-tabs__nav {
  white-space: nowrap;
  position: relative;
  transition: transform 0.3s;
  float: left;
  z-index: 2;
}
.main-footer__partner {
  padding: 20px;
}

.main-footer__partner {
  background-color: rgba(0, 0, 0, 0.15);
  height: auto;
  overflow: hidden;
}
.el-tabs__content {
  overflow: hidden;
}
.el-tabs__content ul li {
  float: left;
  height: auto;
}
.el-tabs__content ul li a {
  color: #adb5bd;
  padding-right: 10px;
  display: block;
  line-height: 25px;
  cursor: pointer;
}
.el-tabs__content ul li a:hover {
  color: #f60;
}

.justify-between {
  color: #adb5bd;
  margin-top: 20px;
  overflow: hidden;
  padding: 20px;
}

.justify-between dl:first-child {
  width: 450px;
  float: left;
  /* margin-right: 170px; */
  margin-right: 0;
}
.justify-between dl:first-child dd {
  height: 25px;
  line-height: 25px;
  text-align: left;
}
.justify-between dl:first-child dd img {
  height: 25px;
  float: left;
  margin-right: 5px;
}
.justify-between dl:nth-child(2) {
  width: 680px;
  float: left;
}
/* 网站地图 */
.site-map {
  float: left;
  width: 100px;
}
.site-map:nth-child(4) {
  width: 120px;
}
.site-map:last-child {
  width: 80px;
}
.site-map h2 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}
.site-map li {
  height: 25px;
  line-height: 25px;
  color: #adb5bd;
}
.site-map li a {
  color: #adb5bd;
}
.site-map li a:hover {
  color: #f60;
}
.justify-between dl:nth-child(2) dd {
  width: 50%;
  float: left;
  line-height: 25px;
}
.justify-between .ewm {
  width: 76px;
  font-size: 12px;
  float: right;
}
.justify-between .font-normal {
  color: #fff;
  margin-bottom: 13px;
}
.justify-between .ewm img {
  width: 100%;
}
.justify-center {
  color: #adb5bd;
  height: 36px;
  line-height: 36px;
  margin-top: 10px;
}
.justify-center span {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-left: 250px;
}
.justify-center span a {
  color: #adb5bd;
}
.header .wrap {
  position: relative;
}
.n_new {
  position: absolute;
  background: #fff;
  z-index: 0;
  padding: 30px 30px 20px 30px;
  opacity: 0;
  top: -300px;
  box-shadow: 1px 1px 1px 0px #ccc;
}
.nav_fuwu {
  width: 700px !important;
  left: -475% !important;
  top: -350px;
}
.nav_fuwu .fw {
  width: 28%;
  float: left;
  margin-right: 8%;
  margin-bottom: 20px;
}
.nav_fuwu .fw:nth-child(3n) {
  margin-right: 0px;
}
.n_new h3 {
  border-bottom: 1px solid #ccc;
}
.nav_case {
  width: 230px !important;
}
.nav_fa {
  width: 330px !important;
}
.nav-item .nav_fa {
  left: -210% !important;
}
.nav-item .nav_case {
  left: -140% !important;
}
.nav-item:hover .n_new {
  opacity: 1;
  transition: all 0.5s;
  z-index: 222;
  top: 79px;
}
.nav-item .n_new .hot {
  width: 23px;
  float: left;
  margin-top: -5px;
}
.n_new .sj {
  position: absolute;
  top: -13px;
  left: 0px;
  margin: auto;
  right: 0px;
}
.n_new li {
  float: left;
  line-height: 25px;
}
.nav-item .n_new {
  left: -115%;
  width: 200px;
}
.nav-item .n_new li {
  width: 50%;
  margin-right: 0px;
}
.nav-item .n_new li a {
  font-size: 12px;
}
.n_new p {
  border-bottom: 1px solid #ccc;
  height: 25px;
  margin-bottom: 5px;
}
.n_new p a {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #333;
}
.n_new p a label {
  float: right;
}
.nav-item .n_new li:nth-child(odd) {
  text-align: right;
}
.banner_h1 {
  font-weight: 300;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  color: #fff;
  text-align: center;
  padding-top: 250px;
}
.banner_p {
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

.page {
  height: 24px;
  margin-bottom: 30px;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
  clear: both;
}
.page li {
  display: inline;
  padding: 5px 10px;
  border: 1px solid #ddd;
  margin-right: 5px;
}
.page li a {
  color: #555;
}
.page li a:hover {
  background: #f5f5f5;
  color: #0064c4;
}
.page li.thisclass {
  background: #9a9fa5;
  color: #fff;
}
.page li.thisclass a {
  text-decoration: none;
  cursor: default;
  border-color: #0064c4;
  color: #fff;
}
.page .pageinfo strong {
  font-weight: normal;
}

.avt {
  color: #128fcd !important;
}

.indexcase {
  background-color: #f0f0f0;
  padding-bottom: 70px;
  min-width: 1200px;
}
.indexcase .con {
  margin-top: 40px;
}
.indexcase .con ul li {
  float: left;
  width: 25%;
  clip: rect(26px, auto, auto, auto);
  margin-bottom: 26px;
}
.indexcase .con ul li .box {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  margin-top: 0px;
}
.indexcase .con ul li .box img {
  height: 251px;
  width: 100%;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.indexcase .con ul li .box h3 {
  font-weight: normal;
  display: block;
  height: 38px;
  width: 100%;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  padding: 0px;
  color: #ffffff;
  background-image: url(/static/images/bg5.png);
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.indexcase .con ul li .box h3 a {
  color: #ffffff;
}
.indexcase .con ul li .box .text {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background-image: url(/static/images/blue_bg.png);
  opacity: 0;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 0);
  filter: alpha(opacity = 0);
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}
.indexcase .con ul li .box .text a {
  text-align: center;
  display: table;
  height: 100%;
  width: 100%;
}
.indexcase .con ul li:hover .box img {
  -webkit-transform: scale(1.85);
  transform: scale(1.85);
}
.indexcase .con ul li:hover .box .text {
  opacity: 1;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 100);
  filter: alpha(opacity = 100);
}
.indexcase .con ul li .box .text a div p {
  line-height: 22px;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
}
.indexcase .con ul li .box .text a div {
  vertical-align: middle;
  display: table-cell;
  padding-right: 15px;
  padding-left: 15px;
}
.indexcase .con ul li .box .text a div span {
  display: block;
  padding-top: 10px;
  clear: both;
  float: none;
}
.indexcase .con ul li:hover .box h3 {
  bottom: -40px;
}
.indexcase .con ul li .box .text a div i {
  display: inline-block;
  background-color: #ffffff;
  background-image: url(/static/images/ico_show.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 44px;
  width: 44px;
  margin-right: 10px;
  margin-left: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.indexcase .con .more {
  clear: both;
  float: none;
  padding-top: 60px;
}
.indexcase .con .more a {
  display: block;
  clear: both;
  float: none;
  margin-right: auto;
  margin-left: auto;
  height: 42px;
  width: 164px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  background-color: #128fcd;
  font-size: 18px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.w-1\/3 {
  width: 33.333333%;
  float: left;
}

.w-2\/3 {
  width: 66.666667%;
  float: right;
}
.mx-auto {
  overflow: hidden;
  padding-bottom: 40px;
}
.index-news__item {
  width: 48%;
  float: left;
  margin-left: 2%;
  background: #f8f8f8;
  margin-bottom: 2%;
  padding: 3.2rem 1rem;
}
.index-news__item-content {
  border-left: 1px solid #dbdbdb;
  width: 80%;
  float: right;
  padding-left: 15px;
}
.index-news__item-content h3:hover {
  color: #128fcd;
}
.index-news__item:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.index-news__item-content .text-lg {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
}
.justify-bet {
  float: left;
  width: 20%;
}
.justify-bet span {
  text-align: center;
  color: #adb5bd;
  width: 100%;
  display: block;
  padding-right: 10px;
  margin-top: 10px;
}
.justify-bet strong {
  font-size: 1.25rem;
  font-weight: 400;
  display: block;
}
.text-justify {
  color: #868e96;
}

/* 移动端样式 */
.hl-web {
  display: none;
}
.mHeader {
  position: fixed;
  height: 50px;
  z-index: 1000;
  width: 100%;
  background: #fff;
  top: 0px;
  left: 0px;
  display: none;
  border-bottom: 1px solid #f3eaea;
}
.mIcon {
  width: 50px;
  height: 50px;
  padding: 8px 10px;
  position: fixed;
  z-index: 100;
  right: 10px;
}
.controlIcon {
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  transition: all 0.4s ease;
  background: #126ad0;
}
.mLogo {
  width: 104px;
  height: 46px;
  padding: 2px;
  position: relative;
  z-index: 10;
  margin-top: 2px;
  margin-left: 10px;
}
.mLogo img {
  width: 90%;
  height: 90%;
  margin-top: 3%;
}
.mMenu {
  position: fixed;
  top: 50px;
  background: #fff;
  z-index: 9;
  width: 100%;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding: 20px 20px 0px 20px;
}
.mMenu ul {
  padding-left: 0px;
}
.mMenu ul li {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.mMenu ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #6f6f6f;
  text-decoration: none;
  padding-left: 10px;
  width: 100%;
}
.nav_m_list li a {
  color: #fff !important;
}
.m-cross {
  position: absolute;
  right: 13px;
  top: 0;
  width: 14px;
  height: 40px;
  display: block;
  transition: all 0.4s;
}
.m-cross1 {
  position: absolute;
  right: 13px;
  top: 0;
  width: 14px;
  height: 40px;
  display: block;
  transition: all 0.4s;
}
.mMenu ul {
  padding-left: 0px;
}
.nav_m_list {
  display: none;
  background: #128fcd;
}
.nav_m_list1 {
  display: none;
  background: #000;
}
.mMenu ul li {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.mIconActive .controlIcon:nth-child(1) {
  animation: 0.5s ease-out forwards animate1;
  -webkit-animation: 0.5s ease-out forwards animate1;
}
.mIconActive .controlIcon:nth-child(2) {
  opacity: 0;
}
.mIconActive .controlIcon:nth-child(3) {
  animation: 0.5s ease-out forwards animate2;
  -webkit-animation: 0.5s ease-out forwards animate2;
}
.mIconClose .controlIcon:nth-child(1) {
  animation: 0.5s ease-out forwards animate3;
  -webkit-animation: 0.5s ease-out forwards animate3;
}
.mIconClose .controlIcon:nth-child(2) {
  opacity: 1;
}
.mIconClose .controlIcon:nth-child(3) {
  animation: 0.5s ease-out forwards animate4;
  -webkit-animation: 0.5s ease-out forwards animate4;
}
@-webkit-keyframes animate1 {
  0% {
    -webkit-transform: rotate(0deg) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(6px) translateX(6px);
  }
}
@keyframes animate1 {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(45deg) translateY(6px) translateX(6px);
  }
}
@-webkit-keyframes animate2 {
  0% {
    -webkit-transform: rotate(0deg) translateY(0px);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(-8px) translateX(8px);
  }
}
@keyframes animate2 {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(-45deg) translateY(-8px) translateX(8px);
  }
}
@-webkit-keyframes animate3 {
  0% {
    -webkit-transform: rotate(45deg) translateY(8px) translateX(8px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(0px);
  }
}
@keyframes animate3 {
  0% {
    transform: rotate(45deg) translateY(8px) translateX(8px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@-webkit-keyframes animate4 {
  0% {
    -webkit-transform: rotate(-45deg) translateY(-8px) translateX(8px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(0px);
  }
}
@keyframes animate4 {
  0% {
    transform: rotate(-45deg) translateY(-8px) translateX(8px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
.m-cross::before,
.m-cross::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #d9d9d9;
  position: absolute;
  right: 0;
  top: 20px;
}
.m-cross::after {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.m-cr::after {
  transform: rotate(0deg);
}
.m-cross1::before,
.m-cross1::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #d9d9d9;
  position: absolute;
  right: 0;
  top: 20px;
}
.m-cross1::after {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.index-advantage {
  width: 100%;
  height: auto;
  background: url(/static/images/a5d7264.jpg) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 40px;
}
.index-advantage .common_tit strong,
.index-advantage .common_tit p {
  color: #fff;
}
.index-advantage .common_tit i {
  background: #f60;
}
.index-advantage ul li {
  padding: 1rem;
  margin-bottom: 1rem;
  justify-content: space-between;
  display: flex;
  border-radius: 0.5rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.index-advantage ul li .tage__item {
  --text-opacity: 1;
  color: #4dabf7;
  color: rgba(77, 171, 247, var(--text-opacity));
  position: relative;
  padding-right: 1.5rem;
  margin-right: 1rem;
  font-size: 1.875rem;
}
.index-advantage ul li .tage__item::before {
  position: absolute;
  width: 1px;
  height: 3rem;
  --bg-opacity: 1;
  background-color: #4dabf7;
  background-color: rgba(77, 171, 247, var(--bg-opacity));
  content: "";
  top: 8px;
  right: 8px;
  transform: rotate(23deg);
}
.index-advantage ul li h2 {
  --text-opacity: 1;
  color: #4dabf7;
  color: rgba(77, 171, 247, var(--text-opacity));
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 300;
}
.index-advantage ul li > div p {
  --text-opacity: 1;
  color: #868e96;
  color: rgba(134, 142, 150, var(--text-opacity));
  font-weight: 300;
  font-size: 0.8rem;
}
.inh-list {
  display: block;
  padding: 0 8px;
  margin-bottom: 20px;
  width: 50%;
  float: left;
}
.inh-list .m-cont {
  width: 100%;
}
.inh-pic img {
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.inh-list .inh-font {
  margin-top: -1px;
  height: 100px;
  background: white;
  border: solid 1px #dedede;
  padding: 0 10px;
  padding-top: 10px;
}
.inh-font .h3 {
  margin-bottom: 5px;
  color: #444444;
  font-size: 15px;
  height: 20px;
  overflow: hidden;
}
.inh-font p {
  margin-bottom: 15px;
  color: #888;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.inh-font .m-read {
  font-size: 12px;
  color: #777;
  line-height: 29px;
  position: relative;
  border-top: solid 1px #dedede;
}
.inh-font .m-read i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 20px;
  height: 100%;
  font-size: 16px;
  color: #666;
}
.inh-font .m-read i img {
  width: 20px;
}
.inh-big ul {
  display: none;
}
.index-btn {
  text-align: center;
}
.index-btn a {
  display: inline-block;
  width: 132px;
  height: 32px;
  line-height: 30px;
  color: #777777;
  font-size: 12px;
  text-align: center;
  border: solid 1px #cccccc;
  border-radius: 30px;
  position: relative;
  padding-left: 20px;
}
.index-btn a i {
  margin-right: 10px;
  font-size: 13px;
  color: #999;
  background: url(/static/picture/all.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  top: 5px;
  left: 0px;
  right: 50%;
  margin: auto;
}
.hl-six {
  background: rgb(246, 246, 246);
  overflow: hidden;
  padding-bottom: 30px;
}
.hl-s-t ul {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.hl-s-t ul li {
  width: 25%;
  float: left;
  height: 45px;
  line-height: 45px;
  color: #333;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
}
.n_i {
  border-bottom: 1px solid #126ad0;
  color: #f60 !important;
}
.hl-s-b ul {
  display: none;
}
.hl-s-b ul li {
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
  float: initial;
  overflow: hidden;
  background: #fff;
  padding-top: 30px;
  margin-bottom: 10px;
}
.hl-s-b ul li:first-child {
  margin-top: 30px;
}
.hl-s-b ul li .hl-s-b-s {
  width: 25%;
  float: left;
  height: 100%;
}
.hl-s-b ul li .hl-s-b-s span:nth-child(1) {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.hl-s-b ul li .hl-s-b-s span {
  display: block;
  text-align: right;
}
.hl-s-b ul li .hl-s-b-s span:nth-child(2) {
  font-size: 20px;
}
.hl-s-b-p {
  width: 70%;
  float: right;
}
.hl-s-b ul li .hl-s-b-p p:nth-child(1) {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  padding-right: 20px;
}
.hl-s-b ul li .hl-s-b-p p:nth-child(2) {
  font-size: 14px;
  color: #999;
  padding-right: 20px;
  line-height: 30px;
}
.hl-s-b-p img {
  transition: all 1s;
  margin-top: 20px;
  margin-bottom: 30px;
}
.footer-bq {
  width: 100%;
  background: #1e1e1e;
  line-height: 50px;
  height: auto;
  overflow: hidden;
  padding-bottom: 50px;
}
.footer-bq .hl-main span:nth-child(1) {
  width: 90%;
  display: block;
  margin: auto;
  float: initial;
  line-height: 25px;
  text-align: center;
  padding: 20px 0px;
}
.footer-bq span {
  color: #515151;
  font-size: 14px;
}
.kufuul {
  height: 45px;
  position: fixed;
  bottom: 0px;
  width: 220px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 9999;
}
.kf-zx {
  width: 150px;
  height: 45px;
  line-height: 45px;
  display: block;
  float: left;
  background: rgba(33, 113, 216, 0.9);
  color: #fff;
}
.kf-zx img {
  margin-top: 7px;
  display: inline-block;
  float: left;
  margin-left: 25px;
  margin-right: 10px;
}
#t_top {
  width: 60px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  float: left;
  margin-left: 1px;
}
#t_top img {
  padding-top: 6px;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .bussiness-body .item2 .service {
    float: right;
  }
  .bussiness-body .item2 .price {
    float: left;
    left: 0px !important;
  }
  .bussiness-body .item4 .service {
    float: right;
  }
  .bussiness-body .item4 .price {
    float: left;
    left: 0px !important;
  }
  .bussiness-body .item6 .service {
    float: right;
  }
  .bussiness-body .item6 .price {
    float: left;
    left: 0px !important;
  }
  .bussiness-body {
    width: 100% !important;
  }
  .bussiness-body .item.on {
    width: 100% !important;
  }
  .pc {
    display: none !important;
  }
  .web {
    display: block;
  }
  body {
    width: 100%;
    margin: 0 auto;
  }
  .c-main {
    width: 100%;
  }
  .hl-web {
    display: block !important;
  }
  .hl-pc {
    display: none !important;
  }
  .header {
    display: none;
  }
  .mHeader {
    display: block;
  }
  .mtel img {
    position: absolute;
    right: 70px;
    top: 6px;
  }
  .indexcase {
    max-width: 100%;
    min-width: 100% !important;
    padding-bottom: 50px;
  }
  .index-main {
    width: 100%;
  }
  .common_news ul li {
    width: 100%;
  }
  .analysis .box ul li {
    width: 100%;
  }
  .web-banner {
    margin-top: 50px;
  }
  .web-banner img {
    width: 100%;
    display: block;
  }
  .indexPart1 {
    display: none;
  }
  .case_list ul li {
    width: 100%;
  }
  .common_tit {
    padding-top: 70px;
  }
  .common_tit strong {
    font-size: 20px;
  }
  .common_tit p {
    font-size: 15px;
  }
  .pd {
    padding-left: 3%;
    padding-right: 3%;
  }
  .common_tit i {
    height: 2px;
    background: #f60;
  }
  .c-grid li {
    width: 100%;
    margin-right: 0px;
  }
  .c-media-img .ico32 {
    width: 20px;
    height: 20px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 90px;
  }
  .c-media-img h4 {
    font-size: 15px;
  }
  .c-media-body p a {
    font-size: 12px;
  }
  .c-media-body p {
    padding-left: 10%;
  }
  .case_tit ul li {
    width: 20%;
    margin-right: 0px;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
  }
  .h_case {
    padding-bottom: 40px;
  }
  .main-footer,
  .tc_body {
    display: none;
  }
  .kuajiehezuo .box .b ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .kuajiehezuo .box .b {
    height: auto;
    overflow: hidden;
  }
  .kuajiehezuo .box .b ul li .tit strong {
    font-size: 20px;
  }
  .kuajiehezuo .box .b ul li .text {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .kuajiehezuo .box .b ul li .text span {
    padding-bottom: 20px;
    height: 100px;
  }
  .kuajiehezuo .box .b ul li .text a {
    margin-bottom: 20px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .kuajiehezuo {
    background: rgb(246, 246, 246);
    height: 1400px;
  }
  .hi2 {
    height: 200px !important;
  }
  /* about */
  .ci-o ul {
    display: none !important;
  }
  .ab_c {
    padding: 20px 10px !important;
    background-size: inherit !important;
  }
  .ab_b {
    padding: 1rem 0.5rem !important;
  }
  .ab_m {
    padding: 2rem 1.5rem !important;
  }
  .hi4 {
    height: 400px !important;
  }
  .hi4 .banner_h1 {
    padding-top: 200px !important;
  }
  .ab_wh_m ul {
    display: inherit !important;
  }
  .ab_wh_m ul li {
    margin-bottom: 15px;
  }
  .ab_map {
    margin-top: 60px;
  }
  .ab_map_b dl {
    width: 90% !important;
  }
  /* new */
  .about_xx a {
    width: 45% !important;
    margin-bottom: 10px;
  }
  .new_m .new_l {
    width: 100% !important;
  }
  .new_m .new_r {
    width: 100% !important;
    margin-top: 20px;
  }
  .recommend_main ul li {
    background: #fff;
    margin-bottom: 20px;
  }
  /* 案例 */
  .case_son ul {
    white-space: nowrap;
    overflow: auto;
  }
  .case_son ul li {
    display: inline-block;
    float: initial !important;
  }
  .case_son ul li a {
    padding-left: 20px;
  }
  .case_li ul li {
    width: 100% !important;
  }
  .case_a_l {
    width: 100% !important;
    padding: 0px !important;
  }
  .case_body img {
    height: auto !important;
  }
  .case_a_r {
    width: 100% !important;
  }
  .case_r_o {
    margin-left: 0px !important;
    margin-top: 30px;
  }
  .case_r_t > div {
    margin: 10px 0px !important;
    padding: 10px 0px !important;
  }
  .block-title {
    font-size: 20px !important;
  }
  /* 外包 */
  .main_qwyxwb_wenti {
    display: none;
  }
  .main_qwyxwb_info {
    height: auto !important;
    overflow: hidden;
  }
  .main_qwyxwb_info .box .pic {
    margin-left: 0px !important;
  }
  .main_qwyxwb_info .box .pic img {
    max-width: 100%;
    margin: auto;
    width: 80%;
    display: block;
  }
  .main_qwyxwb_ys .box .bd .pic img {
    width: 100% !important;
  }
  .main_qwyxwb_info .box .text {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .main_qwyxwb_info .box .text strong {
    width: 100%;
    font-size: 16px !important;
    text-align: center;
    display: block;
  }
  .main_qwyxwb_info .box .text ul li img {
    width: 70%;
  }
  .main_qwyxwb_info .box .text ul li {
    width: 25%;
    margin-right: 0px !important;
    margin-bottom: 40px;
  }
  .main_qwyxwb_info .box .text ul li p {
    font-size: 12px !important;
  }
  .main_qwyxwb_info .box .text p {
    font-size: 14px !important;
  }
  .main_qwyxwb_syjz {
    height: auto !important;
    background-size: 100% 100%;
  }
  .main_qwyxwb_syjz .box ul li {
    width: 50% !important;
    margin-right: 0px !important;
    height: auto !important;
  }
  .main_qwyxwb_syjz .box ul li .ico img {
    width: 50%;
  }
  .main_qwyxwb_syjz .box ul li strong {
    font-size: 16px !important;
    display: block;
  }
  .main_qwyxwb_syjz .box ul li p {
    font-size: 12px;
    padding: 0px 10px;
    height: 110px;
  }
  .main_qwyxwb_syjz .box {
    padding-bottom: 40px;
  }
  .main_qwyxwb_ys .box .tab ul li {
    width: 33.333%;
    padding: 0px !important;
    font-size: 14px !important;
    margin-bottom: 5px;
  }
  .main_qwyxwb_ys .box .tab ul li:nth-child(4),
  .main_qwyxwb_ys .box .tab ul li:nth-child(5) {
    width: 50%;
  }
  .main_qwyxwb_ys .box .bd .pic img {
    width: 100%;
    height: auto !important;
  }
  .main_qwyxwb_ys .box .bd .text {
    width: 100% !important;
  }
  .main_qwyxwb_ys .box .bd .text strong {
    font-size: 16px !important;
    font-weight: bold !important;
  }
  .main_qwyxwb_ys .box .bd .text p {
    font-size: 14px !important;
  }
  .indexcase .con ul li {
    width: 50% !important;
  }
  .indexcase .con ul li .box img {
    height: auto !important;
  }
  .indexcase .con .more a {
    font-size: 14px !important;
  }
  .indexcase .con .more {
    padding-top: 20px !important;
  }
  .banner1920x1200x151 {
    display: none;
  }
  /* .banner1920x1200x151{height: auto !important;background-size: 100% 100%;position: relative;padding-bottom: 20px;} */
  /* 	.banner1920x1200x151 a.btn{position: absolute;bottom: 20px;left: 0px;right: 0px;margin: auto;font-size: 16px !important;height: 35px !important;line-height: 30px !important;width: 150px !important;}
	.banner1920x1200x151 strong{font-size: 22px !important;text-align: center;}
	.banner1920x1200x151 p{font-size: 16px;padding-bottom: 60px;} */
  /* 事件营销 */
  .wrap {
    width: 100%;
  }
  .main_mtyy_type .box ul li {
    width: 100% !important;
    margin-right: 0px !important;
    margin-top: 30px !important;
  }
  .main_mtyy_type {
    height: auto !important;
  }
  .main_mtyy_type .box ul li strong {
    font-size: 20px !important;
    padding-bottom: 5px !important;
  }
  .main_mtyy_type .box ul li p {
    font-size: 12px;
  }
  .main_sjyxtg_rmyx .box {
    height: auto !important;
    margin-top: 60px !important;
  }
  .main_sjyxtg_rmyx .box ul li {
    position: relative !important;
    width: 49% !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    left: 0px !important;
    top: 0px !important;
    margin-bottom: 20px;
    height: auto !important;
  }
  .main_sjyxtg_rmyx .box ul li:nth-child(2n) {
    margin-left: 2%;
  }
  .main_sjyxtg_rmyx .box ul li:last-child {
    display: none;
  }
  .main_sjyxtg_rmyx {
    height: auto !important;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .main_sjyxtg_rmyx .box ul li img {
    height: auto !important;
  }
  .main_sjyxtg_rmyx .box ul li strong {
    font-size: 18px !important;
  }
  .main_sjyxtg_ys1 .box .left {
    width: 300px !important;
    height: auto !important;
    margin: auto !important;
    float: inherit !important;
  }
  .main_sjyxtg_ys1 .box .left img {
    width: 100% !important;
    height: auto !important;
  }
  .main_sjyxtg_ys1 .box .left i.i1 {
    left: 14% !important;
    top: 14% !important;
  }
  .main_sjyxtg_ys1 .box .left em {
    font-size: 12px !important;
  }
  .main_sjyxtg_ys1 .box .left i {
    font-size: 12px !important;
  }
  .main_sjyxtg_rmyx .box ul li p {
    min-height: 100px;
  }
  .main_sjyxtg_ys1 .box .left .e1 {
    left: 27% !important;
    top: 40% !important;
  }
  .main_sjyxtg_ys1 .box .left .e2 {
    left: 37% !important;
    top: 60% !important;
  }
  .main_sjyxtg_ys1 .box .left .i2 {
    left: 60% !important;
    top: 40% !important;
  }
  .main_sjyxtg_ys1 .box .left .i3 {
    left: 45% !important;
    top: 70% !important;
  }
  .main_sjyxtg_ys1 .box .left .i4 {
    left: 80% !important;
    top: 45% !important;
  }
  .main_sjyxtg_ys1 {
    height: auto !important;
    overflow: hidden;
  }
  .main_sjyxtg_ys1 .box .text {
    width: 100% !important;
    margin-right: 0px !important;
    margin-top: 60px !important;
    margin-bottom: 40px;
    text-align: center;
  }
  .main_sjyxtg_ys1 .box .text strong {
    font-size: 20px !important;
  }
  .main_sjyxtg_ys1 .box .text p {
    font-size: 15px !important;
  }
  .main_sjyxtg_ys2 .box .text {
    width: 100% !important;
    margin-left: 0px !important;
    margin-top: 80px !important;
  }
  .main_sjyxtg_ys2 .box .text strong {
    font-size: 20px !important;
  }
  .main_sjyxtg_ys2 .box .text p {
    font-size: 15px !important;
  }
  .main_sjyxtg_ys2 .box .pic {
    width: 100%;
    margin-right: 0px !important;
    margin-top: 30px !important;
  }
  .main_sjyxtg_ys2 .box .pic img {
    width: 100%;
    height: auto;
  }
  .main_sjyxtg_ys2 {
    height: auto !important;
    overflow: hidden;
    padding-bottom: 40px;
    background-size: 100% 100%;
  }
  .main_sjyxtg_ys3 {
    height: auto !important;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .main_sjyxtg_ys3 .box .pic {
    margin-top: 60px !important;
  }
  .main_sjyxtg_ys3 .box .pic img {
    width: 100%;
  }
  .main_sjyxtg_ys3 .box .text {
    width: 100% !important;
    margin-top: 85px !important;
  }
  .main_sjyxtg_ys3 .box .text strong {
    font-size: 20px !important;
  }
  .main_sjyxtg_ys3 .box .text p {
    font-size: 14px !important;
  }
  .main_sjyxtg_lc .box .tab ul {
    width: 100% !important;
    left: 0px !important;
  }
  .main_sjyxtg_lc .box .tab {
    width: 100% !important;
  }
  .main_sjyxtg_lc .box .tab ul li {
    width: 20% !important;
    margin-right: 0px !important;
  }
  .main_sjyxtg_lc .box .tab ul li strong {
    font-size: 12px !important;
  }
  .main_sjyxtg_lc .box .bd {
    height: auto !important;
  }
  .main_sjyxtg_lc .box .bd .pic {
    width: 100% !important;
  }
  .main_sjyxtg_lc .box .bd .pic img {
    width: 100%;
  }
  .main_sjyxtg_lc .box .bd .con .text strong {
    font-size: 20px !important;
  }
  .main_sjyxtg_lc .box .bd .con .text {
    font-size: 14px !important;
    padding: 0px 20px;
  }
  .common_pagenews {
    height: auto !important;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .common_more1 a {
    font-size: 14px !important;
  }
  .kuajiehezuo .box .b ul li .text {
    height: auto !important;
  }
  .common_pagenews .box ul li {
    width: 100% !important;
  }
  .main_sjyxtg_lc {
    height: auto !important;
    overflow: hidden;
    padding-bottom: 40px;
  }
  /* 媒体邀约 */
  .mmyy-o {
    display: none;
  }
  .grzx_main2_one {
    height: auto !important;
    overflow: hidden;
  }
  .grzx_main2_one_left {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 20px;
  }
  .grzx_main2_one_left h5 a {
    font-size: 20px !important;
    padding-top: 60px !important;
  }
  .grzx_main2_one_left h6 {
    font-size: 14px !important;
  }
  .grzx_main2_one_left .more {
    margin-top: 30px !important;
    font-size: 12px !important;
  }
  .grzx_main2_one .main_pic {
    width: 100% !important;
    margin-top: 5px;
  }
  .grzx_main2_two h5 a {
    font-size: 18px !important;
    padding-bottom: 10px !important;
    padding-top: 20px !important;
  }
  .grzx_main2_two p {
    font-size: 12px !important;
  }
  .more {
    font-size: 14px !important;
  }
  .mtyy-t {
    display: none;
  }
  .div_width_100per p img {
    width: 100%;
  }
  .div_welcome_role_title {
    font-size: 20px !important;
  }
  .box_szm {
    font-size: 40px !important;
  }
  .box_cn {
    font-size: 30px !important;
  }
  .div_business_login_title_line {
    display: none;
  }
  .div_welcome_role_title .div_welcome_role_subtitle {
    width: 240px !important;
    margin: 10px auto !important;
    float: initial !important;
  }
  /* 软文撰写 */
  .show-content .show-tit,
  .microblogging .show-tit {
    font-size: 20px !important;
  }
  .show-content .show-title,
  .microblogging .show-title {
    font-size: 14px !important;
  }
  .show-content .compose dl {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .module h3 {
    font-size: 20px !important;
  }
  .nt-main-content img {
    width: 100%;
  }
  .nt-main-content .nt-box {
    position: relative !important;
    width: 50% !important;
    left: 0px !important;
    top: 0px !important;
    float: left;
    padding: 20px 10px;
  }
  .nt-main-content .nt-box .title {
    text-align: center;
  }
  .nt-main-content .nt-box p {
    text-align: left;
  }
  .nt-main {
    overflow: hidden;
  }
  .yx-main .yx-des {
    width: 100% !important;
  }
  .yx-content-box .pic {
    width: 100%;
  }
  .yx-content-box .pic img {
    width: 100%;
  }
  .yx-main {
    height: auto !important;
    overflow: hidden;
  }
  .yx-content-box .pic {
    margin-right: 0px !important;
  }
  .yx-content-box .text {
    margin-right: 0px !important;
    width: 100%;
  }
  .bzfw-list ul li .title {
    font-size: 18px !important;
  }
  .zxfw-list ul li {
    width: 100% !important;
    margin-left: 0px !important;
    height: auto !important;
    padding-bottom: 30px;
  }
  .zxfw-list ul {
    margin-left: 0px !important;
  }
  .hz-pd {
    display: none;
  }
  .zxfw-main {
    height: auto !important;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .zxfw-list ul li dl dt .tit {
    font-size: 18px !important;
  }
  .zxfw-list ul li dl dt p {
    font-size: 14px !important;
  }
  .zxfw-list ul li dl dd .price {
    font-size: 30px !important;
  }
  .bzfw-list ul li {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .bzfw-list ul {
    margin-left: 0px !important;
  }
  .yx-content-box .list {
    width: 100% !important;
  }
  /* 品牌推广 */
  .pptg-span {
    font-size: 20px !important;
    margin-bottom: 10px;
  }
  .pptg-p {
    font-size: 14px !important;
  }
  .pptg-o-m {
    height: auto !important;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .pptg-o-m ul li {
    width: 90% !important;
    float: inherit !important;
    margin: 10px auto !important;
    padding-top: 5px;
    height: 340px !important;
  }
  .pptg-o-m ul li span {
    font-size: 18px !important;
  }
  .pptg-o-m ul li p {
    font-size: 14px !important;
  }
  .strategy-l {
    width: 100% !important;
    margin-top: 0px !important;
  }
  .common-con1 {
    padding-left: 0px !important;
  }
  .plyr video {
    width: 100% !important;
  }
  .ny-common-tit strong {
    font-size: 20px !important;
    width: 100%;
    text-align: center;
    display: block;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .strategy-r {
    width: 100% !important;
    margin-top: 60px !important;
  }
  .common-con1 p {
    width: 90%;
    margin: auto;
  }
  .a-but {
    margin: auto;
  }
  .titles {
    font-size: 20px !important;
  }
  .titles p {
    font-size: 14px !important;
  }
  .tit1_1 img {
    width: 100%;
  }
  .wzg_smqwtg {
    height: auto !important;
  }
  .mtimgL {
    display: none;
  }
  .mtimgR img {
    width: 100% !important;
  }
  .main_2 {
    height: auto !important;
  }
  .qwtg_ul li {
    width: 33.333% !important;
    margin: 0px !important;
  }
  .qwtg_ul li img {
    width: 80%;
  }
  .qwtg_ul li span {
    font-size: 12px;
    width: 80%;
    display: block;
    margin: auto;
  }
  .wzg_tgl p.titp {
    font-size: 20px !important;
  }
  .wzg_tgl font {
    font-size: 14px !important;
  }
  .pptg-case .titles {
    padding-top: 0px !important;
  }
  .w-1\/3 {
    width: 100% !important;
    display: none;
  }
  .w-1\/3 img {
    width: 100%;
    height: auto;
  }
  .w-2\/3 {
    width: 100% !important;
  }
  .index-news__item {
    width: 100% !important;
    margin-left: 0px !important;
    padding: 2.2rem 1rem !important;
  }
  .case_list ul li .text {
    width: 85%;
    background-size: 100% 100%;
  }
  .case_list ul li .pic {
    height: auto !important;
  }
  .wzg_tgl {
    width: 100%;
  }
  .case_list ul li {
    margin-right: 0px !important;
  }
  /* 百科营销 */
  #swiper-container {
    height: 400px !important;
    margin-top: 50px;
  }
  .am-margin-top-xl {
    font-size: 20px !important;
  }
  .group-title {
    font-size: 20px !important;
  }
  .am-avg-md-2 > li {
    width: 100% !important;
  }
  .am-avg-md-2 > li .img100 {
    display: block;
    margin: auto;
  }
  .am-margin-top {
    margin-bottom: 40px;
    overflow: hidden;
  }
  .am-avg-md-4 > li {
    width: 50% !important;
  }
  .service-wrap {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 5px !important;
  }
  .am-margin-bottom-lg {
    margin-bottom: 1.4rem !important;
  }
  .service-wrap .title {
    min-height: 100px;
  }
  .why-choose-xinwen li {
    width: 100% !important;
  }
  /* 品牌认证 */
  .case_banner1 {
    margin-top: 50px;
  }
  .wt_t {
    width: 100% !important;
    font-size: 20px !important;
    background: none !important;
  }
  .wt_t span {
    font-size: 36px !important;
  }
  .wtxr {
    width: 100% !important;
    background: none !important;
    height: auto !important;
  }
  .wt_l li a,
  .wt_r li a {
    font-size: 14px !important;
  }
  .wt_l li,
  .wt_r li {
    margin-bottom: 20px !important;
  }
  .wt_r {
    margin-top: 0px !important;
  }
  .se_ti .name {
    font-size: 20px !important;
  }
  .se_ti p {
    font-size: 14px !important;
  }
  .se_list li {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .se_list {
    display: block !important;
  }
  .se_list li a {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 30px;
  }
  .se_ti .info {
    line-height: 30px !important;
    margin-top: 20px;
  }
  .ys > div {
    width: 80% !important;
    float: inherit !important;
    margin: auto;
    background-size: 100% 100%;
    margin-bottom: 30px;
    height: auto !important;
    padding-bottom: 50px;
  }
  .ys > div p {
    margin-top: 60px !important;
  }
  .ys > div font {
    margin-top: 30px !important;
  }
  .jjwt {
    display: none;
  }
  /* 新闻源优化 */
  .flexslider {
    height: 400px;
    margin-top: 50px;
  }
  .flexslider .slides img {
    height: 400px !important;
    width: 100%;
  }
  .fixnav {
    position: relative !important;
  }
  .headline2 {
    margin-top: 0px !important;
    width: 100% !important;
    height: 50px !important;
    display: none;
  }
  .tabBar2 {
    height: 50px !important;
    line-height: 50px !important;
  }
  .leftLine {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 12px !important;
  }
  .module2 {
    padding-top: 60px !important;
  }
  .themCn {
    font-size: 20px !important;
  }
  .manageList1 strong {
    font-size: 16px !important;
  }
  .manageList1 p {
    font-size: 12px !important;
  }
  .banner .flex-control-nav {
    bottom: 30px !important;
  }
  .rw_title h2 {
    font-size: 20px !important;
  }
  .rw_title h3 {
    width: 100% !important;
  }
  .module2 .rw_title {
    display: none;
  }
  .wt_cont {
    display: none;
  }
  .module6 {
    padding-top: 60px !important;
  }
  .problemList {
    margin-top: 40px !important;
    overflow: hidden;
    padding-bottom: 0px !important;
  }
  .problemList ul {
    display: block !important;
  }
  .problemList ul li {
    width: 50% !important;
    float: left;
  }
  .yxys_cont .cont_left {
    display: none;
  }
  .yxys_cont .cont_right {
    width: 100% !important;
  }
  .yxys_cont .cont_right li {
    width: 80% !important;
    float: inherit !important;
    margin: 10px auto !important;
  }
  /* 整站优化 */
  .zz_box01 {
    margin-top: 0px !important;
  }
  .zzyh_left {
    width: 100% !important;
    background: none !important;
  }
  .box_tit2 {
    font-size: 20px !important;
  }
  .zzyh_left .box_1::before,
  .zzyh_left .box_1::after {
    background: none !important;
  }
  .zzyh_left .box_1 {
    padding: 42px 28px !important;
  }
  .zzyh_left .box_1 p {
    width: 100% !important;
  }
  .zzyh_right {
    width: 100% !important;
  }
  .zzyh_right .box_tit2 {
    padding-top: 40px !important;
  }
  .zzyh_right ul li a {
    font-size: 12px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
  }
  .zzyh_right ul li a span {
    float: left;
  }
  .zz_box02 .box_1 {
    overflow: hidden;
  }
  .zz_box02 .box_1 dl {
    width: 50% !important;
    margin-right: 0px !important;
  }
  .zz_box02 .box_1 dl dt {
    display: block;
    margin: 0px auto !important;
    float: initial !important;
  }
  .zz_box02 .box_1 dl dd h3 {
    text-align: center;
    font-size: 16px !important;
  }
  .zz_box02 .box_1 dl dd .desc {
    padding: 0px 10px !important;
  }
  .zz_box03 .box_m {
    display: none;
  }
  .zz_box03 .box_r .box {
    margin-left: 0px !important;
  }
  .zz_box03 .box_l .box {
    margin-right: 0px !important;
  }
  .zz_box03 .box h3 {
    text-align: center;
    font-size: 16px !important;
  }
  .zz_box03 .box .desc {
    font-size: 12px !important;
  }
  .home-three .home-bottom ul li {
    width: 50% !important;
    margin-bottom: 20px !important;
  }
  .home-three .home-bottom ul li .text {
    padding-top: 20px !important;
  }
  .zzyh-bj .index-news__item {
    background: #fff !important;
  }
  .zzyh-bj {
    background: none !important;
  }
  /* 定词优化 */
  .seo-antistop {
    min-width: 100% !important;
    padding-bottom: 40px !important;
  }
  .seo-antistop-in .text {
    width: 100% !important;
  }
  .seo-antistop-in h1 {
    font-size: 20px !important;
  }
  .seo-antistop-cont dl {
    width: 50% !important;
    margin-bottom: 20px;
  }
  .home-one .home-bottom ul li {
    width: 50% !important;
  }
  .home-one .home-bottom ul li .box .text .bt {
    font-size: 16px !important;
  }
  .home-one .home-bottom ul li .box .text .jsh {
    font-size: 14px !important;
  }
  .seo_question .box_tit2 {
    padding-top: 40px !important;
  }
  .seo-antistop-cont dl dt {
    width: 100% !important;
    background-size: 100% !important;
  }
  .seo-antistop-cont dl dd {
    margin-top: 0px !important;
  }
  /* 下拉框优化 */
  .ServerBox h3 {
    font-size: 20px !important;
    padding-top: 80px !important;
    padding-bottom: 60px !important;
  }
  .ServerBox .ServerList dl {
    width: 100% !important;
    margin-left: 0px !important;
  }
  .ServerBox .ServerList dl dt strong {
    font-size: 18px !important;
  }
  .index_product {
    padding-left: 3% !important;
    padding-right: 3% !important;
    padding-top: 50px !important;
  }
  .all_title1 .title {
    font-size: 20px !important;
  }
  .index_product_list .list_title {
    font-size: 12px !important;
  }
  .cottitle h2 {
    font-size: 20px !important;
  }
  .fw_serul {
    height: auto !important;
  }
  .fw_serul li {
    float: initial !important;
    display: block !important;
    margin: 20px auto !important;
    height: auto !important;
    padding: 20px 0px;
    width: 80% !important;
  }
  .fw_serul li img {
    margin: 15px auto !important;
    display: block;
  }
  .fw_serul .wzgtxt {
    text-align: center !important;
  }
  .can .swiper-slide {
    width: 50% !important;
  }
  .swiper-slide img {
    width: 100% !important;
  }
  /* 问答营销 */
  .common_main_banner {
    margin-top: 50px;
    height: 300px !important;
  }
  .common_main_banner .box .text strong {
    font-size: 20px !important;
    padding-bottom: 20px !important;
  }
  .common_main_banner .box {
    width: 100% !important;
    height: auto !important;
  }
  .common_main_banner .box .text p {
    font-size: 12px !important;
    width: 80%;
    margin: auto;
    text-align: center;
    line-height: 20px !important;
  }
  .main_kbyxtg_type ul li {
    width: 100% !important;
  }
  .main_kbyxtg_type ul li .text strong {
    font-size: 16px !important;
  }
  .main_kbyxtg_type {
    height: auto !important;
    overflow: hidden;
  }
  .main_kbyxtg_tgxy .box .text {
    width: 100% !important;
    margin-top: 80px !important;
  }
  .main_kbyxtg_tgxy .box .text strong {
    font-size: 20px !important;
    text-align: center;
    display: block;
    width: 100%;
  }
  .main_kbyxtg_tgxy .box .text p {
    font-size: 14px !important;
  }
  .main_kbyxtg_tgxy .box .pic img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .main_kbyxtg_tgxy .box .pic {
    padding-bottom: 40px;
    float: initial !important;
  }
  .main_kbyxtg_tgxy {
    height: auto !important;
    overflow: hidden;
  }
  .main_kbyxtg_ys1 .box .pic img {
    width: 100% !important;
    height: auto !important;
    margin-top: 30px;
  }
  .main_kbyxtg_ys1 {
    height: auto !important;
    overflow: hidden;
    background-size: 100% 100%;
    padding-bottom: 40px;
  }
  .main_kbyxtg_ys1 .box .text {
    width: 100% !important;
    padding-top: 50px !important;
  }
  .main_kbyxtg_ys1 .box .text strong {
    width: 100%;
    display: block;
    font-size: 20px !important;
  }
  .main_kbyxtg_type ul li .text {
    width: 100% !important;
    margin-top: 10px;
  }
  .main_kbyxtg_type ul li {
    height: auto !important;
  }
  .main_kbyxtg_ys1 .box .pic {
    float: initial !important;
  }
  .main_kbyxtg_ys2 .box .text {
    width: 100% !important;
    margin-top: 100px !important;
    text-align: center;
  }
  .main_kbyxtg_ys2 .box .text strong {
    font-size: 20px !important;
  }
  .main_kbyxtg_ys2 .box .text p {
    font-size: 14px !important;
  }
  .main_kbyxtg_ys2 {
    height: auto !important;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .main_hysjjzyxtg_youshi3 {
    display: none;
  }
  .main_hysjjzyxtg_youshi3 .box {
    height: auto !important;
  }
  .main_hysjjzyxtg_youshi3 .box .left {
    width: 100% !important;
    height: auto !important;
  }
  .main_hysjjzyxtg_youshi3 .box .left img {
    display: none;
  }
  .wdyx-ds .box .b ul {
    width: 100% !important;
  }
  .wdyx-ds {
    height: auto !important;
  }
  .wdyx-ds .box .b {
    height: auto !important;
    position: relative !important;
  }
  .wdyx-ds .box .b ul li {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .wdyx-ds .box .b ul li .tit strong {
    font-size: 18px !important;
  }
  .wdyx-ds .box .b ul li .text {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .wdyx-ds .box .b ul li .text span {
    padding-bottom: 20px !important;
  }
  .wdyx-ds .box .b ul li .text a {
    margin-top: 20px !important;
  }
  /* 口碑营销 */
  .am-avg-md-3 > li {
    width: 100% !important;
  }
  .am-avg-md-2 > li {
    padding: 0px !important;
    margin-bottom: 20px;
  }
  .am-avg-md-2 > li:first-child::after {
    display: none !important;
  }
  .write-prepare ul li {
    padding-left: 0px !important;
  }
  .am-avg-sm-1 li {
    margin-bottom: 20px !important;
  }
  /* 品牌监测 */
  .fmcl_tit h2 {
    font-size: 20px !important;
  }
  .fmcl_nr img {
    width: 100% !important;
  }
  .tgfw_tit h2 {
    font-size: 20px !important;
  }
  .tgfw_nr ul {
    margin-left: 0px !important;
    padding: 0px !important;
  }
  .tgfw_nr li {
    width: 80% !important;
    float: initial !important;
    margin: 20px auto;
  }
  .yzbn_tit h2 {
    font-size: 20px !important;
  }
  .yzbn_nr img {
    display: none !important;
  }
  .yzbn_nr .img4 {
    position: relative !important;
    width: 80%;
    top: 0px !important;
    left: 0px !important;
    text-align: left !important;
    margin: 20px auto !important;
  }
  .yzbn_nr {
    margin-top: 100px !important;
  }
  .yzbm {
    height: auto !important;
    overflow: hidden;
    background-size: 100% 100% !important;
  }
  .text5 span {
    float: left;
    margin-right: 10px;
  }
  .wdys_tit h2 {
    font-size: 20px !important;
  }
  .wdys_nr ul {
    margin-left: 0px !important;
  }
  .wdys_nr li {
    width: 100% !important;
    padding: 0px !important;
  }
  .wdpk1 {
    height: 350px !important;
  }
  .wdpk1 h2 {
    font-size: 18px !important;
  }
  .wdpk1 p {
    padding: 0px 20px !important;
  }
  .pkbox {
    top: 55% !important;
  }
  .wdpk2 h2 {
    font-size: 18px !important;
  }
  .wdpk2 {
    padding-top: 30px;
  }
  .jcxt_tit h2 {
    font-size: 20px !important;
  }
  .jcxtbox1 {
    width: 100% !important;
  }
  .jcx_left {
    width: 100% !important;
    float: initial !important;
    padding: 20px !important;
  }
  .jcx_right {
    width: 100% !important;
  }
  .jcx_right img {
    display: block;
    margin: 20px auto;
  }
  .jcxa_left {
    padding-left: 0px !important;
    float: initial !important;
  }
  .jcxa_left img {
    display: block;
    margin: auto;
  }
  .jcxa_right {
    width: 100% !important;
    padding: 20px !important;
  }
  /* 搜索引擎优化 */
  .index-service .service-item {
    width: 100% !important;
    margin: 0px !important;
  }
  .souSuoYinQIn-baogao-con {
    display: block !important;
  }
  .souSuoYinQIn-baogao-con .souSuoYinQIn-baogao-con-div {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .souSuoYinQIn-baogao-con
    .souSuoYinQIn-baogao-con-div
    .souSuoYinQIn-baogao-con-h2 {
    font-size: 20px !important;
  }
  .souSuoYinQIn-baogao-con .souSuoYinQIn-baogao-con-div ul li {
    padding-left: 30px !important;
  }
  .souSuoYinQIn-liucheng-con img {
    width: 100% !important;
  }
  .souSuoYinQIn-liucheng-con {
    width: 100% !important;
  }
  /* 舆情公关 */
  .yqgg-tit {
    font-size: 20px !important;
  }
  .yqgg-li {
    width: 100% !important;
    padding-bottom: 10px;
    height: auto !important;
  }
  .yqgg-li-o {
    width: 100% !important;
    margin-left: 0px !important;
    padding-left: 27px;
  }
  .yqgg-li > div:last-child {
    width: 100% !important;
    margin-left: 0px !important;
    padding-left: 27px;
  }
  /* 舆情维护 */
  .yqwh-pag {
    margin-top: 0px !important;
  }
  .page h2 {
    font-size: 20px !important;
  }
  .p1829m30e274ac0140549a .data_col {
    width: 49% !important;
    margin-left: 2% !important;
    margin-bottom: 20px;
  }
  .p1829m30e274ac0140549a .data_col:nth-child(odd) {
    margin-left: 0px !important;
  }
  .p1829md582f80f31ef02b9 {
    font-size: 14px !important;
    padding: 0px 20px;
    line-height: 20px !important;
  }
  .p1829ma06a91a0f94b3f20 {
    min-height: 110px;
  }
  .ppkbyx-xiangmu-con {
    width: 94% !important;
    margin: auto;
  }
  .ppkbyx-xiangmu-con .ppkbyx-xiangmu-con-body {
    padding: 10px 20px !important;
    overflow: hidden;
  }
  .dddds {
    width: 45% !important;
    margin: auto;
    margin-left: 2.5% !important;
    margin-right: 2.5% !important;
    display: block;
    float: left;
    text-align: center;
  }
  .dddds span {
    font-size: 14px !important;
  }
  .ppkbyx-xiangmu-con .ppkbyx-xiangmu-con-title .ppkbyx-xiangmu-con-title-left,
  .ppkbyx-xiangmu-con
    .ppkbyx-xiangmu-con-title
    .ppkbyx-xiangmu-con-title-right {
    width: 100%;
    padding-left: 0px !important;
    text-align: center;
    display: block !important;
  }
  .ppkbyx-xiangmu-con
    .ppkbyx-xiangmu-con-title
    .ppkbyx-xiangmu-con-title-left
    .ppkbyx-xiangmu-con-title-left-span,
  .ppkbyx-xiangmu-con
    .ppkbyx-xiangmu-con-title
    .ppkbyx-xiangmu-con-title-right
    .ppkbyx-xiangmu-con-title-left-span {
    font-size: 18px !important;
  }
  .ppkbyx-xiangmu-con
    .ppkbyx-xiangmu-con-title
    .ppkbyx-xiangmu-con-title-right
    img {
    display: none;
  }
  .ppkbyx-xiangmu-con
    .ppkbyx-xiangmu-con-title
    .ppkbyx-xiangmu-con-title-right {
    padding-right: 0px !important;
  }
  .ppkbyx-xiangmu-con .ppkbyx-xiangmu-con-title {
    display: none;
  }
  .ygwh-li {
    width: 50% !important;
  }
  /* 微博营销 */
  .common_main_banner2 {
    height: 400px !important;
    margin-top: 50px;
  }
  .main_mtyy_type ul {
    margin-top: 0px !important;
  }
  .main_wbyx_shuju .box {
    height: auto !important;
    overflow: hidden;
  }
  .main_wbyx_shuju .box .pic {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
  }
  .main_wbyx_shuju .box .pic img {
    width: 100%;
  }
  .main_wbyx_shuju .box .txt {
    display: none;
  }
  .main_wbyx_youshi1 .box {
    height: auto !important;
    overflow: hidden;
  }
  .main_wbyx_youshi1 .box .pic {
    position: relative !important;
  }
  .main_wbyx_youshi1 .box .pic img {
    width: 100% !important;
  }
  .c-section.c-p-y-tall {
    width: 100%;
    padding: 30px 0 40px !important;
  }
  .c-section-tit {
    font-size: 20px !important;
  }
  .c-section-inner {
    width: 100% !important;
  }
  .common_main_banner2 .box {
    width: 100% !important;
  }
  /* 微信营销 */
  .main_wxyx_shuju .box .pic {
    width: 100% !important;
    position: relative !important;
    height: auto !important;
  }
  .main_wxyx_shuju .box .pic img {
    width: 100% !important;
  }
  .main_wxyx_shuju .box .txt {
    display: none;
  }
  .main_wxyx_shuju .box .text {
    width: 100% !important;
    position: relative !important;
    top: 0px !important;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .main_wxyx_shuju {
    height: auto !important;
    overflow: hidden;
  }
  .main_wxyx_shuju .box {
    height: auto !important;
    text-align: center;
  }
  .main_wxyx_shuju .box .text strong {
    font-size: 20px !important;
  }
  .main_wxyx_shuju .box .text p {
    font-size: 14px !important;
  }
  .main_wxyx_youshi1 .box {
    height: auto !important;
  }
  .main_wxyx_youshi1 .box .pic {
    position: relative !important;
  }
  .main_wxyx_youshi1 .box .pic img {
    width: 100% !important;
  }
  .main_wxyx_youshi1 .box .text {
    position: relative !important;
    width: 100% !important;
    top: 0px !important;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
  }
  .main_wxyx_youshi1 .box .text strong {
    font-size: 20px !important;
  }
  .main_wxyx_youshi1 .box .text p {
    font-size: 14px !important;
  }
  .main_wxyx_youshi2 .box .text {
    width: 100% !important;
    padding-top: 100px !important;
  }
  .main_wxyx_youshi2 {
    background-size: 100% 100%;
    height: 320px !important;
  }
  .main_wxyx_youshi2 .box .text strong {
    font-size: 20px !important;
  }
  .main_wxyx_youshi2 .box .text p {
    font-size: 14px !important;
  }
  .main_wxyx_youshi3 {
    height: auto !important;
    overflow: hidden;
  }
  .main_wxyx_youshi3 .box .pic img {
    width: 100% !important;
    height: auto;
  }
  .main_wxyx_youshi3 .box .pic {
    float: initial !important;
  }
  .main_wxyx_youshi3 .box .text {
    float: initial !important;
    width: 100% !important;
    margin-top: 40px !important;
    margin-bottom: 40px;
  }
  .main_wxyx_youshi3 .box .text strong {
    font-size: 20px !important;
  }
  .main_wxyx_youshi3 .box .text p {
    font-size: 14px !important;
  }
  /* 短视频 */
  .banners {
    width: 100% !important;
    margin-top: 50px;
  }
  .carousel-inner > .active {
    height: 400px !important;
    padding-top: 0px !important;
  }
  .banners .item a.item_active {
    height: 100% !important;
  }
  .banners .banner-pic .bandiv {
    width: 100% !important;
    height: auto !important;
  }
  .banner_video .banners-text {
    width: 100% !important;
    left: 0px !important;
    text-align: center !important;
  }
  .banner_video .banners-title,
  .banner_video .banners-info {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .banner_video .banners-desc {
    display: none;
  }
  .banners .banner-pic .bandiv {
    display: none;
  }
  .banner_package {
    bottom: 30px !important;
    width: auto !important;
    margin-left: -10px !important;
  }
  .consul {
    padding: 10px !important;
    font-size: 16px !important;
  }
  .video_white {
    padding: 50px 3% !important;
  }
  .mod_title {
    font-size: 20px !important;
  }
  .w1200 {
    width: 100% !important;
    min-width: 100% !important;
  }
  .video_one {
    background: none !important;
    padding-top: 0px !important;
  }
  .video_one .video_one_text {
    display: none;
  }
  .video_back {
    padding: 50px 3% !important;
  }
  .video_two .video_two_text.video_two_tag_1,
  .video_two .video_two_text.video_two_tag_2,
  .video_two .video_two_text.video_two_tag_3,
  .video_two .video_two_text.video_two_tag_4 {
    display: none;
  }
  .video_two {
    background: none !important;
    height: auto !important;
    overflow: hidden;
  }
  .video_two .video_two_text {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    width: 70% !important;
    margin: auto;
    margin-bottom: 20px;
  }
  .video_three .video_three_text.video_three_1,
  .video_three .video_three_text.video_three_2,
  .video_three .video_three_text.video_three_3,
  .video_three .video_three_text.video_three_4 {
    display: none;
  }
  .video_three {
    background: none !important;
    height: auto !important;
    overflow: hidden;
  }
  .video_three .video_three_text.video_three_tag_1,
  .video_three .video_three_text.video_three_tag_2,
  .video_three .video_three_text.video_three_tag_3,
  .video_three .video_three_text.video_three_tag_4,
  .video_three .video_three_text.video_three_tag_5,
  .video_three .video_three_text.video_three_tag_6,
  .video_three .video_three_text.video_three_tag_7 {
    display: none;
  }
  .video_three .video_three_text {
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    width: 50% !important;
    margin: 10px auto;
  }
  .video_four {
    background: none !important;
    height: auto !important;
    overflow: hidden;
  }
  .video_four .video_four_text.video_four_1,
  .video_four .video_four_text.video_four_2,
  .cdd {
    display: none;
  }
  .video_four .video_four_text {
    position: relative !important;
    left: 0px !important;
    top: 0px !important;
    width: 50% !important;
    margin: 10px auto;
  }
  .video_seven_nav li {
    margin: 20px auto !important;
    float: initial !important;
    height: auto !important;
  }
  .video_seven_nav li .seven_head .seven_price {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 320px) {
  .kuajiehezuo {
    height: 1600px;
  }
  .main_qwyxwb_syjz .box ul li strong {
    height: 40px;
  }
  .main_sjyxtg_rmyx .box ul li p {
    min-height: 120px;
  }
  #swiper-container {
    height: 200px !important;
  }
  .case_banner1 {
    height: 200px !important;
  }
  .seo-antistop-cont dl dt {
    height: 100px !important;
  }
  .common_main_banner {
    height: 200px !important;
  }
  .common_main_banner2 {
    height: 200px !important;
  }
  .carousel-inner > .active {
    height: 200px !important;
  }
}
@media screen and (max-width: 414px) {
  .kuajiehezuo {
    height: 1460px;
  }
  .main_sjyxtg_rmyx .box ul li p {
    min-height: 120px;
  }
  #swiper-container {
    height: 250px !important;
  }
  .case_banner1 {
    height: 250px !important;
  }
  .common_main_banner {
    height: 250px !important;
  }
  .common_main_banner2 {
    height: 250px !important;
  }
  .carousel-inner > .active {
    height: 250px !important;
  }
}
@media screen and (max-width: 414px) {
  .flexslider {
    height: 250px !important;
  }
  .flexslider .slides img {
    height: 250px !important;
  }
}
@media screen and (max-width: 320px) {
  .flexslider {
    height: 200px !important;
  }
  .flexslider .slides img {
    height: 200px !important;
  }
  .case_banner1 {
    height: 200px !important;
  }
  .common_main_banner {
    height: 200px !important;
  }
  .common_main_banner2 {
    height: 200px !important;
  }
  .carousel-inner > .active {
    height: 200px !important;
  }
}

.item3 .price ul li {
  height: 50px !important;
}
.bussiness-body {
  overflow: hidden;
  width: 1280px;
  text-align: center;
  font-size: 0px;
  margin: 30px auto 50px;
}
.bussiness-body .item {
  position: relative;
  display: inline-block; /*float: left;*/
  width: 14.2857%;
  opacity: 1;
  filter: alpha(opacity=0);
  overflow: hidden;
  cursor: pointer;
}
.bussiness-body .item1 {
  /* left:200px; */
  -webkit-transition: left 0.3s 0.5s linear, opacity 0.3s 0.5s linear,
    background 0.3s linear, width 0.3s linear;
  -o-transition: left 0.3s 0.5s linear, opacity 0.3s 0.5s linear,
    background 0.3s linear, width 0.3s linear;
  transition: left 0.3s 0.5s linear, opacity 0.3s 0.5s linear,
    background 0.3s linear, width 0.3s linear;
}
.bussiness-body .item2 {
  /* left:300px; */
  -webkit-transition: left 0.5s 0.5s linear, opacity 0.5s 0.5s linear,
    background 0.3s linear, width 0.3s linear;
  -o-transition: left 0.5s 0.5s linear, opacity 0.5s 0.5s linear,
    background 0.3s linear, width 0.3s linear;
  transition: left 0.5s 0.5s linear, opacity 0.5s 0.5s linear,
    background 0.3s linear, width 0.3s linear;
}
.bussiness-body .item3 {
  /* left:400px; */
  -webkit-transition: left 0.7s 0.5s linear, opacity 0.7s 0.5s linear,
    background 0.3s linear, width 0.3s linear;
  -o-transition: left 0.7s 0.5s linear, opacity 0.7s 0.5s linear,
    background 0.3s linear, width 0.3s linear;
  transition: left 0.7s 0.5s linear, opacity 0.7s 0.5s linear,
    background 0.3s linear, width 0.3s linear;
}
.bussiness-body .item4 {
  /* left:500px; */
  -webkit-transition: left 0.9s 0.5s linear, opacity 0.9s 0.5s linear,
    background 0.3s linear, width 0.3s linear;
  -o-transition: left 0.9s 0.5s linear, opacity 0.9s 0.5s linear,
    background 0.3s linear, width 0.3s linear;
  transition: left 0.9s 0.5s linear, opacity 0.9s 0.5s linear,
    background 0.3s linear, width 0.3s linear;
}
.bussiness-body .item5 {
  /* left:600px; */
  -webkit-transition: left 1.1s 0.5s linear, opacity 1.1s 0.5s linear,
    background 0.3s linear, width 0.3s linear;
  -o-transition: left 1.1s 0.5s linear, opacity 1.1s 0.9s linear,
    background 0.3s linear, width 0.3s linear;
  transition: left 1.1s 0.5s linear, opacity 1.1s 0.9s linear,
    background 0.3s linear, width 0.3s linear;
}
.bussiness-body .item6 {
  /* left:600px; */
  -webkit-transition: left 1.1s 0.5s linear, opacity 1.1s 0.5s linear,
    background 0.3s linear, width 0.3s linear;
  -o-transition: left 1.1s 0.5s linear, opacity 1.1s 0.9s linear,
    background 0.3s linear, width 0.3s linear;
  transition: left 1.1s 0.5s linear, opacity 1.1s 0.9s linear,
    background 0.3s linear, width 0.3s linear;
}
.bussiness-body .item.on {
  width: 28.5714%;
}
.bussiness .bussiness-body .item {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.bussiness-body .item .service {
  display: block;
  height: 300px;
  border: 1px solid #e8e8e8;
  border-width: 1px 1px 1px 1px;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.bussiness-body .item.on .service {
  width: 50%;
}
.bussiness-body .item5 .service {
  border-width: 1px 0px 1px 1px;
}
.bussiness-body .item.on .service {
  background-color: #128fcd;
  border-color: #128fcd;
}
.bussiness-body .item .service .content {
  display: block;
  height: 240px; /* padding-top: 46px; */
  line-height: 1;
}
.bussiness-body .item .service .content h4 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
}
.bussiness-body .item .service .content h4 a {
  color: #333;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.bussiness-body .item.on .service .content h4 a {
  color: #fff;
}
.bussiness-body .item .service .content p {
  display: block;
  margin-top: 11px;
  color: #4b4b4b;
  white-space: nowrap;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.bussiness-body .item.on .service .content p {
  color: #fff;
}
.bussiness-body .item .service .content .icon {
  display: inline-block;
  margin-top: 56px;
}
.bussiness-body .item .service .icon {
  height: 110px;
  width: 113px;
}
.bussiness-icon1 {
  background: url(/static/images/ico_50.png) no-repeat 0px 0px;
}
.bussiness-body .item.on .service .content .bussiness-icon1 {
  background: url(/static/images/ico_50_h.png) no-repeat 0px 0px;
}
.bussiness-icon2 {
  background: url(/static/images/ico_51.png) no-repeat 0px 0px;
}
.bussiness-body .item.on .service .content .bussiness-icon2 {
  background: url(/static/images/ico_51_h.png) no-repeat 0px 0px;
}
.bussiness-icon3 {
  background: url(/static/images/ico_52.png) no-repeat 0px 0px;
}
.bussiness-body .item.on .service .content .bussiness-icon3 {
  background: url(/static/images/ico_52_h.png) no-repeat 0px 0px;
}
.bussiness-icon4 {
  background: url(/static/images/ico_53.png) no-repeat 0px 0px;
}
.bussiness-body .item.on .service .content .bussiness-icon4 {
  background: url(/static/images/ico_53_h.png) no-repeat 0px 0px;
}
.bussiness-icon5 {
  background: url(/static/images/ico_54.png) no-repeat 0px 0px;
}
.bussiness-body .item.on .service .content .bussiness-icon5 {
  background: url(/static/images/ico_54_h.png) no-repeat 0px 0px;
}
.bussiness-icon6 {
  background: url(/static/images/ico_55.png) no-repeat 0px 0px;
}
.bussiness-body .item.on .service .content .bussiness-icon6 {
  background: url(/static/images/ico_55_h.png) no-repeat 0px 0px;
}
.bussiness-body .item .service .info {
  display: block;
  padding: 16px 20px 0 20px;
  border-top: 1px dashed #cdcdcd;
  font-size: 12px;
  line-height: 20px;
  color: #6c6c6c;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.bussiness-body .item.on .service .info {
  color: #fff;
  border-top: 1px dashed #4e94dd;
}
.bussiness-body .item .price {
  position: absolute;
  display: block;
  width: 100%;
  height: 302px;
  left: 100%;
  top: 0;
}
.bussiness-body .item.on .price {
  width: 50%;
  left: 50%;
}
.bussiness-body .item .price ul {
  display: block;
  position: relative;
  z-index: 5;
}
.bussiness-body .item .price ul li {
  display: block;
  height: 53px;
  line-height: 53px;
  border-bottom: 1px solid #565758;
  white-space: nowrap;
}
.bussiness-body .item .price ul li a {
  display: block;
  padding: 0 20px 0 10px;
  color: #999;
  font-size: 14px;
  text-align: left;
  background: url(/static/images/enter-icon.png) no-repeat right 10px center;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.bussiness-body .item .price ul li a:hover {
  color: #fff;
  background: url(/static/images/enter-icon-on.png) no-repeat right 10px center;
}
.bussiness-body .item .price ul li a .num {
  padding-left: 10px;
}
.bussiness-body .item .price .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 2;
}

/* 外链服务 */
.wlfw_banner {
  background-image: url(/static/images/about_banner.jpg);
  height: 500px;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .centerBox {
    width: 100%;
  }
  .redFont {
    width: 80%;
  }
  .cardBox {
    width: 100%;
    display: block;
  }
  .cardItem {
    display: block;
    float: left;
    width: 50%;
    height: auto;
  }
  .lineAd {
    display: none;
  }
  .lineTxt {
    margin: auto;
  }
  .boxDiv2 center a img {
    width: 100%;
  }
  .sangecp {
    display: block;
  }
  .cardTitle {
    width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .cardItem > div p {
    text-align: center;
    font-size: 16px;
  }
  .cardImg {
    width: 60%;
    height: auto;
    margin: 20px auto;
  }
  .sangecpl {
    width: 33.333%;
    float: left;
    height: auto;
  }
  .boxTitle1 {
    font-size: 25px;
  }
  .boxDiv {
    padding: 40px 0 50px;
    overflow: hidden;
  }
  .logoRow {
    display: block;
    height: auto;
    overflow: hidden;
  }
  .logoItem {
    width: 20%;
    height: auto;
    float: left;
  }
  .wlfw-img {
    display: none;
  }
  .adItem {
    width: 50%;
    height: auto;
    margin-bottom: 40px;
    float: left;
  }
  .adRow {
    display: inherit;
  }
  .adItem p {
    padding: 0px 5px;
  }
  .desc1 {
    margin-bottom: 10px;
  }
  .width1200 {
    width: 100%;
  }
  .clear50 {
    height: 0px;
  }
  .title01 h3 {
    font-size: 25px;
  }
  .index .page01 .page01_Left {
    width: 100%;
    height: auto;
    display: block;
  }
  .index .page01 .page01_Left img {
    width: 90%;
    display: block;
    margin: auto;
  }
  .index .page01 .page01_Right {
    width: 90%;
    margin: auto;
    float: initial;
    display: block;
  }
  .index .page01 .page01_Right dd {
    line-height: 1;
  }
  .index .page02 ul {
    counter-reset: sectioncounter;
  }
  .index .page02 ul li {
    width: 90%;
    margin: auto;
    position: relative;
    top: 0px !important;
    left: 0px !important;
    margin-bottom: 15px;
  }
  .index .page02 ul li:before {
    display: inline-block;
    content: counter(sectioncounter);
    counter-increment: sectioncounter;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 1em;
    background: #5bc648;
    color: #efe;
    font-size: 12px;
  }
  .index .page02_cent {
    background: none;
    height: auto;
    margin-top: 30px;
  }
  .index .page02 {
    height: auto;
  }
  .resB {
    height: 35px !important;
    line-height: 35px !important;
  }
  .width-1200 {
    width: 100%;
  }
  #media-selection .selection-title p {
    font-size: 25px;
  }
  .fx-f,
  .fx-f-ac,
  .fx-f-ajc {
    display: block;
  }
  .list-body ul .text-center {
    width: 50%;
    float: left;
  }
  .selection-body {
    width: 90%;
    margin: auto;
  }
  #media-selection .selection-body .lists .list {
    width: 100%;
  }
  #media-selection .selection-body .lists .list .list-top {
    width: 100%;
  }
  #media-selection .selection-body .lists .list .list-top .p-1 {
    font-size: 20px;
  }
  #media-selection .selection-body .lists .list .list-top .a-link {
    line-height: 28px;
    text-align: center;
  }
  #media-selection .selection-body .lists .list .list-body > ul > li .list-div {
    width: 100%;
  }
  .main-content .c3 .unit-title1 {
    width: 60%;
    margin: 0px auto 40px;
    background-size: 100%;
  }
  .main-content .c3 .unit-title2 {
    width: 50%;
    margin: 20px auto 40px;
    background-size: 100%;
  }
  .main-content .c3 .mediaCarousel {
    height: auto;
    margin: 20px 0 20px;
  }
  .main-content .c3 .mediaCarousel .media {
    width: 33.33%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
    margin-right: 0px;
  }
  .layui-carousel > [carousel-item] > * {
    position: relative;
  }
  .yyyy {
    display: none !important;
  }
  .main-content .c3 .mediaCarousel .line {
    height: auto;
  }
  .main-content .c3 .mediaCarousel .media img {
    width: 95%;
    margin: auto;
    display: block;
  }
  .main-content .c6 .unit-title {
    width: 50%;
    margin: 20px auto 40px;
    background-size: 100%;
  }
  .main-content .content.c6 {
    background-image: none;
  }
  .main-content .c6 .pack .title {
    font-size: 18px;
  }
  .main-content .c6 .pack .price span {
    font-size: 20px;
  }
  .main-content .c6 .pack .desc {
    height: auto;
  }
  .main-content .c6 .pack .btn {
    height: 35px;
    line-height: 35px;
  }
  .main-content .c6 .packs {
    margin-bottom: 20px;
  }
  .index .page07 img {
    width: 100%;
  }
  .main-content .c3 .adv {
    height: 190px;
  }
}

/* SEO */
.xg_banner {
  background-image: url(/static/picture/85ab255370415167700dc7443a.jpg);
  height: 500px;
  background-size: 100% 100%;
  margin-bottom: 60px;
}

/* 媒体营销 */
.mtyx_banner {
  background-image: url(/static/images/about_banner.jpg);
  height: 500px;
  background-size: 100% 100%;
}
