@charset "UTF-8";
@media screen and (max-width: 1430px) {
  .process .process-list {
    background: none;
    background-size: 100% auto;
    margin: 20px 0 40px;
  }
  .process .process-li {
    width: 33.33%;
    padding: 0 0 24px;
  }
  .process .process-cont {
    width: 142px;
    height: 294px;
    margin: 0 auto;
    -webkit-border-radius: 142px;
    -moz-border-radius: 142px;
    border-radius: 142px;
    background-color: #fefefe;
    box-shadow: 4px 4px 8px #f0f0f0;
  }
  .process .process-cont:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 100%;
  }
  .process .process-cont .process-title {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    font-size: 14px;
    line-height: 24px;
    color: #666;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer-contact .float {
    width: 260px;
  }
  .footer .footer-contact .footer-tel {
    font-size: 36px;
    line-height: 30px;
    margin: 28px 0 36px;
  }
  .header .header-nav .header-link {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
  .phone-header,
  .phone-nav {
    display: block;
  }
  .isTrans {
    padding-top: 60px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .isTrans.cur {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transform: translate(-260px, 0);
    -webkit-transform: translate(-260px, 0);
    -moz-transform: translate(-260px, 0);
    -ms-transform: translate(-260px, 0);
    -o-transform: translate(-260px, 0);
  }
  .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px !important;
  }
  .banner .swiper-pagination-bullet-active {
    width: 24px;
    height: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .index-group .index-title {
    margin-bottom: 14px;
    height: 18px;
    background: none;
  }
  .index-group .index-title span {
    line-height: 18px;
    font-size: 14px;
  }
  .index-group .index-desc {
    display: none;
  }
  .inProduct {
    padding: 24px 0 8px;
  }
  .inProduct .inProduct-cate {
    margin: 18px -4px 10px;
  }
  .inProduct .inProduct-cate .inProduct-cate-li {
    width: 33.33%;
    padding: 0 4px 10px;
  }
  .inProduct .inProduct-cate-link {
    height: 90px;
  }
  .inProduct .inProduct-cate-icon {
    padding: 12px 0 6px;
  }
  .inProduct .inProduct-cate-icon img {
    width: 40px;
    height: 40px;
  }
  .inProduct .inProduct-cate-title {
    font-size: 12px;
    color: #666;
    line-height: 18px;
  }
  .inProduct .inProduct-item-top {
    height: auto;
    padding: 10px 0;
  }
  .inProduct .inProduct-item-top .top-left img {
    padding: 0 6px 0 0;
    width: auto;
    height: 16px;
  }
  .inProduct .inProduct-item-top .top-left .span {
    font-size: 12px;
    line-height: 18px;
  }
  .inProduct .inProduct-item-top .top-right a,
  .inProduct .inProduct-item-top .top-right span {
    font-size: 12px;
    line-height: 18px;
    padding: 0 10px;
  }
  .inProduct .inProduct-item-ul {
    margin: 16px -5px 0;
  }
  .inProduct .inProduct-item-ul .inProduct-item-li {
    width: 50%;
    padding: 0 5px 16px;
  }
  .inProduct .inProduct-item-ul .inProduct-item-li:nth-child(n+5) {
    display: none;
  }
  .inProduct .inProduct-item-cont {
    padding: 10px;
    height: 60px;
  }
  .inProduct .inProduct-item-title {
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #666;
  }
  .inQuality {
    padding: 24px 0 0;
  }
  .inQuality .inQuality-ul {
    margin-top: 0;
  }
  .inQuality .inQuality-li:nth-child(odd) .inQuality-left-cont {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .inQuality .inQuality-li:nth-child(odd) .inQuality-index {
    left: 0;
    top: 0;
  }
  .inQuality .inQuality-li:nth-child(odd) .inQuality-right-cont {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .inQuality .inQuality-left {
    float: none;
    width: 100%;
    padding: 0;
  }
  .inQuality .inQuality-left-cont {
    height: auto;
    padding: 10px 0;
  }
  .inQuality .inQuality-left-cont:after {
    content: '';
    display: block;
    clear: both;
    float: none;
  }
  .inQuality .inQuality-index {
    position: relative;
    right: 0;
    top: 0;
    float: left;
    width: 30px;
    height: 30px;
  }
  .inQuality .inQuality-index h3 {
    width: 100%;
    height: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
  }
  .inQuality .inQuality-left-title {
    float: right;
    width: calc(100% - 40px);
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .inQuality .inQuality-left-title:after {
    display: none;
  }
  .inQuality .inQuality-left-desc {
    display: none;
  }
  .inQuality .inQuality-right {
    width: 100%;
  }
  .inQuality .inQuality-right-cont {
    width: 100%;
  }
  .inNews {
    padding: 24px 0;
  }
  .inNews .inNews-cont {
    padding: 0 0 0;
  }
  .inNews .inNews-cont-left {
    float: none;
    width: 100%;
  }
  .inNews .inNews-cont-right {
    float: none;
    width: 100%;
  }
  .inNews .inNews-top {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
  }
  .inNews .inNews-top .top-title .span {
    font-size: 12px;
    line-height: 18px;
  }
  .inNews .inNews-top .top-more a {
    font-size: 12px;
    line-height: 18px;
    padding: 0 10px;
  }
  .inNews .inNews-one {
    display: none;
  }
  .inNews .inNews-ul {
    float: none;
    width: 100%;
    margin-bottom: 16px;
  }
  .inNews .inNews-ul .inNews-li:last-child .inNews-link {
    border-bottom: 0;
  }
  .inNews .inNews-ul .inNews-link {
    height: auto;
    border-bottom: 1px solid #eee;
    padding: 20px 0 16px;
  }
  .inNews .inNews-link-time {
    width: 38px;
  }
  .inNews .inNews-link-time h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .inNews .inNews-link-time h4 {
    font-size: 10px;
  }
  .inNews .inNews-link-cont {
    width: calc(100% - 40px);
  }
  .inNews .inNews-link-title {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .inNews .inNews-link-desc {
    font-size: 12px;
  }
  .inNews .inNews-fqa-link {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  }
  .inNews .inNews-fqa-link .inNews-fqa-img {
    padding-top: 0;
  }
  .inNews .inNews-fqa-link .inNews-fqa-cont {
    width: calc(100% - 21px);
    padding-left: 3%;
  }
  .inNews .inNews-fqa-link .inNews-fqa-title {
    height: auto;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 6px;
  }
  .inNews .inNews-fqa-link .inNews-fqa-desc {
    font-size: 12px;
    line-height: 20px;
    height: auto;
  }
  .inCertifi {
    background: url('../img/cerbg.png') no-repeat top center;
    padding: 24px 0 32px;
  }
  .inCertifi .inCertifi-title {
    font-size: 0;
    text-align: center;
    margin-bottom: 16px;
  }
  .inCertifi .inCertifi-title span,
  .inCertifi .inCertifi-title a {
    width: 50%;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
  .inCertifi .inCertifi-swiper {
    overflow: hidden;
    position: relative;
  }
  .inCertifi .inCertifi-swiper .slide-title {
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
  }
  .inCertifi .inCertifi-swiper .inCertifi-prev,
  .inCertifi .inCertifi-swiper .inCertifi-next {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
  .inCertifi .inCertifi-swiper .inCertifi-prev img,
  .inCertifi .inCertifi-swiper .inCertifi-next img {
    width: 100%;
  }
  .footer {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .footer.cur {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transform: translate(-260px, 0);
    -webkit-transform: translate(-260px, 0);
    -moz-transform: translate(-260px, 0);
    -ms-transform: translate(-260px, 0);
    -o-transform: translate(-260px, 0);
  }
  .footer .footer-top {
    display: none;
  }
  .footer .footer-bot {
    background-color: #2d2d2d;
    padding: 12px 0;
    text-align: center;
  }
  .footer .footer-bot a,
  .footer .footer-bot span {
    font-size: 12px;
    line-height: 18px;
  }
  .main {
    padding-bottom: 32px;
  }
  .main .main-left {
    display: none;
  }
  .main .main-bar {
    width: 100%;
  }
  .main .main-right {
    width: 100%;
    float: none;
  }
  .main .main-right .main-title {
    font-size: 16px;
    text-align: center;
    margin: 24px 0 16px;
  }
  .about-content {
    font-size: 12px;
    line-height: 24px;
  }
  .history .history-list {
    padding-top: 0px;
    margin-top: 0;
  }
  .history .history-list:before,
  .history .history-list:after {
    display: none;
  }
  .history .history-li {
    padding: 0 0 24px;
  }
  .history .history-li:nth-child(even) .history-left {
    float: none;
  }
  .history .history-li:nth-child(even) .history-right {
    float: none;
    text-align: left;
  }
  .history .history-li:last-child {
    padding-bottom: 0;
  }
  .history .history-time {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .history .history-time .date {
    width: auto;
    height: auto;
    border: 0;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
  }
  .history .history-left {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .history .history-left p {
    font-size: 12px;
    line-height: 20px;
  }
  .history .history-right {
    float: none;
    width: 100%;
  }
  .history .history-right img {
    width: 100%;
  }
  .factory .factory-list {
    margin: 0 -5px 10px;
  }
  .factory .factory-li {
    float: left;
    padding: 0 5px 10px;
    width: 50%;
  }
  .factory .searchs-img {
    display: none;
  }
  .honor .honor-list {
    margin: 0 -5px 14px;
    font-size: 0;
  }
  .honor .honor-li {
    padding: 0 5px 10px;
    width: 50%;
  }
  .honor .honor-title {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 0;
  }
  .pagetion .pagetion-link {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    margin: 0 3px;
  }
  .news .news-list {
    margin: 0 -10px 14px;
  }
  .news .news-li {
    float: left;
    padding: 0 10px 10px;
    width: 50%;
  }
  .news .news-cont {
    height: auto;
    padding: 8px 5px;
  }
  .news .news-cont .author {
    font-size: 10px;
    line-height: 16px;
    color: #666;
  }
  .news .news-cont .author span {
    font-size: 10px;
    color: #c41228;
  }
  .news .news-cont .news-desc {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .news .news-cont .news-icon {
    display: none;
  }
  .fqa-li:last-child .fqa-link {
    border-bottom: 1px solid #eee;
  }
  .fqa-link {
    padding: 10px 0;
  }
  .fqa-link .fqa-more {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    margin-top: 8px;
  }
  .fqa-link .fqa-img {
    width: 16px;
    padding-top: 4px;
  }
  .fqa-link .fqa-cont {
    padding-left: 10px;
  }
  .fqa-link .fqa-title {
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .fqa-link .fqa-desc {
    height: 40px;
    font-size: 12px;
    line-height: 24px;
  }
  .products .products-list {
    margin: 0 -10px 10px;
  }
  .products .products-li {
    padding: 0 10px 14px;
    width: 50%;
  }
  .products .products-title {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
  }
  .advantatge .advantatge-list {
    margin: 0 -8px;
  }
  .advantatge .advantatge-li {
    padding: 0 8px 24px;
    width: 50%;
  }
  .advantatge .advantatge-cont {
    margin-bottom: 12px;
  }
  .advantatge .advantatge-cont .advantatge-title {
    font-size: 14px;
    line-height: 24px;
    color: #333;
  }
  .advantatge .advantatge-cont .advantatge-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .headquarters .headquarters-list {
    margin: 0;
  }
  .headquarters .headquarters-li {
    padding: 0 0 16px;
    width: 100%;
  }
  .headquarters .headquarters-cont {
    margin-bottom: 0;
  }
  .headquarters .headquarters-cont .headquarters-title {
    font-size: 14px;
    line-height: 24px;
    color: #333;
  }
  .headquarters .headquarters-cont .headquarters-desc {
    font-size: 12px;
    line-height: 20px;
  }
  .conditions .conditions-cont {
    padding: 0 0 16px;
  }
  .conditions .conditions-cont .conditions-title {
    font-size: 14px;
    line-height: 24px;
  }
  .process .process-list {
    margin: 0 0 28px;
  }
  .process .process-li {
    width: 50%;
    padding: 0 0 20px;
  }
  .process .process-cont {
    width: 90%;
    height: 180px;
    margin: 0 auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .process-form .process-gorup {
    margin-bottom: 0;
  }
  .process-form .process-gorup input,
  .process-form .process-gorup textarea {
    display: block;
    margin-bottom: 10px;
    float: none;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0;
    height: 40px;
  }
  .process-form .process-gorup textarea {
    width: 100%;
  }
  .process-form .process-btn {
    width: 100px;
    height: 32px;
    margin: 24px auto 0;
    font-size: 16px;
    border: 0;
  }
  .case .main-title {
    display: block;
  }
  .case .case-list {
    margin: 24px -5px 14px;
    font-size: 0;
  }
  .case .case-li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    width: 50%;
  }
  .case .case-title {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    padding: 8px 0;
    font-weight: bold;
  }
  .case .searchs-img {
    display: none;
  }
  .conctact-cont h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .conctact-cont p {
    font-size: 12px;
    line-height: 20px;
  }
  .conctact-cont .conctact-group.mb {
    margin-bottom: 24px;
  }
  .newsItem .newsItem-share {
    margin: 16px 0;
    font-size: 0;
  }
  .newsItem .newsItem-share a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 15px 0 0;
    font-size: 16px;
  }
  .newsItem .newsItem-title {
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 12px;
    color: #000;
    font-weight: bold;
  }
  .newsItem .newsItem-author {
    font-size: 10px;
    line-height: 16px;
  }
  .newsItem .newsItem-cont {
    font-size: 12px;
    line-height: 24px;
  }
  .proItem {
    padding: 24px 0 0;
  }
  .proItem .proItem-left {
    width: 40%;
  }
  .proItem .proItem-right {
    width: 60%;
    padding-left: 10px;
  }
  .proItem .proItem-right .proItem-right-title {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 8px;
  }
  .proItem .proItem-right .proItem-right-desc {
    padding: 12px 0;
    font-size: 12px;
    line-height: 20px;
    min-height: auto;
  }
  .proItem .proItem-shop {
    width: 110px;
    height: 36px;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 36px;
  }
  .proItem .proItem-shop span {
    font-size: 12px;
  }
  .proItem .proItem-shop .fa {
    font-size: 18px;
    margin-right: 6px;
  }
  .proItem .bdsharebuttonbox {
    display: inline-block;
    vertical-align: bottom;
    font-size: 0;
  }
  .proItem .bdsharebuttonbox a {
    background: none;
    padding-left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background-color: #bdbdbd;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
  }
  .proItem .bdsharebuttonbox a:first-child {
    display: none;
  }
  .proItem .bdsharebuttonbox a:hover {
    color: #fff !important;
    background-color: #c41228;
  }
  .proItem .proItem-cont-title {
    font-size: 14px;
    line-height: 24px;
    padding: 12px 0 8px;
  }
  .proItem .proItem-cont-desc {
    padding: 16px 0 0;
    font-size: 12px;
    line-height: 20px;
  }
}
