.bx-wrapper .bx-viewport{
	box-shadow: 0 0 0 #ccc ;
	left: 0;
	border: 0;
}
.index-banner a{
	display: block;
	width: 100%;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}
.breadth{
    position: relative;
    z-index: 100;
    width: 1700px;
    max-width: 100%;
    background-color: #ffffff;
	margin: 70px auto;
}
.product-right{
    text-align: center;
	width: 1000px;
    max-width: 100%;
    margin: auto;
}
.product-rwd{
	display: none;
}
.product-left{
	display: none;
}
.product-class{
    position: relative;
    z-index: 100;
    width: 1000px;
    max-width: 100%;
    background-color: #ffffff;
    margin: auto;
    font-size: 0;
}
.product-class ul >li{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	width: 200px;
	max-width: 100%;
	padding-bottom: 3px;

}
.product-class ul >li.active,
.product-class ul >li:hover{
	color: #009cae;
}
.product-class-title{
	font-size: 19px;
}
.product-class-title span{
	display: block;
	vertical-align: middle;
}
.product-class-title:before{
	content: url('../img/text-icon.png');
	display: block;
	float: left;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 0;
	padding-top: 3px;
}
.product-img{
	width: 100%;
	display: block;
	height: 0;
	padding-bottom: 35%;
}
.product-title{
	font-size: 30px;
	margin-bottom: 40px;
	text-align: left;
}
.product-title b{
	width: 55px;
    display: inline-block;
    border-bottom: 3px solid #609cd5;
    position: relative;
    left: -56px;
    top: 10px;
}
.product-editor-text{
	font-size: 17px;
	line-height: 50px;
	font-weight: bolder;
	text-align: left;
}
.product-editor-price{
	color: #e21e1e;
}
.product-editor{
	width: 100%;
	font-size: 0;
}
.product-editor iframe{
	width: 100%;
}