/*
    作者:黄豪琦
    日期:2020-07-14 15:09
*/

.xsb {
}

.xsb .banner-text {
  line-height: 32px;
}

.xsb .banner-text .h-row > div {
  margin: 30px auto 0;
  float: none !important;
  /*padding-right: 0!important;*/
  /*padding-left: 0!important;*/
}

.xsb .banner-text .title {
  font-size: 40px;
}

.xsb .i-row {
  /*padding: 35px 0;*/
}

.xsb .i-row .am-u-lg-4 img {
  width: 100%;
  height: 100%;
}

.xsb1 .bg-gray-f3 > div {
  line-height: 3;
  margin: 10px 0;
}

.xsb1 .bg-gray-f3 > div > div {
  display: inline-block;
}

.xsb .i-row img {
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.xsbi3 {
}

.xsb .i3-right > div {
  width: 80%;
  padding: 0 16px;
  margin: 0 auto;
}
.xsb .i3-right .title {
  font-weight: bold;
  font-size: 20px;
  margin: 30px auto 18px;
  text-indent: 0;
}

.xsb-i1-left {
  background:  center center;
  background-size: cover;
  padding: 17px 0;
  float: right;
}

.xsb-i1-container {
  width: 50%;
  box-sizing: border-box;
  padding: 1.5rem;
  float: left;
}
.xsb-i1-container:first-child {
  width: 100%;
}

.xsb-i1-item div {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

.xsb-i1-item {
  line-height: 4;
  text-align: center;
  color: #ffffff;
  border: 1px solid #fff;
  margin: 34px 0;
}

.xsb-i1-item img {
  display: inline-block;
  width: 30px !important;
  height: 30px;
  vertical-align: middle;
  margin-right: 16px;
}
.xsb2 {
  padding: 0 !important;
}
.xsb2 .title-internal2 {
  margin: 35px 0 !important;
}
.i2-left p {
  line-height: 30px;
  margin-bottom: 20px;
}
.xsb .xsbi3 .border-shadow-big {
  margin-bottom: 35px;
}
.xsbi3-2 {
  position: relative;
}
.xsbi3-2 .i3-left {
  height: 100%;
  padding: 0 !important;
}
.xsbi3-2 .title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin: 16px 0;
}
.xsbi3-2 .row {
  margin-bottom: 18px;
  margin-left: 0;
  line-height: 2;
}
.xsbi3-2 .row > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  font-weight: bold;
  margin-left: 0;
  font-size: 20px;
}
.xsbi3-2 .row > p {
  font-size: 18px;
}
.i2-left p {
  font-size: 18px;
}

.flex_align_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.cjlayout1 {
  height: 300px;
  margin-bottom: 2rem;
}
.cjlayout1-img {
  width: 400px;
  height: 100%;
  float: left;
}
.cjlayout1-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cjlayout1-tags {
  float: right;
  height: 300px;
  width: calc(100% - 400px);
  padding: 1rem;
  box-sizing: border-box;
  background:  center center no-repeat;
  background-size: 100% 100%;
}
.cjlayout1-tag {
  float: left;
  width: calc(50% - 30px);
  height: 68px;
  padding: 17px 5px;
  border: 1px solid #fff;
  margin: 35px 15px;
  text-align: center;
}
.cjlayout1-tag img {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.cjlayout1-tag-label {
  display: inline-block;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 1200px) {
  .xsbi3-2 .title {
    font-size: 18px;
    line-height: 3rem;
  }
  .xsbi3-2 .row > div {
    font-size: 18px;
  }
  .xsbi3-2 .row > p {
    font-size: 16px;
  }
  .cjlayout1 {
    height: auto;
  }
  .cjlayout1-img {
    display: none;
  }
  .cjlayout1-tags {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    height: 170px;
    float: none;
    padding: 2rem 1rem;
    box-sizing: border-box;
  }
  .cjlayout1-tag {
    float: none;
    box-sizing: border-box;
    height: 100%;
    margin: 0;
  }
  .cjlayout1-tag-label {
    margin-top: 5px;
    display: block;
  }
}

@media (max-width: 768px) {
  .cjlayout1-tags {
    display: flex;
    height: auto;
    flex-wrap: wrap;
  }
  .cjlayout1-tag {
    width: 100%;
  }
  .xsb-i1-container {
    width: 100%;
    padding: 1rem;
  }
  .xsb-i1-item {
    margin: 0;
  }
}
