@charset "UTF-8";

#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #417cf6;
}

.typing_loader {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-animation: typing 1s linear infinite alternate;
  -moz-animation: Typing 1s linear infinite alternate;
  animation: typing 1s linear infinite alternate;
  margin: 46px auto;
  position: relative;
  left: -12px;
}

@keyframes typing {
  0% {
    background-color: white;
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }

  25% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px white, 24px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }

  75% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 12px 0px 0px 0px rgba(255, 255, 255, 0.2), 24px 0px 0px 0px white;
  }
}

body {
  min-width: 1200px;
}

.golden {
  color: #c20619;
}

.red {
  color: #f00;
}

.bggolden {
  background-color: #c20619;
}

.blcok {
  display: block !important;
}

.elli1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.elli2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.elli3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.elli4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.index-tit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

.index-tit .en {
  padding: 0 10%;
  font-size: 16px;
  color: #333333;
  margin-bottom: 30px;
  font-weight: 300;
}

.index-tit .cn {
  font-size: 36px;
  color: #c20619;
  font-weight: 300;
}

.index-tit .cn strong {
  font-size: 30px;
  color: #333;
  line-height: 48px;
  display: inline-block;
  float: left;
}

.index-tit .cn span {
  font-size: 18px;
  color: #333;
  display: inline-block;
  margin-left: 15px;
  line-height: 28px;
  margin-top: 20px;
  float: left;
}

.index-tit .more {
  color: #b4bdc1;
  font-size: 16px;
  float: right;
  line-height: 28px;
  margin-top: 20px;
}

.index-tit .more:hover {
  color: #c20619;
}

.crumbs-nav {
  background-color: #eff1f4;
}

.crumbs-nav .list {
  font-size: 0;
}

.crumbs-nav .list span {
  display: inline-block;
  color: #999;
  line-height: 50px;
  font-size: 16px;
  vertical-align: middle;
}

.crumbs-nav .list ul {
  display: inline-block;
  vertical-align: middle;
}

.crumbs-nav .list ul li {
  float: left;
}

.crumbs-nav .list ul li a {
  display: block;
  color: #999;
  line-height: 50px;
  font-size: 16px;
}

.crumbs-nav .list ul li a.active {
  color: #333;
}

.crumbs-nav .list ul li a:hover {
  color: #c20619;
}

.crumbs-nav .icon {
  margin-top: 13px;
  margin-right: 10px;
}

.in-page-tit {
  float: left;
}

.in-page-tit .cn {
  font-size: 30px;
  color: #333;
  line-height: 34px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #d2d2d2;
}

.in-page-tit .en {
  font-size: 14px;
  color: #999;
  line-height: 16px;
}

.sort {
  float: right;
}

.sort ul {
  font-size: 0;
}

.sort ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.sort ul li a {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 38px;
  border: 1px solid #ccc;
  text-align: center;
  padding: 0 15px;
}

.sort ul li:hover a,
.sort ul li.active a {
  color: #c20619;
  line-height: 36px;
  border: 2px solid #c20619;
  padding: 0 14px;
}

.paging ul {
  font-size: 0;
  text-align: center;
}

.paging ul li {
  display: inline-block;
  margin: 0 4px;
}

.paging ul li a {
  display: block;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
  padding: 0 15px;
  border: 1px solid #eee;
  color: #999;
}

.paging ul li:hover a,
.paging ul li.active a {
  color: #fff;
  background-color: #c20619;
  border-color: #c20619;
}

.paging ul li.prohibit a {
  border: 1px solid #eee;
  color: #999;
  cursor: default;
  background-color: #fff;
}

.inside-tit {
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}

.inside-tit h2 {
  font-size: 24px;
  color: #c20619;
  line-height: 40px;
  text-decoration: underline;
}

.inside-tit .info .time,
.inside-tit .info .publisher {
  font-size: 14px;
  color: #999;
  line-height: 28px;
  margin-right: 5px;
  margin-top: 5px;
}

.area {
  width: 1200px;
}

.tip-box {
  /* height: 144px; */
  border-bottom: 1px solid #f4f4f4;
}

.tip-box .area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}



.tip-box .logo-box img,
.tip-box .logo-box a {
  display: inline-block;
}

.tip-box .logo-box img {
  max-height: 96px;
  max-width: 475px;
}

.tip-box .tel-box {
  margin-top: 39px;
}

.tip-box .tel-box .num {
  margin-left: 10px;
}

.tip-box .tel-box .num p {
  font-size: 22px;
  color: #999999;
  font-weight: bold;
  line-height: 24px;
}

.tip-box .tel-box .num a {
  font-size: 32px;
  color: #c20619;
  line-height: 42px;
}

.tip-box .tel-box .num a span {
  color: #999;
}

.add-search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.add-search-box .text,
.add-search-box .text a {
  font-size: 16px;
  color: #e80316;
  white-space: nowrap;
}

.add-search-box-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-box {
  background-color: #c20619;
}

.nav-box ul li {
  float: left;
  position: relative;
}


.nav-box ul li:last-child::after {
  display: none;
}

.nav-box ul li .item {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 58px;
  padding: 0 24px;
}

.current {
  background: #e80316;
}

.nav-box ul li .item.active {
  /* color: #c20619;
  border-color: #c20619;
  font-weight: bold; */
  color: #fff;
  border-color: #e80316;
  background-color: #e80316;
}

.nav-box ul li .nav-subnav {
  background-color: #e80316;
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.nav-box ul li .nav-subnav a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}

.nav-box ul li:hover .item {
  color: #fff;
  border-color: #e80316;
  background-color: #e80316;
}

.nav-box ul li:hover .nav-subnav {
  display: block;
}

.nav-box ul li:hover .nav-subnav a:hover {
  color: #e80316;
  background-color: #fff;
}

.banner-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner-box .swiper-slide a img {
  width: 100%;
}

.banner-box .switch-con li {
  float: left;
}

.banner-box .switch-con li a {
  display: block;
  height: 715px;
  width: 100%;
}

.search-box {
  height: 120px;
  padding: 25px 0;
  box-shadow: 0px 4px 14px 0px rgba(10, 96, 209, 0.16);
}

.search-box .search-tit {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.search-box ul li {
  float: left;
  position: relative;
  padding: 0 20px;
}

.search-box ul li:first-child {
  padding-left: 0;
}

.search-box ul li:first-child::before {
  display: none;
}

.search-box ul li::before {
  content: '';
  display: block;
  width: 2px;
  height: 14px;
  background-color: #f2f2f2;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
}

.search-box ul li a {
  display: block;
  font-size: 15px;
  color: #999;
  line-height: 24px;
}

.search-box ul li a:hover {
  color: #c20619;
}

.search-box .service {
  position: absolute;
  right: 0;
  top: -125px;
  width: 285px;
  height: 183px;
  background-image: url(../images/咨询.jpg);
}

.search-box .service a {
  display: block;
  width: 100%;
  height: 90px;
}

.search-box .service input {
  display: block;
  width: 220px;
  height: 58px;
  outline: none;
  border: none;
  background-color: #fff;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 180px center;
  margin-left: 32px;
  line-height: 58px;
  font-size: 20px;
  color: #333;
  padding: 0 45px 0 10px;
}

.introduction-box {
  padding-top: 90px;
}

.introduction-box .text-box {
  width: 600px;
}

.introduction-box .text-box .synopsis {
  margin: 40px 0;
}

.introduction-box .text-box .synopsis p {
  font-size: 15px;
  color: #666;
  line-height: 28px;
}

.introduction-box .text-box .synopsis a {
  display: inline-block;
  font-size: 15px;
  color: #666;
  line-height: 28px;
  margin: 30px 0 20px;
  position: relative;
  padding-left: 30px;
}

.introduction-box .text-box .synopsis a:hover {
  color: #c20619;
}

.introduction-box .text-box .synopsis a:hover::before {
  background-color: #c20619;
}

.introduction-box .text-box .synopsis a::before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 3px;
  background-color: #999;
  top: 50%;
  margin-top: -1px;
  left: 0;
}

.introduction-box .text-box .pic {
  width: 100%;
  overflow: hidden;
  height: 158px;
}

.introduction-box .text-box .pic img {
  object-fit: cover;
}

.introduction-box .text-box .intr-data {
  margin-top: 55px;
}

.introduction-box .text-box .intr-data li {
  float: left;
  width: 25%;
  display: block;
  border-left: 1px solid #e4e4e4;
}

.introduction-box .text-box .intr-data li:first-child {
  border: none;
}

.introduction-box .text-box .intr-data li .data {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
}

.introduction-box .text-box .intr-data li p {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  text-align: center;
}

.introduction-box .img {
  width: 500px;
  height: 675px;
  overflow: hidden;
}

.introduction-box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: cover;
}

.introduction-box .ad {
  height: 200px;
  width: 100%;
  margin-top: 85px;
}

.introduction-box .ad img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: cover;
}

.product-box {
  background-color: #fff;
  padding: 100px 0 80px;
}

.product-list {
  padding-top: 30px;
}

.product-box .j-jqthumb {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.product-list ul .item a {
  display: block;
  overflow: hidden;
}

.product-list ul .item a .pic {
  /* height: 286px; */
  position: relative;
  overflow: hidden;
}

.product-list ul .item a .pic img {
  width: 100%;
  height: 100%;
  display: block;
}

/* .product-list ul .item a .pic:after { */
/* position: absolute;
  content: '';
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: all 0.6s;
}

.product-list ul .item:hover a .pic:after {
  opacity: 0;
} */

.more {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.more a {
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #c20619;
  border: 1px solid #c20619;
  margin-top: 50px;
  padding: 0 5px;
  border-radius: 5px;
  font-size: 14px;
  transition: all 0.6s;
}

.more a:hover,
.yt-box .more:hover {
  background: #c20619;
  color: #fff;
}

.yt-box {
  background: url(/Theme/pc/images/yt.jpg) no-repeat center;
  min-height: 270px;
  padding: 100px 0;
  background-size: cover;
}

.yt-box .title {
  font-size: 30px;
  color: #c20619;
}

.yt-box .subtit {
  color: #c20619;
  font-size: 18px;
  margin: 10px;
}

.yt-box .more {
  justify-content: flex-start;
  color: #c20619;
  width: 180px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  margin-top: 35px;
  border: 1px solid #c20619;
  border-radius: 3px;
  padding: 0 20px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  transition: all 0.6s;
}

.me-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.me-box a:nth-child(2n) {
  flex-direction: row-reverse;
}

.me-box a .left-box,
.me-box a .right-box {
  flex: 1;
}

.me-box a:nth-child(2n) .left-box p {
  text-align: right;
}

.me-box a .left-box .tit {
  margin: 35px 0;
  text-align: left;
  color: #222222;
  color: #c20619;
  font-weight: 600;
  font-size: 22px;
}

.me-box a .left-box .subtit strong,
.me-box a .left-box .outline {
  color: #333;
  font-size: 14px;
}

.me-box a .right-box img {
  width: 100%;
}

.product-list ul .item a .pic .jqthumb {
  transition: all 0.3s;
}

.product-list ul .item a .pic .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(194 6 25/0.9);
  text-align: center;
  line-height: 286px;
  opacity: 0;
  transition: all 0.3s;
}

.product-list ul .item a .pic .mask img {
  display: inline-block !important;
  width: fit-content;
  height: fit-content;
}

.product-list ul .item a .text {
  background-color: #fff;
  border-top: 1px solid #ededed;
  text-align: center;
  padding: 12px 20px;
  font-size: 18px;
}

.product-list ul .item a .text .elli1 {
  font-size: 20px;
  color: #333;
  line-height: 64px;
  width: 310px;
  padding: 0 10px;
}

.product-list ul .item a .text .icon {
  border-left: 1px solid #ededed;
  height: 64px;
  padding: 9px 20px 0;
}

.product-list ul .item a .text .icon i {
  display: block;
  width: 34px;
  height: 3px;
  background-color: #b2b2b2;
  margin-top: 9px;
}

.product-list ul .item a:hover .mask {
  opacity: 1;
}

.product-list ul .item a:hover .jqthumb {
  transform: scale(1.1);
}

.product-list ul .item a:hover .text {
  color: #c20619;
}

.product-list ul .item a:hover .text .icon i {
  background-color: #c20619;
}

.case-box {
  padding-bottom: 100px;
}

.case-box .index-tit {
  margin: 65px 0 55px;
}

.case-box .case-exhi {
  position: relative;
}

.case-box .case-exhi ul li {
  float: left;
}

.case-box .case-exhi ul li a {
  width: 100%;
  height: 580px;
  display: block;
  position: relative;
}

.case-box .case-exhi ul li a .jqthumb {
  transition: 0.3s;
}

.case-box .case-exhi ul li a:hover .jqthumb {
  transform: scale(1.1);
}

.case-box .case-exhi ul li a:hover .words span {
  color: #c20619;
}

.case-box .case-exhi ul li a .words {
  width: 1140px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 10;
  line-height: 100px;
  font-size: 0;
}

.case-box .case-exhi ul li a .words strong {
  display: inline-block;
  padding: 0 30px;
  font-size: 35px;
  color: #cccccc;
  vertical-align: middle;
}

.case-box .case-exhi ul li a .words span {
  display: inline-block;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  width: 900px;
  vertical-align: middle;
}

.case-box .case-exhi .switch {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -150px;
  z-index: 15;
  height: 100px;
  text-align: center;
  width: 300px;
}

.case-box .case-exhi .switch .switch-ol {
  margin: 45px 0;
  display: inline-block;
}

.case-box .case-exhi .switch .switch-ol li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #eaeaf5;
  margin: 0 5px;
}

.case-box .case-exhi .switch .switch-ol li.selected {
  background-color: #c20619;
}

.case-box .case-exhi .switch-btn {
  position: absolute;
  bottom: 30px;
  right: 50px;
  z-index: 15;
  height: 100px;
  width: 100px;
  font-size: 0;
  background-color: #fff;
}

.case-box .case-exhi .switch-btn span {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 100px;
  overflow: hidden;
  background-image: url(../images/btn.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.case-box .case-exhi .switch-btn span.next {
  background-position: 13px center;
}

.case-box .case-exhi .switch-btn span.prev {
  background-position: -60px center;
  margin-left: 20px;
}

.case-box .case-exhi .switch-btn span:hover {
  background-image: url(../images/btns.png);
}

.article-box {
  background-image: url(../images/articlebg.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 90px;
  height: 885px;
}

.article-box .tit {
  text-align: center;
  color: #fff;
  padding-bottom: 85px;
}

.article-box .tit h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
}

.article-box .tit h3 {
  font-weight: 400;
  margin-top: 10px;
}

.article-box .tit h3 .cn {
  font-size: 24px;
  letter-spacing: 10px;
}

.article-box .tit h3 .en {
  text-transform: uppercase;
  letter-spacing: 0.75em;
}

.article-box .article-list li {
  width: 384px;
  float: left;
  margin-right: 24px;
  background-color: #fff;
}

.article-box .article-list li:nth-child(3n) {
  margin-right: 0;
}

.article-box .article-list li a {
  display: block;
  padding: 50px 32px 40px;
  position: relative;
}

.article-box .article-list li a i {
  display: block;
  font-style: normal;
  color: #29b6f6;
  font-size: 64px;
  font-weight: bold;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  right: 50px;
  top: -35px;
  font-family: arial;
}

.article-box .article-list li a h3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  color: #c20619;
}

.article-box .article-list li a p {
  font-size: 15px;
  line-height: 24px;
  color: rgba(10, 96, 209, 0.7);
  margin: 30px 0 35px;
}

.article-box .article-list li a .u-img {
  width: 320px;
  height: 182px;
  transition: all 0.3s;
}

.article-box .article-list li a:hover .u-img {
  transform: scale(1.05);
}

.news-box {
  padding: 75px 0;
  background-color: #f5f5f5;
}

.news-box .left-item {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-box .left-item a .img {
  position: relative;
}

.news-box .left-item a .img img {
  width: 100%;
  height: 100%;
  height: 290px;
  object-fit: cover;
  display: block;
}

.news-box .left-item a .img:after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}

.news-box .left-item a:hover .img:after {
  width: 100%;
}

.news-box .left-item a .desc {
  padding: 20px;
  width: 100%;
}

.news-box .left-item a .desc h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.news-box .left-item a .desc p {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}

.news-box .left-item a span {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #c20619;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  line-height: 20px;
  padding: 10px 15px;
  font-weight: 500;
}

.footer-box {
  background-color: #d1d1d1;
  padding: 80px 0 85px;
}

.footer-box .footer-nav {
  padding-left: 25px;
  width: 980px;
}

.footer-box .footer-nav .nav-item {
  /* width: 100px; */
  float: left;
  margin-right: 35px;
}

.footer-box .footer-nav .nav-item > a {
  font-size: 20px;
  color: #fff;
  text-align: left;
}

.footer-box .footer-nav .nav-item .nav-subnav {
  padding-top: 40px;
}

.footer-box .footer-nav .nav-item .nav-subnav a {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
  text-align: left;
}

.footer-box .footer-nav .nav-item .nav-subnav a:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.6);
}

.footer-box .contact-us .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #35363a;
  overflow: hidden;
}

.footer-box .contact-us .icon img {
  display: block;
  margin: 12px auto;
}

.footer-box .contact-us .hotline {
  margin-left: 15px;
}

.footer-box .contact-us .hotline span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}

.footer-box .contact-us .hotline h4 {
  font-size: 24px;
  color: #fff;
  font-family: arial;
  font-weight: normal;
}

.footer-box .contact-us .hotline .code {
  background-color: #fff;
  width: 110px;
  margin-top: 30px;
  padding: 15px;
}

.footer-box .contact-us .hotline .code span {
  font-size: 15px;
  color: #666;
  display: block;
  text-align: center;
  margin-top: 5px;
}

.copyright-box {
  background-color: #222328;
  border-top: 1px solid #36373b;
  height: 112px;
  padding: 44px 0;
}

.copyright-box p {
  font-size: 13px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.3);
}

.copyright-box p.record {
  color: #fff;
}

.product {
  padding: 40px 0;
}

.product .product-list {
  padding-top: 40px;

}

.product .product-list ul {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.product .product-list ul .item {
  border: 1px solid #f1f1f1;
}

.product .product-list ul .item:nth-child(3n) {
  margin-right: 0;
}

.product .paging {
  margin: 55px 0 40px;
}

.Case .top {
  margin: 30px 0;
}

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

.Case .Case-list ul li:nth-child(2n) {
  margin-right: 0;
}

.Case .Case-list ul li a {
  display: block;
}

.Case .Case-list ul li a:hover .pic .jqthumb {
  transform: scale(1.1);
}

.Case .Case-list ul li a:hover .pic .mask {
  opacity: 1;
}

.Case .Case-list ul li a:hover .text h3 {
  color: #c20619;
}

.Case .Case-list ul li a .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.Case .Case-list ul li a .pic img {
  width: 100%;
  display: block;
  height: auto;
}

.Case .Case-list ul li a .pic .jqthumb {
  transition: all 0.3s;
}

.Case .Case-list ul li a .pic .mask {
  width: 100%;
  height: 48px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s;
  background-color: #c20619;
}

.Case .Case-list ul li a .pic .mask img {
  display: block !important;
  margin: 11px auto;
  width: fit-content;
  height: fit-content;
}

.Case .Case-list ul li a .text {
  margin: 30px 0 45px;
  padding: 0 15px;
}

.Case .Case-list ul li a .text h3 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
  text-align: center;
  line-height: 28px;
}

.Case .Case-list ul li a .text p {
  line-height: 24px;
  color: #999;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.Case .paging {
  margin: 35px 0 80px;
}

.news {
  padding: 40px 0 50px;
}

.news .in-page-tit .en {
  margin-top: 16px;
}

.news .news-list {
  margin-top: 40px;
}

.news .news-list .item {
  margin-bottom: 30px;
}

.news .news-list .item a {
  display: block;
}

.news .news-list .item a .pic {
  width: 314px;
  height: 203px;
  overflow: hidden;
}

.news .news-list .item a .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .news-list .item a .pic .jqthumb {
  transition: all 0.3s;
}

.news .news-list .item a .text {
  width: 855px;
}

.news .news-list .item a .text h3 {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  text-decoration: underline;
  line-height: 28px;
  margin: 15px 0 30px;
}

.news .news-list .item a .text p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
}

.news .news-list .item a .text .date {
  font-size: 24px;
  color: #999;
  line-height: 36px;
  margin-top: 30px;
}

.news .news-list .item a:hover .pic .jqthumb {
  transform: scale(1.1);
}

.news .news-list .item a:hover .text h3 {
  color: #c20619;
  font-weight: bold;
}

.news .no-result {
  margin: 30px 0;
}

.news .no-result h3 {
  text-align: center;
  font-size: 32px;
  color: #666;
  line-height: 48px;
}

.news .no-result p {
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  color: #999;
}

.news .paging {
  margin: 35px 0 90px;
}

.inside {
  padding: 30px 0 75px;
}

.inside .content {
  padding: 50px 0;
  text-align: center;
}

.inside .content .tit {
  font-size: 18px;
  color: #37474f;
}

.inside .content p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-bottom: 10px;
  text-align: left;
}

.inside .content img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.inside .content .imgs {
  margin: 20px 0;
}

.inside .content h2 {
  font-size: 24px;
  color: #333;
  margin: 30px 0;
}

.Contact {
  padding: 30px 0 75px;
}

.Contact .map {
  width: 1200px;
  height: 395px;
  overflow: hidden;
  margin-top: 35px;
}

.Contact .info-box {
  margin-top: 45px;
}

.Contact .info-box .company-name .cn {
  font-size: 23px;
  color: #666;
}

.Contact .info-box .company-name .en {
  font-size: 10px;
  color: #999;
}

.Contact .info-box .list {
  width: 850px;
  margin-left: 70px;
}

.Contact .info-box .list li {
  float: left;
  display: block;
  width: 330px;
  line-height: 36px;
  font-size: 14px;
  color: #666;
  margin-left: 80px;
}

.Contact .message {
  width: 1200px;
  height: 138px;
  overflow: hidden;
  margin-top: 35px;
}

.Contact .form {
  margin-top: 45px;
}

.Contact .form .form-item {
  float: left;
  margin-right: 127px;
  margin-bottom: 35px;
}

.Contact .form .form-item textarea {
  display: block;
  width: 1200px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  color: #666;
  font-family: "microsoft yahei";
  line-height: 44px;
}

.Contact .form .form-item textarea:focus {
  outline: none;
}

.Contact .form .form-item .input {
  display: block;
  width: 315px;
  border: none;
  font-size: 14px;
  color: #666;
  font-weight: bold;
  line-height: 44px;
  border-bottom: 1px solid #e6e6e6;
}

.Contact .form .form-item:nth-child(3) {
  margin: 0;
}

.Contact .form .form-item .form-label {
  font-size: 14px;
  color: #666;
  height: 38px;
  line-height: 38px;
}

.Contact .form .form-item .code-input {
  display: block;
  width: 100px;
  line-height: 36px;
  height: 38px;
  text-align: center;
  border: 1px solid #dedede;
  background-color: transparent;
}

.Contact .form .form-item .btn {
  margin-left: 20px;
}

.Contact .form .form-item .btn img {
  display: block;
  height: 38px;
}

.Contact .form .btn-item {
  font-size: 0;
}

.Contact .form .btn-item button {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #dcdcdc;
  margin-left: 20px;
  display: inline-block;
  width: 208px;
  height: 50px;
  color: #999;
  line-height: 48px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  background-color: #fff;
  opacity: 0.8;
}

.Contact .form .btn-item button.btn-submit {
  color: #fff;
  background-color: #dcdcdc;
}

.Contact .form .btn-item button:hover {
  opacity: 1;
}

.footer-box .area {
  display: flex;
  gap: 40px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 25%;
}

.footer-left img {
  max-width: 160px;
}

.footer-left i {
  padding-top: 16px;
  color: #333333;
}

.footer-left ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footer-left ul li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f1f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer-left ul li img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.footer-left ul li .qrcode-box {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  width: 80px;
  height: 80px;
}

.footer-left ul li:hover .qrcode-box {
  opacity: 1;
}

.footer-left ul li:hover .qrcode-box img {
  width: 100%;
  height: 100%;
}

.footer-right {
  position: relative;
}


.footer-right .menu-box {
  display: flex;
  gap: 68px;
  flex-wrap: wrap;
}

.footer-right .menu-box a {
  color: #222;
  font-size: 16px;
}

.footer-right .code {
  position: absolute;
  right: 0;
  top: 50px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-right .code .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-right .code .item-text {
  font-size: 14px;
}

.why-box {
  padding: 70px 0;
}
