/* =================public start====================== */

.bg-main {
  background: #1d2974;
}

.btn-outline-primary {
  color: #1d2974;
  border-color: #1d2974;
}

.btn-outline-primary:hover {
  background-color: #1d2974;
  color: #ffffff;
}
.main-btn {
  padding: 0;
  width: 180px;
  height: 46px;
  line-height: 46px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.main-btn i {
  margin-left: 6px;
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url("../images/arrow-right-half.png") no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.2s linear;
}
.main-btn:hover i {
  margin-left: 10px;
}
.sec-btn {
  padding: 0;
  width: 180px;
  height: 46px;
  line-height: 46px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  background: #ffffff;
  color: #1d2974;
}
.sec-btn i {
  margin-left: 6px;
  line-height: 56px;
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url("../images/arrow-right-half1.png") no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.2s linear;
}
.sec-btn:hover i {
  margin-left: 10px;
}
.icon-title {
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/icon-title.png") no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.2s linear;
}
.color-phone {
  color: #00b9ed;
}
.color-oprate {
  color: #f8cacf;
}
.color-email {
  color: #d71d05;
}
.color-wechat {
  color: #16d46b;
}
.color-up {
  color: #1d2974;
}
.px-10 {
  padding-left: 100px;
  padding-right: 100px;
}
.had-line {
  position: relative;
  padding-bottom: 20px;
}
.had-line::after {
  content: "";
  width: 100px;
  height: 6px;
  background: #1d2974;
  border-radius: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.main-title {
}

.main-title .title {
  font-size: 32px;
  font-weight: bolder;
}

.main-title .title span {
  color: #1d2974;
}

.main-title .etitle {
  font-size: 20px;
  color: #b8b8b8;
  text-transform: uppercase;
  font-weight: lighter;
}

.mt--2 {
  margin-top: -20px;
}

.container {
  max-width: 87%;
}

.container-pro {
  max-width: 1400px;
  margin: 0 auto;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); */
  /* background-color: #fff; */
  /* margin-top: 60px; */
}

.flex-start {
  display: flex;
  justify-content: flex-start;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navbar {
  transition: all 0.3s;
}

.navbar:hover {
  background-color: #ffffff;
  transition: all 0.3s;
}

.navbar:hover a {
  color: #212529;
}

.navbar-midd {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.navbar-transparent {
  background: #ffffff;
  position: relative;
  z-index: 1000;
}

.navbar-transparent a {
  color: #212529;
}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar .nav-item {
  position: relative;
}

.head-top {
  height: 40px;
  /* background: #1d1d1d; */
  background: #1d2974;
}

.head-top .welcome {
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}

.head-top .container {
  position: relative;
}

.head-top .lang {
  position: absolute;
  right: 0;
  top: 0px;
  height: 40px;
  color: #ffffff;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.head-top .lang img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.head-top .lang span {
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background: url("../images/icon-arrow.png") no-repeat;
  background-size: cover;
}

.head-top .lang-collapse {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100vw;
  height: 0;
  background-color: #fff;
  transition: all 3s linear;
  overflow: hidden;
  z-index: 9999;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.head-top .lang-collapse .list {
  display: flex;
  justify-content: flex-start;
}

.head-top .lang-collapse .list a {
  line-height: 40px;
  margin-right: 60px;
  font-size: 20px;
}

.head-top .lang-collapse .list .active {
  color: #1d2974;
}

.navbar .product-nav:hover .sec-nav {
  /* display: block; */
}

.navbar .head-hot {
  position: absolute;
  width: 100px;
  height: 64px;
}

.navbar .sec-nav {
  position: fixed;
  top: 74px;
  left: 0;
  width: 100vw;
  height: 0;
  opacity: 0;
  background-color: #fff;
  transition: all 0.3s linear;
  overflow: hidden;
  z-index: 9999;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.navbar .sec-nav .sec-title {
  width: 40%;
  height: inherit;
  background: #f1f1f1;
  padding: 40px 60px;
}

.navbar .sec-nav .sec-title p {
  text-align: end;
}

.navbar .sec-nav .sec-title .subname {
  color: #a8a8a8;
}

.navbar .sec-nav .sec-list {
  width: 60%;
  padding: 40px 60px;
}

.navbar .sec-nav .sec-list .nav-pic {
  height: 200px;
  margin-left: 80px;
}

.navbar .sec-nav .sec-list .munu a {
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
}

.navbar .m-sec-nav {
  padding-left: 40px;
}

.message-container {
  min-height: 450px;
  padding: 0 0 20px;
  background-size: 100% auto;
  background-position: center bottom;
}

.jumbotron {
  position: relative;
}

.jumbotron .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.jumbotron img {
  opacity: 0;
  width: 100%;
  height: auto;
  max-height: 638px;
}

.jumbotron h1 {
  color: #ffffff;
  font-size: 42px;
  font-weight: bolder;
}

.jumbotron p {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: lighter;
}

.message-box {
}

.message-box .kefu img {
  width: 120px;
  height: auto;
}

.message-box .label {
  padding: 0 20px;
  height: 46px;
  border: 1px solid #8b9ec1;
  background: #e5eeff;
  border-radius: 6px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.message-box .label label {
  color: #27355d;
  width: 100px;
  margin: 0;
}

.message-box .message-tag {
  padding-left: 20px;
}

.message-box .message-tag li {
  padding: 0 0 0 20px;
  background: url("../images/right.png") no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  margin-right: 10px;
  color: #6d47c7;
}

.message-box .label label > span {
  color: #fb412c;
}

.message-box .label input {
  border: none;
  background: transparent;
}

.message-box .label input:focus {
  box-shadow: none;
}

.message-box .btn-box {
  display: flex;
}

.message-box .btn-box .btn {
  height: 46px;
}

.form-box {
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1020;
}

.form-box > div {
  padding: 40px 28px;
}

.form-box .title {
  position: relative;
}

.form-box .title::after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  background: #1d2974;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.form-box input {
  height: 44px;
}

.form-box .btn {
  height: 44px;
  border-radius: 22px;
}

.form-box img {
  width: 164px;
  height: auto;
  margin: 0 auto;
}

.form-box .desc {
  color: #999999;
}

.card-box:nth-child(2n) {
  flex-direction: row-reverse;
}

.card-box .card-img {
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.card-box .card-img img {
  width: 100%;
  opacity: 0;
}

.card-box .card-body {
}

.card-box .card-body .card-title {
}

.card-box .card-body .card-text {
}
.card-box:hover > ul {
  opacity: 1;
}

.card-box .card-body:hover > .more {
  color: #1d2974;
}

.card-box .card-body ul {
  transition: all 0.4s linear;
}
.card-box .card-body li {
  color: #174896;
  padding-left: 16px;
  position: relative;
}

.card-box .card-body li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #174896;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.footer {
  background: #2d2828;
}

.footer .foot-nav {
  padding-right: 80px;

  align-items: start;
}

.footer .copyright {
  background: rgba(13, 13, 13, 0.22);
}

.footer .aboutus {
  padding-left: 80px;
  border-left: 1px solid rgba(248, 248, 248, 0.1);
}

.footer .qrcode span {
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.footer .qrcode .wechat {
  background: url("../images/wechat.png") no-repeat;
  background-size: cover;
}

.footer .qrcode .titok {
  background: url("../images/titok.png") no-repeat;
  background-size: cover;
}

.footer .qrcode .img-box {
  position: absolute;
  width: 120px;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s linear;
  background: #ffffff;
  color: #212529;
  font-style: normal;
  display: none;
}

.footer .qrcode .img-box img {
  width: 100%;
}

.footer .qrcode span:hover > .img-box {
  display: block;
  opacity: 1;
}

.card2-tags {
  display: flex;
  flex-wrap: wrap;
}

.card2-tags li {
  padding: 8px 10px;
  background: #1d2974;
  border-radius: 10px;
  color: #ffffff;
}

#map-container {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.map-container {
  position: relative;
}

.map-container .service-box {
  width: 500px;
  height: 340px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  left: 10%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8);
}

/* =================public end====================== */

/* =================inedx.html end====================== */

.enterprise {
  background: url("../images/ebg.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.enterprise .en-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.enterprise .en-item img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.enterprise .en-item > div p {
  text-align: center;
}

.enterprise .en-item .desc {
  margin-top: 10px;
  color: #999999;
}

.advise-container {
  position: relative;
}

.adswiper-container {
  position: relative;
  overflow: hidden;
}

.advise-container .swiper-button-next {
  width: 45px;
  height: 100px;
  right: -60px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: 32px 32px;
  opacity: 0.2;
}

.adswiper-container {
}

.advise-container .swiper-button-prev {
  width: 45px;
  height: 100px;
  left: -60px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0.3;
  background-size: 32px 32px;
  /* background-image: url("../images/next.png"); */
}

.advise-container .swiper-button-next:hover,
.advise-container .swiper-button-prev:hover {
  opacity: 0.8;
  transition: all 0.4 linear;
}

.m-adswiper-container .swiper-slide {
  transform: scale(0.9);
  transition: all 0.4 linear;
  height: 100%;
}

.m-adswiper-container .swiper-slide-active {
  transform: scale(1);
  transition: all 0.4 linear;
}

.advise {
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.advise:hover > .advise-img {
  opacity: 1;
  transition: all 0.5s linear;
  background-size: 106%;
}

.advise .advise-img {
  position: relative;
  background-size: 100%;
  background-position: center center;
  border-radius: 10px;
  overflow: hidden;
}

.advise .advise-img > img {
  width: 100%;
  height: auto;
  opacity: 0;
}

.advise .advise-body .desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.advise .btn {
  width: 120px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: #999999;
  border: 1px solid #999999;
}

.advise .btn:hover {
  color: #ffffff;
  border: 1px solid #fb412c;
  background: #fb412c;
}

.benefit-container {
  padding: 80px;
}

.benefit-center {
  position: relative;
  margin: 0 auto;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  padding: 60px;
  border: 1px dashed #1d2974;
  background: rgba(00, 185, 237, 0.02);
}

.benefit-center img {
  width: 100%;
  height: 100%;
}

.benefit-center .img-box {
  border-radius: 50%;
  padding: 40px;
  background: rgba(00, 185, 237, 0.2);
}

.benefit {
  min-width: 440px;
  position: absolute;
  top: 0;
  left: 0;
}

.benefit1 {
  left: auto;
  right: 480px;
  top: -50px;
  text-align: right;
}

.benefit2 {
  left: 480px;
  top: 100px;
  text-align: left;
}

.benefit3 {
  left: auto;
  right: 400px;
  top: 300px;
  text-align: right;
}

.benefit-center .benefit:nth-child(2) {
}

.benefit-center .benefit:nth-child(3) {
}

.policy-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}

.policy {
  flex-grow: 1;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.5s linear;
  position: relative;
}

.policy:hover {
  flex-grow: 3;
}

.policy:not(:last-child) {
  margin-right: 10px;
}

.policy > .title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.1);
  line-height: 80px;
  transition: all 0.5s linear;
}

.policy:hover > .title {
  opacity: 0;
}

.policy:hover .policy-content {
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
}

.policy .policy-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  height: 480px;
  transition: all 0.5s linear;
  overflow: hidden;
}

.policy .desc {
  color: #ffffff;
  text-align: center;
}

.media-box .media {
  display: block;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.media .media-img {
  display: block;
}

.media .media-img img {
  width: 100%;
  /* sheight: 260px; */
}

.ygSwiper-container {
  height: 400px;
}

.ygSwiper-container .pic-box {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.ygSwiper-container .pic-box > img {
  width: 100%;
  height: 400px;
  opacity: 0;
}

/* =================index.html end====================== */

/* =================product.html end====================== */

.product-container .content-box {
  /* padding: 0; */
}

.product-container .nav-bar {
}

.product-container .nav-bar .active {
  border-bottom: 2px solid #1d2974;
}
/* product-index */
.product-menu {
}
.product-menu .menu {
  border-radius: 50px;
  cursor: pointer;
}
.product-menu .active {
  background-color: #1d2974;
  color: #ffffff;
}

.product-menu .menu:hover {
  background-color: #1d2974;
  color: #ffffff;
}
.product-item {
}
.pswiper-container {
  overflow: hidden;
  position: relative;
}
.product-item .img-box {
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.product-item .img-box img {
  opacity: 0;
}
.product-item .info-box {
  background: #1d2974;
}
/* product-index */

.dev-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background: linear-gradient(to left, #db2d75, #622a82);
}

.dev-container::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}

.dev-container::-webkit-scrollbar {
  display: block;
  width: 5px;
  height: 6px;
  -webkit-margin-bottom-collapse: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.dev-container::-webkit-scrollbar-thumb {
  background-color: #eee;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 28px;
}

.dev-container::-webkit-scrollbar-thumb:hover {
  background-color: #999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.dev-title {
  min-width: 104px;
  margin-left: 80px;
  margin-right: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}

.dev-title::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 16px;
  right: 0;
  border-left: 8px solid #ffffff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.dev-list {
  flex: 1;
  min-width: 1480px;
  padding: 100px 120px 100px 80px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}

.dev-list .dev-item {
  float: left;
  position: relative;
}

.dev-list .dev-item:last-child::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 70px;
}

.dev-list .dev-item:last-child::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: -90px;
  transform: translateY(-50%);
  border-left: 10px solid #ffffff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.dev-list .dev-null {
  float: left;
  height: 90px;
  display: flex;
  align-items: center;
  position: relative;
}

.dev-list .dev-null::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.dev-list .dev-null .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #feb47b;
  position: relative;
  z-index: 20;
}

.dev-list .dev-null .circle::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  left: -3px;
  top: -3px;
  z-index: 9;
}

.dev-list .dev-item .circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #1d2974;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  position: relative;
  z-index: 20;
}

.dev-list .dev-item .circle::before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 60px;
  border-radius: 50%;
  background: url("../images/line.png") no-repeat;
  background-size: 100%;
  background-position: top center;
  left: 50%;
  top: -2px;
  transform: translateX(-50%) rotate(180deg);
  z-index: 6;
}

.dev-list .dev-down .circle::before {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 60px;
  border-radius: 50%;
  background: url("../images/line.png") no-repeat;
  background-size: 100%;
  background-position: top center;
  left: 50%;
  bottom: -3px;
  top: auto;
  transform: translateX(-50%);
  z-index: 6;
}

.dev-list .dev-item .circle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 6px solid #ffffff;
}

.dev-list .dev-down .circle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: auto;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 6px solid #ffffff;
}

.dev-list .dev-item .desc {
  position: absolute;
  min-width: 200px;
  text-align: center;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  border-radius: 10px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.dev-list .dev-item .desc img {
  width: 50px;
  margin-right: 10px;
}

.dev-list .dev-down .desc {
  top: 90px;
  bottom: auto;
}

.factory-box {
  position: relative;
  background: url("../images/factory.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.factory-box .factory-img {
  width: 100%;
  height: auto;
  opacity: 0;
}

.factory-box .factory-info {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.factory-box .factory-info .btn {
  color: #1d2974;
  border-color: #1d2974;
}

.factory-box .factory-info .btn:hover {
  background-color: #1d2974;
  color: #ffffff;
}

/* =================index.html end====================== */
.sonsort {
  background-color: #ffffff;
  transform: translateY(-50px);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.sonsort .nav {
  display: inline-block;
  flex-grow: 1;
  padding: 16px 0;
  text-align: center;
}

.sonsort .active-nav {
  color: #ffffff;
  background: #1d2974;
}

/* .news-list {
  padding: 40px 60px;
} */

.news-list:hover {
  box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.09);
}

.news-list .img-box {
  overflow: hidden;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.news-list img {
  width: 100%;
  opacity: 0;
}

.news-list:hover .img-box {
  background-size: 104%;
  transition: all linear 0.5s;
}

.news-list .item {
}

.news-list .item .desc {
  color: #999999;
}
.news-list1 {
  padding: 20px;
}
.news-list1:hover {
  box-shadow: none;
}
.news-list2-img {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.news-list2-img img {
  opacity: 0;
}

.news-list2 {
  padding: 20px;
  border-radius: 10px;
}
.news-list2:hover {
  box-shadow: none;
  background: #1d2974;
}
.news-list2:hover > * {
  color: #ffffff !important;
}
.news-list2:hover .item .desc {
  color: #ffffff;
}
.news-list2:hover .link {
  margin-left: 40px;
  transition: all linear 0.5s;
}
/* =================news end====================== */
/* =================about start====================== */
.about-container .about-info {
  /* padding-top: 140px; */
}
.about-container .about-banner .img-box {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.about-container .about-banner img {
  width: 100%;
}

.about-container .about-info {
}

.factory-tags {
  background: url("../images/f.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 60px 20px;
  align-items: center;
}

.factory-tags .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  background: linear-gradient(
    -90deg,
    rgba(29, 41, 116, 0.8) 0%,
    rgba(23, 72, 150, 0.8) 100%
  );
  color: #1d2974;
}

@keyframes zoomOut {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.factory-tags .tag {
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 24px;
  font-weight: bold;
  animation: zoomOut 4s linear alternate infinite;
  opacity: 0;
}

.factory-tags .tag:nth-child(2n) {
  animation-delay: 1s;
}

.fswiper-container {
  position: relative;
}

.fswiper-container .swiper-button-prev,
.fswiper-container .swiper-button-next {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #333333;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-size: 40px;
}

.fswiper-container .pic-box {
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.fswiper-container img {
  width: 100%;
  opacity: 0;
}

.team-box {
  margin-top: 100px;
  padding-top: 40px;
  background: url("../images/founder-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center right;
}
.team-box .text-end > p {
  text-align: end;
}

.team-box .team-img {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.team-box .team-img img {
  width: 100%;
  height: 340px;
  opacity: 0;
}
.quality-box .auth-img {
  /* display: flex;
  justify-content: space-around;
  flex-wrap: wrap; */
}
.quality-box .auth img {
  /* max-width: 30%; */
  width: 100%;
  /* margin-bottom: 30px; */
  border-left: 20px solid #174896;
  border-right: 20px solid #174896;
  border-top: 20px solid #1d2974;
  border-bottom: 20px solid #1d2974;
}

/* =================about end====================== */
/* =================message 定制服务 start====================== */

@keyframes breath {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.benefit-message .item {
  /* min-height: 500px; */
  height: 100%;
  padding: 60px 20px;
  position: relative;
  background-color: #174896;
  border-radius: 20px;
}
.benefit-message .item i {
  font-size: 100px;
  opacity: 0.4;
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  line-height: 60px;
}
.bg-policy {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.message-policy {
}
.message-policy .item {
  /* padding: 80px 60px; */
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
}
.message-policy .item i {
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background: #1d2974;
  text-align: center;
  line-height: 54px;
  font-style: normal;
  font-weight: bolder;
  font-size: 18px;
  color: #ffffff;
  border-radius: 10px 0 60px 0;
}

.message-policy .item li {
  padding-left: 16px;
  position: relative;
}
.message-index-policy .item {
  border: 2px solid #eee;
}
.message-index-policy .item li {
  text-align: center;
  box-shadow: 0px 4px 18px 0px rgba(28, 57, 126, 0.2);
}

.message-policy .item li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #174896;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.message-index-policy .item li::before {
  content: "";
  display: none;
}

/* =================massage end====================== */
.full-product-list {
}

.full-product-list .card-img img {
  width: 100%;
}

.full-product-list .full-card:nth-child(2n) {
  flex-direction: row-reverse;
}

.full-product-list .full-card .card-text {
  color: #333333;
}

.full-product-list .full-card .card-title {
  color: #000;
}

.full-product-list .full-card .desc {
  color: #999999;
}

.product-list {
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
}

.product-list .card-box {
}

.product-list .card-box .card {
  height: 540px;
  overflow: hidden;
  border-radius: 0;
}

.product-list .card-box .card-body {
  transition: all 0.4s linear;
  height: 100%;
  padding: 40px 30px;
}

.product-list .card-box .card-body:hover {
  transition: all 0.4s linear;
}

.product-list .card-box .card img {
  width: 100%;
  height: auto;
}

.product-list .card-box .card-body .more {
  position: absolute;
  color: #fff;
  right: 20px;
  bottom: 20px;
}

.banner-box {
  position: relative;
}

.banner-box .banner_content {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.banner-box .banner_content img {
  width: 60%;
}

.banner-box .banner_media video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.company-content .tags {
  align-items: flex-start;
}

.company-content .year-box {
  position: relative;
}

.company-content .year-box .ad {
  padding-left: 40px;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.company-content .year-box .ad span {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 20px;
  font-size: 72px;
  font-weight: bolder;
}

.company-content .year-box .year {
  padding-left: 40px;
  font-size: 100px;
  font-weight: bolder;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 1px #e9e9e9;
  z-index: 1;
}

.apply-container {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2200;
  display: none;
}

.apply-container .close {
  position: fixed;
  width: 40px;
  height: 40px;
  background: url("../images/close2.png") no-repeat;
  background-size: cover;
  z-index: 9999;
}

.apply-box::-webkit-scrollbar {
  width: 5px;
  /* 设置滚动条的宽度 */
}

.apply-box::-webkit-scrollbar-thumb {
  background: #1d2974;
  /* 设置滚动条滑块的颜色 */
  border-radius: 8px;
}

.apply-box::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 设置滚动条轨道的颜色 */
}

.apply-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  box-shadow: 0px 4px 18px 0px rgba(28, 57, 126, 0.2);
  background: #ffffff;
  border-radius: 10px;
}

.apply-box .title {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}

.apply-box .radio-box {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.apply-box .radio-box > label {
  margin-right: 10%;
  margin-bottom: 20px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.apply-box .inp {
  border: 0;
  background: #eaf0fc;
  width: 292px;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #333;
  cursor: auto;
  text-indent: 20px;
  outline: none;
}

.apply-box .btn-box {
  display: flex;
}

.apply-box .btn {
  width: 400px;
  height: 54px;
  border-radius: 10px;
}

.apply-box .check {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
}

.apply-box .check::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/unchecked.png") no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.apply-box input[type="radio"]:checked + .check::after,
.apply-box input[type="checkbox"]:checked + .check::after {
  width: 18px;
  height: 18px;
  background: url("../images/right.png") no-repeat;
  background-size: cover;
}

.answer-box {
  display: none;
  position: fixed;
  width: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom, #ff7e5f, #feb47b);
  padding: 40px 60px;
  z-index: 1000;
  border-radius: 10px;
}

.answer-box .close {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url("../images/close.png") no-repeat;
  background-size: cover;
  z-index: 2000;
}

.answer-box .score {
  font-size: 28px;
  font-weight: bold;
  color: #e5eeff;
}

.answer-box .score span {
  font-size: 54px;
  margin-left: 20px;
}

.answer-box .kefu img {
  width: 180px;
}

.slide-container {
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  right: 0;
  background: rgb(34, 35, 40);
  padding: 0 20px;
  z-index: 1344;
  transition: all linear 0.3s;
  overflow: hidden;
}

.slide-container .m-close {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url("../images/close.png") no-repeat;
  background-size: cover;
}

.slide-container .m-lang {
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  height: 40px;
  color: #ffffff;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.slide-container .m-lang img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.slide-container .navbar-nav {
  margin-top: 100px;
}

.slide-container .nav-item:not(:last-child) {
  border-bottom: 1px solid #999999;
}

.slide-container .navbar-nav .nav-link {
  font-size: 18px;
  color: #ffffff;
  padding: 16px 30px;
}

@media only screen and (min-width: 992px) {
  .second-banner {
    height: 350px;
  }
}

@media only screen and (max-width: 992px) {
  /* message */
  .px-10 {
    padding-left: 50px;
    padding-right: 50px;
  }
  /* message */
  /* footer */
  .footer .aboutus {
    padding-left: 0;
    border-left: none;
  }
  /* footer */
  /*入校合作三大核心优势  */
  .benefit-container {
    padding: 80px;
  }

  .benefit-center {
    width: 260px;
    height: 260px;
    padding: 20px;
  }
  .benefit {
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .benefit1 {
    left: auto;
    right: 200px;
    top: -50px;
  }

  .benefit2 {
    left: 200px;
    top: 60px;
  }

  .benefit3 {
    left: auto;
    right: 120px;
    top: 160px;
  }
  /* 入校合作三大核心优势 */
  .pcccer {
    display: block;
  }

  .policy {
    display: block;
  }

  .policy:not(:last-child) {
    margin-right: 0;
  }

  .policy-show {
    flex: auto;
  }

  .policy-show .policy-content {
    height: auto;
    padding: 40px 40px;
    /* transition: all 0.3s linear; */
  }

  .policy .img-box > img {
    width: 100%;
    height: 200px;
    opacity: 0;
  }

  .policy .policy-img {
    width: 40%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .main-title .title {
    font-size: 26px;
  }

  .main-title .etitle {
    font-size: 16px;
  }
  /* new */

  /* new */
  /* message */
  .px-10 {
    padding-left: 0px;
    padding-right: 0px;
  }
  /* message */
  /*入校合作三大核心优势  */
  .benefit-container {
    padding: 80px;
  }

  .benefit-center {
    display: none;
  }
  .benefit {
    position: static;
  }
  .benefit1 {
    left: auto;
    right: 200px;
    top: -50px;
  }

  .benefit2 {
    left: 200px;
    top: 60px;
  }

  .benefit3 {
    left: auto;
    right: 120px;
    top: 160px;
  }
  .second-banner {
    height: 300px;
  }

  .message-box .row {
    flex-wrap: wrap-reverse;
  }

  .answer-box {
    width: 90%;
  }

  .policy-show {
    flex: auto;
  }

  .policy-show .policy-content {
    height: auto;
    padding: 20px 20px;
    /* transition: all 0.3s linear; */
  }

  .policy .img-box > img {
    width: 100%;
    height: 200px;
    opacity: 0;
  }

  .policy .policy-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .enterprise .en-item img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  /* about */
  .company-content .year-box .year {
    font-size: 60px;
  }
}

@media only screen and (max-width: 576px) {
  .main-title .title {
    font-size: 20px;
  }

  .main-title .etitle {
    font-size: 14px;
  }
  .second-banner {
    height: 250px;
  }

  .map-container .service-box {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
  }
}
