.banner {
  height: 560px;
  width: 100%;
  background: url('../img/about/banner.png') no-repeat center center;
  position: relative;
}
.header {
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
}
.header .w {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .logo {
  width: 102px;
  height: 44px;
  margin-right: 10px;
}
.header .logo img{
  width: 100%;
  height: 100%;
}
.header .nav_box ul {
  overflow: hidden;
}
.header .nav_box ul li {
  cursor: pointer;
  width: 100px;
  height: 25px;
  text-align: center;
  float: left;
  font-size: 13px;
  color: #ffffff;
}
.header .nav_box ul li a {
  width: 60px;
  height: 25px;
  line-height: 20px;
  border-bottom: 2px solid transparent;
  display: block;
  margin: 0 auto;
  color: #ffffff;
}
.header .nav_box ul li a:hover {
  /* border-bottom: 2px solid #fe9c1e; */
  color: #fe9c1e;
}
.header .nav_box ul li.selected a {
  border-bottom: 2px solid #fe9c1e;
  color: #fe9c1e;
}
.header .back_login,
.header .download_app {
  width: 100px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 22px;
  color: #fff;
  margin-left: 20px;
  float: left;
  cursor: pointer;
  transition: all 0.3s linear;
}
.header .back_login:hover
.header .download_app:hover{
  background:rgba(216,216,216,0.3);
  /* border: 1px solid transparent; */
}
.banner-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 56px;
}
.swiper-container .swiper-pagination-bullet {
  background: #000;
  width: 60px;
  height: 4px;
  border-radius: 0;
}
.banner-box .info {
  height: 100%;
  padding: 74px 0;
}
/* section_info */
.section_info {
  margin-top: 80px;
  margin-bottom: 30px;
  text-align: center;
}
.section_info .title {
  color: #000000;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 27px;
}
.section_info p {
  color: #3f3f3f;
  line-height: 32px;
  font-size: 18px;
}
/* section_img */
.section_img {
  width: 100%;
  height: 300px;
  margin-top: 100px;
  margin-bottom: 28px;
  overflow: hidden;
  background: url('../img/about/about.png') no-repeat center center;
}
.section_img p {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #fff;
  line-height: 40px;
  margin-top: 80px;
}
.botton {
  display: block;
  width: 200px;
  height: 48px;
  margin: 0 auto;
  background-color: #fe9c1e;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  margin-top: 40px;
  margin-bottom: 180px;
  cursor: pointer;
}
.botton:hover{
  color:#fff;
}
/* footer_top */
.footer_top {
  width: 100%;
  height: 90px;
  background-color: #242424;
}
.footer_top .w {
  height: 100%;
}
.footer_top ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer_top ul li {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_top ul li .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.footer_top ul li .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer_top ul li .name {
  font-size: 15px;
  line-height: 21px;
  color: #ffffff;
}
/* footer */
.footer {
  width: 100%;
  height: 410px;
  background-color: #242424;
}
.footer .w {
  height: 100%;
  display: flex;
  padding-top: 50px;
  color: #ffffff;
  background: url('https://fs.smyfinancial.com/prddata/smy-cdf-file-image/101_bbd7b75cf45ad53d1fb653f6abcb4e98.png')
    no-repeat center center;
}
.footer .part_logo {
  width: 360px;
  height: 220px;
}
.footer .part_logo .logo {
  width: 102px;
  height: 44px;
}
.footer .part_logo .logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer .part_logo .info {
  margin-top: 11px;
  margin-bottom: 8px;
  width: 100%;
  height: 84px;
}
.footer .part_logo .info p {
  color: #c8c8c8;
  font-size: 12px;
  line-height: 28px;
}
.footer .part_logo .tip {
  height: 14px;
  font-size: 10px;
  color: #8f8f8f;
  line-height: 14px;
}
.footer .part_logo a {
  font-size: 10px;
  color: #8f8f8f;
  line-height: 14px;
}
.footer .part_nav {
  width: 70px;
  height: 220px;
  margin: 0 130px 0 90px;
}
.footer .part_nav .title {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 38px;
}
.footer .part_nav .a_box {
  width: 48px;
  height: 112px;
}
.footer .part_nav .a_box a {
  display: block;
  color: #c8c8c8;
  font-size: 12px;
  line-height: 28px;
}
.footer .part_address {
  width: 510px;
  height: 220px;
}
.footer .part_address .title {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 38px;
}
.footer .part_address .word {
  display: flex;
  align-items: center;
  line-height: 28px;
  font-size: 12px;
  color: #c8c8c8;
}
.footer .part_address .word .word_icon {
  width: 15px;
  height: 15px;
  /* background-color: red; */
  margin-right: 10px;
}
.footer .part_address .word .word_icon img {
  width: 100%;
  display: block;
}
