header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 2;
}

header .header {
  width: 1434px;
  height: 96px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}

header .header .logo {
  display: flex;
  align-items: center;
}

header .header .logo b {
  font-size: 24px;
  color: #ff4600;
  margin-left: 10px;
  letter-spacing: 1px;
}

header .header .nav ul {
  display: flex;
}

header .header .nav ul li {
  margin: 0 32px;
  font-size: 18px;
  position: relative;
}

header .header .nav ul li a {
  color: #fff;
}

header .header .nav ul li .bord {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #ff4600;
  left: 50%;
  bottom: -6px;
  transform: translate(-50%, 0%);
  display: none;
}

header .header .nav ul li.active a {
  color: #ff4600;
}

header .header .nav ul li.active .bord {
  display: block;
}

header .header .nav ul li:hover a {
  color: #ff4600;
}

header .header .nav ul li:hover .bord {
  display: block;
}

header .header .login {
  width: 120px;
  height: 40px;
  border: 1px solid #ff4600;
  font-size: 18px;
  text-align: center;
  border-radius: 25px;
}

header .header .login a {
  color: #ff4600;
  line-height: 36px;
}

.banner {
  width: 100%;
  height: 823px;
  overflow: hidden;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner .nr {
  margin-top: 585px;
  text-align: center;
  letter-spacing: 1px;
}

.banner .nr h6 {
  font-size: 48px;
  color: #ffffff;
  font-weight: normal;
}

.banner .nr p {
  font-size: 24px;
  color: #ffffff;
  margin-top: 24px;
}

.banner .slide_1 {
  background: url(../images/banner.png) no-repeat top center;
  background-size: cover;
}

.banner .slide_2 {
  background: url(../images/banner.png) no-repeat top center;
  background-size: cover;
}

.banner .slide_3 {
  background: url(../images/banner.png) no-repeat top center;
  background-size: cover;
}

.inner {
  width: 100%;
  background-color: #fff;
}

.inner .content {
  width: 1453px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 55px;
}

.inner .content li:first-child {
  width: 764px;
}

.inner .content li {
  padding-top: 90px;
  position: relative;
  margin-right: 48px;
}

.inner .content li p {
  font-size: 36px;
  color: #333333;
}

.inner .content li p.hidden {
  visibility: hidden;
}

.inner .content li h2 {
  font-size: 48px;
  color: #333333;
  margin: 38px 0;
}

.inner .content li .number {
  display: flex;
}

.inner .content li .number span {
  font-size: 24px;
  color: #333333;
  margin-right: 180px;
  display: block;
}

.inner .content li .number span em {
  font-size: 36px;
  color: #ff4600;
}

.inner .content li .number span:last-child {
  margin-right: 0;
}

.inner .content li a {
  margin-top: 40px;
  width: 137px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ff4600;
  font-size: 24px;
  color: #fff;
  display: block;
}

.inner .content li .bord {
  width: 1px;
  height: 261px;
  background-color: #e9ecef;
  position: absolute;
  right: 0;
  top: 136px;
}

.investment {
  width: 100%;
  height: 527px;
  background-color: #e9ecef;
  position: relative;
}

.investment .content {
  width: 1453px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
  position: absolute;
  top: 91px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}

.investment .content li {
  width: 458px;
  height: 516px;
  background-color: #fe7344;
  position: relative;
  cursor: pointer;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}

.investment .content li img.pic {
  width: 100%;
}

.investment .content li .bot {
  padding: 0 26px;
}

.investment .content li .bot .bt {
  width: 100%;
  height: 77px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffffff;
}

.investment .content li .bot .bt .img {
  margin: 0 20px;
  width: 30px;
  background: url(../images/profit.png) no-repeat;
  background-size: 100% 100%;
}

.investment .content li .bot .bt p {
  font-size: 30px;
  color: #ffffff;
}

.investment .content li .bot p.nr {
  margin-top: 15px;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}

.investment .content li .bot .rig {
  width: 64px;
  height: 64px;
  background-color: #ff5116;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.investment .content li:hover {
  background-color: #fff;
}

.investment .content li:hover img.pic {
  display: none;
}

.investment .content li:hover .bt {
  border-bottom: 1px solid #f4f5f7;
  margin-top: 42px;
}

.investment .content li:hover .bt .img {
  width: 33px;
  height: 28px;
  background: url(../images/flow.png) no-repeat;
  background-size: 100% 100%;
}

.investment .content li:hover .bt p {
  color: #444444;
}

.investment .content li:hover p.nr {
  color: #444444;
}

.investment .content li:hover .rig {
  background-color: #f7f7f7;
}

.about {
  width: 100%;
  height: 744px;
  background: url(../images/about_bg.png) no-repeat;
  background-size: 100% 100%;
}

.about .content {
  width: 1413px;
  margin: 0 auto;
}

.about .content .bt {
  padding-top: 185px;
}

.about .content .bt h4 {
  font-size: 36px;
  color: #ff4600;
  margin-bottom: 15px;
}

.about .content .bt .bord {
  width: 400px;
  height: 1px;
  background-color: #ff4600;
}

.about .content p {
  width: 511px;
  text-align: justify;
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
  margin-top: 10px;
}

.about .content a {
  margin-top: 93px;
  display: block;
  width: 170px;
  height: 62px;
  border: 1px solid #ff4600;
  line-height: 58px;
  text-align: center;
  font-size: 24px;
  color: #ff4600;
}

.about .content a span {
  display: inline-block;
  margin-left: 5px;
}

.about .content ul.icon {
  width: 567px;
  margin-top: 67px;
  display: flex;
  justify-content: space-between;
}

.inner_2 {
  width: 100%;
  height: 756px;
  background-color: #fff;
  position: relative;
}

.inner_2 .bg {
  position: absolute;
  top: 173px;
  right: 10%;
}

.inner_2 .content {
  width: 1413px;
  margin: 0 auto;
  padding-top: 113px;
}

.inner_2 .content h6 {
  font-size: 36px;
  color: #444444;
}

.inner_2 .content p {
  width: 904px;
  font-size: 24px;
  color: #444444;
  line-height: 45px;
  margin-top: 50px;
}

.inner_3 {
  width: 100%;
  height: 942px;
  background-color: #fe8456;
  position: relative;
}

.inner_3 .phone {
  position: absolute;
  width: 617px;
  top: 181px;
  left: 9%;
}

.inner_3 .content {
  width: 1413px;
  margin: 0 auto;
  padding-top: 142px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #ffffff;
}

.inner_3 .content h6 {
  text-align: right;
  font-size: 36px;
}

.inner_3 .content p.p {
  width: 915px;
  font-size: 24px;
  text-align: right;
  margin-top: 50px;
  line-height: 40px;
}

.inner_3 .content ul {
  width: 711px;
  margin-top: 50px;
}

.inner_3 .content ul li {
  position: relative;
  padding-left: 50px;
  margin-top: 40px;
}

.inner_3 .content ul li img {
  position: absolute;
  left: 0;
}

.inner_3 .content ul li p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

.inner_3 .content ul li span {
  font-size: 24px;
  color: #ffbec2;
}

.dynamic {
  width: 1454px;
  margin: 0 auto;
  padding-top: 78px;
}

.dynamic h2 {
  font-size: 36px;
  color: #444444;
  text-align: center;
}

.dynamic ul {
  margin-top: 53px;
  margin-bottom: 76px;
  overflow: hidden;
}

.dynamic ul li {
  margin-bottom: 24px;
  display: flex;
}

.dynamic ul li .img {
  margin-right: 28px;
  position: relative;
}

.dynamic ul li .img .nr {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-left: 42px;
}

.dynamic ul li .img .nr h3 {
  font-size: 30px;
  color: #ffffff;
  margin-top: 60px;
  margin-bottom: 40px;
}

.dynamic ul li .img .nr p {
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
}

.dynamic ul li .box {
  background-color: #f3f3f3;
  flex: 1;
  padding-left: 83px;
  padding-top: 64px;
}

.dynamic ul li .box h1 {
  font-size: 48px;
  color: #444444;
  margin-bottom: 35px;
}

.dynamic ul li .box p {
  font-size: 18px;
  color: #444444;
  line-height: 34px;
}

.dynamic ul li.two .box {
  margin-right: 28px;
}

.dynamic ul li.two .img {
  margin-right: 0;
}

footer {
  width: 100%;
  height: 355px;
  background: url(../images/footer_bg.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

footer .footer {
  width: 1373px;
  margin: 0 auto;
  padding-top: 48px;
  display: flex;
  justify-content: space-between;
}

footer .footer .form p {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}

footer .footer .form ul li {
  width: 337px;
  height: 42px;
  margin-top: 30px;
  border: 1px solid #050505;
  position: relative;
}

footer .footer .form ul li select {
  position: absolute;
  width: 100px;
  height: 38px;
  top: 1px;
  border-right: 1px solid #ced4da;
  font-size: 14px;
  color: #495057;
  padding: 0 10px;
}

footer .footer .form ul li input {
  border: 1px solid #ced4da;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-left: 110px;
}

footer .footer .form ul li input::placeholder {
  color: #ced4da;
}

footer .footer .form ul li button {
  color: #ced4da;
  border: none;
  position: absolute;
  right: 0%;
  top: 50%;
  background: none;
  transform: translate(0, -50%);
  outline: none;
  cursor: pointer;
  height: 100%;
  padding-right: 15px;
}

footer .footer .form ul li:last-child input {
  padding-left: 10px;
}

footer .footer .form a.register {
  margin-top: 38px;
  display: block;
  width: 170px;
  height: 62px;
  border: 1px solid #ff4600;
  line-height: 58px;
  text-align: center;
  font-size: 24px;
  color: #ff4600;
}

footer .footer .form a.register span {
  display: inline-block;
  margin-left: 5px;
}

footer .footer .foot_nav {
  width: 695px;
  margin-top: 8px;
  border-left: 1px solid #a2a0a0;
  border-right: 1px solid #a2a0a0;
  display: flex;
  justify-content: space-between;
  padding: 0 90px;
}

footer .footer .foot_nav li p {
  margin-top: 13px;
  font-size: 14px;
  color: #ffffff;
}

footer .footer .foot_nav li a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  margin-top: 34px;
}

footer .footer .right {
  padding-top: 43px;
  text-align: right;
  font-size: 14px;
  color: #ffffff;
}

footer .footer .right h6 {
  font-size: 36px;
  color: #ff4600;
  margin: 25px 0;
}

.copy {
  width: 100%;
  background-color: #050505;
  padding: 65px 250px;
}

.copy p {
  font-size: 14px;
  color: #8e8e8e;
  width: 720px;
  text-align: justify;
  line-height: 23px;
}
