/* 引用字体 */
@font-face {
  font-family: PingFang;
  src: url('../fonts/pingfang.ttf');
}
/* 产品详情页 */
body,
html {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

html {
  cursor: url(../img/cur.png), default;
}
.dhbtn {
  display: none;
}
.nav {
  display: none;
}
.customer-client {
  margin: 0 auto;
}

.mtop {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  width: 100%;
  z-index: 99;
}
.top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: PingFang;
}
.top-left {
  width: 30%;
  text-align: right;
}
.top-left .login {
  width: 130px;
}
.top-left a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  margin-right: 50px;
}
.top-right {
  width: 70%;
}
.top-right .top-header {
  height: 45px;
  line-height: 45px;
  text-align: left;
  width: 100%;
  padding-left: 470px;
}
.top-right .top-header a {
  font-size: 14px;
  font-weight: 600;
  color: #1847a0;
  margin-right: 23px;
}
.top-right .top-header a img {
  padding-right: 15px;
}
.top-right .top-header a:hover span {
  color: #1847a0;
}
.top-right .top-header a:last-child {
  margin-right: 0;
}
.top-right .top-header a:last-child img {
  padding-right: 7px;
}
.top-right .top-header select {
  padding-left: 15px;
  border: none;
  appearance: none; /* 去掉默认箭头 */
  background-image: url('../images/up-arrow.webp'); /* 设置自定义箭头 */
  background-position: center left 0px; /* 设置箭头位置 */
  background-repeat: no-repeat; /* 禁止重复 */
  color: #1847a0;
  font-weight: 600;
}

.top-right .top-bottom .top-icon {
  margin-right: 20px;
}
.top-right .top-bottom {
  /* background: url('../images/top_back.webp') no-repeat;
  height: 66px;
  line-height: 66px;
  position: relative;
  filter: sepia(0) hue-rotate(23deg) saturate(1); */
}
.top-right .top-bottom .top-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.header-nav {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 80%;
}
.header-nav a {
  padding-right: 20px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
.header-nav li ul li a {
  font-size: 14px;
  padding-right: 0;
}
.header-nav li {
  position: relative;
}
.header-nav li:hover ul {
  display: block;
}
.header-nav li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #000;
  transition: all 0.6s;
}
.header-nav li ul li {
  line-height: 1.6rem;
  padding: 10px;
  width: 12rem;
}
.top-content .header-nav a::after {
  content: '';
  width: 0;
  position: absolute;
  right: 50%;
  margin-right: -15px;
  bottom: -10px;
  transition: 0.2s;
  height: 4px;
  background: #c34731;
  border-radius: 2px;
}
.top-content .header-nav a:hover::after {
  width: 30px;
}
.top-icon a {
  display: inline-block;
  margin-right: 30px;
}
.top-icon a:last-child {
  margin-right: 0;
}
.top-icon a img {
  width: 100%;
}

/*申请报价按钮*/
.top-right .top-bottom .quote-btn {
  width: 220px;
  height: 40px;
  line-height: 40px;
  background: #dd5138;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  font-family: 'PingFang';
  color: #ffffff;
  border: none;
  border-radius: 20px 20px 20px 20px;
}

/* banner */
.product-banner {
  height: 300px;
  text-align: center;
  color: #fff;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: 100% 100%;
}
.product-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_text {
  width: 1400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9;
}
.product-banner .product-banner-title {
  font-size: 60px;
  font-family: Swis721 BlkCn BT;
  font-weight: 900;
  /* padding: 90px 0 20px 0; */
  color: #fff;
}
.product-banner .product-banner-text {
  font-size: 24px;
  font-family: Swis721 BlkCn BT;
  font-weight: 900;
  color: #fff;
}
/* 菜单项 */
.crumb {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  height: 40px;
  line-height: 40px;
  text-align: right;
}
.crumb a {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #999999;
}
.crumb a.on {
  color: #1847a0;
}
.crumb a:hover {
  color: #1847a0;
  cursor: pointer;
}
.crumb .home_img {
  display: inline-block;
}
.crumb .home_active {
  display: none;
}
/* 产品 */
.substance {
  padding-top: 74px;
}
.substance-left {
  width: 300px;
}
.substance-top {
  background: #e7f8fc;
}
.substance-top .name {
  height: 70px;
  background: #1847a0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
}
.substance-top .name img {
  margin-right: 8px;
}
.substance-top .substance-ul li {
  width: 100%;
  margin-top: 6px;
}
.substance-top .substance-ul li .product-right-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s all;
  height: 50px;
  line-height: 50px;
  background: #1847a0;
  padding-left: 20px;
  padding-right: 20px;
}
.substance-top .substance-ul li .product-right-title .product-title-li {
  font-size: 16px;
  color: #ffffff;
  width: 80%;
  font-family: PingFang;
  font-weight: 600;
  display: inline-block;
}
.substance-top .substance-ul li .product-right-title i {
  width: 14px;
  height: 14px;
  background: url(../images/bg2.webp);
}
.substance-top .substance-ul li.active .product-right-title i {
  background: url(../images/bg2_a.webp);
}

.substance-top .substance-ul li .product-item {
  height: 0;
  overflow: hidden;
}
.substance-top .substance-ul li .product-item li {
  padding: 12px 15px;
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
  border-bottom: 1px solid #fff;
}

.substance-top .substance-ul li.active .product-item {
  height: auto;
}
.substance-top .substance-ul li.active .product-item .on a {
  color: #1847a0;
}

.substance-top .substance-ul li.active .product-item li a:hover {
  color: #1847a0;
  cursor: pointer;
}
.substance-center {
  margin-top: 40px;
}
.substance-center .name {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #1847a0;
  font-size: 24px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 14px;
}
.substance-center .substance-center-product .item {
  position: relative;
  width: 100%;
  height: 201px;
  margin-bottom: 20px;
  overflow: hidden;
}
.substance-center .substance-center-product .item img {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.substance-center .substance-center-product .item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.substance-center .substance-center-product .item .line-back {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background: linear-gradient(0deg, #000000 0%, rgba(51, 51, 51, 0.53) 47%, rgba(255, 255, 255, 0.05) 86%);
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
}
.substance-submit {
  margin-top: 17px;
  background: #dcf6fc;
  padding: 33px 30px;
}
.substance-submit .item {
  position: relative;
  width: 100%;
  height: 131px;
  margin-bottom: 12px;
}
.substance-submit .item .line-back {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.66) 34%, rgba(0, 0, 0, 0.14) 93%, rgba(255, 255, 255, 0.24) 100%);
  font-size: 18px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  padding: 16px 10px;
}
.substance-submit .substance-submit-title {
  font-size: 24px;
  font-family: PingFang;
  font-weight: 600;
  color: #1847a0;
  margin-top: 20px;
  margin-bottom: 14px;
}
.substance-submit-table input {
  height: 40px;
  background: #ffffff;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  padding-left: 19px;
  font-size: 16px;
  color: #999999;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.substance-submit-table textarea {
  width: 100%;
  height: 80px;
  background: #ffffff;
  border: none;
  padding: 14px 19px;
  color: #999999;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 33px;
}
.substance-submit .submit-btn {
  width: 100%;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #1847a0;
  font-size: 18px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  border: none;
}
/* 内容 */
.substance-right {
  width: 900px;
}
.substance-top-left {
  width: 450px;
  height: 450px;
  position: relative;
}
.substance-top-left .items {
  width: 450px;
  height: 450px;
  /* overflow: hidden; */
  position: relative;
}
.substance-top-left .items .swiper-container {
  width: 450px;
  height: 450px;
  overflow: hidden;
}
.substance-top-left .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 450px;
  height: 450px;
}

.substance-top-left .swiper-pagination-fraction {
  position: absolute;
  bottom: 0;
  left: 400px;
  height: 40px;
  background: #f5f5f5;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  padding: 3px 8px;
  cursor: pointer;
  width: 100px;
}
.substance-top-left .swiper-pagination-current {
  font-size: 24px;
  font-family: PingFang;
  font-weight: 600;
  color: #1847a0;
}
.substance-top-left .swiper-pagination-total {
  font-size: 22px;
  color: #333333;
  font-weight: 600;
}

.substance-top-left .swiper-pagination-white {
  bottom: 40px;
  left: 0;
  width: 100%;
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1 !important;
}

.swiper-pagination-white .swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-white .swiper-pagination-bullet {
  opacity: 0.5;
}
.swiper-pagination-white .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-pagination-white .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-pagination-white .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 23px;
}
.swiper-pagination-white .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.substance-top-left .prodect-img {
  width: 450px;
  height: 450px;
}

.substance-top-left .onevieobox {
  position: absolute;
  left: 0;
  top: 0;
  width: 450px;
  height: 450px;
  display: none;
}
.substance-top-left .video {
  width: 450px;
  height: 450px;
}

/* 晕染效果 */
.substance-top-left .play {
  /* width: 100px;
	height: 100px; */
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 15;
  transform: translate(-50%, -50%);
}

.substance-top-right {
  width: 394px;
}
.substance-top-right .title {
  font-size: 30px;
  font-family: PingFang;
  font-weight: 600;
  color: #1847a0;
  line-height: 36px;
}
.substance-top-right .content {
  margin-top: 20px;
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
  line-height: 38px;
}
.substance-top-right .substance-left-center {
  margin-top: 35px;
  padding-bottom: 31px;
  border-bottom: 1px solid #dddddd;
}
.substance-top-right .substance-left-center a {
  display: inline-block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #1847a0;
  font-size: 18px;
  font-family: PingFang;
  font-weight: 600;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.substance-top-right .substance-left-center a:hover {
  /* background: #D9D9D9;
	color: #1847a0; */
  background: #c34731;
  color: #fff;
}
.substance-left-footer {
  display: flex;
  align-items: center;
  padding-top: 11px;
}
.substance-left-footer .share {
  width: 14px;
  height: 14px;
}
.substance-left-footer .share-p {
  font-size: 18px;
  font-family: SimHei;
  font-weight: 600;
  color: #1847a0;
  margin-left: 4px;
  margin-right: 10px;
}
.substance-left-footer .share-item img {
  width: 20px;
  height: 20px;
  margin-right: 14px;
}
.substance-right-center {
  margin: 68px 0 58px;
}
.substance-right-center .title {
  font-size: 36px;
  font-family: PingFang;
  font-weight: 600;
  color: #1847a0;
}
.about-top {
  height: 18px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.about-top .line {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
  width: 70px;
  height: 6px;
  border-radius: 3px;
  background: #1847a0;
}

.product-carbon-pic {
  display: flex;
  justify-content: space-between;
}
.product-carbon-pic {
  display: flex;
  justify-content: space-between;
  margin: 23px 0 44px;
}

.product-carbon-pic li {
  width: 276px;
  height: 158px;
  transition: all 1s;
  overflow: hidden;
  position: relative;
}

.product-carbon-pic li img {
  width: 100%;
  height: 100%;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.product-carbon-pic li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.content-title {
  /* margin-bottom: 41px; */
}
.content-title img {
  max-width: 100%;
}
.content-title table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.content-title table td {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dddddd;
  font-size: 16px;
  color: #333333;
  transition: 0.6s all;
}

.content-title table th {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dddddd;
  font-size: 16px;
  color: #333333;
  transition: 0.6s all;
  background: linear-gradient(0deg, #c2cde6 22%, #f1f9fb 99%);
}
.content-title table tr:nth-child(odd) td {
  background: linear-gradient(0deg, #c2cde6 22%, #f1f9fb 99%);
}
.content-title table tr:first-child td {
  background: linear-gradient(0deg, #c2cde6 22%, #f1f9fb 99%);
}

.about-cont {
  background: url(../img/ab2.webp) no-repeat;
  background-position: right center;
  background-size: cover;
}
.ab_cont1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.ab_cont1 .img {
  width: 50%;
}

.ab_cont1 .content {
  width: 50%;
}

.ab_cont1 .content h2 {
  color: #000;
  margin-bottom: 10px;
  font-size: 2rem;
}

.steel-expert {
  padding: 35px 59px;
  width: 100%;
  height: 200px;
  background: url(../images/conter_back.webp) no-repeat;
  text-align: right;
  margin-bottom: 60px;
}
.steel-expert .title {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  line-height: 34px;
  padding-left: 40px;
  text-align: left;
}
.steel-expert .steel-btn {
  display: inline-block;
  width: 240px;
  height: 36px;
  background: linear-gradient(0deg, #949494 0%, #ffffff 100%);
  box-shadow: 0px 6px 7px 1px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
}
.steel-expert-right {
  position: relative;
}
.steel-expert-right .stell-top {
  position: absolute;
  top: 0;
  left: 15px;
  width: 11px;
  height: 9px;
}
.steel-expert-right .stell-bottom {
  position: absolute;
  bottom: 50px;
  left: 300px;
  width: 11px;
  height: 9px;
}

.product-carbon {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.product-carbon li {
  width: 137px;
  height: 345px;
  transition: all 1s;
  overflow: hidden;
  position: relative;
}

.product-carbon li img {
  cursor: pointer;
  height: 345px;
  transition: all 0.6s ease-out;
  object-fit: cover;
}

.product-carbon li.active {
  width: 445px;
}
.product-carbon li .start {
  position: absolute;
  width: 137px;
  height: 345px;
  background: #373943;
  opacity: 0.82;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  left: 0;
}
.product-carbon li .start .start-top {
  margin: 65px 0 38px 0;
  width: 100%;
  text-align: center;
  height: 54px;
}
.product-carbon li .start span {
  width: 1px;
  height: 18px;
  background: #ffffff;
  display: block;
  margin-right: 0;
}
.product-carbon li .start .icon_1 {
  width: 40px;
  height: 40px;
}
.product-carbon li .start .icon_2 {
  width: 50px;
  height: 54px;
}
.product-carbon li .start .icon_4 {
  width: 40px;
  height: 37px;
}
.product-carbon li .start .icon_3 {
  width: 46px;
  height: 32px;
}
.product-carbon li .start p {
  font-size: 18px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  line-height: 26px;
  margin-top: 79px;
  padding: 0 18px;
  letter-spacing: -1px;
}
.product-carbon li.active .start {
  /* display: none; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background: transparent;
}
.product-carbon li .start span {
  display: none;
}

.content-title .spceial {
  margin: 20px 0 0px 0;
}
.content-title .spceial td {
  background: #fff !important;
}

.product-quality-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  /* padding-bottom: 15px; */
}
.product-quality-ul li {
  width: 225px;
  height: 208px;
  overflow: hidden;
  position: relative;
}
.product-quality-ul li .product-quality-top {
  width: 225px;
  height: 208px;
  background: #1847a0;
  overflow: hidden;
  position: relative;
}
.product-quality-ul li .product-quality-top img {
  width: 225px;
  height: 208px;
  transition: 0.6s all;
}

.product-quality-ul li .product-quality-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 208px;
  text-align: center;
  cursor: pointer;
}
.product-quality-ul li.active .product-quality-top img {
  transform: scale(1.2);
}

.product-quality-ul li .product-quality-box img {
  margin: 34px 0 39px 0;
  filter: sepia(0) hue-rotate(23deg) saturate(1);
}
.product-quality-ul li .product-quality-text {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
}
.product-quality-ul li .product-quality-texts {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #fff;
  line-height: 25px;
}

/*页脚*/
.footer {
  /* background: url(../images/footer_back.webp) no-repeat center; */
  width: 100%;
  margin: 0 auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bj2.jpg');
}
.footer .foot {
  width: 1220px;
  margin: 0 auto;
}

.footer .foot-left {
  width: 340px;
  background: #1847a0;
  padding: 1rem;
}
.footer .foot-left .footer-login {
  height: 53px;
  text-align: center;
  margin: 10px auto;
  display: block;
}
.footer .foot-left .lxinfo {
}
.footer .lxinfo p {
  margin-bottom: 37px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.foot-left .bottom {
  color: #fff;
  font-size: 14px;
  margin: 14px 0;
}
.footer .lxinfo p > span {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 400;
  color: #ffffff;
  margin-left: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}
.footer .lxinfo p > a {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  margin-left: 16px;
  line-height: 24px;
}
.footer .foot-left .follow_us {
  font-size: 20px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 14px;
  text-transform: capitalize;
}
.footer .foot-left .item {
  padding: 0px 0 0px 60px;
}
.footer .foot-left .item > a {
  margin-right: 15px;
  display: inline-block;
}

.footer .foot-left .item > a:hover {
  animation: shake 800ms ease-in-out;
}
.footer .contflex {
  margin-left: 84px;
  padding: 20px 0;
  width: 800px;
}
.footer .foot ul {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.footer .foot ul li {
  flex: 1;
}
.footer .foot ul li h3 {
  font-size: 24px;
  font-family: PingFang;
  font-weight: 600;
  color: #fffefe;
  padding-bottom: 15px;
  border-bottom: 1px solid #3b3b3b;
}
.footer .foot .lks {
  overflow: hidden;
  padding-right: 46px;
  padding-top: 20px;
}
.footer .foot .lka {
  padding-left: 14px;
  width: 33%;
  float: left;
  background: url(../images/img132.webp) no-repeat left 14px / 8px auto;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  line-height: 36px;
}
.footer .foot .lkaS {
  line-height: 30px;
  margin-top: 5px;
}
.footer .foot .lka:hover {
  color: #dd5138;
  transform: translateX(3px);
}
.footer .fills {
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.footer .fills input {
  height: 40px;
  line-height: 38px;
  border: 1px solid #9c9c9c;
  width: 31.33%;
  padding: 0 18px;
  font-size: 15px;
  color: #fff;
  box-shadow: none;
  margin-bottom: 10px;
  background-color: transparent;
}
.footer .fills .Email {
  background: url(../images/icon28.webp) no-repeat 60px 10px;
}
.footer .fills input::placeholder {
  color: #999999;
}
.footer .fills input:nth-child(3) {
  margin-right: 0;
}
.footer .fills textarea {
  height: 102px;
  line-height: 38px;
  border: 1px solid #9c9c9c;
  width: 83%;
  padding: 0 18px;
  font-size: 15px;
  color: #999;
  box-shadow: none;
  margin-bottom: 10px;
  background-color: transparent;
  resize: none;
}
.footer .fills .send {
  transition: all 0.6s;
  cursor: pointer;
  width: 120px;
  height: 100px;
  border: 1px solid #9c9c9c;
  text-align: center;
  font-size: 16px;
  color: #1847a0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .fills .send img {
  width: 20px;
  height: 20px;
  margin: 32px 0 10px 0;
}
.footer .fills .send .hide {
  display: none;
}
.footer .fills .send .active {
  display: block;
}
.footer .fills .send:hover {
  background-color: #1847a0;
  color: #fff;
  border: 1px solid #1847a0;
}
.footer .fills .send:hover .active {
  display: none;
}
.footer .fills .send:hover .hide {
  display: block;
}

.footer .fills .send span {
  display: inline-block;
}

.footer .link {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .link a {
  display: block;
  margin: 0 35px;
  line-height: 36px;
  font-size: 16px;
  color: #fffefe;
  transition: all 0.6s;
}
.footer .link a:hover {
  color: #97233f;
}
.footer .link a.on {
  color: #97233f;
}
/* 底部 */
.bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom .footer-item img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.bottom .footer-item {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-family: PingFang;
  color: #999999;
  margin-top: 5px;
}
.bottom .footer-item a {
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.bottom .footer-3 {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  color: #999;
  font-weight: bold;
}
.bottom-special {
  justify-content: flex-start;
  margin-top: 20px;
}
.bottom .footer-img-item {
  margin-left: 8px;
}
.bottom .footer-img-item img {
  margin-right: 8px;
}
.bottom-special .footer-item {
  margin-left: 40px;
}
/* 左侧固定 */
.fixed-right {
  position: fixed;
  top: 200px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  z-index: 15;
}
.fixed-right a {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 20px 0px 0px 20px;
  display: flex;
  align-items: center;
  padding-left: 23px;
  font-size: 16px;
  color: #fff;
  width: 150px;
  overflow: hidden;
}
.fixed-right .fixed-img-1 {
  background: #9778ff;
}
.fixed-right a .hide {
  display: none;
}
.fixed-right .fixed-img-1 img {
  width: 25px;
  height: 19px;
  margin-right: 19px;
}
.fixed-right .fixed-img-2 {
  background: #45a4eb;
}
.fixed-right .fixed-img-2 img {
  width: 25px;
  height: 25px;
  margin-right: 19px;
}
.fixed-right .fixed-img-3 {
  background: #66b433;
}
.fixed-right .fixed-img-3 img {
  width: 25px;
  height: 25px;
  margin-right: 19px;
}
.fixed-right .fixed-img-4 {
  background: #46bac6;
  cursor: pointer;
}
.fixed-right .fixed-img-4 img {
  width: 30px;
  height: 25px;
  margin-right: 19px;
}
.weixin {
  padding: 27px 28px 17px 28px;
  background: #46bac6;
  border-radius: 20px 0px 0px 20px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 200px;
  right: 0;
  z-index: 19;
}
.weixin .code {
  width: 206px;
  height: 210px;
}
.weixin .close {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 10px;
}
.weixin .weixin-bottom {
  margin-top: 25px;
  color: #fff;
  font-size: 16px;
}
.fixed-right .hover-active:hover {
  width: 310px;
}
.fixed-right .hover-active:hover .hide {
  display: block;
}
/* 左边固定 */
.fixed-left {
  position: fixed;
  top: 280px;
  left: 0;
  z-index: 13;
}
.fixed-left-top {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #da5942;
  border-radius: 0px 20px 20px 0px;
  font-size: 18px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  padding-left: 28px;
  cursor: pointer;
}
.fixed-left-top img {
  padding-left: 16px;
}
.fixed-left-bottom {
  padding: 10px 0px 31px 0px;
  background: #258096;
  position: relative;
  display: none;
}
.fixed-left-bottom li a {
  display: flex;
  align-items: center;
  padding: 20px 25px;
}
.fixed-left-bottom li:last-child {
  margin-bottom: 25px;
}
.fixed-left-bottom li span {
  font-size: 14px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  max-width: 175px;
  cursor: pointer;
  overflow: hidden;
  flex-wrap: wrap;
}
.fixed-left-bottom li .arrow {
  width: 10px;
  height: 11px;
  margin-left: 30px;
  display: block;
}
.fixed-left-bottom li .active {
  width: 10px;
  height: 11px;
  margin-left: 30px;
  display: none;
}
.fixed-left-bottom li a:hover {
  background: #fff;
}
.fixed-left-bottom li a:hover span {
  color: #1847a0;
}
.fixed-left-bottom li a:hover .arrow {
  display: none;
}
.fixed-left-bottom li a:hover .active {
  display: block;
}
.fixed-left-arrow {
  position: absolute;
  top: 26px;
  right: 0;
  width: 19px;
  height: 29px;
  line-height: 26px;
  text-align: center;
  background: #da5942;
}
.fixed-left-content.active {
  width: 150px;
}
.fixed-left-content.active li a {
  width: 100px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#copyBtn {
  width: 50px;
  height: 20px;
  background: #c34731;
  border-radius: 10px;
  margin-left: 11px;
  font-size: 12px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  cursor: pointer;
}
/* 光晕效果 */
.button__holder {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* background-color: #1a1a1a; */
}
.button__holder .img_play {
  position: absolute;
  z-index: 18;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.plus {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  background: #c34731;
  border-radius: 50%;
  border: none;
  -webkit-transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), -webkit-transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
  transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
  cursor: pointer;
}
.plus:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 1px 15px rgba(211, 225, 231, 0.363), 0 0 1px 30px rgba(191, 198, 201, 0.1), 0 0 1px 45px rgba(165, 165, 165, 0.1);
}
.plus.plus2 {
  background-color: #dd5138 !important;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.plus.plus2 img {
  position: static;
  transform: translate(0, 0) !important;
}
.plus.plus2 i {
  font-style: normal;
  line-height: 16px;
  margin-top: 2px;
}
.plus.plus2:hover {
  box-shadow: 0 0 1px 15px rgba(211, 81, 56, 0.363), 0 0 1px 30px rgba(221, 81, 56, 0.1), 0 0 1px 45px rgba(221, 81, 56, 0) !important;
}
/* messeage框 */
.replay-box {
  display: none;
  text-align: center;
  position: fixed;
  right: 34px;
  bottom: 34px;
  z-index: 19;
  background: url('../img/message1.png');
  padding: 1rem;
}
.replay-box h2.title {
  font-size: 24px;
  font-family: Bodoni Bk BT;
  font-weight: bold;
  color: #fff;
  margin-top: 58px;
}
.replay-box .close-message {
  top: 17px;
  right: 18px;
  position: absolute;
}
.replay-box p.name {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #fff;
  line-height: 46px;
  margin-top: 20px;
}
.replay-box .replay-item {
  padding: 0 29px;
  margin-top: 49px;
}
.replay-box .replay-item .item {
  margin-bottom: 19px;
  text-align: left;
}
.replay-box .replay-item .item p {
  font-size: 18px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
}
.replay-box .replay-item .item input {
  width: 100%;
  height: 50px;
  background: #e1e1e1;
  margin-top: 14px;
  border: none;
  padding: 10px 15px;
}
.replay-box .replay-item .item textarea {
  height: 132px;
  background: #e1e1e1;
  border: none;
  width: 100%;
  margin-top: 14px;
}
.replay-box .submit {
  background: url(../images/submit_back.webp);
  display: inline-block;
  width: 298px;
  height: 63px;
  font-size: 24px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  line-height: 63px;
}
.replay-box .submit img {
  margin-top: -5px;
}
/* banner */
.banner {
  position: relative;
  width: 100%;
  height: auto;
}

.banner video {
  height: 800px;
}
.banner_text_index {
  width: 967px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  z-index: 14;
}
.banner_text_index h2 {
  font-size: 70px;
  font-family: Swis721 BlkCn BT;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 60px;
  position: relative;
}
.banner_text_index .a_cnter {
  background: url('../images/banner_a.webp');
  display: inline-block;
  width: 293px;
  height: 78px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  filter: sepia(0) hue-rotate(46deg) saturate(2);
}
.banner .swiper-paginations {
  position: absolute;
  bottom: 43px;
  left: 20%;
  z-index: 16;
  display: flex;
  align-items: center;
}
.banner .swiper-paginations .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  margin-right: 30px;
}
.banner .swiper-paginations .swiper-pagination-bullet-active {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #ffffff;
  opacity: 0.5;
  border-radius: 50%;
  position: relative;
}
.banner .swiper-paginations .swiper-pagination-bullet-active:after {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* 产品信息 */
.product-infor {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.product-infor .bg1 {
  background: #fff;
  height: 387px;
}
.product-infor .bg2 {
  height: 540px;
  background: #f2f2f2;
  background: url('../img/bj1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.product-infor .product-infor-content {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -737px;
}
.product-infor .product-infor-content .title {
  font-size: 80px;
  font-family: Bodoni Bk BT;
  font-weight: bold;
  color: #111111;
  text-align: center;
  padding: 49px 0 38px 0;
}

.product-infor .product-infor-content .name {
  display: flex;
  justify-content: center;
}
.product-infor .product-infor-content .name .center {
  width: 380px;
  margin: 0 15px;
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #666666;
  line-height: 26px;
  margin-top: -10px;
  text-align: center;
}
.product-infor .product-infor-content .name img {
  width: 417px;
  height: 15px;
}
.product-infor .product-list {
  margin-top: 11px;
  flex-wrap: wrap;
}
.product-infor .product-list .list-item {
  width: 30%;
  background: #ffffff;
  padding: 29px;
  margin-bottom: 35px;
  text-align: center;
  height: 300px;
}
.product-infor .product-list .list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 关于我们 */
.about-infor {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.about-infor .bg1 {
  height: 448px;
  background: #fff;
}
.about-infor .bg2 {
  height: 676px;
  background: url('../images/about_back.webp');
}
.about-infor .about-infor-content {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -737px;
}
.about-infor .about-infor-content .left {
  width: 950px;
  height: 712px;
  background: #ffffff;
  padding: 0px 527px 0 88px;
}
.about-infor .about-infor-content .left h2 {
  font-size: 80px;
  font-family: Bodoni Bk BT;
  font-weight: bold;
  color: #222222;
  text-align: right;
  text-transform: uppercase;
}
.about-infor .about-infor-content .left .content {
  padding-top: 20px;
}
.about-infor .about-infor-content .left .content p {
  font-size: 18px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
}
.about-infor .about-infor-content .left .content .tit {
  font-size: 24px;
  margin-bottom: 27px;
}

.about-infor-item {
  position: relative;
}
.about-infor-item .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 835px;
}
.about-infor-item .more {
  display: inline-block;
  width: 107px;
  height: 101px;
  background: #1847a0;
  line-height: 101px;
  text-align: center;
  font-size: 18px;
  font-family: PingFang;
  font-weight: 400;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: 4px 4px 10px #8a8182;
  transition: all 0.6s;
}
.about-infor-item .more:hover {
  transform: rotate(45deg);
  box-shadow: 0 0 1px 15px rgba(211, 225, 231, 0.363), 0 0 1px 30px rgba(191, 198, 201, 0.1), 0 0 1px 45px rgba(165, 165, 165, 0.1);
}
.about-infor-item .right-img {
  width: 100%;
  height: 100%;
}
.about-infor-item .right .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
}
.about-infor-item .right .onevieobox {
  position: absolute;
  left: 0;
  top: 0;
  width: 835px;
  height: 560px;
  background: #000;
  display: none;
}
.about-infor-item .right .video {
  width: 100%;
  height: 100%;
}
.infor-bottom {
  position: absolute;
  bottom: -80px;
  left: 85px;
  width: 804px;
  height: 168px;
  background: #373737;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
.infor-bottom .items {
  text-align: center;
  width: 33.33%;
  border-right: 1px dashed #646464;
}
.infor-bottom .items h2 {
  font-size: 42px;
  font-family: Swis721 BlkCn BT;
  font-weight: 900;
  color: #ffffff;
}
.infor-bottom .items p {
  font-size: 14px;
  font-family: PingFang;
  font-weight: 600;
  color: #fffefe;
  padding-top: 10px;
}
.infor-bottom .items:last-child {
  border-right: none;
}
/* 产品首页 */
.product-info-contetns {
  font-size: 18x;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
}
.substance-right-centers {
  margin: 0px 0 40px;
}
.product-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 30px 0;
}
.product-lists .item {
  position: relative;
  width: 290px;
  height: 290px;
  margin-bottom: 26px;
  overflow: hidden;
  border-radius: 20px;
}
.product-lists .item img {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  width: 290px;
  height: 290px;
}
.product-lists .item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.product-lists .item .line-back {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(51, 51, 51, 0.53) 47%, rgba(255, 255, 255, 0.05) 86%);
  padding: 15px 15px;
}
.product-lists .item .line-back p {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  line-height: 25px;
  height: 50px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.advantage {
  width: 100%;
  margin: 0 auto;
  background: url(../images/index-img-2.webp) no-repeat;
  position: relative;
  background-size: cover;
}
.advantage-lists {
  width: 1230px;
  padding: 200px 0px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.advantage-lists .item {
  width: 410px;
  height: 180px;
  text-align: center;
}
.advantage-lists .item:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.advantage-lists .item img {
  width: 61px;
  height: 70px;
  margin-top: 28px;
  filter: sepia(0) hue-rotate(23deg) saturate(1);
}
.advantage-lists .item p {
  height: 18px;
  font-size: 18px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  margin-top: 14px;
  padding: 0 40px;
  text-align: center;
  letter-spacing: 0.2px;
}
.advantage-content {
  width: 756px;
  height: 208px;
  background: #1847a0;
  display: flex;
  align-items: center;
  padding: 0 35px;
  position: absolute;
  right: 0;
  top: -70px;
  z-index: 19;
}
.advantage-content .advantage-left {
  height: 73px;
  margin-right: 2rem;
}
.advantage-content .advantage-right h2 {
  font-size: 80px;
  font-family: Bodoni Bk BT;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
}
.advantage-content .advantage-right p {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.5px;
}
/* 排序 */
.pageBox {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.pageBox .pageMain {
  overflow: hidden;
}
.pageBox .pageMain a {
  border-radius: 50%;
  margin-right: 10px;
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  color: #333;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #aaaaaa;
  border-right: none;
  cursor: pointer;
}
.pageBox .pageMain a.on {
  background: 1px solid #aaaaaa;
}
.pageBox .pageMain a.pagePrev {
  background: url(../images/pageprev0.webp) no-repeat;
  background-size: 12px 12px;
  background-position: center;
}
.pageBox .pageMain a.pageNext {
  background: url(../images/pagenext0.webp) no-repeat;
  background-size: 12px 12px;
  background-position: center;
  border-right: 1px solid #aaaaaa;
}
.pageBox .pageMain a.pageNext.on {
  background: url(../images/pagenext0.webp) no-repeat;
  background-size: 12px 12px;
  background-position: center;
}
.pageBox .pageMain a:hover {
  background: #1847a0;
  color: #fff;
  border: none;
}
.pageBox .pageMain a.pagePrev:hover {
  background: url(../images/pageprev.webp) #1847a0 no-repeat;
  background-size: 12px 12px;
  background-position: center;
  border: none;
}
.pageBox .pageMain a.pageNext:hover {
  background: url(../images/pagenext.webp) #1847a0 no-repeat;
  background-size: 12px 12px;
  background-position: center;
  border: none;
}

/* 404页面 */
.feedback-back {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.feedback-back img {
  width: 100%;
  height: 100%;
}
.feedback-back .nones-dialog {
  width: 860px;
  top: 150px;
  position: absolute;
  left: 50%;
  margin-left: -430px;
  text-align: center;
}
.feedback-back .nones-dialog .nones-img {
  width: 463px;
  margin-bottom: 55px;
  text-align: center;
}
.feedback-back .nones-dialog .title {
  text-align: center;
  font-size: 30px;
  font-family: PingFang;
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 46px;
}
.feedback-back .nones-dialog .content {
  text-align: center;
  font-size: 24px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  line-height: 60px;
}
.feedback-back .nones-dialog .special {
  margin-left: -190px;
}
.nones-dialog .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.nones-dialog .bottom a {
  display: inline-block;
  width: 260px;
  height: 60px;
  font-size: 24px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  background: #258096;
}
.nones-dialog .bottom a.on {
  background: #da5942;
}
.nones-dialog .bottom a:hover {
  background: #da5942;
}

/* 谢谢页面 */
.feedback-back {
  display: flex;
  justify-content: space-between;
}
.thank-left {
  width: 1100px;
  height: 100vh;
  position: relative;
  background: url(../images/feekback_back.webp) 100% no-repeat;
}
.thank-left .logo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 18;
  width: 550px;
  height: 141px;
}
.thank-right {
  width: calc(100% - 1100px);
  position: relative;
  padding: 200px 120px;
}
.thank-right .close-img {
  position: absolute;
  top: 30px;
  right: 27px;
  height: 20px;
  width: 20px;
}
.thank-right .title {
  font-size: 60px;
  font-family: PingFang;
  font-weight: 600;
  color: #222222;
  text-align: center;
}
.thank-right .content {
  font-size: 30px;
  font-family: PingFang;
  font-weight: 600;
  color: #222222;
  line-height: 48px;
  margin-top: 110px;
  margin-bottom: 150px;
}
.thank-right .btn a {
  display: inline-block;
  width: 260px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #258096;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.45);
  font-size: 30px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
}
.thank-right .btn a:hover {
  background: #da5942;
}
/* 新闻列表 */
.news-list .copntent-2 {
  display: none;
}
.related {
  display: flex;
  padding-bottom: 35px;
  padding-top: 60px;
}
.related a {
  width: 50%;
  font-size: 30px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
}
.related a.on {
  font-weight: 600;
  color: #1847a0;
}
.length-line {
  position: relative;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  margin-bottom: 60px;
}
.length-line .line {
  position: absolute;
  top: -3px;
  left: 0;
  display: inline-block;
  width: 100px;
  height: 6px;
  background: #1847a0;
  border-radius: 3px;
}

.list-item-left {
  width: 100%;
}
.list-item-left .news-list {
  display: flex;
  flex-direction: column;
}
.list-item-left .news-list .news-list-item {
  width: 100%;
  display: flex;
  padding: 16px 45px 16px 16px;
  justify-content: space-between;
  background: #f5f5f5;
  margin-bottom: 30px;
}
.list-item-left .news-list .news-list-item:hover {
  background: #fff;
  box-shadow: 0px 4px 9px 1px rgba(0, 0, 0, 0.23);
}
.news-list .news-list-item .news-img {
  width: 265px;
}
.news-content {
  width: calc(100% - 320px);
}
.news-content .title {
  height: 53px;
  font-size: 24px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-content .name {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #666666;
  line-height: 30px;
  margin: 15px 0 9px 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-content .time {
  text-align: right;
  font-size: 14px;
  font-family: PingFang;
  font-weight: 600;
  color: #999999;
}
.list-item-right {
  width: calc(100% - 1000px);
  margin-top: 100px;
}
.news-top {
  height: 533px;
}
.news-top .news-top-left .items {
  width: 838px;
  position: relative;
  display: none;
}
.news-top .news-top-left .show {
  display: block;
}
.news-top .news-top-left .items .items-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(0deg, rgba(0, 105, 131, 0.9) 0%, rgba(28, 119, 141, 0.63) 47%, rgba(255, 255, 255, 0.14) 88%);
  opacity: 0.86;
  line-height: 80px;
  font-size: 23px;
  font-family: PingFang;
  font-weight: 600;
  color: #fffefe;
  padding-left: 13px;
}
.news-top .news-top-left .items img {
  width: 100%;
}
.news-top-right {
  width: calc(100% - 876px);
  font-family: PingFang;
}
.news-top-right .news-title {
  border-bottom: 1px solid #dddddd;
  position: relative;
  height: 177.66px;
}
.news-top-right .news-title .name {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  padding: 15px 0;
  display: inline-block;
  line-height: 24px;
}
.news-top-right .news-title .content {
  height: 45px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  overflow: hidden;
  line-height: 24px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding-bottom: 25px;
  cursor: pointer;
}
.news-top-right .news-title:hover .name,
.news-top-right .news-title:hover .content {
  color: #1847a0;
  cursor: pointer;
}
.news-top-right .on .name,
.news-top-right .on .content {
  color: #1847a0;
  cursor: pointer;
}
.news-top-right .news-title .time {
  font-size: 12px;
  font-weight: 600;
  color: #999999;
  position: absolute;
  bottom: 15px;
  left: 0;
}
/*  新闻详情*/
.news-banner {
  height: 400px;
}
.news-detail {
  width: 1000px;
  margin: 0 auto;
}
.news-detail .name {
  font-size: 24px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-top: 50px;
}
.news-detail .time {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: block;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-detail .content {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
  margin-bottom: 40px;
}
.news-detail .gray {
  color: #999;
}
.news-detail .news-img {
  width: 100%;
  margin-bottom: 40px;
}
.news-detail .line {
  border-bottom: 1px solid #ccc;
}
/* 联系我们 */
.contacts {
  padding: 0 200px;
}
.contacts-us {
  padding-top: 45px;
  text-align: center;
}
.contacts-us h2 {
  font-size: 60px;
  font-family: Bodoni Bk BT;
  font-weight: normal;
  color: #222222;
  margin-bottom: 30px;
}
.contacts-us p {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
  text-align: center;
  margin-bottom: 26px;
}
.contact-table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-table .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-table input {
  width: 47%;
  height: 53px;
  line-height: 53px;
  border: 2px solid #d8d5d5;
  padding-left: 23px;
  margin-top: 24px;
  color: #999999;
  font-family: PingFang;
  font-size: 16px;
  font-weight: 400;
}
.contact-table .email {
  background: url('../images/icon28.webp') no-repeat 70px 10px;
}
.contact-table .email:focus {
  background: transparent;
}

.contact-table input::-webkit-input-placeholder {
  color: #999999;
}
.contact-table textarea {
  width: 100%;
  height: 100px;
  border: 2px solid #d8d5d5;
  margin-top: 24px;
  padding: 21px;
  color: #999999;
  font-size: 16px;
  font-family: PingFang;
  font-weight: 500;
}
.contact-table .contant-submit {
  width: 400px;
  height: 64px;
  background: #1847a0;
  border-radius: 32px;
  text-align: center;
  line-height: 64px;
  margin: 35px auto 60px;
  font-size: 24px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
}

.contact-table input.phone,
.contact-table input.email {
  width: 100%;
}
.contacts-address .address {
  width: 450px;
  height: 450px;
  background: #1847a0;
  padding: 42px 25px;
}
.contacts-address .address h2 {
  font-size: 24px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 30px;
  border-bottom: 1px solid #02728d;
}
.contacts-address .address-item {
  margin-top: 35px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.contacts-address .address-item a {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  line-height: 30px;
  margin-left: 15px;
  display: block;
}
.contacts-address .address-item:last-child {
  align-items: flex-start;
}
.contacts-address .map {
  width: 850px;
  position: relative;
}
.contacts-address .map_address {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 11%;
  margin-top: -2%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacts-address .map_img {
  width: 20px;
  height: 26px;
}
.contacts-address .address—_f {
  width: 240px;
  height: 26px;
  background: #ffffff;
  border: 1px solid #1847a0;
  text-align: center;
  line-height: 26px;
  margin-left: 8px;
}
.netword {
  padding-bottom: 80px;
  position: relative;
}
.netword img {
  width: 100%;
}
.netword .address {
  width: 35px;
  height: 45px;
  top: 145px;
  right: 269px;
  position: absolute;
}
.point,
.point::before,
.point::after {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
}
.point::before {
  animation: scale 2s infinite;
}
.point::after {
  animation: scale2 2s infinite;
}
.point,
.point::before,
.point::after {
  /* background-color: rgba(0, 102, 204, .9); */
  background: #086980;
  /* opacity: 0.2; */
}
.point2,
.point2::before,
.point2::after {
  /* background-color: rgba(0, 221, 254, .9); */
  background: #1847a0;
}

.position-1 {
  top: 195px;
  right: 280px;
  position: absolute;
}
.position-2 {
  bottom: 245px;
  right: 180px;
  position: absolute;
}
.position-3 {
  top: 85px;
  right: 540px;
  position: absolute;
}
.position-4 {
  top: 447px;
  right: 925px;
  position: absolute;
}
.position-5 {
  top: 373px;
  right: 45575px;
  position: absolute;
}
.position-6 {
  top: 225px;
  right: 545px;
  position: absolute;
}
.position-7 {
  top: 295px;
  right: 720px;
  position: absolute;
}
.position-8 {
  top: 88px;
  left: 200px;
  position: absolute;
}
.position-9 {
  bottom: 347px;
  right: 576px;
  position: absolute;
}
.case {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  padding-left: 140px;
  display: flex;
}
.case .case-item {
  flex-basis: calc(100% / 3);
}
.case .case-item .title {
  font-size: 58px;
  font-family: PingFang;
  font-weight: 600;
  color: #026881;
}
.case .case-item .title {
  position: relative;
}
.case .case-item .fang {
  position: absolute;
  top: 10px;
  left: 50px;
  font-size: 28px;
}
.case .case-item .name {
  font-size: 24px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
  margin-top: 20px;
}
/* 项目页面 */
.p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
  padding-top: 60px;
}
.p_list .p_loopitem {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 3);
  position: relative;
}

.e_container-7 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  margin-left: 10px;
  margin-right: 30px;
  margin-bottom: 35px;
  cursor: pointer;
  transition: all ease 0.8s;
  transform: translateY(80px);
  opacity: 0;
}

.e_container-7.response-transition {
  transform: translateY(0px);
  opacity: 1;
}

.e_container-7 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

.e_image-8 {
  overflow: hidden;
  position: relative;
  background: #000;
  display-radio: 1;
  background-color: #000;
}

.product-banner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1847a036;
  left: 0;
  top: 0;
  z-index: 0;
}

/* .e_image-8::after {
  content: '+';
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
  vertical-align: middle;
  transition: all ease 0.35s;
  opacity: 0;
  pointer-events: none;
} */

.e_image-8 img {
  width: 100%;
  height: 230px;
  /* object-fit: contain; */
  transition: all ease 0.8s;
}

.p_item:hover > .e_image-8 img {
  transform: scale(1.1);
  opacity: 0.7;
}

.p_item:hover > .e_image-8::after {
  opacity: 1;
  top: 50%;
}

.e_container-9 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all ease 0.5s;
  background-color: #f5f5f5;
}

.e_container-7 > .p_item:hover .e_container-9 {
  background: #1847a0;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.e_container-7 > .p_item:hover .e_container-9 p {
  color: #fff;
}

.e_container-9 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

.e_text-10 {
  /* line-height: 1; */
  text-align: center;
  margin-bottom: 5px;
  transition: all ease 0.5s;
  font-size: 18px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
  height: 20px;
  width: 333px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.noAni {
  transform: translateY(0px);
  opacity: 1;
}

.e_container-7 a {
  pointer-events: none;
}
/* 关于我们 */
.about-us .product-infor {
  height: 280px;
}
.all-video {
  position: absolute;
  bottom: 20px;
  width: 100%;
  right: 0;
  display: flex;
  justify-content: end;
  align-items: center;
}
.all-video a {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #999999;
  cursor: pointer;
  display: inline-block;
}
.all-video img {
  width: 10px;
  height: 12px;
  margin-left: 10px;
}
.all-video:hover a {
  color: #1847a0;
}
.all-video .active-1 {
  display: block;
}
.all-video .active-2 {
  display: none;
}
.all-video:hover .active-2 {
  display: block;
}
.all-video:hover .active-1 {
  display: none;
}
.p_list .cbox-6:nth-child(3n) .e_container-7 {
  margin-right: 0px;
}
.about-tops {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.about-top-item {
  width: 50%;
}
.about-top-item .title {
  font-size: 80px;
  font-family: Bodoni Bk BT;
  font-weight: bold;
  color: #1847a0;
  padding: 29px 0;
}
.about-top-item .name {
  font-size: 30px;
  font-family: PingFang;
  font-weight: 600;
  color: #111111;
  padding-bottom: 24px;
}
.about-top-item .content {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
  line-height: 36px;
  margin-bottom: 40px;
}
.about-bottoms {
  width: 100%;
  margin: 0 auto;
  height: 170px;
  background: #1847a0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.about-bottoms-img {
  width: 30rem;
  position: absolute;
  right: 0;
  bottom: -43%;
}

.about-bottoms .name1 {
  font-size: 60px;
  font-family: Arial;
  font-weight: 600;
  color: #ffffff;
}
.about-bottoms .name2 {
  font-size: 18px;
  font-family: PingFang;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
.about-rights {
  width: 696px;
  position: absolute;
  top: 100px;
  left: 50%;
  background: url(../images/about-top-back.webp) no-repeat;
  background-position: 60px 700px;
  padding-bottom: 74px;
}
.about-rights img {
  padding-left: 58px;
  width: 609px;
  height: 927px;
}
.services {
  width: 100%;
  margin: 0 auto;
  background: url(../images/services-back.webp) no-repeat;
  height: 800px;
}
.corporate .specai {
  height: 440px;
  width: 100%;
  background: url(../images/culuter.webp) no-repeat;
}

.corporate .product-infor-content .title {
  color: #fff;
  padding: 49px 0 20px 0;
}
.corporate .product-infor-content .name .center {
  color: #fff;
  text-align: center;
}
.corporate .product-list {
  margin-top: 39px;
  background: #fff;
  padding: 1rem;
}
.corporate .product-list .list-item {
  padding: 0px;
}
.corporate .corporate-bottom {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  padding: 26px 40px;
}
.corporate .list-item img {
  width: 100%;
}
.corporate .corporate-bottom h2 {
  font-size: 24px;
  font-family: PingFang;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
.corporate .corporate-bottom a {
  display: inline-block;
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #666666;
  line-height: 30px;
  /* text-align: justify; */
  margin-top: 20px;
  cursor: pointer;
  text-align: left;
}
.corporate .product-list .list-item :hover h2 {
  color: #1847a0;
  font-weight: 600;
}
.corporate .product-list .list-item :hover a {
  color: #1847a0;
}

.video-lists {
  padding-bottom: 30px;
}
.video-lists .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.video-lists .swiper-wrapper {
  margin-bottom: 30px;
}
.video-lists .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 434px;
  height: 330px;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.video-lists .swiper-slide .swiper-slide-item {
  position: relative;
  width: 100%;
  height: 330px;
}
.video-lists .swiper-slide .swiper-slide-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.video-lists .swiper-slide .swiper-slide-item .name {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  width: 100%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
  padding: 0px 17px;
}
.video-lists .swiper-slide .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
}
.video-lists .swiper-slide .onevieobox {
  position: absolute;
  left: 0;
  top: 0;
  width: 434px;
  height: 330px;
  background: #000;
  display: none;
}
.video-lists .swiper-slide .video {
  width: 100%;
  height: 100%;
}
.video-lists .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}
.video-lists .swiper-pagination {
  margin: 0px 0;
}
.video-lists .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 25px;
}
.video-lists .swiper-pagination-bullet-active {
  background: #1847a0;
}
.services-lists {
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
}
.services-lists-item .services-lists-img {
  width: 216px;
  height: 406px;
  overflow: hidden;
  margin-left: 7px;
  transition: all 1s;
}
.services-lists-item .services-lists-img img {
  width: 100%;
  height: 100%;
}
.services-lists-item .services-lists-img img:hover {
  /* transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1); */
  animation: shake 800ms ease-in-out;
}
.services-lists-item .name {
  font-size: 20px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
}
.services-lists-item .top {
  margin-top: 45px;
}
.services-lists-item .bottom {
  margin: 45px 0px 45px;
}
.services .product-infor .product-infor-content .title {
  padding: 30px 0;
}
.services .about-us .product-infor {
  height: 245px;
}
/* 首页 */
.newsindex .specai {
  height: 440px;
  width: 100%;

  background-image: linear-gradient(#002160, rgba(0, 0, 0, 0.5)), url(../img/20230829141641127.webp);
  background-attachment: fixed;
  background-position: right center;
}
.newsindex .corporate-bottom {
  box-shadow: none;
  padding: 28px 10px;
}

.newsindex .corporate-bottom:hover {
  background: #1847a0;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  text-align: left;
}
.newsindex .corporate-bottom:hover .name {
  color: #fff !important;
}
.newsindex .corporate-bottom:hover .time {
  color: #fff !important;
  display: inline-block;
}
.newsindex .corporate-bottom:hover .content {
  color: #fff !important;
}

.newsindex .corporate-bottom .name {
  font-size: 18px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
  text-align: left;
  justify-content: flex-start;
}
.newsindex .product-infor-content .content {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #666666;
  line-height: 30px;
  text-align: left;
}
.newsindex .product-infor-content .time {
  font-size: 14px;
  font-family: PingFang;
  font-weight: 400;
  color: #666666;
  margin-top: 30px;
  text-align: left;
}
/* 返回顶部 */
.rightfd {
  position: fixed;
  right: 15px;
  bottom: 0px;
  z-index: 25;
}
.rightfd li {
  padding: 5px 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.rightfd .right-8 {
  width: 100%;
}
.rightfd .button__holder .img_play {
  width: 26px;
  height: auto;
  transform: translate(-50%, -50%);
  margin-left: 0;
  margin-top: 0;
}
.rightfd .button__holder .plus {
  width: 70px;
  height: 70px;
}
.right-8 .plus {
  background: #1847a0;
  transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
}
.right-8 .plus:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 1px 10px rgba(199, 237, 253, 0.363), 0 0 1px 20px rgba(198, 237, 255, 0.1);
}
.tcbtn1 .plus {
  background: #1847a0;
}
.tcbtn1 .plus:hover {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 1px 10px rgba(199, 237, 253, 0.363), 0 0 1px 20px rgba(198, 237, 255, 0.1);
}
.pad-20 {
  padding: 0 54px;
}
.Customer-bot {
  padding: 160px 0;
  position: relative;
}
.Customer-left {
  width: 1077px;
  display: flex;
  height: 570px;
}
.Customer-left .showImg-items {
  width: 534px;
  height: 100%;
  overflow: hidden;
}

.Customer-left .showImg {
  display: block;
}
.Customer-left .Customer-right-list .on {
  display: none;
}
.Customer-right-list .hideTex {
  display: none;
}
.Customer-left img {
  width: 534px;
  height: 100%;
}
.Customer-left .Customer-content {
  padding: 134px 145px 0 94px;
  width: 534px;
  height: 100%;
  background: #f5f5f5;
  background: url(../img/bj1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.Customer-content .title {
  font-size: 24px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
  padding-bottom: 30px;
}
.Customer-content .name {
  font-size: 18px;
  font-family: PingFang;
  font-weight: 600;
  color: #666666;
  line-height: 36px;
}
.Customer-content .cicle {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-top: 60px;
  background: url(../images/circle.webp) no-repeat;
  filter: sepia(0) hue-rotate(23deg) saturate(1);
}
.Customer-right {
  width: 650px;
  position: absolute;
  right: -180px;
  top: 70px;
  z-index: 5;
}
.Customer-right h2 {
  font-size: 80px;
  font-family: Bodoni Bk BT;
  font-weight: bold;
  color: #222;
  text-align: right;
  padding-left: 30px;
}

.Customer-right .content {
  font-size: 18px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 25px;
}
.Customer-right .line {
  width: 28px;
  height: 4px;
  background: #02596f;
  margin-bottom: 40px;
  margin-left: 170px;
}
.Customer-right-list .swiper-wrapper {
  width: 100%;
  height: 333px;
}
.Customer-right-list {
  width: 100%;
  overflow: hidden;
}
.Customer-right-list .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Customer-right-list .swiper-container {
  width: 100%;
  height: auto;
  padding: 90px 0;
  margin-left: auto;
  margin-right: auto;
}
.Customer-right-list .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 333px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
}

.Customer-right-list .swiper-button-prev,
.Customer-right-list .swiper-container-rtl .swiper-button-next {
  width: 134px;
  height: 84px;
  background: #323232 url(../images/right.webp) center no-repeat;
  opacity: 1;
  bottom: 0;
  top: auto;
  left: -80px;
}
.Customer-right-list .swiper-button-next,
.Customer-right-list .swiper-container-rtl .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: url(../images/circle.webp) center no-repeat;
  opacity: 1;
  bottom: 0;
  top: auto;
  left: 54px;
}

.navs .child {
  display: block;
  position: absolute;
  left: 0;
  top: 111px;
  width: 100%;
  background-color: #fff;
  z-index: 111;
}
.navs .child .cont {
  overflow: hidden;
  padding: 40px 255px;
}
.navs .sin {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  transform: scale(1, 0);
  transform-origin: center top;
}
.navs .sin.on {
  height: auto;
  transform: scale(1);
}
.navs .cont {
  display: flex;
  justify-content: space-between;
}
.navs .ones {
  width: 210px;
}
.navs .ones img {
  width: 210px;
  height: 122px;
}
.navs .ones .list {
  width: 100%;
}
.navs .ones .list a {
  display: block;
  color: #333333;
  font-family: PingFang;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  cursor: pointer;
}
.navs .ones .list a.title {
  font-size: 18px;
}
.navs .ones .list a.content {
  font-size: 16px;
}
.navs .ones .list a.more {
  font-size: 16px;
  color: #ccc;
}
.navs .ones .list a:hover {
  color: #1847a0;
}
.Customer-right .Customer-right-div {
  padding-right: 120px;
  text-align: right;
}
/* 富文本 */
.content-title {
  padding-bottom: 20px;
}
.content-title h2 {
  font-size: 24px;
  font-family: PingFang;
  font-weight: 600;
  color: #1847a0;
  margin-bottom: 11px;
  text-transform: capitalize;
}
.content-title p,
.content-title h3,
.content-title h4,
.content-title h5,
.content-title h6 {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
}
.spceial {
  margin: 20px 0 0px 0;
}
.spceial td {
  background: #fff !important;
}

.content-title ul,
.content-title ol {
  line-height: 48px;
  padding-top: 10px;
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #333333;
}
.content-title ul li,
.content-title ol li {
  display: flex;
  font-weight: 600;
}
.content-title ul span,
.content-title ol span {
  display: inline-block;
  margin-right: 17px;
  color: #8f0d2c;
}
.content-title ul span img,
.content-title ol span img {
  max-width: 20px;
}
@keyframes shake {
  /* 动画需：“对称”实现 */
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(+2px, 0, 0);
  }
  30%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(+4px, 0, 0);
  }
  50% {
    transform: translate3d(-4px, 0, 0);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(6);
    opacity: 0;
  }
}

#bigimghnre {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  max-height: 1000px;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

#bigimghnre img {
  /* height: 100%; */
  width: 700px;
  height: 410px;
  margin: 0 auto;
  display: block;
}

#bigimghnre .black {
  background: rgb(0 0 0 / 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  transition: all ease 0.5s;
}

#bigimghnre .black:hover {
  background: rgb(0 0 0 / 0.8);
}

#bigimghnre.in {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.5s;
}

.zhezi {
  position: absolute;
  margin-top: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-height: 80vh;
  height: 100%;
  width: 50%;
}

.zhezi .xx {
  position: fixed;
  width: 32px;
  right: 0;
  top: 49px;
  z-index: 123;
  background: rgb(0 0 0 / 50%);
}

#bigimghnre .zhezi .xx img {
  width: 32px !important;
  height: auto;
  cursor: pointer;
}

.zhezi::-webkit-scrollbar {
  width: 0px;
}

.kzbianju .swiper-container {
  padding: 0 10px;
}

.product-infor .product-listt .list-item {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.list-item-img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.product-infor .product-listt .list-item img {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.product-infor .product-listt .list-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.product-infor .product-listt .list-item .back {
  width: 384px;
  height: 242px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  position: absolute;
  top: 29px;
  left: 29px;
  text-align: center;
  color: #fff;
  line-height: 430px;
  font-size: 18px;
  font-family: PingFang;
  font-weight: 600;
}
/* 视频网站 */
.p_loopitems {
  justify-content: space-between;
}
.p_list .video-items {
  position: relative;
  width: 410px;
  height: 306px;
  margin-bottom: 40px;
  overflow: hidden;
}
.p_list .video-items:hover {
  box-shadow: 1px 10px 15px 3px rgba(0, 0, 0, 0.4);
}
.p_list .video-items .video_img {
  width: 100%;
  height: 100%;
}

.p_list .video-items .line-back {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #ffffff;
}
.p_list .video-items .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
}
.p_list .video-items .onevieobox {
  position: absolute;
  left: 0;
  top: 0;
  width: 410px;
  height: 306px;
  background: #000;
  display: none;
}
.p_list .video-items .video {
  width: 100%;
  height: 100%;
}
.p_list .video-items .onevieobox {
  position: absolute;
  left: 0;
  top: 0;
  width: 410px;
  height: 306px;
  background: #000;
  display: none;
}
.p_list .video-items .video {
  width: 100%;
  height: 100%;
}
.video-show .zhezi .xx {
  top: 20px;
}
.icon-img {
  width: 100%;
  margin: 0 auto;
  height: 206px;
  background: #f6f6f6;
}
.icon-img .icon-list {
  width: 1358px;
  margin: 0 auto;
  padding: 90px 0;
  align-items: center;
}
.icon-list .icon-1 {
  width: 192px;
  height: 54px;
}
.icon-list .icon-2 {
  width: 175px;
  height: 47px;
}
.icon-list .icon-3 {
  width: 234px;
  height: 55px;
}
.icon-list .icon-4 {
  width: 204px;
  height: 55px;
}
.icon-list .icon-5 {
  width: 238px;
  height: 31px;
}

/* 进页面弹框 */
.contact-information {
  width: 340px;
  /* height: 350px; */
  background: #1847a0;
  border-radius: 10px;
  padding: 10px;
  position: fixed;
  top: 5%;
  left: 50%;
  margin-left: -160px;
  z-index: 111;
}
.contact-information .infot {
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 15px 18px;
  position: relative;
}
.contact-information .infot .close-2 {
  position: absolute;
  right: 12px;
  top: 9px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.contact-information .infot .title {
  font-size: 20px;
  font-family: PingFang;
  font-weight: bold;
  color: #1847a0;
}
.contact-information .infot .content {
  font-size: 16px;
  font-family: PingFang;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  margin: 15px 0;
}
.contact-information .infot .infot-input {
  width: 100%;
  height: 36px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  margin-bottom: 17px;
  font-size: 16px;
  font-family: PingFang;
  font-weight: 400;
  color: #999999;
  padding: 10px 14px;
}
.contact-information .infot .infot-input::placeholder {
  color: #999999;
}
.contact-information .infot .submit {
  width: 100%;
  height: 36px;
  display: inline-block;
  line-height: 36px;
  background: #1847a0;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.contact-information .infot .tel-total {
  display: flex;
  justify-content: space-between;
}
.contact-information .infot .selefct {
  width: 90px;
  height: 36px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  color: #999999;
  font-size: 14px;
  padding-left: 25px; /* 设置右内边距 */
}
.contact-information .infot .phone {
  width: 180px;
}
.contact-information .infot select {
  appearance: none; /* 去掉默认箭头 */
  background-image: url('../images/up-arrow.webp'); /* 设置自定义箭头 */
  background-position: center left 7px; /* 设置箭头位置 */
  background-repeat: no-repeat; /* 禁止重复 */
}

.contact-information .infot .photo {
  width: 90px;
  height: 90px;
  background: #1847a0;
  border-radius: 50%;
  padding: 5px;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -45px;
}
.contact-information .infot .photo .photo-img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.contact-information .line {
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
}
.contact-information .line .line-item {
  height: 22px;
  width: 8px;
  background: #fff;
  display: inline-block;
}
.contact-information .need {
  width: 100%;
  height: 100px;
  background: #ffffff;
  border-radius: 10px;
  padding: 16px 15px;
}
.contact-information .need .name {
  font-size: 18px;
  font-family: PingFang;
  font-weight: bold;
  color: #333333;
}
.contact-information .need select {
  height: 36px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  width: 100%;
  color: #999;
  margin-top: 9px;
  font-size: 16px;
  padding-left: 10px;
  appearance: none; /* 去掉默认箭头 */
  background-image: url('../images/up-arrow.webp'); /* 设置自定义箭头 */
  background-position: center right 7px; /* 设置箭头位置 */
  background-repeat: no-repeat; /* 禁止重复 */
}
.contact-information .need option {
  background-color: #efefef;
  color: fff;
}
.second {
  display: none;
}

.dbnav {
  display: flex;
  justify-content: space-between;
}

.dbnav ul {
  width: 49%;
}

.factorys {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0;
}

.factorys_l {
  width: 50%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/20230111100824187.webp);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.factorys_l .l_text {
  padding: 4rem 12rem 0 2rem;
  color: #ffff;
  font-family: PingFang;
  font-weight: 600;
}

.factorys_l .l_text h2 {
  color: #ffff;
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 10px;
  font-family: Bodoni Bk BT;
  text-transform: uppercase;
}

.factorys_l .l_text h2::first-letter {
  color: #1847a0;
  font-size: 5rem;
}

.factorys_r {
  width: 80%;
}

.factorys_r ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 10px;
  margin: 6% 0% 5% -15%;
}

.factorys_r ul li {
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px rgb(204, 204, 204);
  overflow: hidden;
  transition: all 0.6s;
}

.factorys_r ul li img {
  transition: all 0.6s;
}

.factorys_r ul li:hover img {
  transform: scale(1.2);
}

.imgcover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_text1 h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

.banner .swiper-slide {
  position: relative;
  height: 100vh;
}
.banner .swiper-slide::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000038;
  top: 0;
  left: 0;
}

.cont1 {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
}

.hotCp {
  background: url(../img/bj1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0;
}

.GY_title {
  text-align: center;
  padding-bottom: 3rem;
}

.GY_title h2 {
  position: relative;
  padding-bottom: 30px;
  color: #000;
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 10px;
  font-family: Bodoni Bk BT;
  text-transform: uppercase;
}
.GY_title h2::after {
  content: '';
  position: absolute;
  width: 165px;
  height: 4px;
  background: url(../img/contactbar.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 50%;
  bottom: 17%;
  transform: translate(-50%, -50%);
  filter: sepia(0) hue-rotate(220deg) saturate(1);
}

.GY_title h2::first-letter {
  color: #1847a0;
  font-size: 5rem;
}

.flList ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 10px;
}

.flList ul li a:hover p {
  background: #000000;
}

.flList ul li p {
  transition: all 0.6s;
}

.flList ul li p:nth-child(2) {
  text-align: center;
  background: #255ebf;
  padding: 10px 0;
  color: #fff;
}

.fixedNav {
  background: linear-gradient(to bottom, black 0%, #005ac9 100%) !important;
}

/* faq */
.cpfaq {
  overflow: hidden;
  position: relative;
  padding-left: 40%;
}

.cpfaq .pic {
  width: 40%;
  position: absolute;
  left: 0;
  top: 54px;
  bottom: 0;
  background: url('../img/faq2.webp') no-repeat center / cover;
}

.cpfaq .info {
  width: 100%;
  padding: 110px 25% 110px 5.5%;
  background-color: #0141a3;
}

.cpfaq .info h3 {
  font-size: 60px;
  color: #fff;
  line-height: 0.8;
}

.cpfaq .info .desc {
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  margin: 35px 0 45px;
}

.cpfaq .line {
  margin-bottom: 10px;
  padding: 10px 10px 10px 60px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background-color: #08214e;
  position: relative;
  cursor: pointer;
}

.cpfaq .line i {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  background: url('../img/img160.webp') no-repeat center / 80% auto;
}

.cpfaq .line.two {
  display: none;
}

.cpfaq .line.two i {
  background-image: url('../img/img161.webp');
}

.cpfaq .sin.on .two {
  display: block;
}
