/*basics*/
@font-face {
  font-family: 'iconfont';
  src: url('/front/huanqiao2/font/iconfont.eot');
  src: url('/front/huanqiao2/font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('/front/huanqiao2/font/iconfont.woff') format('woff'),
    url('/front/huanqiao2/font/iconfont.ttf') format('truetype'),
    url('/front/huanqiao2/font/iconfont.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 1.2rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: Roboto-Medium;
  src: url('/images/wap.m300/font/Roboto-Medium.ttf') format('truetype');
}

@font-face {
  font-family: Lato-Regular;
  src: url('/images/wap.m300/font/Lato-Regular_0.ttf') format('truetype');
}

@font-face {
  font-family: Lato-Bold;
  src: url('/images/wap.m300/font/Lato-Bold_0.ttf') format('truetype');
}

@font-face {
  font-family: Roboto-BoldCondensed;
  src: url('/images/wap.m300/font/Roboto-BoldCondensed.ttf') format('truetype');
}

@font-face {
  font-family: Roboto-Condensed;
  src: url('/images/wap.m300/font/Roboto-Condensed.ttf') format('truetype');
}

@keyframes movelef {
  0% {
    opacity: 1;
    margin-right: 0
  }

  50% {
    opacity: 1;
    margin-right: 1rem
  }

  100% {
    opacity: 1;
    margin-right: 0
  }
}

@keyframes moverig {
  0% {
    opacity: 1;
    margin-left: 0
  }

  50% {
    opacity: 1;
    margin-left: 1rem
  }

  100% {
    opacity: 1;
    margin-left: 0
  }
}

/* 首页 */
@media (max-width: 1500px) {
  .l-about-info h4 {
    display: none;
  }

  .l-about-info .about-text {
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 30px;
  }

  .m-feature {
    margin-top: -50px;
  }
}


@media (max-width: 1400px) {
  .m-feature .l-wrap {
    box-sizing: border-box;
    padding: 0 30px;
  }
}


@media (max-width: 1200px) {
  #topbar{
    padding: 0;
  }
  #menu {
    display: none;
  }

  footer #botfeedbackbox {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 24%;
    margin-bottom: 58px;
  }

  footer .bottom-link {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  footer .bottom-link .email-info .bot-share-list {
    display: flex;
    justify-content: center;
  }

  footer #bot-nav {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer #botvisitbox {
    width: 50%;
  }

  footer #nav-link {
    width: 50%;
  }

  footer #bot-nav .nav-link {
    margin-right: 0;
  }

  footer .copy {
    color: #777;
    text-align: center;
    font-family: Lato-Regular !important;
    letter-spacing: unset;
    box-sizing: border-box;
    padding: 26px 3%;
  }

  #mobile-menu {
    display: block;
    background-color: #222;
    position: relative;
  }

  .floatwindow_fd_conct {
    top: 50%;
  }

  .l-about-info .about-text {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .l-about-pic {
    margin-bottom: 20px;
  }

  .m-about .l-about-info,
  .l-about-pic {
    width: 100%;
    height: auto;
  }

  .m-about .l-about-info {
    position: relative;
    padding: 0;
    margin-left: 0;
    padding: 0 30px;
  }

  /* 联系我们 */
  .contact-info {
    padding: 0 15px;
    box-sizing: border-box;
    width: 90%;
  }

  /* 留言表单 */
  .feedbackForm {
    padding: 0 20px;
    box-sizing: border-box;
  }


  /* 产品详情 */
  .pro-img {

    width: 50%;

    height: 100%;

  }

  .pro-info-box .spec-preview {
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }

  .pro-info-box .spec-scroll{
    width: 100%;
    overflow: hidden;
  }

  .pro-info-box .spec-scroll .items{
    width: 80%;
  }

  .spec-scroll .items ul{
    display: flex;
    justify-content: flex-start;
    position: relative !important;
    width: 100% !important;
    overflow: scroll !important;
  }

  .spec-scroll .items ul li{
    margin: 0 10px;
    width: auto;
  }

}


@media (min-width: 992px) and (max-width: 1200px) {}


@media (max-width: 992px) {
  .m-feature {
    margin-top: -30px;
  }

  .wmuSliderNext,
  .wmuSliderPrev {
    width: 50px;
    height: 50px;
    bottom: 60px;
  }

  .wmuSliderNext {
    right: 17.5%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .c-share .tlanguage {
    display: none;
  }

  .m-top-info .c-share {
    margin-left: 9%;
  }

}


@media (max-width: 768px) {
  #topbar .content .m-top-info {
    background-color: #fff;
    color: #575757;
  }

  #topbar .content .m-top-info a {
    color: #575757;
  }

  #topbar #xyz{
    display: none;
  }

  .m-top-info .c-item.clock {
    display: none;
  }

  .m-top-info .c-item.top-phone {
    order: 3;
  }

  .m-top-info .c-item.top-email {
    order: 1;
  }

  .m-top-info .c-item.top-phone .phone-info,
  .m-top-info .c-item.top-email .email-info {
    display: flex;
    flex-direction: column;
  }

  .m-top-info .top-logo {
    display: block;
    order: 2;
  }

  .m-top-info .phone-info div:first-child,
  .m-top-info .email-info div:first-child {
    display: block;
    color: #575757;
    font-size: 18px;
  }

  .m-top-info .c-item .fa.fa-envelope-o,
  .m-top-info .c-item .fa.fa-phone {
    font-size: 30px;
  }

  #banner {
    display: none;
  }

  #mobanner {
    display: block;
  }

  .m-feature {
    display: none;
  }

  .m-about {
    display: none;
  }

  .floatwindow_fd_conct {
    display: none;
  }

  .back_to_top {
    display: none;
  }

  .m-case {
    display: none;
  }

  .m-serach {
    display: none;
  }

  body {
    display: flex;
    flex-direction: column;
  }

  .hot-sell-pro {
    order: 4;
    background: #f2f2f2 !important;
    padding: 0 0 30px;
    margin-top: 10px;
  }

  .hot-sell-pro h4 {
    display: block;
    text-align: center;
    font-family: Roboto-BoldCondensed;
    text-transform: uppercase;
    font-size: 2.2rem;
    line-height: 4.8rem;
  }

  .recom-pro-item p {
    display: none;
  }

  .recom-pro-item .recom-pro-con {
    display: none;
  }

  .hot-sell-pro .recom-pro-box .recom-pro-item>div a {
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    /* word-break: keep-all; */
    /* white-space: pre-wrap; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .recom-pro-item h3 {
    margin-bottom: 20px;
  }

  .hot-sell-pro .recom-pro-box .recom-pro-item>div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    flex: 1;
  }

  .hot-sell-pro .recom-pro-box {
    box-sizing: border-box;
    justify-content: space-around;
    justify-content: space-evenly;
  }

  .hot-sell-pro .recom-pro-box .recom-pro-item {
    margin: 0;
    margin-bottom: 20px;
    flex-basis: 46%;
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
  }

  .hot-sell-pro .recom-pro-box .recom-pro-item>div img {
    width: 100%;
  }

  .recommend-product {
    display: none;
  }

  .mobile-recomm-pro {
    display: block;
    order: 5;
    padding-bottom: 30px;
  }

  footer {
    order: 10;
    border-top: 0;
  }

  footer .bottom-link {
    flex-wrap: wrap;
    padding-top: 0;
    border-top: 0;
  }

  footer #bot-nav {
    width: 100%;
    text-align: center;
  }

  footer #bot-nav .nav-link {
    margin-right: 0;
  }

  footer .nav-link li {
    width: 100%;
  }

  footer #botvisitbox {
    width: 100%;
    text-align: center;
    padding: 0 20px;
    margin-top: 36px;
  }

  /* blog */

  .wmpic {
    width: auto;
  }

  .wmpic img {
    width: 67%;
    height: auto;
  }

  .newstxt {
    margin-left: 1%;
  }

  /* 产品列表 */
  .procate-lsit1 li {
    width: 33.3333%;
  }

}


@media (min-width: 576px) and (max-width: 768px) {
  .c-share .tlanguage {
    display: none;
  }

  .m-top-info .c-share {
    display: none;
  }
}


@media (max-width: 576px) {
  .container.about_us .inner-title{
    display: none;
  }
  #topbar {
    height: auto;
  }

  #topbar .content .m-top-info {
    height: auto;
  }

  .c-share .tlanguage {
    display: none;
  }

  .m-top-info .c-share {
    display: none;
  }

  .m-top-info .left-item {
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 14px;
  }

  .m-top-info .top-logo {
    flex-basis: 100%;
    order: 1;
    align-self: center;
    display: flex;
    justify-content: center;
  }

  .m-top-info .top-logo img {
    height: 100%;
    width: auto;
  }

  .m-top-info .c-item.top-phone,
  .m-top-info .c-item.top-email,
  .m-top-info .top-logo {
    margin-right: 0;
  }

  .floatwindow_fd_conct {
    display: none;
  }

  footer #botfeedbackbox {
    display: none;
  }

  footer #botvisitbox {
    display: none;
  }

  footer .bottom-link .footlogo {
    display: block;
    margin-bottom: 4px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  footer #bot-nav h3 {
    display: none;
  }

  footer .nav-link li a {
    color: #515151;
    font-size: 14px;
    font-weight: bold;
    font-family: Roboto-Condensed;
    text-transform: capitalize;
    text-align: left;
  }

  footer .fonrig {
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  footer .foshare a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 1px;
  }

  footer .fonrig a i {
    font-size: 16px;
  }

  footer .nav-link li a {
    text-align: center;
  }


  #iabout {
    display: block;
    order: 6;
  }

  .newslist li.nwmor {
    flex-wrap: wrap;
  }

  .wmpic {
    width: 100%;
  }


  .wmpic img {
    width: auto;
    max-height: 198px;
  }

  .txtime {
    display: none;
  }

  .newptit {
    padding: 12px 0;
    border-bottom: 1px dashed #d2d2d2;
  }

  .newstxt .newptit a {
    margin-bottom: 0;
    font-size: 22px;
    color: #000;
  }

  .newstxt {
    margin: 0;
    width: 100%;
  }

  .newslist li.nwmor {
    border-bottom: none;
  }

  .newslist .news-date {
    display: block;
  }

  .news-more {
    display: block;
  }

  /* 分页 */
  .page-guide {

    width: 94%;

    display: flex;

    flex-wrap: wrap;

  }

  .page-guide .ell {
    display: none;
  }

  .page-guide span,
  .page-guide a {

    width: 20px;

    height: 31px;

    line-height: 36px;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 8px;
  }

  .new-list-container .newslist {
    margin-bottom: 48px;
  }

  /* inspiration */
  .inspiration-list .newslist li .news-link {
    display: none;
  }

  .inspiration-list .newsconlf {
    display: block;
    margin-right: 20px;
  }

  .inspiration-list .newslist li .news-date2 {
    display: none;
  }

  .inspiration-list .newslist li {
    padding: 20px;
  }

  .inspiration-list .newslist li .news-title {
    padding-right: 0;
  }

  /* 联系我们 */
  .feedbackForm {
    display: none;
  }

  .form-m {
    display: block;
  }

  .contact-info .contact-wx-code {
    width: 80px;
    height: 80px;
  }

  .contact-info tbody {
    font-size: 15px;
  }

  .feedback-text {
    display: none;
  }

  #feedbackForm2 {
    display: block;
  }

  #feedbackForm2 input {
    border-bottom: 1px solid #c8c8c8;
  }

  /* 产品列表页 */
  .container.product-list {
    padding: 30px 10px 0px;
  }

  .inner-procate {
    display: none;
  }

  .procate-lsit1 li {
    width: 50%;
    border: none;
    margin-bottom: 30px;
  }

  .procate-lsit1 li:nth-child(4n+1) {
    border: none;
  }

  .content-ProTypeList {
    width: 88%;
    margin: 0 auto;
    margin-top: 10px;
  }

  /* 产品详情 */
  .share-box{
    display: none;
  }

  .m-share-box{
    display: block;
    box-sizing: border-box;
    padding-left: 15px;
  }

  .spec-scroll{
    display: none;
  }

  .pro-info-box .pro-img{
    display: none;
  }

  .pro-info-box{
    flex-direction: column;
    box-sizing: border-box;
    padding: 0;
  }

  .m-product-pic{
    display: block;
  }

  .pro-info-box .proinfo{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 26px;
  }

  #tagSwitch{
    display: none;
  }

  .pro-nextprev{
    display: block;
  }

  /* you might also like */
  .proList-random .rollPro1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .rollPro1 li{
    width: 48%;
    margin: 0;
  }

  .rollPro1 li .pbox{
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-bottom: ppx;
  }

  .rollPro1 li a{
    font-weight: bold;
  }

  .rollPro1 li p{
    margin: 0 auto;
  }

  .proList-random .ptit{
    display: none;
  }

  .proList-random .m-ptit{
    display: block;
  }

  .pro-info-box .proinfo .btns a{
    display: inline-block;
    margin-right: .7rem;
    background: #007dc3;
    border-radius: 3px;
    color: #fff;
    font-size: 1.1rem;
    padding: 0 1rem;
    line-height: 2.7rem;
    white-space: nowrap;
  }

  .pro-nextprev{
    display: block;
  }

  .pro-nextprev a {
    color: #222;
  }

  #inews{
    display: block;
  }


}

@media (max-width: 500px) {
  .ihpic {
    height: auto;
  }

  .ihtit {
    font-size: 14px;
  }

  .ihword {
    font-size: 14px;
    height: 45px;
    line-height: 16px;
  }

  .ihbtn {
    font-size: 15px;
    width: auto;
    line-height: 30px;
    height: 30px;
    text-align: center;
  }

  #iabout .iabwor {
    font-size: 16px;
    line-height: 24px;
  }

  #iabout .iablitit {
    font-size: 18px;
  }

  #iabout .iabliwor {
    font-size: 14px;
    line-height: 20px;
  }

  #iabout .iablist li i {
    font-size: 55px;
  }

  #iabout .iabrg {
    padding-left: 66px;
  }

  #iabout .next,
  #iabout .prev {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }

  #iabout .iabtit {
    width: 100px;
    height: 100px;
    top: -50px;
  }

  .iabtit span {
    font-size: 16px;
    line-height: 24px;
  }

  #iabout .icontainer {
    padding: 20% 44px 40px;
  }

  #inews {
    padding: 30px 0;
  }

  #inews .inewtit {
    font-size: 30 px;
  }

  #inews .newstit {
    font-size: 24px;
    line-height: 32px;
  }

  #inews .neword {
    font-size: 16px;
  }

  #inews .newtime {
    font-size: 12px;
  }

  #inews .newbtn {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: -33px;
    padding: 4px;
  }

  .wmuSliderNext,
  .wmuSliderPrev {
    width: 30px;
    height: 30px;
    bottom: 10px;
  }

  .wmuSliderNext:after, .wmuSliderPrev:after {
    width: 6px;
    height: 6px;
  }


  /* 产品列表页 */
  .procate-lsit1 li .cate-text a {
    margin: 8px 0;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    font-weight: bold;
  }

  .procate-lsit1 li .cate-text p {
    margin: 0;
    margin-bottom: 10px;
    text-align: left;
  }

  .procate-lsit1 li .cate-text+a {
    display: none;
  }

  .procate-lsit1 li {
    margin-bottom: 0px;
    padding: 0 8px;
    padding-bottom: 10px;
  }

  .procate-lsit1 {
    padding-bottom: 20px;
  }
}


@media (max-width: 410px) {
  .ihbtn {
    font-size: 12px;
  }

  .ihbtn i {
    font-size: 12px;
  }

  #iabout .iablitit {
    font-size: 14px;
  }

  #iabout .iablist li i {
    font-size: 44px;
  }

  #iabout .iabrg {
    padding-left: 56px;
  }

  #inews .newstit {
    font-size: 18px;
    line-height: 20px;
    height: 38px;
  }

  #inews .neword {

    font-size: 14px;

    line-height: 18px;

    margin-bottom: 16px;
  }

  #inews .newbtn {
    font-size: 12px;
    line-height: 20px;
    padding: 4px 6px;
  }

  .wmpic img {
    width: auto;
  }

  .container{
    padding: 0 12px !important;
  }

  .new-list-container{
    padding: 0;
  }
}

@media (max-width: 400px) {

  .m-top-info .c-item.top-phone .phone-info,
  .m-top-info .c-item.top-email .email-info {
    font-size: 14px;
  }

  .m-top-info .phone-info div:first-child,
  .m-top-info .email-info div:first-child {
    font-size: 16px;
  }

  .m-top-info .c-item .fa.fa-envelope-o,
  .m-top-info .c-item .fa.fa-phone {
    font-size: 26px;
  }
}