* {
  margin: 0;
  padding: 0;
  /* font-family: "Microsoft YaHei", "serif"; */
}
#app {
  width: 100%;
}
#app .main {
  width: 100%;
  min-height: 1000px;
  margin: 0 auto;
}
#app .main .top {
  width: 100%;
  height: 850px;
  background-color: #006aff;
}
#app .main .top .logo {
  width: 1350px;
  height: 80px;
  border-top: 1px solid transparent;
  margin: 0 auto;
}
#app .main .top .bg {
  width: 120px;
  height: 120px;
  margin-top: 20px;
}
#app .main .top .top-content {
  width: 1350px;
  height: 850px;
  margin: 0 auto;
  display: flex;
}
#app .main .top .top-content .text {
  flex: 1;
  height: 550px;
}
#app .main .top .top-content .text h1 {
  font-style: italic;
  font-size: 58px;
  color: #fff;
}
#app .main .top .top-content .text h3.interval {
  margin-top: 100px;
}
#app .main .top .top-content .text h3 {
  font-size: 40px;
  color: #fff;
}
#app .main .top .top-content .img {
  width: 600px;
  height: 550px;
  background: url(../img/bg.png) no-repeat center / cover;
}
#app .main .center {
  width: 100%;
  min-height: 400px;
  border-top: 1px solid transparent;
  background-color: #fff;
}
#app .main .center .train {
  width: 1350px;
  height: 400px;
  margin: 100px auto;
  display: flex;
}
#app .main .center .train .list {
  flex: 1;
  height: 400px;
  margin-top: 40px;
  margin-left: 100px;
}
#app .main .center .train .list .text1 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
}
#app .main .center .train .list .text2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-style: italic;
  color: #006aff;
}
#app .main .center .train .list .text3 {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
}
#app .main .center .train .list .text3.first {
  margin-top: 40px;
}
#app .main .center .train .list .text4 {
  float: left;
  width: 140px;
  height: 40px;
  margin-top: 20px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 20px;
  line-height: 40px;
  font-size: 16px;
  margin-left: 15px;
  position: relative;
}
#app .main .center .train .list .text4.first {
  margin-left: 0;
}
#app .main .center .train .list .text4::before {
  position: absolute;
  left: 24px;
  top: 18px;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #000;
  font-size: 30px;
}
#app .main .center .train img {
  width: 600px;
  height: 380px;
}
#app .main .center .train img.photo {
  width: 248px;
  height: 380px;
}
#app .main .center .train .img1 {
  width: 275px;
  height: 380px;
  margin-left: 50px;
  background: no-repeat center / cover;
}
#app .main .center .train .img2 {
  width: 275px;
  height: 380px;
  background: no-repeat center / cover;
}
#app .main .product {
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin: 0 auto;
  background-color: #f8f9fd;
  padding-bottom: 40px;
  border-top: 1px solid transparent;
}
#app .main .product .title {
  width: 100%;
  height: 60px;
  text-align: center;
  margin-top: 40px;
  line-height: 60px;
  font-size: 48px;
}
#app .main .product .title1 {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-style: italic;
}
#app .main .product .wrap {
  width: 100%;
  height: auto;
  margin-top: 60px;
  user-select: none;
  cursor: pointer;
}
#app .main .product .wrap .item {
  display: inline-block;
  text-align: center;
  width: 200px;
  height: 220px;
  margin-left: 220px;
  margin-top: 40px;
}
#app .main .product .wrap .item img {
  width: 150px;
  height: 150px;
  border-radius: 36px;
  background: no-repeat center / cover;
}
#app .main .product .wrap .item p:nth-child(1) {
  width: 100%;
  height: 20px;
  margin-top: 10px;
}
#app .main .product .wrap .item p:nth-child(2) {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #356cfb;
  border-radius: 30px;
  margin-top: 6px;
  color: #fff;
}
#app .main .apply {
  width: 100%;
  height: 800px;
  text-align: center;
  border-top: 1px solid transparent;
}
#app .main .apply .title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 48px;
  margin-top: 80px;
}
#app .main .apply .title1 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-style: italic;
  color: #006aff;
}
#app .main .apply #outer {
  width: 850px;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#app .main .apply #outer #imgList {
  width: 2600px;
  position: absolute;
  left: 0;
  top: 0;
}
#app .main .apply #outer #imgList li {
  width: 850px;
  height: 500px;
  float: left;
  list-style: none;
}
#app .main .apply #outer #imgList li img {
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
}
#app .main .apply #outer #navDiv {
  position: absolute;
  bottom: 15px;
}
#app .main .apply #outer #navDiv a {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0px 5px;
  opacity: 0.5;
  /* 兼容IE8,但是chrome里面就又不行了*/
  /* filter:alpha(opacity = 50); */
}
#app .main .apply #outer #navDiv a:hover {
  background-color: #006aff;
}
#app .main .bottom {
  width: 100%;
  height: 600px;
  border-top: 1px solid transparent;
  background-color: #f8f9fd;
  position: relative;
}
#app .main .bottom .footer {
  width: 1000px;
  height: 500px;
  margin: 40px auto;
  position: relative;
}
#app .main .bottom .footer .img-bg {
  position: absolute;
  left: 0;
  top: 56px;
  width: 1000px;
  height: 500px;
  background: url("../img/footer.png") no-repeat center / cover;
}
#app .main .bottom .footer .img-bg .dress {
  position: absolute;
  left: 50%;
  top: 150px;
  margin-left: -25%;
  width: 50%;
  height: 100px;
}
#app .main .bottom .footer .img-bg .dress p {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
#app .main .bottom .fill {
  width: 100%;
  height: 100px;
  background-color: #fff;
}
#app .main .last {
  width: 100%;
  height: 150px;
  margin-top: 80px;
}
#app .main .last .text1 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #191e29;
}
#app .main .last .text2 {
  width: 100%;
  height: 90px;
  margin-top: 20px;
  text-align: center;
}
#app .main .last .text2 p {
  margin-top: 10px;
  color: #989898;
}
#app .main .last .text2 p a {
  text-decoration: none;
  color: #989898;
}
