@charset "UTF-8";
.butler_navbar_wrap {
  width: 100%; }
  .butler_navbar_wrap .navbar {
    width: 1200px;
    margin: 0 auto; }
    .butler_navbar_wrap .navbar ul {
      color: #606060; }
      .butler_navbar_wrap .navbar ul li {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        width: 80px;
        text-align: center;
        font-size: 16px;
        margin: 0 30px;
        box-sizing: border-box;
        cursor: pointer;}
        .butler_navbar_wrap .navbar ul li a {
          display: inline-block;
          width: 100%;
          height: 100%; }
      .butler_navbar_wrap .navbar ul .active {
        border-top: 4px solid #ec655c;
        color: #ec655c; }

.footer {
  background: #010c11;
  height: 130px;
  padding: 20px 0;
  min-width: 1200px; }
  .footer .contain {
    width: 1200px;
    margin: 0 auto; }
  .footer-logo {
    float: left;
    margin: 6px 56px 0 0; }
  .footer-info {
    padding: 0 200px 0 0;
    float: left;
    border-right: 1px dashed #363e44;
    text-align: left;
    color: #818589; }
    .footer-info-link a {
      color: #818589;
      text-decoration: none;
      display: inline-block;
      padding: 0 20px; }
    .footer-info-link .about-link {
      padding-left: 0; }
    .footer-info-link .wise {
      border-left: 1px solid #41494f;
      border-right: 1px solid #41494f; }
  .footer-work {
    text-align: center;
    float: right; }
    .footer-work-phone {
      color: #818589; }
      .footer-work-phone i {
        margin-right: 8px; }
      .footer-work-phone span {
        margin-left: 20px;
        font-size: 30px; }
    .footer-work-detail {
      color: #818589;
      text-align: right;
      margin-top: 15px; }

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p,
pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins,
map, object, abbr, acronym, b, big, br, cite, code, dfn, em, i, img, kbd,
q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, select, input {
  margin: 0;
  padding: 0; }



address, cite, dfn, em, var, i {
  font-style: normal; }

fieldset, img, button, input {
  border: 0; }

h1, h2, h3, h4, h5, h6, p, span {
  font-weight: normal;
  font-size: 100%;
  cursor: default; }

button, input, select, textarea {
  font-size: 14px;
  font-family: 'Microsoft YaHei'; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header menu, nav, section {
  display: block; }

ul, div, article, aside, footer, header, menu, nav, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

a {
  text-decoration: none;
  color: #666; }

li {
  list-style: none; }

/* reset webkit search input styles */


input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  display: none; }

img {
  border: 0; }

.topcity{ width:100%; margin:0px auto; padding:0px; padding-bottom:20px;}
.topcity .l{ float:left; width:48%;}
.topcity .l img{ width:100%; margin-bottom:30px}
.topcity .r{ float:right; width:48%; }
.topcity .r img{ width:100%; margin-bottom:30px;}
.clears{clear:both;}

.hwtitle{ float:right; padding-right:15px;}
.hwtitle a{ color:#ffffff}
/*正常*/
em, i {
  font-style: normal; }

.normal {
  font-style: normal; }

/*加粗*/
.bold {
  font-weight: bold; }

/*显示类*/
.none {
  display: none; }

.block {
  display: block; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

/*字号*/
html {
  -webkit-text-size-adjust: none; }

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

.size-13 {
  font-size: 13px; }

.size-14 {
  font-size: 14px; }

.size-15 {
  font-size: 15px; }

.size-16 {
  font-size: 16px; }

.size-18 {
  font-size: 18px; }

.size-20 {
  font-size: 20px; }

.size-22 {
  font-size: 22px; }

.size-23 {
  font-size: 23px; }

.size-24 {
  font-size: 24px; }

.size-25 {
  font-size: 25px; }

.hide {
  display: none; }

/* 浮动*/
.tr {
  text-align: right; }

.tc {
  text-align: center; }

.fl {
  float: left; }

.fr {
  float: right; }

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

.clearfix {
  zoom: 1;
  clear: both; }

.popup_order {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  .popup_order .popup_order_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .popup_order .popup_order_inputs {
    background: url(popup_bg.png) no-repeat;
    width: 500px;
    height: 492px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -250px; }
    .popup_order .popup_order_inputs .popup_order_title {
      text-align: center;
      font-size: 32px;
      font-weight: bold;
      letter-spacing: 10px;
      margin: 20px 0 30px; }
    .popup_order .popup_order_inputs .popup_order_close_btn {
      position: absolute;
      top: -10px;
      right: -10px;
      background: none; }
    .popup_order .popup_order_inputs .popup_order_inputs_name, .popup_order .popup_order_inputs .popup_order_inputs_phone, .popup_order .popup_order_inputs .popup_order_inputs_verify {
      width: 430px;
      height: 44px;
      margin: 0 auto 15px; }
      .popup_order .popup_order_inputs .popup_order_inputs_name input, .popup_order .popup_order_inputs .popup_order_inputs_phone input, .popup_order .popup_order_inputs .popup_order_inputs_verify input {
        width: 100%;
        height: 100%;
        text-indent: 15px; }
    .popup_order .popup_order_inputs .popup_order_inputs_verify {
      position: relative; }
      .popup_order .popup_order_inputs .popup_order_inputs_verify img {
        width: 120px;
        height: 44px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer; }
    .popup_order .popup_order_inputs .popup_order_available_day, .popup_order .popup_order_inputs .popup_order_available_time {
      width: 430px;
      margin: 0 auto; }
      .popup_order .popup_order_inputs .popup_order_available_day p, .popup_order .popup_order_inputs .popup_order_available_time p {
        font-size: 20px;
        margin-bottom: 10px; }
      .popup_order .popup_order_inputs .popup_order_available_day label, .popup_order .popup_order_inputs .popup_order_available_time label {
        width: 120px;
        display: inline-block;
        font-size: 16px;
        margin-bottom: 10px; }
        .popup_order .popup_order_inputs .popup_order_available_day label span, .popup_order .popup_order_inputs .popup_order_available_time label span {
          cursor: pointer; }
    .popup_order .popup_order_inputs .popup_order_inputs_submit {
      width: 300px;
      height: 40px;
      margin: 0 auto; }
      .popup_order .popup_order_inputs .popup_order_inputs_submit button {
        background-color: #ffd67b;
        background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#f7c75e), to(#d99b3b));
        color: #000;
        font-size: 18px;
        width: 300px;
        height: 40px;
        margin: 20px auto;
        border-radius: 20px; }

.popup_video {
  position: absolute;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  .popup_video .popup_video_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5; }
  .popup_video .popup_video_content {
    width: 1000px;
    height: 520px;
    padding: 35px 0;
    box-sizing: border-box;
    position: relative;
    top: 100px;
    margin: 0 auto;
    text-align: center;
    background: url(popup_video_bg.png) no-repeat; }
    .popup_video .popup_video_content .popup_video_close_btn {
      background: none;
      position: absolute;
      top: -10px;
      right: -10px; }

.product_list {
  width: 100%;
  background-color: #f6f9fe; }/*product_background*/
  .product_list .product_list_type {
    background: url("hwzy.jpg") no-repeat top center;
    background-color: #252525; background-size:auto 100%}
    .product_list .product_list_type .product_list_type_content {
      width: 1200px;
      position: relative;
      margin: 0 auto; }
      .product_list .product_list_type .product_list_type_content img {
        margin: 75px 0; }
      .product_list .product_list_type .product_list_type_content p {
        position: absolute;
        font-size: 35px;
        width: 50px;
        font-weight: bold;
        line-height: 37px;
        top: 63px;
        left: 25px; color:#336; }
  .product_list .product_list_wrap {
    background: url("product_type_background.jpg") no-repeat top center;
    background-color: #f6f9fe; }
    .product_list .product_list_wrap .product_list_top {
      width: 1200px;
      margin: 0 auto;
      padding-top: 40px; }
      .product_list .product_list_wrap .product_list_top .hot_project {
        width: 650px;
        display: inline-block;
        background: #fff;
        position: relative;
        vertical-align: top; }
        .product_list .product_list_wrap .product_list_top .hot_project .hot_project_title {
          color: #252525;
          height: 60px;
          line-height: 60px;
          font-size: 25px;
          font-weight: bold;
          padding-left: 25px;
          border-bottom: 1px solid #eee;
          box-shadow: 0 -2px 4px #eee inset; }
          .product_list .product_list_wrap .product_list_top .hot_project .hot_project_title i {
            background-color: #ffd67b;
            background-image: -webkit-gradient(linear, 0 center, right center, from(#ebb93c), to(#d3913a));
            display: inline-block;
            width: 30px;
            height: 30px;
            vertical-align: text-bottom;
            margin-right: 10px; }
        .product_list .product_list_wrap .product_list_top .hot_project .hot_project_filter {
          position: absolute;
          top: 0;
          right: 0;
          color: #000; }
          .product_list .product_list_wrap .product_list_top .hot_project .hot_project_filter li {
            display: inline-block;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
            text-align: center;
            margin: 15px;
            cursor: pointer; }
          .product_list .product_list_wrap .product_list_top .hot_project .hot_project_filter .active {
            font-weight: bold;
            border-bottom: 3px solid #e60012; }
        .product_list .product_list_wrap .product_list_top .hot_project .hot_project_content li {
          display: none;
          cursor: pointer; }
          .product_list .product_list_wrap .product_list_top .hot_project .hot_project_content li a {
            display: inline-block;
            width: 100%;
            height: 100%; }
          .product_list .product_list_wrap .product_list_top .hot_project .hot_project_content li img {
            width: 600px;
            margin: 20px auto;
            display: block;
            height: 275px; }
        .product_list .product_list_wrap .product_list_top .hot_project .hot_project_content .active {
          display: block; }
        .product_list .product_list_wrap .product_list_top .hot_project .learn_more {
          position: absolute;
          bottom: 47px;
          right: 54px;
          width: 130px;
          height: 40px;
          border-radius: 20px;
          font-size: 18px;
          font-weight: bold;
          letter-spacing: 4px;
          color: #fff;
          background-color: #ffd67b;
          background-image: -webkit-gradient(linear, 0 center, right center, from(#f8c95f), to(#d99a3b));
          text-shadow: 3px 0 5px #aaa;
          cursor: pointer; }
      .product_list .product_list_wrap .product_list_top .product_mechanism {
        width: 530px;
        display: inline-block;
        background: #fff;
        margin-left: 15px;
        position: relative; }
        .product_list .product_list_wrap .product_list_top .product_mechanism .product_mechanism_title {
          color: #fff;
          height: 60px;
          line-height: 60px;
          font-size: 25px;
          font-weight: bold;
          padding-left: 25px;
          background-color: #252525; }
          .product_list .product_list_wrap .product_list_top .product_mechanism .product_mechanism_title i {
            background-color: #ffd67b;
            background-image: -webkit-gradient(linear, 0 center, right center, from(#ebb93c), to(#d3913a));
            display: inline-block;
            width: 30px;
            height: 30px;
            vertical-align: text-bottom;
            margin-right: 10px; }
        .product_list .product_list_wrap .product_list_top .product_mechanism .product_mechanism_content p {
          position: absolute;
          top: 90px;
          left: 40px;
          font-size: 16px;
          letter-spacing: 4px; }
        .product_list .product_list_wrap .product_list_top .product_mechanism .product_mechanism_content .product_mechanism_video {
          width: 480px;
          margin: 20px auto 25px;
          display: block;
          cursor: pointer;
          height: 271px; }
        .product_list .product_list_wrap .product_list_top .product_mechanism .product_mechanism_content .play_btn, .product_list .product_list_wrap .product_list_top .product_mechanism .product_mechanism_content .play_hover {
          position: absolute;
          top: 180px;
          left: 225px;
          cursor: pointer; }
        .product_list .product_list_wrap .product_list_top .product_mechanism .product_mechanism_content .play_hover {
          display: none; }
        .product_list .product_list_wrap .product_list_top .product_mechanism .product_mechanism_content:hover .play_hover {
          display: block; }
    .product_list .product_list_wrap .product_list_content {
      width: 1200px;
      margin: 0px auto;
      padding-bottom: 50px; }
      .product_list .product_list_wrap .product_list_content .product_list_detail {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        background-color: #fff; padding-top:30px; }
        .product_list .product_list_wrap .product_list_content .product_list_detail .product_list_detail_title {
          background-color: #252525;
          height: 44px;
          line-height: 44px;
          font-size: 16px;
          padding-left: 15px; }
        .product_list .product_list_wrap .product_list_content .product_list_detail .first_category {
          margin-top: 35px;
          padding: 0 40px;}
          .product_list .product_list_wrap .product_list_content .product_list_detail .first_category li {
            display: inline-block;
            text-align: center;
            width: 120px;
            height: 65px;/*150*/
            padding-top: 15px;
            cursor: pointer;
            vertical-align: bottom; }
            .product_list .product_list_wrap .product_list_content .product_list_detail .first_category li p {
              color: #252525;
              height: 75px;
              font-size: 18px;
              cursor: pointer; }
          .product_list .product_list_wrap .product_list_content .product_list_detail .first_category li:first-child p {
            height: 56px; }
          .product_list .product_list_wrap .product_list_content .product_list_detail .first_category .active {
            border: 1px solid #efefef;
            box-shadow: 2px 2px 5px #f3f3f3; background-color:#39396B; color:#ffffff }
			.product_list .product_list_wrap .product_list_content .product_list_detail .first_category .active p{
            color:#ffffff }
        .product_list .product_list_wrap .product_list_content .product_list_detail .second_category {
          display: none;
          margin: 40px 0;
          padding: 0 40px; }
          .product_list .product_list_wrap .product_list_content .product_list_detail .second_category li {
            color: #252525;
            display: inline-block;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
            margin-right: 40px;
            cursor: pointer; }
          .product_list .product_list_wrap .product_list_content .product_list_detail .second_category .active {
            border-bottom: 3px solid #e60012;
            font-weight: bold; }
        .product_list .product_list_wrap .product_list_content .product_list_detail .product_list_content_wrap {
          margin-top: 20px; }
          .product_list .product_list_wrap .product_list_content .product_list_detail .product_list_content_wrap li {
            background-color: #fff;
            height: 150px;
            position: relative;
            box-shadow: 2px 2px 5px #ccc;
            width: 98%;
            margin: 0 auto 25px;
            cursor: pointer; }
            .product_list .product_list_wrap .product_list_content .product_list_detail .product_list_content_wrap li a {
              display: inline-block;
              width: 100%;
              height: 100%; }
            .product_list .product_list_wrap .product_list_content .product_list_detail .product_list_content_wrap li .product_img {
              width: 225px;
              height: 150px; }
            .product_list .product_list_wrap .product_list_content .product_list_detail .product_list_content_wrap li .product_brief {
              display: inline-block;
              vertical-align: top;
              margin-left: -3px;
              color: #000;
              padding: 10px 20px; }
              .product_list .product_list_wrap .product_list_content .product_list_detail .product_list_content_wrap li .product_brief h2 {
                color: #000f1d;
                font-size: 22px;
                cursor: pointer; }
              .product_list .product_list_wrap .product_list_content .product_list_detail .product_list_content_wrap li .product_brief p {
                font-size: 16px;
                height: 25px;
                line-height: 25px;
                margin-top: 7px;
                cursor: pointer; }
                .product_list .product_list_wrap .product_list_content .product_list_detail .product_list_content_wrap li .product_brief p img {
                  vertical-align: middle;
                  margin-right: 10px; }
            .product_list .product_list_wrap .product_list_content .product_list_detail .product_list_content_wrap li button {
              position: absolute;
              cursor: pointer;
              right: 20px;
              bottom: 20px;
              width: 135px;
              height: 42px;
              border-radius: 20px;
              color: #fff;
              font-weight: bold;
              font-size: 18px;
              background-color: #ffd67b;
              background-image: -webkit-gradient(linear, 0 center, right center, from(#f8c95f), to(#d99a3b));
              background-image: -moz-gradient(linear, 0 center, right center, from(#f8c95f), to(#d99a3b));
              background-image: -ms-gradient(linear, 0 center, right center, from(#f8c95f), to(#d99a3b));
              background-image: -o-gradient(linear, 0 center, right center, from(#f8c95f), to(#d99a3b));
              text-shadow: 3px 0 5px #aaa; }
      .product_list .product_list_wrap .product_list_content .product_butler {
        width: 340px;
        display: inline-block;
        margin-left: 10px;
        background-color: #fff; }
        .product_list .product_list_wrap .product_list_content .product_butler .product_butler_title {
          background-color: #252525;
          height: 44px;
          line-height: 44px;
          font-size: 16px;
          padding-left: 15px; }
        .product_list .product_list_wrap .product_list_content .product_butler .product_butler_content li {
          width: 235px;
          height: 230px;
          margin: 40px auto 0;
          position: relative; }
          .product_list .product_list_wrap .product_list_content .product_butler .product_butler_content li .butler_job, .product_list .product_list_wrap .product_list_content .product_butler .product_butler_content li .butler_name {
            color: #3c3940;
            font-size: 14px;
            height: 30px;
            line-height: 30px; }
          .product_list .product_list_wrap .product_list_content .product_butler .product_butler_content li .butler_slogan {
            background-color: rgba(0, 0, 0, 0.5);
            position: absolute;
            width: 235px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            margin-top: 50px; }
          .product_list .product_list_wrap .product_list_content .product_butler .product_butler_content li img {
            float: right;
            margin-top: -65px;
            position: absolute;
            right: 0;
            width: 125px; }
          .product_list .product_list_wrap .product_list_content .product_butler .product_butler_content li .reserve {
            width: 170px;
            height: 42px;
            border-radius: 20px;
            color: #fff;
            background-color: #ffd67b;
            background-image: -webkit-gradient(linear, center 0, center bottom, from(#3d3d3d), to(#060606));
            background-image: -moz-gradient(linear, center 0, center bottom, from(#3d3d3d), to(#060606));
            background-image: -ms-gradient(linear, center 0, center bottom, from(#3d3d3d), to(#060606));
            background-image: -o-gradient(linear, center 0, center bottom, from(#3d3d3d), to(#060606));
            bottom: 25px;
            position: absolute;
            left: 35px;
            font-size: 20px;
            font-weight: bold;
            letter-spacing: 8px;
            cursor: pointer; }
          .product_list .product_list_wrap .product_list_content .product_butler .product_butler_content li i {
            display: inline-block;
            width: 175px;
            height: 175px;
            position: absolute;
            border: 4px solid #000;
            border-radius: 50%;
            right: 0;
            top: 0; }
        .product_list .product_list_wrap .product_list_content .product_butler .product_butler_content li:hover .reserve {
          background-color: #ffd67b;
          background-image: -webkit-gradient(linear, center 0, center bottom, from(#d3923a), to(#edb93c));
          background-image: -moz-gradient(linear, center 0, center bottom, from(#d3923a), to(#edb93c));
          background-image: -ms-gradient(linear, center 0, center bottom, from(#d3923a), to(#edb93c));
          background-image: -o-gradient(linear, center 0, center bottom, from(#d3923a), to(#edb93c)); }
        .product_list .product_list_wrap .product_list_content .product_butler .product_butler_content li:hover i {
          border: 4px solid #d8993a; }

.product_list_top{ padding-bottom:20px; height:auto}

.m_space{ display:none}

@media screen and (max-width:769px) {
	.product_list .product_list_wrap .product_list_top {
		width: 100%;
		margin: 0 auto;
		padding-top: 40px;
	}
	.topcity .l {
		float:inherit;
		width: 98%;
		margin:0px auto ;
	}
	.topcity .r {
		float: inherit;
		width: 98%;
		margin:0px auto ;
	}
	
	.product_list .product_list_wrap .product_list_content {
		width: 100%;
		margin: 0px auto;
		padding-bottom: 0px;
	}
	
	.product_list .product_list_wrap .product_list_content .product_list_detail .product_list_content_wrap li {
		background-color: #fff;
		height: 90px;
		position: relative;
		box-shadow: 2px 2px 5px #ccc;
		padding-top:8px;
		margin: 0 auto 25px;
		cursor: pointer;
	}
	.product_list .product_list_wrap .product_list_content .product_list_detail .product_list_content_wrap li .product_img {
		width:113px;
		height: 75px;
	}
	
	.product_list .product_list_wrap .product_list_content .product_list_detail .product_list_content_wrap li button {
		position: absolute;
		cursor: pointer;
		right: 10px;
		bottom: 10px;
		width: 80px;
		height: 30px;
		border-radius: 20px;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		background-color: #ffd67b;
		background-image: -webkit-gradient(linear, 0 center, right center, from(#f8c95f), to(#d99a3b));
		background-image: -moz-gradient(linear, 0 center, right center, from(#f8c95f), to(#d99a3b));
		background-image: -ms-gradient(linear, 0 center, right center, from(#f8c95f), to(#d99a3b));
		background-image: -o-gradient(linear, 0 center, right center, from(#f8c95f), to(#d99a3b));
		text-shadow: 3px 0 5px #aaa;
	}
	
	.mapimg{ display:none}
	
	.product_list .product_list_wrap .product_list_content .product_list_detail .product_list_content_wrap li .product_brief h2 {
		color: #000f1d;
		font-size: 15px;
		    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
		cursor: pointer;
	}
	.tzr{ display:none}
	
	.product_list .product_list_type .product_list_type_content {
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	.space{ display:none}
	.fangx{ display:none}
	.m_space{ display:block}
	.product_list_top {
		padding-bottom: 0px;
		height: auto;
	}
	.topcity {
		width: 100%;
		margin: 0px auto;
		padding: 0px;
		padding-bottom: 0px;
	}
	.product_list .product_list_wrap .product_list_content .product_list_detail {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		background-color: #fff;
		padding-top:0px;
	}
	.product_list .product_list_wrap .product_list_content .product_list_detail .product_list_content_wrap li button { display:none}
	.product_list .product_list_wrap .product_list_content .product_list_detail .product_list_content_wrap li .product_brief{
		margin-top:-8px;	
		width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	
	.product_list .product_list_wrap .product_list_content .product_list_detail .first_category {
		margin-top: 15px;
		padding: 0 15px;
	}
	
	.product_list .product_list_wrap .product_list_content .product_list_detail .first_category li {
		display: inline-block;
		text-align: center;
		width: 25%;
		height: 45px;
		line-height:45px;
		cursor: pointer;
		vertical-align: bottom;
	}
	
	.product_list .product_list_wrap .product_list_content .product_list_detail .first_category li:first-child p {
		height: auto;
	}
	.product_list .product_list_wrap .product_list_content .product_list_detail .first_category li {
		display: inline-block;
		text-align: center;
		padding-top: 0px; 
		cursor: pointer;
		vertical-align: bottom;
	}
}

@media screen and (max-width:330px) {
	.product_list .product_list_wrap .product_list_content .product_list_detail .product_list_content_wrap li button { display:none}
	.product_list .product_list_wrap .product_list_content .product_list_detail .product_list_content_wrap li .product_brief{
		margin-top:-5px; width:60%;
	}
	.topcity {
		width: 100%;
		margin: 0px auto;
		padding: 0px;
		padding-bottom: 0px;
	}

	.product_list .product_list_wrap .product_list_content .product_list_detail {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    padding-top: 0px;
}
}