html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
ol,ul,li {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th,td {
	vertical-align:middle;
}
/* custom */
a {
	outline:none;
	color:#16418a;
	text-decoration:none;
}
a:focus {
	outline:none;
}
a:hover {
  text-decoration: none;
}


.clearfix:after{
  content:"";  /*设置内容为空*/
  height:0;     /*高度为0*/
  line-height:0;   /*行高为0*/
  display:block;   /*将文本转为块级元素*/
  visibility:hidden;   /*将元素隐藏*/
  clear:both;    /*清除浮动*/
}/* header */
.top {
  width: 100%;
  height: 1.47rem;
  font-size: 1rem;
  background-image: linear-gradient(to right, #017e54, #ce0c0c) !important;
}

.top .top_wrap {
  width: 37.5rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 0.4rem;
  color: #ffffff;
}

.top .qode_icon_font_awesome {
  font-size: 0.375rem;
  color: #ffffff;
  background-color: #ef1313;
  border-color: #f35959;
  border-style: solid;
  border-width: 1px;
  line-height: 0.843rem;
  height: 0.9rem;
  width: 0.9rem;
  text-align: center;
  border-radius: 2em;
  -webkit-border-radius: 2em;
}

.top .top_wrap_one {
  margin-right: 20px;
}

.top .top_wrap_one span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  padding-left: 4px;
  font-family: 'work sans';
}

.header_bottom {
  width: 100%;
}

.wrap_nav {
  width: 37.5rem;
  height: 3.125rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.wrap_nav .logo {
  width: 5.25rem;
  height: auto;
}

.wrap_nav .bottom_right {
  display: flex;
}

.wrap_nav .bottom_right li {
  padding: 0 22px;
  line-height: 3.125rem;
  font-size: 0.5625rem;
  font-weight: bold;
  color: #000;
  font-family: 'montserrat,sans-serif';
  text-transform: none;
  cursor: pointer;
  position: relative;
}

.wrap_nav .bottom_right li .bottom_href {
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
}

.wrap_nav_active .bottom_href {
  color: #fc634a !important;
}

.bottom_right li:hover .bottom_href {
  color: #fc634a;
}

.nav_hover {
  background: #fff;
  position: absolute;
  top: 3.125rem;
  z-index: 999;
  display: none;
  width: 7.03rem;
  left: -0.58rem;
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}

.nav_hover>a {
  font-size: 0.375rem;
  display: block;
  width: 100%;
  line-height: 0.5rem;
  padding: 0.3rem 1rem 0.3rem 1.3rem;
  font-family: 'montserrat,sans-serif';
  color: #000;
  text-transform: uppercase;
  font-family: 'montserrat,sans-serif';
  color: #000;
}

.wrap_nav_two:hover .nav_hover {
  display: block;
}

.nav_hover a:hover {
  color: #fc634a;
}

.nav_products {
  background: #fff;
  position: absolute;
  top: 3.125rem;
  z-index: 999;
  display: none;
  left: -0.58rem;
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  width: 36.875rem;
  left: -28rem;
  height: 14rem;
}

.nav_products_wrap {
  width: 100%;
  height: 100%;
  display: flex;
}

.nav_item {
  width: 25%;
}

.nav_item a {
  font-size: 0.375rem;
  display: block;
  width: 100%;
  line-height: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 1.3rem;
  font-family: 'montserrat,sans-serif';
  color: #000;
  text-transform: uppercase;
  border-right: 1px solid #000;
}

.nav_item:last-child a {
  border-right: none;
}

.nav_item .nav_color {
  color: #007e54;
}

.wrap_nav_three:hover .nav_products {
  display: block;
}

.nav_item>a:hover {
  color: #fc634a;
}

/* header */
/* banner */
.banner {
  height: 12.29rem;
  width: 100%;
  background-image: url("https://winhycare.com/wp-content/uploads/2019/07/winhycare-freezers.jpg");
  background-position: center -4rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.banner .banner_about_text {
  text-align: center;
  font-size: 1.72rem;
  color: #fff;
  font-weight: 600;
  line-height: 12.29rem;
  font-family: 'sans-serif';
}

/* banner */
/* **** */

.section_inner {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2d2e48;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1.3125rem;
}

.wpb_row {
  /* width: 37.5rem; */
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.wpb_row .wpb_row_left {
  width: 8.6719rem;
}

.wpb_row .wpb_row_left div {
  color: #2d2e48;
  font-family: 'montserrat,sans-serif';
  font-size: 0.5625rem;
  line-height: 0.75rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 15px;
}

.wpb_row_left label {
  display: flex;
  align-items: center;
  color: #959595;
  font-weight: normal;
  margin-bottom: 10px;
}

.wpb_row_left label .checkbox {
  width: 19px;
  height: 14px;
  margin: 0;
  margin-right: 5px;
}

.wpb_row_left label:hover {
  color: #000;
  font-weight: 500;
}

.vc_column-inner {
  display: flex;
  /* width: 29rem; */
  flex-wrap: wrap;
  padding: 0 2rem;
}

.vc_column-inner li {
  width: 33.3%;
  margin-bottom: 1.33rem;
  text-align: center;
  overflow: hidden;
  padding: 0 1rem;
}

.vc_column-inner li a {
  position: relative;
  display: block;
}

.column_hover {
  display: none;
  transition: all 0.2s ease-in;
  opacity: 0;
}

.column_hover span {
  width: 5.45rem;
  height: 1.678rem;
  background-image: linear-gradient(to right, #017e54, #ce0c0c);
  display: block;
  color: #ffffff;
  font-size: 0.469rem;
  text-align: center;
  line-height: 1.678rem;
}

.vc_column-inner li a:hover .column_hover {
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 253, 253, 0.7);
  transition: all 0.2s ease-in;
}

.vc_column-inner li a:hover~.number {
  color: red;
}

.vc_column-inner li img {
  height: 8.875rem;
}

.vc_column-inner li .number-title {
  margin-top: 1rem;
  font-size: 0.7rem;
  color: #2d2e48;
  font-weight: 700;
}

.vc_column-inner li .number-desc {
  margin-top: 0.3rem;
  font-size: 0.43rem;
  color: #2d2e48;
  text-align: left;
  /* font-weight: 700; */
}



/* footer */
.footer {
  width: 100%;
  height: 11.375rem;
  background: #f7f7f7;
  display: flex;
}

.footer_wrap {
  height: 6.375rem;
  display: flex;
  width: 40.625rem;
  margin: 3rem auto 0;
}

.footer_wrap .one {
  width: 33.3%;
}

.one_title {
  color: #2d2e48;
  font-weight: 500;
  font-size: 0.5625rem;
  margin-bottom: 0.6875rem;
}

.one {
  font-size: 0.4rem;
  color: #818181;
  padding-left: 1rem;
}

.one a {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 0.4rem;
  color: #818181;
  font-family: 'work sans,sans-serif';
}

.one a:hover {
  color: #ffffff;
}

.one_icon {
  font-size: 0.375rem;
  color: #ffffff;
  background-color: #ef1313;
  border-color: #f35959;
  border-style: solid;
  border-width: 1px;
  line-height: 0.843rem;
  height: 0.9rem;
  width: 0.9rem;
  text-align: center;
  border-radius: 2em;
  -webkit-border-radius: 2em;
}

.one__email {
  color: #818181;
  margin-left: 0.2rem;
  font-family: 'work sans,sans-serif';
}

.one__addr {
  display: inline-flex;
  margin-left: 0.2rem;
  margin-top: 0.8rem;
  font-size: 0.375rem;
  font-family: 'work sans,sans-serif';
  line-height: 0.7rem;
}

.foooter-space {
  height: 1.5rem;
  width: 100%;
  background: #fff;
}

/* footer */

/* 移动端 */
/* 移动端 */
/* 移动端 */
/* 移动端 */
.mobile_header {
  display: none;
}

@media screen and (max-width: 700px) {
  .mobile_header {
    width: 100%;
    display: block;
    background: #fff;
    padding-bottom: 1rem;
    padding-top: 2rem;
    /* height: 2rem; */
  }

  .navbar {
    border: none;
    margin-bottom: 0;
    background: #fff;
  }

  .navbar_img {
    width: 150px;
    height: auto;
    position: relative;
    bottom: 17px;
    left: 10px;
  }

  .nav_bar_a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 10px 15px;
  }

  .navbar-default .navbar-nav>li>a {
    color: #000;
  }

  .nav_bar_a:active {
    box-shadow: 0 0;
  }

  .nav_bar_t {
    float: right;
  }

  .nav_bar_a a {
    display: inline-block;
    color: #000;
  }

  .wrapper {
    width: 100%;
    box-sizing: border-box;
  }

  .header {
    display: none;
  }

  /* header */
  .banner {
    height: 12.29rem;
    width: 100%;
    background: url("https://winhycare.com/wp-content/uploads/2019/07/winhycare-freezers.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 0;
  }

  .banner .banner_about_text {
    text-align: center;
    font-size: 1.72rem;
    color: #fff;
    font-weight: 600;
    line-height: 12.29rem;
    font-family: 'sans-serif';
  }

  .section_inner {
    font-size: 40px;
    width: 300px;
    margin: 0 auto;
    font-weight: normal;
    line-height: 42px;
  }

  .wpb_row {
    width: 300px;
    display: block;
    padding-bottom: 20px;
  }

  .wpb_row .wpb_row_left {
    width: 100%;
    margin: 40px auto 60px;
  }

  .wpb_row .wpb_row_left div {
    font-size: 19px;
    line-height: normal;
  }

  .vc_column-inner {
    display: block;
    width: 300px;
    margin: 0 auto;
  }

  .vc_column-inner li {
    width: 100%;
  }

  .vc_column-inner li img {
    width: 300px;
    height: 353px;
    transform: scale(0.9);
  }

  .vc_column-inner li div {
    font-size: 14px;
  }

  /* footer */
  .footer {
    height: auto;
    display: block;
    width: 100%;
  }

  .footer_wrap {
    display: block;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 3rem 15px;
  }

  .footer_wrap .one {
    width: 100%;
    margin-bottom: 30px;
  }

  .one_title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .one a {
    font-size: 15px;
    font-weight: normal;
  }

  .one_icon {
    height: 30px;
    width: 30px;
    font-size: 12px;
    color: #ffffff;
    background-color: #ef1313;
    border-color: #ef1313;
    border-style: solid;
    border-width: 1px;
    line-height: 27px;
    height: 27px;
    width: 27px;
    text-align: center;
    margin-right: 10px;
  }

  .one__email {
    font-size: 15px;
  }

  .one__addr {
    font-size: 15px;
    line-height: 27px;
  }

  .one {
    font-size: 16px;
  }

  .foooter-space {
    display: none;
  }
}