@charset "UTF-8";
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .index-main .index-main__logo {
    left: 10px;
    top: 15px;
    width: 56px;
    height: 54px;
  }
  .index-main .index-main__click {
    right: 15px;
    top: 15px;
    width: 48px;
    height: 40px;
    padding: 2px 6px;
    font-size: 28px;
    -webkit-text-stroke: 2px #4553a0;
  }
  .index-main .index-main__click.active {
    text-align: center;
    padding: 0 6px;
    font-size: 28px;
    background-color: transparent;
    -webkit-text-stroke: 4px #fff;
    color: #4553a0;
  }
  .index-main .index-main__img {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .index-main .index-main__img .index-main__left {
    position: absolute;
    width: 100%;
    height: 50%;
    overflow: hidden;
  }
  .index-main .index-main__img .index-main__left img {
    max-width: 100%;
    min-height: 100%;
  }
  .index-main .index-main__img .index-main__right {
    position: absolute;
    width: 100%;
    height: 50%;
    transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    overflow: hidden;
  }
  .index-main .index-main__img .index-main__right img {
    max-width: 100%;
    min-height: 100%;
  }
  .index-main .index-main__link {
    position: absolute;
    width: 80%;
    height: 41%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  .index-main .index-main__link.furniture {
    right: 10%;
  }
  .index-main .index-main__link.instrument {
    left: 10%;
  }
  .index-nav .index-nav__content {
    width: 80%;
  }
  .index-nav .index-nav__ul {
    float: none;
    width: 100%;
  }
  .index-nav .index-nav__li {
    margin-bottom: 12px;
  }
  .index-nav .index-nav__li:last-child {
    margin-bottom: 0;
  }
  .index-nav .index-nav__link {
    font-size: 18px;
  }
  .index-nav .index-nav__right {
    position: relative;
    right: 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);
    width: 100%;
  }
  .index-nav .index-nav__right .index-nav__search--title {
    font-size: 18px;
    margin: 12px 0 0;
  }
  .index-nav .index-nav__group {
    position: relative;
  }
  .index-nav .index-nav__group input {
    font-size: 16px;
    line-height: 36px;
    border-bottom: 1px solid #999;
  }
  .index-nav .index-nav__group .fa {
    right: 5px;
    top: 10px;
    font-size: 20px;
  }
  .header,
  .index-scroll {
    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);
  }
  .sjnone{display:block;}
  .lfooter{
      	position: fixed;
        bottom: 0;
		width: 100%;
	    height: 77px;
	    background-color: #00aef3;
	}
	.lfooter ul li {
	    width: 25%;
	    height: auto;
	    float: left;
	    text-align: center;
	    padding: 10px 0px 0;
	}
	.lfooter ul li a {
	    color: #FFF;
	}
	.lfooter ul li p {
       color: #FFF;
	    width: 100%;
	    margin-top: 4px;
	}
  .lfooter .tel_list{
    	padding: 0 2px;
    	color: #FFF;
    	display:none;
        position: absolute;
        bottom: 77px;
        background-color: #00aef3;
  }

  .lfooter .tel_list .tel_li{
        padding: 5px 0;
   		border-bottom: 1px solid #fff;
  }
  .footer {
    display:none;
    padding: 18px 0;
    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-left {
    width: 100%;
  }
  .footer .footer-copyright {
    padding-top: 0;
    line-height: 24px;
  }
  .footer .footer-copyright a {
    line-height: 24px;
  }
  .footer .footer-nav,
  .footer .footer-right,
  .footer .footer-center {
    display: none;
  }
  .flex-up {
    display: none;
  }
  .main {
    padding-bottom: 24px;
  }
  .main .main-left,
  .main .main-title {
    display: none;
  }
  .main .main-right {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .about .about-title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
  }
  .about .about-content {
    padding: 16px 0 0;
  }
  .about .about-content .about-content__html {
    line-height: 24px;
  }
  .partner-ul {
    font-size: 0;
    margin: 0 -8px;
  }
  .partner-ul .partner-li {
    width: 50%;
    padding: 0 8px;
  }
  .partner-ul .partner-link .partner-link__img {
    height: 97px;
  }
  .partner-ul .partner-link p {
    padding: 6px 8px 12px;
  }
  .factory-list {
    margin: 0 -8px;
  }
  .factory-list .factory-li {
    float: left;
    padding: 0 8px 16px;
    width: 50%;
  }
  .aptitude-list {
    margin: 0 -28px;
  }
  .aptitude-list .aptitude-li {
    float: left;
    padding: 0 28px 28px;
    width: 50%;
  }
  .aptitude-list .aptitude-title {
    font-size: 14px;
    line-height: 26px;
    color: #333;
    padding: 16px 0 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .pagetion {
    padding-top: 0;
  }
  .furniture .furniture-lists {
    margin: 16px -8px;
  }
  .furniture .furniture-lists .furniture-lists--li {
    width: 50%;
    padding: 0 8px;
  }
  .furniture .furniture-lists .furniture-lists--li:nth-child(n+9) {
    display: none;
  }
  .furniture .furniture-lists .furniture-lists--title {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0 12px;
  }
  .furniture .furniture-product {
    padding: 16px 0 0;
  }
  .furniture .furniture-product .furniture-product__top .furniture-product__top--link {
    font-size: 14px;
    line-height: 36px;
  }
  .furniture .furniture-product .furniture-lists {
    margin: 16px -8px 0;
  }
  .furniture .furniture-product .furniture-lists .furniture-lists--li {
    padding: 0 8px;
  }
  .furniture .furniture-title {
    border-bottom: 1px solid #666;
    margin-bottom: 18px;
  }
  .furniture .furniture-title .furniture-title__link {
    padding: 12px 0;
  }
  .furniture .furniture-title .furniture-title__left {
    font-size: 16px;
    line-height: 24px;
    color: #333;
  }
  .furniture .furniture-title .furniture-title__left span {
    display: none;
  }
  .furniture .furniture-title .furniture-title__right {
    line-height: 24px;
    padding-top: 0px;
  }
  .furniture .furniture-service__lists {
    margin: 16px -8px 0;
  }
  .furniture .furniture-service__lists .furniture-service__lists--li {
    width: 33.33%;
    padding: 0 8px 16px;
  }
  .furniture .furniture-service__lists .furniture-service__lists--link {
    background-color: #eee;
    height: 110px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .furniture .furniture-service__lists .furniture-service__lists--span1,
  .furniture .furniture-service__lists .furniture-service__lists--span2,
  .furniture .furniture-service__lists .furniture-service__lists--span3,
  .furniture .furniture-service__lists .furniture-service__lists--span4 {
    display: none;
  }
  .furniture .furniture-service__lists .furniture-service__lists--img {
    height: 70px;
  }
  .furniture .furniture-service__lists .furniture-service__lists--img img {
    transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
  }
  .furniture .furniture-service__lists .furniture-service__lists--title {
    font-size: 14px;
    line-height: 30px;
  }
  .furniture .furniture-solution .furniture-lists .furniture-lists--li {
    width: 50%;
  }
  .furniture .furniture-instrument .furniture-lists .furniture-lists--li {
    width: 50%;
  }
  .furniture .furniture-bg .furniture-bg__img {
    display: block;
    width: 100%;
  }
  .furniture .furniture-news .furniture-news__cate {
    margin-top: 30px;
    text-align: right;
    font-size: 0;
  }
  .furniture .furniture-news .furniture-news__cate .furniture-news__cate--link {
    padding: 0 14px;
    line-height: 14px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #b0b0b0;
  }
  .furniture .furniture-news .furniture-news__cate .furniture-news__cate--link:hover,
  .furniture .furniture-news .furniture-news__cate .furniture-news__cate--link.active {
    color: #4453a0;
  }
  .furniture .furniture-news .furniture-news__cate .furniture-news__cate--link:first-child {
    border-left: 0;
  }
  .furniture .furniture-news .furniture-news__cate .furniture-news__cate--link:last-child {
    border-right: 0;
  }
  .furniture .furniture-news .furniture-news__content {
    padding-left: 0;
  }
  .furniture .furniture-news .furniture-news__left {
    width: 100%;
    float: none;
    margin-top: 16px;
  }
  .furniture .furniture-news .furniture-news__left .furniture-news__left--more {
    margin-top: 15px;
    width: 110px;
    height: 32px;
    line-height: 32px;
  }
  .furniture .furniture-news .furniture-news__lists {
    width: 100%;
    float: none;
    padding: 12px 0px 4px;
    display: none;
  }
  .furniture .furniture-news .furniture-news__lists.active {
    display: block;
  }
  .furniture .furniture-news .furniture-news__lists .furniture-news__lists--link {
    padding: 12px 0;
  }
  .furniture .furniture-news .furniture-news__lists .furniture-news__lists--time {
    line-height: 24px;
  }
  .furniture .furniture-news .furniture-news__lists .furniture-news__lists--title {
    line-height: 24px;
    margin-bottom: 3px;
  }
  .product .product-cate {
    padding-bottom: 5px;
    margin: 14px 0;
  }
  .product .product-cate .product-cate__link {
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    margin-bottom: 8px;
  }
  .product .product-lists {
    margin: 18px -8px 0;
  }
  .product .product-lists .product-lists__li {
    width: 50%;
    padding: 0 8px;
  }
  .product .product-lists .product-lists__title {
    padding: 8px 0 16px;
    font-size: 14px;
    line-height: 24px;
  }
  .productItem .productItem-title {
    font-size: 16px;
    line-height: 24px;
  }
  .productItem .productItem-time {
    font-size: 12px;
    line-height: 24px;
    padding: 6px 0;
  }
  .productItem .productItem-time .productItem-time__span {
    padding: 0 4px;
  }
  .productItem .productItem-content {
    padding: 16px 0;
  }
  .productItem .productItem-page .productItem-page__link {
    line-height: 24px;
  }
  .solution {
    margin-top: 16px;
  }
  .solution .solution-lists {
    margin: 12px -5px;
    display: block;
  }
  .solution .solution-lists .solution-lists--li {
    width: 33.33%;
    padding: 0 5px;
  }
  .solution .solution-lists .solution-lists--title {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 0 12px;
  }
  .solution .solution-title {
    margin-bottom: 12px;
  }
  .solution .solution-title .solution-title__link {
    padding: 10px 0;
  }
  .solution .solution-title .solution-title__left {
    font-size: 16px;
    line-height: 24px;
  }
  .solution .solution-title .solution-title__left span {
    display: none;
  }
  .solution .solution-title .solution-title__right {
    padding-top: 0;
    font-size: 12px;
  }
  .service .service-title {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
  }
  .service .service-title.service-title__before {
    padding-left: 12px;
  }
  .service .service-title.service-title__before:before {
    width: 6px;
    height: 6px;
  }
  .service .service-group {
    padding-bottom: 0;
  }
  .service .service-module .service-module__item {
    width: 33.33%;
  }
  .service .service-module .service-module__desc {
    height: 100px;
    line-height: 100px;
  }
  .service .service-module .service-module__desc .service-module__desc--word {
    line-height: 22px;
  }
  .service .service-flow {
    padding: 0;
  }
  .service .service-flow .service-flow__item {
    margin: 5px 0;
    width: 33.33%;
    background-color: #f9f9f9;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .service .service-flow .service-flow__item:nth-child(2n) {
    width: 33.33%;
    background-color: #f0f0f0;
    position: relative;
  }
  .service .service-flow .service-flow__item:nth-child(2n) .service-flow__item--span,
  .service .service-flow .service-flow__item:nth-child(2n):before,
  .service .service-flow .service-flow__item:nth-child(2n):after {
    display: none;
  }
  .service .service-regulation .service-regulation__item {
    float: none;
    width: 100%;
    line-height: 24px;
    color: #333;
  }
  .news .news-one {
    display: block;
    margin: 18px 0;
  }
  .news .news-one:hover .news-one__img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
  .news .news-one__left {
    overflow: hidden;
    width: 44%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .news .news-one__right {
    width: 52%;
  }
  .news .news-one__right .news-one__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
  }
  .news .news-one__right .news-one__desc {
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
  }
  .news .news-one__right .news-one__bottom {
    margin-top: 0;
  }
  .news .news-one__right .news-one__time {
    font-size: 12px;
    line-height: 24px;
  }
  .news .news-one__right .news-one__more {
    display: none;
  }
  .news .news-lists {
    margin-bottom: 16px;
  }
  .news .news-lists .news-lists__link {
    display: block;
    border-bottom: 1px dotted #eee;
    padding: 12px 0;
  }
  .news .news-lists .news-lists__link:hover {
    background-color: #f1f1f1;
  }
  .news .news-lists .news-lists__left {
    width: 46px;
    text-align: center;
    line-height: 24px;
    color: #333;
  }
  .news .news-lists .news-lists__left .news-lists__left--day {
    font-size: 24px;
  }
  .news .news-lists .news-lists__left .news-lists__left--ym {
    font-size: 12px;
  }
  .news .news-lists .news-lists__right {
    width: calc(100% - 61px);
  }
  .news .news-lists .news-lists__right .news-lists__right--title {
    padding-left: 10px;
    margin-bottom: 4px;
    line-height: 20px;
    position: relative;
  }
  .news .news-lists .news-lists__right .news-lists__right--desc {
    line-height: 24px;
    font-size: 12px;
  }
  .newsItem .newsItem-title {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: center;
    margin: 12px 0 6px;
  }
  .newsItem .newsItem-time {
    font-size: 12px;
    line-height: 24px;
  }
  .newsItem .newsItem-time .newsItem-time__span {
    padding: 0 3px;
  }
  .newsItem .newsItem-content {
    padding: 12px 0;
    line-height: 24px;
    color: #666;
  }
  .newsItem .newsItem-page .newsItem-page__link {
    line-height: 24px;
  }
  .contact {
    padding-bottom: 12px;
  }
  .contact .contact-ul {
    padding: 12px 0 24px;
  }
  .contact .contact-li {
    width: 100%;
    float: none;
  }
  .contact .contact-li:nth-child(2) {
    width: 100%;
  }
  .contact .contact-li .contact-li__img {
    display: none;
  }
  .contact .contact-li .contact-li__word {
    text-align: left;
    line-height: 26px;
  }
  .contact-li__word br {
    display: none;
}
  .contact .contact-li .contact-li__word .contact-li__word--group {
    display: block;
  }
  .contact .contact-form {
    padding: 24px 10px 15px;
    margin-bottom: 24px;
  }
  .contact .contact-form .contact-form__left,
  .contact .contact-form .contact-form__right {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
  .contact .contact-form .contact-form__group {
    margin-bottom: 14px;
  }
  .contact .contact-form .contact-form__group span {
    line-height: 36px;
    float: left;
    width: 66px;
    display: block;
  }
  .contact .contact-form .contact-form__group input {
    width: calc(100% - 66px);
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
  }
  .contact .contact-form .contact-form__group textarea {
    width: calc(100% - 66px);
    height: 100px;
    line-height: 30px;
    padding: 0 10px;
  }
  .contact .contact-form .contact-form__submit {
    margin-left: 0;
    width: 100%;
    height: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  .contact #BaiduMap {
    height: 300px;
  }
}
