<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
  position: relative;
}

.banner .message {
  position: absolute;
  top: 30px;
  z-index: 666;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.banner .message .box {
  margin-left: auto;
  width: 300px;
  background: rgba(0, 0, 0, 0.61);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 47px;
  border-radius: 0 0 8px 8px;
}
.banner .message .box h3 {
  width: 100%;
  background: #1d1d1d;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  border-top: 3px solid #e62129;
  color: #ffffff;
}
.banner .message .box p {
  font-size: 14px;
  color: #fff;
  padding: 20px 0;
}
.banner .message .box .con .mess-box {
  display: flex;
  width: 240px;
  height: 45px;
  align-items: center;
  background: #fff;
  border-radius: 5px;
}
.banner .message .box .con .mess-box:nth-child(n+2) {
  margin-top: 20px;
}
.banner .message .box .con .mess-box .icon,
.banner .message .box .con .mess-box input {
  display: block;
  height: 100%;
  border: none;
  outline: none;
}
.banner .message .box .con .mess-box .icon {
  width: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e4e3e3;
}
.banner .message .box .con .mess-box input {
  color: #757575;
  font-size: 14px;
  text-indent: 15px;
}
.banner .message .box .con .submit {
  width: 240px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #e62129;
  margin-top: 40px;
  border-radius: 8px;
  outline: none;
  cursor: pointer;
  border: none;
}
li a .box-img {
  overflow: hidden;
}
li a .box-img img {
  display: block;
  transform: scale(1);
  transition: 1s;
}
li a:hover img {
  transform: scale(1.2);
}
.boxtit {
  text-align: center;
}
.boxtit .tit-top {
  color: #0B0B0B;
  font-size: 36px;
  line-height: 44px;
}
.product .boxtit .tit-botm{
    color: #dad9d9;
}
.product .boxtit .tit-botm p{
    font-family: 'Arial';
}
.boxtit .tit-top span {
  color: #E62129;
  font-size: 44px;
  letter-spacing: 6px;
  margin-left: 6px;
  font-weight: bold;
}
.boxtit .tit-top i {
  display: block;
  width: 85px;
  height: 3px;
  background: #E62129;
  margin: 20px auto 28px;
}
.boxtit .tit-botm {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #505050;
}
.boxtit .tit-botm p {
  font-size: 12px;
  font-family: Arial;
  font-weight: 400;
  color: #aaa9a9;
}
.picture .pic-box {
  margin-top: 60px;
}
.picture .pic-box .bd li {
  width: 380px;
  float: left;
  margin-right: 30px;
  overflow: hidden;
}
.picture .pic-box .bd li .box-img {
  position: relative;
}
.picture .pic-box .bd li .box-img .box-text {
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.picture .pic-box .bd li .box-img .box-text p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
}
.picture .pic-box .bd li .box-img .box-text i {
  display: block;
  width: 100px;
  height: 2px;
  background: #FFFFFF;
  margin-top: 19px;
}
.picture .pic-box .hd ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 80px;
}
.picture .pic-box .hd li {
  width: 18px;
  height: 18px;
  background: #AAA9A9;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 999px;
  cursor: pointer;
}
.picture .pic-box .hd li.on {
  background: #737373;
}
.picture .pic-box .hd li:nth-child(n+2) {
  margin-left: 17px;
}
.abouts .ab-top {
  height: 676px;
  background: url("../image/ab-bg.jpg") no-repeat center;
}
.abouts .ab-top .ab-tit .tit-top {
  padding: 80px 0 57px;
  color: #FFFFFF;
  font-size: 36px;
  line-height: 36px;
}
.abouts .ab-top .ab-tit .tit-top span {
  font-size: 44px;
  line-height: 44px;
  font-family: FZZCHJW;
  color: #E62129;
  font-weight: bold;
}
.abouts .ab-top .ab-tit .tit-top i {
  width: 85px;
  height: 3px;
  background: #E62129;
  margin: 19px auto 15px;
}
.abouts .ab-top .ab-tit .tit-top p {
  font-size: 12px;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
}
.abouts .ab-top .ab-content {
  width: 1083px;
  height: 85px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #d8d7d7;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
}
.abouts .ab-top .ab-more {
  text-align: center;
  line-height: 50px;
  display: block;
  margin: 80px auto 0;
  width: 180px;
  height: 50px;
  background: #E62129;
  border-radius: 8px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.abouts .ab-botm {
  display: flex;
  padding: 95px 0 82px;
  margin-top: -142px;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 1px 1px 8px -4px #3f3f3f;
}
.abouts .ab-botm li {
  flex: 1 auto;
  text-align: center;
  line-height: 48px;
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0B0B0B;
  border-right: 1px solid #0B0B0B;
}
.abouts .ab-botm li:last-child {
  border: none;
}
.abouts .ab-botm li p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #505050;
  margin-top: 53px;
  line-height: 18px;
}
.case {
  padding: 80px 0;
}
.case .case-nav {
  text-align: center;
  padding: 60px 0 80px;
  box-sizing: border-box;
  position: relative;
}
.case .case-nav .swiper-container {
  width: 90%;
  margin: 0 auto;
  padding: 0 15px;
}
.case .case-nav .swiper-slide {
  height: 50px;
  background: #E62129;
  border-radius: 6px;
  display: inline-block;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
  line-height: 50px;
  border: 1px solid transparent;
}
.case .case-nav .swiper-slide:hover {
  background: #FFFFFF;
  border: 1px solid #E62129;
}
.case .case-nav .swiper-slide:hover a {
  color: #E62129;
}
.case .case-nav .swiper-slide a {
  color: #FFFFFF;
}
.case .case-nav .case-btn {
  position: absolute;
  top: 86px !important;
}
.case .case-nav .case-btn::after {
  color: #E62129;
}
.case .case-box .case-l {
  width: 690px;
  margin-right: 60px;
  float: left;
}
.case .case-box .case-l li {
  width: 330px;
  height: 250px;
  float: left;
  margin: 0 30px 30px 0;
}
.case .case-box .case-l li:nth-child(2n) {
  margin-right: 0;
}
.case .case-box .case-l li:nth-child(n+3) {
  margin-bottom: 0;
}
.case .case-box .case-l li .box-img {
  position: relative;
}
.case .case-box .case-l li .box-img p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: rgba(48, 48, 48, 0.7);
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: hidden;
}
.case .case-box .case-r {
  display: flow-root;
}
.case .case-box .case-r .case-r-top {
  margin-bottom: 30px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0B0B0B;
  border-bottom: 1px solid #6D6D6D;
  line-height: 20px;
  padding-bottom: 16px;
}
.case .case-box .case-r .case-r-top a.case-more {
  float: right;
  font-size: 14px;
  color: #6D6D6D;
  line-height: 20px;
}
.case .case-box .case-r .case-con li {
  padding-bottom: 14px;
  border-bottom: 1px solid #A7A7A7;
}
.case .case-box .case-r .case-con li:nth-child(n+2) {
  margin-top: 19px;
}
.case .case-box .case-r .case-con li .box-img {
  float: left;
  margin-right: 17px;
}
.case .case-box .case-r .case-con li .box-text {
  width: 197px;
  display: flow-root;
}
.case .case-box .case-r .case-con li .box-text p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #505050;
  line-height: 33px;
}
.case .case-box .case-r .case-con li .box-text span {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #6D6D6D;
  text-align: right;
  display: block;
}
.product .pro-tit {
  padding: 79px 0;
  background: url("../image/pro-tit.jpg") no-repeat center;
}
.product .pro-tit .tit-top {
  color: #fff;
}
.product .pro-box {
  margin-top: 62px;
}
.product .pro-box a.pro-more {
  display: block !important;
  width: 180px;
  height: 40px;
  background: #E62129;
  border-radius: 8px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin: 47px auto 0;
  text-align: center;
  line-height: 40px;
}
.product .pro-nav {
  float: left;
  margin-right: 52px;
  width: 330px;
  border: 2px solid #E62129;
}
.product .pro-nav .head {
  height: 120px;
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  background: url("../image/pro-nav.jpg") no-repeat center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product .pro-nav .head i {
  width: 64px;
  height: 3px;
  background: #FFFFFF;
  display: block;
  margin: 20px auto 0;
}
.product .pro-nav .con li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84px;
  border: 1px dashed #A7A7A7;
  margin: 21px 15px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0B0B0B;
  background: url("../image/pro-a.png") no-repeat center right 30px;
}
.product .pro-nav .con li.on a,
.product .pro-nav .con li:hover a {
  border: 1px dashed #E62129;
  color: #E62129;
  background-image: url("../image/pro-a2.png");
}
.product .pro-nav .pro-tel {
  padding: 23px 0;
  font-size: 30px;
  text-align: center;
  line-height: 49px;
  background: #E62129;
  color: #fff;
}
.product .pro-list {
  display: flow-root;
}
.product .pro-list li {
  float: left;
  width: 253px;
  height: 257px;
  background: #FFFFFF;
  border: 1px solid #A7A7A7;
  border-radius: 2px;
  margin: 0 24px 24px 0;
}
.product .pro-list li:nth-child(3n) {
  margin-right: 0;
}
.product .pro-list li:nth-child(n+7) {
  margin-bottom: 0;
}
.product .pro-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product .pro-list li .box-img {width: 90%;}
.product .pro-list li p {
  width: 177px;
  height: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #505050;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  margin-top: 23px;
}
.product .pro-list li:hover {
  border: 1px solid #E62129;
  box-shadow: 2px 2px 10px 0px #999;
}
.adv {
  margin-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background: #F2F1F1;
}
.adv .adv-bg {
  background: url("../image/adv-bg.jpg") no-repeat center;
  position: absolute;
  width: 100%;
  height: 1158px;
  background-attachment: fixed;
  background-size: cover;
  perspective: 1200px;
}
.adv .boxtit {
  padding: 80px 0 60px;
}
.adv .boxtit .tit-top {
  color: #fff;
}
.adv .boxtit .tit-botm {
  color: #DAD9D9;
}
.adv .boxtit,
.adv .box {
  position: relative;
  z-index: 1;
}
.adv .box {
  background: #FFFFFF;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 73px 60px 80px;
  box-shadow: 3px 4px 17px -5px #000;
}
.adv .box li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adv .box li:nth-child(n+2) {
  margin-top: 60px;
}
.adv .box li .box-con {
  padding-top: 40px;
  margin-top: 32px;
  border-top: 1px solid #6D6D6D;
}
.adv .box li .box-con p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6D6D6D;
  line-height: 30px;
  width: 480px;
  display: flow-root;
  text-align: justify;
}
.adv .box li .box-con p::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #1C1C1C;
  border-radius: 50%;
  float: left;
  margin: 13px 0;
  margin-right: 22px;
}
.customers {
  padding-bottom: 80px;
}
.customers .boxtit {
  padding: 80px 0 60px;
}
.customers .cuslist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.customers .cuslist li {
  width: 140px;
  height: 158px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.customers .cuslist li:nth-child(n+8) {
  margin-top: 40px;
}
.customers .cuslist li img {
  width: 120px;
  display: block;
  transform: rotate(0deg);
  transition: 0.5s;
}
.customers .cuslist li:nth-child(4) {
  width: 275px;
}
.customers .cuslist li:nth-child(4) img {
  width: auto;
}
.customers .cuslist li:hover img {
  transform: rotate(15deg);
}
.news {
  padding-bottom: 82px;
  background: url("../image/news-bg.jpg") no-repeat center;
}
.news .boxtit {
  padding: 80px 0 60px;
}
.news .box .news-nav ul {
  float: left;
  width: 244px;
  margin-right: 54px;
}
.news .box .news-nav ul li:nth-child(n+2) {
  margin-top: 28px;
}
.news .box .news-nav ul li.on a {
  background: #E62129;
  color: #fff;
}
.news .box .news-nav ul a {
  display: flex;
  width: 100%;
  height: 256px;
  background: #FFFFFF;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #545454;
  justify-content: center;
  align-items: center;
}
.news .box .news-nav ul a:hover {
  background: #E62129;
  color: #fff;
}
.news .box .news-list {
  display: flow-root;
}
.news .box .news-list li {
  padding: 15px 20px;
  background: #FFFFFF;
}
.news .box .news-list li:nth-child(n+2) {
  margin-top: 21px;
}
.news .box .news-list li:hover {
  background: #E62129;
  color: #fff;
}
.news .box .news-list li:hover p,
.news .box .news-list li:hover div,
.news .box .news-list li:hover span {
  color: #fff !important;
}
.news .box .news-list li .box-con {
  width: 565px;
  margin-right: 50px;
}
.news .box .news-list li .box-con p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #050505;
  line-height: 16px;
}
.news .box .news-list li .box-con .description {
  height: 44px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6D6D6D;
  line-height: 24px;
  overflow: hidden;
  margin: 19px 0;
}
.news .box .news-list li .box-con span {
  font-size: 16px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  color: #070707;
  display: block;
  padding-top: 20px;
  border-top: 1px solid #DCDCDC;
  line-height: 16px;
}
.proeng {
  padding-bottom: 80px;
}
.proeng .boxtit {
  padding: 59px 0;
}
.proeng .bd {
  position: relative;
}
.proeng .bd li {
  width: 290px;
  height: 180px;
  float: left;
  margin-right: 13px;
}
.proeng .bd li .box-img {
  position: relative;
}
.proeng .bd li .box-img p {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.68);
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 0 15px;
  display: none;
}
.proeng .bd li:hover p {
  display: block;
}
.proeng .bd .btn a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 50px;
}
.proeng .bd .btn a.prev {
  left: -50px;
  background: url("../image/proeng1.png") no-repeat center;
}
.proeng .bd .btn a.prev:hover {
  background: url("../image/prevs.png") no-repeat center;
}
.proeng .bd .btn a.next {
  right: -50px;
  background: url("../image/proeng2.png") no-repeat center;
}
.proeng .bd .btn a.next:hover {
  background: url("../image/nexts.png") no-repeat center;
}
.footer {
  background: #1F2025;
  padding-top: 58px;
}
.footer .box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.footer .box .foot-logo text {
  font-size: 18px;
  font-family: SimHei;
  font-weight: 400;
  color: #A6A6A6;
  display: block;
  margin-top: 36px;
  line-height: 18px;
}
.footer .box .foot-logo text p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #C5C2C2;
  margin-top: 19px;
  line-height: 12px;
}
.footer .box .con h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #C5C2C2;
  font-weight: normal;
  margin-bottom: 38px;
  line-height: 16px;
}
.footer .box .con .cons {
  padding-left: 23px;
  background: url("../image/foot-icon.png") no-repeat left;
}
.footer .box .con .cons p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #C5C2C2;
  line-height: 28px;
}
.footer .box .con .botm p,
.footer .box .con .botm a {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #C5C2C2;
  line-height: 28px;
}
/*.footer .box .con.foot-Service {*/
/*  width: 425px;*/
/*}*/
.footer .box .con.foot-Service .list a {
  display: inline-block;
  width: 33.33%;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #C5C2C2;
  line-height: 28px;
}
.footer .foot-link {
  height: 50px;
  background: #16171B;
  line-height: 50px;
}
.footer .foot-link span {
  color: #fff;
  font-size: 12px;
  font-family: Microsoft YaHei;
  margin-right: 22px;
}
.footer .foot-link a {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #C5C2C2;
}
</pre></body></html>