.product {
	margin-bottom: 30px;
}
.product .img a{
	display: block;
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.product .img a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.product .img a:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.product .tend{
	background: #f0f0f0;
	text-align: center;
	padding: 15px 10px;
}
.product .tend a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*=============================================================*/
.dessProduct{
	max-width: 870px;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
}
/*============================================================*/
.productCat{
	margin-bottom: 30px;
	background: #fafafa;
	border:solid 1px rgba(0,0,0,0.1);
}
.productCat .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.productCat .grid .col{
	width: 50%;
}
.productCat .grid .col:nth-child(2){
	padding: 10px 15px;
}
.productCat .caption{
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
	text-align: center;
}
.productCat .img {
	overflow: hidden;
}
.productCat .img img{
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.productCat .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.productCat .tend{
	margin-bottom: 10px;
}
.productCat .tend a{
	display: block;
	font-size: 25px;
	line-height: 35px;
	font-weight: normal;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.productCat .des{
	font-size: 15px;
	line-height: 23px;
	max-height: 69px;
	overflow: hidden;
	margin-bottom: 20px;
}
.productCat .link a{
	display: inline-block;
	width: 150px;
	text-align: center;
	color:#ffffff;
	background: #16ade1;
	padding: 9px 10px;
}
.productCat .link a:hover{
	background: #333333;
}
/*============================================================*/
.productWrap{
	margin-bottom: 30px;
	background: #fafafa;
	border:solid 1px rgba(0,0,0,0.1);
	margin-bottom: 60px;
}
.productWrap .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.productWrap .grid .col{
	width: 50%;
}
.productWrap .grid .col:nth-child(2){
	padding: 10px 15px;
	padding-left: 50px;
}
#vnt-thumbnail .img img{
	width: 100%;
}
#vnt-thumbnail .slick-arrow{
	width:40px;
	height:40px;
	background: #16ade1;
	border:none;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#ffffff;
	border-radius: 100%;
}
#vnt-thumbnail .slick-prev{
	left:30px;
}
#vnt-thumbnail .slick-next{
	right:30px;
}
#vnt-thumbnail .slick-arrow:before{
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 16px;
	line-height: 24px;
}
#vnt-thumbnail .slick-prev:before{
	content: "\f104";
}
#vnt-thumbnail .slick-next:before{
	content: "\f105";
}
/*========================================================*/
.the-des{
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 20px;
}
.the-attr{
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 20px;
}
.the-attr p{
	padding: 0;
}
.the-hotline a{
	display: inline-block;
	background: #16ade1;
	color:#ffffff;
	font-size: 15px;
	line-height: 24px;
	padding: 10px 25px;
	text-transform: uppercase;
}
.the-hotline a span{
	padding-left: 25px;
	position: relative;
}
.the-hotline a span:before{
	content: "\f095";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*===============================================================*/
.productContent {
	margin-bottom: 40px;
	padding: 30px 15px;
	background: #fafafa;
	border:solid 1px rgba(0,0,0,0.1);
}
.productContent .wrap{
	max-width: 870px;
	margin: 0 auto;
}
.productContent .tab-list{
	position: relative;
	margin-bottom: 30px;
}
.productContent .tab-list ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.productContent .tab-list ul li a{
	display: block;
	padding: 11px 25px;
	font-weight: bold;
	text-transform: uppercase;
	background: #ffffff;
}
.productContent .tab-list ul li.active a{
	color: #ffffff;
	background-color: #16ade1;
}
.productContent .tab-list .mc-menu{
	color: #0175b0;
	text-transform: uppercase;
	padding: 9px 15px;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	border: solid 2px #0175b0;
	display: none;
}
.productContent .tab-list .mc-menu:before{
	content: "\f0d7";
	font-family: fontAwesome;
	position: absolute;
	right:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.the-content{
	margin-bottom: 25px;
}
.the-content .t1{
	font-size: 20px;
	line-height: 28px;
}
.productContent .myTools{
	background: #f1f1f1;
}
.productContent .myTools .share ul li a{
	background: #ffffff
}
/*============================================================*/
.productOther .title{
	padding: 15px 0;
	background: #16ade1;
	margin-bottom: 30px;
}
.productOther .title .wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.productOther .title h2{
	font-size: 30px;
	line-height: 40px;
	color:#ffffff;
	text-transform: uppercase;
	font-weight: normal;
}
.productOther .title .link a{
	display: inline-block;
	color:#ffffff;
	font-size: 15px;
	line-height: 23px;
}
.productOther .title .link a span{
	padding-right: 60px;
	position: relative;
}
.productOther .title .link a span:before{
	content: "\f101";
	position: absolute;
	font-family: fontawesome;
	text-align: center;
	width: 35px;
	height: 35px;
	background: #ffffff;
	color:#333333;
	line-height: 35px;
	border-radius: 100%;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#slideOther .slick-list{
	margin: 0 -15px;
}
#slideOther .item{
	padding: 0 15px;
}
#slideOther .product{
	margin-bottom: 0;
}
#slideOther .slick-arrow{
	width:40px;
	height:40px;
	background: #16ade1;
	border:none;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#ffffff;
	border-radius: 100%;
}
#slideOther .slick-prev{
	left:-60px;
}
#slideOther .slick-next{
	right:-60px;
}
#slideOther .slick-arrow:before{
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 16px;
	line-height: 24px;
}
#slideOther .slick-prev:before{
	content: "\f104";
}
#slideOther .slick-next:before{
	content: "\f105";
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1025px){
#slideOther .slick-prev{
	left:-10px;
}
#slideOther .slick-next{
	right:-10px;
}
}

@media all and (max-width: 991px){
.product .tend a{
	font-size: 14px;
	line-height: 22px;
	white-space: initial;
	-ms-text-overflow: initial;
	text-overflow: initial;
	height: 44px;
}
.productWrap .grid{
	display: block;
}
.productWrap .grid .col{
	width: 100%;
}
.productWrap .grid .col:nth-child(2){
	padding: 25px 30px;
}
#slideOther .slick-list{
	margin: 0 -10px;
}
#slideOther .item{
	padding: 0 10px;
}
}

@media all and (max-width: 768px){
.productCat .grid{
	display: block;
}
.productCat .grid .col{
	width: 100%;
}
.productCat .grid .col:nth-child(2){
	padding: 25px 20px;
}
#slideOther .slick-list{
	margin: 0 -5px;
}
#slideOther .item{
	padding: 0 5px;
}
}

@media all and (max-width: 767px){
.productOther .title h2{
	font-size: 20px;
	line-height: 30px;
}
.productOther .title .link a{
	font-size: 0;
	width: 35px;
	height: 35px;
	position: relative;
}
.productOther .title .link a span{
	position: initial;
	padding: 0;
}
.productOther .title .link a span:before{
	font-size: 14px;
}
}

@media all and (max-width: 640px){
.productContent .tab-list ul li a{
	font-size: 12px;
	line-height: 20px;
	padding: 10px 20px;
}
}

@media all and (max-width: 480px){
.vnt-product .row .col-xs-6{
	width: 100%;
}
}

@media all and (max-width: 380px){

}