header .logo img { width: 300px; }

.headline h2 {text-align: center;}



.tit h3 {font-size: 60px;}

/**/
.ab02_en {
  padding: 150px 0;
  background: url("../images/ab02_bg.jpg") no-repeat center/cover;
}

.ab02_en .tit_img {
  text-align: center;
}

.ab02_en .tit_img img {
  max-width: 100%;
}

.ab02_en .tit_img p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 28px;
  color: #333;
}

.ab02_en .tit_txt {
  text-align: center;
  margin-top: 35px;
}

.ab02_en .tit_txt h2 {
  color: #e53b29;
  font-size: 30px;
  line-height: 40px;
}

.ab02_en .tit_txt h5 {
  margin-top: 25px;
  color: #333;
  font-size: 18px;
  line-height: 28px;
}

.ab02_en ul {
  text-align: center;
  width: 768px;
  display: block;
  margin: 0 auto;
  margin-top: 35px;
}

.ab02_en ul li {
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  display: block;
  float: left;
  width: 236px;
  margin-right: 30px;
}

.ab02_en ul li > div {
  height: 545px;
  background: #df0015;
  color: #fff;
  padding: 15px;
}

.ab02_en ul li .img {
  border-bottom: 2px solid #ffa200;
  padding-bottom: 20px;
  margin-bottom: 15px;
  text-align: center;
}

.ab02_en ul li .img img {
  max-width: 60%;
}

.ab02_en ul li .img h2 {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.ab02_en ul li .img h6 {
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.ab02_en ul li .txt p {
  font-weight: bold;
  color: #fff;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
}

.ab02_en ul li:nth-child(3) {
  margin-right: 0;
}
/* line 1524, ../scss/_juili.scss */
.ab02_en ul li:nth-child(2) > div {
  background: #f5b300;
}

.ab02_en ul li:nth-child(2) .img {
  border-bottom: 2px solid #f60017;
}

.sidebar h2 {
      height: auto;
}

/**/

@media screen and (max-width: 1120px) {
 header .logo img { width: 280px; }
}

@media screen and (max-width: 768px) {
.ab02_en ul li > div {
    height: auto;
    padding: 30px 15px;
  }
.ab02_en ul li .img img { max-width: 30%;}
.ab02_en ul {width: 100%;}
.ab02_en ul li {
  width: 100%;
  margin-right: 0;}

}


@media screen and (max-width: 320px) {
 header .logo img { width: 230px; }
}