@import 'common.css';
a {
  text-decoration: none;
}
.banner {
  height: 480px;
  background: url(../images/social-responsibility/banner.png) center bottom #000;
  position: relative;
}
.wrap {
  width: 1440px;
  margin: 0 auto;
}
.mod.b2 {
  background-color: #f5f5f5ff;
}
.mod .mod-title {
  text-align: center;
  padding: 85px 0 80px;
}
.mod .mod-title .en {
  display: inline-block;
  height: 24px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
  background: linear-gradient(to left, #6666ff, #5293e9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.mod .mod-title .cn {
  height: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 204, 1);
  line-height: 20px;
  opacity: 0.8;
  position: relative;
}
.mod .mod-title .cn:before,
.mod .mod-title .cn:after {
  content: '';
  display: inline-block;
  width: 2em;
  border-top: 2px solid #ccc;
  margin: -1px 0.5em 0;
  vertical-align: middle;
}

.b1 {
  padding-bottom: 120px;
}
.b1 .mod-body {
  background-color: #fcfcfc;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 204, 0.04);
  background: url(../images/social-responsibility/1.png) 0 0 no-repeat;
}
.b1 .mod-body .content {
  padding: 40px;
  height: 574px;
}
.b1 .mod-body .content .txt {
  padding: 410px 65px 0;
  text-indent: 2em;
  line-height: 36px;
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
}

.b2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b2 li:after {
  content: '';
  display: block;
  clear: both;
}
.b2 .thumb {
  float: left;
  margin-right: 60px;
}
.b2 .thumb img {
  display: block;
  width: 658px;
  height: 400px;
  background: rgba(255, 255, 255, 1);
  border: 2px solid rgba(203, 203, 203, 1);
  background-color: #fff;
}
.b2 .more {
  display: block;
  margin: 80px auto;
  width: 176px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(170, 170, 170, 1);
  font-size: 14px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.b2 .mod-body:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  border: 1px solid transparent;
}
.b2 li .article {
  position: relative;
}
.b2 li .article .category {
  height: 32px;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  opacity: 0.9;
  margin-bottom: 55px;
}
.b2 li .article .title {
  height: 25px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  opacity: 0.85;
  margin-bottom: 20px;
}
.b2 li .article .intro {
  height: 220px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 28px;
  opacity: 0.7;
}
.b2 li .btn {
  height: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(82, 147, 233, 1);
  line-height: 12px;
}

.b3 ul:after {
  content: '';
  display: block;
  clear: both;
}
.b3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.b3 ul li {
  float: left;
  width: 396px;
  padding: 30px 30px 0;
  height: 180px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 204, 0.04);
  margin-right: 16px;
  margin-bottom: 16px;
}
.b3 ul li:nth-child(3n) {
  margin-right: 0;
}
.b3 ul li:nth-last-child(1),
.b3 ul li:nth-last-child(2),
.b3 ul li:nth-last-child(3) {
  margin-bottom: 0;
}
.b3 ul li:hover {
  background: linear-gradient(-30deg, rgba(20, 202, 242, 1), rgba(63, 63, 249, 1));
}
.b3 ul li .title {
  height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  opacity: 0.85;
}
.b3 ul li .intro {
  margin-top: 18px;
  width: 392px;
  height: 110px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 24px;
  opacity: 0.8;
}
.b3 ul li .btn {
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(82, 147, 233, 1);
  line-height: 12px;
}
.b3 ul li:hover * {
  color: #FFF !important;
}
.b3 .more {
    display: block;
    width: 176px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    margin: 80px auto;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(170, 170, 170);
    border-image: initial;
}
.b3 .mod-body::after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
}