.banner {
  color: #FFFFFF;
  position: relative;
  height: 528px;
  background: url(../img/detail/banner.jpg) no-repeat right center;
}

.banner .pc {
  width: 100%;
}

.banner .box {
  display: inline-block;
  position: relative;
  height: 100%;
}

.banner .bannerWord {
  display: table;
  height: 100%;
  width: 71%;
  text-align: left;
}

.banner .bannerWord div {
  display: table-cell;
  vertical-align: middle;
}

.banner .bannerWord span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5%;
}

.banner .bannerWord h2 {
  font-size: 50px;
}

.banner .bannerWord p {
  font-size: 18px;
  line-height: 2;
}

.banner .bannerWord .word1 {
  margin-top: 2%;
}

.banner .bannerWord .word2 {
  margin-top: 4%;
  margin-bottom: 1%;
  font-weight: bold;
}

.banner .bannerWord .register {
  display: block;
  width: 167px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background: #252875;
}

.banner .bannerWord .register:hover {
  background: #FFFFFF;
  color: #252875;
}

.intro {
  padding: 3% 0;
}

.intro p {
  text-indent: 2em;
  font-size: 20px;
  line-height: 2;
}

.guest ul {
  padding: 45px 0 50px;
}

.guest ul li {
  float: left;
  background: #d6dbde;
  width: 31%;
  margin: 1% 1%;
  position: relative;
  color: #1b1b1b;
  padding: 0 3% 4%;
  text-align: center;
}

.guest ul li img {
  padding: 9px;
  background: #c2c3c9;
  border-radius: 100%;
  margin: -45px auto 0;
  width: 244px;
  height: 244px;
}

.guest ul li .name {
  font-size: 28px;
  font-weight: normal;
  margin: 30px 0 10px;
}

.guest ul li .position {
  font-size: 22px;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}

.guest ul li.one {
  float: none;
  margin: 0 auto;
}

.topic {
  background: url(../img/detail/bg1.jpg) no-repeat center center;
  color: #FFFFFF;
  padding-bottom: 5%;
}

.topic h2 {
  color: inherit;
}

.topic ul li {
  font-size: 28px;
  float: left;
  width: 28%;
  margin: 1% 2%;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFFFFF;
}

.advantage ul {
  padding: 3% 0 6%;
}

.advantage ul li {
  float: left;
  width: 31%;
  margin: 1% 1%;
  text-align: center;
}

.advantage ul li span {
  color: #414141;
  font-size: 35px;
}

.advantage ul li p {
  font-size: 24px;
  color: #282828;
  margin-top: 20px;
}

.caseBox .case {
  background: url(../img/detail/bg2.jpg) no-repeat center center;
}

.caseBox .case .container {
  font-size: 16px;
  color: #FFFFFF;
}

.caseBox .case .container .content {
  width: 50%;
  float: right;
  padding: 5% 0 5% 5%;
}

.caseBox .case .container .content span {
  display: block;
  margin-bottom: 10px;
}

.caseBox .case .container .content h3 {
  font-size: 30px;
}

.caseBox .case .container .content p {
  color: #cccccc;
  line-height: 2;
  margin: 3% 0 5%;
}

.caseBox .case .container .content .more {
  display: block;
  width: 134px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 2px solid #FFFFFF;
}

.caseBox .case .container .content .more:hover {
  background: #FFFFFF;
  color: #333333;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
  .guest ul li img {
    width: 144px;
    height: 144px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .banner {
    min-width: auto;
    height: 390px;
    background-position: center left;
  }
  .banner .pc {
    display: none;
  }
  .banner .box {
    width: 100%;
  }
  .banner .bannerWord {
    width: 90%;
    margin-left: 5%;
  }
  .banner .bannerWord h2 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 640px) and (min-width: 100px) {
  .banner {
    min-width: auto;
    height: 390px;
    background-position: center left;
  }
  .banner .pc {
    display: none;
  }
  .banner .box {
    width: 100%;
  }
  .banner .bannerWord {
    width: 100%;
    padding: 0 4%;
  }
  .banner .bannerWord h2 {
    font-size: 20px;
  }
  .banner .bannerWord p {
    font-size: 16px;
  }
  .banner .bannerWord .word1 {
    margin-top: 5%;
  }
  .banner .bannerWord .word2 {
    margin-top: 9%;
  }
  .banner .bannerWord .register {
    height: 40px;
    line-height: 40px;
  }
  .intro {
    padding-top: 6%;
  }
  .intro p {
    font-size: 14px;
  }
  .guest ul li {
    float: none;
    width: 80%;
    margin: 0 auto 20%;
  }
  .guest ul li img {
    width: 144px;
    height: 144px;
    margin-top: -20%;
  }
  .guest ul li .name {
    font-size: 20px;
    margin: 10px 0;
  }
  .guest ul li .position {
    font-size: 16px;
  }
  .topic ul li {
    width: 100%;
    margin: 0 0 5%;
    font-size: 16px;
  }
  .advantage ul li {
    width: 100%;
    margin: 0 0 10%;
  }
  .advantage ul li span {
    font-size: 20px;
  }
  .advantage ul li p {
    font-size: 18px;
  }
  .advantage ul li:nth-of-type(1) img {
    width: 30px;
  }
  .advantage ul li:nth-of-type(2) img {
    width: 110px;
  }
  .advantage ul li:nth-of-type(3) img {
    width: 94px;
  }
  .caseBox .case {
    background: url(../img/detail/bg2.jpg) no-repeat left center;
  }
  .caseBox .case .container .content {
    width: 100%;
  }
  .caseBox .case .container .content h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 100px) and (max-width: 340px) {
  .banner .bannerWord p {
    line-height: 1.4;
  }
}
