/* 广告轮播 */

/*  广告轮播图 */

.fullSlide {
  width: 100%;
  position: relative;
  height: 482px;
  background: #000;
}

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height: 482px;
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li a {
  display: block;
  height: 482px;
}

.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 42px;
  height: 11px;
  margin: 1px;
  overflow: hidden;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  line-height: 999px;
}

.fullSlide .hd ul .on {
  background: #f00;
}

.fullSlide .prev,
.fullSlide .next {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
  left: 15%;
  z-index: 1;
  width: 40px;
  height: 60px;
  background: url(../image/slider-arrow.png) -126px -137px #000 no-repeat;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: none;
}

.fullSlide .next {
  left: auto;
  right: 15%;
  background-position: -6px -137px;
}

/* 营销 */

.com_width {
  width: 1200px;
  margin: 0 auto;
}

.qwyx_1 {
  padding-top: 85px;
}

.qwyx_t {
  height: 70px;
  margin: 0 0 10px;
  font-size: 40px;
  text-align: center;
  color: #000022;
  line-height: 70px;
}

.qwyx_desc {
  text-align: center;
  font-size: 16px;
  color: #888888;
}

.qwyx_desc span {
  color: #cd9c26;
}

.qwyx_1_t {
  background: url(../image/qwyx_1_t1.png) center no-repeat;
}

.qwyx_1_con {
  width: 1200px;
  height: 335px;
  margin: 110px 0 100px;
}

.qwyx_1_con ul li {
  width: 298px;
  height: 333px;
  border: 1px solid #ddd;
  border-right: none;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #555;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.qwyx_1_con ul li:last-child {
  border-right: 1px solid #ddd;
}

.qwyx_1_con ul li h2 {
  font-size: 24px;
  color: #000022;
  margin: 65px 0 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.qwyx_1_con ul li h3 {
  font-size: 18px;
  color: #555555;
  margin: 20px 0 10px;
}

.qwyx_1_con ul li:hover h2 {
  color: #ce0000;
}

.qwyx_1_con ul li p {
  color: #666;
}

.qwyx_1_con ul li span {
  width: 120px;
  height: 40px;
  background: #f8f8f8;
  color: #888888;
  display: inline-block;
  border-radius: 20px;
  line-height: 40px;
  margin: 40px 0 0;
  border: 1px solid #ddd;
  -webkit-transition: .5s;
  text-align: center;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.qwyx_1_con ul li:hover span {
  background: #ce0000;
  color: #fff;
  border: 1px solid #ce0000;
}

.qwyx_1_con ul li:hover {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.qwyx_1_con ul li i {
  width: 96px;
  height: 96px;
  display: block;
  border-radius: 50%;
  border: 1px solid #0c0c2c;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -48px 0 0 -48px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.qwyx_1_con ul li:hover i {
  border: 1px solid #ce0000;
}

.qwyx_1_con ul li i.c1-1 {
  background: url(../image/c1-1.png) center no-repeat #fff;
}

.qwyx_1_con ul li:hover i.c1-1 {
  background: url(../image/c1-1_on.png) center no-repeat #fff;
}

.qwyx_1_con ul li i.c1-2 {
  background: url(../image/c1-2.png) center no-repeat #fff;
}

.qwyx_1_con ul li:hover i.c1-2 {
  background: url(../image/c1-2_on.png) center no-repeat #fff;
}

.qwyx_1_con ul li i.c1-3 {
  background: url(../image/c1-3.png) center no-repeat #fff;
}

.qwyx_1_con ul li:hover i.c1-3 {
  background: url(../image/c1-3_on.png) center no-repeat #fff;
}

.qwyx_1_con ul li i.c1-4 {
  background: url(../image/c1-4.png) center no-repeat #fff;
}

.qwyx_1_con ul li:hover i.c1-4 {
  background: url(../image/c1-4_on.png) center no-repeat #fff;
}

.qwyx_1_con ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.qwyx_2 {
  height: 1000px;
  background: url(../image/qwyx_bg.jpg);
  padding-top: 85px;
}

.qwyx_2_t {
  background: url(../image/qwyx_2_t.png) center no-repeat;
}

.qwyx_2_con {
  width: 1200px;
  height: 700px;
  background: url(../image/qwyx_2_bg2.png) center top no-repeat;
  margin-top: 60px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/* 5大痛点 */

.qwyx_2 {
  height: 1000px;
  background: url(../image/qwyx_bg.jpg);
  padding-top: 85px;
}

.qwyx_2_t {
  background: url(../image/qwyx_2_t.png) center no-repeat;
}

.qwyx_2_con {
  width: 1200px;
  height: 700px;
  background: url(../image/qwyx_2_bg2.png) center top no-repeat;
  margin-top: 60px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.qw_2_t {
  font-size: 20px;
  position: absolute;
}

.qw_2_p {
  font-size: 14px;
  color: #888888;
  text-align: center;
  position: absolute;
}

.qw_2_1 {
  color: #ce0000;
  left: 570px;
  top: 85px;
}

.qw_2_2 {
  left: 450px;
  top: 120px;
}

.qw_2_3 {
  left: 620px;
  top: 120px;
  text-align: left;
}

.qw_2_4 {
  color: #81511c;
  left: 235px;
  top: 340px;
}

.qw_2_5 {
  left: 150px;
  top: 376px;
}

.qw_2_6 {
  color: #cd9c26;
  left: 895px;
  top: 340px;
}

.qw_2_7 {
  left: 830px;
  top: 376px;
}

.qw_2_8 {
  color: #00a0e9;
  left: 320px;
  top: 610px;
}

.qw_2_9 {
  left: 245px;
  top: 645px;
}

.qw_2_10 {
  color: #009944;
  left: 785px;
  top: 610px;
}

.qw_2_11 {
  left: 690px;
  top: 645px;
}

.qwyx_zx {
  width: 200px;
  height: 40px;
  display: block;
  border: 2px solid #ce0000;
  border-radius: 20px 20px;
  background: rgba(206, 0, 0, 0.8);
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  top: 375px;
  left: 490px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.qwyx_2_con:hover {
  background: url(../image/qwyx_2_bg.png) center top no-repeat;
}

.qwyx_2_con:hover .qwyx_zx {
  opacity: 1;
}

.qwyx_zx i {
  display: block;
  width: 25px;
  height: 26px;
  background: url(../image/qwyx_zx.png) no-repeat;
  margin: 10px 0px 0 25px;
  float: left;
}

.qwyx_zx:hover {
  background: #ce0000;
}

/* 13年 */

.qwyx_3 {
  height: 500px;
  background: url(../image/qwyx_3_bg.jpg) center no-repeat;
  padding-top: 1px;
}

.qwyx_3_t {
  background: url(../image/qwyx_3_t.png) center no-repeat;
  color: #fff;
  margin-top: 60px;
}

/* 经典案例 */

.qwyx_4 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.qwyx_4_t {
  background: url(../image/qwyx_4_t.png) center no-repeat;
}

.qwyx_4_con {
  padding-top: 60px;
}

/* 好的营销 */

.qwyx_5_t {
  background: url(../image/qwyx_5_t.png) center no-repeat;
}

.qwyx_5_con {
  height: 300px;
  background: url(../image/qwyx_5_bg.png) center top no-repeat;
  margin-top: 80px;
  position: relative;
}

.qwyx_5_con .qw_2_p {
  font-size: 12px;
}

.qw_5_1 {
  color: #ff43f0;
  top: 75px;
  left: 20px;
}

.qw_5_2 {
  left: 100px;
  top: 150px;
}

.qw_5_3 {
  color: #f6ae01;
  top: 75px;
  left: 240px;
}

.qw_5_4 {
  left: 345px;
  top: 40px;
}

.qw_5_5 {
  color: #ff4545;
  top: 190px;
  left: 455px;
}

.qw_5_6 {
  left: 525px;
  top: 275px;
}

.qw_5_7 {
  color: #ff8208;
  top: 190px;
  left: 653px;
}

.qw_5_8 {
  left: 735px;
  top: 40px;
}

.qw_5_9 {
  color: #5fc1ff;
  top: 75px;
  left: 890px;
}

.qw_5_10 {
  left: 936px;
  top: 150px;
}

.qw_5_11 {
  color: #5fd148;
  top: 75px;
  left: 1110px;
}

.qwyx_5_zx {
  width: 200px;
  height: 40px;
  display: block;
  border: 2px solid #ce0000;
  border-radius: 20px 20px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #ce0000;
  margin: 50px auto 80px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.qwyx_5_zx i {
  display: block;
  width: 25px;
  height: 26px;
  background: url(../image/qwyx_zx_on.png) no-repeat;
  margin: 10px 0px 0 25px;
  float: left;
}

.qwyx_5_zx:hover {
  background: #ce0000;
  color: #fff;
}

.qwyx_5_zx:hover i {
  display: block;
  width: 25px;
  height: 26px;
  background: url(../image/qwyx_zx.png) no-repeat;
  margin: 10px 0px 0 25px;
  float: left;
}

/* 案例 */

.index_scenarios_mian_listbox {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.index_scenarios_mian_listbox ul {
  margin: 20px 0;
  overflow: hidden;
}

.index_scenarios_mian_listbox ul li {
  float: left;
  margin-right: 33px;
  width: 275px;
  height: auto;
  position: relative;
}

.index_scenarios_mian_listbox ul li:last-child {
  margin-right: 0;
}

.index_scenarios_mian_listbox ul li span {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  text-align: center;
  line-height: 42px;
}

.scenarios_list_img {
  width: 100%;
  height: 229px;
  overflow: hidden;
}

.scenarios_list_textbox {
  width: auto;
  background-color: #333333;
  padding: 22px;
  overflow: hidden;
}

.scenarios_list_code {
  float: left;
  width: 78px;
  height: auto;
  text-align: center;
  font-size: 12px;
  color: #c7c7c7;
}

.scenarios_list_code img {
  width: 78px;
  height: auto;
  margin-bottom: 6px;
}

.scenarios_list_text {
  float: left;
  margin-left: 25px;
}

.scenarios_list_text h3 {
  font-size: 24px;
  color: #fff;
}

.scenarios_list_text p {
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  margin-top: 2px;
}

.scenarios_list_btnbox {
  width: 92px;
  height: 26px;
  border: 1px solid #999999;
  font-size: 16px;
  color: #9c9c9c;
  border-radius: 2px;
  text-align: center;
  line-height: 26px;
  display: block;
  margin-top: 15px;
}

.scenarios_list_btnbox:hover {
  background-color: #00ad66;
  border: 1px solid #00ad66;
  color: #fff;
}


@media screen and (max-width: 1199px){
  .com_width{
    width: 100%;
  }
  .qwyx_1_con{
    width: 100%;
    height: 670px;
  }
  .qwyx_1_con ul li{
    width: 50%;
    box-sizing: border-box;
  }
  .index_scenarios_mian_listbox ul{
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .index_scenarios_mian_listbox ul li{
    margin-bottom: 30px;
    margin-right: 10%;
  }
  .index_scenarios_mian_listbox ul li:nth-of-type(even){
    margin-right: 0;
  }
  .qwyx_5{
    display: none;
  }
  .fullSlide{
    height: 415px;
  }
  .fullSlide .bd li{
    background-size: auto 100% !important;
    height: 415px;
  }
}


@media screen and (max-width: 768px){
  .index_scenarios_mian_listbox ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .index_scenarios_mian_listbox ul li{
    margin-right: 5%;
    margin-bottom: 30px;
  }
  .index_scenarios_mian_listbox ul li:nth-of-type(even){
    margin-right: 0;
  }
  .scenarios_list_img{
    height: auto;
  }
  .fullSlide{
    height: 315px;
  }
  .fullSlide .bd li{
    background-size: auto 100% !important;
    height: 315px;
  }
}


@media screen and (max-width: 640px){
  .qwyx_4{
    padding-top: 0;
  }
  .index_scenarios_mian_listbox ul li{
    width: 47%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .scenarios_list_textbox{
    padding: 10px;
  }
  .qwyx_1_con ul li span{
    margin-top: 15px;
  }
  .fullSlide{
    height: 175px;
  }
  .fullSlide .bd li{
    background-size: auto 100% !important;
    height: 175px;
  }
  .scenarios_list_textbox{
    padding: 10px;
  }
  .scenarios_list_code{
    width: 40%;
  }
  .scenarios_list_code img{
    width: 100%;
  }
  .scenarios_list_text{
    width: 58%;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 10px;
  }
  .scenarios_list_text h3{
    font-size: 18px;
  }
  .scenarios_list_btnbox{
    width: 90%;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
  }
  .qwyx_t{
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    background-size: 90% auto !important;
  }
  .qwyx_desc{
    font-size: 14px;
    line-height: 1.5;
  }
}