
.slider_container.col-sm-12 .price {
  font: normal 22px/1.35 ;
  font-size: 190%;
}
.slider_container.col-sm-12 .product-name {
  font: normal 22px/1.35 ;
  font-size: 190%;
}
.slider_container.col-sm-12 .product-name a {
  font-size: 100%;
}
.em_area16 .widget-slider-home .products-grid li.item button.button.btn-cart:before {
  width: 30px;
  height: 30px;
  background-position: 5px -433px;
  color: #ffffff;
  border-color: #0072ff;
  background-color: #0072ff;
  font: 600 14px/1.35 ;
  border-bottom-color: #8d0014;
}
.em_area16 .widget-slider-home .products-grid li.item button.button.btn-cart:before:hover {
  width: 30px;
  height: 30px;
  background-position: 5px -463px;
  color: #0072ff;
  border-color: #0072ff;
  background-color: #ffffff;
  font: 600 14px/1.35 ;
}
.em_area16 .widget-slider-home .products-grid li.item button.button.btn-cart {
  color: #ffffff;
  border-color: #ff0d30;
  background-color: #ff0d30;
  font: 600 14px/1.35;
  border-bottom-color: #c0001b;
  width: auto !important;
  height: auto !important;
}
.em_area16 .widget-slider-home .products-grid li.item button.button.btn-cart:hover {
  color: #0072ff;
  border-color: #0072ff;
  background-color: #ffffff;
  font: 600 14px/1.35;
}

.controltwo{
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
line-height: 25px;
font-size: 16px !important;
height: 50px;
}


/*幻灯*/

@charset "utf-8";

img {
	border: 0;
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
}

.slides {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.slideInner {
	height: 700px;
	position: relative;
	left: 0;
	margin-left: 0;
}

.slideInner a {
	display: block;
	height: 700px;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-align: center;
	z-index: 1;
}
.nav {
	width: 1200px;
	position: relative;
	left: 50%;
	margin-left: -600px;
	display: none;
}

.nav a {
	display: block;
	width: 41px;
	height: 119px;
	opacity: .2;
	z-index: 9;
}

.nav a.prev {
	position: absolute;
	left: 0;
	top: -350px;
	margin-top: -58px;
	background: url(http://demo.lanrenzhijia.com/2015/slide0825/images/ban_pre.png) no-repeat;
}

.nav a.next {
	position: absolute;
	right: 0;
	top: -350px;
	margin-top: -58px;
	background: url(http://demo.lanrenzhijia.com/2015/slide0825/images/ban_next.png) no-repeat;
}

.navListBox
{
    width:100%!important;
	position: absolute;
	right: 10%;
	top: 615px;
	z-index: 99;
	float:left;
	text-align:right;
}

.navListBox li {
	width: 10px;
	height: 10px;
	float: right;
	margin-right: 20px;
	border-radius: 50%;
	overflow: hidden;
}

.navListBox li:first-child {
	margin-left: 0;
}

.navListBox li a {
	display: block;
	width: 100%;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
}

.navListBox li a.active {
	background-color: #03A9F4;
}


.mod-hero {
	background-repeat: no-repeat;
	background-position: top center
}
.mod-hero .marquee
{
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,.25);
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    display:none;
}
.mod-hero .hero-inner {
	margin: 0 auto;
	position: relative;
	min-width: 320px;
	text-align: center;
	overflow: hidden
}

.mod-hero .hero-img {
	font-size: 0;
	height: 580px;
	position: relative
}

.mod-hero .hero-img .img-item {
	display: inline-block;
	display: none;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(img/home/hero-image-sample.png)
}

.mod-hero .hero-img .img-item.active {
	display: inline-block;
	position: relative
}

.hero-handle {
	position: absolute;
	top: 55%;
	left: 50%;
	width: 100%;
	max-width: 1200px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s
}

.mod-hero:hover .hero-handle {
	opacity: 1;
	filter: alpha(opacity=100)
}

.hero-handle-inner {
	position: absolute;
	width: 100%;
	left: -50%
}

.mod-hero .hero-tab {
	position: absolute;
	margin: 0 auto;
	left: 0;
	bottom: 5%;
	z-index: 99;
	width: 100%;
	text-align: center
}

.mod-hero .hero-tab li {
	margin: 0 3px;
	display: inline-block
}

.mod-hero .hero-tab li a {
	display: inline-block;
	width: 13px;
	height: 3px;
	padding: 5px 0
}

.mod-hero .hero-tab li a i {
	display: inline-block;
	width: 15px;
	height: 5px;
	background-color: #fff;
	background: rgba(255,255,255,.3)
}

.mod-hero .hero-tab .selected a i {
	background-color: #fff;
	opacity: 1
}

.mod-hero .switch-control {
	position: absolute;
	top: 50%;
	font-size: 0;
	width: 60px;
	height: 200px;
	line-height: 200px;
	margin-top: -100px
}

.mod-hero .switch-control.pre {
	left: 0;
	text-align: left
}

.mod-hero .switch-control.next {
	right: 0;
	text-align: right
}

.mod-hero .switch-control b {
	display: inline-block;
	width: 22px;
	height: 41px;
	overflow: hidden;
	line-height: 99;
	vertical-align: middle
}

.mod-hero .switch-control.pre b {
	background-image: url(../images/banner-pre-next.png);
	background-position: -105px -158px
}

.mod-hero .switch-control.next b {
	background-image: url(../images/banner-pre-next.png);
	background-position: -252px -79px
}

.mod-hero .hero-ct {
	position: absolute;
	top: 26%
}

.mod-hero .hero-text {
	position: absolute;
	top: 0;
	width: 90%;
	height: 100%;
	max-width: 1050px;
	min-width: 320px;
	text-align: left;
	left: 50%;
	color: #fff
}

.mod-hero .hero-text-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -50%
}

.mod-hero .hero-text-inner:hover {
	cursor: pointer
}

.mod-hero .hero-text .hero-ct h2 {
	font-size: 56px;
	font-weight: 400;
	margin-bottom: 2.5%
}

.mod-hero .hero-text .hero-ct .piece {
	margin-right: 30px
}

.mod-hero .hero-text .hero-ct .des-text {
	font-size: 20px;
	line-height: 36px
}

.mod-hero .hero-text .hero-btn {
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
	width: 18.33%;
	height: 43px;
	line-height: 43px;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	position: absolute;
	bottom: 24%
}

.mod-hero .hero-text .hero-btn:hover {
	background-color: #fff;
	color: #333
}

.mod-hero .hero-ct-mobile {
	display: none;
	color: #fff;
	bottom: 40px;
	width: 100%;
	text-align: center;
	position: absolute
}

.mod-hero .hero-ct-mobile h2 {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 2.5%
}

.mod-hero .hero-ct-mobile .des-text {
	font-size: 16px
}
.product-image img{
  width: 100%;
  height: 100%;
}
/*.item:nth-child(1){
  margin-left: 3px;
}
.item:nth-child(5){
  margin-left: 3px;
}*/
/*.products-grid li:nth-child(1){
  margin-left: 3px;
}
.products-grid li:nth-child(5){
  margin-left: 3px;
}*/
@media screen and (max-width:320px) {
	.mod-hero .hero-ct-mobile h2 {
		font-size: 24px
	}

	.mod-wrap-data {
		height: 610px
	}

	.mod-wrap-data .mod-content {
		bottom: 0
	}

	.mod-hero .hero-img {
		height: 290px
	}
}

@media screen and (max-width:414px) 
{
    .mod-hero .hero-img {
		height: 375px
	}
}
@media screen and (max-width: 768px){
.mod-hero .hero-img .img-item {
    background-size: cover;
}
}

.one-column .em_col_main .products-grid li:nth-child(4){
  margin-right: 0px;
}
.one-column .em_col_main .products-grid li:nth-child(8){
  margin-right: 0px;
}
.image img{
  width: 133px;
  height: 133px;
  border-radius: 66px;
}
.row-fullwidth{
  background-image: url(/templates/_shop/zmj/blue/images/about.png);
  /*background-color: #eaeaea;*/
  background-repeat: round;
}
a.modeltitle {
  font-size: 20px !important;
  font-style: normal;
  font-weight: normal;
  color: #333 !important;
  border: none !important;
}
.col-sm-6 {
    width: 20% !important;
}

.tabs_item_line{ border:2px solid #333 !important;margin-right:10px;}
.tabs_item_hot .tabs_item_line{border-color:#f10215 !important;}
.ui-slider-tabs-list li.tabs_item_hot a, .ui-slider-tabs-list li:hover a{color:#f10215 !important;}
.setused{
  margin-top: 30px;
}


.emtabs .csslider a.next, .emtabs .csslider a.prev {
    top: -42px;
}
.viewport .em_col_main {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {.col-sm-12.first{margin-left: -5px!important;margin-right: -5px !important;}}
@media screen and (max-width: 767px) {.col-sm-12.last{margin-left: -5px!important;margin-right: -5px !important;}}
@media screen and (max-width: 767px) {.content.col-sm-8{margin-left: -5px!important;margin-right: -5px !important;}}
@media screen and (max-width: 767px) {.container.main_container{padding-top: 0 !important;}}

#closedialog.font-size-30{
  color: #333;
    font-weight: bold;
    font-size: 27px;
}
