.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
#app .titleCC {
  text-align: center;
}
#app .header {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999999;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
#app .header .centerBox {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
#app .header ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#app .header ul li {
  color: #000;
  font-size: 20px;
  cursor: pointer;
}
#app .header ul li a {
  color: #000;
  font-size: 20px;
  cursor: pointer;
}
#app .header ul li .btn {
  display: inline-block;
  background-color: #ff9c00;
  font-size: 20px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
#app .header ul li .btn img {
  margin-right: 5px;
}
#app .header ul .bar {
  height: 100%;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  color: #000;
}
#app .header ul .bar:hover {
  font-weight: 600;
}
#app .banner {
  width: 100%;
  height: 680px;
  box-sizing: border-box;
  background: url('../images/banner.png?v=sssss') no-repeat center top;
  background-size: cover;
}
#app .banner .centerBox {
  position: relative;
  height: 100%;
}
#app .banner .centerBox .btn {
  display: inline-block;
  width: 240px;
  height: 50px;
  box-sizing: border-box;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#app .jieshao_zhanshi {
  width: 100%;
  box-sizing: border-box;
  background: url('../images/BG01.png') no-repeat center bottom;
  background-size: cover;
  padding-bottom: 60px;
}
#app .jieshao_zhanshi .jieshao .content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin-top: 40px;
}
#app .jieshao_zhanshi .jieshao .content .desc_ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#app .jieshao_zhanshi .jieshao .content .desc_ul li p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  text-indent: 2em;
  text-align: justify;
}
#app .jieshao_zhanshi .jieshao .content .desc_ul li p:last-child {
  margin-bottom: 50px;
}
#app .jieshao_zhanshi .jieshao .content .iconBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#app .jieshao_zhanshi .jieshao .content .iconBox li {
  width: 330px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: default;
}
#app .jieshao_zhanshi .jieshao .content .iconBox li .imgBox {
  width: 111px;
  height: 111px;
  box-sizing: border-box;
  background-color: rgba(21, 62, 160, 0.2);
  border-radius: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .jieshao_zhanshi .jieshao .content .iconBox li .imgBox::after {
  content: '';
  width: 86px;
  height: 86px;
  box-sizing: border-box;
  background-color: #153ea0;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#app .jieshao_zhanshi .jieshao .content .iconBox li .imgBox img {
  position: relative;
  z-index: 9999;
}
#app .jieshao_zhanshi .jieshao .content .iconBox li .desc01 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  margin-top: 12px;
}
#app .jieshao_zhanshi .jieshao .content .iconBox li .desc01 i {
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-right: 12px;
  color: #153ea0;
}
#app .jieshao_zhanshi .jieshao .content .iconBox li .desc {
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-top: 18px;
}
#app .zhanshi {
  padding-bottom: 10px;
}
#app .zhanshi .content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin-top: 50px;
}
#app .zhanshi .content ul li {
  height: 254px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 36px 25px;
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  transition: all 0.5s;
}
#app .zhanshi .content ul li .imgBox {
  margin-right: 25px;
}
#app .zhanshi .content ul li .imgBox img {
  width: 334px;
}
#app .zhanshi .content ul li .desc {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #666666;
  cursor: default;
  text-align: justify;
}
#app .zhanshi .content ul li .desc .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #000;
}
#app .zhanshi .content ul li:hover {
  background-color: #f7f7f7;
}
#app .zhanshi .content ul li:hover .desc .title {
  color: #153ea0;
}
#app .zhanshi .content ul li:last-child {
  margin-bottom: 0;
}
#app .shalong {
  background-color: #fff;
  padding-bottom: 70px;
  width: 100%;
  box-sizing: border-box;
}
#app .shalong .content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin-top: 40px;
}
#app .shalong .content ul {
  width: 1100px;
  margin: auto;
  box-sizing: border-box;
  background-color: #153ea0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 20px;
  padding-left: 50px;
}
#app .shalong .content ul li {
  font-size: 18px;
  color: #fff;
}
#app .shalong .content ul li > div {
  margin-bottom: 25px;
  text-align: justify;
}
#app .shalong .content ul li div:last-child {
  margin-bottom: 0;
}
#app .shalong .content ul > .text {
  width: 315px;
  box-sizing: border-box;
}
#app .shalong .content ul > .text .title {
  font-size: 600;
  font-size: 24px;
}
#app .shalong .content ul .jiabin {
  width: 100%;
  box-sizing: border-box;
  background: url('../images/shalongImg2.png') no-repeat center top;
  background-size: 100% auto;
  padding-top: 92px;
  padding-bottom: 30px;
}
#app .shalong .content ul .jiabin .top1 {
  padding-left: 294px;
  margin-bottom: 15px;
}
#app .shalong .content ul .jiabin .top1 .t {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #00fffc;
  font-weight: 600;
  margin-bottom: 10px;
}
#app .shalong .content ul .jiabin .top1 .t span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-left: 50px;
}
#app .shalong .content ul .jiabin .top1 .desc {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
#app .shalong .content ul .jiabin .other {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding-left: 60px;
}
#app .shalong .content ul .jiabin .other > div {
  width: 357px;
  box-sizing: border-box;
}
#app .shalong .content ul .jiabin .other > div > div {
  font-size: 16px;
  color: #fff;
  margin-bottom: 3px;
}
#app .shalong .content ul .jiabin .other > div > div:first-child {
  font-size: 18px;
  color: #00fffc;
  font-weight: 600;
  margin-bottom: 10px;
}
#app .hezuo {
  width: 100%;
  box-sizing: border-box;
  background-color: #f3f4f5;
  padding-bottom: 60px;
}
#app .hezuo .content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin-top: 40px;
}
#app .hezuo .content ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 220px);
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}
#app .shengkuang {
  padding-bottom: 50px;
}
#app .shengkuang .content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin-top: 40px;
  padding-bottom: 50px;
}
#app .shengkuang .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#app .shengkuang .content ul li {
  margin-bottom: 8px;
}
#app .usairuikr {
  width: 100%;
  box-sizing: border-box;
  background: #0b2643;
  padding-top: 80px;
  padding-bottom: 60px;
  border-top-left-radius: 130px;
}
#app .usairuikr .title {
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 35px;
}
#app .usairuikr .desc {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
