@charset "utf-8";
/* CSS Document */
@font-face {
  src: url(https://images.enuoyopin.cn/fonts/HarmonyOS_Sans_SC.woff2);
  font-family: "myfont";
}
@font-face {
  src: url(https://images.enuoyopin.cn/fonts/HarmonyOS_Sans_SC_Medium.woff2);
  font-family: "title";
}
@font-face {
  src: url(https://images.enuoyopin.cn/fonts/Impact.woff2);
  font-family: "num";
}
@font-face {
  font-family: "iconfont";
  src: url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format("embedded-opentype"),
    url(../icons/iconfont.woff) format("woff"),
    url(../icons/iconfont.ttf) format("truetype"),
    url(../icons/iconfont.svg#iconfont) format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-size: 62.5%;
  color: #666;
  list-style: none;
  font-family: "myfont";
}
p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 1rem 0;
  color: rgba(95, 105, 115, 1);
}
img {
  display: block;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  color: #666;
}
.w_all {
  width: 1350px;
  margin: auto;
}
.w_all2 {
  width: 86%;
  margin: auto;
}
/*index*/
html,
body {
  width: 100%;
  position: relative;
  font-size: 62.5%;
}
header {
  width: 100%;
  position: fixed;
  left: 0%;
  top: 0;
  z-index: 9999;
  transition: all 0.5s ease;
}
header.active {
  background: #fff;
}
.header2 {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  height: 50px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.logo img {
  display: block;
  height: 100%;
}
.logo .img2 {
  display: none;
}
header.active .logo .img1 {
  display: none;
}
header.active .logo .img2 {
  display: block;
}
.header2 .logo .img1 {
  display: none;
}
.header2 .logo .img2 {
  display: block;
}
.navbox {
  display: flex;
  align-items: center;
}
header nav {
  display: flex;
  align-items: center;
}
.nav_box ul {
  display: flex;
  margin-right: 2rem;
}
.nav_box ul li {
  position: relative;
  padding: 0px 1.2vw;
}
.nav_box ul li h3 {
  font-size: 1.7rem;
  line-height: 80px;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-family: "title";
  letter-spacing: 1px;
  cursor: pointer;
  transition: all ease 0.3s;
}
header.active .nav_box ul li h3 {
  color: #333;
}
.header2 .nav_box ul li h3 {
  color: #333;
}
.nav_box ul li:hover h3 {
  color: #004e97 !important;
}
.n_right {
  margin-left: 0;
}
.n_right .language {
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
}
.n_right i {
  color: #fff;
  font-size: 2.2rem;
  margin-right: 0.6rem;
  font-weight: normal;
  margin-top: 2px;
}
header.active .n_right .language {
  color: #333;
}
header.active .n_right i {
  color: #333;
}
.header2 .n_right .language {
  color: #333;
}
.header2 .n_right i {
  color: #333;
}
.s_menu {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 80px;
  text-align: center;
  display: none;
  z-index: 999;
  background: #fff;
  padding: 1rem 3rem;
  width: max-content;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.s_menu dl dd {
  padding: 6px 0;
  font-size: 1.5rem;
  background: #fff;
  transition: all 0.3s linear;
  cursor: pointer;
}
.s_menu dl dd:hover {
  color: #004e97;
}
.sp_menu p {
  position: absolute;
  left: 100%;
  top: -10px;
  display: none;
  opacity: 1;
  overflow-y: auto;
  max-height: 80vh;
  min-height: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 1rem 2rem;
  width: max-content;
  border-radius: 0 0 20px 20px;
}
.sp_menu p a {
  display: block;
  font-size: 1.4rem;
  color: #999;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 10px 16px;
  position: relative;
  line-height: 1.3;
}
.sp_menu p a:hover {
  color: #de0010;
}
.navBtn {
  position: relative;
  z-index: 99999;
  cursor: pointer;
  display: none;
}
.navBtn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 5px auto;
}
header.active .navBtn span {
  background: #333;
}
.header2 .navBtn span {
  background: #333;
}
.nav_btn_active {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav_btn_active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav_btn_active span:nth-of-type(2) {
  opacity: 0;
}
.nav_btn_active span:nth-of-type(3) {
  margin-top: -58.5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide {
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 100%;
  background: #1f4d92;
  opacity: 0.2;
}
.banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.banner video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.banner .txt {
  position: absolute;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
.banner .txt h2 {
  font-size: 7.6rem;
  color: #fff;
  font-family: "title";
  letter-spacing: 3px;
  transition: all ease 0.8s 0.6s;
  margin-bottom: 2rem;
  transform: translateY(30px);
  opacity: 0;
}
.banner .txt p {
  font-size: 3rem;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 1px;
  transition: all ease 0.8s 1.1s;
  transform: translateY(30px);
  opacity: 0;
}
.banner .swiper-slide-active .txt h2 {
  transform: translateY(0px);
  opacity: 1;
}
.banner .swiper-slide-active .txt p {
  transform: translateY(0px);
  opacity: 1;
}
.banner .swiper-slide .txt .more {
  transition: all ease 0.8s 1.6s;
  transform: translateY(30px);
  opacity: 0;
  background: #fff;
  color: #000;
}
.banner .swiper-slide-active .txt .more {
  transform: translateY(0px);
  opacity: 1;
}
.banner .swiper-slide .txt .more span,
.banner .swiper-slide .txt .more i {
  color: #000;
}
.btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96%;
}
.banner .btn {
  transition: all 0.3s linear;
  opacity: 0;
}
.banner:hover .btn {
  opacity: 1;
}
.btn .ll {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s linear;
  background: rgba(255, 255, 255, 0.4);
  margin: 1rem 0;
}
.btn i {
  display: block;
  font-size: 2rem;
  color: #004e97;
  font-weight: bold;
  transition: all 0.3s linear;
}
.btn .llr i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn .ll:hover {
  background: #de0010;
}
.btn .ll:hover i {
  color: #fff;
}
.banner .swiper-pagination {
  display: flex;
  justify-content: center;
}
.banner .swiper-pagination span {
  margin: 2rem 5px !important;
  background: #fff;
  opacity: 0.6 !important;
  height: 10px !important;
  width: 10px !important;
  transition: all ease 0.3s;
  display: block;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
  width: 30px !important;
  border-radius: 15px;
  opacity: 1 !important;
}
.more {
  width: max-content;
  margin: 6rem 0 0;
  padding: 14px 34px;
  background: #1a1a1a;
  border-radius: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
}
.more::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #004e97;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.more:hover::before {
  transform: none;
  transform-origin: 0% 50%;
  background-color: #004e97;
}
.more span {
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  z-index: 2;
}
.more i {
  color: #fff;
  margin-left: 8px;
  font-size: 1.4rem;
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 3px;
}
.more:hover span {
  color: #fff !important;
}
.more:hover i {
  animation: shuffle 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff !important;
}
@keyframes shuffle {
  50% {
    transform: translateX(100%);
  }

  50.01% {
    transform: translateX(-100%);
  }
}
.index_bars {
  padding: 8% 0;
  position: relative;
}
.title {
  margin-bottom: 4.6rem;
  text-align: center;
}
.title h3 {
  font-size: 3.6rem;
  color: #004e97;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
}
.title h4 {
  font-size: 2.2rem;
  color: #1a1a1a;
  line-height: 1.5;
  margin: 0 0 2rem 0;
  font-weight: normal;
}
.title p {
  color: #666;
  line-height: 2;
  letter-spacing: 0px;
  font-size: 1.6rem;
}
.index_about .more {
  margin: 4rem auto 6rem;
}
.index_about .swiper-slide {
  font-size: 2rem;
  color: #004e97;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  width: 25%;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.index_about .swiper-slide:last-of-type {
  border: none;
}
.index_about .swiper-slide strong {
  font-size: 6rem;
  color: #004e97;
  font-family: "en";
  margin-right: 6px;
}
.index_about .swiper-slide span {
  display: block;
  font-size: 1.8rem;
  font-style: normal;
  color: #333;
  margin-top: 2rem;
  font-weight: normal;
}
.index_about .tt p {
  margin: 0;
  line-height: 2;
}
.index_pro {
  background: #f5fbff;
}
.index_pro ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_pro ul li a {
  position: relative;
  z-index: 3;
  display: block;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
}
.index_pro ul li {
  position: relative;
  width: 19%;
  overflow: inherit;
  transition: all ease 0.3s;
}
.index_pro ul li::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background-color: #004e97;
  z-index: -1;
  border-radius: 10px;
  transition: all ease 0.4s;
  opacity: 0;
}
.index_pro ul li:hover {
  transform: translate(-8px, -8px);
}
.index_pro ul li:hover:before {
  transform: translate(8px, 8px);
  opacity: 1;
  height: 100%;
}
.index_pro b {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.index_pro b img {
  width: 100%;
  margin: auto;
}
.imgScale {
  overflow: hidden;
}
.imgScale img {
  width: 100%;
  display: block;
  transition: all ease 0.3s;
  overflow: hidden;
}
.imgScale:hover img {
  transform: scale(1.08);
}
.index_pro .tt {
  padding: 4rem 2rem;
  box-sizing: border-box;
  text-align: center;
}
.index_pro .tt h4 {
  color: #1a1a1a;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 1rem 0 0;
  transition: all ease 0.5s;
  overflow: hidden;
}
.index_pro ul li:hover h4 {
  color: #de0010;
}
.index_pro .tt h5 {
  font-size: 2.6rem;
  color: #004e97;
  font-family: "en";
  padding-top: 3rem;
  margin-top: 1.5rem;
  position: relative;
}
.index_pro .tt h5::before {
  content: "";
  width: 3rem;
  height: 3px;
  background: #004e97;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.p_search {
  width: 40rem;
  margin: 6rem auto 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p_search input {
  background: none;
  border: none;
  box-shadow: none;
  padding: 10px 0;
  font-size: 1.6rem;
  color: #1a1a1a;
}
.p_search input::placeholder {
  color: #666;
}
.p_search button {
  background: none;
  border: none;
  box-shadow: none;
  padding: 10px;
  font-size: 1.6rem;
  color: #1a1a1a;
  cursor: pointer;
}
.p_search button i {
  font-size: 2rem;
  transition: all 0.4s ease;
}
.p_search button:hover i {
  color: #de0010;
}
.index_area .swiper-slide {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.index_area .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #004e97;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s linear 0.4s;
}
.index_area .swiper-slide-active:before {
  opacity: 0.3;
}
.index_area img {
  width: 100%;
}
.index_area .txt {
  position: absolute;
  left: 0;
  bottom: -5%;
  padding: 3% 5%;
  box-sizing: border-box;
  width: 100%;
  z-index: 3;
  color: #fff;
  transition: all 0.4s linear 0.4s;
  opacity: 0;
}
.index_area .swiper-slide-active .txt {
  opacity: 1;
  bottom: 0;
}
.index_area .txt h3 {
  color: #fff;
  font-size: 3rem;
  font-weight: normal;
  font-family: "title";
}
.index_area .txt .tt {
  height: 0;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.3s ease;
}

.index_area .txt .tt.show {
  height: auto;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.index_area .txt p {
  color: #fff;
  font-size: 1.8rem;
}
.index_area .swiper-pagination {
  display: flex;
  justify-content: center;
  position: static;
}
.index_area .swiper-pagination span {
  margin: 4rem 5px 0 !important;
  background: #004e97;
  opacity: 1 !important;
  height: 10px !important;
  width: 10px !important;
  transition: all ease 0.3s;
  display: block;
}
.index_area .swiper-pagination span.swiper-pagination-bullet-active {
  width: 30px !important;
  border-radius: 15px;
}
.index_news {
  background: #f3f4f7;
}
.index_news ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_news ul li {
  width: 31.3%;
}
.index_news ul li a {
  width: 100%;
  display: block;
  transition: all 0.4s linear;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.index_news ul li:last-of-type a {
  margin-bottom: 3%;
}
.index_news ul li .imgs {
  height: 25.8rem;
  overflow: hidden;
}
.index_news ul li .imgs b {
  height: 100%;
  width: 100%;
  display: block;
  transition: all ease 0.3s;
}
.index_news ul li:hover .imgs b {
  transform: scale(1.08);
}
.index_news .txt {
  transition: all 0.6s linear;
  width: 50%;
}
.index_news ul li .txt {
  width: 100%;
  padding: 2.5rem;
  box-sizing: border-box;
}
.index_news h5 {
  font-size: 1.4rem;
  color: #999;
  font-weight: normal;
}
.index_news ul li .tt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0 0rem;
}
.index_news ul li:nth-child(-n + 2) .tt {
  margin-bottom: 5.8rem;
}
.index_news h4 {
  color: #1a1a1a;
  font-size: 1.8rem;
  font-weight: normal;
  transition: all 0.6s linear;
  line-height: 1.6;
  height: 5.6rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-right: 2rem;
}
.more2 img {
  width: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding: 0.8rem;
}
.index_news ul li a:hover {
  background: #004e97;
}
.index_news ul li a:hover h4,
.index_news ul li a:hover h5 {
  color: #fff;
}
.index_news ul li a:hover .more2 img {
  filter: invert(100%);
}
.index_others {
  background: #f3f4f7;
}
.index_others ul {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
}
.index_others ul li {
  width: 25%;
  padding: 3% 4%;
  box-sizing: border-box;
  transition: all 0.3s ease;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.index_others ul li:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.index_others ul li img {
  width: 6rem;
  transition: all 0.3s ease;
}
.index_others ul li:hover img {
  transform: scale(1.06);
}
.index_others ul li h4 {
  display: flex;
  font-size: 1.8rem;
  color: #1a1a1a;
  align-items: center;
  margin: 3rem 0 0rem;
  font-weight: normal;
  font-family: "title";
  transition: all 0.3s ease;
}
.index_others ul li h4 i {
  font-size: 1.6rem;
  margin-right: 1rem;
  font-weight: bold;
  transition: all 0.3s ease;
}
.index_others ul li:hover h4 {
  color: #de0010;
}
.index_others ul li:hover i {
  color: #de0010;
  transform: translateX(5px);
}
.footer {
  position: relative;
  z-index: 9;
  background: #2e2e2e;
  color: #fff;
}
.footer .contain {
  display: flex;
  padding: 4% 0 3%;
  justify-content: space-between;
}
.footer .ll {
  width: 30%;
}
.footer .ll .logo2 img {
  height: 6rem;
  margin-bottom: 2rem;
}
.footer .ll .bb {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem 2rem;
  box-sizing: border-box;
  margin: 2rem 0;
  border-radius: 30px;
}
.footer .ll .bb input {
  width: 100%;
  background: none;
  line-height: 2.4;
  color: #fff;
}
.footer .ll .bb input::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
}
.footer .ll .bb button {
  background: none;
  cursor: pointer;
}
.footer .ll .bb button i {
  color: #fff;
  font-size: 2rem;
  transform: rotate(180deg);
  display: block;
}
.footer dl {
  display: flex;
  margin: 2.2rem 0;
}
.footer dl dd {
  margin-right: 1.2rem;
  width: 2.4rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.footer dl dd:hover {
  overflow: inherit;
}
.footer dl dd img {
  width: 100%;
  transition: all 0.4s ease;
  border-radius: 10px;
}
.footer dl dd:nth-of-type(3) img {
  opacity: 0.65;
}
.footer dl dd img:nth-of-type(2) {
  opacity: 0;
  width: 13rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
}
.footer dl dd:hover img {
  opacity: 1;
}
.footer dl dd:hover img:nth-of-type(2) {
  opacity: 1;
  bottom: 140%;
}
.footer dl dd:hover img:nth-of-type(1) {
  transform: translateY(-3px);
}
.footer .ll p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  margin: 0.2rem 0;
}
.footer .rr {
  width: 60%;
}

.footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer ul li h3 {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 2rem;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: "title";
}
.footer ul li p {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 8px 0;
  transition: all 0.5s ease;
  cursor: pointer;
}
.footer ul li p:hover {
  color: #de0010;
}
.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 0;
}
.footer .copyright .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .copyright p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
}
.footer .copyright a {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s linear;
}
.footer .copyright a:hover {
  color: #fff;
}
.o_ban {
  position: relative;
  max-height: 60vh;
  overflow: hidden;
}
.o_ban b {
  display: block;
  width: 100%;
}
.o_ban b img {
  width: 100%;
}
.o_ban .txt {
  z-index: 9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.o_ban .txt h2 {
  font-size: 4rem;
  color: #fff;
  letter-spacing: 2px;
  font-family: "title";
  font-weight: normal;
  margin-top: -2rem;
}
.o_ban .txt h3 {
  font-size: 7rem;
  line-height: 1;
  color: #fff;
  font-family: "title";
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 0) 85%
  );
  -webkit-background-clip: text;
  color: transparent;
  opacity: 0.3;
}
.allNav {
  background: rgba(0, 78, 151, 0.4);
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  bottom: 0;
}
.allNav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.allNav ul .ll {
  display: flex;
  align-items: center;
}
.allNavs2 ul .ll{
    width: 100%;
}
.allNav ul li {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  padding: 0px 1rem;
  line-height: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.allNav ul i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  line-height: 1;
}
.allNav ul a:hover li {
  color: #de0010;
}
.allNav ul li.on {
  color: rgba(255, 255, 255, 1);
}
.allNav ul a:first-of-type li {
  padding-left: 0;
}
.allNav .rr {
  display: flex;
}
.allNav .rr p {
  margin: 0;
  font-size: 1.6rem;
  color: #fff;
  padding: 2rem 3rem;
  line-height: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.allNav .rr p.active {
  background: #004e97;
  opacity: 1 !important;
}
.allNav .rr p:hover {
  opacity: 0.6;
}

.title2 {
  margin-bottom: 3rem;
  position: relative;
}
.title2 h3 {
  font-size: 3.6rem;
  margin-top: 1.875rem;
  color: #4f4f4f;
  font-weight: 700;
}
.title2 h4 {
  position: absolute;
  left: 3rem;
  bottom: 0;
  color: rgba(101, 162, 212, 0.1);
  font-size: 5.6rem;
  font-weight: 700;
  z-index: 0;
  line-height: 1;
}
.title2::after {
  content: "";
  bottom: 0;
  right: 0;
  position: absolute;
  width: 70%;
  height: 1px;
  background: #d7e8f0;
}
.title2s::after {
  width: 56%;
}
.title2s2::after {
  width: 65%;
}
.title3 h1 {
  font-size: 3.6rem;
  margin-top: 1.875rem;
  color: #4f4f4f;
  font-weight: 700;
}
.title3 h6 {
  line-height: 1.4;
  font-size: 3rem;
  font-weight: 600;
  color: rgba(0, 78, 151, 0.4);
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
}
.title3 h6::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 3rem;
  height: 3px;
  background: #004e97;
}
.about {
  position: relative;
}
.about1 .box {
  display: flex;
  justify-content: space-between;
}
.about1 .box .ll {
  width: 23%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.about1 .box .ll .bg img {
  opacity: 0.06;
  width: 90%;
}
.about1 .box .rr {
  width: 70%;
}
.about1 p {
  font-size: 1.7rem;
  line-height: 2;
  color: #4f4f4f;
  text-align: justify;
  margin-bottom: 3rem;
}
.about1 .video {
  position: relative;
}
.about1 video {
  display: block;
  width: 100%;
}
.about1 .video img {
  width: 100%;
}
.about1 .v_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about1 .v_btn img {
  width: 6.6rem;
  transition: all 0.6s ease;
  cursor: pointer;
}
.about1 .v_btn:hover img {
  transform: rotate(120deg);
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}
.video-popup {
  display: none;
  max-width: 80%;
  height: 86%;
}
.video-popup video {
  width: 100%;
  height: 100%;
}
.close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: #fff url("../images/close.png") no-repeat center/50%;
  width: 28px;
  height: 28px;
  padding: 3rem;
  box-sizing: border-box;
  transition: all 0.6s ease;
}
.close-button:hover {
  transform: scale(1.04);
}
.about2 {
  padding-top: 0;
}
.about2 .box {
  display: flex;
  justify-content: space-between;
}
.about2 .box .ll {
  width: 23%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.about2 .box .rr {
  width: 70%;
}
.about2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6%;
}
.about2 ul li {
  width: 48%;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-top: 3%;
  padding: 5% 4%;
  box-sizing: border-box;
  justify-content: space-between;
}
.about2 ul li:last-of-type {
    width: 100%;
}
.about2 ul li b {
  display: block;
  padding: 2rem;
  width: 3.6rem;
  background: #eee;
  position: relative;
  border-radius: 50%;
}
.about2 ul li b::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  border: 1px solid #004e97;
  opacity: 0.3;
  border-radius: 50%;
}
.about2 ul li b img {
  width: 100%;
}
.about2 ul li .tt {
  width: calc(100% - 11rem);
}
.about2 ul li h3 {
  color: #1a1a1a;
  font-size: 2rem;
}
.about2 ul li p {
  font-size: 1.5rem;
  line-height: 1.46;
  color: #666;
  margin-bottom: 0;
}
.about3 {
  background: #eee;
  overflow: hidden;
  position: relative;
}
.about3 .box {
  display: flex;
  justify-content: space-between;
}
.about3 .box .ll {
  width: 46%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.about3 .box .ll img {
  display: none;
}
.about3 .box .txt {
  width: 100%;
  height: 50vh !important;
  margin-top: 3rem;
  cursor: move;
  overflow-y: scroll;
}
.about3 .box .txt::-webkit-scrollbar {
  width: 3px;
}

.about3 .box .txt::-webkit-scrollbar-track {
  background: transparent;
}

.about3 .box .txt::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.about3 .swiper-slide {
  height: auto;
  padding-right: 5%;
  box-sizing: border-box;
  cursor: move;
}
.about3 h3 {
  font-size: 3.4rem;
  font-family: "title";
  transition: all 0.3s ease;
}
.about3 p {
  position: relative;
  padding-left: 2rem;
  font-size: 1.7rem;
}
.about3 p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 0;
  height: 0;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  border-left: 8px solid #666;
}
.about3 .swiper-slide-active h3 {
  color: #004e97;
  font-size: 5rem;
}
.about3 .rr {
  width: 40%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about3 .rr img {
  width: 100%;
}
.about3 .rr .bb {
  position: absolute;
  left: -15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 40rem;
  height: 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border-radius: 50%;
  overflow: hidden;
}
.about3 .rr .bb img {
  width: 100%;
  min-height: 100%;
}
.about4 .box2 {
  margin-top: 8%;
}
.about4 .box2 .bg > img {
  width: 100%;
}
.about4 ul {
  display: flex;
  justify-content: center;
  margin-top: 3%;
}
.about4 ul li {
  display: flex;
  align-items: center;
  margin: 0 4rem;
  font-size: 2rem;
}
.about4 ul li img {
  width: 4.6rem;
  margin-right: 1rem;
}
.about4 dl dd {
  position: absolute;
  text-align: center;
  cursor: default;
}
.about4 dl dd span {
  font-size: 1.2rem;
  color: #1a1a1a;
  transition: all 0.3s ease;
}
.about4 dl dd img {
  width: 3.4rem;
  transform: scale(0.9);
  margin: 0 auto 0.3rem;
  transition: all 0.3s ease;
}
.about4 dl dd:hover img {
  transform: scale(1);
}
.about4 dl dd:hover span {
  color: #de0010;
}
.about4 .d0 {
  right: 18.5%;
  top: 40%;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.about4 .d1 {
  right: 22%;
  top: 46%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.about4 .d2 {
  right: 21%;
  top: 43%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.about4 .d3 {
  right: 20%;
  top: 48%;
}
.about4 .d4 {
  right: 17%;
  top: 51%;
}
.about4 .d5 {
  right: 14%;
  top: 40%;
  display: flex;
  align-items: center;
}
.about4 .d6 {
  right: 30%;
  top: 47%;
}
.about4 .d7 {
  left: 5%;
  top: 14%;
}
.about4 .d8 {
  left: 49%;
  top: 30%;
  display: flex;
  align-items: center;
}
.about4 .d9 {
  left: 46%;
  top: 31%;
}
.about4 .d10 {
  left: 47%;
  top: 24%;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.about4 .btn {
  width: 100%;
  right: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.about4 .btn .ll {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about4 .btn .lll {
  left: initial;
  right: 0;
}
.about5 {
  background: #f6f6f6;
}
.about5 .box {
  width: 86%;
  margin: auto;
  position: relative;
}
.about5 .bb {
  position: relative;
  margin-top: 5%;
}
.about5 .swiper-slide {
  position: relative;
  z-index: 9;
}
.about5 .swiper-slide img {
  width: 100%;
}
.about5 .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.about5 .swiper-slide .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4% 6%;
  box-sizing: border-box;
  width: 60%;
}
.about5 .swiper-slide .txt h3 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.about5 .swiper-slide .txt p {
  color: #fff;
}
.about6 .contain {
  position: relative;
}
.about6 .swiper-container {
  width: 90%;
  margin: 0 auto 0;
  position: relative;
  z-index: 3;
  padding: 3% 0;
}
.about6 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  cursor: pointer;
  background: #eee;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.about6 b {
  width: 100%;
  display: block;
  overflow: hidden;
}
.about6 b img {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 4;
}
.about6 .btn {
  height: 0;
}
.social {
  background: #eee;
}
.social ul li {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 4%;
  box-sizing: border-box;
  margin-top: 5%;
  border-radius: 10px;
}
.social ul li .ll {
  width: 42%;
}
.social ul li .ll img {
  width: 100%;
}
.social ul li .rr {
  width: 50%;
}
.social ul li h6 {
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 1rem;
  transition: all 0.3s linear;
}
.social ul li h5 {
  opacity: 0.7;
}
.social ul li:hover h6 {
  color: #de0010;
}
.zhaobiao .contain:nth-of-type(2n) {
  background: #f6f6f6;
}
.zhaobiao .contain .top h3 {
  margin-bottom: 0;
}
.zhaobiao .contain .tt p {
  margin: 1rem 0;
}
.zhaobiao .contain .tt a:hover strong {
  color: #de0010 !important;
}
.news0 .swiper {
  position: relative;
}
.news0 .swiper-slide a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0.3125rem 0.625rem 0.9375rem 0.125rem hsla(0, 0%, 89%, 0.5);
  background: #fff;
}
.news0 .swiper-slide .ll {
  width: 50%;
  height: 40rem;
  overflow: hidden;
}
.news0 .swiper-slide .ll img {
  width: 100%;
}
.news0 .swiper-slide .rr {
  width: 50%;
  
  padding: 3% 5%;
  box-sizing: border-box;
}
.news0 .swiper-slide h6 {
  display: flex;
  font-size: 1.7rem;
  font-weight: normal;
  color: #999;
  align-items: center;
}
.news0 .swiper-slide h6 img {
  width: 2rem;
  margin-right: 1rem;
}
.news0 .swiper-slide h3 {
  font-size: 2.6rem;
  color: #4f4f4f;
  margin: 1.6rem 0;
  height: 8rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.4s linear;
  word-break: break-all;
}
.news0 .swiper-slide a:hover h3 {
  color: #de0010;
}
.news0 .swiper-slide p {
  height: 8rem;
  margin: 0;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  text-align: justify;
}
.news0 .swiper-slide .more2 {
  margin-top: 3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.6rem;
}
.news0 .swiper-slide .more2 img {
  margin-left: 1rem;
}
.news0 .swiper-pagination {
  left: inherit !important;
  right: 5%;
  bottom: 3rem !important;
  text-align: right;
  width: auto !important;
}
.news0 .btn {
  position: static;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 5rem;
}
.news0 .btn .bb {
  width: 3rem;
  height: 3rem;
  background: #ccc;
  padding: 0.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s ease;
}
.news0 .btn .bb:hover {
  background: #de0010;
}
.news0 .btn .bb i {
  color: #fff;
}
.news0 .btn .br {
  transform: rotate(180deg);
}
.news0 {
  padding-bottom: 0;
}
.news .index_news {
  background: none;
}
.news .index_news ul {
  justify-content: flex-start;
}
.news .index_news ul li {
  margin-right: 3%;
  margin-bottom: 3%;
}
.news .index_news ul li .imgs {
}
.news .index_news ul li:nth-of-type(3n) {
  margin-right: 0;
}
.news .index_news ul li .tt {
  margin-bottom: 2rem !important;
}
#pages {
  text-align: center;
  padding: 1% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pages a,#pages span {
  margin: 3px 0.5rem;
  font-size: 1.4rem;
  color: #333;
  width: 3rem;
  height: 3rem;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.5s ease;
}
#pages li.active span{
  color: #fff !important;
  background: #004e97;
}
#pages a:hover {
  color: #de0010;
}
#pages a i {
  font-weight: bold;
}
#pages a.next i {
  display: block;
  transform: rotate(180deg);
}
.o_ban3 {
  margin-top: 8rem;
  max-height: inherit;
}
.allNavs {
  position: static;
  background: none;
  padding-top: 3rem;
}
.allNavs ul li {
  color: #999;
}
.allNavs ul i {
  color: #999;
  margin-top: 2px;
}
.allNavs ul li.on {
  color: #333;
}
.news_d .top {
  padding-bottom: 2rem;
  text-align: center;
  margin-bottom: 3%;
}
.news_d .top h6 {
  color: rgba(153, 153, 153, 1);
  font-weight: normal;
  font-size: 1.6rem;
}
.news_d .top h3 {
  font-size: 3.6rem;
  color: #1a1a1a;
  margin-bottom: 2rem;
}
.news_d .tt p {
  font-size: 1.6rem;
  color: rgba(102, 102, 102, 1);
  margin: 2rem 0;
  line-height: 2;
}
.news_d .tt p strong {
  color: #333;
  font-size: 1.8rem;
}
.news_d .tt p span{
  font-size: 1.6rem;
}
.news_d .tt img {
  margin: 2rem auto;
  max-width: 100%;
}
.news_d .bottom {
  padding: 3rem 0;
  background: #f6f6f6;
}
.news_d .bb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
}
.news_d .bottom a {
  width: 48%;
}
.news_d .bottom p {
  color: #555;
  font-weight: normal;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  margin-left: 3rem;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.news_d .bottom a:last-of-type p {
  text-align: right;
}
.news_d .bottom p i {
  display: block;
  margin: 2px 5px 0 0;
  color: #555;
}
.news_d .bottom a:last-of-type p i {
  margin: 0px 0 0 5px;
  transform: rotate(180deg) translateY(2px);
}
.news_d .bottom p:hover,
.news_d .bottom p:hover i {
  color: #004e97;
}

.res .contain {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
  align-items: center;
}
.res .contain .ll {
  width: 50%;
}
.res .contain .ll img {
  width: 100%;
}
.res .contain .rr {
  width: 50%;
  padding: 0 5%;
  box-sizing: border-box;
}
.res .contain .rr h4 {
  font-size: 1.6rem;
  margin: 1rem 0;
  color: #333;
}
.res .contain .rr p {
  margin: 0.5rem 0;
  font-size: 1.5rem;
}
.res .contain .rr p a {
  color: #666;
  font-size: 1.5rem;
  text-decoration: underline;
  transition: all 0.4s ease;
}
.res .contain .rr p a:hover {
  text-decoration: none;
  color: #de0010;
}
.contact ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact ul li {
  background: #f7f8fc;
  border-radius: 20px;
  padding: 4rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  color: rgba(3, 3, 3, 0.7);
  font-weight: bold;
  margin: 1.5% 0;
  width: 48.5%;
  height: 26rem;
  position: relative;
}
.contact ul li .rr img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
.contact h6 {
  font-size: 2.4rem;
  color: #1a1a1a;
}
.contact ul li .t1 p {
  font-size: 1.4rem;
  color: #474747;
  margin: 1rem 0;
  transition: all 0.5s ease;
  line-height: 1.4;
  font-weight: normal;
}
.contact ul li .t2 {
  position: absolute;
  left: 4rem;
  bottom: 3rem;
}
.contact ul li .t2 p {
  font-size: 1.8rem;
  color: #004e97;
  margin-right: 2rem;
  transition: all 0.5s ease;
}
.contact ul li .t2 p a {
  color: #004e97;
  font-size: 1.8rem;
  text-decoration: underline;
}
.contact ul li .t2 p a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.contact ul li .imgs {
  display: flex;
  text-align: center;
}
.contact ul li .imgs p {
  margin-right: 2rem;
  font-size: 1.4rem;
}
.contact ul li .imgs img {
  height: 11rem;
}

.contact2 ul {
  display: flex;
  flex-wrap: wrap;
}
.contact2 ul li {
  width: 31.3%;
  background: #f6f6f6;
  margin-right: 3%;
  margin-top: 3%;
  padding: 5%;
  text-align: center;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
}
.contact2 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.contact2 ul li .ewm {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15rem;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contact2 ul li:hover .ewm {
  opacity: 1;
}
.contact2 ul li img {
  display: block;
  margin: auto;
  width: 8rem;
}
.contact2 ul li p {
  margin: 3rem 0 0;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contact2 ul li:hover p {
  color: #0087ff;
}
.message .online {
  width: 100%;
  padding: 3%;
  margin-top: 8%;
  box-sizing: border-box;
  box-shadow: 0.125rem 0.3125rem 1.875rem 0.0625rem rgba(172, 190, 204, 0.55);
}
.message .online .inps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.message .online .inps .pp1 {
  width: 32%;
}
.message .online .inps .pp2 {
  width: 49%;
}
.message .online .inps .pp3 {
  width: 100%;
}
.message .online .inps .pp1s input {
  color: #004e97;
}
.message .online .inps span {
  font-size: 1.6rem;
  display: block;
  color: #333;
  margin-bottom: 5px;
}
.message .online .inps p {
  position: relative;
}
.message .online .inps p img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 55%;
  padding: 0.2rem;
  box-sizing: border-box;
}
.message .online .inputs {
  font-size: 1.6rem;
  background: none;
  display: block;
  line-height: 1.4;
  color: #333;
  width: 100%;
  box-shadow: none;
  border: none;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background: #f6f6f8;
  padding: 1rem 1.5rem;
}
.message .online .pps {
  width: 49%;
  float: left;
}
.message .online .pps2 {
  float: right;
}
.message ::placeholder {
  color: #bbb;
}
.message .online ul {
  display: flex;
  flex-wrap: wrap;
}
.message .online ul li {
  border: 1px solid #eee;
  padding: 0.8rem 2rem;
  color: #333;
  font-size: 1.6rem;
  border-radius: 4px;
  margin: 1rem 2rem 1rem 0;
  background: #f6f6f8;
  cursor: pointer;
}
.message .online ul li.selected {
  background: #004e97;
  color: #fff;
}
.message textarea {
  min-height: 16rem;
}
.message .submit {
  display: flex;
  justify-content: center;
}
.message .submit button {
  display: block;
  background: none;
  display: inline-block;
  line-height: 32px;
  width: 130px;
  padding: 8px 0;
  margin: 4rem auto 1.5rem;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  border: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  border-radius: 30px;
  letter-spacing: 1px;
}
.message .submit button:hover {
  background: #004e97;
}

.p_ban {
  max-height: initial;
  height: calc(100vh - 5rem);
}
.p_ban b {
  width: 100%;
  height: 100%;
  display: block;
}
.p_ban .txt h2 {
  text-align: center;
  margin: 0;
}
.p_ban .searchs {
  width: 50rem;
  margin: 3% auto 2rem;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  position: relative;
}
.p_ban .searchs input {
  background: none;
  box-shadow: none;
  border: none;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
}
.p_ban .searchs input::placeholder {
  color: #fff;
  font-size: 1.6rem;
}
.p_ban .searchs i {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}
.p_ban .pps {
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
}
.p_ban .pps a {
  color: #fff;
  font-size: 1.5rem;
  margin-left: 2rem;
  opacity: 0.7;
  transition: all 0.4s linear;
}
.p_ban .pps a:hover {
  opacity: 1;
}
.ptops {
  position: relative;
  z-index: 9;
  margin-top: -15rem;
}
.ptops .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  background: #f6f6f6;
}
.ptops .txt {
  padding: 3rem;
  box-sizing: border-box;
}
.ptops .txt h3 {
  font-size: 1.8rem;
  color: #1a1a1a;
  transition: all 0.4s linear;
}
.ptops .txt p {
  font-size: 1.4rem;
  color: #888;
}
.ptops img {
  width: 100%;
}
.ptops .swiper-slide:hover h3 {
  color: #de0010;
}
.ptops .swiper-pagination{
    position: static;
    margin-top: 2rem;
    transform: scale(0.9);
}
.ptops .swiper-pagination-bullet-active{
    background: #004e97 !important;
}
.pross .contain {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}
.pross .ll {
  position: relative;
  width: 28rem;
  background-color: #fafafa;
  border-radius: 20px 0 0 20px;
  padding: 1rem 3rem;
  box-sizing: border-box;
}
.pross dl {
  margin-bottom: 2.5rem;
}
.pross dl dt {
  font-size: 1.8rem;
  margin: 2rem 0 1.2rem;
  color: #333;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s linear;
  cursor: pointer;
  font-weight: bold;
}
.pross dl dd {
  font-size: 1.4rem;
  margin: 1rem 0;
  color: #888;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s linear;
  cursor: pointer;
}
.pross dl dd:hover {
  color: #de0010;
}
.pross .rr {
  width: calc(100% - 34rem);
  height: 100%;
}
.pro .rr h6 {
  font-size: 2.6rem;
  color: #1a1a1a;
  margin: 2rem 0;
  letter-spacing: 2px;
}
.pro .rr h4 {
  font-size: 1.8rem;
  color: #004e97;
  display: flex;
  align-items: center;
  margin: 3rem 0;
  font-weight: normal;
}
.pro .rr h4::before {
  content: "";
  width: 4px;
  height: 2.2rem;
  background: #004e97;
  margin-right: 1rem;
  border-radius: 5px;
}
.pro .rr .bb {
  display: flex;
  flex-wrap: wrap;
  background: #f6f6f6;
  border-radius: 5px;
}
.pro .rr .bb a {
  width: 33.3%;
  font-size: 1.6rem;
  color: #333;
  padding: 2rem;
  box-sizing: border-box;
  transition: all 0.3s linear;
}
.pro .rr .bb a:hover {
  color: #de0010;
  text-decoration: underline;
}
.proList {
  background: #fafafa;
  margin-top: 3rem;
}
.pro .title2 h3 {
  margin: 0;
}
.proList .ll {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.05);
}
.proList .ll dl dt {
  font-size: 1.6rem;
  margin: 3rem 0 2rem;
  color: #333;
}
.proList .ll dl dd {
  font-size: 1.5rem;
  margin: 0 0 1.3rem 1.5rem;
  color: #888;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s linear;
  cursor: pointer;
}
.proList .ll dl dd.active,
.proList .ll dl dd.active i {
  color: #004e97;
}
.proList .ll dl dd i {
  font-size: 1.2rem;
}
.pro .rr ul {
  display: flex;
  flex-wrap: wrap;
}
.pro .rr ul li {
  width: 31.3%;
  background: none;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 3%;
  margin-right: 3%;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.pro .rr ul li:nth-of-type(3n) {
  margin-right: 0;
}
.pro .rr ul li b {
  margin: auto;
  display: block;
  overflow: hidden;
}
.pro .rr ul li b img {
  width: 100%;
  border-radius: 3px;
  padding: 0 5%;
  box-sizing: border-box;
}
.pro .rr ul li h3 {
  font-size: 1.7rem;
  color: #1a1a1a;
  padding: 2rem 0 3rem;
  transition: all 0.3s linear;
}
.pro .rr ul li:hover h3 {
  color: #de0010;
}
.pro .pbottom {
  display: flex;
  justify-content: flex-end;
}
.pro .pages {
  width: calc(100% - 300px);
}
.prod .title2 h3 {
  margin: 0;
}
.prod .pbar1 .txt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod .pbar1 .txt p{
  width: 48.5%;
  background: #fff;
  border-radius: 10px;
  margin-top: 3%;
  box-shadow: 0.125rem 0.625rem 0.625rem 0 #dcdcdc;
  padding: 5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.prod .pbar1 .txt p img {
  width: 16%;
}
.prod .pbar1 .txt p strong{
  width: 76%;
  font-size: 2.2rem;
  font-weight: normal;
  font-family: "title";
  color: #1a1a1a;
  display: block;
}
.prod .pbar1 .txt p strong em{
    display: block;
    font-style: normal;
    font-size: 1.6rem;
}
.prod .pbar2 .title2 h3 {
  color: #fff;
}
.prod .pbar2 .dbox {
  margin-top: 5%;
  border-radius: 20px;
  overflow: hidden;
  background-color: hsla(0, 0%, 100%, 0.1);
  display: flex;
  justify-content: space-between;
}
.prod .pbar2 .bbs {
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 17%;
}
.prod .pbar2 .bbs .bb {
  font-size: 1.6rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 2rem;
  line-height: 56px;
}
.prod .pbar2 .bbs .bb:last-of-type {
  border: none;
  line-height: 60px;
}
.prod .pbar2 .bbs .bb p {
  display: flex;
  justify-content: space-between;
}
.prod .pbar2 .bbs .bb p span {
  font-size: 1.6rem;
  color: #fff;
  padding: 2rem 3rem;
  line-height: 1.4;
}
.prod .pbar2 .tables {
  width: 83%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  cursor: default;
}
.prod .pbar2 ::-webkit-scrollbar {
  height: 4px;
}
.prod .pbar2 ::-webkit-scrollbar-track {
  background: transparent;
}
.prod .pbar2 ::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 30px;
}
.prod .pbar2 {
  user-select: none;
}
.prod .pbar2 table {
  width: max-content;
  border-collapse: collapse;
}

.prod .pbar2 table tr td {
  font-size: 1.6rem;
  padding: 0 4rem;
  line-height: 56px;
  color: #fff;
  width: max-content;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.prod .pbar2 table tr:last-of-type td {
  border: none;
}
.prod .pbar2 table tr td:first-of-type {
  font-size: 1.7rem;
}
.prod .pbar2 .more {
  margin: 5rem auto 0;
}
.prod .pbar2 .more span {
  display: flex;
  align-items: center;
}
.prod .pbar2 .more img {
  width: 2.6rem;
  margin-right: 1rem;
}
.prod .pbar2a .tables,
.prod .pbar2a table {
  width: 100%;
}
.prod .pbar2a table tr td:first-of-type {
  text-align: left;
}
.prod .pbar3 .swiper-slide {
  background-color: #fff;
  box-shadow: 0 0 0.625rem 0.0625rem rgba(220, 222, 228, 0.6);
  border-radius: 10px;
  margin-top: 3%;
}
.prod .pbar3 .swiper-slide b {
  display: block;
  overflow: hidden;
}
.prod .pbar3 .swiper-slide img {
  width: 100%;
}
.prod .pbar3 .swiper-slide p {
  color: #333;
  padding: 2rem;
  font-size: 1.8rem;
  box-sizing: border-box;
}
.prod .pbar3 .swiper-pagination {
  position: static;
  margin-top: 2rem;
}
.prod .pbar3 .swiper-pagination span {
  background: #004e97;
}
.prod .pbar4 {
  background: #fff;
}
.prod .pbar4 .online {
  width: 70%;
  margin: 4% auto 0;
  box-sizing: border-box;
}
.big_box {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: 9999999999;
  display: none;
}
.big_imgss {
  position: absolute;
  height: 85%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.big_imgss.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.big_box .big_imgss img {
  display: block;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.big_box .righttop {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 9;
  padding: 15px;
}
.big_box .righttop div {
  float: right;
}
.big_box .righttop img {
  margin: 0;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.big_box .righttop img:hover {
  opacity: 0.6 !important;
}
.res .message .online {
  margin: 3% 0 0;
  width: 100%;
}
.tk {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: #fff;
  max-height: 100vh;
  overflow-y: scroll;
  display: none;
}
.tk .title2 h3 {
  text-align: center;
}
.tk .title2::after {
  display: none;
}
.tk .title2 {
  opacity: 0;
}
.tk .online {
  margin: 0 auto;
  opacity: 0;
}
.tk .message {
  width: 60%;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tk .close {
  position: fixed;
  right: 3rem;
  top: 3rem;
  width: 4rem;
  cursor: pointer;
  opacity: 0;
}
.tk .close img {
  width: 100%;
  transition: all 0.3s linear;
}
.tk .close img:hover {
  transform: rotate(90deg);
}
html[lang="en"] *{
    letter-spacing: 0 !important;
}
