#products{
	overflow:hidden;
	margin-top: 30px;
}
#products .photoItem{
	position: relative;
    float: left;
    width: 30%;
	border:1px solid #c2c3c4;
	margin: 0 1.5% 20px;
	height: 250px;
}
#products .photoItem .imga{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
	width: 100%;
    height: 100%;	
}
#products .photoItem .imga a{
	display: block;
}
#products .photoItem .imga a img{
	width:100%;
	transform: scale(1.6,1.6);
	-moz-transform: scale(1.6,1.6);
	-ms-transform: scale(1.6,1.6);
	-o-transform: scale(1.6,1.6);
	-webkit-transform: scale(1.6,1.6);
}
#products .photoItem:hover .imga a img{
	transform: scale(1.8,1.8);
	-moz-transform: scale(1.8,1.8);
	-ms-transform: scale(1.8,1.8);
	-o-transform: scale(1.8,1.8);
	-webkit-transform: scale(1.8,1.8);
}
#products .photoItem .holder{
	position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
	background-image: url(/images/19/product-bg2.png);
    background-repeat: no-repeat;
    height: 117px;
    background-position: 50% 100%;
	
}
#products .photoItem .holder .info .pull-left{
    width: 100%;
    margin-top: 28%;
	text-align:center;
}
#products .photoItem .holder .info .pull-left a{
	font-size: 18px;
    font-weight: normal;
    color: #fff;
	display: block;
    height: 28px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}
/***********detail************/
/* +products article
*----------------------------------------------------------------------------*/
#products {
	position: relative;
	margin: 20px 0;
}

#products .photoView {
	margin-bottom: 15px;
	width: 100%;
}

#products .photoView .photo {
	text-align: center;
}
#products .photoView .photo a{
	display:block;
	background-repeat: no-repeat;
    background-position: center;
	background-size: 50%;
}
#products .photoView .photo img {
	width: 80%;
}

#products .subphto {
	margin-bottom: 25px;
}
.others {
	margin: 10px 0 20px;
    color: #00A0E6;
}
.others h2{
	margin:10px 0 20px;
}
.others ul {
	
}
#products .subphto ul ,
.others ul {
	overflow: hidden;
}
#products .subphto ul li {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#products .subphto ul li ,
.others ul li {
	margin-right: 2%;
	width: 18.4%;
	float: left;
}

.others ul li h3 {
	border-bottom: 0;
	margin: 5px 0;
}
.others ul li h3 a{
	color:#616161;
    font-weight: normal;
}
#products .subphto ul li img ,
.others ul li img {
	width: 100%;
}

#products .subphto ul li:last-child ,
.others ul li:last-child {
	margin: 0;
}

#products .pro-article {
	overflow: hidden;
	position: relative;
}

#products .pro-article ul.tabs {
	width: 100%;
	height: 30px;
	border-bottom: 1px #B7B7B7 solid;
	overflow: visible;;
}

#products .pro-article ul.tabs li {
	margin: 0 3px -1px 0;
	height: 29px;
	border: 1px ##b7b7b7 solid;
	border-bottom: 1px ##b7b7b7 solid;
	float: left;
	overflow: hidden;
	position: relative;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#products .pro-article ul.tabs li a {
	padding: 0 10px;
	height: 29px;
	display: block;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #808080;
}

#products .pro-article ul.tabs li.active {
	border: 1px #969696 solid;
	border-bottom: 1px #fff solid;
}

#products .pro-article ul.tabs li.active a {
	color: #000;
	font-weight: bold;
}

#products .pro-article .tab_container {
	clear: left;
	margin: 15px 0 0;
	width: 100%;
}

#products .pro-article .tab_container .tab_content {
	margin: 0 10px;
	line-height: 170%;
	font-size: 16px;
}

#products .pro-article .tab_container #tab2 ,
#products .pro-article .tab_container #tab3 {
	display: none;
}

.orderfunction{
	margin-bottom:20px;
}
.orderfunction p{
	font-size:12px;
}
.orderfunction p:nth-child(2){
	font-size:18px;
	color: #b51414;
}
.orderfunction p:nth-child(3){
	font-size:18px;
}
.orderfunction p input[type=tel]{
	font-size: 18px;
    border: 1px solid #d8d8d8;
    width: 80px;
    padding: 0 5px;
}
.orderfunction p input[type=button]{
    background: #b72222;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;	
}
/* +ask
*----------------------------------------------------------------------------*/
.ask {
	overflow: hidden;
	text-align: right;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.ask a {
	padding: 10px 20px;
	display: inline-block;
	vertical-align: middle;
	background: #424242;
	color: #fff;
	font-size: 18px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.ask a:before {
	content: url(../../images/ask.png);
	position: absolute;
	right: 1em;
	padding: 1px 1px 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.ask a:hover:before ,
.ask a:focus:before ,
.ask a:active:before {
	-webkit-animation-name: hvr-icon-wobble-horizontal;
	animation-name: hvr-icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.other-product h3{
	background: none;
    border-bottom: 2px solid #8bb4e6;
	font-size: 20px;
}
.other-product ul{
	padding:0 10px;
}
.other-product ul li{
	overflow:hidden;
	border-bottom: 1px dashed #8bb4e6;
    padding: 10px 0;
}
.other-product ul li a{
	font-size: 16px;
    color: #3f71ae;
    font-weight: normal;
}
.other-product ul li div{
	float:left;
	width:15%;
}
.other-product ul li a.otherimg{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size: 100%;
    height: 50px;

}
.other-product ul li h4{
	float:left;
	margin-left:5%;
	width:70%;
}
.other-product ul li:hover a{
	color: #0b366b;
    text-decoration: underline;
}
@media screen and (max-width: 1190px) {
	#products .photoItem{
	    height: 230px;	
	}
}
@media screen and (max-width: 640px) {
	#products .photoItem{
		width: 46%;	
	}
	.article-info .product-s .main-pro-img,
	.article-info .product-s #pro-article{
		width:100%;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 480px) {
	#products .photoItem{
		width: 80%;
		max-width: 262px;
		margin: 0 10% 20px;
	}
}