body{
	font-family:"メイリオ", "Meiryo", sans-serif,"微软雅黑";
}
html,body{
	height:auto;
}
ul{
	padding-left: 0px;
	margin-bottom: 0px;
}
ul li{
	list-style: none;
}
dl{
	margin-bottom: 0px;
}
a:hover{
	text-decoration: none;
}
.clear{
	clear: both;
}
input{
	outline:none;
}
textarea{
	outline:none;
}
button{
	outline:none;
}

@media (min-width: 768px){
	.container {
		width: 1200px;
	}
}


/**头部**/
.header{
	padding-top: 10px;
	padding-bottom: 6px;
	background-color:#f2f2f2;
}
.header .header-search{
	width: 20%;
	float: left;
}
.header .header-search form{
	background-color: #FFF;
	height: 30px;
	border-radius: 4px;
}
.header .header-search form input{
	width: 80%;
	height: 30px;
	border: 1px solid #FFF;
	padding-left: 10px;
	border-radius: 4px;
}
.header .header-search form button{
	width: 20%;
	height: 30px;
	background-color: #ffffff;
	border: none;
	border-radius: 4px;
}
.header .yuy{
	width:10%;
	float:left;
	margin-left: 2%;
	margin-top: 5px;
	cursor: pointer;
	position: relative;
}
.header .yuy dl{
	position: absolute;
	top: 25px;
	left:0;
	width:100px;
	margin-left:-25px;
	padding: 5px;
	background-color: #FFF;
	text-align: center;
	display: none;
	z-index: 9999;
}
.header .yuy dl dd{
	margin-top: 5px;
}
.header .yuy dl dd a{
	color:#333;
}
.header-logo{
	width: 13%;
	float: right;
}





/**导航**/
.index-nav{
	position: absolute;
	top: 55px;
	left: 0px;
	width: 100%;
	background-color: rgba(255,255,255,0.6);
	z-index: 999;
}
.nav{
	padding-top: 5px;
	padding-bottom: 5px;
	/*position: relative;*/
}
.nav-box{
	position: relative;
}
.nav .logo{
	width:30%;
	float: left;
}
.nav .nav-list{
	width: 60%;
	float: right;
}
.nav .nav-list{
	margin-top: 2px;
}
.nav .nav-list ul li{
	float: left;
}
.nav .nav-list ul li a{
	display: block;
	padding-top: 25px;
	padding-bottom:25px;
	padding-left: 35px;
	color: #333333; text-transform:uppercase;
}
.nav .nav-list ul li a:hover{
	color:#e8b500;
}
.nav .nav-list ul li.active a{
	color:#e8b500;
	font-weight: bold;
}

/**pc端产品二级**/
.nav-cp-list{
	padding-top: 10px;
	position: absolute;
	top:68px;
	left: 0px;
	/*height: 0px;*/
	/*overflow: hidden;*/
	width: 100%;
}
.mr_frbox{
	height:auto;
	margin-bottom: 0px;
}
.mr_frUl .tempWrap{
	width: 100%!important;
}
.mr_frBtnL{
	float:left;
	display:block;
	height: 50px;
	width: 40px;
	background: url(../images/nav-prev.png) no-repeat center center;
	background-color:#cccccc;
	margin:58px 11px 0px 0px;
	cursor:pointer;
	display:inline;
	position: static;
	bottom:45px;
	left: 50%;
	/*margin-left: -55px;*/
	float: left;
}
.mr_frUl{
	float:left;
	height:auto;
	width:90%;
	display: block;
	margin: 0 auto;
}
.mr_frBtnR{
	float:right;
	display: block;
	height: 50px;
	width: 40px;
	background: url(../images/nav-next.png) no-repeat center center;
	background-color:#cccccc;
	cursor:pointer;
	position:static;
	float: right;
	bottom: 45px;
	right: 50%;
	margin-top: 58px;
	/*margin-right: -55px;*/
}
/*.mr_frBtnR:hover{
	background-color:#db261d;
	}*/
	.mr_frUl ul li{
		display:inline;
		float:left;
		height:auto;
		width:19%;
		margin-right:0px;
		overflow:hidden;
		margin-left:6px;
		margin-right:6px;
		position: relative;
		text-align: center;
	}
	.mr_frUl ul li .moment-icon{
		position: absolute;
		top: 150px;
		left: 50%;
		margin-left:-64px;
	}
	.nav .nav-list .mr_frUl ul li a{
		display: block;
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.mr_frUl ul li img{
		display:block;
		margin-bottom:0px;
	}
	.mr_frUl ul li .moment-img{
		position: relative;
	}
	.mr_frUl ul li a p{
		font-size:14px;
		color: #383837;
		margin-top: 20px;
	}
	.mr_frUl ul li a:hover p{
		color:#e8b500;
	}

	.nav-cp-box{
		background-color: rgba(255,255,255,0.9);
		position: relative;
		padding-top:50px;
		padding-bottom:25px;
	}
	.nav-cp-box::after{
		content: "";
		position: absolute;
		top:-10px;
		left:51.5%;
		width: 14px;
		height: 10px;
		background: url(../images/nav-icon.png) no-repeat;
		z-index: 999;
	}
	.nav-cp dl{
		display: none;
	}

	/**脚注**/
	.foot{
		background-color: #f6f6f6;
		padding-top: 13px;
		padding-bottom: 15px;
		border-bottom: 1px solid #cccccc;
	}
	.foot .foot-logo{
		width: 30%;
		float: left;
	}
	.foot .foot-right{
		width: 65%;
		float: right;
	}
	.foot .foot-right ul li{
		width: 33.33%;
		float: left;
		margin-top: 5px;
	}
	.foot .foot-right ul li dl{
		margin-top: 7px;
	}
	.foot .foot-right ul li dl dt{
		width: 13%;
		float: left;
	}
	.foot .foot-right ul li dl dd{
		width: 87%;
		float:left;
		margin-top: 2px;
	}
	.footer{
		background-color: #f6f6f6;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.footer .footer-fx{
		width: 20%;
		float:left;
	}
	.footer .footer-jz{
		width: 60%;
		float:left;
		text-align: center;
		margin-top: 6px;
	}
	.footer .footer-jz p{
		font-size:14px;
		color:#383837;
	}
	.footer .footer-ta{
		width: 20%;
		float: right;
		text-align: right;
	}
	.footer .footer-ta p{
		font-size:14px;
		color:#383837;
		margin-top: 5px;
	}

	.menu-button{
		display: none;
	}
	.foot .foot-logo{
		margin-top: 5px;
	}


	/**轮播**/
	/**banner**/
	.swiper_wrapper {
		width: 100%;
		height: 500px;
		overflow: hidden;
	}

	.full-screen .swiper_wrapper { height: auto; }

	.swiper_wrapper .swiper-container {
		position: relative;
		width:100%;
		height:100%;
		margin: 0;
		/*background: url('images/pattern2.png') repeat;*/
	}

	.swiper_wrapper .swiper-slide {
		position: relative;
		margin: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
	}

	.swiper-slide [data-caption-animate] { -webkit-backface-visibility: hidden; }

	.swiper-slide .video-wrap,
	.section .video-wrap,
	.swiper-slide .yt-bg-player,
	.section .yt-bg-player {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: -1;
		top: 0;
		left: 0;
	}

	#slider .container {
		position: relative;
		height: 100%;
	}

	#slider.canvas-slider .swiper-slide img { width: 100%; }

	#slider.canvas-slider a {
		display: block;
		height: 100%;
	}


	.swiper-pagination {
		position: absolute;
		width: 100%;
		z-index: 20;
		margin: 0;
		top: auto;
		bottom: 20px !important;
		text-align: center;
		line-height: 1;
	}

	.swiper-pagination span {
		display: inline-block;
		cursor: pointer;
		width: 10px;
		height: 10px;
		margin: 0 4px;
		opacity: 1;
		background-color: transparent;
		border: 1px solid #f8c301;
		border-radius: 50%;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	.swiper-pagination span:hover,
	.swiper-pagination span.swiper-pagination-bullet-active { background-color: #f8c301 !important; }



	/**人气商品**/
	.title{
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.title h2{
		font-size: 42px;
		font-weight: bold;
		display: inline-block;
		position: relative;
	}
	.title h2::before{
		content: "";
		position: absolute;
		top: 18px;
		left:-180px;
		width: 120px;
		height: 2px;
		background-color:#f8c301;
	}
	.title h2::after{
		content: "";
		position: absolute;
		top: 18px;
		right:-180px;
		width: 120px;
		height: 2px;
		background-color:#f8c301;
	}

	.rq{
		margin-top:40px;
		margin-bottom: 20px;
	}
	.rq .rq-list ul li{
		width: 31.33%;
		float: left;
		margin-left: 1%;
		margin-right: 1%;
		text-align: center;
		margin-top: 30px;
	}
	.rq .rq-list ul li a{
		display: block;
		padding-bottom: 10px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.rq .rq-list ul li p{
		font-size: 16px;
		color:#333333;
		margin-top: 23px;
	}
	.rq .rq-list ul li a:hover{
		box-shadow: 3px 3px 10px #e7e7e7;
	}
	.rq .rq-list ul li a:hover p{
		color: #cc9000;
	}
	.rq-list{
		margin-bottom: 50px;
	}
	.more{
		margin-top: 40px;
		text-align: center;
		margin-bottom: 50px;
	}
	.more a{
		display: inline-block;
		font-size: 16px;
		color:#383837;
		padding: 13px 40px;
		border: 1px solid #383837;
		border-radius: 6px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.more a span{
		width: 15px;
		height: 10px;
		display: inline-block;
		margin-left: 5px;
		background: url(../images/more-icon.png) no-repeat;
	}
	.more a:hover{
		background-color: #cc9000;
		border: 1px solid #cc9000;
		color: #FFF;
	}
	.more a:hover span{
		background: url(../images/more-icon1.png) no-repeat;
	}


	/**产品分类页面**/
	.pro-banner .top-banner{
		width: 100%;
		height: 350px;
		overflow: hidden;
		position: relative;
	}
	.pro-banner .top-banner .swiper-pagination {
		position: absolute;
		bottom: 15px;
		z-index: 99;
	}
	.pro-banner .top-banner .swiper-pagination-bullet {
		background: #999999;
		width: 10px;
		height: 10px;
		opacity: 1;
		border-radius: 50%;
		margin: 0 3px;
	}
	.pro-banner .top-banner .swiper-pagination-bullet-active {
		background: #FFF;
		opacity: 1;
	}
	.pro-banner .top-banner a{
		display: block;
		width: 100%;
		height: 100%;
	}


	/**产品分类**/
	.productfl-list{
		margin-bottom: 55px;
	}
	.productfl-list ul li a{
		display: block;
	}
	.productfl-list ul li{
		margin-top: 50px;
		position: relative;
	}
	.productfl-list ul li a dl dt{
		width: 75%;
		float: right;
		position: relative;
		overflow: hidden;
	}
	.productfl-list ul li a dl dt .productfl-text{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background:  rgba(237,199,63,0.7);
		text-align: center;
		/*padding-top: 180px;*/
		padding: 20px;
		opacity: 0;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.productfl-list ul li a dl dt .productfl-text .productfl-text-box{
		border: 1px solid #e4f1dc;
		width: 100%;
		height: 100%;
		padding-top: 150px;
	}
	.productfl-list ul li a dl dt .productfl-text h4{
		font-size: 16px;
		color:#ffffff;
		font-weight: bold;
	}
	.productfl-list ul li dd{
		position: absolute;
		top: 50%;
		left: 0px;
		padding-bottom:10px;
		width: 25%;
		border-bottom: 1px solid #cccccc;
		margin-top: -24px;
	}
	.productfl-list ul li dd p{
		font-size: 14px;
		color:#e8b500;
		margin-bottom: 5px;
	}

	.productfl-list ul li a:hover dl dt .productfl-text{
		opacity: 1;
	}
	.productfl-list ul li a:hover dd p{
		font-weight: bold;
	}
	.productfl-list ul li a:hover dd{
		border-bottom: 1px solid #e8b500;
	}


	/**产品详情**/
	.productxq{
		border-top: 1px solid #eeeeee;
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.productxq .product-wz p{
		font-size: 12px;
		color: #999999;
	}
	.productxq .product-wz p a{
		font-size:12px;
		color: #999999;
		display: inline-block;
		margin-right: 3px;
	}
	.productxq .product-wz p a:hover{
		color: #333;
	}
	.productxq .productxq-text{
		margin-top: 20px;
	}
	.productxq .productxq-text .productxq-left{
		width: 42%;
		float: left;
	}
	.productxq .productxq-text .productxq-left ul li{
		width: 48%;
		float: left;
		margin-top: 15px;
	}
	.productxq .productxq-text .productxq-left ul li a{
		display: block;
		color: #333333;
		font-size: 14px;
		padding: 15px 40px;
		text-align: center;
		border: 1px solid #cccccc;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.productxq .productxq-text .productxq-left ul li a:hover{
		border: 1px solid #7c7b7b;
	}
	.productxq .productxq-text .productxq-right{
		width: 55%;
		float: right;
	}
	.productxq .productxq-text .productxq-right h3{
		margin-top: 0px;
		font-size: 22px;
	}
	.productxq .productxq-text .productxq-right h4{
		font-size: 15px;
		color: #222222;
		font-weight: bold;
		margin-top: 25px;
		margin-bottom: 10px;
	}
	.productxq .productxq-text .productxq-right ul li{
		padding-left: 17px;
		background: url(../images/productxq-icon.jpg) no-repeat 0px 3px;
	}
	.productxq .productxq-text .productxq-right ul li p{
		font-size: 14px;
		color:#333333;
		margin-bottom: 6px;
	}
	.productxq .productxq-text .productxq-right p{
		font-size: 14px;
		color:#333333;
		margin-bottom: 5px;
	}


	/**预览**/
	.browse{
		text-align: center;
		margin-top: 40px;
		margin-bottom: 70px;
		position: relative;
	}
	.browse-box .browse-btn{
		margin-top: 42px;
	}
	.browse-box .browse-btn a{
		display: inline-block;
		font-size: 16px;
		color: #383837;
		padding: 13px 40px;
		border: 1px solid #383837;
		border-radius: 6px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}
	.browse-box .browse-btn a span{
		width: 15px;
		height: 10px;
		display: inline-block;
		margin-left: 5px;
		background: url(../images/more-icon.png) no-repeat;
	}
	.browse-box .browse-btn a:hover{
		background-color: #cc9000;
		border: 1px solid #cc9000;
		color: #FFF;
	}
	.browse-box .browse-btn a:hover span{
		background: url(../images/more-icon1.png) no-repeat;
	}
	.tk-main{
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		background-color:rgba(0,0,0,0.5);
		display: none;
	}
	.tk{
		width: 600px;
		height: 400px;
		background: url(../images/browse-bg.jpg);
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top:-200px;
		margin-left: -300px;
		box-sizing: border-box;
	}
	.tk .tk-box{
		position: relative;
		width: 100%;
		height: 100%;
		padding-top: 100px;
		padding-left: 95px;
		padding-right: 95px;

	}
	.tk .tk-box input{
		width: 100%;
		height: 50px;
		border: 1px solid #cccccc;
		background-color: #f7f7f7;
		margin-top: 15px;
		padding-left: 10px;
	}
	.tk .tk-box button{
		width: 45%;
		height: 45px;
		margin-top: 30px;
	}
	.tk .tk-box .tk-close{
		position: absolute;
		top: 9px;
		right: 10px;
		display:inline-block;
		width: 31px;
		height: 31px;
		z-index: 999;
		cursor: pointer;

	}
	.tk h4{
		font-size: 18px;
		color: #333333;
		font-weight: bold;
	}
	.tk .tk-box .reset{
		float: left;
		background-color:#dddddd;
		border: 1px solid #dddddd;
		border-radius: 4px;
		font-size: 14px;
		color: #383837;
	}
	.tk .tk-box .sub{
		float: right;
		background-color: #333333;
		border: 1px solid #333333;
		color: #FFF;
		border-radius: 4px;
	}


	@media(max-width: 767px){
		/**头部**/
		.header .header-search {
			width: 55%;
			float: left;
		}
		.header .yuy {
			width: 23%;
			float: left;
			margin-left: 4%;
			margin-top: 5px;
			cursor: pointer;
			position: relative;
		}
		.header-logo {
			width: 18%;
			margin-top: 1px;
			float: right;
		}
		.nav-cp-list {
			padding-top: 10px;
			position: absolute;
			top: 68px;
			left: 0px;
			width: 100%;
			display: none;
		}
		.nav .nav-list {
			width: 100%;
			float: right;
			display: none;
		}

		/**按钮**/
		.menu-button{
			display: block;
			width: 25px;
			height: 30px;
			margin-top: 4px;
			margin-left: 10px;
			margin-right: 5px;
			float:right;
			margin-top: 10px;
			margin-right: 20px;
		}
		.menu-button .mobile-menu-line {
			width: 100%;
			background: #231f20;
			height: 2px;
			margin-top: 4px;
		}
		.menu-button .mobile-menu-line#mobile-menu-line1 {
			transition: all 0.5s;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			-ms-transition: all 0.5s;
			-moz-transition: all 0.5s;
		}
		.menu-button .mobile-menu-line#mobile-menu-line2 {
			transition: all 0.5s;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			-ms-transition: all 0.5s;
			-moz-transition: all 0.5s;
		}
		.menu-button .mobile-menu-line#mobile-menu-line3 {
			transition: all 0.5s;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			-ms-transition: all 0.5s;
			-moz-transition: all 0.5s;
		}
		.menu-button.active .mobile-menu-line#mobile-menu-line1{
			transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-o-transform: rotate(45deg);
		}
		.menu-button.active .mobile-menu-line#mobile-menu-line2{
			display: none;
		}
		.menu-button.active .mobile-menu-line#mobile-menu-line3{
			transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			margin-top: -2px;
		}
		.nav .nav-list ul li {
			width: 100%;
			float: left;
			position: relative;
		}
		.nav .nav-list ul li.active a {
			color: #e8b500;
			font-weight: bold;
		}
		.nav .nav-list ul li a {
			display: block;
			padding-top: 15px;
			padding-bottom: 10px;
			padding-left: 15px;
			color: #333333;
		}
		.nav-list-icon{
			display: inline-block;
			width: 20px;
			height: 20px;
			position: absolute;
			right: 10px;
			top: 12px;
		}
		.nav-list-icon:before{
			content: "";
			border-top: 1px solid rgba(0,0,0,.4);
			border-bottom: 1px solid rgba(0,0,0,.4);
			height: 0;
			width: 16px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-top: -1px;
			margin-left: -8px;
			transition: all 0.25s;
			-webkit-transition: all 0.25s;
			-o-transition: all 0.25s;
			-ms-transition: all 0.25s;
			-moz-transition: all 0.25s;
		}
		.nav-list-icon:after{
			content: "";
			border-left: 1px solid rgba(0,0,0,.4);
			border-right: 1px solid rgba(0,0,0,.4);
			height: 16px;
			width: 0;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left: -1px;
			margin-top: -8px;
			transition: all 0.25s;
			-webkit-transition: all 0.25s;
			-o-transition: all 0.25s;
			-ms-transition: all 0.25s;
			-moz-transition: all 0.25s;
		}
		.nav-list-icon.nav-list-icon-active:after{
			transform: rotate(90deg);
		}

		.nav .nav-list ul li dl dd a{
			display: block;
			padding-top: 10px;
			padding-bottom: 10px;
			padding-left: 25px;
			color: #333333;
			font-size: 13px;
		}
		.index-nav {
			position:static;
			top: 55px;
			left: 0px;
			width: 100%;
			background-color: rgba(255,255,255,0.6);
			z-index: 999;
		}


		/**脚注**/
		.foot .foot-right {
			width: 100%;
			float: right;
		}
		.foot .foot-right ul li {
			width: 50%;
			float: left;
			margin-top: 5px;
		}
		.foot .foot-right ul li dl dt {
			width: 15%;
			float: left;
		}
		.foot .foot-right ul li dl dd {
			width: 85%;
			float: left;
			margin-top: 2px;
		}
		.footer .footer-fx {
			width: 100%;
			float: left;
		}
		.footer .footer-jz {
			width: 100%;
			float: left;
			text-align: center;
			margin-top: 6px;
		}
		.footer .footer-ta {
			width: 100%;
			float: right;
			text-align: right;
		}


		/**轮播**/
		.swiper_wrapper:not(.force-full-screen),
		.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide,
		.ei-slider { height: 210px !important; }

		.title h2 {
			font-size: 28px;
			font-weight: bold;
			display: inline-block;
			position: relative;
		}
		.title h2::before {
			content: "";
			position: absolute;
			top: 14px;
			left: -78px;
			width: 50px;
			height: 2px;
			background-color: #f8c301;
		}
		.title h2::after {
			content: "";
			position: absolute;
			top: 14px;
			right: -78px;
			width: 50px;
			height: 2px;
			background-color: #f8c301;
		}
		.rq .rq-list ul li {
			width: 100%;
			float: left;
			margin-left: 0%;
			margin-right: 0%;
			text-align: center;
			margin-top: 10px;
		}

		/**产品分类页面**/
		.pro-banner .top-banner{
			width: 100%;
			height: 200px;
			overflow: hidden;
			position: relative;
		}
		/**产品分类**/
		.product-banner {
			background: url(../images/product-banner.jpg) no-repeat center;
			background-size: cover;
			text-align: center;
			padding-top: 65px;
			padding-bottom: 65px;
		}
		.product-banner h1 {
			font-size: 32px;
			font-weight: bold;
			color: #ffffff;
			margin-bottom: 0px;
		}
		.product-banner hr {
			width: 201px;
			border: none;
			border-top: 5px solid #8cc75b;
			margin-top: -9px;
		}
		.productfl-list ul li a dl dt {
			width: 100%;
			float:none;
			position: relative;
			overflow: hidden;
		}
		.productfl-list ul li {
			margin-top: 35px;
			position: relative;
		}
		.productfl-list ul li a dl dt .productfl-text .productfl-text-box {
			border: 1px solid #e4f1dc;
			width: 100%;
			height: 100%;
			padding-top: 33px;
		}
		.productfl-list ul li a dl dt .productfl-text h4 {
			font-size: 14px;
			color: #ffffff;
			font-weight: bold;
		}
		.productfl-list ul li dd {
			position: static;
			top: 50%;
			left: 0px;
			padding-bottom: 4px;
			width: 100%;
			border-bottom: 1px solid #cccccc;
			margin-top: 10px;
		}

		/**产品详情**/
		.productxq .productxq-text .productxq-left {
			width: 100%;
			float: left;
		}
		.productxq .productxq-text .productxq-left ul li a {
			display: block;
			color: #333333;
			font-size: 14px;
			padding: 10px 3px;
			text-align: center;
			border: 1px solid #cccccc;
			transition: all 0.5s;
			-webkit-transition: all 0.5s;
			-o-transition: all 0.5s;
			-ms-transition: all 0.5s;
			-moz-transition: all 0.5s;
		}
		.productxq .productxq-text .productxq-right {
			width: 100%;
			float: right;
			margin-top: 28px;
		}
		.productxq .productxq-text .productxq-right h3 {
			margin-top: 0px;
			font-size: 20px;
		}


		/**预览**/
		.tk{
			width: 100%;
			height: auto;
			background: url(../images/browse-bg.jpg);
			position: absolute;
			top: 50px;
			left: 0px;
			margin-left: 0px;
			margin-top:0px;
			box-sizing: border-box;
		}
		.tk .tk-box {
			position: relative;
			width: 100%;
			height: 100%;
			padding-top: 85px;
			padding-left: 15px;
			padding-right: 15px;
			padding-bottom: 70px;
		}
		.tk .tk-box button {
			width: 48%;
			height: 45px;
			margin-top: 30px;
		}

	}