/** 海报 **/
.poster {
  background: url(../image/customizedBanner.png) no-repeat;
  background-size: 100% 100%;
  width: 100vw;
  height: 440px;
  padding: 160px 0 0 160px;
}

.poster .tittle {
  font-size: 50px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: rgba(255, 255, 255, 1);
  line-height: 53px;
}

.poster .info {
  font-size: 20px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: rgba(255, 255, 255, 1);
  line-height: 35px;
  width: 640px;
  margin-top: 20px;
}

.poster .more {
  width: 174px;
  height: 48px;
  background: linear-gradient(82deg, rgba(60, 89, 226, 1) 0%, rgba(0, 149, 252, 1) 100%);
  border-radius: 20px;
  text-align: center;
  margin: 100px 0 0 450px;
}

.poster .more a {
  font-size: 20px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: rgba(255, 255, 255, 1);
  line-height: 48px;
}

/** 网站建设、微信开发 **/
.webDev {
  background: url(../image/webDev_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 50px 280px 40px;
}

.wechatDev {
  background: url(../image/wechatDev_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 50px 280px 40px;
}

.webDev .webDev_tittle,
.wechatDev .wechatDev_tittle {
  text-align: center;
}

.webDev .webDev_tittle .tittle {
  font-size: 26px;
  font-weight: bold;
  background: url(../image/WEB.png) no-repeat;
  background-size: 14%;
  background-position-x: 50%;
  line-height: 55px;
}

.wechatDev .wechatDev_tittle .tittle {
  font-size: 26px;
  font-weight: bold;
  background: url(../image/WeChat.png) no-repeat;
  background-size: 26%;
  background-position-x: 50%;
  line-height: 55px;
  color: #fff;
}

.webDev .webDev_tittle .secTittle {
  font-weight: 400;
  color: rgba(121, 121, 121, 1);
}

.wechatDev .wechatDev_tittle .secTittle {
  font-weight: 400;
  color: #fff;
}

.webDev .webDev_content {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.webDev .webDev_content .content_item {
  width: 50%;
  padding: 70px 0 20px;
}

.webDev .webDev_content .content_item p {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 70px;
  line-height: 60px;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
  cursor: pointer;
  padding: 0 10px;
}

.webDev .webDev_content .content_item .item_link {
  float: right;
  background: rgba(5, 109, 232, 1);
  color: #fff;
  line-height: 35px;
  padding: 0 15px;
}

.webDev .webDev_content .content_item .hoverTittle {
  background: linear-gradient(37deg,
      rgba(56, 90, 255, 1),
      rgba(24, 118, 254, 1));
  color: #fff;
  transition: color 1s;
}

.wechatDev .wechatDev_content {
  padding-top: 50px;
  position: relative;
}

.wechatDev .wechatDev_content .itemContent {
  width: 100%;
  height: 300px;
  text-align: center;
  background: #183993;
}

.wechatDev .wechatDev_content .itemContent>.tittle {
  font-size: 20px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  margin-top: 15%;
}

.wechatDev .wechatDev_content .itemContent .white_box {
  background: #fff;
  height: calc(100% - 130px);
  margin-top: 40px;
  padding-top: 25px;
}

.wechatDev .wechatDev_content .itemContent .white_box .tip {
  font-size: 21px;
  font-weight: 400;
  color: rgba(64, 64, 64, 1);
  margin-bottom: 20px;
}

.wechatDev .wechatDev_content .itemContent .white_box .tipInfo {
  font-size: 14px;
  font-weight: 400;
  color: rgba(64, 64, 64, 1);
  margin: 0 auto 20px;
  width: 70%;
}

.wechatDev .wechatDev_content .itemContent .white_box a {
  background: #3468f1;
  font-size: 14px;
  color: #fff;
  padding: 10px 40px;
}

.wechatDev .wechatDev_content .itemContent>.info {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  width: 70%;
  margin: 15% auto 10%;
  line-height: 30px;
}

.wechatDev .wechatDev_content .itemContent>.cardIcon {
  position: absolute;
  bottom: 40px;
  left: 42%;
}

.wechatDev .wechatDev_content .itemContent>.cardIcon i {
  font-size: 40px;
  color: rgba(255, 255, 255, 1);
}

/** 优秀案例、服务流程 **/
.example {
  text-align: center;
  padding: 50px 150px 0;
  height: 650px;
  background: #f7f8fa;
}

.example .example_tittle .tittle {
  font-size: 26px;
  font-weight: bold;
  background: url(../image/Case.png) no-repeat;
  background-size: 13%;
  background-position-x: 50%;
  line-height: 65px;
}

.process .process_tittle .tittle {
  font-size: 26px;
  font-weight: bold;
  background: url(../image/Process.png) no-repeat;
  background-size: 23%;
  background-position-x: 50%;
  line-height: 64px;
}

.example .example_tittle .secTittle,
.process .process_tittle .secTittle {
  font-weight: 400;
  color: rgba(121, 121, 121, 1);
}

.example .example_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.example_container .container-img {
  width: calc(25% - 20px);
  height: 248px;
  overflow: hidden;
  margin-bottom: 20px;
}

.example .example_container img {
  cursor: pointer;
  transition: all 1s;
  width: 100%;
  height: 100%;
}

.example .example_container img:hover {
  transform: scale(1.4);
}

.process {
  text-align: center;
  padding: 50px 110px 0;
}

.process .container {
  display: flex;
  justify-content: space-between;
}

.process .container .block {
  padding: 20px 0;
}

.process .container .block .block_tittle {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.process .container .block .block_info {
  font-size: 14px;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 24px;
  width: 75%;
  margin: 0 auto;
  margin-top: 15px;
}

/** 定制开发 **/
.customizedDev {
  padding: 50px 150px 40px;
  background: #f7f8fa;
}

.customizedDev .customizedDev_tittle {
  text-align: center;
}

.customizedDev .customizedDev_tittle .tittle {
  font-size: 26px;
  font-weight: bold;
  background: url(../image/software.png) no-repeat;
  background-size: 27%;
  background-position-x: 50%;
  line-height: 60px;
}

.customizedDev .customizedDev_tittle .secTittle {
  font-weight: 400;
  color: rgba(121, 121, 121, 1);
}

.customizedDev .customizedDev_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.customizedDev_content .content_itemOA {
  background: url(../image/OA.png) no-repeat;
  background-size: 100% 100%;
}

.customizedDev_content .content_itemCRM {
  background: url(../image/CRM.png) no-repeat;
  background-size: 100% 100%;
}

.customizedDev_content .content_itemERP {
  background: url(../image/ERP.png) no-repeat;
  background-size: 100% 100%;
}

.customizedDev_content .content_itemOTHERS {
  background: url(../image/OTHERS.png) no-repeat;
  background-size: 100% 100%;
}

.content_item {
  width: 47%;
  height: 170px;
  margin-bottom: 20px;
  padding: 50px 20px 0;
  cursor: pointer;
}

.customizedDev_content .content_item:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.content_item>.tittle {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.content_item>.info {
  width: 90%;
  font-weight: 400;
  color: rgba(105, 105, 105, 1);
  display: inline-block;
}

/** 手机开发 **/
.appDev {
  padding: 0 150px;
  background: #f7f8fa;
}

.appDev .appDev_tittle {
  text-align: center;
}

.appDev .appDev_tittle .tittle {
  font-size: 26px;
  font-weight: bold;
  background: url(../image/mobile.png) no-repeat;
  background-size: 20%;
  background-position-x: 50%;
  line-height: 64px;
}

.appDev .appDev_tittle .secTittle {
  font-weight: 400;
  color: rgba(121, 121, 121, 1);
}

.appDev_content .top_items,
.appDev_content .bottom_items {
  list-style: none;
  display: flex;
  justify-content: left;
  margin-top: 50px;
}

.appDev_content .bottom_items {
  margin-left: 160px;
  margin-top: 40px;
}

.appDev_content .top_items li,
.appDev_content .bottom_items li {
  width: 325px;
  height: 85px;
  margin-right: 35px;
}

.appDev_content .top_items li:nth-child(1) {
  background: linear-gradient(37deg, rgba(91, 202, 255, 1), rgba(3, 164, 254, 1));
  opacity: 0.05;
  border-radius: 5px;
}

.appDev_content .top_items li:nth-child(2) {
  background: url(../image/IOS.png) no-repeat;
  background-size: 100% 100%;
}

.appDev_content .top_items li:nth-child(3) {
  background: url(../image/android.png) no-repeat;
  background-size: 100% 100%;
}

.appDev_content .top_items li:nth-child(4) {
  background: linear-gradient(37deg, rgba(254, 110, 110, 1), rgba(249, 61, 62, 1));
  opacity: 0.05;
  border-radius: 5px;
}

.appDev_content .bottom_items li:nth-child(1) {
  background: linear-gradient(37deg, rgba(255, 156, 75, 1), rgba(255, 137, 97, 1));
  opacity: 0.05;
  border-radius: 5px;
}

.appDev_content .bottom_items li:nth-child(2) {
  background: url(../image/native.png) no-repeat;
  background-size: 100% 100%;
}

.appDev_content .bottom_items li:nth-child(3) {
  background: url(../image/mix.png) no-repeat;
  background-size: 100% 100%;
}

.appDev_content .bottom_items li:nth-child(4) {
  background: linear-gradient(37deg, rgba(80, 194, 135, 1), rgba(35, 159, 96, 1));
  opacity: 0.05;
  border-radius: 5px;
}

/** swiper组件 **/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wechat .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  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;
  transition: 300ms;
  transform: scale(0.6);
}

.swiper-wechat .swiper-slide-active,
.swiper-wechat .swiper-slide-duplicate-active {
  transform: scale(1);
}

.swiper-wechat .swiper-slide-prev,
.swiper-wechat .swiper-slide-next {
  transform: scale(0.8);
}



.swiper-slide .wContent {
  display: block;
}

.swiper-slide .wContent_active {
  display: none;
}

.swiper-slide-active .wContent {
  display: none;
}

.swiper-slide-active .wContent_active {
  display: block;
}

.wechatDev .swiper-container {
  position: static;
}

.wechatDev .swiper-button-prev,
.wechatDev .swiper-button-next {
  background-image: none;
  color: #fff;
  top: 55%;
  border-radius: 5px;
  height: 60px;
}

.wechatDev .swiper-button-prev .layui-icon,
.wechatDev .swiper-button-next .layui-icon {
  position: relative;
  top: 30%;
  font-size: 30px;
}

.wechatDev .swiper-button-prev {
  left: -40px;
}

.wechatDev .swiper-button-next {
  right: -40px;
}

.wechatDev .swiper-button-next .layui-icon {
  left: 3px;
}

.wechatDev .swiper-button-prev:hover,
.wechatDev .swiper-button-next:hover {
  color: #43b3d8;
}

@media screen and (max-width: 1440px) {
  .webDev {
    padding: 40px 60px;
  }

  .webDev .webDev_content .content_item {
    padding: 70px 20px 20px 0;
  }

  .webDev .webDev_content .content_item p {
    font-size: 16px;
  }

  .wechatDev {
    padding: 40px 120px;
  }

  .content_item {
    width: 45%;
  }

  .appDev {
    padding: 0 50px;
  }

  .appDev_content .top_items li,
  .appDev_content .bottom_items li {
    width: 250px;
    height: 70px;
  }

  .example_container .container-img {
    width: 250px;
    height: 180px;
  }

  .example {
    height: 565px;
  }
}