* {
  margin: 0;
  padding: 0;
}

ul,
li,
ol {
  list-style-type: none;
}

h1 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.banner {
  display: flex;
  width: 100%;
  height: 560px;
  background-image: url(../image/aboutus/banner-06.jpg);
  background-size: cover;
  background-position: center right;
}

.bannerCrest {
  max-width: 1430px;
  margin: 150px auto;
  padding: 50px;
  width: 100%;
}

.bannerCen {
  margin-top: 30px;
  color: #fff;
}

.bannerCen h1 {
  font-size: 38px;
  color: #fff;
}

/* 第一部分 */
.company {
  padding: 30px 0 50px 0;
}

.company h1 {
  text-align: center;
  padding: 50px;
}

.company .row {
  max-width: 1430px;
  margin: auto;
  padding: 50px;
}

.company .row .cbd .mod {
  padding-right: 50px;
  line-height: 30px;
  color: #8e8e8e;
  font-size: 15px;
}

.company .row .cbd h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.c {
  position: absolute;
  top: 40px;
  left: 16px;
  width: 33px;
  height: 3px;
  background-color: cornflowerblue;
}

.company .row .img {
  text-align: right;
}

.company .row .img > img {
  width: 100%;
  height: 100%;
}

/* 第二部分 */
.honor {
  padding: 30px 0 50px 0;
  background-color: #f7f9fc;
}

.honor h1 {
  padding: 50px 0 0 0;
  text-align: center;
}

.box {
  max-width: 1430px;
  margin: auto;
  padding: 50px;
  position: relative;
  overflow: hidden;
}

.box .images {
  width: 300%;
  position: relative;
  display: flex;
  padding: 20px 0 50px 0;
  left: 0;
  transition: 0.2s;
}

.box .images .mout {
  width: 7%;
  float: left;
}

.box .images .mout img {
  width: 210px;
  height: 300px;
}

.button-left,
.button-right {
  position: absolute;
  color: #8e8e8e;
  top: 45%;
  cursor: pointer;
  border: solid #8e8e8e;
  border-width: 0px 3px 3px 0;
  display: inline-block;
  padding: 8px;
}

.button-right {
  right: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.button-left {
  left: 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

/* 第三部分 */
.ther {
  padding-bottom: 50px;
  background-color: #f7f9fc;
}

.ther h1 {
  padding: 50px 0 20px 0;
  text-align: center;
}

.ther .todo {
  max-width: 1430px;
  margin: auto;
  padding: 30px 50px 50px 50px;
}

.ther .todo .p {
  padding: 0 100px 50px;
  color: #8e8e8e;
  font-size: 17px;
  text-align: center;
  line-height: 26px;
}

.ther .todo .log,
.logTow {
  display: flex;
  justify-content: space-between;
  padding: 50px 0 50px 0;
}

.ther .todo .log .logOne,
.ther .todo .logTow .svg {
  width: 11%;
}

/* 第四部分 */
.hook {
  background-color: #fff;
  padding: 30px 0 160px 0;
}

.hook h1 {
  text-align: center;
  padding-top: 50px;
}

.hook .hookOut {
  position: relative;
  max-width: 1430px;
  margin: auto;
  padding: 50px;
}

.hook .hookOut .flot {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -80px;
  z-index: 9999;
  left: 10%;
  width: 80%;
  height: 200px;
  background-color: #fff;
  box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 20%);
}

.hook .hookOut .flot .row {
  display: flex;
  align-items: center;
}

.hookOut .flot .row .drop {
  padding: 50px 50px 40px 100px;
  margin-right: 120px;
}

.hookOut .flot .row .drop h4 {
  padding-bottom: 20px;
  font-size: 19px;
}

.hookOut .flot .row .drop p {
  font-size: 15px;
}

.hookOut .flot .row .toc .tocOld {
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #bfbfc0;
  font-size: 15px;
}

.hookOut .flot .row .toc p {
  padding-top: 20px;
  font-size: 15px;
}
