:root {
  --c-w: #fff;
  --c-y: #fccd70;
  --c-r: #e00005;
  --c-lb: #2856c5;
  --c-db: #0d2869;
  --bg-lb-db-90: linear-gradient(90deg, var(--c-lb), var(--c-db));
  --bg-lb-db-135: linear-gradient(135deg, var(--c-lb), var(--c-db));
}

.block-title {
  color: #182e94;
  font-size: 52px;
  letter-spacing: 4px;
}

.btns a {
  width: auto;
  height: 60px;
  line-height: 60px;
  background-image: none;
  background-color: var(--c-r);
  font-size: 26px;
  border-radius: 10px;
  box-shadow: none;
  padding: 0 30px;
}

.btns a:hover {
  background-image: none;
  background-color: var(--c-y);
}

.banner {
  display: block;
  background: url(../images/gz/banner.png) center no-repeat;
  position: relative;
  color: #fff;
  box-sizing: border-box;
  height: 542px;
}

.banner .btn {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  cursor: pointer;
}

.why {
  padding: 70px 0;
}

.why .item {
  background-image: var(--bg-lb-db-135);
  border-radius: 20px;
}

.why .item h4 {
  color: var(--c-y);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 2;
}

.why .item p {
  color: var(--c-w);
  font-size: 18px;
}

.why .item i {
  width: 60px;
  height: 60px;
}

.why .item:nth-of-type(1) i {
  background-image: url(../images/gz/why-ico-1.png);
}

.why .item:nth-of-type(2) i {
  background-image: url(../images/gz/why-ico-2.png);
}

.why .item:nth-of-type(3) i {
  background-image: url(../images/gz/why-ico-3.png);
}

.why .item:nth-of-type(4) i {
  background-image: url(../images/gz/why-ico-4.png);
}


.biz {
  padding: 10px 0 70px;
}

.biz .container>.grid {
  grid-template-columns: 170px auto;
  box-shadow: 0 0 10px rgba(55, 55, 55, .3);
  border-radius: 10px;
}

.biz .biz-type {
  background-image: var(--bg-lb-db-90);
  color: var(--c-w);
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 2px;
  border-radius: 10px;
}

.biz .items {
  flex: 1;
}

.biz .item {
  display: block;
  text-align: center;
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: 1px;
}

.biz .item.c-y {
  background-color: var(--c-y);
}

.biz .item.c-db {
  color: var(--c-w);
  background-color: var(--c-db);
}

.biz .item.c-r {
  color: var(--c-w);
  background-color: var(--c-r);
}

.annoyance {
  padding: 70px 0;
  --section-margin: 0;
  background-color: #f0f4ff;
}

.annoyance h4 {
  line-height: 3;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 2px;
}

.annoyance .wrapper {
  margin-top: 60px;
  height: 320px;
  background: url(../images/gz/annoyance-img.png) top center no-repeat;
  position: relative;
}

.annoyance .wrapper .item {
  display: inline-block;
  padding: 0 20px;
  line-height: 50px;
  border: 2px solid var(--c-db);
  border-radius: 30px;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 2px;
  position: absolute;
}

.annoyance .wrapper .item.light {
  background-color: var(--c-w);
  color: var(--c-db);
}

.annoyance .wrapper .item.dark {
  background-color: var(--c-db);
  color: var(--c-y);
}

.annoyance .wrapper .item:nth-of-type(1) {
  left: 200px;
  top: 30px;
}


.annoyance .wrapper .item:nth-of-type(2) {
  left: 80px;
  top: 120px;
}

.annoyance .wrapper .item:nth-of-type(3) {
  left: 140px;
  top: 230px;
}

.annoyance .wrapper .item:nth-of-type(4) {
  right: 200px;
  top: 30px;
}


.annoyance .wrapper .item:nth-of-type(5) {
  right: 80px;
  top: 120px;
}

.annoyance .wrapper .item:nth-of-type(6) {
  right: 140px;
  top: 230px;
}

.cases {
  padding: 70px 0;
  background-color: var(--c-db);
  --section-margin: 50px;
}

.cases h3 {
  color: var(--c-w);
}

.cases .btns a {
  border-radius: 40px;
}

.cases .item {
  position: relative;
}

.cases .item img {
  display: block;
  width: 100%;
  object-fit: 3 / 4;
}

.cases .item span {
  display: inline-block;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: var(--c-y);
  color: var(--c-db);
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 20px;
  text-align: center;
}

.cases p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60px;
  box-sizing: border-box;
  padding-bottom: 10px;
  background-color: #182e94;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
}

.method {
  padding: 70px 0;
  --section-margin: 30px;
}

.method h4 {
  color: var(--c-db);
  font-size: 26px;
  margin-top: 30px;
}

.method .wrapper {
  background: url(../images/gz/method.png) right top no-repeat;
  padding-right: 780px;
}

.method .wrapper .item {
  background-color: var(--c-y);
  border-radius: 10px;
  position: relative;
}

.method .wrapper .item::after {
  display: block;
  content: '';
  width: 220px;
  height: 2px;
  background-color: var(--c-y);
  position: absolute;
  left: 100%;
  top: 50%;
}

.method .wrapper .item:nth-of-type(1)::after {
  width: 180px;
}

.method .wrapper .item:nth-of-type(2)::after {
  width: 200px;
}

.method .wrapper .item h5 {
  color: var(--c-db);
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
}

.method .wrapper .item p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.8;
}

.method .btns a {
  border-radius: 40px;
}

.flow {
  background-color: #f7faff;
  padding: 70px 0;
}

.flow img {
  display: block;
  width: 100%;
  margin-top: 50px;
}

.flow .wrapper {
  margin-top: 50px;
  height: 325px;
  background: url(../images/gz/flow.png) center no-repeat;
  position: relative;
}

.flow .wrapper p {
  position: absolute;
  font-size: 24px;
  line-height: 30px;
  top: 70px;
  text-align: center;
}

.flow .wrapper p:nth-child(odd) {
  top: 185px;
}

.flow .wrapper p:nth-of-type(1) {
  left: 30px;
}

.flow .wrapper p:nth-of-type(2) {
  left: 200px;
}

.flow .wrapper p:nth-of-type(3) {
  left: 365px;
}

.flow .wrapper p:nth-of-type(4) {
  top: 100px;
  left: 550px;
}

.flow .wrapper p:nth-of-type(5) {
  left: 725px;
}

.flow .wrapper p:nth-of-type(6) {
  left: 880px;
}

.flow .wrapper p:nth-of-type(7) {
  left: 1070px;
}

.about-szm {
  padding: 70px 0 0;
}

.about-szm .container {
  padding: 0 20px;
}

.about-szm .item:nth-of-type(1) {
  width: 530px;
}

.about-szm .item:nth-of-type(2) {
  width: 600px;
}

.about-szm .item:nth-of-type(1) p {
  font-size: 18px;
  letter-spacing: 1px;
  text-indent: 2em;
  line-height: 40px;
  margin-bottom: 20px;
}

.about-szm .item:nth-of-type(2)>div {
  position: relative;
}

.about-szm .item:nth-of-type(2)>div img {
  display: block;
  width: 100%;
}

.about-szm .item:nth-of-type(2)>div h5 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16, 59, 153, 0.8);
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}

.about-szm .item>div:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.about-szm .item>div:nth-of-type(1) h5 {
  right: auto;
  padding: 0 200px 0 30px;
  display: inline-block;
  background-image: linear-gradient(to right,
      rgba(16, 59, 153, 0.8),
      rgba(71, 105, 179, 0));
  background-color: rgba(71, 105, 179, 0);
}
