/* 轮播图开始 */
.lunbotubg {
    width: 100%;
    background-color: #ffffff;
    
}
.lunbotu {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-button-next01 {
      display: none;
  }
  .swiper-button-prev01 {
      display: none;
  }
  /* 优势开始 */
  .youshibg {
      width: 100%;
      background: url(..//images/index-youshi1.jpg)no-repeat center;
      padding: 50px 0;
  }
  .youshi h2 {
      color: #007bc7;
      font-size: 32px;
      text-align: center;
  }
  .youshi h3 {
      font-weight: normal;
      font-size: 16px;
      color: #333333;
      text-align: center;
      margin-top: 10px;
      opacity: 0.5;
  }
  .youshi p {
      font-size: 16px;
      color: #333333;
      margin-top: 30px;
  }
  .m-com-bd{width: 100%;}

.m-com-bd li{width: 33%;float:left;padding:0 40px 20px;margin-top: 70px;transition:all .5s;}

.m-com-bd li span{ margin-left:27%; width: 154px;height: 154px;background: url(../images/m-com-icon.png);display: block;float: left;}

.m-com-bd li .zzcyf2{width: 100%;text-align: center;color: #666666;position:relative;z-index: 1;margin-top: -120px;float: left;}

.m-com-bd li .zzcyf1{width: 100%;text-align: center;font-size: 30px;color: #007bc7;position:relative;z-index: 1;margin-top: -93px;font-weight: bold;float: left;}

.m-com-bd li .zzcyf3{width: 100%;text-align: center;color: #666666;position:relative;z-index: 1;margin-top: -50px;float: left;}

.m-com-bd li .zzcyf4{color: #007bc7;z-index: 1;position: absolute;top:62px;left:125px;font-size: 26px;font-weight: bold;}

.m-com-bd li p{width: 100%;float: left;text-align: center;font-size: 24px;margin-top: 15px;}



.m-com-bd li .item1{background-position: 0 0;transition:all .5s;}

.m-com-bd li .item2{background-position: -240px 0;transition:all .5s;}

.m-com-bd li .item3{background-position: -480px 0;transition:all .5s;}

.m-com-bd li .item4{background-position: -720px 0;transition:all .5s;}

.m-com-bd li .item5{background-position: -960px 0;transition:all .5s;}

.m-com-bd li:hover{box-shadow: 5px 5px 5px #cccccc;margin-top: 55px;transition:all .5s;}

.m-com-bd li:hover .item1,.m-com-bd li:hover .item2,.m-com-bd li:hover .item3,.m-com-bd li:hover .item4,.m-com-bd li:hover .item5{transform: rotate(180deg);transition:all .5s;}

.m-com-bd .on{box-shadow: 5px 5px 5px #cccccc;margin-top: 55px;transition:all .5s;}

.m-com-bd .on .item1,.m-com-bd .on .item2,.m-com-bd .on .item3,.m-com-bd .on .item4,.m-com-bd .on .item5{transform: rotate(180deg);transition:all .5s;}

/* 项目案例开始 */
.anlibg {
    width: 100%;
    background: url(../images/index-anli1.jpg)no-repeat 0px center;
    background-attachment:fixed;
    padding-top: 80px;
}
.anli11 {
   height: 65px; 
}
.anli11 img {
    height: 100%;
}
.anli2 {
    margin-top: 45px;
}
.anli2 ul li {
    float: left;
    width: 25%;
}
.anli2 ul .li1 {
    padding: 100px 0px 0px 45px;
    background-color: #1dab38;
    padding-bottom: 69px;
}
.anli2 ul .li1:hover i {
    width: 90px;
    transition: all .5s ease;
}
.anli2 ul .li1 p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
}
.anli2 ul .li1 i {
    display: block;
    margin-bottom: 30px;
    width: 40px;
    border-top: 3px solid #ffffff;
}
.anli2 ul .li1 span {
    height: 38px;
    line-height: 38px;
    border: 1px #FFFFFF solid;
    width: 128px;
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.4s;
}
.anli2 ul .li1:hover span {
    width: 150px;
    transition: all .5s ease;
}
.anli2 ul .li1 span a {
    color: #ffffff;
}
.anli2 ul .li2 {
    position: relative;
}
.anli2 ul .li2:hover a div {
    display: block;
    background: rgba(0, 0, 0, 0.5);
}
.anli2 ul .li2:hover a img {
    opacity: 0;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transition: all 2s ease;
}
.anli2 ul .li2 a img {
    opacity: 1;
    width: 100%;
    height: 300px;
}
.anli2 ul .li2 a div {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    /* padding: 60px 20px 50px; */
}
.anli2 ul .li2 a div h2 {
    font-weight: normal;
    color: #ffffff;
    font-size: 20px;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}
.anli2 ul .li2 a div p {
    font-size: 14px;
    color: #ffffff;
    text-indent: 2em;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 10px 0;
}
.anli2 ul .li2 a div span  {
    display: block;
    font-size: 16px;
    width: 128px;
    color: #ffffff;
    text-align: center;
    margin: 28px auto 0;
    border: 1px solid #ffffff;
}
.anli2 ul .li3 {
    padding: 100px 0px 0px 45px;
    background-color: #007bc7;
    padding-bottom: 69px;
}
.anli2 ul .li3:hover i {
    width: 90px;
    transition: all .5s ease;
}
.anli2 ul .li3 p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
}
.anli2 ul .li3 i {
    display: block;
    margin-bottom: 30px;
    width: 40px;
    border-top: 3px solid #ffffff;
}
.anli2 ul .li3 span {
    height: 38px;
    line-height: 38px;
    border: 1px #FFFFFF solid;
    width: 128px;
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.4s;
}
.anli2 ul .li1:hover span {
    width: 150px;
    transition: all .5s ease;
}
.anli2 ul .li3 span a {
    color: #ffffff;
}
.anli2 ul .li4 {
    position: relative;
}
.anli2 ul .li4:hover a div {
    display: block;
    background: rgba(0, 0, 0, 0.5);
}
.anli2 ul .li4:hover a img {
    opacity: 0;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transition: all 2s ease;
}
.anli2 ul .li4 a img {
    opacity: 1;
    width: 100%;
    height: 300px;
}
.anli2 ul .li4 a div {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    /* padding: 60px 20px 50px; */
}
.anli2 ul .li4 a div h2 {
    font-weight: normal;
    color: #ffffff;
    font-size: 20px;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}
.anli2 ul .li4 a div p {
    font-size: 14px;
    color: #ffffff;
    text-indent: 2em;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 10px 0;
}
.anli2 ul .li4 a div span  {
    display: block;
    font-size: 16px;
    width: 128px;
    color: #ffffff;
    text-align: center;
    margin: 28px auto 0;
    border: 1px solid #ffffff;
}
/* 案例开始 */
.albg {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 50px;
}
.al ul li {
    float: left;
    width: 25%;
}
.al ul .l1 {
    position: relative;
}
.al ul .l1:hover a div {
    display: block;
    background: rgba(0, 0, 0, 0.5);
}
.al ul .l1:hover a img {
    opacity: 0;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transition: all 2s ease;
}
.al ul .l1 a img {
    opacity: 1;
    width: 100%;
    height: 300px;
}
.al ul .l1 a div {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    /* padding: 60px 20px 50px; */
}
.al ul .l1 a div h2 {
    font-weight: normal;
    color: #ffffff;
    font-size: 20px;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}
.al ul .l1 a div p {
    font-size: 14px;
    color: #ffffff;
    text-indent: 2em;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 10px 0;
}
.al ul .l1 a div span  {
    display: block;
    font-size: 16px;
    width: 128px;
    color: #ffffff;
    text-align: center;
    margin: 28px auto 0;
    border: 1px solid #ffffff;
}
.al ul .l2 {
    padding: 100px 0px 0px 45px;
    background-color: #333333;
    padding-bottom: 69px;
}
.al ul .l2:hover i {
    width: 90px;
    transition: all .5s ease;
}
.al ul .l2 p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
}
.al ul .l2 i {
    display: block;
    margin-bottom: 30px;
    width: 40px;
    border-top: 3px solid #ffffff;
}
.al ul .l2 span {
    height: 38px;
    line-height: 38px;
    border: 1px #FFFFFF solid;
    width: 128px;
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.4s;
}
.al ul .l2:hover span {
    width: 150px;
    transition: all .5s ease;
}
.al ul .l2 span a {
    color: #ffffff;
}


.al ul .l3 {
    position: relative;
}
.al ul .l3:hover a div {
    display: block;
    background: rgba(0, 0, 0, 0.5);
}
.al ul .l3:hover a img {
    opacity: 0;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transition: all 2s ease;
}
.al ul .l3 a img {
    opacity: 1;
    width: 100%;
    height: 300px;
}
.al ul .l3 a div {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    /* padding: 60px 20px 50px; */
}
.al ul .l3 a div h2 {
    font-weight: normal;
    color: #ffffff;
    font-size: 20px;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}
.al ul .l3 a div p {
    font-size: 14px;
    color: #ffffff;
    text-indent: 2em;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 10px 0;
}
.al ul .l3 a div span  {
    display: block;
    font-size: 16px;
    width: 128px;
    color: #ffffff;
    text-align: center;
    margin: 28px auto 0;
    border: 1px solid #ffffff;
}
.al ul .l4 {
    padding-top: 40px;
    padding-bottom: 100px;
    padding-left: 65px;
    background-color: #1dab38;
}
.al ul .l4:hover {
    background-color: #333333;
    transition: all .5s ease;
}
.al ul .l4:hover a img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition: all .5s ease;
}
.al ul .l4 a h2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    background: url(../images/index-anli8.gif)right bottom no-repeat;
    width: 170px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}
.al ul .l4 a img {
    width: 150px;
    height: 120px;
}

/* 标识产品开始 */
.biaoshibg {
    width: 100%;
    padding: 40px 0;
    background-color: #f6f6f6;
}
.biaoshi h2 {
    color: #017ac9;
    font-size: 32px;
    text-align: center;
}
.biaoshi h3 {
    font-size: 16px;
    font-weight: normal;
    color: #bfc0c2;
    text-align: center;
    margin-top: 10px;
}
.biaoshi ul {
    margin-top: 30px;
}
.biaoshi ul li {
    float: left;
    width: 14%;
    margin: 0px 3% 3% 3%;
}
.biaoshi ul li a div {
    width: 100%;
    height: 160px;
    border-radius: 100%;
}
.biaoshi ul li a div:hover img {
    transform: scale(1.2);
    transition: all 1s ease;
}
.biaoshi ul li a div img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.biaoshi ul li a span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}
/* 创意风是您的信赖之选开始 */
.xinlaibg {
    width: 100%;
    background-color: #ffffff;
    padding-top: 65px;
}
.xinlai h2 {
    font-size: 32px;
    color: #78b9df;
    text-align: center;
    font-weight: normal;
}
.xinlai h3 {
    font-weight: normal;
    font-size: 16px;
    color: #d6d6d6;
    text-align: center;
    margin-bottom: 80px;
}
.xinlai-left {
    float: left;
    width: 27%;
}
.xinlai-left ul li {
    width: 100%;
    border: solid 1px #dddddd;
    padding: 20px 15px;
    margin: 10px 0;
    color: #4f4f4f;
}
.xinlai-left ul li h4 {
    padding-right: 40px;
    text-align: right;
    color: #4f4f4f;
    font-size: 18px;
    background: url(../images/index-xinlai1.png) right 1px no-repeat;
}
.xinlai-left ul li p {
    text-align: right;
    line-height: 24px;
    margin-top: 5px;
}
.xinlai-left ul li:hover {
    background-color: #0083d3;
}
.xinlai-left ul li:hover h4 {
    color: #ffffff;
}
.xinlai-left ul li:hover p {
    color: #ffffff;
}
.xinlai-right {
    float: right;
    width: 27%;
}
.xinlai-right ul li {
    width: 100%;
    border: solid 1px #dddddd;
    padding: 20px 15px;
    margin: 10px 0;
    color: #4f4f4f;
}
.xinlai-right ul li:hover {
    background-color: #0083d3;
}
.xinlai-right ul li:hover h4 {
    color: #ffffff;
}
.xinlai-right ul li:hover p {
    color: #ffffff;
}
.xinlai-right ul li h4 {
    padding-right: 40px;
    text-align: right;
    color: #4f4f4f;
    font-size: 18px;
    background: url(../images/index-xinlai1.png) right 1px no-repeat;
}
.xinlai-right ul li p {
    text-align: right;
    line-height: 24px;
    margin-top: 5px;
}
.xinlai-middle {
    float: left;
     width: 34%;
     margin: 0px 6%;
}
.xinlai-middle a img {
    width: 100%;
}
/* 业务流程开始 */
.liuchengbg {
    width: 100%;
    background: url(../images/index-liucheng1.png)no-repeat center;
    
}
.liucheng ul {
    padding-left: 22%;
}
.liucheng ul li {
    float: left;
    width: 100px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    height: 107px;
    margin-top: 20px;
}
.liucheng ul span {
    width: 28px;
    height: 20px;
    float: left;
    display: block;
    background: url(../images/index-liucheng8.png) no-repeat;
    margin: 63px 15px 0;
}
.liucheng ul li img {
    width: 50%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* 合作伙伴开始 */
.huobanbg {
    width: 100%;
    background-color: #f0eeee;
    padding: 50px 0;
}
.huoban h2 {
    font-size: 32px;
    text-align: center;
    color: #0074bb;
}
.huoban h3 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
    color: #0074bb;
}
.huoban1 {
    margin-top: 20px;
}
.huoban1 ul li {
    float: left;
    width: 171px;
    height: 200px;
    background: url(../images/index-huoban1.png)no-repeat center;
}
.huoban1 ul li:hover {
    transition: all .5s ease;
    transform: translateY(-0.8rem);
}
.huoban1 ul li img {
    width: 80%;
    margin: 53px auto 0;
}
.huoban2 {
    margin-left: 86px;
   
}
.huoban2 ul li {
    float: left;
    width: 171px;
    height: 200px;
    background: url(../images/index-huoban1.png)no-repeat center;
    margin-top: -52px;
}
.huoban2 ul li img {
    width: 80%;
    margin: 53px auto 0;
}
.huoban2 ul li:hover {
    transition: all .5s ease;
    transform: translateY(0.8rem);
}
/* 新闻动态开始 */
.xinwenbg {
    width: 100%;
    background-color: #f6f6f6;
    padding: 45px 0;
}
.xinwen h2 {
    color: #007bc7;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
}
.xinwen1 ul{
    width: 21%;
    margin: 0 auto;
}
.xinwen1 ul li {
    float: left;
    width: 112px;
    text-align: center;
    line-height: 40px;
    background-color: #000000;
    margin: 0 5px;
}
.xinwen1 ul li a {
    display: block;
    font-size: 12px;
    color: #ffffff;
}
.xinwen1 ul li:hover {
    background-color: #007bc7;
}
.xinwen1 ul li:hover a {
    color: #ffffff;
}
.xinwen2 {
    margin-top: 30px;
}
.xinwen2 ul li {
    float: left;
    width: 23%;
    margin: 0px 1% 0px 1%;
}
.xinwen2 ul li div {
    width: 100%;
    height: 152px;
    overflow: hidden;
}
.xinwen2 ul li div img {
    width: 100%;
    height: 100%;
}
.xinwen2 ul li div:hover img {
    transform: scale(1.2);
    transition: all 1s ease;
}
.xinwen2 ul li h3 a {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
}
.xinwen2 ul li i {
    display: inline-block;
    margin: 10px 0;
    font-size: 14px;
    color: #999999;
}
.xinwen2 ul li p {
    font-size: 12px;
    color: #999999;
    text-indent: 2em;
}
.xinwen2 ul li span a {
    width: 95px;
    text-align: center;
    display: inline-block;
    border: 1px solid #999999;
    font-size: 12px;
    color: #999999;
    line-height: 37px;
    margin-top: 16px;
}
.xinwen2 ul li span a:hover {
    width: 120px;
    transition: all 1s ease;
    border: 1px solid #007bc7;
    color: #007bc7;
}
.contentfirst{ display:none;}
.contentin{ display:block;}
.xinwen1 ul li a:hover .contentfirst {
    display: block;
}
/* 友情链接开始 */
.lianjiebg {
    width: 100%;
    padding: 40px 0;
}
.lianjie1 {
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 52px;
    position: relative;
}
.lianjie1 img {
    width: 149px;
    height: 32px;
    position: absolute;
    top: -12px;
    left: 25px;
}
.lianjie2 {
    margin-top: 40px;
    overflow: hidden;
}

.lianjie2 ul li {
    float: left;
    width: 240px !important;
    margin: 0px 1% 0px 1%;
}
.lianjie2 ul li:hover img {
    transform: scale(1.2);
    transition: all 1s ease;
}
.lianjie2 ul li a div {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.lianjie2 ul li a div img {
    width: 100%;
    height: 100%;
}
.lianjie2 ul li a div span {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 150px;
    height: 35px;
    text-align: left;
    padding-left: 10px;
    line-height: 35px;
    z-index: 2;
    transition: all 1s ease;
    font-size: 16px;
    color: #ffffff;
}
.lianjie2 ul li a div span i {
    float: right;
    background-color: #23d3b6;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 1s ease;
}
.lianjie2 ul li:hover span {
    width: 180px;
}
.lianjie2 ul li:hover span i {
    width: 50px;
}
.lianjie2 ul li a p {
    font-size: 18px;
    color: #000000;
    text-align: center;
    background-color: #efefef;
    padding-top: 10px;
}

@media only screen and (max-width: 980px) {
    /* 优势开始 */
    .youshibg {
        padding: 20px 0;
    }
    .youshi h2 {
        font-size: 22px;
    }
    .youshi h3 {
        display: none;
    }
    .youshi p {
        font-size: 14px;
    }
    .m-com-bd {
        display: none;
    }
    /* 案例项目开始 */
    .anlibg {
        padding-top: 20px;
        padding-bottom: 20px;
        background: #cccccc !important;
    }
    .anli1 img {
        width: 90%;
    }
    .anli2 {
        margin-top: 10px;
    }
    .anli2 ul li {
        width: 100%;
        float: none;   
    }
    .al ul li {
        width: 100%;
        float: none;
    }
    /* 标识产品开始 */  
    .biaoshibg {
        padding: 20px 0;
    }
    .biaoshi h2 {
        font-size: 22px;
    }
    .biaoshi h3 {
        font-size: 14px;
    }
    .biaoshi ul li {
        width: 48%;
        margin: 0px 1% 20px 1%;
    }
    /* 创意风是您的信赖之选开始 */
    .xinlaibg {
        padding: 20px 0;
    }
    .xinlai h2 {
        font-size: 22px;
    }
    .xinlai h3 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .xinlai-middle {
        display: none;
    }
    .xinlai-left {
        width: 96%;
        margin: 0px 2% 0px 2%;
    }
    .xinlai-right {
        width: 96%;
        margin: 0px 2% 0px 2%;
    }
    /* 业务流程开始 */
    .liuchengbg {
       background: #000000 !important; 
       padding: 10px 0;
    }
    .liucheng ul {
        padding-left: 0px;
    }
    .liucheng ul span {
        display: none;
    }
    .liucheng ul li {
        width: 31%;
        margin: 0px 1% 20px 1%;
    }
    /* 合作伙伴开始 */
    .huobanbg {
        padding: 20px 0;
    }
    .huoban h2 {
        font-size: 22px;
    }
    .huoban h3 {
        font-size: 14px;
    }
    .huoban1 ul li {
        width: 48%;
        margin: 0px 1% 0px 1%;
    }
    .huoban2 {
        margin-left: 0px;
    }
    .huoban2 ul li {
        width: 48%;
        margin: 0px 1% 0px 1%; 
    }
    .lianjie2 ul li a div {
        height: 240px;
    }
    /* 新闻动态开始 */
    .xinwenbg {
        padding: 20px 0;
    }
    .xinwen h2 {
        font-size: 22px;
    }
    .xinwen1 ul {
        width: 95%;
    }
    .xinwen2 ul li {
        width: 96%;
        margin: 0px 2% 20px 2%;
    }

}