* {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}
.bgCover {
  background-size: cover!important;
}
.banner {
  position: relative;
}
.banner img {
  display: block;
}
.banner .phone {
  display: none;
}
.banner .bannertxt {
  position: absolute;
  margin: 0 auto;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .bannertxt .autowidth {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner .bannertxt .txt {
  font-size: 66px;
  color: #333;
}
.banner .bannertxt .txt span {
  font-size: 92px;
  color: #c52b23;
}
.banner img {
  width: 100%;
}
.autowidth {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.pt5 {
  padding-top: 50px;
}
.pb5 {
  padding-bottom: 50px;
}
.colorfff {
  color: #fff;
}
.titDiv {
  text-align: center;
  margin-bottom: 40px;
}
.titDiv span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
}
.titDiv span::after {
  content: "";
  display: block;
  width: 4px;
  height: 14px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: 0  20px;
}
.titDiv span::before {
  content: "";
  display: block;
  width: 4px;
  height: 14px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: 0  20px;
}
.action1 {
  background: #eff2f7;
  margin-top: -120px;
}
.action1 .flexDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 60px;
  margin-bottom: 40px;
}
.action1 .flexDiv:last-child {
  margin-bottom: 0;
}
.action1 .flexDiv .tit {
  font-size: 34px;
  font-weight: bold;
  width: 20%;
}
.action1 .flexDiv .tit::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #c52c23;
  margin-top: 20px;
}
.action1 .flexDiv .divPs {
  width: 80%;
  font-size: 16px;
  line-height: 1.6;
}
.action2 {
  background: url(../images/s2_bg.jpg) no-repeat center;
  background-size: cover;
}
.action2 .divBox {
  padding: 60px;
  background: #fff;
}
.action2 .divBox .tit {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.action2 .divBox1 {
  margin-bottom: 40px;
}
.action2 .divBox1 .divPs p {
  font-size: 18px;
  line-height: 1.6;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.action2 .divBox1 .divPs p::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #e05148;
  border-radius: 4px;
  margin-right: 10px;
}
.action2 .divBox2 .divPs p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 1.6;
}
.action3 {
  background: url(../images/s3_bg.jpg) no-repeat center;
  background-size: cover;
}
.action3 .titDiv span::after {
  border-left: 2px solid #b52e29;
  border-right: 2px solid #b52e29;
}
.action3 .titDiv span::before {
  border-left: 2px solid #b52e29;
  border-right: 2px solid #b52e29;
}
.action3 .divBox {
  background: #fff;
  padding: 60px;
}
.action3 .divBox > .tit {
  text-align: center;
  color: #cb372d;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}
.action3 .divBox ul li {
  margin-bottom: 10px;
}
.action3 .divBox ul li .fs {
  display: inline-block;
  font-size: 18px;
  background-image: linear-gradient(to right, #c9342a, #e3554b);
  font-weight: bold;
  padding: 5px 20px;
  color: #fff;
  margin-bottom: 5px;
}
.action3 .divBox ul li .divPs {
  text-indent: 2em;
  font-size: 16px;
  line-height: 1.4;
}
.action3 .divBox1 {
  margin-bottom: 40px;
}
.action3 .divBox2 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
  text-indent: 2em;
}
.action4 {
  background: url(../images/s4_bg.jpg) no-repeat center;
  background-size: contain;
}
.action4 .titDiv span::after {
  border-left: 2px solid #b52e29;
  border-right: 2px solid #b52e29;
}
.action4 .titDiv span::before {
  border-left: 2px solid #b52e29;
  border-right: 2px solid #b52e29;
}
.action4 .divPs {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
  text-indent: 2em;
}
.action4 table {
  text-align: center;
  border-collapse: collapse;
}
.action4 table th {
  background: #ca362c;
  color: #fff;
  padding: 20px 0 ;
  border: 2px solid #dddddd;
  font-weight: bold;
}
.action4 table td {
  font-size: 18px;
  color: #333;
  border: 2px solid #dddddd;
  padding: 15px 15px;
  height: 50px;
}
@media screen and (max-width: 960px) {
  .autowidth {
    max-width: unset;
    padding: 0 20px;
  }
  .banner .phone {
    display: block;
  }
  .banner .pc {
    display: none;
  }
  .setionNav {
    position: static;
  }
  .banner .bannertxt .txt {
    font-size: 28px;
  }
  .banner .bannertxt .txt span {
    font-size: 32px;
  }
  .titDiv span {
    font-size: 20px;
  }
  .action1 {
    margin-top: 0;
  }
  .action1 .flexDiv {
    padding: 20px;
    flex-wrap: wrap;
  }
  .action1 .flexDiv .tit,
  .action1 .flexDiv .divPs {
    width: 100%;
  }
  .action1 .flexDiv .tit {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .action1 .flexDiv .divPs {
    font-size: 14px;
  }
  .action2 .divBox {
    padding: 20px;
  }
  .action2 .divBox .tit {
    font-size: 18px;
  }
  .action2 .divBox1 .divPs p {
    font-size: 14px;
  }
  .action2 .divBox2 .divPs p {
    font-size: 14px;
  }
}
.action3 .divBox {
  padding: 20px;
}
.action3 .divBox ul li .fs {
  font-size: 16px;
}
.action3 .divBox ul li .divPs {
  font-size: 14px;
}
.action3 .divBox,
.action4 .divPs {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .movieInfoOn .divBox {
    flex-direction: column;
    margin: 20px;
  }
  .movieInfoOn .divBox .divl {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .movieInfoOn .divBox .divr {
    margin-left: 0;
  }
  .action4 .box-table {
    margin: 15px auto;
    width: 100%;
    overflow-x: auto;
  }
  .action4 .box-table table {
    min-width: 480px;
  }
  .action4 .box-table table th {
    font-size: 14px;
    padding: 6px;
  }
  .action4 .box-table table td {
    font-size: 14px;
    padding: 6px;
  }
}
