/*前缀兼容样式 start*/
/*单行省略*/
/*多行省略*/
/*背景线性渐变*/
/*opacity*/
/*gray*/
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/*前缀兼容样式 end*/
body {
  background: #fff;
}
.block {
  background: #fff;
  /* banner图 */
  /* 平台优势 */
  /* 相同的地方 */
  /* 设计 */
  /* 公司介绍 */
  /* 服务 */
  /* 合作伙伴 */
}
.block .title {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}
.block .title p {
  text-align: center;
}
.block .title p.name {
  position: relative;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 1;
  color: #333333;
}
.block .title p.name:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  content: '';
  width: 79px;
  height: 1px;
  background-color: #333333;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.block .title p.description {
  margin-top: 30px;
  font-size: 18px;
  letter-spacing: 4px;
  line-height: 1;
  color: #000000;
}
.block .content {
  margin: 0 auto;
  width: 1200px;
}
.block.banner {
  padding-top: 106px;
  width: 100%;
  height: 900px;
  background: #fff url(../img/newIndex/bg_01.png) no-repeat center center / cover;
  text-align: center;
}
.block.banner .banner_title {
  font-size: 75px;
  font-weight: bold;
  color: #030303;
  line-height: 1;
}
.block.banner .banner_hint {
  margin-top: 18px;
  font-size: 22px;
  letter-spacing: 15px;
  line-height: 1;
  color: #030303;
  opacity: 0.7;
}
.block.banner .img_container {
  margin: 67px auto 0;
  padding: 17px;
  width: 1134px;
  height: 465px;
  background: #fff;
  border: solid 1px #dad7d8;
}
.block.advantage {
  margin: 17px auto 0;
  width: 1200px;
  height: 250px;
  background: url(../img/newIndex/bg_02.png) no-repeat center left / contain;
}
.block.advantage .title_container {
  padding: 70px 0 0 0;
  width: 227px;
  height: 250px;
  text-align: center;
}
.block.advantage .title_container .advantage_title {
  font-size: 36px;
  letter-spacing: -2px;
  color: #000000;
  line-height: 1;
}
.block.advantage .title_container .middle {
  margin: 20px 0;
  font-size: 16px;
  color: #000000;
  line-height: 1;
}
.block.advantage .title_container .hint {
  font-size: 22px;
  color: #000000;
  line-height: 1;
}
.block.advantage .list {
  margin-top: 68px;
  padding-top: 33px;
  width: 972px;
  height: 114px;
  background: #f6f6f6;
}
.block.advantage .list .item {
  float: left;
  text-align: center;
  margin-left: 86px;
}
.block.advantage .list .item .value {
  font-size: 24px;
  color: #000000;
  opacity: 0.8;
  line-height: 1;
}
.block.advantage .list .item .label {
  margin-top: 10px;
  font-size: 12px;
  color: #000000;
  opacity: 0.8;
  line-height: 1;
}
.block.window .list {
  position: relative;
  width: 1200px;
  margin: 86px auto 64px;
}
.block.window .list .item {
  position: relative;
  margin-right: 20px;
  float: left;
  width: 285px;
  height: 344px;
}
.block.window .list .item:nth-child(4n) {
  margin-right: 0;
}
.block.window .list .item .label {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 40px;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.66);
}
.block.window .list.shade:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: '敬请期待';
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 344px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.block.window .more {
  text-align: center;
}
.block.window .more .jump {
  display: inline;
  font-size: 14px;
  color: #000000;
  opacity: 0.66;
}
.block.design {
  padding-top: 254px;
  margin-top: 40px;
  width: 100%;
  height: 954px;
  background: url(../img/newIndex/bg_03.png) no-repeat center center / cover;
}
.block.design .design_container {
  margin: 0 auto;
  width: 1200px;
}
.block.design .design_container .left_box {
  width: 870px;
}
.block.design .design_container .left_box .item {
  position: relative;
  float: left;
  margin-bottom: 18px;
  margin-right: 68px;
  width: 371px;
  height: 286px;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.block.design .design_container .left_box .item:nth-child(2n) {
  margin-right: 0;
}
.block.design .design_container .left_box .item .hint {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  width: 30px;
  font-size: 14px;
  color: #000;
  text-align: center;
  background: #d2d2d2;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.block.design .design_container .right_box {
  position: relative;
  padding: 97px 0 0 75px;
  width: 318px;
  height: 587px;
  background: url("../img/newIndex/img_10.png") no-repeat center center / cover;
}
.block.design .design_container .right_box .right_title {
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
}
.block.design .design_container .right_box .hint {
  margin-top: 20px;
  font-size: 14px;
  color: #ffffff;
}
.block.design .design_container .right_box .jump {
  position: absolute;
  bottom: 87px;
  left: 50%;
  width: 169px;
  height: 30px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  background: #000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.block.design.authorization {
  background: url(../img/newIndex/bg_09.png) no-repeat center center / cover;
}
.block.design.authorization .left_box .item {
  margin-left: 64px;
  margin-right: 0;
}
.block.introduce {
  width: 100%;
  height: 910px;
  background: url(../img/newIndex/bg_04.png) no-repeat center center / contain;
}
.block.introduce .introduce_container {
  position: relative;
  margin: 133px auto 0;
  width: 1200px;
  height: 748px;
  background: #fff url("../img/newIndex/bg_05.png") no-repeat center center / contain;
}
.block.introduce .introduce_container .content_container {
  position: absolute;
  top: 131px;
  left: 98px;
  width: 475px;
  height: 616px;
}
.block.introduce .introduce_container .content_container .title {
  width: 100%;
}
.block.introduce .introduce_container .content_container .content {
  margin-top: 60px;
  width: 360px;
  font-size: 15px;
  color: #000000;
  text-indent: 30px;
  line-height: 2.5;
}
.block.service {
  padding-top: 173px;
  width: 100%;
  height: 880px;
  background: url(../img/newIndex/bg_06.png) no-repeat center center / cover;
}
.block.service .service_container {
  position: relative;
  margin: 0 auto;
  width: 1090px;
  height: 560px;
  background: url(../img/newIndex/icon_arrow_01.png) no-repeat center center / contain;
}
.block.service .service_container .item {
  position: absolute;
  padding: 28px 0 0 85px;
  width: 510px;
  height: 170px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}
.block.service .service_container .item .item_title {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.block.service .service_container .item .description {
  margin-top: 8px;
  font-size: 14px;
  color: #000000;
}
.block.service .service_container .item .jump {
  margin-top: 20px;
  width: 112px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
  text-align: center;
  background-color: #fbc537;
  border-radius: 2px;
}
.block.service .service_container .item:nth-child(1) {
  padding-top: 50px;
  top: 26px;
}
.block.service .service_container .item:nth-child(1) .item_title {
  position: relative;
}
.block.service .service_container .item:nth-child(1) .item_title:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  content: '';
  width: 15px;
  height: 1px;
  background: #000;
}
.block.service .service_container .item:nth-child(1) .hint {
  margin-top: 40px;
  font-size: 11px;
  color: #000000;
}
.block.service .service_container .item:nth-child(2) {
  top: 146px;
}
.block.service .service_container .item:nth-child(3) {
  top: 266px;
}
.block.service .service_container .item:nth-child(4) {
  top: 388px;
}
.block.service .service_container .item:nth-child(2n) {
  right: 0;
}
.block.enter {
  height: 832px;
  background: url(../img/newIndex/bg_07.png) no-repeat center bottom / contain;
}
.block.enter .list_container {
  margin: 70px auto 0;
  padding-top: 30px;
  width: 1200px;
  height: 568px;
  background: #fff;
}
.block.enter .list_container .item {
  position: relative;
  float: left;
  margin: 0 35px;
  padding-left: 60px;
  padding-top: 110px;
  width: 330px;
  height: 488px;
  background: url(../img/newIndex/bg_08.png) no-repeat center bottom / contain;
}
.block.enter .list_container .item .no {
  position: absolute;
  top: 30px;
  left: 50px;
  font-size: 54px;
  font-weight: bold;
  color: #fbc537;
  line-height: 1;
}
.block.enter .list_container .item .item_title {
  margin-bottom: 28px;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.block.enter .list_container .item .list .list_item {
  margin-bottom: 20px;
}
.block.enter .list_container .item .list .list_item .label {
  font-size: 16px;
  color: #010101;
  line-height: 1;
}
.block.enter .list_container .item .list .list_item .value {
  font-size: 14px;
  color: #5f5f5f;
  line-height: 1;
  opacity: 0.8;
  margin-top: 10px;
}
.block.enter .list_container .item .jump {
  margin-top: 20px;
  width: 122px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  background-color: #fbc537;
  border-radius: 2px;
}
.block.partner {
  min-width: 100%;
  width: 1020px;
  margin: 0 auto;
}
.block.partner .content {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
.block.partner .content .swiper-container {
  width: 900px!important;
}
.block.partner .content .swiper-container .swiper-wrapper {
  width: 900px!important;
}
.block.partner .content .swiper-container .swiper-wrapper .swiper-slide {
  width: 180px !important;
  height: 160px;
  padding: 30px!important;
  margin: 0!important;
  text-align: center;
  border-right: 1px solid #f0f0f0;
  position: relative;
  background: #fff;
}
.block.partner .content .swiper-container .swiper-wrapper .swiper-slide .cover-img {
  width: 100%;
  height: 100%;
}
.block.partner .content .swiper-container .swiper-wrapper .swiper-slide:hover {
  background: #f8f8f8;
}
.block.partner .content .swiper-container .swiper-wrapper .swiper-button-disabled {
  opacity: 1!important;
}
.block.partner .content .swiper-container#partner .swiper-wrapper .swiper-slide {
  width: 150px !important;
  height: 150px;
  padding: 20px!important;
}
.block.partner .content .swiper-container#partner .swiper-wrapper .swiper-slide:nth-child(6n) {
  border-right: none;
}
.block.partner .content .swiper-container#partner .swiper-wrapper .swiper-slide.border {
  border-bottom: 1px solid #f0f0f0;
}
.block.partner .content .left,
.block.partner .content .right {
  height: 100%!important;
  position: absolute;
  top: 14%!important;
  width: 100px!important;
  border: none!important;
}
.block.partner .content .left:hover,
.block.partner .content .right:hover {
  background-color: #f8f8f8;
}
.block.partner .content .left:focus,
.block.partner .content .right:focus {
  outline: none;
}
.block.partner .content .left {
  right: 0px;
  background: url("../img/icon_arrow_04.png") no-repeat center center;
  background-size: 16px 29px !important;
}
.block.partner .content .right {
  left: 0;
  background: url("../img/icon_arrow_03.png") no-repeat center center;
  background-size: 16px 29px !important;
}
/*广告弹框*/
.ad-layer {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 500px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.ad-layer .ad-main {
  width: 100%;
  height: 100%;
}
.ad-layer .ad-main .cover-img {
  width: 100%;
  height: 100%;
  background: none;
}
.ad-layer .ad-main .cover-img img {
  width: 100%;
}
.ad-layer .ad-main #close_ad {
  display: block;
  position: absolute;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: 20px 0 10px 0;
  background: url('../img/icon_close_08.png') no-repeat center center / cover;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
.ad-layer .ad-main .unShow input {
  width: 14px;
  height: 14px;
}
/*# sourceMappingURL=index.css.map */