@charset "UTF-8";
.bgt {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* 默认情况下隐藏移动端的<li> */
.bgt-mobile {
    display: none;
}

/* 当屏幕宽度小于等于600px时，隐藏桌面端的<li>, 显示移动端的<li> */
@media (max-width: 600px) {
    .bgt-desktop {
        display: none;
    }
    .bgt-mobile {
        display: list-item; /* 或者 'block', 根据实际需求调整 */
    }
}

/* 确保在大屏幕上只显示桌面端的<li> */
@media (min-width: 601px) {
    .bgt-desktop {
        display: list-item; /* 或者 'block', 根据实际需求调整 */
    }
    .bgt-mobile {
        display: none;
    }
}

/* banner */
.banner {
  padding: 0;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.banner .swiper-container {
  height: 100%;
}

.banner .swiper-slide {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a{
    width:100%;
    height:100%;
}
.banner .swiper-slide .txt{
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    color:#fff;
    z-index:2;
}
.banner .swiper-slide .txt .txt2{
    margin-top:13px;
}
.banner .swiper-slide img {
  display: block;
}

.banner .swiper-slide video {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
}

.banner .swiper-pagination {
  bottom: 25px;
}

.banner .swiper-pagination-bullet {
  width: 32px;
  height: 5px;
  margin: 0 7px !important;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

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

.banner .banner_txt {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100px;
}

.banner .txt1 {
  color: #F5F5F7;
  font-size: 30px;
  letter-spacing:2px;
  font-family: 'NeueHaasDisplay-Thin';
  /*font-weight: bold;*/
}


.banner .txt2 {
  font-size: 14px;
  letter-spacing:2px;
  color: #F5F5F7;
  margin: 50px 0 50px;
  font-family: 'NeueHaasDisplay-Thin'
}

.banner .txt3 {
  font-size: 23px;
  color: #CC2127;
}

.banner .banner_img img {
  max-height: 72vh;
  max-width: auto;
}

.ny_slide {
  height: 80vh;
}

.ny_slide .pro_subcat {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  left: 0;
  top: 48px;
  z-index: 2;
  position: fixed;
  box-shadow: 0 5px 10px rgba(34, 34, 34, 0.175) !important;
}

/* section1 */
.section1 li {
  height: 27.1vw;
  margin-bottom: 10px;
}

.section1 li .wp {
  height: 100%;
  position: relative;
}

.section1 li .info {
  max-width: 390px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.section1 li .info .tit {
  text-transform: uppercase;
}

.section1 li .info .desc {
  margin: 2vw 0;
  color: #0E0E0D;
  font-size: 13px;
  line-height: 20px;
  font-family: 'NeueHaasDisplay-Thin';
}

.section1 li:nth-child(1) {
  border-top: 10px solid #f2f2f2;
  border-bottom: 10px solid #f2f2f2;
  margin-bottom: 0;
}

.section1 li:nth-child(3) .info {
  right: 0;
  left: auto;
  color: #fff;
  text-align: right;
}

.section1 li:nth-child(3) .info .desc {
  color: #fff;
}

.section1 li:nth-child(5) .info {
  left: 50%;
  text-align: center;
  top: auto;
  bottom: 8%;
  transform: translateX(-50%);
  color: #fff;
}

.section1 li:nth-child(5) .info .desc {
  color: #fff;
  text-align: left;
  margin: 1.5vw 0;
}



.section1 li:nth-child(2) {
  border-top: 10px solid #f2f2f2;
  border-bottom: 10px solid #f2f2f2;
  margin-bottom: 0;
}

.section1 li:nth-child(4) .info {
  right: 0;
  left: auto;
  color: #fff;
  text-align: right;
}

.section1 li:nth-child(4) .info .desc {
  color: #fff;
}

.section1 li:nth-child(6) .info {
  left: 50%;
  text-align: center;
  top: auto;
  bottom: 8%;
  transform: translateX(-50%);
  color: #fff;
}

.section1 li:nth-child(6) .info .desc {
  color: #fff;
  text-align: left;
  margin: 1.5vw 0;
}

.section1 li:last-child {
  margin-bottom: 0;
}





.section1 li:last-child {
  margin-bottom: 0;
}

.vmore a {
  padding: 0 10px;
  display: inline-block;
  color: #fff;
  border-radius: 10px;
  background: #ff1010;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
}

.vmore a:hover {
  background: rgba(228, 47, 38, 0.9);
}

/* section2 */
.section2 {
  padding: 4px 0 0 0;
  overflow: hidden;
}

.section2 .item {
  overflow: hidden;
  text-align: center;
  position: relative;
}

.section2 .item .item_img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 27.1vw;
  background-position: top center;
}

.section2 .item .item_txt {
  position: absolute;
  bottom: 25px;
  width: 100%;
  padding: 10px;
  left: 0;
}

.section2 .item .item_txt .subtit {
  color: #1D1D1F;
  font-size: 23px;
  margin: 15px 0 8px;
}

.section2 .item .item_txt .desc {
  color: #444444;
  font-size: 21px;
}

.section2 li:nth-child(2) .item .item_txt .tit {
  color: #fff;
}

.section2 li:nth-child(2) .item .item_txt .subtit {
  color: #D8D8DA;
}

.section2 li:nth-child(2) .item .item_txt .desc {
  color: #8C8C8C;
}

.case {
  margin: 6px 0 10px;
}

.case img {
  display: block;
}

/* products */
.pro_subcat {
  padding: 25px 0;
  text-align: center;
}

.pro_subcat ul {
  margin: 0 auto;
}

.pro_subcat li {
  height: auto !important;
  line-height: unset !important;
  margin-right: 0 !important;
}

.pro_subcat li .icon {
  height: 45px;
  margin-top: 25px;
  overflow: hidden;
}

.pro_subcat li .icon img {
  max-height: 100%;
  vertical-align: middle;
}

.pro_subcat li .tit {
  color: #fff;
  font-size: 14px;
  max-width: 100%;
  line-height: 16px;
  text-transform: uppercase;
  text-align:center;
  word-wrap: break-all;
  transform: scale(0.8);
}

.pro_subcat li:hover .tit {
  color: rgba(255, 255, 255, 0.8);
}

.slides {
  background: #020202;
  padding-bottom: 70px;
  color: #fff;
}

.slides .slide_img {
  margin-top: 60px;
}

.slides .slide_txt {
  max-width: 553px;
  margin: 0 auto;
}

.slides .slide_txt .txt1 {
  font-size: 54px;
  color: #F5F5F7;
  margin: 25px 0;
}

.slides .slide_txt .txt2 {
  color: #CC2127;
  font-size: 38px;
}

.product {
  padding: 3vw 0 0;
}

.product .item {
  border-radius: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  position: relative;
  transition: all ease .3s;
}

.product .item .pic {
  border-radius: 10px;
}

.product .item .tit {
  position: absolute;
  left: 25px;
  top: 35px;
}

.product .item .model {
  position: absolute;
  top: 75px;
  left: 25px;
}

.product .item .color {
  position: absolute;
  bottom: 22px;
  left: 25px;
  z-index: 1;
}

.product .item .color img {
  width: 8px;
  height: 8px;
  margin: 0 5px 0 0;
}

.product .item:hover {
  transform: scale(1.03);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.175);
}

.product .li2 a {
  color: #EFEFEF;
}

/* pages */
.pages {
  padding: 45px 0;
  font-weight: bold;
}

.pages li {
  margin: 0 22px;
}

.pages a.current,
.pages li.on a {
  color: #CC2127;
}

/* project */
.project {
  background: #1A1A1A;
  color: #fff;
}

.project .subcat {
  padding: 3.5vw 0 2.6vw 0;
}

.project .subcat li {
  margin: 0 1.8vw;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}

.project .subcat li a {
  color: #A6A6A6;
  position: relative;
  z-index: 1;
}

.project .subcat li::after {
  content: "";
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  background: #E42F26;
  position: absolute;
  transition: all ease .3s;
  bottom: 2px;
  z-index: 0;
}

.project .subcat li:hover::after, .project .subcat li.on::after {
  width: 100%;
}

.project .list_project ul {
  margin: 0 -5px;
}

.project .list_project .item {
  margin: 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.project .list_project .item .pimg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.project .list_project .item .item_txt {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  color: #fff;
  opacity: 0;
  z-index: 2;
  transform: translateY(-50%);
}

.project .list_project .item .tit {
  font-size: 2.9vw;
  font-weight: bold;
  margin-bottom: 20px;
}

.project .list_project .item .attr {
  font-size: 1.4vw;
}

.project .list_project .item .attr p {
  margin-bottom: 15px;
}

.project .list_project .item::after {
  content: "";
  width: 0;
  height: 0;
  background: rgba(228, 47, 38, 0.93);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease .3s;
  z-index: 1;
}

.project .list_project .item:hover .item_txt {
  opacity: 1;
}

.project .list_project .item:hover::after {
  width: 100%;
  height: 100%;
}

.project .list_project .item:hover .pimg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.project .list_project .item a {
  color: #fff;
}

.project .pages {
  padding: 65px 0;
}

.project .pages a {
  color: #fff;
}

/* show_proect */
.project_slide {
  height: 80vh;
}

.project_slide .swiper-container, .project_slide .swiper-slide {
  height: 100%;
}

.project_slide .swiper-pagination {
  bottom: 25px;
}

.project_slide .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  opacity: 1;
}

.project_slide .swiper-pagination .swiper-pagination-bullet-active {
  background: #E42F26;
}

.project_detail {
  padding: 20px 0 50px 0;
  margin-top: -10px;
  color: #323232;
}

.project_detail .detail1 {
  padding-top: 20px;
}

.project_detail .detail1 .pro_type2 {
  padding-bottom: 0;
}

.project_detail .detail1 .pro_type2 .line span {
  text-transform: unset;
}

.project_detail .detail1 .det1_tit {
  font-weight: bold;
}

.project_detail .detail1 .det1_desc {
  line-height: 25px;
  margin: 32px 0;
}

.project_detail .detail1 .det1_attr {
  line-height: 35px;
  color: #323232;
}

.project_detail .detail1 .det1_attr p strong {
  color: #ff0000;
}

.project_detail .detail1 .det1_cont {
  padding: 4.2vw 0;
  color: #B4B4B4;
  line-height: 34px;
}

.project_detail .detail1 .rel1 {
  margin: 5.2vw 0 4vw 0;
}

.project_detail .detail1 .rel1 ul {
  padding: 30px 0;
}

.project_detail .detail1 .rel1 .item .pic {
  height: 260px;
  border-radius: 15px;
}

.project_detail .detail1 .rel1 .item .pic .pimg {
  background-position: center;
}

.project_detail .detail1 .rel1 .item .tit {
  margin: 15px 0;
}

.project_detail .detail1 .rel_type {
  position: relative;
}

.project_detail .detail1 .rel_type::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #939393;
  position: absolute;
  bottom: 5px;
  right: 0;
}

.project_detail .detail1 .rel_type span {
  background: #f4f4f4;
  height: 45px;
  line-height: 45px;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 15px;
}

.project_detail .detail1 .rel2 .prob6 {
  padding: 25px 0 0 0;
}

.project_detail .detail1 .rel2 .prob6 .prob6_slide {
  padding: 0 2.6vw;
}

.project_detail .detail1 .rel2 .item .pic {
  height: 210px;
  border-radius: 15px;
  margin-bottom: 15px;
}

.project_detail .detail1 .rel2 .item .pic .pimg {
  background-position: center;
}

.project_detail .project .item .pimg img {
  max-height: 250px;
}

.project_detail .project .item .tit {
  font-size: 2vw;
  margin-bottom: 20px;
}

.project_detail .project .item .attr {
  font-size: 1.2vw;
}

.project_detail .Related .item {
  text-align: center;
}

.project_detail .Related .item .pic {
  border-radius: 9px;
  background: #F4F4F4;
  min-height: 165px;
}

.project_detail .Related .item .tit {
  margin-top: 20px;
  color: #C2C2C2;
}

/* news */
.news {
  padding-top: 15px;
}

.news .type_tit {
  padding: 2vw 0 4vw 0;
}

.news .radius, .news .radius img {
  border-radius: 15px;
}

.news .subcat2 {
  margin-bottom: 10px;
}

.news .list_news {
  max-width: 93%;
}

.news .list_news li {
  border-bottom: 1px solid #323232;
  padding-bottom: 30px;
  margin-bottom: 3.2vw;
}

.news .list_news li .item .time {
  font-family: NeueHaasDisplayRoman;
  font-size: 12px;
  margin: 25px 0;
  color: #323232;
}

.news .list_news li .item .tit {
  font-family: NeueHaasDisplayMediu;
  line-height: 40px;
  margin-bottom: 15px;
}

.news .side_news {
  width: 100%;
  max-width: 300px;
  float: right;
}

.news .side_news .xg_tit {
  padding-top: 15px;
  letter-spacing: 1px;
  color: #000;
  line-height: 28px;
  text-align: right;
  border-top: 1px solid #000;
}

.news .side_news li {
  margin-top: 30px;
}

.news .side_news li .item {
  border-bottom: 1px solid #D2D2D2;
}

.news .side_news li .item .tit {
  margin: 15px 0 20px;
  font-size: 12px;
  line-height: 18px;
  color: #969696;
}

.news .side_news li:hover .tit {
  color: #000;
}

/* show_news */
.newsbox {
  padding: 25px 0 65px 0;
  background: #f4f4f4;
}

.newsbox .crumbs {
  margin-bottom: 20px;
}

.newsbox .newsinfo {
  max-width: 90%;
}

.newsbox .newsinfo .news_tit {
  line-height: 1.2;
  margin: 0 auto;
  letter-spacing: 1px;
}

.newsbox .newsinfo .news_time {
  color: #575757;
  padding: 25px 0;
  font-size: 13px;
}

.newsbox .newsinfo .news_time span {
  margin: 0 15px 0 0;
}

.newsbox .newsinfo .news_cont {
  line-height: 25px;
  font-size: 15px;
}

.newsbox .xg_news {
  width: 100%;
  max-width: 205px;
  float: right;
}

.newsbox .xg_news .xg_tit {
  font-size: 15px;
  padding-top: 15px;
  letter-spacing: 1px;
  text-align: right;
  border-top: 3px solid #000;
}

.newsbox .xg_news ul {
  padding: 0;
}

.newsbox .xg_news li {
  margin-top: 30px;
}

.newsbox .xg_news li .item {
  border-bottom: 1px solid #D2D2D2;
}

.newsbox .xg_news li .item .pic {
  border-radius: 10px;
}

.newsbox .xg_news li .item .tit {
  margin: 25px 0;
  line-height: 23px;
  text-align: right;
}

.newsbox .xg_news li:last-child .item {
  border-bottom: 0;
}

.newsbox .sxp {
  padding: 20px 0;
}

.newsbox .sxp .jt {
  width: 21px;
  height: 21px;
  line-height: 21px;
  display: inline-block;
  flex-shrink: 0;
  margin: 0 10px 0 0;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 50%;
}

.newsbox .sxp .jt i {
  font-size: 12px;
}

.newsbox .sxp a {
  width: calc(100% - 43px);
}

.newsbox .sxp a:hover {
  color: #000;
}

.newsbox .sxp li:nth-child(2) {
  text-align: right;
}

.newsbox .sxp li:nth-child(2) .jt {
  margin: 0 0 0 10px;
}

/* recritment */
.banner_recrit {
  position: relative;
}

.banner_recrit .txt {
  position: absolute;
  left: 50%;
  width: 90%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.banner_recrit .txt .tit {
  color: #fff;
}

.banner_recrit .txt .desc {
  color: rgba(255, 255, 255, 0.7);
  max-width: 420px;
  margin: 10px auto;
}

.recrit {
  padding: 4.7vw 0;
}

.recrit .recrit_type {
  text-align: center;
  margin-bottom: 4.8vw;
}

.recrit .list_recrit li .item_top {
  position: relative;
  padding: 3vw 4.8vw;
  cursor: pointer;
  border-bottom: 1px solid #E9E9E9;
}

.recrit .list_recrit li .item_top .tit {
  font-weight: bold;
}

.recrit .list_recrit li .item_top .attr {
  max-width: 75%;
  margin-top: 15px;
}

.recrit .list_recrit li .item_top .more {
  position: absolute;
  cursor: pointer;
  right: 5.4vw;
  top: 50%;
  transform: translateY(-50%);
  color: #DF0501;
  font-weight: bold;
}

.recrit .list_recrit li .item_top .more i {
  font-size: 14px;
  margin-left: 5px;
}

.recrit .list_recrit li .item_top.open {
  background: #DF0501;
  padding: 1.7vw 4.8vw;
  color: #fff;
}

.recrit .list_recrit li .item_top.open .more {
  color: #fff;
}

.recrit .list_recrit li .item_top.open .more i:before {
  content: "\eaf5";
}

.recrit .list_recrit li .item_cont {
  padding: 3.9vw 4.8vw;
  display: none;
  background: #f7f7f7;
}

.recrit .list_recrit li .item_cont .xm5 {
  width: 45%;
}

.recrit .list_recrit li .item_cont .jb_tit {
  font-weight: bold;
  margin-bottom: 34px;
}

.recrit .list_recrit li .item_cont .jb_cont {
  line-height: 33px;
}

.recrit .list_recrit li .item_cont .jb_btn {
  padding-top: 60px;
}

.recrit .list_recrit li .item_cont .jb_btn a {
  padding: 15px 21px;
  background: #252525;
  border-radius: 7px;
  color: #fff;
}

.recrit .list_recrit li .item_cont .jb_btn a:hover {
  background: #000;
}

.recrit .list_recrit li:last-child .item_top {
  border-bottom: 0;
}

/* download */
.download {
  padding: 6.2vw 0;
}

.download .leftside {
  width: 100%;
  flex-shrink: 0;
  max-width: 299px;
}

.download .leftside .dd {
  border-top: 3px solid #000;
  padding-top: 35px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.download .leftside .subtit {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}

.download .leftside .subtit i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.download .leftside .subtit.on i::before {
  content: "\e629";
}

.download .leftside ul {
  padding-top: 15px;
}

.download .leftside ul li {
  height: 40px;
  line-height: 40px;
  position: relative;
  padding-left: 30px;
}

.download .leftside ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease .3s;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
}

.download .leftside ul li:hover::before, .download .leftside ul li.on::before {
  border-color: #DD0010;
}

.download .leftside ul li:hover::after, .download .leftside ul li.on::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #DD0010;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.download .list_down {
  margin-top: -32px;
}

.download .list_down .item {
  background: #F4F4F4;
  padding: 30px 25px;
}

.download .list_down .item .info {
  padding-left: 25px;
}

.download .list_down .item .info .tit {
  font-size: 28px;
  font-weight: bold;
}

.download .list_down .item .info .desc {
  font-size: 19px;
  margin: 30px 0;
  color: #000;
}

.download .list_down .item .info .xz {
  color: #dd0010;
  font-weight: bold;
}

.download .list_down .item .info .xz i {
  font-weight: normal;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 12px;
}

.down .xzlist .item .item_img::after {
  display: none;
}

/* contact */
.contact {
  background: #f4f4f4;
}

.contact .map img {
  display: block;
}

.contact .cont_tit {
  text-transform: capitalize;
  padding: 50px 0 65px 0;
}

.contact .wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0  5.2vw 0;
  color: #323232;
}

.contact .cont1 {
  position: relative;
}

.contact .cont1 .cont1_tit {
  margin-bottom: 50px;
}

.contact .cont1 .cont1_tit .tit {
  color: #323232;
}

.contact .cont1 .cont1_tit .desc {
  margin: 15px 0;
  color: #323232;
}

.contact .cont1 .formbox .group {
  margin: 0 -13px;
  margin-bottom: 15px;
}

.contact .cont1 .formbox .group .dd {
  margin: 13px;
  border-bottom: 1px solid #626262;
}

.contact .cont1 .formbox .group .dd .label {
  font-size: 13px;
  font-family: 'NeueHaasDisplayRoman';
  margin-bottom: 10px;
  font-weight: bold;
}

.contact .cont1 .formbox .group .dd .int {
  width: 100%;
  height: 35px;
  line-height: 35px;
  outline: 0;
  background: none;
  border: 0;
  color: #323232;
  font-size: 13px;
  font-family: 'NeueHaasDisplayLight';
}

.contact .cont1 .formbox .group .dd.dz .intbox {
  position: relative;
}

.contact .cont1 .formbox .group .dd.dz .intbox img {
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.contact .cont1 .formbox .group .dd .intbox select {
  width: 100%;
  height: 35px;
  line-height: 35px;
  outline: 0;
  background: none;
  border: 0;
  color: #323232;
}

.contact .cont1 .formbox .group.textarea .dd {
  border: 0;
}

.contact .cont1 .formbox .group.textarea textarea {
  width: 100%;
  margin-top: 5px;
  outline: 0;
  padding: 10px;
  background: none;
  color: #323232;
  resize: none;
  font-family: 'NeueHaasDisplayLight';
  border: 1px solid #626262;
}

.contact .cont1 .formbox .read {
  cursor: pointer;
  padding: 25px 0 10px;
}

.contact .cont1 .formbox .read i {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px;
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/check1.png);
}

.contact .cont1 .formbox .read.on i {
  background-image: url(../images/check2.png);
}

.contact .cont1 .formbox .btn {
  padding-top: 35px;
  align-items: flex-end;
}

.contact .cont1 .formbox .btn button {
  width: 125px;
  height: 42px;
  line-height: 42px;
  border-radius: 10px;
  display: inline-block;
  padding: 0;
  border: 0;
  outline: 0;
  text-align: center;
  background: #FF0000;
  color: #fff;
  font-size: 13px;
}

.contact .cont1 .formbox .btn button:hover {
  background: rgba(255, 0, 0, 0.8);
}

.contact .cont1 .formbox .btn .share a {
  margin-left: 26px;
}

.contact .cont1 .formbox .btn .share a:hover img {
  opacity: .8;
}

.contact .cont1 .lxfs {
  max-width: 260px;
  font-size: 15px;
}

.contact .cont1 .lxfs .dd {
  margin-bottom: 60px;
  font-size: 15px;
  color: #323232;
  line-height: 20px;
}

.contact .cont1 .lxfs .dd p {
  margin-bottom: 10px;
}

.contact .cont1::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #404040;
  position: absolute;
  left: 50%;
  top: 0;
}

.subcat2 {
  margin-bottom: 3vw;
  font-family: NeueHaasDisplayMediu;
}

.subcat2 li {
  margin-right: 2.7vw;
  margin-bottom: 20px;
  padding-bottom: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

.subcat2 li a {
  color: #A2A2A2;
}

.subcat2 li.on {
  transform: translateY(-6px);
  font-size: 20px;
}

.subcat2 li.on::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}

.subcat2 li.on a {
  color: #000;
}

.subcat2 li:hover a {
  color: #000;
}

.subcat2 li:last-child {
  margin-right: 0;
}

/* case */
.casebox {
  background: #f2f2f2;
}

.casebox .case_type {
  padding: 2.3vw 0 3vw;
}

.casebox .case_type .catname {
  margin-top: 0;
  font-family: NeueHaasDisplayMediu;
}

.casebox .case_type .desc {
  max-width: 430px;
  float: right;
  color: #969696;
  line-height: 17px;
}

.casebox .list_case li {
  margin-bottom: 10px;
}

.casebox .list_case li .item {
  height: 520px;
  position: relative;
}

.casebox .list_case li .item .info {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  z-index: 1;
  text-align: right;
}

.casebox .list_case li .item .info .pbox {
  font-size: 12px;
  width: 80%;
  max-width: 200px;
  margin: auto;
  color: #0E0E0D;
}

.casebox .list_case li .item .info .pbox .more {
  padding: 13px 0;
  margin-top: 10px;
  position: relative;
}

.casebox .list_case li .item .info .pbox .more::before {
  content: "";
  width: 68px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  background: #737371;
}

.casebox .list_case li .item .info .pbox .more span {
  width: 55px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  border: 1px solid #737371;
  border-radius: 5px;
  text-transform: uppercase;
}

.casebox .list_case li .item .info .pbox .more:hover span {
  background: #FF0000;
  border-color: #FF0000;
  color: #fff;
}

.casebox .list_case li .item .info .pbox .add i {
  width: 11px;
  height: 11px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  background: url(../images/icon_bz2.png) no-repeat center;
}

.casebox .list_case li .item:hover .tit {
  color: #ff1010;
}

.casebox .list_case li:nth-child(2n) .info {
  left: 0;
  text-align: left;
}

.casebox .list_case li:nth-child(2n) .info .more::before {
  left: 0;
}

/* jobs */
.banner_jobs {
  position: relative;
}

.banner_jobs .txt {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.banner_jobs .txt .tit {
  color: #fff;
  color: #FF0000;
}

.banner_jobs .txt .desc {
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 420px;
}

.main {
  overflow: hidden;
  background: #f2f2f2;
}

.main .job .dd {
  width: 27%;
  text-align: center;
}

.main .job .dd:first-child {
  text-align: left;
}

.main .job .dd:last-child {
  width: 20%;
  text-align: right;
}

.main .job .job_type {
  padding: 45px 0;
}

.main .job .job_thead {
  padding: 16px 6px;
}

.main .job .job_tbody li {
  padding: 16px 6px;
  border-bottom: 1px solid #BFBFBF;
  transition: all ease .3s;
  font-size: 13px;
}

.main .job .job_tbody li:hover {
  background: #757575;
}

.main .job .job_tbody li:hover a {
  color: #fff;
}

.main .job .job_tbody li p {
  margin: 5px 0;
}

.main.jobs .crumbs {
  margin-top: 35px;
}

.main .jobcont {
  padding: 2vw 0 4.5vw;
  max-width: 836px;
  margin: 0 auto;
}

.main .jobcont .job_type {
  color: #323232;
  margin-bottom: -20px;
}

.main .jobcont .job_item {
  padding-top: 45px;
}

.main .jobcont .job_tit {
  color: #323232;
  padding: 20px 0;
  text-transform: uppercase;
}

.main .jobcont .job_cont {
  font-size: 15px;
  line-height: 25px;
}

.main .jobcont .job_cont p {
  margin: 4px 0;
  text-indent: 1.5em;
}

.main .jobcont .job_apply .item {
  border-bottom: 1px solid #282828;
  padding-bottom: 5px;
}

.main .jobcont .job_apply .item input {
  height: 35px;
  line-height: 35px;
  border: 0;
  width: 100%;
  background: none;
  outline: 0;
  text-align: right;
  font-family: 'NeueHaasDisplayThin';
  font-size: 15px;
}

.main .jobcont .job_upfile .dd {
  margin-bottom: 35px;
}

.main .jobcont .job_upfile .upload {
  width: 95px;
  line-height: 30px;
  text-align: center;
  background: #000;
  border-radius: 5px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.main .jobcont .job_upfile .upload span {
  color: #fff;
  position: absolute;
  left: 0;
  z-index: 0;
  color: #fff;
  top: 0;
  width: 100%;
  display: block;
}

.main .jobcont .job_upfile .upload input {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.main .jobcont .job_upfile .tips {
  color: #C9C9C9;
  padding: 20px 0 0 0;
  font-size: 15px;
}

.main .jobcont .job_btn button {
  width: 95px;
  line-height: 30px;
  text-align: center;
  background: #FF0000;
  border: 0;
  outline: 0;
  font-family: NeueHaasDisplayMediu;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  height: 30px;
}

.main .jobcont .job_btn button:hover {
  opacity: .7;
}

/* history */
.history {
  padding: 2vw 0 0;
  position: relative;
}

.history .history_cont {
  padding-top: 2vw;
}

.history .history_cont .tit {
  max-width: 580px;
}

.history .history_cont .cont {
  color: #FF0000;
  max-width: 735px;
  float: right;
  padding: 80px 0 120px;
  line-height: 40px;
}

.history .jt {
  opacity: 1;
  width: 40px;
  height: 60px;
  background-size: 40px 60px;
}

.history .jt.swiper-button-prev {
  left: 5%;
}

.history .jt.swiper-button-next {
  right: 5%;
}

.history .jt.swiper-button-disabled {
  opacity: .8;
}

.history .gallery-thumbs {
  margin-bottom: 4.5vw;
  font-size: 15px;
  color: #323232;
}

.history .gallery-thumbs .swiper-slide {
  text-align: center;
  cursor: pointer;
}

.history .gallery-thumbs .swiper-slide i {
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #ccc;
  border-radius: 50%;
}

.history .gallery-thumbs .swiper-slide p {
  margin-top: 5px;
}

.history .gallery-thumbs .swiper-slide.swiper-slide-thumb-active i {
  background: #FF0000;
}

.history .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p {
  color: #FF0000;
}

.history::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 32px;
  z-index: 0;
}

/* product */
.proslide {
  height: 80vh;
}

.proslide .wp {
  height: 100%;
  align-items: flex-end;
}

.proslide .slide_txt {
  width: 80%;
  color: #fff;
  max-width: 618px;
}

.proslide .slide_txt .txt2 {
  margin-top: 15px;
}

.proslide .slide_txt .txt3 {
  margin: 3vw 0 3vw;
  line-height: 30px;
}

.pro_type2 {
  padding-bottom: 65px;
  overflow: hidden;
}

.pro_type2 .line {
  position: relative;
}

.pro_type2 .line span {
  background: #f7f7f7;
  padding: 25px 35px 25px 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.pro_type2 .line::after {
  content: "";
  width: 95%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 15px;
  z-index: 0;
  background: #BFBFBF;
}

.pro_type2.pt2 span {
  background: #fff;
}

.prob1 {
  position: fixed;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 2;
  padding: 47px 0 48px;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 5px 10px rgba(34, 34, 34, 0.175) !important;
}

.prob1.prob1_sub {
  padding: 25px 0;
}

.prob1 li {
  margin: 0 33px;
}

.prob1 li .icon {
  height: 60px;
  line-height: 60px;
  margin-bottom: 5px;
}

.prob1 li .icon img {
  vertical-align: middle;
}

.prob1 li a .tit {
  color: #fff;
}

.probox .prob2 {
  padding: 2vw 0;
  background: #f7f7f7;
  overflow: hidden;
}

.probox .prob2 .box1 {
  padding-top: 2.5vw;
}

.probox .prob2 .box1 .pro_tit {
  margin: 0 0 60px;
}

.probox .prob2 .box1 .pro_desc {
  line-height: 30px;
}

.probox .prob2 .box1 .pro_desc p {
    font-size: 18px;
    position: relative;
    padding-left: 25px;
    /*font-weight: bold;*/
}

.probox .prob2 .box1 .pro_desc p::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.probox .prob2 .box1 .box1_right {
  width: 90%;
  float: right;
}

.probox .prob2 .box1 .box1_right .row1 .swiper-slide p {
  display: none;
}

.probox .prob2 .box1 .box1_right .row1 .swiper-slide.swiper-slide-thumb-active p {
  display: block;
  color: #282828;
}

.probox .prob2 .box1 .box1_right .row1 .tuzhi {
  background: #efefef;
  width: 100%;
  min-height: 150px;
  padding: 35px 0;
}

.probox .prob2 .box1 .box1_right .hzt {
  margin-top: 5.1vw;
}

.probox .prob2 .box2 {
  margin: 4.5vw 0;
  clear: both;
}

.probox .prob2 .box2 li {
  padding: 20px 0;
  border-bottom: 1px solid #BFBFBF;
  clear: both;
  width: 100%;
  float: left;
}

.probox .prob2 .box2 li .item_tit {
  position: relative;
  cursor: pointer;
  font-family: 'NeueHaasDisplayMediu';
}

.probox .prob2 .box2 li .item_tit i {
  position: absolute;
  right: 10px;
  top: 50%;
  font-weight: bold;
  transition: all ease .3s;
  transform: translateY(-50%);
}

/*.probox .prob2 .box2 li .item_tit.on i::before {*/
/*  content: "\e628";*/
/*}*/

.probox .prob2 .box2 li .item_cont {
  padding-top: 20px;
  display: none;
}

.probox .prob2 .box2 li .item_list .dd {
  margin: 32px 0;
  position: relative;
  clear: both;
}

.probox .prob2 .box2 li .item_list .dd .pic {
  width: 141px;
  background: #efefef;
  float: left;
  margin-right: 45px;
}

.probox .prob2 .box2 li .item_list .dd .info {
  overflow: hidden;
  border-bottom: 1px solid #dfdfdf;
}

.probox .prob2 .box2 li .item_list .dd .info .attr {
  margin: 27px 0;
  font-size: 13px;
  font-family: 'NeueHaasDisplayRoman';
  color: #000;
  line-height: 27px;
}

.probox .prob2 .box2 li .item_list .dd .bh {
  position: absolute;
  right: 0;
  top: 50%;
  color: #000;
  transform: translateY(-50%);
}

.probox .prob2 .box2 li .item_list .dd:hover .tit {
  color: #FF0000;
}

.probox .prob2 .box2 li .xzlist a {
  margin: 10px 0;
  height: 41px;
  line-height: 41px;
  width: 18%;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #7a7a7a;
}

.probox .prob2 .box2 li .xzlist a i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 12px;
}

.probox .prob2 .box2 li .xzlist a:hover {
  background: #333;
  color: #fff;
}

.probox .prob2 .box2 li:first-child {
  border-top: 1px solid #BFBFBF;
}

.probox .prob3 {
  background: #f7f7f7;
  overflow: hidden;
  clear: both;
}

.probox .prob3 .prob3_slides {
  margin: 0 -5%;
  padding-bottom: 18px;
}

.probox .prob3 .prob3_slides .swiper-slide .bimg {
  position: relative;
  overflow: hidden;

}
.probox .prob3 .prob3_slides .swiper-slide{
    text-align: center;
    width:auto;
}
.probox .prob3 .prob3_slides .swiper-slide .bimg{
    display:flex;
    align-content: center;
    justify-content: center;
}
.probox .prob3 .prob3_slides .swiper-slide img {
  height:390px;
  width:auto;
  display:inline-block;
}
.probox .prob3 .swp_dot {
  margin-bottom: 65px;
  z-index: 0;
  position: relative;
}

.probox .prob3 .swp_dot .jt,
.probox .prob3 .swp_dot .swiper-pagination {
  position: unset;
}

.probox .prob3 .swp_dot .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 11px;
  opacity: 1;
  background: #c6c6c6;
}

.probox .prob3 .swp_dot .swiper-pagination .swiper-pagination-bullet-active {
  background: #FF0000;
}

.probox .prob3 .swp_dot .jt {
  width: unset;
  height: unset;
  margin: 0 8px;
  background: none;
}

.probox .prob4 {
  background: #f7f7f7;
  padding: 0 0 60px 0;
}

.probox .prob4 .gallery-top {
  padding-bottom: 40px;
}

.probox .prob4 .gallery-thumbs {
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}

.probox .prob4 .gallery-thumbs img {
  width: 45px;
  height: 45px;
}

.probox .prob4 .gallery-thumbs .swiper-slide-thumb-active {
  color: #FF0000;
}

.probox .prob4 .contlist {
  max-width: 490px;
  float: right;
}

.probox .prob4 .contlist .itembox {
  color: #000;
  line-height: 20px;
}

.probox .prob5 {
  padding: 60px 0;
}

.probox .prob5 .prolist thead {
  background: #dadada;
  color: #fff;
}

.probox .prob5 .prolist th,
.probox .prob5 .prolist td {
  padding: 8px 10px;
  text-align: center;
  white-space: nowrap;
}

.probox .prob5 .prolist tbody tr {
  border-bottom: 1px solid #BFBFBF;
}

.probox .prob5 .prolist tbody tr td {
  padding: 15px 10px;
}

.probox .prob5 .prolist tbody .pic {
  width: 60px;
  height: 60px;
  float: left;
  margin-left: -10px;
  background: #f7f7f7;
}

.probox .prob5 .prolist tbody .lay img {
  width: 23px;
  max-width: unset !important;
}

.probox .prob5 .btn {
  padding: 20px 0 60px;
  text-align: center;
}

.probox .prob5 .btn button {
  width: 227px;
  height: 51px;
  line-height: 51px;
  background: #FF0000;
  text-align: center;
  color: #fff;
  border: 0;
  outline: 0;
  border-radius: 8px;
}

.probox .prob6 {
  padding-bottom: 65px;
}

.probox .prob6 .item {
  min-height: 260px;
  text-align: center;
}

.probox .prob6 .item img {
  display: inline-block;
}

.probox .prob6 .prob6_slide {
  position: relative;
  padding: 0 4.5vw;
}

.probox .prob6 .jt {
  background: none;
  top: 42%;
}

.probox .prob6 .jt i {
  font-size: 36px;
  color: #b1b1b1;
}

.probox .prob6 .jt.swiper-button-prev {
  left: 0px;
}

.probox .prob6 .jt.swiper-button-next {
  right: 10px;
}

.pro_focus .gallery-top {
  margin-right: 6px;
}

.pro_focus .gallery-top .swiper-slide img {
  display: block;
  width: 98%;
}

.pro_focus .gallery-thumbs {
  margin-top: 15px;
  font-size: 10px;
  text-align: center;
  font-size: 12px;
}

.pro_focus .gallery-thumbs .swiper-slide {
  cursor: pointer;
}

.pro_focus .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  color: #FF0000;
}

.pro_focus .gallery-thumbs img {
  display: inline-block;
}

.pro_focus .gallery-thumbs p {
  transform: scale(0.8);
  margin-top: -1px;
}

.layb1 {
  background: #f7f7f7 !important;
}


.laybox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.laybox .close {
  position: absolute;
  right: 25px;
  cursor: pointer;
  top: 35px;
  z-index: 1;
}

.laybox .lay_b1 {
  font-family: 'NeueHaasDisplayRoman';
}

.laybox .lay_b1 b {
  font-family: 'NeueHaasDisplayMediu';
  margin-right: 15px;
}

.laybox .prob2 .box2 li {
  padding: 30px 0;
}

.laybox .lay_b2 {
  padding: 35px 0 50px;
}

.laybox .lay_b2 .pro_focus {
  width: 100%;
  max-width: 480px;
}

.laybox .lay_b2 .pro_focus .gallery-top {
  margin-right: 10px;
}

.laybox .lay_b2 .pro_focus .gallery-top img {
  width: 100%;
}

.laybox .lay_b2 .tuzhi {
  max-width: 252px;
  height: 252px;
  background: #f0f0f0;
}

.laybox .lay_b2 .x5 {
  position: relative;
}

.laybox .lay_b2 .x5 .gallery-thumbs {
  position: absolute;
  bottom: -16px;
  width:100%;
  left: 10px;
}

.laybox .lay_b2 .x5 .gallery-thumbs .swiper-slide {
  cursor: pointer;
}

.laybox .lay_b2 .x5 .gallery-thumbs .swiper-slide img {
  max-width: unset;
  margin-left: 2px;
}

.laybox .lay_b2 .x5 .gallery-thumbs .swiper-slide p {
  display: none;
  font-size: 12px;
  transform: scale(0.8);
}

.laybox .lay_b2 .x5 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p {
  display: block;
  color: #282828;
}

.laybox .lay_b2 .info {
  font-size: 12px;
  line-height: 20px;
  color: #444;
  text-align: right;
}

.laybox .lay_b2 .hzt {
  text-align: right;
  margin-top: 15px;
}

.laybox .prob2 {
  padding: 0;
}

.laybox .lay_tit {
  margin-bottom: 35px;
}

.laybox .prob2 .box2 {
  margin: 4vw 0;
}

.laybox .lay_b3 .lay_tit {
  margin-bottom: 0;
}

.laybox .lay_b3 .dd {
  border-top: 1px solid #BFBFBF;
  padding: 12px 0;
  overflow: hidden;
}

.laybox .lay_b3 .dd .label, .laybox .lay_b3 .dd .int {
  width: 50%;
  float: left;
}

.laybox .lay_b3 .dd .label {
  font-family: 'NeueHaasDisplayRoman';
}

.laybox .lay_b3 .dd .int {
  color: #7C7C7C;
}

.laybox .lay_b3 .dd:last-child {
  border-bottom: 1px solid #BFBFBF;
}

.laybox .lay_b5 {
  clear: both;
  padding-top: 45px;
  padding-bottom: 35px;
  border-bottom: 1px solid #BFBFBF;
  margin-bottom: 15px;
}

.laybox .lay_b5 .lay_tit {
  margin-bottom: 60px;
}

.laybox .lay_b5 .lay5_cont {
  line-height: 35px;
}

/* 下载样式2 */
.bgf4 {
  background: #f7f7f7;
}

.down {
  padding-top: 2vw;
  padding-bottom: 3vw;
}

.down .type_tit {
  padding: 2vw 0 4vw;
}

.down .subcat2 {
  margin-bottom: -10px;
}

.down .list_down {
  margin: 0 -30px;
}

.down .item {
  text-align: center;
}

.down .item .item_img {
  position: relative;
  margin-bottom: 15px;
}

.down .item .item_img .pic {
  height: 300px;
}

.down .item .item_img .pic .pimg {
  background-size: auto;
  background-position: bottom center;
}

.down .item .item_desc {
  color: #7f7f7f;
  margin-top: 3px;
}

/* honor */
.honor .type_tit {
  padding: 45px 0;
}

.honor .list_zz .item {
  text-align: center;
  margin-bottom: 35px;
}

.honor .list_zz .item .pic {
  width: 94%;
  max-width: 240px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  height: 340px;
  position: relative;
}

.honor .list_zz .item .pic::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  background: url(../images/bg_zz.png) no-repeat;
  background-size: 100% 100%;
}

.honor .list_zz .item .item_tit {
  margin: 18px 0;
}

/* about */
.about {
  background: #f7f7f7;
}

.about .type_tit {
  padding: 40px 0;
}

.about .about1 {
  line-height: 30px;
  color: #0E0E0D;
  padding: 0 0 50px 0;
}

.about .about1 p {
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.about .about1 .pro_type2 {
  padding-top: 35px;
}

.about .pro_type2 {
  padding: 55px 0;
}

.about .pro_type2 .line span {
  background: #f7f7f7;
}

.about .about3 {
  padding-bottom: 35px;
}

.about .about3 ul {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #BFBFBF;
}

.about .about3 .item .pic {
  height: 250px;
}

.about .about3 .item .pic .pimg {
  background-position: center;
}

.about .about3 .item .tit {
  color: #979797;
  margin: 15px 0;
}

.about .about3 .item:hover .tit {
  color: #333;
}

.crumbs {
  padding: 40px 0;
  font-size: 12px;
  position: relative;
  color: #000;
}

.crumbs a {
  color: #000;
}

.crumbs a:hover {
  color: #333;
}

.crumbs span {
  position: relative;
  padding-bottom: 6px;
}

.crumbs span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(50, 50, 50, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}

.honor_desc {
  line-height: 30px;
  color: #323232;
  margin-bottom: 55px;
}

.honor .subcat2 li {
  margin-right: 85px;
}

.honor .list_down li .pic2 img {
  height: 170px;
}

.honor .list_down li .item .item_img::after {
  max-width: unset;
  background: url(../images/dbx2.png) no-repeat bottom center;
  background-size: 100%;
  height: 17px;
}

.fzlc {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.fzlc .crumbs {
  position: relative;
  z-index: 2;
}

.fzlc .bgt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.fzlc .bgt .item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.fzlc.lc1 {
  color: #fff;
}

.fzlc.lc1 a, .fzlc.lc1 .crumbs {
  color: #fff;
}

.fzlc.lc1 a span:after, .fzlc.lc1 .crumbs span:after {
  background: #fff;
}

.fzlc.lc1 .history::after {
  background: #ccc;
}

.fzlc.lc1 .history .history_cont .cont {
  color: #fff;
}

.fzlc.lc1 .history .gallery-thumbs {
  color: #fff;
}

.fzlc.lc1 .history .gallery-thumbs .swiper-slide-thumb-active p {
  color: #fff;
}

.fzlc.lc1 .history .gallery-thumbs .swiper-slide-thumb-active i {
  background: #ff0000;
}

.case {
  height: 27.1vw;
}

.case a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.list_video .item .item_img .pic {
  height: 192px;
  position: relative;
}

.list_video .item .item_img video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 2;
  display: none;
  top: 0;
  object-fit: cover;
}


.lightbox2{
	width:100%;height:100%;
	position: fixed;
	z-index:22;
	left:0;
	top:0;
	display:none;
	background:rgba(0,0,0,.6)
}
.laybox {
  display: none;
  width:100%;
  max-width:1200px;
  padding: 25px 30px;
  overflow-y: auto;
  max-height: 88vh;
  position: fixed;
  left:50%;
  top:50%;
  z-index:22222;
  background:#f7f7f7;
  transform:translate(-50%,-50%)
}
@media (min-width:1921px){
    .probox .prob3 .prob3_slides .swiper-slide .bimg {
  height: 13vw;

}
}

.full-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit; /* 确保链接文本颜色与周围文本一致 */
}