.page-container {
  width: 1200px;
  margin: 0 auto !important;
}

@media screen and (max-width: 1440px) {
  .page-container {
    width: 1080px;
  }
}

#home {
  width: 100%;
  overflow: hidden;
}

#home .home-header {
  width: 100%;
  height: 680px;
  background-color: #205a95;
  position: relative;
  overflow: hidden;
}

#home .home-header .header-bg {
  height: 600px;
  width: 1920px;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../image/banner.jpg) no-repeat top center;
}

#home .home-header .header-con {
  width: 100%;
  height: inherit;
  padding-top: 335px !important;
}

#home .home-header .header-con .page-container {
  position: relative;
  width: 920px;
  color: #fff;
}

#home .home-header .header-con .page-container .header-desc {
  font-size: 16px;
  line-height: 24px;
  padding-top: 80px !important;
}

#home .home-intro .intro-item {
  padding-top: 80px !important;
  margin-bottom: 90px !important;
}

#home .home-intro .intro-item:nth-of-type(2n) {
  background-color: #f5f5f5;
  margin-bottom: 0 !important;
}

#home .home-intro .intro-item:nth-of-type(3n) {
  margin-bottom: 0 !important;
  background-image: url(../image/banner_2.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 700px;
}

#home .home-intro .intro-item:nth-of-type(3n) .intro-item-inner {
  width: 560px;
  height: 470px;
  padding-top: 40px !important;
  padding-left: 467px !important;
  background-image: url(../image/pic_gg_phone.png?v=1);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 382px auto;
}

#home .home-intro .intro-item:nth-of-type(3n) .intro-item-inner .item-intro {
  color: #333;
  margin-bottom: 40px !important;
}

#home .home-intro .intro-item:nth-of-type(3n) .intro-item-inner .item-intro p {
  color: #333;
  text-align: left;
  padding: 0 !important;
}

#home .home-intro .intro-item:nth-of-type(3n) .intro-item-inner .item-intro p.item-tit {
  font-size: 26px;
  line-height: 1.2;
}

#home .home-intro .intro-item:nth-of-type(3n) .intro-item-inner .item-intro p.item-subtit {
  font-size: 16px;
}

#home .home-intro .intro-item .section-tit {
  width: 350px;
  height: 40px;
  margin: 0 auto !important;
}

#home .home-intro .intro-item .section-tit.tit1 {
  background-image: url(../image/subtitle_1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

#home .home-intro .intro-item .section-tit.tit2 {
  background-image: url(../image/subtitle_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

#home .home-intro .intro-item .section-tit.tit3 {
  background-image: url(../image/subtitle_3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

#home .home-intro .intro-item .section-tit.tit4 {
  width: 160px;
  background-image: url(../image/subtitle_4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

#home .home-intro .intro-item .mthz-name {
  font-size: 16px;
  color: #656565;
  text-align: center;
  margin-top: 20px;
}


#home .home-intro .intro-item .intro-item-inner4 {
  width: 1364px;
  height: 320px;
  background-image: url(../image/pic_6.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  margin: 0 auto;
  margin-top: 80px;
}

#home .home-intro .intro-item p {
  color: #666;
  font-size: 16px;
  text-align: center;
  padding: 20px 0 !important;
}

#home .home-intro .intro-item .intro-item-inner {
  width: 1080px;
  height: 420px;
  margin: 70px auto 0 !important;
  background-image: url(../image/pic_business.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

#home .home-intro .intro-item .service-content {
  position: relative;
  width: 952px;
  margin: 90px auto 0 !important;
}

#home .home-intro .intro-item .service-content .service-item {
  position: relative;
  width: 260px;
  height: 200px;
  display: inline-block;
  margin-right: 80px !important;
  padding-top: 180px !important;
  background-repeat: no-repeat;
  background-position: top center;
}

#home .home-intro .intro-item .service-content .service-item:nth-of-type(3n) {
  margin-right: 0 !important;
}

#home .home-intro .intro-item .service-content .service-item.item1 {
  background-image: url(../image/pic_ad_1.png);
}

#home .home-intro .intro-item .service-content .service-item.item2 {
  background-image: url(../image/pic_ad_2.png);
}

#home .home-intro .intro-item .service-content .service-item.item3 {
  background-image: url(../image/pic_ad_3.png);
}

#home .home-intro .intro-item .service-content .service-item .item-tit {
  color: #333;
  font-size: 26px;
  margin-top: 20px !important;
  padding: 0 !important;
}

#home .home-intro .intro-item .service-content .service-item .item-subtit {
  color: #333;
  font-size: 16px;
  padding: 0 !important;
}