/* ====移动端导航==== */
/* 按钮 */
.mobmenu {display: none; margin: 0 0 0 2.5rem; position: relative; z-index: 9;}
.mobmenu dl {width: 1.875rem; margin-right: 10px; cursor: pointer; height: 1rem;}
.mobmenu dl dd {width: 0;height: .125rem;background: #fff; width: 1.25rem;position: absolute; transition: all 0.3s;}
.mobmenu dl dd:first-child {animation: sjnav 2.4s linear infinite;}
.mobmenu dl dd:nth-child(2) {top: 50%;margin-top: -0.063rem;}
.mobmenu dl dd:last-child {bottom: 0; animation: sjnav 2.4s linear infinite;animation-delay: 0.4s;}

header.c-style2 .mobmenu dl dd {background: #333;}
header.c-style2 .mobmenu h4 {color: #333;}

/* 导航头 */
.flexsb{display: flex; justify-content: space-between; align-items: center;}
.mobmenu h4 {color: #fff; margin-left: 1.25rem;}
.mobmask {position: fixed;left: 0;top: 0;z-index: 99;width: 100%;height: 100vh;background: rgba(7,16,26,0.8);transition: all 0.5s;visibility: hidden;opacity: 0;transition-delay: 0.2s;}
.mobmask.active{opacity: 1;visibility: visible;}
.mobnavBox {padding-bottom: 20px; width: 60%;height: 100vh;position: fixed;z-index: 100;top: 0;left: -50%;overflow-y: auto;opacity: 0;transition: all 0.3s; background: #fff; visibility: hidden;}
.mobnavBox.active{transition-delay: 0.3s;opacity: 1;left: 0; visibility: visible;} 
.mobCon {padding: 0 1.25rem; }
.mobnavBox .top {padding: .625rem 1.25rem; height: 3.75rem; min-height: 50px; position: sticky;top: 0;z-index: 9999;background: #fff;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);}
.mobnavBox .top .logo {display: flex; align-items: center; height: 100%;}
.mobnavBox .top .logo img , .mobnavBox .top .logo svg { max-height:100%; width: 100%; object-fit: contain;}
.mobnavBox .top .logo svg path {fill: #333;}
.mobnavBox .top .mobnavclose {width: 30px;height: 30px;position: relative; cursor: pointer;}
.mobnavBox .top .mobnavclose:before,
.mobnavBox .top .mobnavclose:after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #333;border-radius: 1px;}
.mobnavBox .top .mobnavclose:before{width: 20px;height: 2px;transform: translate(-50%,-50%) rotate(45deg);}
.mobnavBox .top .mobnavclose:after{width: 2px;height: 20px;transform: translate(-50%,-50%) rotate(225deg);}
/* 导航搜索 */
/* version1.0 */
.mobsearch {margin-top: 30px;}
.mobsearch form {display: flex; align-items: center; justify-content: space-between;}
.mobsearch form input {width: calc(100% - 52px);line-height: 40px;border: 1px solid #eee;border-radius: 2px;padding: 0 12px;font-size: var(--font14); color: #333;}
.mobsearch form button {width: 42px;height: 42px;background: #683108;color: #333;border-radius: 2px;font-size: 14px; border: 0; cursor: pointer;}
.mobsearch form button img {filter: brightness(100); -webkit-filter:brightness(100);}
/* version2.0 */
.mobnavBox .form { background-color: #f5f5f5;display: flex;align-items: center;margin-bottom: 1.25rem; margin-top: 2.25rem;}
.mobnavBox .form .f_sub,.mobnavBox .form .tx {height:5rem;}
.mobnavBox .form .int {display: flex;align-items: center;width: calc(100% - 9.625rem);padding: 0 2.8125rem;}
.mobnavBox .form .int i {width: 2rem;display: block;overflow: hidden;}
.mobnavBox .form .int i svg {float: left;width: 100%;}
.mobnavBox .form .int .tx {width: calc(100% - 2rem);padding: 1.25rem 1rem;font-size: var(--font20);}
.mobnavBox .form .f_sub {display: flex;align-items: center;justify-content: center;width: 9.625rem;color: #fff;background-color: #683108;cursor: pointer;font-size: var(--font24);}
@media (max-width: 768px) {
  .mobnavBox .form .int {width: calc(100% - 1.5rem);padding: 0 1rem;}
  .mobnavBox .form .f_sub, .mobnavBox .form .int .tx {height: 3.5rem; font-size: var(--font16);}
  .mobnavBox .form .f_sub {font-size: var(--font16);}
  .mobnavBox .bottom .nav li h3 a,.fz_bt{font-size: var(--font19);}
}

/* 导航内容 */
.mobnavBox .bottom {padding: 6px 0;}
.mobnavBox .bottom .nav li {margin: 2.5rem 0;}
.mobnavBox .bottom .nav li h3 {display: flex;align-items: center;justify-content: space-between; }
.mobnavBox .bottom .nav li h3 a {display: block;text-align: center;color: #333;padding-left: 4px;font-size: var(--font24);}
.mobnavBox .bottom .nav li h3 i {display: flex; align-items: center; justify-content: center; width: 16px;height: 16px;color: #333;text-align: center;font-size: 12px; transition: .4s; cursor: pointer;}
.mobnavBox .bottom .nav li h3 i svg {max-width: 100%;}
.mobnavBox .bottom .nav li h3 i img {max-width: 100%;}
.mobnavBox .bottom .nav li .m-subnav {border-bottom: 1px solid #dbdbdb;padding-bottom: 5px;display: none;}
.mobnavBox .bottom .nav li .m-subnav a {margin: 10px 0;padding-left: 5px;position: relative; font-size: var(--font20); color: #333; display: flex;align-items: center;}
.mobnavBox .bottom .nav li .m-subnav a::before {content: ''; width: 4px; height: 4px; border-radius: 50%; background: #683108; display: inline-flex; margin-right: 5px; flex-shrink: 0;}

/*三级导航 */
.mobnavBox .bottom .nav li .m-subnav dl {border-bottom: 1px solid #eee;}
.mobnavBox .bottom .nav li .m-subnav dl:last-child {border: 0;}
.mobnavBox .bottom .nav li .m-subnav dl dt {display: flex; justify-content: space-between;}
.mobnavBox .bottom .nav li .m-subnav dl dt a::before {display: none;}
.mobnavBox .bottom .nav li .m-subnav dl dt .btn {width: 16px; position: relative;}
.mobnavBox .bottom .nav li .m-subnav dl dt .btn i {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);    font-weight: 700;}
.mobnavBox .bottom .nav li .m-subnav dl dt .btn .i2 {opacity: 0;}
.mobnavBox .bottom .nav li .m-subnav dl .list {display: none;}
.mobnavBox .bottom .nav li .m-subnav dl .list a {display: flex; position: relative; align-items: center; font-size: var(--font16);}
.mobnavBox .bottom .nav li .m-subnav dl .list a:first-child {margin-top: 0;}
.mobnavBox .bottom .nav li .m-subnav dl.on dt .btn .i2 {opacity: 1;}
.mobnavBox .bottom .nav li .m-subnav dl.on dt .btn .i1 {opacity: 0;}
/* .mobnavBox .bottom .nav li .m-subnav a:before{content: "";width: 8px;height: 8px;border: 1px solid #CCCCCC;border-radius: 50%;position: absolute;left: 4px;top: 5px;transition: all 0.4s;}
.mobnavBox .bottom .nav li .m-subnav a:after{content: "";width: 4px;height: 4px;background: #CCCCCC; border-radius: 50%; position: absolute; left: 7px;top: 8px;transition: all 0.4s;} */
.mobnavBox .bottom .nav li.on h3 a {color: #683108;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #683108;}
.mobnavBox .bottom .nav li.on h3 i:before,
.mobnavBox .bottom .nav li.on h3 i:after {background: #fff;}
.mobnavBox .bottom .nav li h3 a:hover,
.mobnavBox .bottom .nav li .m-subnav a:hover , .mobnavBox .bottom .nav li .m-subnav a.on {color: #683108;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before , .mobnavBox .bottom .nav li .m-subnav a.on:before {border-color: #683108;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after , .mobnavBox .bottom .nav li .m-subnav a.on:after {background: #683108;}
.mobnavBox .bottom .links dl dd {margin: .3rem 0;}
.mobnavBox .bottom .links dl dd a {display: flex; align-items: center;}
.mobnavBox .bottom .links dl dd span { margin-left: .2rem; display: block; text-align: center;color: #333; padding-left: 4px; font-size: var(--font20);}

/* 导航语言 */
/* version2.0 */
.mobnavBox .moblang .tit {font-size: var(--font20); text-align: center; font-weight: 700; margin-bottom: 1.25rem;}
.mobnavBox .moblang .moblan a {border: 1px solid #eee; margin: 1rem 0; color: #666;}
.mobnavBox .moblang .moblan a:active {border-color: #683108; background: #683108; color: #fff;}

/* 导航联系方式 */
/* version1.0 */
.moblan a {display: flex;align-items: center;justify-content: center;height: 3.125rem;}
.sitebtn {display: block;border-radius:4px;	background-image: linear-gradient(135deg, #683108 10%, #fff 60%, #683108 100%);overflow: hidden;background-size: 200% auto;color: #fff;text-align: center;}
/* .sitebtn:hover {background-position: right center;} */
.mobinfo {padding-top: 1.25rem; border-top: 1px solid #eee;}
.mobinfo h2 {color: #683108; font-weight: 700; margin-bottom: 1.875rem;}
.mobinfo dl dd {display: flex;margin-top: .938rem; align-items: center;}
.mobinfo dl dd {}
.mobinfo dl dd .icBox {max-width: 15px;max-height: 15px;display: flex;align-items: center;justify-content: center;margin-right: 5px;}
.mobinfo dl dd .icBox img {max-width: 100%;}
.mobinfo dl dd p {width: calc(100% - 14px);color: #333; }
.mobinfo dl dd p a {color: #333;}
.mobinfo dl dd p a:active {color: #683108;}
@keyframes sjnav{0% {width: 0;}25% {width: 15px;}50% {width: 30px;}75% {width: 15px;}100% {width: 0;}}
/* version2.0 */
.fz_bt {margin-top: 1.25rem; display: flex;align-items: center;justify-content: center;border-radius: 3px;background-color: #fff;color: #683108;transition: all 0.3s linear;border: 1px solid #eee; width: 100%; padding: .625rem 0; font-size: var(--font24);}
.fz_bt i {display: flex;width: 1.875rem;height: 1.875rem;margin-right:1.25rem;overflow: hidden;}
.fz_bt i svg{width: 100%; height: 100%;}
.fz_bt i svg path{fill: #683108;}
.fz_bt span {color: #683108;}
.fz_bt:active {background: #683108; border-color: #683108;}
.fz_bt:active i svg path{fill: #fff;}
.fz_bt:active span{color: #fff;}
@media (any-hover: hover) {
  .mobinfo dl dd p a:hover {color: #683108;}
  .fz_bt:hover{background: #683108; border-color: #683108;}
  .fz_bt:hover i svg path{fill: #fff;}
  .fz_bt:hover span{color: #fff;}
}
@media (max-width: 768px) {
  .mobnavBox .bottom .nav li {margin: 1.25rem 0;}
  .mobnavBox .bottom .nav li h3 a {font-size: var(--font20);}
  .mobnavBox .bottom .nav li .m-subnav a {font-size: var(--font18);}
  .fz_bt i {width: 1.25rem; height: 1.25rem; margin-right: .5rem;}
}


/* ======================================================1366px========================================================= */
/* 大桌面显示器，≥ 1200px */
@media (max-width: 1366px) {
  .product-list ul{display: grid;grid-template-columns: repeat(6, 1fr);}

  .indexBanner .info h2{font-size: 3.5rem;}
  .index-title strong{font-size: 3rem;}

    /* 内页关于我们 */
  .nyabout-box {   padding: 0 8%;}
  .vision-list ul li{width: 26rem; height: 26rem;}



.pro-banner .pic>img{min-height: 53rem;}

.join-title strong{font-size: 2rem;}


.lfy-history-box { height: 82vh;}

}

/* ======================================================1200px========================================================= */
/* 大设备（小桌面/平板横屏，≥ 992px） 小于 1200px */
@media  (max-width: 1200px) { 



}



@media  (max-width: 1024px) { 
  nav,.head_search,.ver-link{display: none;}
  .mobmenu{display: flex;}
  .slider_links li{display: none;}
  .slider_links li:last-child{display: block;}

.proxq-header .mobmenu h4{color: #333;}
.proxq-header .mobmenu dl dd{background: #333;}

.newsxq-box .news-left{width: 100%;}
.newsxq-box .news-right{display: none;}


}



/* ======================================================992px========================================================= */
/* 中等设备（平板，≥ 768px）小于 992px */
@media (max-width: 992px) { 

  .pro-item .list ul{grid-template-columns: repeat(3,1fr);}
  .nynews-list ul {
    gap: 2.25rem;
}

}

/* 平板竖屏 */
@media (max-width: 767px) { 
  /* 通用 */
  .more1 {padding: .6rem 1rem; font-size: var(--font16);}
  .more1 span {font-size: var(--font16);}



  /* 头部 */
  #c-placeholder{height: 5rem;}
  .headBox{height: 5rem;}
  .headBox .logo img{height: 3.125rem;}
  

/* 首页 */
.indexBanner .info h2{font-size: 2.2rem;}
  .bannerSwiper .imgBox img{min-height: 25rem;}
  .banner-bottom  {display: none;}
.index-title strong { font-size: 2.2rem;}
.index-title h3 { font-size: 1.4rem;}
.product-list ul{grid-template-columns: repeat(3, 1fr);}
.about-line{background: transparent;}
.about-num ul li{margin-bottom: 1.25rem;}
.case-list .swjt{display: none;}
.case-list{height: 36rem;}
.case-list ul li.swiper-slide-active span,.case-list ul li.swiper-slide-active .text{display: none;}  
.case-list ul li.swiper-slide-active .info-bg::before{display: none;}
.case-list ul li.swiper-slide-active a::before{position: absolute; content: ''; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.35); display: block;}
.case-list ul li{height: 100%!important;}
.case-list ul li .pic{height: 100%; display: block;}





  /* 底部 */
  .foternav {flex-wrap: wrap;width: 100%; margin-top: 2rem; padding: .3rem 0; margin-left: 0; gap: .5rem;}
  .foternav dl .ddbox {display: none; margin-top: .625rem;}
  .foternav dl {width: 100%; margin-right: 0; text-align: left; padding-right: 0;}
  .foternav dl dt {margin-bottom: 0 !important;position: relative;cursor: pointer; padding: .1rem 0;}
  .foternav dl dt::after {content: "";background: url(../images/jt2.svg) no-repeat right;display: block;width: 15px;height: 15px;background-size: 100%;position: absolute;right: 0;top: 50%;transform: translate(-50%, -50%); transform-origin: center; transition: .35s; z-index: 1;}
  .foternav dl dt::before {display: none;}
  .foternav dl.on dt::after {transform:translate(-50%, -50%) rotate(90deg);}
  .foternav dl {margin-bottom: 10px;border-bottom: 1px solid #ddd;padding-bottom: 10px;}
  .foternav dl:last-child {margin-bottom: 0; border: 0;}
  .foternav dl.nolist dt::after {display: none;}
  .foternav dl.nolist dt a {display: block; margin-bottom: 0;}
  .footer-wechat{width: 7.75rem; }
 .foternav dl:nth-child(2) .ddbox{display: none;}
 .foternav dl dt a{margin-bottom: 0;}
  /* =============================================内页============================================ */
  /* 关于我们 */
  .ny-banner .banner-box {   top: 28%;}


  .indexOne {clip-path:none; padding: 3rem 4%;}
  .indexOne .bjBox {position: absolute; height: 100%; width: 100%;}
  .scroll-fix {position: relative; height: auto;}
  .scroll-wrapper {height: auto;}
  .history-tit {position: relative;width: 100%;display: block; padding: 0; top: 0;}
  .history-tit .t2 {font-size: var(--font18);}
  .history-tit .since {font-size: 5rem;}
  .history-info {position: relative; bottom: 0; left: 0; font-size: var(--font24);}
  .lfy-history-box .cup-line {position: relative; top: 0; width: 100%;}
  .cup-line .line {display: none;}
  .history-item {position: relative; left: 0 !important; top: 0 !important; margin-top: 1rem;}
  .history-item .point {position: absolute; left: 0; top: 50%; transform: translateY(-50%);} 
  .history-item .point::before {display: none;}
  .history-item .point::after {display: none;}
  .history-text {position: relative; left: 0; transform: none; width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1.25rem;}
  .history-text .txt {opacity: 1; flex: 1;}
  .history-text .time {margin: 1rem 0 !important; padding-left: 1rem;}
  .history-item:nth-child(odd) .history-text {margin-top: 0;}
  .history-item:nth-child(even) {display: block;}
  .history-item:nth-child(even) .txt {max-height: initial;}
  .history-item:nth-child(even) .history-text {margin-bottom: 0;}


  .nyabout-box {   padding: 0;}
  .about-title strong {   font-size: 1.8rem;}
  .nyabout-num ul li strong{font-size: 3rem;}
  .vision-list ul li {    width: 15rem;    height: 15rem;}
  .vision-list ul li strong{font-size: 2rem;}
  .vision-list ul li h5{font-size: 1rem;}
  .vision-list ul li b{display: none;}
  .vision-list ul li .vision-title{width: 100%;}
  .vision-list ul li strong{font-size: 1.5rem;}
  .indexOne .about-title{top: 2rem;}
  .honor-list ul li .pic{height: 19rem;}
  .ny-banner .info strong{font-size: 2rem;}
   .ny-banner .info b{font-size: 1.5rem;}
  .pro-item .list ul{grid-template-columns: repeat(2,1fr);}
  .proxq .info,.proxq-right{width: 100%;}
 .pro-banner{background: url(../images/proxq-banner.webp) no-repeat center; background-size: cover;}
.pro-banner .pic{display: none;}
.pro-banner .banner-box{position: relative;     transform: translate(-50%, 0);}
.ny-banner .banner-box { top: 0; padding: 7rem 4% 4rem;}
.proxq{margin-top: 2rem;}
.proxq .info{margin-bottom: 3rem;}
.proxq .info h1{font-size: 2rem;}
.nycase-list ul{display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem;}
.nycase-list ul li{margin-bottom: 0;}
.nycase-list ul li .pic, .nycase-list ul li .info{width: 100%;}
.nycase-list ul li,.nycase-list ul li .pic{border-radius: 0;}
.nycase-list ul li .info strong{font-size: 1.6rem;}
.nycase-list ul li .text { padding-bottom: 2.25rem;}
.nycase-list ul li .info { padding: 2rem 5.5%;}
.join-title strong { font-size: 1.6rem;}
.join-bg .info, .join-bg .pic { width: 100%;}
.join-bg .info{margin-bottom: 2rem;}


.nynews-list ul { grid-template-columns: repeat(2, 1fr);}

.contact-left,.contact-right{width: 100%;}
.contact-left .info{width: 100%; margin-right: 0; padding: 3rem 7%;}

.contact-title h1{font-size: 1.4rem;}
.contact-title h2{font-size: 1.1rem;}
.contact-right img{min-height: auto;}
.contact-map{height: 30rem;}


.lfy-history-box {  height: auto;}


}



/* ======================================================移动端========================================================= */

@media (max-width: 639px) {


  /* 首页 */
  .mobnavBox{width: 100%;}
  .indexBanner .info h2{font-size: 1.6rem;}
  .index-title strong { font-size: 1.6rem;}
  .index-title h3 { font-size: 1.1rem;}
  .product-bg{padding: 4rem 3.6%;}
  .product-list {  padding: 2.875rem 0;}
  .product-list ul {  grid-template-columns: repeat(2, 1fr);}
  .product-list ul li:nth-child(n+9):nth-child(-n+18) {display: none;}
  .product-list ul li h3{font-size: 1.1rem;}

  .about-box  .about-left{display: flex; justify-content: space-between; align-items: center; width: 100%; margin-bottom: 3rem;}
  .about-box .info{width: 100%;}
  .about-box .info h2{font-size: 1.1rem;}
  .about-box .about-left .index-title {    margin-bottom: 0;}
  .more3{padding: 0.6rem 1rem;}
  .about-num ul li .icon { width: 4.375rem;   height: 4.0625rem;}
  .about-num ul li .icon b{font-size: 1.2rem;}
  .about-bg{padding: 5.25rem 0 4.5rem;}
  .about-box { padding-bottom: 5.25rem;}
  .case { padding: 4.0625rem 0 4.125rem;}
  .case-list{height: 20rem;}
  .case-list ul li .info{width: 100%;}
  .case-list ul li .info-bg{padding: 1rem 2%; text-align: center;}
  .case-list ul li .info-bg strong{font-size: 1.3rem;}
  .case .index-title {  margin-bottom: 2.75rem;}
  .case .index-more {  margin-top: 3.75rem;}
  .case .index-more .more2 { padding: 1rem 1.47rem;}
  .news-bg{padding: 4.5rem 0 3.625rem;}

  .footer-copy{justify-content: center; align-items: center; text-align: center;}
  .slider_links li a{width: 2.5rem; height: 2.5rem;}
  .slider_links li a svg, .slider_links li a img{height: 45%;}

  /* 关于我们 */
  .ny-banner .banner-box {   top: 35%;}
  .ny-banner .info {  top: 62%;}
  .ny-banner .pic>img{min-height: 18rem;}
  .ny-banner .info strong{font-size: 1.6rem;}
.ny-banner .info b{font-size: 1.2rem;}
  .about-title strong {   font-size: 1.4rem;}
  .nyabout-num ul li{margin-bottom: 2rem;}
  .nyabout-num ul li strong { font-size: 2rem;}
  .ny-about {   padding: 3.5rem 0 2.9375rem;}
.nyabout-box .info { margin-bottom: 2.6875rem;}
.vision-bg{padding: 5.75rem 0 5.25rem;}
.vision-list ul{display: grid; grid-template-columns: repeat(2, 1fr); gap:  1rem;}
.vision-list ul li{width: auto; height: auto; padding: 2rem 3%; border-radius: 0;}
.vision-list ul li strong{position: relative;}
.vision-list ul li h5{text-align: center;}
.vision-list ul li .vision-title{margin-bottom: 0.5rem;}
.vision-list ul li::after{transform: scale(1); border-radius: 0;}

  .honor-list ul li .pic{height: 15rem;}
  .honor-list ul li{transform: scale(1)!important; }
  .honor-bg{padding: 3.6875rem 0 4.875rem}
  .honor-bg .about-title {    margin-bottom: 3rem;}
.honor-arrow{display: none;}
.honor-list{padding-bottom: 0;}







.proMain {  margin-bottom: 3.125rem;}
.proclass-top{display: flex; flex-direction: column;}
.proclass-top .proclass-title{text-align: center; width: 100%; justify-content: center; margin-top: 0;  margin-right: 0; margin-bottom: 2rem;}
.proclass-title img{display: none;}
.proclass-list{width: 100%;}
.proclass-title b{margin-right: 0; font-size: 1.3rem;}
.proclass-list ul li a{background: #f5f5f5;}
.pro-middle {justify-content: space-between; }
.pro-search{width: 15rem;}
.pro-item .list ul li {padding-bottom: 2rem;}
.pro-item .list ul{margin-bottom: 3rem;}
.pro-item .list ul li .pic{height: 12rem;}
.pro-item .list ul li .pic img {  transform: scale(0.7);}

.mobmenu h4{margin-left: 0;}

.proxq .info h1{font-size: 1.4rem;}

.proxq .info h2 { margin-bottom: 2.5625rem;}
.proxq-list ul li .proxq-pic{height: 17rem;}
.proxq-list{width: 100%;}
#proxq-num{width: 100%;right: auto;left: auto;display: flex;flex-direction: row;justify-content: center;bottom: -1.8rem;transform: none; top: auto;}
#proxq-num span{margin:  0 .3125rem;}


.caseMain { padding: 3.6875rem 0;}
.caseMain .proclass-list {  margin-bottom: 2rem;}
.nycase-list ul{ grid-template-columns: repeat(1, 1fr); }
.nycase-list ul li .info strong { font-size: 1.25rem;}
.nycase-list ul li .info p{font-size: 1rem;}
.join-title { margin-bottom: 2.375rem;}
.join-title strong { font-size: 1.4rem;}
.join-bg .info dl dd{font-size: 1.1rem;}
.join-bg .info dl { margin-bottom: 0.375rem;}
.join-bg { padding: 3.9375rem 0 3.75rem;}
.talent {  padding: 4.625rem 0 4.3125rem;}
.talent-x{overflow-x: scroll;}
.talent-boxs{width: 700px;}
.talent-title dl dt{font-size: 1rem;}
.nynews-list ul { grid-template-columns: repeat(1, 1fr);}
.news-left .newsCon{padding: 2rem 2%;}
.newsxq-title strong{font-size: 1.2rem;}
.newsDateMain {padding: 2rem 0 5rem;}
.contact-title { margin-bottom: 3.5625rem;}
.contact-list dl { padding-bottom: 1.5rem; margin-bottom: 1.5rem;}
.contact-list dl{align-items: flex-start;}
.contact-list dl dt { width: 2.3125rem; height: 2.3125rem;}
.contact-list dl dt img{max-width: 40%;}

.contact-map { height: 20rem;}


.proxq-editor .table-responsive{overflow-x: scroll;}

}

/* 超小设备（手机，小于 576px） */
@media (max-width: 576px) {
  
}


@media (max-width: 460px) {

}