/*数字营销页面*/
.bg {
  background: #f5f5f3;
}
.market,
.mar-left,
.mar-right,
.example,
.news,
.about {
  min-height: 800px;
}
.place {
  background: #f5f5f3;
  border-bottom: 1px solid #e5e5e5;
  height: 50px;
  line-height: 50px;
}

.pages{float:left; width:100%; margin:15px auto 20px auto; text-align:center}
.pages a,.pages span{ display:inline-block;padding:5px 10px; margin-left:7px; border:1px #d5d5d5 solid; background:#fff; color:#333}
.pages a:hover,.pages span{ background:#0093d4; color:#fff}

.place a{display:inline-block;color:#ff5c01;}
.place p {
	
  text-align: right;
  margin-right: 10px;
  font-size: 14px;
color:#ff5c01;
}
.mar-left {
  float: left;
  margin-left: 107px;
  width: 200px;
  border-right: 1px solid #e5e5e5;
}
.mar-left li {
  width: 200px;
}
.mar-left ul.wz {
  padding-top: 15px;
  padding-bottom: 21px;
  border-bottom: 1px solid #e5e5e5;
}
.mar-left ul.wz li {
  margin-top: 20px;
}
.mar-left ul.wz a {
  padding-left:88px;
  height: 22px;
  line-height: 22px;
  font-size: 19px;
  color: #000;
}
.mar-left ul.wz a.active {
  color: #ff5c01;
}
.mar-left ul.wz a.active img {
  display: block;
}
.mar-left ul.wz a img {
  display: none;
  float: right;
  margin-right: -10px;
}
.mar-left ul.mb {
  padding-top: 10px;
}
.mar-left ul.mb li {
  margin-top: 13px;
}
.mar-left ul.mb a {
padding-left:5px;
  margin-left: 28px;
  padding-right: 34px;
  width: 129px;
  height: 31px;
  line-height: 31px;
  font-size: 15px;
  color: #999897;
  text-align: right;
}
.mar-left ul.mb a.active {
  background: url(../img/active2.png) center no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.mar-right {
  float: left;
  width: 940px;
  margin-left: 90px;
}
.mar-right .mar-title {
  padding: 35px 0;
  border-bottom: 1px solid #e5e5e5;
}
.mar-right .mar-title h3 {
  font-size: 27px;
  color: #ff5c01;
}
.mar-right .mar-title p {
  font-size: 12px;
  color: #aaa7a6;
  margin-top: 11px;
}
/*品牌案例页面*/
.e-top {
  padding-top: 43px;
}
.e-top h2,
.e-top p {
  text-align: center;
}
.e-top h2 {
  font-size: 24px;
  color: #ff5c01;
}
.e-top p {
  margin-top: 12px;
  font-size: 12px;
  color: #575757;
}
.e-top ul {
text-align:center;
  margin: 14px auto 0 auto;
}
.e-top ul li {
display:inline-block;
margin-left:-8px;
}

.e-top ul li:first-child a {
  border-left: 1px solid #ff5c01;
}
.e-top ul a {
  width: 96px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #ff5c01;
  border-top: 1px solid #ff5c01;
  border-bottom: 1px solid #ff5c01;
  border-right: 1px solid #ff5c01;
}
.e-top ul a.active {
  background: #ff5c01;
  color: #ffffff;
}
.e-bottom {
  margin-top: 58px;
}
.e-bottom ul {
  width: 1340px;
  margin: 0 auto;
}
.e-bottom ul li {
  float: left;
  margin-left: 30px;
  position: relative;
}
.e-bottom ul li:first-child {
  margin-left: 0;
}
.e-bottom ul li:hover .ac-box {
  display: block;
}
.e-bottom ul a {
	display:inline-block;
  width: 312px;
  height: 290px;
  margin-bottom:12px;
}
.e-bottom ul a:hover{  background: rgba(255, 92, 1, 0.75);color:#FFF;}
.e-bottom ul a:hover p{color:#FFF}
.e-bottom ul a img.top {
  display: block;
  margin: 0 auto;
  padding-top: 18px;
  padding-bottom: 8px;
}
.e-bottom ul p {
  margin-top: 9px;
  padding-left: 70px;
  font-size: 13px;
  height: 13px;
  letter-spacing: 1px;
}
.e-bottom ul p.bottom {
  height: 30px;
  line-height: 30px;
  margin-top: 19px;
  border-top: 1px solid #d2d2d2;
  letter-spacing: 3px;
}
.e-bottom ul .ac-img {
  background: #ffffff;
}
.e-bottom ul .ac-img img.top {
  width: 245px;
  height: 140px;
}


.e-bottom ul .ac-img .main_img{height: 165px;width:100%;overflow:hidden;position: relative;}

.e-bottom ul .ac-img .main_img img{height: 165px;width: 245px;overflow-x: hidden;overflow-y: hidden;position: relative;z-index:1;transition-delay: 0s;transition-duration: 1s;transition-property: all;transition-timing-function: ease;/* Firefox 4 */
-moz-transition-delay: 0s;-moz-transition-duration: 1s;-moz-transition-property: all;-moz-transition-timing-function: ease;/* Safari 和 Chrome */
-webkit-transition-delay: 0s;-webkit-transition-duration: 1s;-webkit-transition-property: all;-webkit-transition-timing-function: ease;/* Opera */
-o-transition-delay: 0s;-o-transition-duration: 1s;-o-transition-property: all;-o-transition-timing-function: ease;}
.main_img:hover img{transform: scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);/* IE 9 */
-moz-transform:scale(1.2, 1.2);/* Firefox */
-webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
-o-transform:scale(1.2, 1.2);/* Opera */;}

.e-bottom ul .ac-img p {
  color: #666;
}
.e-bottom ul .ac-box {
  display: none;
  background: rgba(255, 92, 1, 0.75);
  position: absolute;
  left: 0;
  top: 0;
}
.e-bottom ul .ac-box img.top {
  width: 82px;
  height: 66px;
  padding-top: 66px;
  padding-bottom: 34px;
}
.e-bottom ul .ac-box p {
  color: #ffffff;
}
/*新闻资讯页面*/
.news-bottom ul {
  margin-top: 46px;
  padding-bottom: 80px;
}
.news-bottom ul li {
  margin-top: 70px;
}
.news-bottom ul li:first-child {
  margin-top: 0;
}
.news-bottom ul .nb-left {
  float: left;
  margin-left: 17px;
  width: 265px;
  height: 168px;
  padding: 7px;
  border: 1px solid #8b8b8a;
  overflow: hidden;
}
.news-bottom ul .nb-left:hover img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}
.news-bottom ul .nb-left img {
  width: 265px;
  height: 170px;
  overflow: hidden;
  transition: transform 0.5s ease-out;
  -webkie-transition: transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
}
.news-bottom ul .nb-right {
  float: left;
  margin-left: 22px;
  width: 1019px;
}
.news-bottom ul .nb-right .nr-top {
  padding-bottom: 14px;
  border-bottom: 1px solid #b5b5b5;
}
.news-bottom ul .nb-right .nr-top p {
  display: inline-block;
}
.news-bottom ul .nb-right .nr-top p.n-title {
  float: left;
  color: #3e3e3e;
}
.news-bottom ul .nb-right .nr-top p.n-title:hover{color:#ff5c01}
.news-bottom ul .nb-right .nr-top p.n-title span {
  display: inline-block;
  font-size: 19px;
}
.news-bottom ul .nb-right .nr-top p.n-date {
  float: right;
  margin-right: 19px;
  font-size: 12px;
  color: #9b9b9b;
  margin-top: 7px;
}
.news-bottom ul .nb-right .nr-bottom {
  padding-top: 9px;
  padding-right: 21px;
}
.news-bottom ul .nb-right .nr-bottom p {
  font-size: 14px;
  color: #707070;
  line-height: 23px;
  letter-spacing: 1px;
}

/*关于聚搜页面*/
.about-bottom {
  min-height: 400px;
  margin-top: 47px;
    overflow: hidden;
  padding: 7px 23px 0 22px;
}
.about-bottom p {
  font-size: 16px;
  color: #272626;
  margin-top: 21px;
}
.about-bottom p.about-title {
  color: #272626;
}
.about-bottom p.about-cont {
  line-height: 23px;
  color: #888787;
}
.boxshdow {
  -moz-box-shadow: 4px 4px 4px #bcbcbb inset;
  /* For Firefox3.6+ */
  -webkit-box-shadow: 4px 4px 4px #bcbcbb inset;
  /* For Chrome5+, Safari5+ */
  box-shadow: 4px 4px 4px #bcbcbb inset;
  background: #fff;
  border-radius: 4px;
}
/*联系聚搜页面*/
.contact-bottom {
  padding-top: 56px;
  margin-top: 47px;
}
.contact-bottom .content{ font-size:16px;}
.contact-bottom ul {
  padding: 0 50px 86px 50px;
}
.contact-bottom ul a {
  height: 320px;
  display:block;
}
.contact-bottom ul a:hover {
  background: #fff;
  background: #ff5c01;
}
.contact-bottom ul a:hover p {
  color: #ffffff;
}
.contact-bottom ul a:hover .img1 {
  display: none;
}
.contact-bottom ul a:hover .img2 {
  display: block;
}
.contact-bottom ul a img {
  padding-top: 56px;
  display: block;
  margin: 0 auto;
}
.contact-bottom ul a .img2 {
  display: none;
}
.contact-bottom ul a p {
  text-align: center;
  color: #ff5c01;
}
.contact-bottom ul a .cb-item0 {
  margin-top: 19px;
  font-size: 19px;
}
.contact-bottom ul a .cb-item1 {
  margin-top: 22px;
  font-size: 16px;
}
.contact-bottom li {
  float: left;
  width: 25%;
}
.contact-bottom .content a{color: #f90b0b}