a:hover {
  color: #cc261d;
}
.swiper-pagination-bullet-active {
  background-color: #cc261d !important;
}
.header {
  width: 100%;
  min-width: 1280px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  animation-duration: 1s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header > .page {
  max-width: 1400px;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .rg {
  height: 45px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.header .rg * {
  color: #fff;
  font-size: 1.0625tem;
}
.header .rg ul {
  display: flex;
  padding-right: 15px;
}
.header .rg ul li {
  display: flex;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
.header .rg ul li a {
  display: flex;
  align-items: center;
}
.header .rg ul li span {
  margin-left: 15px;
  font-size: 22px;
}
.header .search {
  width: 100px;
  height: 90px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .header .search {
    width: 80px;
  }
}
.header .search i {
  font-size: 20px;
}
.header .search .box {
  position: absolute;
  top: 100%;
  right: 0px;
  padding: 1.25rem 1.5625rem;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  transition-delay: 0.2s;
}
.header .search .box::after {
  content: '';
  width: 0.9375rem;
  height: 9px;
  background: url(../images/search_arrow.png);
  position: absolute;
  bottom: 100%;
  right: 1.25rem;
}
.header .search .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
}
.header .search .sear-w input {
  width: 15.625rem;
  height: 2.5rem;
  font-size: 0.875rem;
  padding: 0 0.9375rem;
  color: #000;
  border: 1px solid #e8e8e8;
}
.header .search .sear-w input:focus {
  outline: none;
}
.header .search .sear-w button {
  width: 60px;
  height: 2.5rem;
  font-size: 0.9375rem;
  color: #fff;
  background: #cc261d;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
}
.header .search:hover .box {
  visibility: visible;
}
.header .lg {
  display: flex;
  align-items: center;
}
.header .lg p {
  padding: 0 5px;
  font-size: 18px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1600px) {
  .header .lg p {
    font-size: 16px;
  }
}
.header .lg .down {
  min-width: 12.5rem;
  position: absolute;
  top: 2.1875rem;
  left: 0;
  padding: 10px 1.5625rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(50px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  transition-delay: 0.2s;
}
.header .lg .down a {
  color: #001842;
  line-height: 2.5rem;
  font-size: 0.9375rem;
}
.header .lg:hover .down {
  transform: translateY(0);
  transition: all 0.3s linear;
  opacity: 1;
  visibility: visible;
}
.fix {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.fix .search {
  border-color: #e2e2e2;
}
.fix .nav li > a {
  color: #333;
}
.fix .rg * {
  color: #333;
}
.fix .nav-list > li .erji2 {
  background-color: #f5f5f5;
}
.fix .nav-list > li .erji2 li {
  border-color: #e2e2e2;
}
.fix .nav-list > li .erji2 a {
  color: #333;
}
.fix .nav-list > li .erji2 a:hover {
  color: #fff;
}
/* nav */
.nav {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.nav-list {
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: auto;
  display: flex;
  position: relative;
  padding: 0 20px;
}
.nav-list > li > a {
  line-height: 90px;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.nav-list > li > a::after {
  content: '';
  width: 0;
  height: 3px;
  background-color: #cc261d;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
@media screen and (max-width: 1600px) {
  .nav-list > li > a {
    font-size: 16px;
  }
}
.nav-list > li .erji2 {
  min-width: 180px;
  display: none;
  width: 100%;
  overflow: hidden;
  z-index: 99999;
  white-space: nowrap;
  position: absolute;
  top: 91px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.nav-list > li .erji2 ul li {
  border-top: 1px solid #333;
  text-align: center;
  line-height: 45px;
}
.nav-list > li .erji2 ul li a {
  color: #fff;
  font-size: 15px;
}
.nav-list > li .erji2 ul li:first-child {
  border-top: none;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #cc261d;
}
.nav-list > li:hover > a {
  color: #cc261d;
}
.nav-list > li:hover > a::after {
  width: 100%;
}
.nav-list > li:hover .iconfont {
  color: #cc261d;
}
.nav-list .active > a {
  color: #cc261d;
}
.nav-list .active > a::after {
  width: 100%;
}
/* 幻灯片 */
.banner-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #eee;
}
.banner-box .pic {
  position: relative;
}
.banner-box .pic img {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .banner-box .pic img {
    min-height: 300px;
    height: auto;
  }
}
.banner-box .pic .page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.banner-box .pic .page .text {
  text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.5);
}
.banner-box .pic .page .text * {
  color: #fff;
}
.banner-box .pic .page .text h1 {
  font-size: 3.75rem;
  line-height: 1.3;
  font-weight: normal;
  opacity: 0;
  transform: translateY(40px);
}
.banner-box .pic .page .text h1 i {
  font-weight: lighter;
}
.banner-box .pic .page .text h5 {
  font-weight: normal;
  font-size: 1.125rem;
  margin-top: 0.75rem;
  opacity: 0.8;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transform: translateY(40px);
}
.banner-box .pic .page .text .more {
  margin-top: 2.5rem;
  opacity: 0;
  transform: translateY(40px);
}
.banner-box .pic .page .text .more:hover {
  border-color: #fff;
  color: #cc261d;
}
@media screen and (max-width: 600px) {
  .banner-box .pic .page .text h1 {
    font-size: 3rem;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
  }
  .banner-box .pic .page .text h1 i {
    font-weight: normal;
  }
  .banner-box .pic .page .text h5 {
    font-size: 1rem;
  }
}
.banner-box .swiper-slide-active .pic .page .text h1 {
  opacity: 1;
  transform: translateY(0px);
  transition: all ease 1s 0.5s;
}
.banner-box .swiper-slide-active .pic .page .text h5 {
  opacity: 1;
  transform: translateY(0px);
  transition: all ease 1s 0.7s;
}
.banner-box .swiper-slide-active .pic .page .text .more {
  opacity: 1;
  transform: translateY(0px);
  transition: all ease 1s 0.9s;
}
.banner-box .pagination {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
}
.banner-box .pagination::after {
  content: '';
  width: 50%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.banner-box .pagination .page {
  display: flex;
  align-items: center;
  max-width: 1450px;
}
.banner-box .pagination .lf {
  flex: 1;
  height: 100px;
  background: url(../images/ban-btm.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-right: 120px;
}
.banner-box .pagination .lf .banner-pagination {
  bottom: 0;
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d98483;
  font-size: 26px;
  font-family: serif;
  font-weight: bold;
}
.banner-box .pagination .lf .banner-pagination span {
  margin: 0 10px;
}
.banner-box .pagination .lf .banner-pagination span::before {
  content: '0';
}
.banner-box .pagination .lf .banner-pagination .swiper-pagination-current {
  font-size: 34px;
  color: #fff;
  margin-top: -3px;
}
.banner-box .pagination .lf .line {
  flex: 1;
  height: 30px;
  background: url(../images/to-rg.png) no-repeat right top;
}
.banner-box .pagination .btn {
  width: 210px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: right;
  margin-right: -30px;
}
.banner-box .pagination .btn .iconfont {
  font-size: 30px;
  padding: 0 30px;
  color: #9b9b9b;
}
.banner-box .pagination .btn .iconfont:hover {
  color: #cc261d;
}
.banner-box .pagination .btn hr {
  width: 2px;
  height: 30px;
  background-color: #d1d1d1;
}
.swiper .banner-pagination {
  position: relative;
}
.swiper .banner-pagination .swiper-pagination-bullet {
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #fff;
  opacity: 0.5;
  margin: 0 1.625rem 0 0.6875rem !important;
  position: relative;
}
.swiper .banner-pagination .swiper-pagination-bullet::before,
.swiper .banner-pagination .swiper-pagination-bullet::after {
  content: '';
  width: 1.875rem;
  height: 1.875rem;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  display: none;
}
.swiper .banner-pagination .swiper-pagination-bullet::before {
  opacity: 0.5;
}
.swiper .banner-pagination .swiper-pagination-bullet::after {
  z-index: 1;
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 50%);
}
.swiper .banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: rotateZ(360deg);
  transition: transform 3.2s linear;
}
.swiper .banner-pagination .swiper-pagination-bullet-active::before,
.swiper .banner-pagination .swiper-pagination-bullet-active::after {
  display: block;
}
.wz-bt {
  text-align: center;
}
.wz-bt p {
  font-size: 60px;
  font-weight: lighter;
}
.wz-bt p i {
  color: #c6a47f;
}
.wz-bt span {
  font-size: 26px;
  margin-top: 40px;
  font-weight: lighter;
  line-height: 1.875;
}
.sear-w {
  position: relative;
  z-index: 999;
}
.sear-w .page {
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sear-w img {
  margin: 0 auto;
}
.intr-w {
  padding: 80px 0;
}
.intr-w .page {
  max-width: 1300px;
}
.intr-w .con {
  margin-top: 40px;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.intr-w .con .pic {
  width: 53%;
  padding: 45px 0;
}
.intr-w .con .text {
  flex: 1;
  padding: 45px 60px 30px;
  font-size: 15px;
  line-height: 2.25;
}
.intr-w .con .text hr {
  width: 70px;
  height: 3px;
  background-color: #c6a47f;
  margin-bottom: 25px;
}
.work-env {
  margin-top: 70px;
}
.work-env li {
  position: relative;
  overflow: hidden;
}
.work-env li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  transform: translateY(100%);
  transition: all 0.3s linear;
}
.work-env li .text p {
  font-size: 24px;
}
.work-env li .text hr {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 20px 0;
}
.work-env li .text i {
  font-size: 22px;
}
.work-env li:hover .text {
  transform: translateY(0);
}
.history-w {
  padding: 90px 0 100px;
  background: url(../images/history-bg.png) no-repeat center;
  background-color: #f7f8f8;
}
.history-w .con {
  margin-top: 100px;
  padding-top: 130px;
  background: url(../images/clock.png) no-repeat center top;
  position: relative;
  z-index: 1;
}
.history-w .con::after {
  content: '';
  width: 4px;
  height: calc(100% - 150px);
  background-color: #c6a47f;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: -1;
}
.history-w .con li {
  height: 100px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history-w .con li .circle {
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  margin: 0 130px;
  position: relative;
  cursor: pointer;
}
.history-w .con li .circle:hover {
  border-color: #c6a47f;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.history-w .con li .circle img {
  margin: auto;
  width: 84px;
  border-radius: 50%;
  overflow: hidden;
}
.history-w .con li .circle p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.history-w .con li .circle::after {
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: url(../images/arrow.png);
  position: absolute;
  right: -77px;
  top: 50%;
  transform: translateY(-50%);
}
.history-w .con li .text,
.history-w .con li .fill {
  flex: 1;
  max-width: 500px;
  font-size: 19px;
  font-weight: lighter;
  line-height: 1.875;
}
.history-w .con li:nth-child(2n - 1) .fill {
  order: 3;
}
.history-w .con li:nth-child(2n - 1) .circle {
  order: 2;
}
.history-w .con li:nth-child(2n - 1) .circle::after {
  transform: scale(-1);
  right: auto;
  left: -77px;
}
.history-w .con li:nth-child(2n - 1) .text {
  order: 1;
}
.history-w .con li:last-of-type .fill {
  order: 3 !important;
}
.history-w .con li:last-of-type .circle {
  order: 2;
}
.history-w .con li:last-of-type .circle::after {
  display: none;
}
.history-w .con li:last-of-type .text {
  order: 1 !important;
}
.history-w .con .btm {
  width: calc(50% - 130px);
  font-size: 19px;
  line-height: 50px;
  background-color: #c6a47f;
  text-align: center;
  padding-left: 50px;
  clip-path: polygon(0 50%, 40px 0, 100% 0, 100% 100%, 40px 100%);
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(130px);
}
.honor-w {
  padding: 130px 0 50px;
}
.honor-w .page {
  max-width: none;
  background-color: #f7f8f8;
  margin-top: 100px;
}
.honor-w .box {
  padding: 40px 20%;
}
.honor-w .box li {
  height: auto;
  padding: 10px;
}
.honor-w .box li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.honor-w .box li a .pic {
  flex: 1;
  display: flex;
  padding: 10px;
}
.honor-w .box li a .pic img {
  margin: auto;
}
.honor-w .box li a:hover img {
  transform: scale(1.05);
}
.honor-w .box .swiper-btn {
  width: 80%;
}
.honor-w .box .swiper-btn .iconfont {
  color: #ccc;
  font-size: 70px;
  align-items: flex-start;
}
.honor-w .box .swiper-btn .iconfont:hover {
  color: #c6a47f;
}
.honor-w .btm {
  margin-top: 90px;
  text-align: center;
  font-size: 26px;
  line-height: 1.875;
  font-weight: lighter;
}
.honor-w .btm .more {
  width: 50px;
  height: 50px;
  margin: 40px auto 0;
  background: url(../images/honor-more.png);
}
.adv-w {
  padding-top: 50px;
}
.adv-w .page h5 {
  font-size: 30px;
  font-weight: lighter;
}
.adv-w .page h5 i {
  color: #c6a47f;
}
.adv-w .page hr {
  width: 37px;
  height: 2px;
  background-color: #ff403b;
  margin: 15px 0 5px;
}
.adv-w .page p {
  font-size: 20px;
  margin-top: 5px;
}
.adv-w .page a {
  font-size: 24px;
  font-weight: bold;
  color: #c7c7c7;
  position: absolute;
  right: 0;
  top: 30px;
}
.adv-w .page a:hover {
  color: #ff403b;
  text-decoration: underline;
}
.adv-w ul {
  margin-top: 60px;
  display: flex;
}
.adv-w ul li {
  flex: 1;
  overflow: hidden;
}
.adv-w ul li img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.adv-w ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}
.adv-w ul li .text p {
  font-size: 50px;
}
.adv-w ul li .text span {
  font-size: 18px;
  margin-top: 3px;
}
.adv-w ul li .text hr {
  width: 50px;
  height: 2px;
  background-color: #e60012;
  margin-top: 25px;
}
.adv-w ul li:hover .text {
  transform: scale(1.1);
  opacity: 0;
}
.ptn-w {
  padding: 130px 0;
}
.ptn-w .page {
  max-width: none;
}
.ptn-w .tit p {
  font-size: 54px;
  color: #ff2222;
}
.ptn-w .tit hr {
  width: 40px;
  height: 3px;
  background-color: #d3d3d3;
}
.ptn-w .tit span {
  font-size: 32px;
  font-weight: bold;
  margin-top: 5px;
}
.ptn-w .box {
  margin-top: 40px;
  padding: 0 20px;
}
.ptn-w .box li {
  filter: contrast(95%);
  background-color: #fff;
  border-radius: 5px;
}
.ptn-w .box li:hover img {
  transform: scale(1.1);
}
.app-w {
  position: relative;
}
.app-w ul {
  display: flex;
  flex-wrap: wrap;
}
.app-w ul li {
  width: 33.333%;
  position: relative;
}
.app-w ul li:nth-child(4) {
  margin-left: 66.666%;
}
.app-w ul li .pic img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}
.app-w ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10% 5vw;
  transition: all 0.3s linear;
}
.app-w ul li .text h5 {
  font-size: 26px;
}
.app-w ul li .text hr {
  width: 36px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0 8px;
}
.app-w ul li .text h6 {
  font-size: 18px;
  text-transform: uppercase;
}
.app-w ul li .text p {
  line-height: 1.75;
  margin-top: 10px;
}
.app-w ul li .text .more {
  position: absolute;
  left: 14%;
  bottom: 10%;
}
.app-w ul li:hover img {
  transform: scale(1.1);
}
.app-w ul li:hover .text {
  opacity: 0;
}
.app-w .mid {
  background: url(../images/app-bg.jpg);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 66.666%;
  color: #fff;
  padding: 5% 5vw;
}
.app-w .mid .tit em {
  font-size: 50px;
  font-weight: lighter;
  text-transform: uppercase;
}
.app-w .mid .tit hr {
  width: 30px;
  height: 1px;
  background-color: #fff;
  margin: 0 0 5px;
}
.app-w .mid .tit p {
  font-size: 30px;
  font-weight: bold;
}
.app-w .mid .tit span {
  font-size: 18px;
  margin-top: 10px;
}
.app-w .mid .text {
  margin-top: 60px;
  font-size: 20px;
}
.app-w .mid .text i {
  font-size: 50px;
}
.contct-w {
  padding-top: 130px;
}
.contct-w a {
  margin-top: 80px;
  position: relative;
}
.contct-w .pic img {
  width: 100%;
  height: 623px;
  object-fit: cover;
}
.contct-w .lf {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(-185px, -50%);
}
.contct-w .rg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  background: rgba(255, 0, 0, 0.6);
  color: #fff;
  padding: 24px 50px;
  width: 545px;
  line-height: 1.875;
}
.contct-w .rg h5 {
  font-size: 18px;
  font-weight: bold;
}
.contct-w .rg ul {
  margin-top: 10px;
}
.footer {
  background-color: #f8f8f8;
  padding: 70px 0 50px;
}
.footer .page {
  max-width: 1300px;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .top {
  display: flex;
}
.footer .lf {
  width: 260px;
}
.footer .lf h1 {
  font-weight: bold;
  text-align: center;
}
.footer .lf hr {
  width: 170px;
  height: 1px;
  background-color: #cc261d;
  margin: 10px auto 20px;
}
.footer .lf .tool {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .lf .tool li {
  margin: 0 5px;
}
.footer .lf .tool li i {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #cc261d;
  color: #cc261d;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
}
.footer .lf .tool li:hover i {
  background-color: #cc261d;
  color: #fff;
}
.footer .lf .erwm {
  margin-top: 30px;
  display: flex;
}
.footer .lf .erwm li {
  flex: 1;
  margin-right: 20px;
}
.footer .lf .erwm li:last-child {
  margin-right: 0;
}
.footer .lf .erwm li img {
  padding: 3px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.footer .lf .erwm li p {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
.footer .f-nav {
  flex: 1;
  margin: 0 5%;
  display: flex;
  justify-content: space-between;
}
.footer .f-nav h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.footer .f-nav li a {
  font-size: 14px;
  line-height: 2;
}
.footer .rg {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.footer .rg a {
  margin-top: -30px;
  font-size: 12px;
}
.footer .rg .logo {
  margin: 50px 0 20px;
}
.footer .rg .logo img {
  width: 300px;
}
.footer .rg p {
  font-size: 14px;
  line-height: 1.75;
}
