﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
a:hover {
	text-decoration: none;
}

a {
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
}


/*头部样式*/

#header {
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	z-index: 100;
	width: 100%;
}
#header .layout .row{
	margin: 0;
	position: relative;
}
#header .logo {
	height: 5.2083333333vw;
	padding-top: 0.390625vw;
	padding-left: 3.125vw;
}
#header .logo img{
	width: 10.416666666666vw;
}

#header .menu_icon {
	position: absolute;
	top: 2.5vw;
	right: 0;
	width: 9.375vw;
}
#header .menu_icon img{
	width: 100%;
}
#header .head-icon{
	position: absolute;
	top: 1.5625vw;
	right: 0;
	padding-left: 1.40625vw;
}
#header .head-icon:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 1.1458333333vw;
	left: 0;
	top: 0.4166666666vw;
	background: #eebe81;
}
#header .head-icon a{
	display: inline-block;
}
#header .head-icon a img{
	width: 2.0833333333vw;
}
#header .head-icon a img:first-of-type{
	margin-right: 0.78125vw;
}
@media all and (max-width: 992px) {
	#header .logo {
		height: 15.625vw;
		width:31.25vw ;
		padding-top:1.171875vw ;
	}
	#header .logo img{
		width: 31.25vw;
	}
}


/*pc导航*/
.menu{
	padding-left: 30%;
	padding-right: 10%;
	position: absolute;
}
 .menu .nLi {
	float: left;
	width: 14%;
	position: relative;
}

 .menu .nLi h3 {
	font-size: 14px;
}

 .menu .nLi h3 a {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 5vw;
	box-sizing: border-box;
	border-bottom: 4px solid transparent;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.menu .nLi:hover h3 a{
	border-bottom-color: #eebe81;
	color: #eebe81;
	background: #1b1b1b;
}
.menu .on h3 a{
	border-bottom-color: #eebe81;
	color: #eebe81;
	background: #1b1b1b;
}
 .menu .nLi .menu_2 {
	display: none;
	background: #fff;
	position: absolute;
	width: 100%;
	z-index: 10;
	padding: 10px 0
}

 .menu .nLi .menu_2 li a {
	display: block;
	color: #333;
	line-height: 36px;
	font-size: 0.7291666666vw;
	padding: 0 10px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.menu .nLi .menu_2 li a:hover{
	background: #eebe81;
	color: #fff;
}

/*大图样式*/

#banner {
	position: relative;
	overflow: hidden;
}

#banner .owl-theme .owl-controls .owl-dots {
	position: absolute;
	bottom: 3%;
	width: 100%;
}
#banner .owl-theme .owl-dots .owl-dot span{
		width: 20px;
		height: 20px;
	}
	
	#banner .owl-theme .owl-controls .owl-nav [class*="owl-"]{
		background: none;
	}
	#banner .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
		background: none;
	}	

@media  (max-width:992px ) {
	#banner .owl-theme .owl-dots .owl-dot span{
		width: 3.125vw;
		height: 3.125vw;
	}
}

/*大图下方点点的位置*/

/*#banner .owl-theme .owl-controls .owl-nav .owl-prev,
#banner .owl-theme .owl-controls .owl-nav .owl-next {
	position: absolute;
	bottom: 50%;
	padding: 15px 10px
}*/


/*箭头的设置*/

/*#banner .owl-theme .owl-controls .owl-nav .owl-prev {
	left: 5%;
}

#banner .owl-theme .owl-controls .owl-nav .owl-next {
	right: 5%;
}*/
.owl-carousel .owl-stage {
	height: inherit;
}
.owl-carousel .owl-stage-outer {
	height: inherit;
}
#banner #owl-demo a.item {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	background-size: cover;
}

#owl-demo,
#owl-demo .owl-wrapper-outer,
#owl-demo .owl-wrapper,
#owl-demo .owl-item,
#banner {
	height: 100%;
}
#content #owl-demo,
#content #owl-demo .owl-wrapper-outer,
 #content #owl-demo .owl-wrapper,
#content #owl-demo .owl-item,
#content #banner{
	height: 37.291666666vw;
}

/*大图记得修改高度*/

@media all and (max-width: 992px) {
	#owl-demo,
	#owl-demo .owl-wrapper-outer,
	#owl-demo .owl-wrapper,
	#owl-demo .owl-item,
	#banner {
		height: 71.875vw;
	}
	#content #owl-demo,
	#content #owl-demo .owl-wrapper-outer,
	 #content #owl-demo .owl-wrapper,
	#content #owl-demo .owl-item,
	#content #banner{
		height: 71.875vw;
	}

}

@media all and (max-width: 640px) {
	#owl-demo,
	#owl-demo .owl-wrapper-outer,
	#owl-demo .owl-wrapper,
	#owl-demo .owl-item,
	#banner {
		height: 71.875vw;
	}
	#content #owl-demo,
	#content #owl-demo .owl-wrapper-outer,
	 #content #owl-demo .owl-wrapper,
	#content #owl-demo .owl-item,
	#content #banner{
		height: 71.875vw;
	}
}


/*pc右侧快捷按钮*/

.right_nav {}

.right_nav .aside li>p,
.right_nav .aside>li>div {
	background-color: #e00012;
	color: #fff;
}

.right_nav .aside {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 10000;
}

.right_nav .aside>li {
	width: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 5px;
	cursor: pointer;
	position: relative;
	
}

.right_nav .aside>li>p {
	position: relative;
	z-index: 1005;
	line-height: 60px;
	border-radius: 50%;
}
.right_nav .aside>li img {
	vertical-align: middle;
}

.right_nav .aside>li p img {
	width: 53.333333%;
}

.right_nav .aside>li p:hover img {
	width: 60%;
}

.right_nav .aside>li .img2 {
	display: none;
}

.right_nav .aside>li>div {
	background-image: url(/k-3/white_bg.png);
	background-repeat: repeat;
	position: absolute;
	display: none;
}

.right_nav .aside>li .phone_meassage {
	right: -240px;
	top: 0;
	width: 250px;
	text-align: left;
	font-size: 18px;
	line-height: 50px;
	padding: 5px 0 5px 36px;
	background: #e00012;
	border-radius: 30px;
}

.right_nav .aside>li .qq_online {
	top: 0;
	right: -127px;
	width: 250px;
	padding: 0 20px 0 24px;
	border-radius: 30px;
	background: #e00012;
}

.right_nav .aside>li .qq_online .qq_online_title {
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}

.right_nav .aside>li .qq_online .qq_online_box {
	margin-top: 11px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li {
	line-height: 35px;
	float: left;
}

.right_nav .aside>li .qq_online .qq_online_box ul li a {
	color: #fff
}

.right_nav .aside>li .qq_online .qq_online_box ul li i {
	float: left;
	margin-top: -17px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li span {
	float: left;
	margin-top: -16px;
	margin-left: 10px;
}

.right_nav .aside>li .qq_online .qq_online_box ul li span:hover {
	text-decoration: underline;
}

.right_nav .aside>li .ewm {
	top: -20px;
	right: 60px;
	width: 100px;
	height: 100px;
}

.right_nav .aside>li .search_box {
	position: absolute;
	top: 0;
	right: -205px;
	width: 265px;
	text-align: center;
	height: 100%;
	border-radius: 30px;
	background-color: #e00012;
}
.right_nav .aside>li .search_box .search_input {
	width: 220px;
	height: 36px;
	position: relative;
	margin: 12px auto;
}

.right_nav .aside>li .search_box .search_input span {
	position: absolute;
	line-height: 34px;
	left: 10px;
	z-index: 101;
}

.right_nav .aside>li .search_box .search_input input {
	width: 220px;
	border: none;
	background-color: transparent;
	height: 36px;
	padding-left: 10px;
	position: absolute;
	line-height: 30px;
	z-index: 1;
	top: 0;
	left: 0;
	background: url(/k-3/black_bg.png);
}

.right_nav .aside>li .search_box ::-webkit-input-placeholder {
	color: #fff;
}


/*底部样式*/

#footer .friendship {
	margin: 20px 0;
}

#footer .friendship h4 {
	color: #84632e;
}

#footer .friendship a {
	padding: 0 30px;
}

#footer .copyright {
	background: #000;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}

#footer .copyright .footer_nav {
	display: inline-block;
	margin: 15px 0;
}

#footer .copyright .footer_nav li {
	float: left;
}

#footer .copyright .footer_nav li a {
	display: block;
	padding: 0 5px;
	color: #ffffff;
}

#footer .copyright .copyright_con {
	color: #fff;
	padding: 0 15px;
	text-align: left;
}

#footer .copyright .copyright_con a {
	color: #fff
}

#footer .copyright .top {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 10;
}

#footer .copyright .top img {
	width: 80%;
	top: 2px;
	z-index: 100;
	position: absolute;
	left: 3px;
}

#footer .copyright .top:before {
	background-image: url(/k-3/black_bg.png);
	display: block;
	content: " ";
	border-radius: 50%;
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}


/*wap底部快捷按钮*/
#footer{
	background: url(/k-3/foot-bg.jpg) repeat-x left top #000;
	padding: 15px 0; height:140px;
}

.wap_footer {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 8px 0;
	z-index: 1000;
	background: #9e845a;
}

.wap_footer dl {
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 0;
}

.wap_footer dt {
	height: 25px;
}

.wap_footer dd {
	color: #fff;
}

.wap_footer dl dt img {
	width: 24%;
}
.section6 #footer{
	background-image: none;
}
.section6 #footer .pc-copyright{
	padding-top: 0;
}
#footer .pc-copyright{
	padding: 16px 0;
}
#footer .pc-copyright .foot-logo{
	margin-right: 34px;
}
#footer .pc-copyright .foot-logo img{
	height: 68px;
}
#footer .pc-copyright .copyright-con{
	padding: 12.5px 0;
	margin-left: 34px;
	position: relative;
}
#footer .pc-copyright .copyright-con:before{
	content: "";
	position: absolute;
	height: 73px;
	width: 2px;
	background:-moz-linear-gradient(to bottom,#000 10%,#eebe81 80%,#000 100%);
	background: -webkit-linear-gradient(to bottom,#000 10%,#eebe81 80%,#000 100%);
	background: -o-linear-gradient(to bottom,#000 10%,#eebe81 80%,#000 100%);
	background: -ms-linear-gradient(to bottom,#000 10%,#eebe81 80%,#000 100%);
	background: linear-gradient(to bottom,#000 10%,#eebe81 80%,#000 100%);
	left: -34px;
	top: 0;
}
#footer .pc-copyright .copyright-con,#footer .pc-copyright .copyright-con a{
	color: #eebe81;
	line-height: 24px;
}
#footer .pc-copyright .copyright-con a:hover{
	color: #c32a29;
}
.erwei img{
	width: 73px;
	height: 73px;
}

/*手机底部搜索*/

.wap_search_input {
	position: fixed;
	bottom: 65px;
	left: 100%;
	width: 100%;
	z-index: 1000;
	padding: 8px 2%;
	background: #9e845a;
}

.wap_search_input:after {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.wap_search_input input {
	float: left;
	width: 80%;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	padding-left: 2%;
	color: #333;
	position: relative;
	z-index: 100;
	box-sizing: border-box;
}

.wap_search_input p {
	float: left;
	height: 30px;
	line-height: 30px;
	color: #fff;
	position: relative;
	z-index: 100;
	margin-left: 2%;
	width: 18%;
	text-align: center;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.2);
}


/*黑色遮罩*/

.black_cloth {
	position: fixed;
	z-index: 10000000;
	width: 100%;
	height: 100%;
	background: url(/k-3/black_cloth.png) repeat;
	display: none;
	top: 0;
	left: 0;
}


/*手机左边弹出导航*/

.wap_menu {
	width: 250px;
	position: fixed;
	top: 0px;
	left: -250px;
	height: 100%;
	text-align: left;
	z-index: 10000001;
	background: #e1e1e1;
}

.wap_menu li.menu_tit {
	font-size: 18px;
	font-weight: bold;
	background: rgba(255, 255, 255, 0.3);
	position: relative;
	padding: 15px 10px;
	color: #333;
}

.wap_menu li.menu_tit span {
	font-size: 20px;
	position: absolute;
	top: 12px;
	right: 15px;
	border-bottom: none;
	z-index: 1000;
}

.wap_menu li {
	margin-bottom: 2px;
	font-size: 14px;
	position: relative;
}

.wap_menu li .wap_menu1 {
	line-height: 24px;
	font-size: 16px;
	text-transform: Uppercase;
	background: rgba(255, 255, 255, 0.1);
	position: relative;
}

.wap_menu li p {
	padding: 10px 10px;
	margin-bottom: 0;
}

.wap_menu li .wap_menu1 a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 25px;
	color: #333;
}

.wap_menu li .wap_menu1 p.left {
	float: none;
}

.wap_menu li .wap_menu1 p.right {
	width: 15%;
	text-align: center;
	color: #333;
	position: absolute;
	top: 0;
	right: 0;
	float: none;
	z-index: 1000;
}

.wap_menu li .wap_menu2 {
	display: none;
}

.wap_menu li .wap_menu2 a {
	display: block;
	background: none;
	color:#333;
	overflow: hidden;
	font-size: 14px;
	border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
	padding: 10px;
}

.wap_menu li .wap_menu2 a i {
	float: left;
	width: 4px;
	height: 4px;
	background-color: #333;
	margin: 8px 10px 0 5px;
}

.wap_menu li .wap_menu2 a span {
	float: left;
	width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/*pc侧边栏分类样式*/

._aside {
	padding-right: 0;
	padding-left: 0;
}

._aside>h2 {}


/*一级的样式*/

._aside ul.sidemenu>li.sub1 ul {
	display: none;
}
._aside ul.sidemenu>li.sub1{
	margin-bottom: 1.041666666vw;
}
._aside ul.sidemenu>li.sub1>a.sub1_a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 2.2vw;
	line-height: 2.2vw;
	color: #3b2727;
	font-size: 0.729166666vw;
	border-image-source: url(/k-3/ul-bg1.png) ;
	border-image-slice:12 fill ;
	border-image-width:0.625vw ;
	border-image-repeat: repeat; padding-left:1vw

}

._aside ul.sidemenu>li.current>a.sub1_a,
._aside ul.sidemenu>li:hover>a.sub1_a {
	border-image-source: url(/k-3/ul-bg2.png) ;
	border-image-slice:10 fill ;
	border-image-width:0.52083333333vw ;
	border-image-repeat: repeat;
	text-decoration: none;
	background: #a10d00;
	color: #fff;
}


/*二级的样式*/

._aside ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.5625vw;
	font-size: 0.729166666vw;
	margin-top: 0.520833333vw;
	padding-left: 2vw;
	background: url(/k-3/ul-pic1.png) no-repeat 1vw center;
		text-align: left;
}

._aside ul.sidemenu>li.sub1>ul>li.sub2.current>a.sub2_a,
._aside ul.sidemenu>li.sub1>ul>li.sub2:hover>a.sub2_a {
	text-decoration: none;
}


/*三级的样式*/

._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3>a.sub3_a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.5625vw;
	font-size: 0.729166666vw;
	padding-left: 0.75vw;
	position: relative;
		text-align: left;
}
._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3>a.sub3_a:before{
	content: ">";
	position: absolute;
	display: block;
	line-height: 1;
	font-size: 0.729166666vw;
	top: 0.41666666vw;
	left:3.854166666vw ;
}
._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3.current>a.sub3_a,
._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3:hover>a.sub3_a {}

.article {
	padding-top: 15px;
}

@media (max-width: 768px) {
	._aside {
		padding: 0;
	}
	.article{ padding:0}

	/*手机内页crumb*/
	._aside>h2 {
		font-size: 3.75vw;
		background: #aaa;
		height: 8.125vw;
		line-height:8.125vw;
		text-align: left;
		margin:4.0625vw 2.34375vw 0 ;
		padding-left: 2.34375vw;
		background: #2f2f2f;
		border-radius: 8px;
		color: #eebe81;
	}
	._aside h2 .phone-menuicon {
		float: right;
		cursor: pointer;
		font-size: 3.75vw;
		height: 8.125vw;
		font-style: normal;
		padding-right:2.34375vw ;
	}
	._aside h2 .phone-menuicon img {
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	/*手机内页分类下拉列表*/
	._aside ul.sidemenu {
		width: 100%;
		display: none;
		margin-top: 4.375vw;
	}
	._aside ul.sidemenu>li.sub1{
		margin-bottom: 3.125vw;
		padding: 0 3.125vw;
	}
	/*一级的样式*/
	._aside ul.sidemenu>li.sub1 ul {}
	._aside ul.sidemenu>li.sub1>a.sub1_a {
		
	}
	._aside ul.sidemenu>li.current>a.sub1_a,
	._aside ul.sidemenu>li:hover>a.sub1_a {}
	/*二级的样式*/
	._aside ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a {}
	/*三级的样式*/
	._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3>a.sub3_a {}
	#header .menu_icon img {
		width: 100%;
	}
	._aside ul.sidemenu>li.sub1>a.sub1_a {
		height: 6.5625vw;
		line-height: 6.5625vw;
		font-size:3.125vw;
		border-image-width:1.875vw ;
		border-image-slice:12 fill;
		text-align: left;
		padding-left: 5.3125vw;
		border-image-source: url(/k-3/ul-bg1.png) ;
		border-image-repeat: repeat;
	}
	._aside ul.sidemenu>li.current>a.sub1_a,
	._aside ul.sidemenu>li:hover>a.sub1_a {
		border-image-source: url(/k-3/ul-bg2.png) ;
		border-image-slice:10 fill ;
		border-image-width:1.5625vw;
		border-image-repeat: repeat;
		text-decoration: none;
		background: #a10d00;
		color: #fff;
	}
	._aside ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a {
		line-height: 5.3125vw;
		font-size: 3.125vw;
		margin-top: 2.34375vw;
		padding-left: 10.375vw;
		color: #000;
		background: url(/k-3/ul-pic1.png) no-repeat 6.5625vw center;
	}
	._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3>a.sub3_a {
		line-height: 4.6875vw;
		font-size:3.125vw;
		padding-left:12.5vw;
	}
	._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3>a.sub3_a:before{
		font-size:3.125vw;
		top: 0.78125vw;
		left:9.375vw ;
	}
}


/*分页样式开始*/
.page_box {
    text-align: center;
    display: block;
    margin-top:6px;
    margin-bottom: 90px;
}
/*当前页的样式*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{ background:#aaa; border-color:#aaa}
/*分页块默认样式*/
.pagination > li > a, .pagination > li > span{ color:#666;
	font-size: 14px;
}
.pagination > li > a:hover, .pagination > li > span:hover{color:#666}
/*分页样式结束*/

@media  (max-width:992px ) {
	.page_box{
		margin-bottom: 0;
	}
}














/*新闻详情页样式，若不需要请删除*/
.news_detail{
	padding-top: 3.38vw;
	padding-left: 15px;
}
.news_detail .title {
	padding-bottom: 10px;
	border-bottom: dashed 1px #aaa;
	text-align: center;
}

.news_detail .title h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	line-height: 35px
}

.news_detail .title .box {
	display: inline-block;
	text-align: center;
}

.news_detail .title .box img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.news_detail .title .box div {
	margin-right: 3.64583333vw;
}

.news_detail .title .box .time {
	float: left;
	text-align: center;
}

.news_detail .title .box .eye {
	float: left;
	text-align: center;
}

.news_detail .title .box .back {
	float: left;
}

.news_detail .news_detail_content {
	margin-top: 15px;
}

.news_detail .pageTurning {
	margin-top: 15px;
}

.news_detail .pageTurning .prevs,
.news_detail .pageTurning .nexts {
	line-height: 250%;
	padding: 0 10px;
	text-align: left;
}

.news_detail .pageTurning .prevs {
	
}

@media (max-width:768px) {
	.news_detail{
	    padding: 0 15px;
	    margin-top: 7.8125vw;
	}
	.news_detail .title .box div {
	    margin-right: 5px;
	}
	.news_detail .title .box {
	    font-size: 3.125vw;
	}
	.news_detail .title h3{
		font-size: 4.6875vw;
	}
}




/*产品详情页样式，若不需要请删除*/

.product_detail .title {
	padding-bottom: 10px;
	border-bottom: dashed 1px #aaa;
	text-align: center;
	padding-top:2.864583333vw;
	margin-bottom: 1.04166666vw;
}

.product_detail .title h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	line-height: 35px;
}

.product_detail .title .box {
	display: inline-block;
	text-align: center;
}

.product_detail .title .box img {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.product_detail .title .box .back {
	float: left;
}

.product_detail .product_detail_images {
	padding-top: 15px;
	text-align: center;
	position: relative;
}

.product_detail .product_detail_images .product_detail_btn2 {
	position: absolute;
	right: 2%;
	top: 48%;
	background: url(/k-3/rgb0.3.png);
	z-index: 100;
	font-size: 0;
}

.product_detail .product_detail_images .product_detail_btn1 {
	position: absolute;
	left: 2%;
	top: 48%;
	background: url(/k-3/rgb0.3.png);
	z-index: 100;
	font-size: 0
}

.product_detail .product_detail_images .product_detail_btn1 a img,
.product_detail .product_detail_images .product_detail_btn2 a img {
	margin: 10px 5px;
}

.product_detail .product_detail_images .owl-carousel .owl-item img {
	width: auto;
	margin: auto;
	cursor: pointer;
	max-width: 100%;
}

.product_detail .product_detail_images .owl-theme .owl-controls {
	position: absolute;
	bottom: 2%;
	width: 100%;
}

.product_detail .product_detail_images .product_detail_img {
	width: 80%;
	margin: 0 auto;
}

.product_detail .product_detail_content {
	margin-top: 20px;
	margin-bottom: 20px;
}

.product_detail .pageTurning {
	margin-top: 45px;
}

.product_detail .pageTurning .prevs,
.product_detail .pageTurning .nexts {
	line-height: 250%;
	padding: 0 10px;
	text-align: left;
}

.product_detail .pageTurning .prevs {
	margin-bottom: 15px;
}
.product_detail_content .pageTurning{
	margin: 50px 0;
}
.pswp__bg {
	background: url(/k-3/rgb0.8.png)
}




/*响应式留言板css*/
.feedback-form .title {padding:15px;color: #000;background-color: #F2F2F2;margin-bottom:15px;box-sizing:border-box;}
.feedback-form .form-group .sure,.feedback-form .form-group .more{ padding:5px 15px; border:none; color:#fff; border-radius:5px; margin-right:10px;}
.feedback-form .form-group .sure{ background:#df0024}
.feedback-form .form-group .more{ background:#dfa800}
@media (max-width: 640px) {
 .feedback-form  .title {margin-left:-15px; margin-right:-15px}
 .main .feedback-form .form-group label{
 	width: 100%;
 	text-align: left;
 }
 
}




@media (max-width:767px) {
.link { 
	display: none;
}
}
.link{padding:0px 0px;text-align: left;}
.link span{color:#eebe81;font-size: 14px;display: inline-block;vertical-align: top;}
.link li  {color:#eebe81;font-size: 14px;display: inline-block;vertical-align: top;margin:0 10px;}
.link li a{color:#eebe81;font-size: 14px;}
.link li a:hover{opacity: 1;}
/*响应式css*/