@font-face {
	font-family: 'iconfont';
	src: url("../font/font_759687_jugdczrbtvb.eot");
	src: url("../font/font_759687_jugdczrbtvb.eot") format("embedded-opentype"), url("../font/font_759687_jugdczrbtvb.woff") format("woff"), url("../font/font_759687_jugdczrbtvb.ttf") format("truetype"), url("../font/font_759687_jugdczrbtvb.svg") format("svg")
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: regular;
	src: url("../font/roboto-regular.eot");
	src: local("Roboto"), local("Roboto-Normal"), url("../font/roboto-regular.eot") format("embedded-opentype"), url("../font/roboto-regular.woff2") format("woff2"), url("../font/roboto-regular.woff") format("woff"), url("../font/roboto-regular.ttf") format("truetype"), url("../font/roboto-regular.svg") format("svg")
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url("../font/roboto-500.eot");
	src: local("Roboto"), local("Roboto-Normal"), url("../font/roboto-500.eot") format("embedded-opentype"), url("../font/roboto-500.woff2") format("woff2"), url("../font/roboto-500.woff") format("woff"), url("../font/roboto-500.ttf") format("truetype"), url("../font/roboto-500.svg") format("svg")
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url("../font/roboto-700.eot");
	src: local("Roboto"), local("Roboto-Normal"), url("../font/roboto-700.eot") format("embedded-opentype"), url("../font/roboto-700.woff2") format("woff2"), url("../font/roboto-700.woff") format("woff"), url("../font/roboto-700.ttf") format("truetype"), url("../font/roboto-700.svg") format("svg")
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url("../font/roboto-300.eot");
	src: local("Roboto"), local("Roboto-Normal"), url("../font/roboto-300.eot") format("embedded-opentype"), url("../font/roboto-300.woff2") format("woff2"), url("../font/roboto-300.woff") format("woff"), url("../font/roboto-300.ttf") format("truetype"), url("../font/roboto-300.svg") format("svg")
}


.product_warp {
	padding: 70px 0;
	background: #fff
}
.pro_cate_side .side_t {
	width: 100%;
	line-height: 30px;
	padding: 15px 20px 15px;
	font-weight: bold;
	background: #d01818;
	color: #fff
}
.pro_cate_side .side_t span {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px
}
.pro_cate_side ul {
	margin: 0;
	padding: 0px
}
.pro_cate_side ul li {
	display: block;
	width: 100%;
	height: 45px;
	background:#eee;
	line-height: 45px;
	margin: 0 0 10px
}
.pro_cate_side ul li a {
	display: block;
	font-size: 16px;
	color: #666;
	padding: 0 10px 0 20px;
	line-height: 45px;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0,0,0,0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s
}
.pro_cate_side ul li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #43AA4B;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.pro_cate_side ul li a.cur {
	background: #43AA4B;
	color: #fff
}
.pro_cate_side ul li a:hover {
	color: #fff
}
.pro_cate_side ul li a:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}
.product_list {
	float: right;
	width: 100%;
	min-height: 800px
}
.product_list .row {
	margin: 0;
}
.product_list .row .item {
	padding: 0 20px;
	margin-bottom: 40px
}
.product_list .row .item a {
	display: block;
	-webkit-box-shadow: 0px 10px 15px 5px rgba(35,35,35,0);
	-moz-box-shadow: 0px 10px 15px 5px rgba(35,35,35,0);
	box-shadow: 0px 10px 15px 5px rgba(35,35,35,0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.product_list .row .item a .thumb {
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative
}
.product_list .row .item a .thumb span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}
.product_list .row .item a .thumb:before {
	content: '';
	display: block;
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	top: -300px;
	z-index: 5;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-clip-path: polygon(0 0, 101% 0%, 100% 100%, 0 90%);
	clip-path: polygon(0 0, 101% 0%, 100% 100%, 0 90%)
}
.product_list .row .item a .thumb:after {
	font-family: 'FontAwesome';
	font-size: 30px;
	color: #fff;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 0px;
	z-index: 5;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.product_list .row .item a .txt {
	padding: 20px;
	background: #f9f9f9;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.product_list .row .item a .txt b.t {
	display: block;
	font-size: 16px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.product_list .row .item a .txt .des {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin: 10px 0;
	height: 63px;
	overflow: hidden
}
.product_list .row .item a .txt span.more {
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #efefef;
	color: #999
}
.product_list .row .item a:hover {
}
.product_list .row .item a:hover .thumb span {
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.product_list .row .item a:hover .thumb:before {
	top: 0
}
.product_list .row .item a:hover .thumb:after {
	margin-top: -15px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	opacity: 1;
	filter: alpha(opacity=100)
}
.product_list .row .item a:hover .txt b.t {
	color: #999
}
.product_list .row .item a:hover .txt span.more {
	color: #999
}
.web_side {
	width: 20%;
	float: right
}
.web_side.left {
	float: left
}
.web_content {
	width: 80%;
	float: left;
	background: #fff
}
.web_content.right {
	float: right;
}
.product_detail_content {
	float: right;
	width: 75%;
}
.product_detail_content h1.title {
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333
}
.product_detail_content .info_des {
	width: 100%;
	margin: 20px auto 30px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #666
}
.product_detail_content .txt {
	padding: 20px 0;
	font-size: 16px;
	line-height: 30px;
	color: #333
}
#product_d_slide {
	width: 90%;
	margin: 0 auto
}
#product_d_slide .item {
	width: 100%;
	height: 100%
}
#product_d_slide .item a {
	display: block;
	width: 100%;
	height: 100%
}
#product_d_slide .item a .col {
	width: 100%;
	height: 100%;
	display: table
}
#product_d_slide .item a .col .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 790px;
	height: 520px
}
#product_d_slide .item a .col .inner img {
	max-width: 100%;
	max-height: 100%
}
#product_d_slide .owl-pagination {
	margin: 0;
	width: 100%;
	height: 4px;
	text-align: center;
	position: absolute;
	bottom: 30px
}
#product_d_slide .owl-pagination .owl-page {
	display: inline-block
}
#product_d_slide .owl-pagination .owl-page span {
	display: block;
	margin: 0 5px;
	width: 20px;
	height: 4px;
	background: rgba(0,0,0,0.3);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
#product_d_slide .owl-pagination .active span {
	width: 50px;
	background: rgba(237,27,36,0.8)
}
#product_d_slide .owl-buttons div {
	width: 40px;
	height: 40px;
	border: 1px solid #666;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
#product_d_slide .owl-buttons div i.iconfont {
	display: inline-block;
	height: 38px;
	vertical-align: top;
	text-align: center;
	line-height: 38px;
	color: #666
}
#product_d_slide .owl-buttons div:hover {
	background-color: #ed1b24;
	border-color: #ed1b24
}
#product_d_slide .owl-buttons .owl-prev {
	left: 0px
}
#product_d_slide .owl-buttons .owl-next {
	right: 0px
}
#product_d_slide:hover .owl-controls .owl-buttons div {
	opacity: 1;
	filter: alpha(opacity=100)
}
#product_d_slide:hover .owl-controls .owl-buttons .owl-prev {
	left: 40px
}
#product_d_slide:hover .owl-controls .owl-buttons .owl-next {
	right: 40px
}
@media(max-width:768px) {
.web_side {
	display:none;
}
.web_content {
	width:100%;
}
.product_list .row .item a .txt {
	padding: 5px 20px;
}
.product_list .row .item {
	padding: 0;
	margin-bottom: 20px
}
.product_list .row .item a .thumb {
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative
}
}


