@charset "utf-8";
body {
  background-color: #f4f4f4;
}
.main_banner_bottom {
  width: 777px;
  height: 151px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eee;
}

.main_banner_bottom .focus {
  width: 735px;
  height: 140px;
  margin: 0 21px;
  margin-top: 10px;
  position: relative;
  z-index: 80;
}

.main_banner_bottom .m_banner_list {
  width: 735px;
  height: 140px;
}

.main_banner_bottom .m_banner_list dl {
  float: left;
  width: 735px;
  height: 140px;
}

.main_banner_bottom .m_banner_list dl dd {
  float: left;
  width: 137px;
  height: 130px;
  margin: 5px;
  background-color: #c7e2c7;
}

.main_banner_bottom .m_banner_list dl dd img {
  width: 137px;
  height: 130px;
}

.main_banner_bottom .btn {
  display: none;
}

.main_banner_bottom .slide_left {
  position: absolute;
  z-index: 81;
  width: 20px;
  height: 140px;
  background: url(../images/banner_btn.gif) no-repeat 0 10px;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}

.main_banner_bottom .slide_left:hover {
  background: url(../images/banner_btn.gif) no-repeat -30px 10px;
}

.main_banner_bottom .slide_right {
  position: absolute;
  z-index: 81;
  width: 20px;
  height: 140px;
  background: url(../images/banner_btn.gif) no-repeat 0 -150px;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
}

.main_banner_bottom .slide_right:hover {
  background: url(../images/banner_btn.gif) no-repeat -30px -150px;
}

.main_banner_right {
  width: 205px;
  height: 402px;
  position: absolute;
  top: 0;
  right: 0;
}

.main_banner_right .gonggao_list {
  width: 203px;
  height: 238px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.main_banner_right .gonggao_list .gg_title {
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ccc;
  font-size: 14px;
  margin: 0 5px;
  color: #333;
}

.main_banner_right .gonggao_list .gg_text {
  margin: 10px;
}

.main_banner_right .gonggao_list .gg_text li {
  float: left;
  width: 183px;
  line-height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
}

.main_banner_right img {
  width: 205px;
  height: 142px;
  margin-top: 10px;
}

/*主体*/

.main {
  width: 1200px;
  margin: 0 auto;
  height: 630px;
}
.main.main_f{
  height: auto;
}

/*楼层显示*/

.main_f {
  margin-top: 35px;
}

.f_title {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  font-family: MicrosoftYaHei;
  overflow: hidden;
  /* border-bottom: 2px solid #aaaaaa; */
}

.f_title_l {
  float: left;
  width: 242px;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  overflow: hidden;
  word-break: keep-all;
  /* 不换行 */
  white-space: nowrap;
}
.f_title_l::before {
  content: '';
  width: 4px;
  height: 20px;
  background: #333;
  display: inline-block;
  vertical-align: -3px;
}
.f_title_l.width {
  width: 306px;
}
/* .f_icon {
    background: url(../images/louceng.png) -40px 0 no-repeat;
    font-size: 14px;
    width: 26px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    display: block;
} */

.f_icon_bg {
  background: url(../images/louceng.png) -80px 0 no-repeat;
  width: 18px;
  height: 7px;
  position: relative;
  top: -42px;
  left: 5px;
  display: block;
}

.f_h2 {
  display: block;
  position: relative;
  width: 167px;
  left: 40px;
  top: -37px;
  overflow: hidden;
  word-break: keep-all;
  /* 不换行 */
  white-space: nowrap;
  /* 不换行 */
}

.f_title_r {
  width: 800px;
  float: left;
}

.f_title_r li {
  float: left;
  width: auto;
  padding-right: 40px;
  text-align: center;
}

.f_title_r li:hover,
.f_title_r li.curr {
  color: #f32d2d;
  /* background: url(../images/save_mh.jpg) no-repeat bottom; */
  cursor: pointer;
}

.f_more {
  float: right;
  text-align: right;
  color: #666;
  background: url(../images/icon-left.png) no-repeat 100% 50%;
  padding-right: 11px;
}
.f_more a {
  color: inherit;
}
.f_more a:hover {
  color: #f32d2d;
}
.main_f_html {
  height: 398px;
}

.f_banner {
  width: 238px;
  height: 398px;
  overflow: hidden;
  background: #fff;
}

.f_html_image {
  width: 238px;
  height: 398px;
  overflow: hidden;
}

.f_html_image img {
  width: 238px;
  height: 398px;
}

.f_product_list {
  width: 656px;
  height: 398px;
}

.f_product_list li {
  float: left;
  width: 134px;
  height: 178px;
  padding: 12px 12px 6px;
  background: #fff;
  margin-left: 6px;
  margin-bottom: 6px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.f_product_list li:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.2);
          box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.2);
}
.f_product_list li:hover a {
  color: #f10215;
}
.f_product_list li .img {
  width: 134px;
  height: 134px;
  overflow: hidden;
}
.f_product_list li img {
  width: 134px;
  min-height: 134px;
  height: auto;
}
.f_product_list li .text {
  width: 134px;
  text-align: center;
  font: 12px/18px '微软雅黑';
  height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}
.f_product_list a {
  color: #666;
}

.f_product_list li .price {
  width: 134px;
  text-align: center;
  font: 14px/26px '微软雅黑';
  color: #f10215;
}

/* 楼层热门推荐商品 */
.f_recommend {
  width: 300px;
  height: 398px;
  background: #fff;
}
.f_p_hot_title {
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333;
}
.f_p_hot {
  position: relative;
  padding: 0 12px;
}
.f_p_hot .swiper-container,
.f_p_hot .swiper-slide {
  width: 276px;
  height: 348px;
  overflow: hidden;
}
.f_p_hot .swiper-pagination {
  position: absolute;
  left: auto;
  right: 12px;
  top: -28px;
}
.f_p_hot .swiper-pagination-switch {
  display: inline-block;
  margin-left: 3px;
  width:10px;
  height:4px;
  background:rgba(229,229,229,1);
  cursor: pointer;
}
.f_p_hot .swiper-active-switch {
  background: #918987;
}
.f_p_hot .item {
  display: block;
  margin-bottom: 18px;
  width: 100%;
  height: 72px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.f_p_hot .item:hover {
}
.f_p_hot .item:hover .p-name {
  color: #f10215;
}

.f_p_hot .san {
  margin-top: 7px;
  float: left;
  margin-right: 6px;
  padding-top: 13px;
  display: block;
  width: 40px;
  height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  background: url(../images/non-icon.png) no-repeat 50% 50%;
  background-size: 100% auto;
}
.f_p_hot .san::before {
  display: block;
  content: 'TOP';
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
.f_p_hot .san1 {
  background-image: url(../images/no1-icon.png);
}
.f_p_hot .san2 {
  background-image: url(../images/no2-icon.png);
}
.f_p_hot .p-img {
  float: left;
  width: 72px;
  height: 72px;
}
.f_p_hot .p-img img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 72px;
}
.f_p_hot .p-name {
  margin-top: 12px;
  margin-left: 126px;
  font-size: 12px;
  color: #666;
  line-height: 14px;
  height: 28px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.f_p_hot .p-price {
  margin-top: 5px;
  margin-left: 126px;
  line-height: 16px;
  font-size: 14px;
  color: #f10215;
}
/*楼层底部*/

.recommend-floor {
  position: relative;
  /* max-height: 630px; */
  width: 1200px;
  margin-top: 40px;
  overflow: hidden;
}
.recommend-floor-list {
  margin-right: -6px;
}
.recommend-floor-list li {
  float: left;
  width: 183px;
  height: 260px;
  padding: 26px;
  background: #fff;
  margin: 0 6px 6px 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.recommend-floor-list li:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.2);
          box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.2);
}
.recommend-floor-list li:first-child {
  margin-right: 730px;
}
.recommend-floor-list .img {
  display: block;
  width: 182px;
  height: 182px;
  text-align: center;
  overflow: hidden;
}
.recommend-floor-list .img img {
  display: block;
  width: 182px;
  min-height: 182px;
  height: auto;
}
.recommend-floor-list .name {
  margin-top: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 40px;
  overflow: hidden;
}

.recommend-floor-list .price {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(241, 2, 21, 1);
  line-height: 20px;
}

.recommend-floor-banner {
  position: absolute;
  top: 0;
  left: 241px;
  z-index: 10;
  width: 718px;
  height: 312px;
  overflow: hidden;
}
.recommend-floor-banner .swiper-container,
.recommend-floor-banner .swiper-slide {
  width: 718px;
  height: 312px;
}
.recommend-floor-banner img {
  display: block;
  width: 718px;
  height: 312px;
}

.recommend-floor-banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.recommend-floor-banner .swiper-pagination-bullet,
.recommend-floor-banner .swiper-pagination-switch {
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 24px;
  height: 4px;
  margin: 1px;
  overflow: hidden;
  background: #fff;
  line-height: 999px;
  margin-left: 7px;
  opacity: 0.5;
}

.recommend-floor-banner
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.recommend-floor-banner .swiper-pagination-switch.swiper-active-switch {
  background: #fff;
  opacity: 1;
}

/*友情链接*/

.main_link {
  height: auto;
  margin-top: 10px;
}

.m_link_title {
  border-bottom: 2px solid #a7a7a7;
  font: 14px/30px '微软雅黑';
  text-align: left;
  text-indent: 10px;
}

.m_link_table {
  height: auto;
  margin-top: 5px;
}

.m_link_table li {
  width: 88px;
  height: 33px;
  margin: 5px;
  border: 1px solid #ddd;
  float: left;
  text-align: center;
  line-height: 33px;
  color: #999;
}

.m_link_table li:hover {
  border: 1px solid #f32d2d;
}

#in_fu {
  position: fixed;
  bottom: 30%;
  right: 10%;
  z-index: 999;
  width: 160px;
  text-align: center;
}

#in_fu .in-cha {
  width: 100%;
  height: 16px;
}

#in_fu .in-cha p {
  font-size: 20px;
  text-align: right;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  line-height: 16px;
  border: 1px solid #ccc;
  color: #a5a5a5;
  float: right;
}

/* banner开始 */

.fullSlide {
  width: 100%;
  position: relative;
  height: 500px;
  background: #f4f4f4;
}

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 1200px;
  height: 100%;
  /* background: #fff; */
}

/*.fullSlide .bd ul{padding: 10px 10px 0 10px;}*/

.fullSlide .banner-swiper {
  margin-left: 206px;
  width: 788px;
  height: 100%;
}

.fullSlide .bd li {
  overflow: hidden;
  text-align: center;
}

.fullSlide .bd li a {
  display: block;
  width: 100%;
  height: 100%;
}

.fullSlide .hd {
  z-index: 1;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd .swiper-pagination-bullet,
.fullSlide .hd .swiper-pagination-switch {
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 24px;
  height: 4px;
  margin: 1px;
  overflow: hidden;
  background: #fff;
  line-height: 999px;
  margin-left: 7px;
  opacity: 0.5;
}

.fullSlide .hd .swiper-pagination-bullet.swiper-pagination-bullet-active,
.fullSlide .hd .swiper-pagination-switch.swiper-active-switch {
  background: #fff;
  opacity: 1;
}

.fullSlide .next {
  left: auto;
  right: 15%;
  background-position: -6px -137px;
}

/* banner结束 */

.notice-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.hot-notice {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 200px;
  height: 228px;
  /* border: 1px solid #dddddd; */
}

.hot-notice .swiper-container {
  width: 100%;
  height: 100%;
}

.hot-notice .swiper-container img {
  width: 100%;
  height: 100%;
}

.main-loading {
  padding-top: 120px;
  text-align: center;
  background: url(../images/lazy.gif) no-repeat 50% 50%;
  background-size: auto 100%;
  color: #666;
  font-size: 13px;
}
/*首页楼层导航*/

.elevator {
  display: none;
  z-index: 50;
  position: fixed;
  top: 152px;
  left: 50%;
  width: 1200px;
  margin-left: -644px;
  height: 0;
  overflow: visible;
}
.elevator.show {
  display: block;
}
.elevator ul {
  width: 34px;
  overflow: hidden;
}

.elevator .handler {
  padding: 0 3px;
  margin-top: 1px;
  width: 100%;
  height: 48px;
  background: #918888;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 14px;
  text-align: center;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  border-top: 10px solid #918888;
  border-bottom: 10px solid #918888;
  text-align: justify;
  text-align-last: justify;
  vertical-align: middle;
}
.elevator .handler.active,
.elevator .handler:hover {
  border-color: #d70b1c;
  background: #d70b1c;
}
.elevator .handler p{
  display: inline-block;
  line-height: 1.3;
}
#guag-model-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  z-index: 1000;
}
.guag-model-box {
  max-width: 45%;
  height: 300px;
  margin: 5% auto 0 auto;
}
.guag-model-box .guag-model-img-wrap {
  margin-top: 20px;
}
.guag-model-box .guag-model-img {
  display: block;
  width: 100%;
}
.guag-model-box .guag-model-top {
  width: 100%;
  height: 50px;
  position: relative;
}
.guag-model-box .guag-model-top img {
  display: block;
  width: 30px;
  height: 30px;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.me_baobei.shop_car_list{
  display: none;
}
.js-show-navs{
  display: none;
}
.jw_navu2{
  display: none;
}
.my_enwds_list{
  width: 70px; 
  height: auto; 
  padding-bottom: 10px;
}
.copyright{
  color:#FF0000;
}
.tab-erweima-img{
  width:130px;
  height:130px
}