/*Product Detail*/
.proDetail {
	padding: 0;
	margin-bottom: 80px;
	/* news_product_list */
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.proDetail {
		padding: 10px 0 0px 0;
	}
}

.proDetail .col-lg-8,
.proDetail .col-lg-4 {
	background: #fff;
	padding: 0px 30px;
	min-height: 200px;
}

.proDetail .col-lg-4 {
	border-left: 20px solid #f9f9f9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.proDetail .col-lg-4 {
		border-left: 0;
		margin-top: 20px;
	}
}

.proDetail .pro_info .desc h1.title {
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 15px;
	position: relative;
	top: -5px;
	text-transform: capitalize;
	line-height: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.proDetail .pro_info .desc h1.title {
		margin-top: 20px;
		margin-bottom: 10px;
		line-height: 1.5;
	}
}

.proDetail .pro_info .pic {
	width: 100%;
	margin-right: 3%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.proDetail .pro_info .pic {
		width: 100%;
		margin-right: 0px;
	}
}

.proDetail .pro_info .desc {
	width: 40%;
	height: 420px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.proDetail .pro_info .desc {
		width: 100%;
		height: auto;
	}
}


.proDetail .flexslider {
  background: #ebedef;
  position: relative;
  zoom: 1;
  margin: 0;
  padding: 0;
  z-index: 1; }

.proDetail .flex-viewport {
  max-height: 125pc;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.proDetail .loading .flex-viewport {
  max-height: 300px; }

.proDetail .flexslider .slides {
  zoom: 1; }

.proDetail .carousel li {
  margin-right: 5px; }

.proDetail .flexslider img {
  max-width: 100%;
  width: 100%;
  height: auto; }

.proDetail .flex-direction-nav {
  *height: 0; }

.proDetail .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 2pc;
  height: 36px;
  line-height: 38px;
  text-align: center;
  background: #ea5413;
  position: absolute;
  top: 49%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.proDetail .flex-direction-nav .flex-prev {
  left: 0; }

.proDetail .flex-direction-nav .flex-next {
  right: 0;
  text-align: center; }

.proDetail .flexslider:hover .flex-prev {
  left: 10px; }

.proDetail .flexslider:hover .flex-next {
  right: 10px; }

.proDetail .flexslider:hover .flex-next:hover,
.proDetail .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.proDetail .flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.proDetail .flex-direction-nav a:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 25px;
  content: '\f104';
  color: #fff; }

.proDetail .flex-direction-nav a.flex-next:before {
  content: '\f105';
  color: #fff; }


.proDetail .pro_share {
	margin-top: 15px;
}

.proDetail .pro_info .bigpic {
	border: 1px solid #bbb;
	margin-bottom: 42px;
	position: relative;
}

.proDetail .pro_info .smallpic {
	position: relative;
	margin: 0 25px 0 25px;
}

.proDetail .pro_info .bigpic .nopro_pic,
.proDetail .pro_info .smallpic .nopro_pic {
	text-align: center;
	color: #959595;
	text-transform: uppercase;
}

.proDetail .pro_info .bigpic .nopro_pic {
	height: 343px;
	line-height: 343px;
}

.proDetail .pro_info .smallpic .nopro_pic {
	height: 68px;
	line-height: 68px;
}

.proDetail .bigpic .zoomtip {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 1;
	font-size: 16px;
	text-transform: capitalize;
}

.proDetail .bigpic .zoomtip .icon {
	width: 32px;
	height: 32px;
	position: relative;
	top: -2px;
	margin-right: 15px;
	background: #0b55c0 url(../images/basicicon.png) no-repeat;
	background-position: -1px -196px;
	display: inline-block;
	    vertical-align: middle;
}

.proDetail .smallpic ul li {
	margin-right: 10px;
}

.proDetail .smallpic .flex-direction-nav a:before {
	display: none;
}

.proDetail .smallpic .flex-direction-nav a {
	top: 50%;
	margin-top: -13px;
	background: url(../images/basicicon.png) no-repeat;
	width: 15px;
	height: 26px;
}

.proDetail .smallpic .flex-direction-nav a.flex-prev {
	background-position: -1px -230px;
	left: -20px;
}

.proDetail .smallpic .flex-direction-nav a.flex-next {
	background-position: -16px -230px;
	right: -20px;
}

.proDetail .smallpic .flex-direction-nav a.flex-disabled {
	opacity: 1 !important;
}

.proDetail .smallpic .small-photo {
	border: 1px solid #ebebeb;
	padding: 3px;
	width: 67px;
}

.proDetail .smallpic ul li.flex-active-slide .small-photo {
	border-color: #ccc;
}

.proDetail .bigpic ul.slides>li,
.proDetail .smallpic ul.slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.proDetail ul.term li {
	margin-bottom: 6px;
}

.proDetail ul.term li .tip,
.proDetail ul.term li .termlist,
.proDetail .pro_share .tip,
.proDetail .pro_share .snsitem {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}

.proDetail ul.term li .tip,
.proDetail .pro_share .tip {
	margin-right: 20px;
}

.proDetail ul.term li .termlist {
	color: #888;
}

.proDetail ul.term li .termlist a {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
	border: 1px solid #bbb;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
}

.proDetail ul.term li .termlist.power a {
	font-size: 16px;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
}

.proDetail ul.term li .termlist.tone a {
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
}

.proDetail ul.term li .termlist a.active {
	background: #ececec;
}

.proDetail ul.term li .termlist a:hover {
	color: #000;
	background: #ececec;
}

.proDetail .opbtn {
	overflow: hidden;
	position: absolute;
	width: 100%;
	bottom: 146px;
	left: 0;
	z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.proDetail .opbtn {
		position: relative;
		bottom: auto;
		margin-top: 25px;
	}
}

.proDetail .opbtn a {
	cursor: pointer;
	text-transform: capitalize;
	color: #adadad;
	text-align: center;
	padding: 10px 0;
	background: #e9e9e9;
	float: left;
	width: 31%;
	margin-right: 2%;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
}

.proDetail .opbtn a:last-child {
	margin-right: 0;
}

.proDetail .opbtn a.active,
.proDetail .opbtn a:hover,
.proDetail .opbtn a.blue {
	background: #014ea0;
	color: #fff;
}

.proDetail .opbtn a.disabled {
	color: #adadad;
	background: #e9e9e9;
}

.proDetail .opbtn a.favorites.ok {
	background: #014ea0;
	color: #fff;
}

.proDetail .pro_details {
	margin-top: 40px;
}

.proDetail .pro_details h3.infotip {
	color: #3a3a3a;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 10px;
	position: relative;
}

.proDetail .pro_details .desc .editor {
	padding: 20px 0;
}

.proDetail .pro_details .details {
	margin: 10px 0;
}

.proDetail .pro_details .details h3.infotip {
	margin-bottom: 10px;
}

.proDetail .pro_details .details .editor img {
	margin: 0 auto;
}

.proDetail .pro_details .editor {
	font-size: 14px;
	line-height: 1.8;
}

.proDetail .pro_details .editor a {
	padding-bottom: 2px;
}

.proDetail .pro_details .editor.justify {
	text-align: justify;
	line-height: 2;
}

.proDetail .pro_details .editor img {
	margin: 20px auto;
	width: 100%;
}

.proDetail .pro_details .editor p,
.proDetail .pro_details .editor span {
	font-family: OSPunctuation, Microsoft Yahei, Heiti SC, WenQuanYi Micro Hei, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.proDetail .pro_details .tags {
	margin: 20px 0;
	font-size: 14px;
}

.proDetail .pro_details .tags span {
	margin-right: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.proDetail .pro_details .tags a {
	margin: 0 3px;
}

.proDetail ul.product-list-a {
	padding: 0 20px;
}

.proDetail ul.product-list li {
	margin-bottom: 15px;
}

.proDetail ul.product-list li .slider-hack {
	position: relative;
	/* padding:10px 20px 10px 20px; */
	border: 1px solid #ebebeb;
	background: #fff;
	position: relative;
}

.proDetail ul.product-list li .slider-hack .pic {
	width: 100%;
	margin: 0 auto 10px;
}

.proDetail ul.tage_product_list li {
	padding: 10px;
}

.proDetail ul.product-list li .slider-hack h3.title {
	font-size: 12px;
	font-weight: 100;
	position: relative;
	padding-left: 10px;
	height: 40px;
	margin-bottom: 5px;
	overflow: hidden;
	text-transform: capitalize;
}

.proDetail ul.product-list li .slider-hack h3.title .icon {
	width: 21px;
	height: 20px;
	margin-right: 12px;
	position: absolute;
	top: 2px;
	left: 15px;
	background-position: -233px -153px;
}

.proDetail ul.product-list li .slider-hack h3.title .icon.saleicon {
	width: 23px;
	background-position: -353px -419px;
}

.proDetail ul.product-list li .slider-hack h3.title .icon.newicon {
	width: 17px;
	background-position: -443px -417px;
}

.proDetail ul.product-list li .slider-hack h3.title .icon.clearicon {
	width: 20px;
	background-position: -353px -454px;
}

.proDetail ul.product-list li .slider-hack h3.title .newpro {
	color: #014ea0;
}

.proDetail ul.product-list li .slider-hack .border {
	position: absolute;
	top: -1px;
	left: 50%;
	width: 0;
	height: 3px;
	overflow: hidden;
	z-index: 1;
	background: #014ea0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.proDetail ul.product-list li:hover .border {
	left: 0;
	width: 100%;
}

.proDetail .home_pro_con ul.product-list li .slider-hack .pic {
	width: 100%;
	height: 270px;
}

.proDetail .snsitem a {
	cursor: pointer;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 3px;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
	background: #fff;
	border-radius: 50%;
}

.proDetail .snsitem a.googleplus {
	background-color: #e05a4a;
}

.proDetail .snsitem a.linkedin {
	background-color: #0976b4;
}

.proDetail .snsitem a.pinterest {
	background-color: #cc2127;
}

.proDetail .snsitem a.twitter {
	background-color: #55acee;
}

.proDetail .snsitem a.facebook {
	background-color: #3b5998;
}

.proDetail .snsitem a.instagram {
	background-color: #d4308a;
}

.proDetail .snsitem a i {
	font-size: 14px;
	margin-right: 0;
	margin: 0 auto;
	line-height: 30px;
	color: #fff;
}

.proDetail .snsitem a:hover {
	opacity: 0.8;
}

.proDetail .go-link-btn {
	text-align: center;
	height: 70px;
	border-top: 1px solid #bbb;
}

.proDetail .go-link-btn a {
	width: 50%;
}

.proDetail .go-link-btn span {
	display: block;
}

.proDetail .go-link-btn .icon {
	width: 23px;
	height: 23px;
	margin: 10px auto 5px;
	position: relative;
}

.proDetail .go-link-btn a.detail .icon {
	background-position: -233px -188px;
}

.proDetail .go-link-btn a.order .icon {
	background-position: -233px -226px;
}

.proDetail .go-link-btn a:hover .icon {
	animation: fadeIn 0.8s 0s linear infinite;
	-webkit-animation: fadeIn 0.8s 0s linear infinite;
	-moz-animation: fadeIn 0.8s 0s linear infinite;
	-ms-animation: fadeIn 0.8s 0s linear infinite;
}

.proDetail .loadmore {
	cursor: pointer;
	background: #eee;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	width: 160px;
	margin: 30px auto 0;
	color: #3d3938;
	font-size: 15px;
}

.proDetail .loadmore:hover {
	background: #014ea0;
	color: #fff;
}

.proDetail ul.home_product_list li {
	margin-right: 10px;
}

.proDetail ul.news_product_list li .slider-hack h3.title {
	height: auto;
	padding: 0;
	margin-bottom: 0;
	font-weight: 100;
	overflow: hidden;
}

.proDetail ul.news_product_list li .slider-hack .pic {
	margin-bottom: 0;
	height: 180px;
}

.proDetail ul.news_product_list li .slider-hack .pic img {
	width: 100%;
	height: 180px;
}

.proDetail ul.news_product_list li .par {
	background: #f9f9f9;
	padding: 10px 10px 6px 10px;
	position: relative;
	height: 45px;
}

.proDetail ul.news_product_list li .par .par_item {
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #888;
	overflow: hidden;
}

.proDetail ul.news_product_list li .par .par_item strong {
	margin-right: 8px;
	font-weight: 100;
}

.proDetail ul.news_product_list li .par .par_item p {
	line-height: 1.8;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.proDetail ul.news_product_list li .par .par_item p i {
	font-size: 12px;
	margin-right: 15px;
}

.proDetail ul.news_product_list li .par .reviews {
	display: block;
	font-size: 12px;
	color: #000;
}

.proDetail ul.news_product_list li .par .details {
	display: block;
	background: #014ea0;
	color: #fff;
	height: 32px;
	line-height: 32px;
	text-align: center;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}

.proDetail ul.news_product_list li:hover .details {
	background: #676767;
	color: #fff;
}

.proDetail ul.news_product_list li .par i.icon-xunpan {
	position: absolute;
	right: 78px;
	top: 0;
	bottom: 0;
	font-size: 30px;
	margin: 0;
	background: #f4a43f;
	color: #fff;
	width: 55px;
	line-height: 59px;
	text-align: center;
}

.proDetail ul.news_product_list li .par span.inquiry {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 16px;
	background: #014ea0;
	color: #fff;
	width: 78px;
	line-height: 45px;
	text-align: center;
}

.proDetail ul.news_product_list li .par span.Buy {
	position: absolute;
	right: 78px;
	top: 0;
	bottom: 0;
	font-size: 16px;
	background: #06c;
	color: #fff;
	width: 78px;
	line-height: 45px;
	text-align: center;
}

.proDetail .relatedProducts {
	padding: 20px;
	background: #fff;
	margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px),
only screen and (min-width: 320px) and (max-width: 767px) {
	.proDetail .relatedProducts {
		margin: 20px -15px;
	}
}

.proDetail .relatedProducts ul.related {
	margin: 40px 0 30px 0;
}

.proDetail .relatedProducts ul.related.nomargin li {
	margin-bottom: 0;
}

.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #fff;
	border: 1px solid #bbb;
	display: none;
	text-align: center;
	overflow: hidden;
}

.zoomDiv img {
	max-width: inherit;
}

.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat;
	cursor: move;
	z-index: 1;
}

ul.productCategoryl ul.productCategory li {
	background: #ebebeb;
	margin-bottom: 10px;
}

ul.productCategory li a {
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin-left: 15px;
	display: block;
}

ul.productCategorylv2 li {
	background: #fff;
	border-top: none !important;
	margin-bottom: 0px !important;
	border-bottom: #ccc dotted 1px;
}

ul.productCategorylv2 a {
	font-size: 14px !important;
	font-weight: normal !important;
}

ul.productCategorylv2 a:hover {
	color: #000 !important;
	font-weight: 100 !important;
}