@charset "UTF-8";
/* 初始化CSS */
* { margin: 0; padding: 0; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

ul, ol { list-style: none; }

input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="password"], textarea, button { -webkit-appearance: none; }

input:focus { outline: none; }

input::-moz-focus-inner { border: 0; }

a { text-decoration: none; outline: none; }

img { display: block; }

body { font-family: "微软雅黑", "Microsoft YaHei",serif; }

.container { max-width: 1330px; width: 100%; margin: 0 auto; padding-left: 15px; padding-right: 15px; }

header.index-header { width: 100%; height: 150px; position: fixed; top: 0px; z-index: 99; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
header.index-header .wrap { height: 150px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: relative; z-index: 1; }
header.index-header nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
header.index-header nav ul li { margin-right: 90px; }
header.index-header nav ul li a { color: #ffffff; font-size: 18px; }
header.index-header nav ul li:last-of-type { margin-right: 0; }
header.index-header::after { content: ''; width: 100%; height: 120px; background-color: rgba(0, 0, 0, 0.4); position: absolute; top: -120px; -webkit-transition: 0.4s all; -o-transition: 0.4s all; transition: 0.4s all; }
header.index-header a.logo { position: relative; z-index: 10; }
header.index-header #HumburgerMenuButton { display: none; width: 80px; height: 48px; line-height: 48px; text-align: center; background-color: #c8000a; color: #ffffff; border-radius: 48px; font-size: 18px; position: relative; z-index: 10; }
@media (max-width: 1330px) { header.index-header nav ul li { margin-right: 60px; }
  header.index-header nav ul li:last-of-type { margin-right: 45px; } }
@media (max-width: 1210px) { header.index-header { height: 100px; }
  header.index-header .wrap { height: 100px; }
  header.index-header .wrap a.logo img { width: 140px; }
  header.index-header nav ul li { margin-right: 40px; }
  header.index-header::after { height: 100px; } }
@media (max-width: 992px) { header.index-header #HumburgerMenuButton { display: block; }
  header.index-header nav { display: none; position: fixed; z-index: 1; width: 100vw; height: 100vh; top: 0px; left: 0px; background: #000000; }
  header.index-header nav ul { display: block; padding-top: 100px; padding-left: 20px; padding-right: 20px; }
  header.index-header nav ul li a { display: block; line-height: 60px; font-size: 18px; padding-left: 30px; border-bottom: 1px solid #5c5c5c; } }
@media (max-width: 767px) { header.index-header { height: 80px; }
  header.index-header .wrap { height: 80px; }
  header.index-header .wrap a.logo img { width: 100px; }
  header.index-header::after { height: 80px; }
  header.index-header #HumburgerMenuButton { width: 60px; height: 35px; line-height: 35px; border-radius: 35px; font-size: 16px; } }

header { width: 100%; height: 150px; position: fixed; top: 0px; z-index: 99; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
header .wrap { height: 150px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: relative; z-index: 1; }
header nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
header nav ul li { margin-right: 90px; }
header nav ul li a { color: #000000; font-size: 18px; }
header nav ul li:last-of-type { margin-right: 0; }
header::after { content: ''; width: 100%; height: 120px; background-color: rgba(255, 255, 255, 0.8); position: absolute; top: -120px; -webkit-transition: 0.4s all; -o-transition: 0.4s all; transition: 0.4s all; }
header a.logo { position: relative; z-index: 10; }
header #HumburgerMenuButton { display: none; width: 80px; height: 48px; line-height: 48px; text-align: center; background-color: #c8000a; color: #ffffff; border-radius: 48px; font-size: 18px; position: relative; z-index: 10; }
@media (max-width: 1330px) { header nav ul li { margin-right: 60px; }
  header nav ul li:last-of-type { margin-right: 45px; } }
@media (max-width: 1210px) { header { height: 100px; }
  header .wrap { height: 100px; }
  header .wrap a.logo img { width: 140px; }
  header nav ul li { margin-right: 40px; }
  header::after { height: 100px; } }
@media (max-width: 992px) { header #HumburgerMenuButton { display: block; }
  header nav { display: none; position: fixed; z-index: 1; width: 100vw; height: 100vh; top: 0px; left: 0px; background: #ffffff; }
  header nav ul { display: block; padding-top: 100px; padding-left: 20px; padding-right: 20px; }
  header nav ul li a { display: block; line-height: 60px; font-size: 18px; padding-left: 30px; border-bottom: 1px solid #5c5c5c; } }
@media (max-width: 767px) { header { height: 80px; }
  header .wrap { height: 80px; }
  header .wrap a.logo img { width: 100px; }
  header::after { height: 80px; }
  header #HumburgerMenuButton { width: 60px; height: 35px; line-height: 35px; border-radius: 35px; font-size: 16px; } }

header.header-dy { height: 120px; }
header.header-dy .wrap { height: 120px; }
header.header-dy::after { top: 0px; }
@media (max-width: 1210px) { header.header-dy { height: 100px; }
  header.header-dy .wrap { height: 100px; } }
@media (max-width: 767px) { header.header-dy { height: 80px; }
  header.header-dy .wrap { height: 80px; } }

.banner { position: relative; }
.banner .swiper-banner img { width: 100%; height: 100%; object-fit: cover; }
.banner .banner-pagination { width: auto; }
.banner .banner-bullet { position: absolute; left: 80px; bottom: 50px; display: inline-block; width: 10px; height: 10px; background-color: #ffffff; border: 1px solid #ffffff; margin-right: 40px; border-radius: 50%; -webkit-transition: 0.5s all ease; -o-transition: 0.5s all ease; transition: 0.5s all ease; cursor: pointer; position: relative; }
.banner .banner-bullet::after { content: ''; width: 20px; height: 1px; background-color: #ffffff; top: 50%; left: 18px; position: absolute; }
.banner .banner-bullet:last-of-type::after { content: none; }
.banner .banner-bullet-active { background-color: transparent; }
.banner .navigation-button { position: absolute; right: 80px; bottom: 50px; width: 120px; display: flex; justify-content: space-between; z-index: 1; }
.banner .navigation-button::after { content: ''; width: 1px; height: 25px; position: absolute; top: 10px; left: 50%; background-color: #ffffff9f; }
.banner .navigation-button a.prev-button { display: block; width: 45px; height: 45px; background: url(../images/icon-left-arrow.png) no-repeat center; background-size: cover; }
.banner .navigation-button a.next-button { display: block; width: 45px; height: 45px; background: url(../images/icon-right-arrow.png) no-repeat center; background-size: cover; }
@media (max-width: 767px) { .banner { height: 62vw; }
  .banner .swiper-banner img { height: 62vw; }
  .banner .banner-pagination { display: none; }
  .banner .navigation-button { display: none; } }

.product-block { position: relative; }
.product-block .swiper-product { height: 100vh; }
.product-block .swiper-product img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.product-block .product-title { position: absolute; top: 50%; right: 80px; z-index: 2; width: 370px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.product-block .product-title li { border-bottom: 1px solid #414c5b; }
.product-block .product-title li:first-of-type { border-top: 1px solid #414c5b; }
.product-block .product-title li a { display: block; line-height: 70px; font-size: 28px; font-weight: bold; color: #ffffff; padding-left: 40px; letter-spacing: 2px; }
.product-block .product-title li.active a { padding-left: 80px; color: #c8000a; background: url(../images/icon-red-arrow.png) no-repeat 40px center; background-size: 30px 30px; }
.product-block .mask { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background-color: rgba(0, 0, 0, 0.2); z-index: 1; }
.product-block .con { position: absolute; top: 50%; left: 50%; width: 660px; -webkit-transform: translateX(-660px) translateY(-50%); -ms-transform: translateX(-660px) translateY(-50%); transform: translateX(-660px) translateY(-50%); z-index: 1; }
@media (max-width: 1330px) { .product-block .con { left: 15px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } }
@media (max-width: 767px) { .product-block .ht { display: none; }
  .product-block .product-title { width: 260px; left: 15px; right: auto; }
  .product-block .product-title li a { font-size: 20px; line-height: 50px; padding-left: 15px; }
  .product-block .product-title li.active a { padding-left: 50px; color: #c8000a; background: url(../images/icon-red-arrow.png) no-repeat 15px center; background-size: 26px 26px; } }

.ht .t1 { font-size: 90px; color: #ffffff; font-weight: bold; letter-spacing: 0.2rem; line-height: 1; }
.ht .t2 { font-size: 86px; color: rgba(255, 255, 255, 0.5); font-weight: bold; line-height: 1; }
@media (max-width: 1210px) { .ht .t1 { font-size: 70px; }
  .ht .t2 { font-size: 60px; } }
@media (max-width: 767px) { .ht .t1 { font-size: 40px; }
  .ht .t2 { font-size: 40px; } }

.about-block { background: url(../images/about-bg.jpg) no-repeat center; background-size: cover; padding-top: 90px; padding-bottom: 90px; }
.about-block .ht { text-align: right; margin-bottom: 70px; }
.about-block .con { max-width: 1000px; padding: 50px 40px 40px 40px; background-color: rgba(255, 255, 255, 0.5); clear: both; }
.about-block .con p { font-size: 18px; text-indent: 2em; line-height: 2; }
.about-block .con .link { text-align: right; padding-top: 20px; }
.about-block .con a { display: inline-block; padding: 10px 20px; background-color: #c8000a; color: #ffffff; }
@media (max-width: 767px) { .about-block { padding-top: 30px; padding-bottom: 30px; }
  .about-block .ht { margin-bottom: 30px; }
  .about-block .con { padding: 30px 15px; } }

.news-block { background: url(../images/news-bg.jpg) no-repeat center; background-size: cover; padding-top: 90px; padding-bottom: 90px; }
.news-block .ht { margin-bottom: 70px; }
.news-block .con { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.news-block .con a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 48%; margin-bottom: 20px; }
.news-block .con a .pic img { width: 160px; height: 110px; -o-object-fit: cover; object-fit: cover; }
.news-block .con a .intro { width: calc(100% - 180px); }
.news-block .con a .intro p.title { font-size: 19px; color: #ffffff; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news-block .con a .intro p.abstract { font-size: 16px; color: #ffffff; line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; max-height: 72px; text-align: justify; }
@media (max-width: 992px) { .news-block .con a { width: 100%; } }
@media (max-width: 767px) { .news-block { padding-top: 30px; padding-bottom: 30px; }
  .news-block .ht { margin-bottom: 30px; }
  .news-block .con a { margin-bottom: 15px; }
  .news-block .con a .pic img { width: 140px; height: 100px; }
  .news-block .con a .intro { width: calc(100% - 155px); }
  .news-block .con a .intro p.title { font-size: 16px; margin-bottom: 7px; }
  .news-block .con a .intro p.abstract { font-size: 14px; } }

.about-page { padding-top: 200px; padding-bottom: 100px; }
.about-page .main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.about-page .main .s-box { width: 200px; }
.about-page .main .s-box p { font-size: 18px; font-weight: bold; letter-spacing: 0.5rem; text-align: right; }
.about-page .main .con { width: calc(100% - 300px); margin-bottom: 30px; }
.about-page .main .con p { font-size: 16px; line-height: 2; text-indent: 2em; }
.about-page .main .publicity img { width: 100%; }
@media (max-width: 992px) { .about-page { padding-top: 160px; padding-bottom: 60px; }
  .about-page .main .s-box { width: 150px; }
  .about-page .main .con { width: calc(100% - 180px); } }
@media (max-width: 767px) { .about-page { padding-top: 100px; padding-bottom: 30px; }
  .about-page .main .s-box { width: 100%; }
  .about-page .main .con { width: 100%; } }

.page-t { margin-bottom: 50px; }
.page-t h2 { font-size: 80px; }
@media (max-width: 992px) { .page-t h2 { font-size: 50px; } }
@media (max-width: 767px) { .page-t { margin-bottom: 30px; }
  .page-t h2 { font-size: 30px; } }

.contact-page { padding-top: 200px; padding-bottom: 100px; }
.contact-page .main { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.contact-page .main .s-box { width: 200px; }
.contact-page .main .s-box p { font-size: 18px; font-weight: bold; letter-spacing: 0.5rem; text-align: right; }
.contact-page .main .con { width: calc(100% - 300px); margin-bottom: 30px; }
.contact-page .main .con .intro { border-bottom: 1px solid #eaebe6; padding: 30px 10px; letter-spacing: 0.2em; }
.contact-page .main .con .intro .t { font-size: 18px; font-weight: bold; display: inline-block; width: 100px; }
.contact-page .main .con .intro:first-of-type { border-top: 1px solid #eaebe6; }
.contact-page .main #dituContent2 { width: 100%; height: 500px; margin-top: 30px; }
.contact-page .main .publicity img { width: 100%; }
@media (max-width: 992px) { .contact-page { padding-top: 160px; padding-bottom: 60px; }
  .contact-page .main .s-box { width: 150px; }
  .contact-page .main .con { width: calc(100% - 180px); } }
@media (max-width: 767px) { .contact-page { padding-top: 100px; padding-bottom: 30px; }
  .contact-page .main .s-box { width: 100%; }
  .contact-page .main .con { width: 100%; }
  .contact-page .main .con .intro { padding: 20px 10px; line-height: 1.75; }
  .contact-page .main .con .intro .t { font-size: 18px; width: 70px; }
  .contact-page .main #dituContent2 { width: 100%; height: 80vw; margin-top: 20px; } }

.product-page { padding-top: 200px; padding-bottom: 100px; }
.product-page .pt { margin-bottom: 30px; }
.product-page .pt .en { font-size: 160px; font-weight: bold; color: #e4e4e4; display: block; height: 130px; }
.product-page .pt .ch { font-size: 80px; font-weight: bold; }
.product-page .sort { margin-bottom: 30px; }
.product-page .sort ul { max-width: 600px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.product-page .sort ul li { margin-right: 5px; margin-bottom: 5px; }
.product-page .sort ul li a { display: inline-block; padding: 10px 30px; background: #000000; color: #ffffff; transition: 0.2s all; }
.product-page .sort ul li a.on { background-color: #c8000a; }
.product-page .sort ul li a:hover { background: #c8000a; }
.product-page .list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px dashed #dcdddd; }
.product-page .list a { display: block; width: calc(33.33% - 10px); margin-bottom: 15px; margin-right: 15px; position: relative; }
.product-page .list a .pic { position: relative; padding-bottom: 70%; }
.product-page .list a .pic img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; top: 0px; left: 0px; }
.product-page .list a:nth-child(3n) { margin-right: 0; }
.product-page .list a .intro { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); padding: 40px; color: #ffffff; display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: 0.2s all; -o-transition: 0.2s all; transition: 0.2s all; }
.product-page .list a .intro p.title { text-align: center; font-size: 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-page .list a .intro .line { width: 100%; height: 1px; background: #ffffff; margin: 10px 0px; }
.product-page .list a .intro .sort-time { font-size: 16px; text-align: center; }
.product-page .list a:hover .intro { display: flex; }
.product-page .list2 a { display: block; position: relative; margin-bottom: 30px; overflow: hidden; }
.product-page .list2 a .tt { width: 100%; font-size: 100px; position: absolute; top: 100px; z-index: 4; font-size: 100px; color: rgba(0, 0, 0, 0.3); font-family: "SourceHanSansCN-Bold"; line-height: 1.15; text-align: right; }
.product-page .list2 a .con { width: 60%; padding-bottom: 40%; position: relative; overflow: hidden; }
.product-page .list2 a .con img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; top: 0px; z-index: 3; filter: blur(5px); -webkit-filter: blur(5px); -moz-filter: blur(5px); -ms-filter: blur(5px); -o-filter: blur(5px); -webkit-transition: 0.2s all; -o-transition: 0.2s all; transition: 0.2s all; }
.product-page .list2 a .con .intro { position: absolute; bottom: 50px; left: 50px; width: 60%; z-index: 3; }
.product-page .list2 a .con .intro .title { font-size: 40px; font-weight: bold; color: #ffffff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 15px; }
.product-page .list2 a .con .intro ul { border: solid #ffffff; border-width: 1px 0px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 10px 0px; }
.product-page .list2 a .con .intro ul li { width: 50%; font-size: 20px; color: #ffffff; line-height: 2; }
.product-page .list2 a .con::after { content: ''; width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background: #ffffff; -webkit-filter: blur(5px); -moz-filter: blur(5px); -ms-filter: blur(5px); -o-filter: blur(5px); filter: blur(5px); z-index: 2; }
.product-page .list2 a:nth-child(2n) .tt { text-align: left; }
.product-page .list2 a:nth-child(2n) .con { float: right; }
.product-page .list2 a:hover .con img { filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px); -o-filter: blur(0px); }
@media (max-width: 1210px) { .product-page .list2 a .tt { font-size: 80px; top: 70px; }
  .product-page .list2 a .con .intro .title { font-size: 34px; }
  .product-page .list2 a .con .intro ul li { font-size: 18px; }
  .product-page .list2 a:nth-child(2n) .tt { text-align: left; }
  .product-page .list2 a:nth-child(2n) .con { float: right; }
  .product-page .list2 a:hover .con img { filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px); -o-filter: blur(0px); } }
@media (max-width: 992px) { .product-page .list2 a .tt { font-size: 66px; top: 60px; }
  .product-page .list2 a .con .intro { width: 80%; }
  .product-page .list2 a .con .intro .title { font-size: 34px; }
  .product-page .list2 a .con .intro ul li { font-size: 16px; }
  .product-page .list2 a:nth-child(2n) .tt { text-align: left; }
  .product-page .list2 a:nth-child(2n) .con { float: right; }
  .product-page .list2 a:hover .con img { filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px); -o-filter: blur(0px); } }
@media (max-width: 768px) { .product-page { padding-top: 80px; padding-bottom: 6 0px; }
  .product-page .pt { margin-bottom: 30px; overflow: hidden; }
  .product-page .pt .en { font-size: 60px; font-weight: bold; color: #e4e4e4; display: block; height: 40px; }
  .product-page .pt .ch { font-size: 46px; font-weight: bold; }
  .product-page .sort { margin-bottom: 20px; }
  .product-page .sort ul li a { padding: 8px 15px; background: #000000; color: #ffffff; transition: 0.2s all; }
  .product-page .sort ul li a.on { background-color: #c8000a; }
  .product-page .sort ul li a:hover { background: #c8000a; }
  .product-page .list a { width: calc(50% - 10px); margin-bottom: 15px; margin-right: 15px; position: relative; }
  .product-page .list a .pic { position: relative; padding-bottom: 70%; }
  .product-page .list a .pic img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; top: 0px; left: 0px; }
  .product-page .list a .intro { display: flex; padding: 10px; }
  .product-page .list a .intro .wrap { width: 100%; }
  .product-page .list a .intro p.title { font-size: 16px; }
  .product-page .list a .intro .sort-time { font-size: 14px; }
  .product-page .list a:nth-child(3n) { margin-right: 15px; }
  .product-page .list a:nth-child(2n) { margin-right: 0px; }
  .product-page .list2 a { width: 100%; }
  .product-page .list2 a .tt { display: none; }
  .product-page .list2 a .con { width: 100%; padding-bottom: 60%; }
  .product-page .list2 a .con img { filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px); -o-filter: blur(0px); }
  .product-page .list2 a .con .intro { width: 100%; padding: 30px; bottom: 0px; left: 0; }
  .product-page .list2 a .con .intro .title { font-size: 18px; }
  .product-page .list2 a .con .intro ul li { font-size: 16px; }
  .product-page .list2 a:nth-child(2n) .tt { text-align: left; }
  .product-page .list2 a:nth-child(2n) .con { float: right; }
  .product-page .list2 a:hover .con img { filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px); -o-filter: blur(0px); } }

.product-infor .bt { height: 100vh; position: relative; margin-bottom: 30px; }
.product-infor .bt img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.product-infor .bt .con { width: 100%; max-width: 800px; background: rgba(255, 255, 255, 0.6); position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); padding: 50px; }
.product-infor .bt .con .sort { display: inline-block; padding: 8px 20px; background-color: #c8000a; color: #ffffff; }
.product-infor .bt .con .title { font-size: 56px; line-height: 1.5; }
.product-infor .bt .con .card { color: #646464; }
.product-infor .bt .con .card .t { font-size: 22px; padding-left: 20px; border-left: 4px solid #c8000a; line-height: 1; margin: 30px 0px 20px 0px; }
.product-infor .bt .con .card li { line-height: 3; }
.product-infor .main { padding-bottom: 80px; }
.product-infor .main img { max-width: 100%; height: auto !important; }
@media (max-width: 768px) { .product-infor .bt .con { padding: 40px; }
  .product-infor .bt .con .sort { padding: 8px 15px; }
  .product-infor .bt .con .title { font-size: 40px; line-height: 1.5; }
  .product-infor .bt .con .card { color: #646464; }
  .product-infor .bt .con .card .t { font-size: 22px; padding-left: 20px; border-left: 4px solid #c8000a; line-height: 1; margin: 30px 0px 20px 0px; }
  .product-infor .bt .con .card li { line-height: 3; } }

.news-page { padding-top: 200px; padding-bottom: 100px; }
.news-page .classify { margin-bottom: 50px; }
.news-page .classify a { display: inline-block; font-size: 70px; font-weight: bold; color: rgba(0, 0, 0, 0.3); transition: 0.2s all; }
.news-page .classify a:hover { color: #000000; }
.news-page .list a { display: block; position: relative; margin-bottom: 30px; overflow: hidden; }
.news-page .list a .time { width: 100%; font-size: 100px; position: absolute; top: 100px; z-index: 2; font-size: 100px; color: rgba(0, 0, 0, 0.3); font-family: "SourceHanSansCN-Bold"; line-height: 1.15; text-align: right; font-weight: bold; }
.news-page .list a .con { width: 60%; padding-bottom: 40%; position: relative; overflow: hidden; }
.news-page .list a .con img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0px; z-index: 1; filter: blur(5px); -webkit-filter: blur(5px); -moz-filter: blur(5px); -ms-filter: blur(5px); -o-filter: blur(5px); transition: 0.2s all; }
.news-page .list a .con .intro { position: absolute; bottom: 50px; left: 50px; width: 60%; z-index: 3; }
.news-page .list a .con .intro .title { font-size: 34px; font-weight: bold; color: #ffffff; margin-bottom: 15px; }
.news-page .list a .con .intro .abstract { font-size: 16px; line-height: 1.75; color: #ffffff; }
.news-page .list a .con::after { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background: #ffffff; -webkit-filter: blur(5px); -moz-filter: blur(5px); -ms-filter: blur(5px); -o-filter: blur(5px); filter: blur(5px); z-index: 2; }
.news-page .list a:nth-child(2n) .time { text-align: left; }
.news-page .list a:nth-child(2n) .con { float: right; }
.news-page .list a:hover .con img { filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px); -o-filter: blur(0px); }
@media (max-width: 1210px) { .news-page .list a .tt { font-size: 80px; top: 70px; }
  .news-page .list a .con .intro .title { font-size: 34px; }
  .news-page .list a .con .intro ul li { font-size: 18px; }
  .news-page .list a:nth-child(2n) .time { text-align: left; }
  .news-page .list a:nth-child(2n) .con { float: right; }
  .news-page .list a:hover .con img { filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px); -o-filter: blur(0px); } }
@media (max-width: 992px) { .news-page .classify { margin-bottom: 50px; }
  .news-page .classify a { font-size: 54px; }
  .news-page .list a .tt { font-size: 66px; top: 60px; }
  .news-page .list a .con .intro { width: 80%; }
  .news-page .list a .con .intro .title { font-size: 34px; }
  .news-page .list a .con .intro ul li { font-size: 16px; }
  .news-page .list a:nth-child(2n) .time { text-align: left; }
  .news-page .list a:nth-child(2n) .con { float: right; }
  .news-page .list a:hover .con img { filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px); -o-filter: blur(0px); } }
@media (max-width: 768px) { .news-page { padding-top: 80px; padding-bottom: 60px; }
  .news-page .classify { margin-bottom: 30px; }
  .news-page .classify a { font-size: 34px; }
  .news-page .list a { width: 100%; }
  .news-page .list a .time { display: none; }
  .news-page .list a .con { width: 100%; padding-bottom: 60%; }
  .news-page .list a .con img { filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px); -o-filter: blur(0px); }
  .news-page .list a .con .intro { width: 100%; padding: 30px; bottom: 0px; left: 0; }
  .news-page .list a .con .intro .title { font-size: 18px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-bottom: 10px; }
  .news-page .list a .con .intro .abstract { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .news-page .list a:nth-child(2n) .time { text-align: left; }
  .news-page .list a:nth-child(2n) .con { float: right; }
  .news-page .list a:hover .con img { filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px); -o-filter: blur(0px); } }

.news-infor { padding-top: 200px; padding-bottom: 100px; }
.news-infor .column { font-size: 100px; font-weight: bold; }
.news-infor .time { font-size: 100px; font-weight: bold; color: rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
.news-infor .main { width: 100%; max-width: 1000px; margin: auto; }
.news-infor .main .title { font-size: 50px; margin-bottom: 30px; }
.news-infor .main .con img { max-width: 100%; height: auto !important; }
@media (max-width: 992px) { .news-infor { padding-top: 100px; padding-bottom: 60px; }
  .news-infor .column { font-size: 60px; }
  .news-infor .time { font-size: 70px; } }
@media (max-width: 768px) { .news-infor { padding-top: 80px; padding-bottom: 60px; }
  .news-infor .column { font-size: 40px; }
  .news-infor .time { font-size: 40px; margin-bottom: 20px; }
  .news-infor .main .title { font-size: 20px; } }

footer { background-color: #171717; }
footer .container { display: flex; justify-content: space-between; }
footer .card { width: 390px; height: 490px; background-color: #222222; position: relative; margin-left: 30px; }
footer .card::after { content: ''; position: absolute; top: -30px; left: -30px; border-bottom: 30px solid #222222; border-left: 30px solid transparent; border-right: 30px solid transparent; height: 0; width: 450px; }
footer .card p { padding: 0px 30px; color: #ffffff; font-size: 18px; line-height: 2.2; }
footer .card img { width: 190px; height: 190px; object-fit: cover; margin: 30px auto 0 auto; }
footer #dituContent { width: calc(100% - 480px); height: 430px; margin-top: 30px; }
@media (max-width: 992px) { footer .card { width: 350px; }
  footer .card::after { width: 410px; }
  footer #dituContent { width: calc(100% - 410px); } }
@media (max-width: 767px) { footer .container { justify-content: center; padding: 15px; }
  footer .card { width: 100%; padding-top: 15px; margin-left: 0px; }
  footer .card p { font-size: 16px; }
  footer .card::after { content: none; }
  footer #dituContent { display: none; } }

.bottom { background: #000000; text-align: center; color: #ffffff; font-size: 16px; padding: 20px 0px; }
@media (max-width: 767px) { .bottom { font-size: 14px; padding: 10px 0px; } }

/*# sourceMappingURL=style.css.map */
