@charset "UTF-8";
/*响应式配置*/
@media (max-width: 1599px) {
  .banner-pic {
    background-position: center;
  }
}
@media (max-width: 1477px) {
  .banner-pic {
    background-position: center;
  }
}
@media (max-width: 1365px) {
  .banner-pic {
    background-position: center;
  }
  header .header {
    max-width: 960px;
  }
  .content {
    max-width: 960px;
  }
  .pro .pro-lt .title > div span:nth-child(1) {
    left: -40%;
  }
  .pro .pro-lt .title > div span:nth-child(2) {
    left: 20%;
  }
  .comp {
    max-width: 1200px;
  }
  .comp .com-lt {
    width: 30%;
  }
  .comp .com-lt .title > div span:nth-child(1) {
    left: -40%;
  }
  .comp .com-lt .title > div span:nth-child(2) {
    left: 20%;
  }
  .comp .com-rt {
    width: 57%;
  }
  .comp .com-rt .com-block {
    width: 50%;
    margin: 50px 0 0 0 !important;
    padding: 0 50px;
  }
  .comp .com-rt .com-block:nth-child(n+3) {
    margin-bottom: 50px !important;
  }
  .news {
    margin: 50px auto;
  }
  .news .news-lt .title > div span:nth-child(1) {
    left: -40%;
  }
  .news .news-lt .title > div span:nth-child(2) {
    left: 20%;
  }
  .news .news-rt a .news-block {
    padding: 20px;
    margin-bottom: 15px;
  }
  .news .news-rt a .news-block .news-block-content p:nth-child(1) {
    font-size: 16px;
  }
  footer .footer {
    max-width: 960px;
  }
  footer .footer .back-top {
    right: 0;
  }
  .location .location-content {
    max-width: 960px;
  }
  .main .article {
    max-width: 960px !important;
  }
  .main .article .device .device-content .device-block {
    width: 32%;
    box-sizing: border-box;
    margin: 1% 0.4%;
  }
  .news a > .news-center-block .news-block-lt img {
    width: 65%;
  }
  .company-intro .company-intro-content {
    max-width: 960px;
    flex-wrap: wrap;
    background-position: center;
  }
  .company-intro .company-intro-content .company-intro-block {
    width: 40%;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .banner-pic {
    background-position: center;
  }
}
@media (max-width: 990px) {
  .banner-pic {
    background-position: center;
    margin: 0;
  }
  header {
    display: none;
  }
  .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .title > div {
    height: 100px;
    float: none;
    border: 0 !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .title > div span {
    position: relative;
    left: 0 !important;
    font-size: 80px;
    line-height: 80px;
  }
  .tab-selector {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .tab-selector p {
    padding: 0;
    padding-bottom: 10px;
    text-align: center;
  }
  .pro {
    margin-top: 0;
  }
  .pro .pro-lt {
    width: 50%;
    align-items: center;
  }
  .pro .pro-rt {
    width: 85%;
  }
  .pro .pro-rt a {
    width: 30%;
    margin: 0 4% 10px 12%;
  }
  .comp .com-rt {
    width: 85%;
    margin: 30px auto;
  }
  .news {
    margin: 0 auto;
  }
  .news .news-lt {
    width: 85%;
  }
  .news .news-rt {
    width: 85%;
  }
  footer .footer {
    flex-direction: column;
    align-items: center;
    width: 85%;
    margin: 0 auto;
  }
  footer .footer .footer-lt {
    width: 100%;
  }
  footer .footer .footer-lt .footer-lt-content {
    margin: 0 !important;
    padding: 15px 50px !important;
  }
  footer .footer .footer-rt {
    width: 100%;
  }
  footer .footer .footer-rt .footer-rt-content {
    margin: 0 !important;
    padding: 15px 50px !important;
  }
  footer .footer .footer-bottom .footer-bottom-lt {
    padding: 15px 50px !important;
    width: 100%;
  }
  footer .footer .footer-bottom .footer-bottom-rt {
    display: none;
  }
  .location .location-content {
    width: 85%;
    margin: 0 auto;
  }
  .main .article {
    flex-direction: column;
    align-items: center;
    width: 85%;
  }
  .main .article aside {
    width: 100%;
  }
  .main .article article {
    width: 100%;
  }
  .main .article article .article-title {
    margin-top: 30px;
  }
  .news .news-center-content a > .news-center-block {
    flex-direction: column;
  }
  .news .news-center-content a > .news-center-block .news-block-lt {
    width: 100%;
  }
  .news .news-center-content a > .news-center-block .news-block-lt img {
    order: -1;
    width: 65%;
  }
  .news .news-center-content a > .news-center-block .news-block-lt .news-date {
    order: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .news .news-center-content a > .news-center-block .news-block-lt .news-date p {
    text-align: center;
  }
  .news .news-center-content a > .news-center-block .news-block-rt {
    margin-top: 15px;
    width: 100%;
  }
  .main .article .company-block {
    width: 45%;
    margin: 0;
    margin-top: 30px;
  }
  .company-brief {
    flex-direction: row !important;
    align-items: flex-start !important;
  }
  .company-intro .company-intro-content {
    width: 85%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .pro-detail {
    margin-top: 0;
  }
  .pro-detail .detail-header {
    display: flex;
    flex-direction: column;
  }
  .pro-detail .detail-header .detail-swiper {
    width: 50%;
  }
  .pro-detail .detail-header .detail-content {
    width: 100%;
    margin-bottom: 0;
  }
  .metal-type {
    margin-top: 30px;
    background-color: #fafafa;
  }
  .metal-type > a {
    width: 30%;
    margin: 0 1% 0 1.8%;
  }
}
@media (max-width: 767px) {
  .title > div span {
    font-size: 50px;
    line-height: 50px;
  }
  .banner-pic {
    background-position: center;
  }
  .pro .pro-rt {
    width: 85%;
  }
  .pro .pro-rt a {
    width: 40%;
    margin: 0 2% 10px 5.5%;
  }
  .pro .pro-rt a .pro-block {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .comp {
    margin: 0 auto;
  }
  .comp .com-rt {
    width: 85%;
  }
  .comp .com-rt .com-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    margin: 0 !important;
  }
  .comp .com-rt .com-block .com-icon {
    display: none;
  }
  .comp .com-rt .com-block p:nth-child(2) {
    width: 100%;
  }
  .comp .com-rt .com-block:nth-child(n+3) {
    margin-bottom: 0px !important;
  }
  .comp .com-rt .com-block:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .news .news-rt a .news-block {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  footer .footer .footer-lt .footer-lt-content {
    padding: 10px !important;
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer .footer-lt .footer-lt-content ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  footer .footer .footer-lt .footer-lt-content ul p {
    width: 100%;
    padding: 0;
  }
  footer .footer .footer-lt .footer-lt-content ul li {
    width: 45%;
    text-align: center;
    margin: 3px;
  }
  footer .footer .footer-lt .footer-lt-content ul li img {
    width: 50%;
  }
  footer .footer .footer-rt .footer-rt-content {
    padding: 10px !important;
  }
  footer .footer .footer-rt .footer-rt-content ul {
    margin: 0;
  }
  footer .footer .footer-bottom .footer-bottom-lt {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px !important;
  }
  footer .footer .footer-bottom .footer-bottom-lt span {
    text-align: center;
  }
  footer .footer .back-top {
    right: 0;
    transform: translateY(-50px);
  }
  .main .article {
    margin: 40px auto 0 auto;
  }
  .main .article .device .device-content .device-block {
    width: 45%;
    box-sizing: border-box;
    margin: 2% 2.05%;
  }
  .location .location-content div:nth-child(2) span {
    margin: 0;
  }
  .location .location-content div:nth-child(2) span:nth-child(2) {
    margin-left: 5px;
  }
  .news .news-article-content .news-content > img {
    margin: 20px 0;
  }
  .news .news-footer {
    flex-direction: column;
  }
  .news .news-footer div:nth-child(2) {
    text-align: right;
    padding: 15px 0 15px 0;
  }
  .news .news-footer div:nth-child(2) a {
    display: inline;
  }
  .news .news-center-content a > .news-center-block {
    padding: 20px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .news .news-center-content a > .news-center-block .news-block-lt {
    flex-direction: column;
  }
  .news .news-center-content a > .news-center-block .news-block-lt img {
    width: 100%;
  }
  .news .news-center-content a > .news-center-block .news-block-lt .news-date {
    margin-top: 15px;
    width: 100%;
    align-items: flex-start;
  }
  .news .news-center-content a > .news-center-block .news-block-lt .news-date p {
    text-align: left;
  }
  .news .news-center-content a > .news-center-block .news-block-lt .news-date p:nth-child(1) {
    font-size: 28px;
  }
  .news .news-center-content a > .news-center-block .news-block-rt {
    margin-top: 0;
    width: 100%;
  }
  .device .device-content .device-block div:nth-child(2) {
    padding: 15px 5px 15px 5px;
  }
  article .article-content div span:nth-child(1) {
    width: 100%;
  }
  .main .article .company-block {
    width: 100%;
    margin: 0;
    margin-top: 30px;
  }
  .company-intro .company-intro-content .company-intro-block {
    width: 100%;
    margin-top: 30px;
  }
  .banner-pic {
    height: 250px;
  }
  .pro-banner {
    background-position: center -50px;
  }
  .pro-banner > div {
    display: none;
  }
  .pro-detail {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .pro-detail .detail-header .detail-swiper {
    width: 100%;
  }
  .pro-detail .detail-header .detail-content {
    margin-top: 20px;
  }
  .pro-detail .detail-header .detail-content div:nth-child(1) {
    margin-bottom: 30px;
  }
  .pro-detail .detail-header .detail-content p {
    margin-bottom: 30px;
  }
  .pro-detail .pro-detail-content {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .metal-type > a {
    width: 45%;
    margin: 0 1.5% 0 2.5%;
  }
  .metal-type > a .pro-service-block {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
  .service-content-block div p {
    flex-direction: column;
    padding: 15px 15px;
  }
  .service-content-block div p span:nth-child(1) {
    margin: 5px 0;
  }
}
