html {
  scroll-behavior: smooth;
}
.invest_header {
  height: 1080px;
  background: url(../images/invest_bg_header.png) no-repeat;
  background-size: 100% 100%;
}
.invest_header .invest_back {
  display: flex;
  justify-content: flex-end;
  padding-top: 37px;
}
.invest_header .invest_back .back {
  width: 157px;
  height: 42px;
  background-color: #e6f5ff;
  border-radius: 21px;
  border: solid 1px #8bc5e6;
  font-size: 18px;
}
.invest_header .invest_back .back a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #016bb5;
}
.invest_header .invest_back .back a img {
  vertical-align: middle;
  margin-right: 10px;
}
.invest_header .invest_logo {
  display: flex;
  justify-content: center;
}
.invest_header .invest_title {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.pub_title .text {
  display: flex;
  align-items: center;
  width: 459px;
  height: 79px;
  background: url(../images/invest_bg_pubtitle.png) no-repeat;
  background-size: 100% 100%;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  padding-left: 88px;
}
.invest_nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 139px;
  border-bottom: 1px solid #c2def3;
  z-index: 999;
  background-color: #f6fafe;
}
.invest_nav .w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.invest_nav .navlist {
  display: flex;
  font-size: 20px;
  height: 100%;
}
.invest_nav .navlist li {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 50px;
  height: 100%;
  border-bottom: 3px solid transparent;
}
.invest_nav .navlist li a {
  display: flex;
  align-items: center;
  color: #333;
  cursor: pointer;
}
.invest_nav .navlist li a img {
  width: 24px;
  margin-left: 5px;
}
.invest_nav .navlist li .panel {
  display: none;
  position: absolute;
  top: 139px;
  left: 50%;
  width: 200px;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  transform: translateX(-50%);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.invest_nav .navlist li .panel .panel_item {
  position: relative;
  display: flex;
  justify-content: center;
  line-height: 40px;
  margin-bottom: 10px;
}
.invest_nav .navlist li .panel .panel_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #015293;
  transform: scaleX(0);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.invest_nav .navlist li .panel .panel_item:hover::before {
  transform: scaleX(1);
  opacity: 1;
}
.invest_nav .navlist li:hover .panel {
  display: block;
}
.depart {
  background-color: #f6fafe;
  padding: 50px 0;
}
.depart .overview {
  display: flex;
  margin-top: 36px;
}
.depart .overview .overview_l {
  width: 585px;
  height: 342px;
  background-color: #f3f8fe;
  border-radius: 5px;
  border: solid 1px #0faacd;
  padding: 10px;
  margin-right: 45px;
}
.depart .overview .overview_l video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.depart .overview .overview_r {
  flex: 1;
}
.depart .overview .overview_r .overview_nav {
  display: flex;
  justify-content: center;
}
.depart .overview .overview_r .overview_nav li {
  position: relative;
  font-size: 24px;
  color: #666;
  cursor: pointer;
}
.depart .overview .overview_r .overview_nav li::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  bottom: -10px;
  width: 96px;
  height: 2px;
  background-color: transparent;
}
.depart .overview .overview_r .overview_nav li::after {
  content: "/";
  margin: 0 60px;
  color: #666;
  font-weight: normal;
}
.depart .overview .overview_r .overview_nav li.on {
  color: #0271b8;
  font-weight: 700;
}
.depart .overview .overview_r .overview_nav li.on::before {
  background-color: #0271b8;
}
.depart .overview .overview_r .overview_nav li:last-child::after {
  display: none;
  content: "";
}
.depart .overview .overview_r .desc {
  margin-top: 40px;
}
.depart .overview .overview_r .desc p {
  font-size: 18px;
  color: #333;
  line-height: 36px;
}
.depart .overview .overview_r .desc .check {
  display: flex;
  justify-content: flex-end;
}
.depart .overview .overview_r .desc .check a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 29px;
  background-color: #ffffff;
  border-radius: 15px;
  border: solid 1px #016bb5;
  font-size: 16px;
  color: #0271b8;
}
.depart .trends {
  margin-top: 42px;
}
.depart .trends .trends_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/invest_bg_zsdt.png) no-repeat;
  background-size: 100% 26px;
  background-position: bottom;
}
.depart .trends .trends_title .text {
  font-size: 26px;
  color: #0271b8;
  font-weight: 700;
}
.depart .trends .trends_title .more {
  font-size: 16px;
  color: #666;
  padding-bottom: 10px;
}
.depart .trends .trends_title .more:hover {
  color: #0271b8;
}
.depart .trends .trends_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.depart .trends .trends_list li {
  width: 628px;
  height: 114px;
  background-color: #fff;
  margin-top: 30px;
  box-shadow: 0px 0px 10px 0px rgba(67, 92, 104, 0.13);
}
.depart .trends .trends_list li a {
  display: flex;
  height: 100%;
}
.depart .trends .trends_list li a .date {
  display: flex;
  flex-direction: column;
  width: 120px;
  height: 100%;
  background-color: #3269aa;
}
.depart .trends .trends_list li a .date .year {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  background-color: #174e94;
  font-size: 18px;
  color: #fff;
}
.depart .trends .trends_list li a .date .day {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-size: 36px;
  color: #fff;
}
.depart .trends .trends_list li a .title {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  font-size: 18px;
  color: #333;
}
.depart .trends .trends_list li a .title .keywords {
  color: #016bb5;
  font-weight: 700;
}
.depart .trends .trends_list li a .title .name {
  line-height: 32px;
  padding-left: 8px;
}
.depart .trends .trends_list li:hover a .title {
  color: #016bb5;
}
.develop {
  background: url(../images/invest_bg_develop.png) no-repeat;
  background-size: 100% 100%;
}
.develop .opportunity {
  padding: 50px 0;
}
.develop .opportunity .basic {
  margin-bottom: 50px;
}
.develop .opportunity .basic .basic_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 146px;
  background: url(../images/invest_bg_basic_top.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 40px;
  padding: 0 211px 0 163px;
  margin-bottom: 22px;
}
.develop .opportunity .basic .basic_top h3 {
  font-size: 26px;
  color: #016bb5;
}
.develop .opportunity .basic .basic_top .check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 48px;
  background-color: #016bb5;
  border-radius: 18px;
  border: solid 1px #0068b7;
  font-size: 24px;
  color: #fff;
}
.develop .opportunity .basic .basic_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.develop .opportunity .basic .basic_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 239px;
  height: 185px;
  background: url(../images/invest_bg_list_li_1.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 39px;
  margin-bottom: 21px;
}
.develop .opportunity .basic .basic_list li:nth-child(1) {
  background-image: url(../images/invest_bg_list_li_1.png);
}
.develop .opportunity .basic .basic_list li:nth-child(2) {
  background-image: url(../images/invest_bg_list_li_2.png);
}
.develop .opportunity .basic .basic_list li:nth-child(3) {
  background-image: url(../images/invest_bg_list_li_3.png);
}
.develop .opportunity .basic .basic_list li:nth-child(4) {
  background-image: url(../images/invest_bg_list_li_4.png);
}
.develop .opportunity .basic .basic_list li:nth-child(5) {
  background-image: url(../images/invest_bg_list_li_5.png);
}
.develop .opportunity .basic .basic_list li:nth-child(6) {
  background-image: url(../images/invest_bg_list_li_6.png);
}
.develop .opportunity .basic .basic_list li:nth-child(7) {
  background-image: url(../images/invest_bg_list_li_7.png);
}
.develop .opportunity .basic .basic_list li:nth-child(8) {
  background-image: url(../images/invest_bg_list_li_8.png);
}
.develop .opportunity .basic .basic_list li:nth-child(9) {
  background-image: url(../images/invest_bg_list_li_9.png);
}
.develop .opportunity .basic .basic_list li:nth-child(10) {
  background-image: url(../images/invest_bg_list_li_10.png);
}
.develop .opportunity .basic .basic_list li h4 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
}
.develop .opportunity .basic .basic_list li .links {
  display: flex;
  margin-top: 23px;
}
.develop .opportunity .basic .basic_list li .links .link_item {
  width: 88px;
  height: 35px;
  background-color: #d1e2f6;
  border-radius: 10px;
  margin: 0 9px;
}
.develop .opportunity .basic .basic_list li .links .link_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #016bb5;
  font-size: 16px;
}
.develop .opportunity .project .project_title {
  display: flex;
  justify-content: center;
  font-size: 26px;
  color: #016bb5;
  font-weight: 700;
  margin-bottom: 38px;
}
.develop .opportunity .project .project_title a {
  color: #016bb5;
  border-bottom: 2px solid #016bb5;
}
.develop .opportunity .project .project_inner {
  position: relative;
  height: 369px;
  padding: 0 30px;
}
.develop .opportunity .project .project_inner .swiper {
  width: 100%;
  height: 100%;
}
.develop .opportunity .project .project_inner .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: calc((100% - 30px) / 2) !important;
}
.develop .opportunity .project .project_inner .swiper .swiper-slide .item {
  width: 160px;
  height: 160px;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(58, 90, 125, 0.24);
  border-radius: 50%;
}
.develop .opportunity .project .project_inner .swiper .swiper-slide .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.develop .opportunity .project .project_inner .swiper .swiper-slide .item a img {
  width: auto;
  height: 48px;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.develop .opportunity .project .project_inner .swiper .swiper-slide .item a p {
  font-size: 18px;
  color: #333;
  text-align: center;
}
.develop .opportunity .project .project_inner .swiper .swiper-slide .item:hover a img {
  transform: rotateY(180deg);
}
.develop .opportunity .project .project_inner .swiper .swiper-slide .item:hover a p {
  color: #016bb5;
}
.develop .opportunity .project .project_inner .swiper-project-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9999;
}
.develop .opportunity .project .project_inner .swiper-project-next img {
  width: 21px;
}
.develop .opportunity .project .project_inner .swiper-project-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9999;
}
.develop .opportunity .project .project_inner .swiper-project-prev img {
  width: 21px;
}
.develop .chance {
  padding: 0 0 50px 0;
}
.develop .chance .chance_main {
  margin-top: 30px;
}
.develop .chance .chance_main .chance_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.develop .chance .chance_main .chance_nav li {
  position: relative;
  font-size: 26px;
  cursor: pointer;
}
.develop .chance .chance_main .chance_nav li::after {
  content: "/";
  margin: 0 60px;
  color: #666;
  font-weight: normal;
}
.develop .chance .chance_main .chance_nav li:last-child::after {
  display: none;
  content: "";
}
.develop .chance .chance_main .chance_nav li a {
  color: #666;
}
.develop .chance .chance_main .chance_nav li.on {
  color: #0271b8;
  font-weight: 700;
}
.develop .chance .chance_main .chance_nav li.on a {
  color: #016bb5;
}
.develop .chance .chance_main .chance_nav li.on::before {
  background-color: #0271b8;
}
.develop .chance .chance_main .list {
  display: flex;
  flex-wrap: wrap;
}
.develop .chance .chance_main .list li {
  position: relative;
  width: 245px;
  height: 215px;
  background-image: linear-gradient(158deg, #e0ecfa 0%, #ffffff 100%);
  border-radius: 10px;
  border: solid 1px #b1cfe6;
  margin-right: 18px;
  margin-top: 110px;
  transition: all 0.3s;
}
.develop .chance .chance_main .list li:nth-child(5n) {
  margin-right: 0;
}
.develop .chance .chance_main .list li a .img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-40%) translateX(-50%);
  width: 191px;
  height: 127px;
  background-color: #d8e5f5;
  border-radius: 10px;
  border: solid 1px #4890c7;
  overflow: hidden;
}
.develop .chance .chance_main .list li a .img img {
  width: 100%;
  height: 100%;
}
.develop .chance .chance_main .list li a .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 10px 10px 10px;
}
.develop .chance .chance_main .list li a .inner .icon {
  width: auto;
  height: 40px;
}
.develop .chance .chance_main .list li a .inner .icon img {
  width: auto;
  height: 100%;
}
.develop .chance .chance_main .list li a .inner .title {
  font-size: 18px;
  margin-top: 10px;
  color: #191919;
  text-align: center;
}
.develop .chance .chance_main .list li:hover {
  transform: translateY(-10px);
}
.develop .chance .chance_main .list li:nth-child(2) {
  background-image: linear-gradient(158deg, #e0f9fa 0%, #ffffff 100%);
}
.develop .chance .chance_main .list li:nth-child(2) a .img {
  border-color: #48c5c7;
}
.develop .chance .chance_main .list li:nth-child(3) {
  background-image: linear-gradient(158deg, #e6e8fa 0%, #ffffff 100%);
}
.develop .chance .chance_main .list li:nth-child(3) a .img {
  border-color: #6e76af;
}
.develop .chance .chance_main .list li:nth-child(4) {
  background-image: linear-gradient(158deg, #f8f9ea 0%, #ffffff 100%);
}
.develop .chance .chance_main .list li:nth-child(4) a .img {
  border-color: #a1b670;
}
.develop .chance .chance_main .list li:nth-child(5) {
  background-image: linear-gradient(158deg, #e0ecfa 0%, #ffffff 100%);
}
.develop .chance .chance_main .list li:nth-child(5) a .img {
  border-color: #4890c7;
}
.develop .chance .chance_main .list li:nth-child(6) {
  background-image: linear-gradient(158deg, #e0f9fa 0%, #ffffff 100%);
}
.develop .chance .chance_main .list li:nth-child(6) a .img {
  border-color: #60b0b1;
}
.develop .chance .chance_main .list li:nth-child(7) {
  background-image: linear-gradient(158deg, #f8f9ea 0%, #ffffff 100%);
}
.develop .chance .chance_main .list li:nth-child(7) a .img {
  border-color: #a1b670;
}
.develop .chance .chance_main .list li:nth-child(8) {
  background-image: linear-gradient(158deg, #e0ecfa 0%, #ffffff 100%);
}
.develop .chance .chance_main .list li:nth-child(8) a .img {
  border-color: #4890c7;
}
.develop .chance .chance_main .list li:nth-child(9) {
  background-image: linear-gradient(158deg, #e0f9fa 0%, #ffffff 100%);
}
.develop .chance .chance_main .list li:nth-child(9) a .img {
  border-color: #60b0b1;
}
.develop .chance .chance_main .list li:nth-child(10) {
  background-image: linear-gradient(158deg, #f8f9ea 0%, #ffffff 100%);
}
.develop .chance .chance_main .list li:nth-child(10) a .img {
  border-color: #a1b670;
}
.develop .chance .chance_main .layout {
  position: relative;
  height: 620px;
  margin-top: 60px;
  background: url(../images/invest_img_layout.png) no-repeat;
  background-position: center;
}
.develop .chance .chance_main .layout .item {
  width: 416px;
  height: 59px;
  border-radius: 29.5px 29.5px 29.5px 29.5px;
  background: #ffffff;
  border: 1px solid #b4c6d9;
  transition: all 0.3s;
}
.develop .chance .chance_main .layout .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #333;
}
.develop .chance .chance_main .layout .item a .blue {
  color: #016bb5;
}
.develop .chance .chance_main .layout .item:hover {
  box-shadow: 0 5px 10px 0 #8993a175;
}
.develop .chance .chance_main .layout .item:nth-child(1) {
  position: absolute;
  top: 15px;
  left: 0;
}
.develop .chance .chance_main .layout .item:nth-child(2) {
  position: absolute;
  top: 129px;
  left: 60px;
}
.develop .chance .chance_main .layout .item:nth-child(3) {
  position: absolute;
  top: 263px;
  left: 38px;
}
.develop .chance .chance_main .layout .item:nth-child(4) {
  position: absolute;
  top: 388px;
  left: 72px;
}
.develop .chance .chance_main .layout .item:nth-child(5) {
  position: absolute;
  top: 510px;
  left: 0px;
}
.develop .chance .chance_main .layout .item:nth-child(6) {
  position: absolute;
  top: 15px;
  right: 0px;
}
.develop .chance .chance_main .layout .item:nth-child(7) {
  position: absolute;
  top: 129px;
  right: 60px;
}
.develop .chance .chance_main .layout .item:nth-child(8) {
  position: absolute;
  top: 263px;
  right: 0px;
}
.develop .chance .chance_main .layout .item:nth-child(9) {
  position: absolute;
  top: 380px;
  right: 62px;
}
.develop .chance .chance_main .layout .item:nth-child(10) {
  position: absolute;
  top: 510px;
  right: 0px;
}
.provide {
  background: url(../images/invest_bg_provide.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  background-color: #f6fafe;
}
.provide .service {
  padding: 50px 0;
}
.provide .service .service_main .policy {
  margin-top: 40px;
  margin-bottom: 75px;
}
.provide .service .service_main .policy .policy_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/invest_bg_zsdt.png) no-repeat;
  background-size: 100% 26px;
  background-position: bottom;
}
.provide .service .service_main .policy .policy_title .text {
  font-size: 26px;
  color: #0271b8;
  font-weight: 700;
}
.provide .service .service_main .policy .policy_title .more {
  font-size: 16px;
  color: #666;
  padding-bottom: 10px;
}
.provide .service .service_main .policy .policy_title .more:hover {
  color: #0271b8;
}
.provide .service .service_main .policy .policy_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.provide .service .service_main .policy .policy_list li {
  position: relative;
  width: 48%;
  line-height: 60px;
  border-bottom: 1px dashed #c2c2c2;
  padding-left: 28px;
}
.provide .service .service_main .policy .policy_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1467bb;
}
.provide .service .service_main .policy .policy_list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  color: #333;
}
.provide .service .service_main .policy .policy_list li a:hover {
  color: #016bb5;
}
.provide .service .service_main .service_title {
  position: relative;
  margin-top: 10px;
  text-align: center;
  font-size: 26px;
  color: #016bb5;
  font-weight: 700;
}
.provide .service .service_main .service_title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 103px;
  height: 2px;
  background-color: #016bb5;
}
.provide .service .service_main .inner {
  width: 100%;
  height: 760px;
  padding: 0 25px;
}
.provide .service .service_main .inner .service_inner {
  position: relative;
  height: 100%;
  margin-top: 40px;
}
.provide .service .service_main .inner .service_inner li {
  width: 281px;
  height: 243px;
  background: url(../images/invest_bg_li_1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  padding: 0 30px;
  text-align: center;
}
.provide .service .service_main .inner .service_inner li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.provide .service .service_main .inner .service_inner li:hover {
  transform: rotateY(180deg);
}
.provide .service .service_main .inner .service_inner li:hover span {
  transform: rotateY(-180deg);
}
.provide .service .service_main .inner .service_inner li:nth-child(1) {
  position: absolute;
  top: 10px;
  left: 50px;
}
.provide .service .service_main .inner .service_inner li:nth-child(2) {
  position: absolute;
  top: 263px;
  left: 50px;
  background-image: url(../images/invest_bg_li_2.png);
}
.provide .service .service_main .inner .service_inner li:nth-child(3) {
  position: absolute;
  top: 140px;
  left: 265px;
  background-image: url(../images/invest_bg_li_3.png);
}
.provide .service .service_main .inner .service_inner li:nth-child(4) {
  position: absolute;
  top: 380px;
  left: 265px;
  background-image: url(../images/invest_bg_li_4.png);
}
.provide .service .service_main .inner .service_inner li:nth-child(5) {
  position: absolute;
  top: 20px;
  left: 480px;
  background-image: url(../images/invest_bg_li_5.png);
}
.provide .service .service_main .inner .service_inner li:nth-child(6) {
  position: absolute;
  top: 263px;
  left: 480px;
  background-image: url(../images/invest_bg_li_6.png);
}
.provide .service .service_main .inner .service_inner li:nth-child(7) {
  position: absolute;
  top: 140px;
  left: 694px;
  background-image: url(../images/invest_bg_li_7.png);
}
.provide .service .service_main .inner .service_inner li:nth-child(8) {
  position: absolute;
  top: 380px;
  left: 694px;
  background-image: url(../images/invest_bg_li_8.png);
}
.provide .service .service_main .inner .service_inner li:nth-child(9) {
  position: absolute;
  top: 20px;
  left: 908px;
  background-image: url(../images/invest_bg_li_9.png);
}
.provide .service .service_main .inner .service_inner li:nth-child(10) {
  position: absolute;
  top: 263px;
  left: 908px;
  background-image: url(../images/invest_bg_li_10.png);
}
.provide .service .service_main .inner .service_inner li:nth-child(11) {
  position: absolute;
  top: 499px;
  left: 479px;
  background-image: url(../images/invest_bg_li_11.png);
}
.provide .other {
  padding: 0px 0 50px 0;
}
.provide .other .guarantee {
  margin-top: 20px;
}
.provide .other .guarantee .guarantee_title {
  display: flex;
  justify-content: center;
}
.provide .other .guarantee .guarantee_title .text {
  text-align: center;
  font-size: 26px;
  color: #016bb5;
  font-weight: 700;
  border-bottom: 2px solid #016bb5;
}
.provide .other .guarantee .guarantee_list {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.provide .other .guarantee .guarantee_list li {
  cursor: pointer;
}
.provide .other .guarantee .guarantee_list li a img {
  width: 206px;
  height: 206px;
  border-radius: 50%;
}
.provide .other .guarantee .guarantee_list li a p {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-top: 5px;
  font-weight: 700;
}
.provide .other .guarantee .guarantee_list li:hover a img {
  box-shadow: 0px 5px 18px 0px rgba(137, 146, 161, 0.69);
}
.provide .other .affairs {
  display: flex;
  justify-content: space-between;
  margin-top: 82px;
}
.provide .other .affairs .affairs_l {
  width: 782px;
}
.provide .other .affairs .affairs_l .affairs_head {
  display: flex;
  justify-content: space-between;
  height: 50px;
  background: url(../images/invest_bg_bszd.png) no-repeat;
  background-size: 100% 26px;
  background-position: center;
  padding-left: 10px;
}
.provide .other .affairs .affairs_l .affairs_head .text {
  font-size: 26px;
  color: #016bb5;
  font-weight: 700;
}
.provide .other .affairs .affairs_l .affairs_head .more {
  font-size: 16px;
  color: #666;
}
.provide .other .affairs .affairs_l .affairs_head .more:hover {
  color: #016bb5;
}
.provide .other .affairs .affairs_l .affairs_list {
  display: flex;
  flex-wrap: wrap;
}
.provide .other .affairs .affairs_l .affairs_list li {
  width: 180px;
  height: 100px;
  background-image: linear-gradient(93deg, #ffffff 0%, rgba(217, 230, 246, 0.44) 100%);
  margin-top: 20px;
  transition: all 0.3s;
  margin-right: 20px;
}
.provide .other .affairs .affairs_l .affairs_list li:nth-child(4n) {
  margin-right: 0;
}
.provide .other .affairs .affairs_l .affairs_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #333;
}
.provide .other .affairs .affairs_l .affairs_list li a img {
  margin-right: 10px;
}
.provide .other .affairs .affairs_l .affairs_list li:hover {
  transform: translateY(-5px);
}
.provide .other .affairs .affairs_r {
  width: 476px;
}
.provide .other .affairs .affairs_r .item {
  width: 100%;
  height: 131px;
  margin-bottom: 22px;
  transition: all 0.3s;
}
.provide .other .affairs .affairs_r .item img {
  display: block;
  width: 100%;
  height: 100%;
}
.provide .other .affairs .affairs_r .item:hover {
  transform: translateY(-5px);
}
.contact {
  background: url(../images/invest_bg_other.png) no-repeat;
  background-size: 100% 100%;
  padding: 50px 0;
}
.contact .hotline {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
  height: 236px;
}
.contact .hotline .hotline_l {
  width: 348px;
}
.contact .hotline .hotline_l img {
  width: 100%;
  height: 236px;
  border-radius: 20px 0px 0px 20px;
}
.contact .hotline .hotline_r {
  width: 940px;
  height: 236px;
  background-color: #fff;
  box-shadow: 1px 2px 13px 0px rgba(85, 127, 152, 0.15);
  border-radius: 0px 20px 20px 0px;
  padding: 0 40px;
}
.contact .hotline .hotline_r .swiper {
  width: 100%;
  height: 100%;
}
.contact .hotline .hotline_r .swiper .swiper-slide {
  padding: 45px 154px;
}
.contact .hotline .hotline_r .swiper .swiper-slide .item {
  display: flex;
  font-size: 18px;
  color: #333;
  line-height: 48px;
}
.contact .hotline .hotline_r .swiper .swiper-slide .item .name {
  width: 120px;
}
.contact .hotline .hotline_r .swiper .swiper-slide .item .dutes {
  flex: 1;
}
.contact .hotline .hotline_r .swiper .swiper-slide .item .phone {
  color: #016bb5;
  margin-left: 20px;
}
.contact .qxq {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.contact .qxq .qxq_l {
  width: 944px;
}
.contact .qxq .qxq_l .qxq_head {
  display: flex;
  justify-content: space-between;
  height: 50px;
  background: url(../images/invest_bg_gqxq.png) no-repeat;
  background-size: 100% 26px;
  background-position: center;
  padding-left: 10px;
}
.contact .qxq .qxq_l .qxq_head .text {
  font-size: 26px;
  color: #016bb5;
  font-weight: 700;
}
.contact .qxq .qxq_l .qxq_head .more {
  font-size: 16px;
  color: #666;
}
.contact .qxq .qxq_l .qxq_head .more:hover {
  color: #016bb5;
}
.contact .qxq .qxq_l .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 39px;
}
.contact .qxq .qxq_l .list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 219px;
  height: 78px;
  background-image: linear-gradient(93deg, #ffffff 0%, rgba(217, 230, 246, 0.44) 100%);
  border: solid 1px #c0d5e4;
  margin-right: 22px;
  margin-bottom: 36px;
  transition: all 0.3s;
}
.contact .qxq .qxq_l .list li .name {
  font-size: 18px;
  color: #333;
}
.contact .qxq .qxq_l .list li .phone {
  font-size: 18px;
  color: #016bb5;
}
.contact .qxq .qxq_l .list li:nth-child(4n) {
  margin-right: 0;
}
.contact .qxq .qxq_r {
  width: 307px;
  height: 376px;
}
.contact .qxq .qxq_r img {
  display: block;
  width: 100%;
  height: 100%;
}
