.banner {
  height: 560px;
  width: 100%;
  background: url('../img/home/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;
}
.banner-box .info .part-one {
  padding-top: 100px;
  padding-left: 48px;
}
.banner-box .info .part-one .title {
  font-size: 48px;
  color: #fff;
  line-height: 67px;
  margin-bottom: 23px;
}
.banner-box .info .part-one .side_title {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
.banner-box .info .part-one .btn {
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #fe9c1e;
  font-size: 14px;
  margin-top: 40px;
  /* margin-bottom: 15px; */
  cursor: pointer;
}
.banner-box .info .part-one p {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
}
/* section product */
.section_product {
  height: 475px;
  padding-top: 80px;
  text-align: center;
  background-color: rgba(216, 216, 216, 0.1);
}
.section_product .title {
  font-size: 36px;
  line-height: 40px;
  color: #000;
  margin-bottom: 25px;
}
.section_product .side_title {
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}
.section_product .pro_box {
  margin-top: 65px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section_product .pro_box li {
  height: 200px;
  width: 25%;
}
.section_product .pro_box li .img_box {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.section_product .pro_box li .img_box img {
  width: 100%;
  height: 100%;
  display: block;
}
.section_product .pro_box li .pro_title {
  width: 100%;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 8px;
  color: #000000;
}
.section_product .pro_box li p {
  font-size: 13px;
  line-height: 24px;
  color: #888888;
}
/* section_plan */
.section_plan {
  margin-top: 75px;
  background-color: #fff;
  width: 100%;
  text-align: center;
}
.section_plan .title {
  font-size: 36px;
  line-height: 40px;
  color: #000;
  margin-bottom: 25px;
}
.section_plan .side_title {
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}
.section_plan .plan_box {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 40px;
  overflow: hidden;
}
.section_plan .plan_info{
  padding-top:50px;
}
.section_plan .plan_box li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.section_plan .plan_box .img_box {
  width: 580px;
  height: 380px;
  /* margin-right: 40px; */
}
.section_plan .plan_box .describe {
  padding-top: 50px;
  width: 550px;
  text-align: left;
}
.section_plan .plan_box .describe .title {
  color: #3f3f3f;
  font-size: 28px;
  line-height: 40px;
}
.section_plan .plan_box .describe .intro {
  color: #888;
  font-size: 18px;
  line-height: 32px;
  margin-top: 21px;
  margin-bottom: 42px;
}
.section_plan .plan_box .describe .tips {
  color: #3f3f3f;
  font-size: 12px;
  line-height: 17px;
  font-weight: 100;
}
/* section_info */
.section_info {
  width: 100%;
  height: 500px;
  text-align: center;
  background: url('https://fs.smyfinancial.com/prddata/smy-cdf-file-image/101_d05672afde09465039e5778d747833c2.png')
    no-repeat center center;
  padding-top: 90px;
}
.section_info .title {
  color: #ffffff;
  font-size: 36px;
  line-height: 40px;
}
.section_info .side_title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: 25px;
  margin-top: 25px;
  margin-bottom: 75px;
}
.section_info ul {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.section_info ul li {
  width: 25%;
  height: 100%;
}
.section_info ul li .icon-box {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.section_info ul li .icon-box img {
  width: 100%;
  height: 100%;
  display: block;
}
.section_info ul li .icon-title {
  width: 100%;
  margin: 15px 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
}
.section_info ul li p {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}
/* section_advance */
.section_advance {
  padding: 100px 0;
  text-align: center;
}
.section_advance .title {
  color: #000000;
  font-size: 36px;
  line-height: 40px;
}
.section_advance .side_title {
  color: #888888;
  font-size: 18px;
  line-height: 25px;
  margin-top: 25px;
  margin-bottom: 55px;
}
.section_advance .ul_info {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.section_advance .ul_info li {
  width: 25%;
  height: 100%;
}
.section_advance .ul_info li .icon-box {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.section_advance .ul_info li .icon-box img {
  width: 100%;
  height: 100%;
  display: block;
}
.section_advance .ul_info li .icon-title {
  width: 100%;
  margin: 15px 0;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
}
.section_advance .ul_info li p {
  font-size: 13px;
  line-height: 24px;
  color: #888888;
}
.section_advance .driver_info {
  color: #000000;
  font-size: 36px;
  line-height: 40px;
  margin-top: 100px;
  margin-bottom: 75px;
}
.section_advance .app_icon {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 35px;
}
.section_advance .app_icon li {
  width: 12.5%;
  float: left;
  height: 120px;
  margin-bottom: 55px;
}
.section_advance .app_icon li .img_box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.section_advance .app_icon li .img_box img {
  width: 100%;
  height: 100%;
  display: block;
}
.section_advance .app_icon li p {
  font-size: 15px;
  line-height: 20px;
  color: #3f3f3f;
}
/* section_tel */
.section_tel {
  width: 100%;
  height: 500px;
  overflow: hidden;
  text-align: center;
  background: url('https://fs.smyfinancial.com/prddata/smy-cdf-file-image/101_4c1b8802c4b5ed7d523b70ac472e4328.png')
    no-repeat center center;
}
.section_tel .title {
  line-height: 48px;
  font-size: 36px;
  color: #3f3f3f;
  margin-top: 175px;
}
.section_tel .side_title {
  font-size: 16px;
  line-height: 48px;
  color: #3f3f3f;
}
.section_tel .btn {
  display: block;
  width: 200px;
  height: 48px;
  margin: 0 auto;
  margin-top: 28px;
  background-color: #fe9c1e;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
/* 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;
}
