@charset "UTF-8";
/* author:LY;*/
/* author:LY;*/
/*颜色*/
.red { color: #f00; }

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

.blcok { display: block !important; }

.elli1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
 }

.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; }

.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; /* Not necessary- its only for layouting*/ 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; } }

.index-tit { display: flex; justify-content: space-between; align-items: center; }

.index-tit .tit-l .en { font-size: 0.35rem; font-weight: bold; color: #172f79; line-height: 0.42rem; text-transform: uppercase; }

.index-tit .tit-l .cn { font-size: 0.3rem; font-weight: bold; color: #333; line-height: 0.36rem; }

.index-tit .more { font-size: 0.22rem; color: #b4bdc1; line-height: 0.28rem; font-weight: bold; }

.sort-box { padding: 0.5rem 0.25rem; width: 100%;overflow-x: auto;
}

.sort-box ul { display: flex; align-items: center;gap:5px; }

.sort-box ul li a { display: block; width: 1.9rem; height: 0.7rem; border: 0.01rem solid #ccc; font-size: 0.28rem; color: #999; text-align: center; line-height: 0.68rem;  }

.sort-box ul li:nth-child(4n) a { margin-right: 0; }

.sort-box ul li.active a { color: #172f79; border-color: #172f79; }

.paging { padding-bottom: 0.5rem; }

.paging ul { display: flex; justify-content: center; }

.paging ul li { margin: 0 0.05rem; }

.paging ul li a { display: block; line-height: 0.58rem; font-size: 0.24rem; text-align: center; padding: 0 0.2rem; border: 0.01rem solid #eee; color: #999; }

.paging ul li.active a { color: #fff; background-color: #172f79; border-color: #172f79; }

body { background-color: #f8f8f8; }

.header-box { position: fixed; top: 0; left: 50%; margin-left: -3.75rem; width: 7.5rem; background-color: #fff; z-index: 999; }

.header-box .header { height: 1.2rem; overflow: hidden; display: flex; justify-content: space-between; align-items: center; }

.header-box .header .logo { display: block; }

.header-box .header .logo img { display: block; max-height: 0.7rem; }

.header-box .header .back { width: 0.3rem; height: 0.4rem; background-image: url(../icon.png); background-position: -1.77rem 0; background-size: 3rem; }

.header-box .header .tit { font-size: 0.36rem; color: #333; font-weight: normal; max-width: 6rem; overflow: hidden; line-height: 0.8rem; white-space: nowrap; }

.header-box .header .nav-search {display: none; width: 4rem; height: 0.7rem; border-radius: 0.35rem; background-color: #f0f0f0; background-image: url(../images/searchbg.png); background-size: 0.35rem; background-repeat: no-repeat; background-position: 0.25rem 0.16rem; }

.header-box .header .nav-search .text { border: none; outline: none; background: none; display: block; line-height: 0.7rem; width: 100%; font-size: 0.28rem; color: #666; padding-left: 0.75rem; padding-right: 0.3rem; }

.header-box .header .menu { height: 0.36rem; display: flex; flex-direction: column; justify-content: space-between; }

.header-box .header .menu .icon { display: block; height: 0.04rem; width: 0.4rem; min-height: 2px; border-radius: 0.02rem; background-color: #333; transition: transform 0.3s; }

.right-nav { position: fixed; top: 1.2rem; right: -50%; margin-right: -3.75rem; display: flex; flex-direction: column; padding: 0.7rem 0 0.75rem; width: 7.5rem; height: calc(100vh - 1rem); overflow: auto; background: rgba(255, 255, 255, 0.95); transition: all 0.3s; z-index: 110; }

.right-nav .items { margin: 0 0.3rem; padding-bottom: 0.8rem; border-bottom: 1px solid rgba(30, 136, 229, 0.15); }

.right-nav .items .item { position: relative; }

.right-nav .items .item a { display: block; padding: 0 0.3rem 0 0.8rem; line-height: 0.7rem; font-size: 0.26rem; color: #333; }

.right-nav .items .item .sub-nav { height: 0; overflow: hidden; transition: all 0.3s; }

.right-nav .items .item.active .sub-nav { height: auto; }

.right-nav .items .item.active::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 100%; background-color: #172f79; }

.right-nav.show { right: 50%; }

.banner { margin: 0 ; border-radius: 0.06rem; height: auto; overflow: hidden;position: relative; }

.banner img { display: block; width: 100%; height: auto; object-fit: cover; object-position: center; }

.banner .swiper-pagination span { background: rgba(255, 255, 255, 0.6); width: 0.12rem; height: 0.12rem; opacity: 1; }

.banner .swiper-pagination span.swiper-pagination-bullet-active { background-color: #172f79; }

.synopsis-box { padding-top: 0.6rem; }

.synopsis-box .index-tit { padding: 0 0.25rem; }

.synopsis-box .synopsis-con { padding: 0 0.25rem; }

.synopsis-box .synopsis-con .synop-text { font-size: 0.24rem; color: #666; line-height: 0.48rem; margin: 0.35rem 0; }

.synopsis-box .synopsis-con .pic { width: 100%; height: 1.85rem; overflow: hidden; }

.synopsis-box .synopsis-con .pic img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.synopsis-box .synopsis-con .intr-data { margin: 0.6rem 0; }

.synopsis-box .synopsis-con .intr-data ul { display: flex; justify-content: space-between; align-items: center; }

.synopsis-box .synopsis-con .intr-data ul li .data { font-size: 0.35rem; color: #333; line-height: 0.442rem; text-align: center; font-weight: bold; }

.synopsis-box .synopsis-con .intr-data ul li p { font-size: 0.18rem; color: #999; line-height: 0.28rem; }

.synopsis-box .ad { height: 3.8rem; width: 100%; margin-top: 0.75rem; }

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


.case-box { padding: 0.8rem 0.25rem 0.9rem;display: none; }

.case-box .case-con { margin-top: 0.4rem; }

.case-box .case-con a { width: 100%; height: 3.4rem; display: block; position: relative; }

.case-box .case-con a img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

.case-box .case-con a .words { width: 6.68rem; height: 0.6rem; background-color: #fff; position: absolute; left: 0.18rem; bottom: 0.15rem; z-index: 10; line-height: 0.6rem; display: flex; align-items: center; }

.case-box .case-con a .words strong { display: block; padding: 0 0.15rem; font-size: 0.36rem; color: #cccccc; }

.case-box .case-con a .words span { display: block; font-size: 0.24rem; color: #333; font-weight: 600; width: 4.6rem; }

.case-box .case-con .swiper-pagination { bottom: 0.4rem; padding: 0 0.3rem; text-align: right; }

.case-box .case-con .swiper-pagination .swiper-pagination-bullet { width: 0.1rem; height: 0.1rem; }

.article-box {display: none; padding: 0.85rem 0 1rem; background: url(../images/articlebg.jpg) no-repeat center/cover; }

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

.article-box .tit h2 { font-size: 0.36rem; font-weight: bold; line-height: 0.48rem; }

.article-box .tit h3 { font-weight: 400; margin-top: 0.1rem; }

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

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

.article-box .article-list .swiper-slide { width: 5rem; margin-right: 0.3rem; padding-top: 0.5rem; opacity: 0.2; transition: all 0.35s; }

.article-box .article-list .swiper-slide.swiper-slide-active { opacity: 1; }

.article-box .article-list .swiper-slide a { display: block; padding: 0.65rem 0.4rem 0.5rem; position: relative; background-color: #fff; }

.article-box .article-list .swiper-slide a i { display: block; font-style: normal; color: #29b6f6; font-size: 0.84rem; font-weight: bold; width: 1rem; height: 1rem; line-height: 1rem; text-align: center; position: absolute; right: 0.5rem; top: -0.45rem; font-family: arial; }

.article-box .article-list .swiper-slide a h3 { font-size: 0.3rem; line-height: 0.42rem; font-weight: bold; color: #172f79; }

.article-box .article-list .swiper-slide a p { font-size: 0.2rem; line-height: 0.32rem; color: rgba(10, 96, 209, 0.7); margin: 0.3rem 0 0.45rem; }

.article-box .article-list .swiper-slide a img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

.news-box {
  padding: 40px 0 0 0;
  background-color: #f5f5f5;
  background-image: url(/Theme/pc/images/1586518321.jpg);
}
.news-box .index-tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}

.hidden{
  display: none;
}
.news-box .content-title{
  color: #212121;
  font-size: 30px;
  padding-bottom:20px;
  text-align: center;
}

.news-box .content-ul{
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 13px;
  color: #212121;
}
.news-box .content-ul li {
  padding: 7px 22px;
}
.news-box .content-ul .j-child{
  color: #fff;
  background: #172f79;
}
.news-box .content-ul li:hover{
  color: #fff;
  background: #172f79;
}

.news-box .news-con {
  display: flex;
  flex-direction: column;
}

.news-box .news-con::after {
content: unset;
}

.news-box .news-con .left-item {
  position: relative;
  width: 100%;
}

.news-box .news-con .left-item .img {
  width: 100%;
  height: 320px;
}
.news-box .news-con .left-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-box .news-con .left-item .txet {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  background: #172f79;
}
.news-box .news-con .left-item .txet a{
  display: flex;
}

.news-box .news-con .left-item .txet .time {
  width: 85px;
  color: #666;
  font-family: arial;
  text-align: center;
  margin-right: 15px;
}

.news-box .news-con .left-item .txet .time i {
  font-style: normal;
  font-size: 54px;
  display: block;
  line-height: 60px;
  color: #fff;
}

.news-box .news-con .left-item .txet .time span {
  font-size: 16px;
  display: block;
  line-height: 20px;
  color: #fff;
}

.news-box .news-con .left-item .txet .desc {
  /* border-left: 1px solid #e6e6e6; */
  padding-left: 10px;
}

.news-box .news-con .left-item .txet .desc h3 {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e65c;
}

.news-box .news-con .left-item .txet .desc p {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
}

.news-box .news-con .left-item .txet:hover .desc h3,
.news-box .news-con .left-item .txet:hover .desc p {
}

.news-box .news-con .right-item {
  width: 100%;
  padding: 20px;
}

.news-box .news-con .right-item li a {
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid #a1a1a1;
}

.news-box .news-con .right-item li a .time {
  width: 106px;
  color: #666;
  font-family: arial;
  text-align: center;
  background-color: #fff;
  padding: 14px;
  display: none;
}

.news-box .news-con .right-item li a .time i {
  display: block;
  font-style: normal;
  font-size: 54px;
  line-height: 60px;
}

.news-box .news-con .right-item li a .time span {
  font-size: 16px;
  display: block;
  line-height: 20px;
}

.news-box .news-con .right-item li a .desc {
  /* padding-left: 20px; */
  width: 100%;
  margin: 10px 0;
  transition: all 0.5s;
}
.news-box .news-con .right-item li a .desc:hover {
  padding-left: 20px;
}

.news-box .news-con .right-item li a .desc h3 {
  line-height: 24px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  margin-bottom: 5px;
}

.news-box .news-con .right-item li a .desc p {
  font-size: 12px;
  line-height: 22px;
  color: #666;
  margin-bottom: 10px;
}

.news-box .news-con .right-item li a:hover .desc h3,
.news-box .news-con  {
  color: #172f79;
}
.case .Case-list { padding: 0 0.25rem; }

.case .Case-list a { display: block; }

.case .Case-list a .pic { height: 3.65rem; width: 100%; overflow: hidden; }

.case .Case-list a .pic img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.case .Case-list a .text { margin: 0.4rem 0; }

.case .Case-list a .text h3 { font-size: 0.28rem; color: #172f79; line-height: 0.36rem; text-align: center; }

.case .Case-list a .text p { text-align: center; font-size: 0.22rem; line-height: 0.3rem; color: #999; margin-top: 0.1rem; }

.product .product-list { padding: 0 0.25rem 0.4rem; display: flex; justify-content: space-between; flex-wrap: wrap; }

.product .product-list .item { width: 3.4rem; margin-bottom: 0.2rem; }

.product .product-list .item a { display: block; overflow: hidden; border: 1px solid #ededed; }

.product .product-list .item a .pic { width: 100%; height: 4.5rem; }

.product .product-list .item a .pic img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

.product .product-list .item a .text { height: 0.55rem; background-color: #fff; border-top: 1px solid #ededed; display: flex; justify-content: space-between; align-items: center; }

.product .product-list .item a .text .elli1 { font-size: 0.24rem; color: red; line-height: 0.55rem; width: 2.75rem; padding: 0 0.1rem; border-right: 1px solid #ededed; }

.product .product-list .item a .text .icon { display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 0 0.15rem; }

.product .product-list .item a .text .icon i { display: block; width: 0.3rem; height: 0.03rem; background-color: #b2b2b2; margin-top: 0.07rem; }

.news .news-list { padding: 0 0.25rem; }

.news .news-list .item { margin-bottom: 0.3rem; }

.news .news-list .item a { display: flex; justify-content: flex-start; align-items: center; }

.news .news-list .item a .pic { width: 2.7rem; height: 1.9rem; overflow: hidden; border-radius: 0.05rem; flex-shrink: 0; }

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

.news .news-list .item a .text { padding-left: 0.25rem; flexgrow: 1; }

.news .news-list .item a .text .news-tit { font-size: 0.3rem; line-height: 0.48rem; color: #333; text-align: left; }

.news .news-list .item a .text .time { margin-top: 0.5rem; font-size: 0.24rem; color: #999; }

.article-details .article-title { padding: 0.45rem 0.25rem; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; }

.article-details .article-title h2 { font-size: 0.36rem; color: #333; line-height: 0.48rem; }

.article-details .article-title .article-info { display: flex; margin-top: 0.1rem; }

.article-details .article-title .article-info .source, .article-details .article-title .article-info .time { font-size: 0.2rem; color: #999; line-height: 0.28rem; margin-right: 0.15rem; }

.article-details .article-con { padding: 0.3rem 0.25rem; font-size: 0.26rem; color: #333; line-height: 0.48rem; text-align: justify; }

.article-details .article-con img { margin: 0.25rem 0; width: 100%;height: auto; }

.contactus-pag { padding: 0 0.25rem; }

.contactus-pag .contact-us-con { padding: 0.5rem 0.3rem; text-align: center; }

.contactus-pag .contact-us-con p { font-size: 0.22rem; line-height: 0.36rem; color: #333; }

.contactus-pag .contact-us-con a { display: block; font-size: 0.36rem; margin-top: 0.2rem; color: #172f79; font-weight: bold; }

.contactus-pag .map-box img { width: 100%; }

.contactus-pag .mode-box { margin-top: 0.5rem; font-size: 0.2rem; line-height: 0.36rem; color: #666; }

.sub-message { padding-top: 0.8rem; padding-bottom: 0.7rem; }

.sub-message h2 { font-size: 0.3rem; line-height: 0.36rem; color: #333; padding-left: 0.5rem; height: 0.36rem; position: relative; }

.sub-message h2::before { content: ''; width: 3px; height: 0.36rem; background-color: #172f79; display: block; position: absolute; top: 0; left: 0.3rem; }

.sub-message .form { padding: 0 0.3rem; display: flex; flex-wrap: wrap; }

.sub-message .form input { display: inline-block; vertical-align: middle; width: 3.2rem; line-height: 0.48rem; font-size: 0.28rem; border: none; border-bottom: 1px solid #eaeaea; background-color: transparent; padding: 0; margin-top: 0.45rem; outline: none; }

.sub-message .form input:first-child { margin-right: 0.35rem; }

.sub-message .form textarea { display: inline-block; width: 100%; height: 1.12rem; font-size: 0.28rem; color: #666; line-height: 0.28rem; border: none; border-bottom: 1px solid #eaeaea; background-color: transparent; outline: none; margin-top: 0.4rem; font-family: 'microsoft yahei'; }

.sub-message .form .code { display: block; height: 0.38rem; margin-left: 0.1rem; margin-top: 0.45rem; width: 3.2rem; }

.sub-message .form buttom { display: block; width: 1.7rem; height: 0.6rem; line-height: 0.6rem; text-align: center; font-size: 0.28rem; color: #fff; background-color: #172f79; margin: 0.8rem auto 0; cursor: pointer; }

.no-result { position: fixed; top: 50%; margin-top: -0.8rem; height: 0.8rem; padding: 0 0.25rem; width: 100%; max-width: 7.5rem; }

.no-result h3 { font-size: 0.3rem; text-align: center; line-height: 0.42rem; }

.no-result p { margin-top: 0.1rem; font-size: 0.2rem; color: #666; text-align: center; line-height: 0.3rem; }

.fix-footer { position: fixed; width: 100%; height: 1rem; max-width: 750px; min-width: 320px; bottom: 0; border-bottom: 0; background-color: #ffffff; z-index: 100; box-shadow: 0px -1px 7px 0px rgba(190, 190, 190, 0.36); display: flex; align-items: center; justify-content: space-around; padding-top: 0.15rem; }

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

.fix-footer .item .icon { width: 0.44rem; height: 0.4rem; background-color: #b2b2b2; background-image: url(../icon.png); background-size: 3rem; overflow: hidden; }

.fix-footer .item:nth-child(3) .icon { background-position: -0.44rem 0; }

.fix-footer .item:nth-child(2) .icon { background-position: -0.86rem 0; }

.fix-footer .item:nth-child(4) .icon { background-position: -1.28rem 0; }

.fix-footer .item .txt { font-size: 0.22rem; color: #ccc; line-height: 0.28rem; margin-top: 0.1rem; }

.fix-footer .item.active .icon { background-color: #172f79; }

.fix-footer .item.active .txt { color: #172f79; }


.introduction-box {
  background-image:  url(/Theme/pc/images/1586519116.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 20px;
}
.introduction-box .en.golden {
  display: none;
}
.introduction-box strong{
  color:#fff;
  font-size: 22px;
}
.introduction-box .content{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.introduction-box .text-box {
  width: 100%;
}

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

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

.introduction-box .text-box .synopsis a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  margin: 20px 0 20px;
  position: relative;
  border: 1px solid #fff;
  padding: 2px 20px;
}

.introduction-box .text-box .synopsis a:hover {
  background: #fff;
  color: #172f79;
}

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

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

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

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

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

.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: 100%;
  /* height: 675px; */
  overflow: hidden;
}

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

.ad {
  height: 110px;
  width: 100%;
}

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

.choose-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
.choose-box .title{
  font-size: 30px;
  text-align: center;
  color: #212121;
  margin-bottom: 6px;
}
.choose-box .desc{
  font-size: 18px;
  text-align: center;
  color: #666666;
}
.choose-box .border-b{
  display: block;
  width: 98px;
  height: 3px;
  background-color: #172f79;
  margin: 20px auto 0px;
}
.choose-box .title-box {
  border-bottom: 1px solid #e5e5e5;
}
.choose-box .content {
  margin-top: 60px;
}
.choose-box .content ul{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.choose-box .content ul li{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.choose-box .content ul li img{
  width: 60%;
  height: 60%;
  transition: all 1s;
}
.choose-box .content ul li:hover img{
  transform: rotate(360deg);
}
.choose-box .content ul li .title {
  font-size: 17px;
  color: #212121;
  margin-top: 20px;
  margin-bottom: 0px;
}
.choose-box .content ul li .desc {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.product-box {
  background-image: url(/Theme/pc/images/1586519284.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
}
.product-box .index-tit {
  justify-content: center;
}

.product-box .content-title{
  color: #212121;
  font-size: 30px;
  padding-bottom: 20px;
  text-align: center;
}

.product-list {
  padding-top: 0px;
}
.product-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 20px;
}

.product-list ul .item {
  /* border-radius: 10px; */
  overflow: hidden;
  /* float: left; */
  /* margin-right: 22px; */
  /* margin-bottom: 22px; */
  position: relative;
  transition: all 0.5s;
}
.product-list ul .item:hover {
  box-shadow: 0px 5px 10px #d4d4d4;

}
.product-list ul .item::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #172f79;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s
}
.product-list ul .item:hover::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #172f79;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s
}
/* .product-list ul .item:nth-child(3n) {
  margin-right: 0;
} */

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

.product-list ul .item a .pic {
  width: 100%;
  height: clamp(220px,21vw,430px);
  position: relative;
  object-fit: cover;
}
.product-list ul .item a .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.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(rgb(178 129 60 / 94%));
  text-align: center;
  line-height: 286px;
  opacity: 0;
  transition: all 0.3s;
}

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

.product-list ul .item a .text {
  /* height: 64px; */
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #fff;
  border-top: 1px solid #ededed;
}

.product-list ul .item a .text .elli1 {
  font-size: 16px;
  color: red !important;
  width: 310px;
  padding: 0 10px;
}

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

.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 .elli1 {
  color: #172f79;
}

.product-list ul .item a:hover .text .icon i {
  background-color: #172f79;
}
.qr-code-box {
  display: flex;
  gap: 20px;
}

.fix-footer .ewm {
  position: relative;
}
.fix-footer .ewm .qrcode {
  padding: 5px;
  position: absolute;
  background: #fff;
  top: -102px;
  display: none;
}
.fix-footer .ewm .ewm-img {
  width: 30px;
}

.fix-footer .ewm:hover .qrcode{
  display: block;
}
.fix-footer .address-img {
  width: 22px;
  filter: brightness(0) invert(0.7);

}

.fix-footer .active .address-img {
  filter:grayscale(0%);
}

.lang-box {
  float: left;
  height: 33px;
  line-height: 32px;
  font-size: 15px;
  margin-right: -21%;
}
.lang-box .lang-title {
  color: #212121;
}
.lang-box .lang-title.lang-active {
  color: #172f79;
  font-weight: 700;
}

.nav.nav-wap .nav-ul {
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  padding-left: 0px;
  list-style: none;
}
.nav.nav-wap .nav-ul li {
  position: relative;
  float: left;
  height: auto;
  width: 25%;
  text-align: center;
}
.nav.nav-wap .nav-ul li:nth-of-type(8n+1):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #172f79;
}
.nav.nav-wap .nav-ul li:nth-of-type(4n+1) {
  border-right: none;
}

.nav.nav-wap .nav-ul a {
  padding: 10px 0;
  position: relative;
  font-size: 14px;
  display: block;
  color: #4d4d4d;
  border-right: 1px solid #e1e1e1;
}

.nav.nav-wap .nav-ul li:nth-of-type(8n+1) a, .nav.nav-wap .nav-ul li:nth-of-type(8n+2) a, .nav.nav-wap .nav-ul li:nth-of-type(8n+3) a, .nav.nav-wap .nav-ul li:nth-of-type(8n+4) a {
  color: #fff;
  border-right: 1px solid rgba(225, 225, 225, .3);
}

.sub-item .title h2 {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  font-size: 18px;
  text-align: center;
  color: #172f79;
}

.sub-item .title p {
  margin-top: 10px;
  height: 90px;
  line-height: 18px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}
.sub-item li:nth-child(1) .ico {
  background-position: 0 0;
}

.sub-item li:nth-child(2) .ico {
  background-position: 0 -70px;
}

.sub-item li:nth-child(3) .ico {
  background-position: 0 -140px;
}

.sub-item li:nth-child(4) .ico {
  background-position: 0 -210px;
}

.sub-item li:nth-child(5) .ico {
  background-position: 0 -280px;
}

.sub-item li:nth-child(6) .ico {
  background-position: 0 -350px;
}

.sub-item li:nth-child(7) .ico {
  background-position: 0 -420px;
}

.sub-item li:nth-child(8) .ico {
  background-position: 0 -490px;
}

.sub-item li:nth-child(9) .ico {
  background-position: 0 -560px;
}

.sub-item li:nth-child(10) .ico {
  background-position: 0 -630px;
}

.sub-item .title {
  position: absolute;
  z-index: 10;
  top: 12px;
  left: 10px;
  width: 29vw;
  height: 128px;
  padding: 40px 0px 0;
  border: none;
  box-sizing: content-box;
  background: url(/Theme/pc/images/bg-item-title.jpg) no-repeat;
}
.sub-item ul {
  width: 100vw;
  position: relative;
}
.mydiv_s .m-content ul li {
  width: 29vw;
}
.mydiv_s .m-content {
  position: relative;
  margin-top: 30px;
}

.sub-item li:nth-child(1) {
  margin-left: 35vw;
}
.news_list_page_met_35_6_27 ul li {
  list-style: none;
  margin-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.sub-item li {
  float: left;
  display: inline;
  margin: 10px 0 0 10px;
}
.sub-item .u-box {
  display: block;
  padding: 30px 0 0;
  height: 138px;
  text-align: center;
  box-sizing: content-box;
  border: solid 2px #c90000;
}
.sub-item .ico {
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: solid 2px #7786b3;
  background: #fff url(/Theme/pc/images/ico-menu.png) no-repeat;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sub-item h4 {
  margin-top: 8px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
}
