.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}

.clearfix {
  *display: inline-block;
  _height: 1%;
}

.sp_block,
.pad_block,
.sp_inline,
.sp_th {
  display: none !important;
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-text {
  display: none;
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-set {
  display: none;
}

#newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-send {
  display: none;
}

#newBridge .nb-icon-wrap {
  bottom: 80px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt75 {
  margin-top: 75px;
}

.top30 {
  padding-top: 30px;
}

.backgroundColor {
  width: 100%;
  background: #f3f3f3;
}

.fullwidth {
  width: 100% !important;
}

.fullwidth > img {
  width: 100%;
}

#nb_nodeboard_top {
  background-color: #2b3033 !important;
}

#newBridge .nb-nodeboard-base .nb-nodeboard-top-7 {
  background-image: none !important;
}

#newBridge .nb-nodeboard-base .nb-nodeboard-send .nb-nodeboard-send-btn-7 {
  background-color: #2b3033 !important;
}

#newBridge .nb-icon-skin-xc-1 .nb-icon-inner-wrap {
  background: url(../images/contactBar.png) no-repeat !important;
}

.t_center {
  text-align: center;
}

.center {
  width: 70%;
  margin: 0 auto;
}

.service_character.center {
  margin: 7vh auto 0 auto;
  padding: 6vh 0 8vh 0;
}

.unimat_top2.center {
  width: 90%;
}

a {
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
}

header .unimat_top {
  height: 30px;
  background: #101010;
}

header .unimat_top .top.center {
  width: 90%;
}

header .top .top_des {
  float: left;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}

header .top .top_ri {
  float: right;
}

header .top .top_ri img {
  vertical-align: middle;
  float: left;
  margin-top: 6px;
}

header .top .top_ri .select_language {
  width: 96px;
  height: 26px;
  position: relative;
  z-index: 10;
  float: left;
  margin-left: 6px;
}

header .top .top_ri .select_language ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 96px;
  height: 26px;
  background: #fff url(../images/to_bottom_icon.jpg) no-repeat 77px 8px;
  line-height: 26px;
  font-size: 13px;
  border: 1px solid #b5a99d;
}

header .top .top_ri .select_language ul li a {
  display: block;
  color: #000;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .top .top_ri .select_language ul li.jp {
  display: none;
}

header .top .top_ri .select_language:hover ul {
  height: 52px;
}

header .top .top_ri .select_language:hover ul li.jp {
  display: block;
}

header .unimat_top2 {
  height: 100%;
}

header .unimat_top2 .unimat_logo {
  width: 125px;
  float: left;
  margin-top: 20px;
}

header .unimat_top2 .consult_tel {
  float: right;
  margin: 10px 0;
  height: 60px;
}

header .unimat_top2 .consult_tel dt {
  font-size: 16px;
  float: left;
  font-weight: bold;
}

header .unimat_top2 .consult_tel dt .ins {
  font-size: 26px;
  color: #fff;
  margin-top: 0px;
  background: #101010;
  text-align: center;
}

header .unimat_top2 .consult_tel dt .con {
  color: #101010;
}

header .unimat_top2 .consult_tel dt .con span {
  font-size: 16px;
  vertical-align: middle;
}

header .unimat_top2 .consult_tel dt .con img {
  vertical-align: middle;
}

header .unimat_top2 .consult_tel dt .con i {
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  vertical-align: middle;
}

header .unimat_top2 .consult_tel dd {
  float: left;
  line-height: 20px;
}

header .unimat_top2 .consult_tel dd p span {
  font-size: 13px;
}

header .unimat_top2 .consult_tel dd p a {
  color: #000;
  font-weight: bold;
}

header .unimat_top2 .consult_tel dd p i {
  font-style: normal;
  font-size: 18px;
  vertical-align: middle;
}

header .unimat_top2 .consult_tel dd p img {
  vertical-align: middle;
}

.nav {
  background: #2b3033;
  margin-top: 30px;
  position: relative;
}

.nav ul {
  width: 920px;
  margin: 0 auto;
}

.nav ul li {
  float: left;
  font-size: 17px;
  width: 145px;
  text-align: center;
  margin-left: 10px;
}

.nav ul li:first-child {
  margin-left: 0;
}

.nav ul li a {
  color: #fff;
  display: block;
  padding: 26px 0;
  background-position: -145px 60px;
}

.nav ul li a:hover,
.nav ul li.active a {
  background: url(../images/nav_hover_bg.jpg) no-repeat center 60px;
}

.nav ul li .subnav {
  position: absolute;
  background: #2b3033;
  opacity: 0.85;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav ul li#lent:hover .subnav,
.nav ul li#productNavlist:hover .subnav {
  display: block;
}

.nav .subnav ul {
  width: 100%;
  color: #fff;
}

.nav .subnav ul a {
  padding: 0;
}

.nav .subnav ul a:hover {
  background: #fff;
  color: #2b3033;
}

.nav .subnav ul li {
  float: none;
  padding: 20px 0;
  border-top: 1px solid #fff;
  margin: 0;
  font-size: 14px;
}

.nav .subnav ul a:last-child li {
  border-bottom: 1px solid #fff;
}

.unimat_banner {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 36%;
  background: url(../images/unimat_banner.jpg) no-repeat top center;
  background-size: 100%;
}

.a_position {
  width: 60%;
  position: absolute;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a_position .a1 {
  width: 50%;
  display: inline-block;
  padding: 15px 4vw;
  font-size: 28px;
  background: #2b3033;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  line-height: 1;
}

.a_position.btngroup01 .a2 {
  background: #f3f3f3;
  color: #2b3033;
}

.a_position.btngroup02 a:nth-child(1) {
  background: #f3f3f3;
  color: #2b3033;
}

.a_position .a1 img {
  vertical-align: middle;
  margin-right: 20px;
  float: left;
}

.a_position .a1 .fontSm {
  font-size: 12px;
}

.unimat_banner2 {
  height: 724px;
  background: url(../images/unimat_banner2.jpg) no-repeat top center;
}

.uni_video {
  margin-top: 30px;
}

.uni_video img {
  vertical-align: top;
}

.unimat_campaign {
  width: 800px;
  height: auto;
  margin: 19px auto 0 auto;
  border: 4px solid #f15a23;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.unimat_campaign h3 {
  height: 55px;
  background: #f15a25;
  line-height: 55px;
  text-align: center;
  color: #fff;
}

.unimat_campaign .unimat_campaign_des {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.unimat_campaign .unimat_campaign_des ul {
  width: 365px;
  margin: 3px auto 0 auto;
}

.unimat_campaign .unimat_campaign_des ul li {
  font-size: 23px;
  line-height: 36px;
  padding-left: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/red_disc.jpg) no-repeat left center;
}

.unimat_campaign .unimat_campaign_des .tel {
  text-align: center;
  margin-top: 28px;
}

.unimat_campaign .unimat_campaign_des .tel .ins1 {
  font-weight: bold;
  color: #603815;
}

.unimat_campaign .unimat_campaign_des .tel .ins1 span {
  font-size: 28px;
  vertical-align: middle;
}

.unimat_campaign .unimat_campaign_des .tel .ins1 img {
  vertical-align: middle;
}

.unimat_campaign .unimat_campaign_des .tel .ins1 i {
  font-style: normal;
  font-size: 53px;
  vertical-align: middle;
}

.unimat_campaign .unimat_campaign_des .tel .ins2 {
  margin-top: 10px;
}

.unimat_campaign .unimat_campaign_des .tel .ins2 span {
  font-size: 15px;
  vertical-align: middle;
}

.unimat_campaign .unimat_campaign_des .tel .ins2 i {
  font-size: 23px;
  font-weight: bold;
  color: #603814;
  margin-top: 10px;
  vertical-align: middle;
}

.unimat_campaign .unimat_campaign_des .tel .ins2 img {
  vertical-align: middle;
}

.service_character.mt50 {
  margin-top: 50px;
}

.service_character h3 {
  height: 73px;
  font-size: 42px;
  color: #2b3033;
  text-align: center;
  line-height: 73px;
}

.service_character ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.service_character ul.h486 {
  height: 486px;
}

.service_character ul li {
  float: left;
  width: 31%;
}

.service_character ul li img {
  width: 100%;
}

.service_character ul li:first-child {
  margin-left: 0;
}

.service_character ul li a {
  color: #000;
  display: block;
}

.service_character ul li img {
  vertical-align: top;
}

.service_character ul li .ins {
  font-size: 22px;
  padding-top: 20px;
  line-height: 35px;
  text-align: center;
  background: #cecece;
}

.service_character ul li .ins2 {
  background: #cecece;
  text-align: center;
  padding-top: 18px;
}

.service_character ul li .detail {
  background: #cecece;
  padding: 18px 0;
}

.service_character ul li .detail .more {
  font-size: 14px;
  width: 148px;
  padding: 12px 0;
  margin: 0 auto;
  background: #2b3033;
  color: #f0f0f0;
  text-align: center;
}

.service_character ul li .detail .more span {
  display: block;
  float: right;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 6px solid transparent;
  font-size: 0;
  line-height: 0;
  margin-top: 2px;
}

.news {
  width: 800px;
  margin: 92px auto 0 auto;
}

.news_title {
  border-bottom: 2px solid #ccc;
  padding-bottom: 8px;
}

.news_title h3 {
  font-size: 30px;
  float: left;
}

.news_title h3 span {
  font-weight: normal;
  font-size: 15px;
}

.news_title .more_news {
  font-size: 14px;
  width: 123px;
  height: 30px;
  background: #b3b3b3;
  float: right;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.news_title .more_news a {
  color: #fff;
  display: block;
}

.news_title .more_news span {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 6px solid transparent;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

.news_list {
  margin-top: 12px;
  font-size: 15px;
}

.news_list li {
  line-height: 37px;
  border-bottom: 1px dotted #ccc;
}

.news_list li span {
  display: inline-block;
  margin-right: 9px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #2b3033;
}

.news_list li a {
  color: #000;
}

.news_list li a:hover {
  text-decoration: underline;
}

.products_intro {
  margin-top: 82px;
}

.products_intro ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.products_intro ul li {
  width: 28%;
}

.products_intro ul li img {
  width: 100%;
}

.products_intro h3 {
  font-size: 30px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 8px;
}

.products_intro h3 span {
  font-size: 15px;
  font-weight: normal;
}

.products_intro ul li {
  float: left;
  margin-top: 20px;
  margin-bottom: 25px;
}

.products_intro ul li:nth-child(4n+1) {
  margin-left: 0;
}

.products_intro ul li a {
  color: #000;
  display: block;
}

.products_intro ul li p {
  text-align: center;
  font-size: 18px;
  margin-top: 18px;
}

.custumers {
  margin-top: 103px;
}

.custumers h3 {
  font-size: 22px;
  background: #998675;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
}

.customers_list {
  margin-top: 32px;
  text-align: center;
}

.custumers_num {
  font-size: 24px;
  text-align: center;
  margin-top: 53px;
}

.custumers_num span {
  font-size: 40px;
  color: #f35923;
  font-weight: bold;
}

.footer_a {
  width: 480px;
  margin: 137px auto 0 auto;
  font-size: 15px;
}

.footer_a li {
  float: left;
  padding: 0 19px;
  border-right: 1px solid #ccc;
}

.footer_a li:last-child {
  border-right: none;
  padding-right: 0;
}

.footer_a li:first-child {
  padding-left: 0;
}

.footer_a li:hover {
  text-decoration: underline;
}

.footer_a li a {
  color: #000;
  display: block;
}

.line {
  border-bottom: 1px solid #ccc;
  margin-top: 13px;
}

footer {
  background: #373b3c;
  color: #fff;
  padding: 15px 0;
  font-size: 13px;
}

footer .unimat_contact {
  width: 948px;
  margin: 44px auto 0 auto;
}

footer .unimat_contact .fl {
  float: left;
}

footer .unimat_contact .n1 {
  padding: 21px 31px 21px 0;
  border-right: 1px solid #ccc;
}

footer .unimat_contact .n1 p {
  font-size: 14px;
  margin-top: 14px;
}

footer .unimat_contact .n2 {
  margin-left: 29px;
  padding-top: 8px;
}

footer .unimat_contact .n2 .des {
  font-size: 18px;
  font-weight: bold;
}

footer .unimat_contact .n2 .tel {
  margin-top: 17px;
  font-size: 50px;
  font-weight: bold;
}

footer .unimat_contact .n2 .tel span {
  display: inline-block;
  font-weight: normal;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  background: #29aae3;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 18px;
  padding-top: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer .unimat_contact .n2 .tel img {
  vertical-align: middle;
  margin: 0 5px 0 10px;
}

footer .unimat_contact .n3 {
  margin-left: 49px;
  padding-top: 8px;
}

footer .unimat_top2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .unimat_top2 .footerRitcon {
  margin-right: 3vw;
}

footer .unimat_top2 .footerLogo {
  width: 68px;
}

footer .unimat_top2 .footerLogo > img {
  width: 100%;
}

footer .unimat_top2 .txtCon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .unimat_top2 .txtCon .qrcode {
  width: 66px;
  margin-right: 3vw;
}

footer .unimat_top2 .txtCon .qrcode > img {
  width: 100%;
}

footer .unimat_top2 .txtCon .footerTxt span {
  display: inline-block;
  margin: 5px 0;
  vertical-align: middle;
}

/*footer .unimat_top2 .txtCon .footerTxt p{margin-top:10px;}*/
footer .unimat_top2 .txtCon .footerTxt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}

footer .unimat_top2 .txtCon .footerTxt ul li {
  padding: 0 20px;
  border-right: 1px solid #fff;
}

footer .unimat_top2 .txtCon .footerTxt ul li a {
  color: #fff;
}

footer .unimat_top2 .txtCon .footerTxt ul li:first-child {
  padding: 0 20px 0 0;
}

footer .unimat_top2 .txtCon .footerTxt ul li:last-child {
  border: none;
  padding: 0 0 0 20px;
}

footer .footerRitcon .icp {
  font-size: 14px;
  margin-top: 5px;
}

.copyright {
  background: #333;
  height: 44px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-top: 36px;
}

#top {
  position: fixed;
  z-index: 9998;
  bottom: 25px;
  right: 50px;
  cursor: pointer;
}

.service_step {
  text-align: center;
  margin-top: 60px;
}

.service_content {
  margin-top: 50px;
}

.service_content .service_menu {
  float: left;
  width: 16%;
}

.service_content .service_menu h3 {
  font-size: 13px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
}

.service_content .service_menu ul {
  margin-top: 3px;
  font-size: 15px;
}

.service_content .service_menu ul li {
  margin-top: 7px;
  line-height: 44px;
}

.service_content .service_menu ul li.active a {
  background: #2b3033;
  color: #fff;
}

.service_content .service_menu ul li a {
  display: block;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  background: #f7f6f4;
  line-height: 1.6;
}

.service_content .service_menu ul li a:hover {
  background: #2b3033;
  color: #fff;
}

.service_content .service_menu ul li span {
  float: right;
}

.service_content .service_intro {
  width: 100%;
}

.service_content .service_intro.fixWid {
  margin-left: 48px;
  width: 78%;
  float: right;
}

.service_content .service_intro .service_intro_title1 img {
  vertical-align: top;
}

.service_content .service_intro .service_intro_title2 {
  margin-top: 50px;
  height: 140px;
  padding: 33px 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/service_intro_title2_img1.png) no-repeat right center;
  background-size: 100% 100%;
}

.service_content .service_intro .service_intro_title2 .ins {
  padding-left: 15px;
  color: #fff;
}

.service_content .service_intro .service_intro_title2 h5 {
  font-size: 30px;
}

.service_content .service_intro .service_intro_title2 h5 span {
  font-size: 24px;
  font-weight: normal;
}

.service_content .service_intro .service_intro_title2 p {
  font-size: 17px;
  margin-top: 22px;
}

.coffee_machine {
  background: #fff;
  border-top: 1px dotted #cac7c2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 30px;
}

.coffee_machine.nf {
  background: #f3f3f3;
}

.coffee_machine_ins {
  font-size: 13px;
  line-height: 18px;
  padding: 0 0 15px 40px;
  background: #fbf8f3;
}

.coffee_machine li {
  float: left;
  width: 50%;
  height: auto;
  border-right: 1px dotted #cac7c2;
  border-bottom: 1px dotted #cac7c2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 54px 30px 35px 28px;
}

.coffee_machine li:nth-child(2n) {
  border-right: none;
}

.coffee_machine li p {
  text-align: left;
}

.coffee_machine li p.adv {
  text-align: left;
}

.coffee_machine li h3 {
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
  line-height: 30px;
}

.coffee_machine li h5 {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  line-height: 20px;
}

.coffee_machine li table {
  width: 395px;
  margin: 24px auto 0 auto;
  background: #fff;
  font-size: 13px;
  border-top: 2px solid #f7f2ec;
}

.coffee_machine li table tr th {
  background: #544741;
  color: #fff;
  text-align: center;
  width: 80px;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  border-bottom: 2px solid #f7f2ec;
}

.coffee_machine li table tr td {
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 18px;
  border-bottom: 2px solid #f7f2ec;
  vertical-align: top;
}

.coffee_machine li table tr td.bri {
  border-right: 2px solid #f7f2ec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.coffee_machine li table tr td span {
  font-weight: bold;
  color: #f35923;
  display: block;
}

.coffee_machine li a {
  font-size: 14px;
  display: block;
  width: 148px;
  padding: 10px;
  text-align: center;
  margin: 28px auto 0 auto;
  color: #fff;
  background: #2b3033;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.coffee_machine li a span {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  float: right;
  margin-top: 3px;
}

.coffee_machine li a:hover {
  background: #2b3033;
  color: #fff;
}

.coffee_machine li .left {
  float: left;
}

.coffee_machine li .left h3 {
  font-size: 18px;
  margin-top: 16px;
  text-align: left;
  line-height: 24px;
}

.coffee_machine li .left p {
  font-size: 13px;
  text-align: left;
  margin-top: 10px;
}

.coffee_machine li .left a {
  font-size: 15px;
  color: #818181;
  background: none;
  width: auto;
  height: auto;
  margin: 31px 0 0 0;
  padding: 0;
  text-align: left;
}

.coffee_machine li .right {
  float: right;
}

.coffee_machine li p.ins {
  font-size: 14px;
  height: 63px;
  line-height: 21px;
  margin-top: 30px;
  text-align: left;
  color: #4d4d4d;
}

.coffee_machine li .ap {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.coffee_machine li .ap .left {
  width: 200px;
  border: 1px solid #623812;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.coffee_machine li .ap .left.one {
  float: none;
  margin: 0 auto;
}

.coffee_machine li .ap h3 {
  color: #fff;
  margin: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.coffee_machine li .ap h3.bg1,
.coffee_machine li .ap h3.bg2 {
  background: #2b3033;
}

.coffee_machine li .ap p {
  margin-top: 0;
  padding-top: 10px;
  color: #2b3033;
  font-size: 12px;
  text-align: center;
  height: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.coffee_machine li .ap p.lh {
  line-height: 53px;
  padding: 0;
}

.coffee_machine li .ap p span {
  font-size: 12px;
}

.coffee_machine li .ap .right {
  float: left;
  width: 200px;
  margin-left: 15px;
  border: 1px solid #623812;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*.coffee_machine li .ap .right p {padding: 0;}*/
.coffee_machine li .tp {
  height: 234px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.coffee_machine li .tp .left,
.coffee_machine li .tp .right {
  width: 100%;
}

.other_machine li .tp {
  height: auto;
}

.coffees_details {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 150px;
}

.coffees_details .coffees_title {
  padding-bottom: 13px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.coffees_details .coffees_title h3 {
  font-size: 20px;
}

.coffees_details .coffees_title p {
  font-size: 14px;
}

.coffees_details .coffees_title img {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.coffees_details dl {
  margin-top: 5px;
}

.coffees_details dl dd {
  float: left;
}

.coffees_details dl dd.left {
  padding-top: 30px;
}

.coffees_details dl dt {
  float: right;
  width: 390px;
}

.coffees_details.ws_details dl dt {
  float: right;
  width: 490px;
}

.coffees_details dl dt ul li {
  font-size: 13px;
  line-height: 21px;
  margin-top: 5px;
  padding-left: 16px;
  background: url(../images/black_disc.jpg) no-repeat left center;
}

.coffees_details table {
  margin-top: 0;
  font-size: 13px;
  width: 100%;
}

.coffees_details h4 + table,
.coffees_details ul + table {
  margin-top: 10px;
}

.coffees_details table tr th {
  background: #999;
  color: #fff;
  font-weight: normal;
  width: 85px;
  border-bottom: 1px solid #fff;
  padding: 5px;
}

.coffees_details table tr td {
  padding: 6px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f7f6f4;
  border-bottom: 1px solid #fff;
}

.service_content .service_intro .service_intro_title2.s2 {
  background: url(../images/service_intro_title2_img2.png) no-repeat right center;
  background-size: 100% 100%;
}

.other_machine_title {
  font-size: 24px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #808080;
  color: #fff;
  margin-top: 60px;
}

.other_machine li {
  float: left;
  width: 50%;
  height: 422px;
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 54px 30px 35px 28px;
}

.other_machine li:nth-child(2n) {
  border-right: none;
}

.other_machine li p {
  font-size: 20px;
}

.other_machine li .other {
  font-size: 14px;
  display: block;
  width: 148px;
  padding: 10px;
  text-align: center;
  margin: 28px auto 0 auto;
  color: #fff;
  background: #999;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.other_machine li .other span {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 9px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  float: right;
}

.other_machine li .adv {
  margin-top: 42px;
}

.coffee_machine.other_machine li .left a {
  background: #454543;
  color: #fff;
  width: 148px;
  height: 33px;
  line-height: 33px;
  text-align: center;
}

.coffee_machine.other_machine li .left a span {
  margin: 12px 12px 0 0;
}

.service_intro_title3_detail {
  background: #f3f3f3;
}

.service_intro_title3_ins {
  margin-top: 38px;
  text-align: center;
}

.service_intro_title3_ins h3 {
  font-size: 32px;
}

.service_intro_title3_ins h3 span {
  color: #f15927;
}

.service_intro_title3_ins p {
  font-size: 16px;
  margin-top: 40px;
  line-height: 29px;
}

.service_intro_title3_ins img {
  margin: 42px 0 29px 0;
}

.service_intro_title3_intro {
  width: 100%;
  margin: 58px auto 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service_intro_title3_intro h3 {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  background: #cecece;
  padding-left: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 5px solid #2b3033;
}

.service_intro_title3_intro p {
  font-size: 15px;
  margin-top: 30px;
  line-height: 24px;
}

.service_intro_title3_intro .img {
  text-align: center;
  margin-top: 50px;
}

.service_intro_title3_intro table {
  width: 700px;
  margin: 32px auto 0 auto;
  font-size: 14px;
}

.service_intro_title3_intro table tr th {
  text-align: left;
  border-bottom: 1px solid #d0cbc7;
}

.service_intro_title3_intro table tr td {
  border-bottom: 1px solid #d0cbc7;
  padding: 8px 0;
}

.service_intro_title3_intro .contact_us {
  font-size: 16px;
  display: block;
  width: 182px;
  padding: 12px;
  margin: 36px auto 0 auto;
  background: #2b3033;
  text-align: center;
  color: #fff;
}

.service_intro_title3_intro .contact_us span {
  float: right;
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  margin-top: 3px;
}

.sein {
  width: 590px;
  margin: 35px auto 0 auto;
  font-size: 16px;
  line-height: 29px;
  padding: 16px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2b3033;
  border: 1px solid #2b3033;
}

.office_people {
  font-size: 30px;
  background: #000;
  color: #fff;
  height: 64px;
  line-height: 64px;
  text-align: center;
}

.office_people span {
  font-size: 24px;
  font-weight: normal;
}

.coffee_machine_icon {
  width: 801px;
  margin: 59px auto 0 auto;
}

.about_title {
  font-size: 24px;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
}

.about_title.mt40 {
  margin-top: 40px;
}

.about_ins {
  margin-top: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about_ins p {
  font-size: 15px;
  line-height: 24px;
  width: 45%;
}

.about_ins img {
  width: 40%;
  height: 100%;
}

.about_detail_title {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  background: #f7f6f4;
  margin-top: 59px;
  padding-left: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 6px solid #2b3033;
}

.about_ins p.w641 {
  width: 641px;
}

.about_ins2 {
  font-size: 15px;
  line-height: 24px;
  margin-top: 30px;
}

.about_table h5 {
  font-size: 18px;
  margin-top: 30px;
}

.about_table table {
  margin-top: 14px;
  font-size: 15px;
  border-top: 1px solid #ccc;
  width: 100%;
}

.about_table table tr th {
  font-weight: normal;
  width: 150px;
  background: #f2f2f2;
  text-align: left;
  padding-left: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.about_table table tr td {
  padding: 13px 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.about_table table.rec tr th {
  background: #f4f1ec;
  border-right: 1px solid #ccc;
}

.contact_ins {
  font-size: 18px;
  margin-top: 57px;
  line-height: 33px;
}

.contact_list {
  margin-top: 32px;
}

.contact_list .contact_list_line {
  border-top: 1px solid #ccc;
  padding: 70px 0 70px 203px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact_list .contact_list_line.lis {
  border-bottom: 1px solid #ccc;
}

.contact_list .contact_list_line .list_le {
  font-size: 22px;
  vertical-align: top;
}

.contact_list .contact_list_line.qq {
  padding: 21px 0 21px 203px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact_list .contact_list_line.qq .list_le {
  float: left;
  line-height: 125px;
}

.contact_list .contact_list_line.qq .list_le a {
  color: #fff;
  display: inline-block;
  line-height: normal;
  padding: 10px;
  margin-left: 55px;
  background: #2b3033;
  width: 148px;
  text-align: center;
  font-size: 14px;
}

.contact_list .contact_list_line.qq .list_le a i {
  float: right;
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  margin-top: 2px;
}

.contact_list .contact_list_line .list_ri {
  display: inline-block;
  padding-left: 55px;
}

.contact_list .contact_list_line p:nth-child(3).list_ri {
  padding-left: 195px;
}

.contact_list .contact_list_line .list_ri a {
  color: #000;
}

.contact_list .contact_list_line .list_ri a:hover {
  text-decoration: underline;
}

.contact_list .contact_list_line .list_ri img {
  margin-right: 10px;
}

.contact_list .contact_list_line .list_wx {
  float: left;
  padding: 11px 0 11px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #ccc;
  margin-left: 104px;
}

.contact_list .contact_list_line .list_wx p {
  font-size: 22px;
  float: left;
  line-height: 125px;
}

.contact_list .contact_list_line .list_wx img {
  float: left;
  margin-left: 99px;
}

.contact_list .contact_list_line.lis {
  padding: 57px 0 57px 355px;
}

.contact_list .contact_list_line.lis h3 {
  font-size: 20px;
}

.contact_list .contact_list_line.lis h5 {
  font-size: 18px;
  margin-top: 42px;
}

.contact_list .contact_list_line.lis .address {
  font-size: 16px;
  margin-top: 13px;
  line-height: 31px;
}

.contact_list .contact_list_line.tel .list_ri {
  font-size: 45px;
}

.contact_list .contact_list_line.tel .list_ri span {
  font-size: 19px;
  vertical-align: middle;
}

.contact_list .contact_list_line.email .list_ri {
  font-size: 26px;
}

.products_co_machine {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products_co_machine li {
  width: 48%;
  margin-top: 40px;
  background: #f3f3f3;
}

.products_co_machine li:nth-child(2n+1) {
  margin-left: 0;
}

.products_co_machine li a {
  display: block;
  width: 587px;
  height: 200px;
  padding: 31px 47px 25px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
}

.products_co_machine li .pro_ins {
  float: left;
  margin-left: 55px;
}

.products_co_machine li .pro_ins h3 {
  font-size: 24px;
}

.products_co_machine li .pro_ins .pro_des {
  font-size: 15px;
  margin-top: 21px;
  line-height: 20px;
}

.products_co_machine li .pro_ins .pro_detail {
  font-size: 14px;
  width: 148px;
  padding: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #2b3033;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}

.products_co_machine li .pro_ins .pro_detail span {
  display: inline-block;
  float: right;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  margin-top: 2px;
}

.products_co_machine li .pro_img {
  width: 166px;
  text-align: right;
  float: left;
}

.products_list li {
  float: left;
  text-align: center;
  margin-top: 40px;
  width: 33%;
  border-right: 1px dotted #cdcdcd;
}

.products_list li:nth-child(3n) {
  border-right: none;
}

.products_list li h5 {
  font-size: 20px;
  line-height: 26px;
  margin-top: 23px;
}

.products_list li a {
  display: block;
  width: 148px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #999;
  color: #fff;
  margin: 28px auto 0 auto;
  border-radius: 5px;
}

.products_list li a:hover {
  background: #2b3033;
}

.products_list li a span {
  display: inline-block;
  float: right;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  margin-top: 3px;
}

.coffee_bean_list li {
  float: left;
  width: 33%;
  border-right: 1px dotted #cbcbcb;
  border-bottom: 1px dotted #cbcbcb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 27px 0;
  margin-top: 40px;
}

.coffee_bean_list li:nth-child(3n) {
  border-right: none;
}

.coffee_bean_list li .img {
  text-align: center;
}

.coffee_bean_list li h5 {
  margin-top: 16px;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
}

.coffee_bean_list li h5 span {
  font-size: 17px;
  font-weight: normal;
}

.coffee_bean_list li h5 span.f13 {
  font-size: 13px;
}

.coffee_bean_list li .lis {
  font-size: 14px;
  line-height: 22px;
  width: 280px;
  height: 100px;
  margin: 20px auto 0 auto;
}

.coffee_bean_list li .bean_dic {
  width: 280px;
  height: 150px;
  background: #f7f6f4;
  padding: 15px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px auto 0 auto;
}

.coffee_bean_list li .bean_dic div.top7 {
  margin-top: 7px;
}

.coffee_bean_list li .bean_dic p {
  float: left;
  line-height: 24px;
  margin-top: 0;
  font-size: 17px;
  font-weight: bold;
}

.coffee_bean_list li .bean_dic .coffees_bo {
  font-weight: normal;
  width: 82px;
  height: 24px;
  line-height: 24px;
  background: #2b3033;
  border-radius: 12px;
  font-size: 17px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}

.coffee_bean_list li .bean_dic p img {
  vertical-align: middle;
}

.coffee_bean_list.h471 li {
  height: 471px;
}

.coffee_bean_list.h500 li {
  height: 500px;
}

.news_line {
  margin-top: 20px;
}

.news_line li {
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}

.news_line li a {
  color: #000;
}

.news_line li a:hover {
  text-decoration: underline;
}

.news_line li img {
  margin-right: 9px;
  vertical-align: middle;
}

.news_line li span {
  margin-right: 35px;
}

.top_line2 {
  border-top: 2px solid #ccc;
}

.news_detail_title {
  font-size: 22px;
  margin-top: 20px;
}

.news_detail_title span {
  font-size: 15px;
  font-weight: normal;
  line-height: 36px;
}

.news_detail_des {
  font-size: 15px;
  margin-top: 27px;
}

.news_table {
  margin-top: 50px;
  font-size: 15px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.news_table tr th {
  background: #f2f2f2;
  padding: 12px 0;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news_table tr td {
  padding: 12px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.news_table tr td.c_center {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inquiry_dj {
  position: fixed;
  top: 55%;
  right: 0;
  margin-top: -250px;
  z-index: 9999;
}

.inquiry_dj .inquiry_b {
  display: none;
}

.inquiry_dj .inquiry_x {
  cursor: pointer;
}

.inquiry_dj .inquiry_l {
  margin-top: -3px;
  position: relative;
}

.inquiry_dj .inquiry_l a:nth-child(2) {
  width: 120px;
  height: 80px;
  position: absolute;
  top: 26px;
  left: 2px;
}

.inquiry_dj .inquiry_a {
  padding-top: 100px;
  cursor: pointer;
}

.service_character01_intro {
  background: #f3f3f3;
  padding: 38px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service_character01_title {
  font-size: 32px;
  text-align: center;
}

.service_character01_title span {
  color: #ef5924;
}

.service_character02_title {
  font-size: 24px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #2b3033;
  color: #fff;
  margin-top: 60px;
}

.service_character01_title02 {
  font-size: 18px;
  text-align: center;
  margin-top: 52px;
}

.coffees_details .service_character01_table {
  margin-top: 33px;
}

.service_character01_table tr th {
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 22px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service_character01_table tr th.bg1 {
  background: #fbf8f3;
}

.service_character01_table tr th.bg2 {
  background: #2b3033;
}

.service_character01_table tr th.bg3 {
  background: #2b3033;
}

.service_character01_table tr td {
  background: #fff;
  border-bottom: 1px dotted #d2d2d2;
  font-size: 15px;
  text-align: center;
  padding: 22px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service_character01_table tr td.bbn {
  border-bottom: none;
}

.service_character01_table tr td.bg4 {
  background: #ede9e8;
  width: 160px;
  padding: 22px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.service_character01_table tr td.bg5 {
  border-right: 1px dotted #d2d2d2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service_character01_table tr td .f20 {
  font-size: 20px;
  line-height: 28px;
}

.service_character01_table tr td .f16 {
  font-size: 16px;
}

.service_character01_table tr td .f13 {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  line-height: 20px;
}

.service_character01_brand {
  margin-top: 30px;
}

.market_price {
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}

.market_price span {
  font-size: 18px;
  color: #2b3033;
  font-weight: normal;
}

.service_character02_table {
  margin-top: 8px;
  border: 1px solid #b1b0ae;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service_character02_table tr th {
  font-weight: bold;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 0;
  font-size: 14px;
}

.service_character02_table tr th.m1 {
  background: #2b3033;
}

.service_character02_table tr th.m2 {
  background: #2b3033;
}

.coffees_details .service_character02_table tr td {
  border-bottom: 1px solid #b1b0ae;
  font-size: 16px;
  padding: 7px 0;
  text-align: center;
}

.service_character02_table tr td span {
  font-size: 13px;
}

.service_character02_table tr td.bri {
  border-right: 1px solid #b1b0ae;
}

.more_detail {
  display: block;
  width: 146px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  background: #2b3033;
  color: #fff;
  font-weight: bold;
  margin: 15px auto 0 auto;
}

.more_detail img {
  margin-left: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .a_position .a1 {
    font-size: 20px;
    line-height: 1.5;
  }
  .a_position .a1 img {
    width: 20%;
  }
  .center.wd90 {
    width: 90%;
  }
  .coffee_bean_list li .lis {
    font-size: 12px;
  }
  .service_character ul li .ins {
    font-size: 20px;
  }
  .nav ul {
    width: 800px;
  }
  .nav div.pad_none:nth-child(1) {
    left: 50px !important;
  }
  .nav div.pad_none:nth-child(2) {
    right: 50px !important;
  }
  .nav ul li {
    width: 110px;
  }
  .nav .subnav ul a:last-child li {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .products_co_machine li .pro_ins {
    margin-left: 30px;
  }
  .products_co_machine {
    width: 90%;
  }
}
@media only screen and (min-width: 1921px) {
  .products_co_machine li {
    width: 32%;
  }
}
.coffee-list,
.coffees_details dl dt ul.coffee-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
}
.coffee-list li,
.coffees_details dl dt ul.coffee-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(25% - 7.5px);
  padding-left: 0;
  background-image: none;
}
.coffee-list li div.icon,
.coffees_details dl dt ul.coffee-list li div.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.coffee-list li div.icon img,
.coffees_details dl dt ul.coffee-list li div.icon img {
  width: 100%;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
}
.coffee-list li div.icon div.title,
.coffees_details dl dt ul.coffee-list li div.icon div.title {
  font-size: 9px;
  white-space: pre-wrap;
  line-height: 1.6;
  text-align: center;
}

.coffees_con span.text {
  font-size: 11px;
  display: block;
  margin-top: 10px;
}

span.dummy {
  color: yellow;
  font-weight: bold;
}

#cboxContent {
  max-height: 100vh;
  max-height: 100dvh;
  margin-top: 0 auto;
}

.products_list.water_machine_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products_list.water_machine_list li {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products_list.water_machine_list li img {
  max-height: 300px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.products_list.water_machine_list li .products_list_intro {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products_list.water_machine_list li .products_list_intro h5 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ws_details .left img {
  max-height: 300px;
}

ul.coffee_machine_ws li p img {
  max-height: 230px;
}/*# sourceMappingURL=style.css.map */