.nav-second {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  background-color: #fff;
}
.nav-second ul {
  width: 1200px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
}
.nav-second ul li {
  cursor: pointer;
  width: 20%;
  height: 50px;
  float: left;
  text-align: center;
  line-height: 50px;
  position: relative;
}
.nav-second ul li.active:after {
  content: '';
  width: 50%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 25%;
  background-color: #409efe;
}

.japan-banner {
  width: 100%;
  height: 300px;
  text-align: center;
  background-color: #81c6fb;
}
.japan-banner img {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.japan-content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
}
.japan-content .content-1 {
  width: 100%;
  height: auto;
  background-color: #f5f9ff;
}
.japan-content .content-1 .title {
  font-size: 40px;
  font-weight: bold;
  color: #409efe;
  text-align: center;
  line-height: 150px;
}
.japan-content .content-1 .content {
  width: 100%;
  height: auto;
}
.japan-content .content-1 .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.japan-content .content-1 .content ul li {
  cursor: pointer;
  width: 25%;
  height: 230px;
  float: left;
  text-align: center;
}
.japan-content .content-1 .content ul li .advisory {
  margin: 10px auto;
  width: 170px;
  height: 55px;
  background: url(../i/img-05.png) no-repeat center;
  background-size: cover;
}
.japan-content .content-1 .content ul li .imgs {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background-color: #3d7ff5;
  border-radius: 5px;
  line-height: 270px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
}
.japan-content .content-1 .content ul li .imgs:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.japan-content .content-1 .content ul li:nth-of-type(1) .imgs {
  background: url(../i/img-01.png) no-repeat center top 10px;
  background-size: 120px;
  background-color: #3d7ff5;
}
.japan-content .content-1 .content ul li:nth-of-type(2) .imgs {
  background: url(../i/img-02.png) no-repeat center top 10px;
  background-size: 120px;
  background-color: #3d7ff5;
}
.japan-content .content-1 .content ul li:nth-of-type(3) .imgs {
  background: url(../i/img-03.png) no-repeat center top 10px;
  background-size: 110px;
  background-color: #3d7ff5;
}
.japan-content .content-1 .content ul li:nth-of-type(4) .imgs {
  background: url(../i/img-04.png) no-repeat center top 10px;
  background-size: 100px;
  background-color: #3d7ff5;
}
.japan-content .content-2 {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.japan-content .content-2 .title {
  font-size: 40px;
  font-weight: bold;
  color: #409efe;
  text-align: center;
  line-height: 150px;
}
.japan-content .content-2 .content {
  width: 100%;
  height: 200px;
}
.japan-content .content-2 .content ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
.japan-content .content-2 .content ul li {
  cursor: pointer;
  width: 25%;
  height: 150px;
  font-size: 36px;
  color: #333;
  text-shadow: 0.2rem 0rem 0.5rem #fff, -0.2rem 0rem 0.5rem #fff, 0rem 0.2rem 0.5rem #fff, 0rem -0.2rem 0.5rem #fff;
  text-align: center;
  line-height: 65px;
  float: left;
  font-weight: bold;
}
.japan-content .content-2 .content ul li i {
  font-style: normal;
  display: block;
  width: 185px;
  height: 109px;
  margin: 21px auto;
  transition: 0.5s;
}
.japan-content .content-2 .content ul li i:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.japan-content .content-2 .content ul li:nth-of-type(1) {
  background: url("../i/img-06.png") no-repeat center;
  background-size: 185px;
}
.japan-content .content-2 .content ul li:nth-of-type(2) {
  background: url("../i/img-07.png") no-repeat center;
  background-size: 185px;
}
.japan-content .content-2 .content ul li:nth-of-type(3) {
  background: url("../i/img-08.png") no-repeat center;
  background-size: 185px;
}
.japan-content .content-2 .content ul li:nth-of-type(4) {
  background: url("../i/img-09.png") no-repeat center;
  background-size: 185px;
}
.japan-content .content-2 .txt {
  padding: 0 5% 40px 5%;
}
.japan-content .content-2 .txt p {
  line-height: 36px;
  font-size: 18px;
  color: #333;
}
.japan-content .content-3 {
  width: 100%;
  height: auto;
  background-color: #f5f9ff;
}
.japan-content .content-3 .title {
  font-size: 40px;
  font-weight: bold;
  color: #409efe;
  text-align: center;
  line-height: 150px;
}
.japan-content .content-3 .content ul {
  padding: 0 5%;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.japan-content .content-3 .content ul li {
  position: relative;
  width: 31%;
  height: 225px;
  float: left;
  margin-bottom: 5%;
  margin-right: 3.5%;
  background-color: #e6eefb;
  transition: 0.5s;
}
.japan-content .content-3 .content ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.japan-content .content-3 .content ul li:nth-of-type(3n) {
  margin-right: 0;
}
.japan-content .content-3 .content ul li .label {
  width: 100%;
  height: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #76a5f8;
  text-align: center;
  line-height: 50px;
}
.japan-content .content-3 .content ul li dl {
  overflow: hidden;
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
}
.japan-content .content-3 .content ul li dl dd {
  cursor: pointer;
  width: 36%;
  float: left;
  text-align: center;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  margin: 10px 7% 0 7%;
  border: 1px solid #eea0ae;
}
.japan-content .content-3 .content ul li .status {
  width: 86%;
  height: 50px;
  margin: 15px 7% 15px 7%;
}
.japan-content .content-3 .content ul li .status span {
  font-size: 14px;
  color: #333;
  line-height: 50px;
}
.japan-content .content-3 .content ul li .status span:last-of-type {
  background-color: #5b87cd;
  color: #fff;
  border-radius: 10px;
  height: 30px;
  text-align: center;
  width: 70px;
  line-height: 30px;
  margin-top: 10px;
  float: right;
}
.japan-content .content-3 .content ul li .status:nth-of-type(3) {
  margin-top: -10px;
}
.japan-content .content-3 .content ul li .more {
  width: 100%;
  height: 40px;
  background-color: #3d7ff5;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.japan-content .content-4 {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.japan-content .content-4 .title {
  font-size: 40px;
  font-weight: bold;
  color: #409efe;
  text-align: center;
  line-height: 150px;
}
.japan-content .content-4 img {
  width: 1100px;
  margin: 0 50px;
  padding-bottom: 80px;
}
.japan-content .content-5 {
  width: 100%;
  height: auto;
  padding-bottom: 80px;
  background-color: #f5f9ff;
}
.japan-content .content-5 .title {
  font-size: 40px;
  font-weight: bold;
  color: #409efe;
  text-align: center;
  line-height: 150px;
}
.japan-content .content-5 .content {
  padding: 0 7%;
  text-align: center;
}
.japan-content .content-5 .content h2 {
  text-align: left;
}
.japan-content .content-5 .content p {
  line-height: 30px;
  font-size: 16px;
  text-align: left;
  color: #333;
}
.japan-content .content-5 .content img {
  margin: 15px 0;
}
.tips {
  position: fixed;
  top: 150px;
  right: 5px;
  width: 132px;
  height: 387px;
  background: url("../i/leyuTips1.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
}