/* 轮播图css样式 */
.carousel-caption {
  width: 512px !important;
  height: auto;
  top: 90px;
  text-align: start !important;
  left: 15% !important;
}

.carousel {
  height: 456px;
}

.carousel-inner {
  width: 100vw !important;
  height: 456px;
}

.item {
  height: 100%;
}

/* 新闻展示布局 */
.official-journalism {
  width: 100vw;
  height: 665px;
  background-color: #f8f9fe;
  overflow: hidden;
}
/* 新闻标题css */
.journalism-title {
  width: 100%;
  height: 45px;
  margin-top: 54px;
  margin-bottom: 49px;
}
/* 新闻内容部分 */

/* 新闻循环遍历内容设置样式 */
.set-contain {
  width: 364px;
  height: 345px;
  box-shadow: 0px 3px 8px 0px #afadad;
  position: relative;
  border-radius: 4px;
}
.set-contain-copy {
  box-shadow: 0px 3px 8px 0px #2472fe;
}
/* 新闻图片设置 */
.set-img {
  height: 210px;
  width: 100%;
}
/* 新闻内容文字设置 */
.set-border {
  width: 310px;
  height: 110px;
}
/* 新闻内容文字布局设置 */
.set-font {
  width: 100%;
  height: auto;
}
/* 新闻装饰小图标定位 */
.journalism-set {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  left: 15px;
}
/* 了解更多 */
.set-more {
  width: 100%;
  height: 42px;
  margin-top: 46px;
  margin-bottom: 84px;
  text-align: center;
  line-height: 42px;
}

/* 首页呼叫部分css */
.set-call {
  width: 100vw;
  /* height: 1798px; */
  background: url(../img/call.png);
  background-size: cover;
}
.set-call-content {
  width: 1200px;
  height: 449px;
  box-shadow: 0px 6px 10px 0px #90a7c4;
  border-radius: 1px;
  background: #ffffff;
}
.set-call-left {
  width: 263px;
  height: 100%;
  background: url(../img/left.png);
  background-size: cover;
}
.set-call-right {
  width: 937px;
  height: 100%;
}
.set-menu {
  width: 100%;
  height: 176px;
  margin-top: 65px;
}

.menu-font {
  font-weight: bold;
  font-size: 22px;
  color: #999999 !important;
}
.menu-font-two-copy {
  font-weight: bold;
  font-size: 22px;
  color: #fbaf35;
}
.menu-font-two {
  display: inline-block;
  width: 60%;
  font-size: 16px;
  color: #333333;
}
.set-menu-children {
  margin-bottom: 10px;
  width: 100%;
  height: 44px;
  background-color: none;
}
.set-menu-children-copy {
  background-color: #ffffff;
}
.set-mask {
  position: absolute;
  width: 263px;
  height: 44px;
  z-index: 100;
}
/* 纠调 */
.set-jiutiao-border {
  width: 1200px;
  height: 449px;
}
.set-jiutiao-left {
  width: 30%;
  height: 100%;
}
.set-jiutiao-right {
  width: 70%;
  height: 100%;
}
.set-jiutiao-font {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 5px;
  margin-top: 36px;
}
.set-jiutiao-photo {
  width: 800px;
  height: 388px;
  margin-left: 90px;
  margin-bottom: 10px;
  position: relative;
}
.set-jiutiao-decorate {
  width: 168px;
  height: 119px;
  position: absolute;
  top: -64px;
  left: 602px;
}

.set-jiutiao-decorate-two {
  width: 170px;
  height: 67px;
  position: absolute;
  top: 269px;
  left: -83px;
}

.set-chexian-photo {
  width: 722px;
  height: 388px;
  margin-bottom: 10px;
  position: relative;
}
.set-chexian-decorate {
  width: 99px;
  height: 70px;
  position: absolute;
  top: 13px;
  right: -32px;
}

/* 我们的优势 */
.set-advantage {
  width: 100%;
  height: 500px;
  background-color: #ffffff;
}
.advantage-title {
  width: 100%;
  height: 72px;
}
.advantage-content {
  width: 100%;
  height: 200px;
  padding: 0 3%;
}
.advantage-child {
  width: 197px;
  height: 200px;
  /* transition: all 0.25s ease-in 0.25s; */
    transform: scale(1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}
.set-attr {
  width: 250px;
  height: 270px;
  /* transition: all 0.1s ease-in 0.1s; */
  transform: scale(1.05);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}
/* 我的客户css */
.set-client {
  width: 100vw;
  height: 565px;
  background-color: #f2f8fb;
  background: url(../img/client.png);
  background-size: cover;
}
.client-content {
  margin-top: 63px;
  width: 1208px;
  height: 360px;
  position: relative;
}
.set-client-ball {
  width: 400px;
  height: 400px;
  position: absolute;
  top: -25px;
  left: 405px;
}
/* 定制专属部分 */
.set-service {
  width: 100%;
  height: 772px;
}
.set-service-content {
  width: 1000px;
  height: 300px;
}

/* 二维码展示 */
.show-code {
  display: none;
  width: 100px;
  height: 100px;
  background: #fff;
  position: absolute;
  top: 50px;
  right: -50px;
  z-index: 100;
  background-image: url("../img/code.jpg");
  background-size: cover;
}
.show-code-show {
  display: block;
}
