* {
  margin: 0;
  padding: 0;
}

a,
a:hover {
  text-decoration: none;
}

.bw {
  background: #fff;
}

.by {
  background: #FFC107;
}

.cl {
  clear: both
}

.fl {
  float: left;
}

.fr {
  float: right;
}

ul {
  list-style-type: none;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.w {
  width: 1200px;
  margin: 0 auto;
  display: block;
}

.w-100 {
  width: 1000px;
  margin: 0 auto;
  display: block;
}

.mt40 {
  margin-top: 40px;
}

/*  */
.ban {
  overflow: hidden;
  background: url(../qw/ban.jpg) center center no-repeat;
  height: 560px;
}

.banbox {
  position: absolute;
  /* height: 400px; */
  /* left: 100px; */
  top: 160px;
  text-align: left;
}


.banbox h1 {

  font-size: 80px;

  color: #ffffff;

  line-height: 120px;

  font-weight: 600;

  display: block;
}

.banbox p {

  font-size: 25px;

  color: #ffffff;

  line-height: 40px;

  letter-spacing: 2px;
}

/* nr */
.nr {

  overflow: hidden;
}

.nr ul {}

.nr ul li {

  float: left;

  width: 20%;

  text-align: center;

  margin-right: 5%;
}

.nr ul li:nth-child(4) {
  margin-right: 0px;
}

.nr ul li img {}

.nr ul li b {

  display: block;

  font-size: 20px;

  line-height: 60px;
}

.nr ul li span {

  text-align: justify;

  color: rgba(11, 17, 26, 0.6);

  font-size: 13px;

  line-height: 30px;
}

/* hy */
.hy {
  overflow: hidden;
  margin-top: 80px;
}


.tit {

  overflow: hidden;

  text-align: center;

  margin-bottom: 50px;
}


.tit h2 {
  font-size: 22px;
  line-height: 38px;
  color: #000;
  font-weight: 600;
}

.hy ul {}

.hy ul li {

  display: inline-block;
  vertical-align: top;
}

.hy ul li:nth-child(3n) {
  margin-right: 0px;
}

.hy ul li a {

  vertical-align: top;

  display: block;

  float: left;

  border: 1px solid rgba(6, 15, 26, 0.07);

  border-radius: 12px;

  width: 350px;

  height: 234px;

  padding: 30px 0px 0 30px;

  transition: all 0.3s ease-out 0.1s;
  text-decoration: none;
}

.hy ul li a:hover {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
  transform: scale(1.03);
}

.hy ul li:nth-child(3n+1),
.hy ul li:nth-child(3n+2) {
  margin-right: 20px;
  margin-bottom: 20px;
}


.hy ul li img {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}


.th {
  font-size: 18px;
  line-height: 43px;
  font-weight: 500;
  color: #000;
  display: inline-block;
}

.hy-h {
  font-size: 14px;
  line-height: 32px;
  margin-top: 20px;
}

.hy-h p {
  font-size: 16px;
  line-height: 36px;
  padding-left: 6px;
  color: black;
}

.hy-h span {
  padding-right: 6px;
}

/* work */
.work {
  overflow: hidden;
  margin-top: 80px;
}

.work ul {}

.work ul li {

  float: left;

  width: 20%;

  margin-right: 80px;

  margin-bottom: 50px;

  height: 130px;
}

.work ul li img {}

.work ul li b {

  font-size: 18px;

  line-height: 30px;

  text-align: left;

  margin-bottom: 10px;

  display: inline-block;

  font-weight: normal;

  padding-left: 10px;
}

.work ul li p {
  font-size: 14px;
  color: rgba(11, 17, 26, 0.6);
  text-align: justify;
  line-height: 24px;
}

.work ul li:nth-child(4n) {
  margin-right: 0px;
}

/*  */
/*  */
.ali_bgc {
  background: #f0f4f7;
  padding: 60px 0 135px 0;
  width: 100%;
}

.alic_tit {
  text-align: center;
}

.alic_tit h2 {
  font-size: 3rem;
  color: #000;
  font-weight: 200;
}

.alic_tit p {
  color: #6c6c6c;
  font-size: 1.5rem;
}

.alic_gd {
  margin-top: 45px;
  position: relative;
  display: flex;
}

.alic_fl {
  flex: 0 1 30.715%;
  display: flex;
  background: #fff;
}

.alic_fl ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}

.alic_fl li {
  flex: 0 1 100%;
  height: 16.666%;
  display: flex;
  box-sizing: border-box;
  /* border-bottom: 1px solid rgb(211, 210, 210); */
  position: relative;
  cursor: pointer;
}

.alic_fl li a {
  display: flex;
  align-items: center;
  padding-left: 10%;
  color: #fff;
  position: relative;
  z-index: 9;
}

.alic_fl li::after {
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(37, 127, 243, 0.5);
  transition: 0.5s;
}

.alic_fl li:hover::after,
.alic_fl li.on::after {
  width: 100%;
  transition: 0.5s;
}

.alic_wb {
  padding-left: 35px;
}

.alic_wb h3 {
  font-size: 16px;
  color: black;
}

.alic_wb p {
  font-size: 0.875rem;
  font-family: 'Dinr';
  margin-top: 3px;
}

.alic_nr {
  flex: 0 1 69.285%;
}

.alic_nr li {
  position: relative;
}

.alic_img img {
  display: block;
  width: 100%;
}

.alic_po {
  position: absolute;
  left: 50px;
  top: 18%;
}

.alc_bt h3 {
  font-size: 38px;
  color: #3e3d3d;
  line-height: 6px;
}


.alic_po .indb_more {
  margin-top: 110px;
}

.alic_po .indb_more i {
  background: #ffb956;
}

.alic_po .indb_more a {
  color: #000;
}

.alic_ms {
  padding-top: 45px;
  color: #5e5e5e;
  line-height: 30px;
  font-size: 16px;
}

.alic_po .indb_more a span {
  font-family: 'Dinr';
  padding-left: 20px;
}

/*  */