

/*# sourceMappingURL=style.css.map */

/* 本例子css */
body{
	padding: 0;
	margin: 0;
	min-width: 1280px;
}
.pro6 .picScroll-left{ width:1280px;  overflow:hidden; position:relative;}
.pro6 .picScroll-left .hd{position: relative;}
.pro6 .picScroll-left .hd .prev,.picScroll-left .hd .next{
	width: 48px;
	height:48px;
	position: absolute;
	top: 145px;
	z-index: 10;
	cursor: pointer;
}
.pro6 .picScroll-left .hd .next{
	right: 10px;
	background: url(../img/pro-rarr.png) center no-repeat;
}
.pro6 .picScroll-left .hd .prev{
	left: 10px;
	background: url(../img/pro-larr.png) center no-repeat;
}
.pro6 .picScroll-left .hd ul{display: none;}
.pro6 .picScroll-left .bd{width: 100%;}
.pro6 .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.pro6 .picScroll-left .bd ul li{margin-right: 20px;float:left;_display:inline; overflow:hidden;text-align:center;width: 413px;background-color: #f8f8f8;padding-bottom: 25px;}
.pro6 .picScroll-left .bd ul li a{
	display: block;
	width: 100%;
	height: 100%;
}

.pro6 .picScroll-left .bd ul li .pic{width: 100%;height: 330px;margin-bottom: 20px;overflow: hidden;}
.pro6 .picScroll-left .bd ul li .box,.pro6 .list li .box{text-align: center;width: 90%;margin: 0 auto;}
.pro6 .picScroll-left .bd ul li .box h3,.pro6 .list li .box h2,.pro-warp2 .warp .list li .box h3{
	font-size: 16px;
	color: #000000;
	line-height: 20px;
	margin-bottom: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*.pro6 .picScroll-left .bd ul li:hover .box h3,.pro6 .list li:hover .box h2,.pro-warp2 .warp .list li:hover .box h3{
	color: #c2986d;
}*/
.pro6 .picScroll-left .bd ul li .box .tit,.pro6 .list li .box .tit,.pro-warp2 .warp .list li .box .tit{
	font-size: 12px;
	line-height: 16px;
	color: #797979;
	margin-bottom: 12px;
}
.pro6 .picScroll-left .bd ul li .box .math,.pro6 .list li .box .math,.pro-warp2 .warp .list li .box .math{
	font-size: 16px;
	line-height: 20px;
	color: #282828;
	margin-bottom: 12px;
}
.pro6 .picScroll-left .bd ul li .box .math span,.pro6 .list li .box .math span{
	padding-left: 5px;
}
.pro6 .picScroll-left .bd ul li .box .btn,.pro6 .list li .box .btn,.pro-warp2 .warp .list li .box .btn{
	width: 136px;
	height: 31px;
	border:1px solid #c1976d;
	background-color: transparent;
	color: #c1976d;
	line-height: 33px;
	display: block;
	margin: 0 auto;
	font-size: 12px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro6 .picScroll-left .bd ul li .box .btn span,.pro6 .list li .box .btn span,.pro-warp2 .warp .list li .box .btn span{
	font-family: '宋体';
	padding-left: 5px;
}
.pro6 .picScroll-left .bd ul li .box .btn:hover,.pro6 .list li .box .btn:hover,.pro-warp2 .warp .list li .box .btn:hover{
	background-color: #c1976d;
	color: #fff;
}

.pro6{
	width: 1280px;
	margin: 0 auto 150px;
}
.pro6 .title{
	width: 100%;
	padding: 50px 0 40px;
}
.pro6 .title .list_tit{
	font-size: 22px;
	color: #3e3a39;
	line-height: 28px;
}
.pro6 .title .tit{
	float: left;
	display: block;
	width: auto;
	font-size: 24px;
	color: #3e3a39;
	line-height: 30px;
}
.pro6 .title .mintit{
	width: auto;
	float: left;
	font-size: 16px;
	line-height: 20px;
	color: #606060;
	margin-left: 11px;
}
.pro6 .title .mintit span{
	display: inline-block;
	padding:2px 0 6px;
	border-bottom: 1px solid transparent;
	margin-left: 55px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #3e3a39;
	cursor: pointer;
}
.pro6 .title .mintit span.on,
.pro6 .title .mintit span:hover{
	border-bottom: 1px solid #c1976d;
	color: #c1976d;
}
.pro6 .list-warp{
	width: 100%;
}
.pro6 .warp{
	width: 100%;
	margin-bottom: 45px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	top: 50px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro6.on .warp{
	opacity: 1;
	top: 0px;
	filter: alpha(opacity=100);
}
.pro6 .warp .tit-pic{
	width: 100%;
	height: 500px;
	margin-bottom: 48px;
	overflow: hidden;
	cursor: pointer;
}
.pro6 .warp .tit-pic a{
	display: block;
	width: 100%;
	height: 100%;
}

.pro6 .foot{
	width: 100%;
}
.pro6 .foot .btns{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #e2e2e2;
	text-align: center;
}
.pro6 .foot .btns a{
	display: block;
	float: left;
	height: 48px;
	line-height: 48px;
	width: 150px;
	border: 1px solid #e2e2e2;
	position: relative;
	font-size: 16px;
	color: #606060;
	bottom: -1px;
	background-color: transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.pro6 .foot .btns a.on{
	background-color: #c1976d;
	color: #fff;
	border: 1px solid #c1976d;
}
.pro6 .screening,.pro6 .screening .box{
	width: 100%;
}
.pro6 .screening .box{
	display: none;
}
.pro6 .screening .box li{
	float: left;
}
.li_1{width: 317px;}
.li_2{width: 550px;}
.li_3{width: 410px;}
.wd416{width: 416px;}
.wd448{width: 448px;}
.wd412{width: 415px;}
.wd380{width: 380px;}

.pro6 .screening .box li .tit{
	border-bottom: 1px solid #e3e3e3;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #c1976d;
	margin-bottom: 10px;
}
.pro6 .screening .box li .tit span{
	color:#000000
}

.pro6 .screening .box li .details{
	width: 100%;
	padding: 10px 0;
}
.pro6 .screening .box li .wd1 p{
	width: 118px;
	float: left;
}
.pro6 .screening .box .li_2 .wd2 p{
	width:118px;
	float: left;
}
.pro6 .screening .box .li_3 .wd2 p{
	width:115px;
	float: left;
}
.pro6 .screening .box .li_3 .wd2 p.on{width: 65px;}
.pro6 .screening .box li .details p input,.pro6 .screening .box li .details p label{
	cursor: pointer;
}
/*.pro6 .screening .box li .details p label{padding-left: 3px;}*/
.pro6 .screening .box li .details p label{
	padding-left:25px;
	background: url(../img/radio-bg1.png) left center no-repeat;
}
.pro6 .screening .box li .details p.onn label{
	background: url(../img/radio-bg2.png) left center no-repeat;
}

.pro6 .screen_tit{
	font-size: 16px;
	color: #595757;
	line-height: 24px;
	padding-bottom: 5px;
	margin-top: 70px;
}
.pro6 .screen_tit span{
	padding:0 5px;
	color: #a08778;
}
.pro6 .foot .list{
	width: 100%;
}
.pro6 .foot .list .mian{
	padding-top: 30px;
	margin-bottom: 30px;
	border-top:1px solid #e7e7e7;
}
.pro6 .foot .list li{
	width: 100%;
	float: left;
	width: 33%;
	position: relative;
	padding: 80px 0 20px;
}
.pro6 .foot .list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.pro6 .foot .list li i{
	width: 1px;
	height: 100%;
	background-color: #ededed;
	position: absolute;
	right: 0;
	top: 0;
}
.pro6 .foot .list li .pic{
	width: 380px;
	height: 220px;
	margin: 0 auto 60px;
	overflow: hidden;
}
.pro6 .foot .add-btn{
	width: 100%;
	text-align: center;
	line-height: 62px;
	height: 62px;
	font-size: 14px;
	color: #595757;
	background-color:#e4e2e2;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.pro6 .foot .add-btn span{
	display: inline-block;
	width: auto;
	padding-left: 18px;
	height: 62px;
	background: url(../img/bot-icon.png) left center no-repeat;
}
.pro6 .foot .add-btn:hover{
	background-color:#eeebeb;
	color: #c1976d;
}
.pro6 .foot .add-btn:hover span{
	background: url(../img/bot-icon1.png) left center no-repeat;
}


.pro-warp{
	width: 1280px;
	margin: 50px auto 50px;
}
.pro-warp .left{
	width: 865px;
	height: auto;
}
.pro-warp .left .top-img{
	width: 450px;
	height: 450px;
	overflow: hidden;
	float: right;
}
.pro-warp .left .top-img img{
	display: block;
	width: 450px;
	height: 450px;
}
.pro-warp .left .box{
	height: 300px;
	width:50px;
	float: left;
}
.pro-warp .left .box .main{
	height: 300px;
	width: 50px;
	position: relative;
	overflow: hidden;
}
.pro-warp .left .box .l{
	height:20px;
	width: 50px;
	cursor: pointer;
	line-height: 65px;
	background: url(../img/produ-larr.png) center no-repeat;
}
.pro-warp .left .box .r{
	cursor: pointer;
	height:20px;
	width: 50px;
	line-height: 63px;
	background: url(../img/produ-rarr.png) center no-repeat;
}
.pro-warp .left .box ul{
	display: block;
	width: 100%;
	height: 100%;
}
.pro-warp .left .box ul li{
	display: block;
	height: 50px;
	width: 50px;
	float: left;
	margin: 5px 0;
	position: relative;
	cursor: pointer;
}
.pro-warp .left .box ul li img{
	display: block;
	width: 100%;
}
.pro-warp .left .box ul li i{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
	z-index: 5;
	background: url(../img/zsinfor-bor1.png) center no-repeat;
}
.pro-warp .left .box ul li.cur i{
	background: url(../img/zsinfor-bor.png) center no-repeat;
}
.pro-warp .right{
	width: 350px;
	padding-top: 80px;
	text-align: right;
}
.pro-warp .right h2{
	font-size: 24px;
	color: #424242;
	line-height: 35px;
}
.pro-warp .right .tit{
	font-size: 20px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 25px;
}
.pro-warp .right .price{
	font-size: 27px;
	color: #c2986d;
	line-height: 35px;
	margin-bottom: 20px;
	font-family: 'PingFangSC-Medium';
}
.pro-warp .right .btn{
	font-size: 18px;
	height: 53px;
	line-height: 55px;
	width: 218px;
	font-size: 18px;
	text-align: center;
	color: #c2986d;
	border:1px solid #c2986d;
	display: inline-block;
	background-color: transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro-warp .right .btn:hover{
	background-color: #c2986d;
	color: #fff;
}

.pro-warp2{
	width: 100%;
}
.pro-warp2 .titlebox{
	height: 68px;
	width: 100%;
	margin-bottom: 55px;
}
.pro-warp2 .title{
	height: 68px;
	width: 100%;
	background-color: #fbfbfb;
	border-top: 1px solid #ebebeb;
	margin-bottom: 45px;
	position: relative;
	top: 0;
	left: 0;
}
.pro-warp2.on .title{
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
	z-index: 10;
}
.pro-warp2 .title .mian{
	width: 1280px;
	margin: 0 auto;
}
.pro-warp2 .title .maxtit{
	height: 68px;
	line-height: 68px;
	color: #424242;
	font-size: 18px;
	/*padding-left: 90px;*/
	width:600px;
	background-size: 70px 50px;
}
.pro-warp2 .title .maxtit span{
	float: left;
	display: inline-block;
}
.pro-warp2 .title .maxtit .img{
	float: left;
	width: 70px;
	height: 50px;
	margin-right: 15px;
}
.pro-warp2 .title .maxtit .img img{
	width: 100%;
}
.pro-warp2 .title .maxtit .ml{
	padding-left: 20px;
	font-size: 16px;
	color: #424242;
}
.pro-warp2 .title .mintit{
	float: right;
	height: 68px;
	line-height: 68px;
}
.pro-warp2 .title .mintit .btns{
	width: 100px;
	height: 30px;
	background-color: transparent;
	color: #c2986d;
	text-align: center;
	font-size: 16px;
	float: right;
	line-height: 30px;
	border:1px solid #c2986d;
	margin-top: 18px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro-warp2 .title .mintit .btns span{
	font-family: '宋体';
	padding-left: 5px;
}
.pro-warp2 .title .mintit .btns:hover{
	background-color: #c2986d;
	color: #fff;
}
.pro-warp2 .title .mintit .tit{
	float: right;
	height: 100%;
}
.pro-warp2 .title .mintit .tit a{
	display: block;
	float: left;
	width: 50px;
	text-align: center;
	height: 66px;
	border-bottom: 2px solid transparent;
	margin-right: 35px;
	font-size: 14px;
	color: #808080;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro-warp2 .title .mintit .tit a:hover,.pro-warp2 .title .mintit .tit a.on{
	color: #c2986d;
	border-bottom: 2px solid #c2986d;
}
.pro-warp2 .warp{
	width: 1280px;
	margin: 0 auto;
}
.pro-warp2 .warp .dapei{
	margin-bottom: 20px;
	width: 100%;
}
.pro-warp2 .warp .dapei span{
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
}
.pro-warp2 .warp .dapei .maxtit{
	font-size: 24px;
	color: #c2986d;
	margin-right: 18px;
}
.pro-warp2 .warp .dapei .mintit{
	font-size: 16px;
	color: #999999;
	margin-right: 15px;
}
.pro-warp2 .warp .list{
	margin-bottom: 70px;
}
.pro-warp2 .warp .list li{
	float: left;
	width: 426px;
	position: relative;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 50px;
}
.pro-warp2 .warp .list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.pro-warp2 .warp .list li .pic{
	width: 380px;
	/*height: 320px;*/
	margin: 80px auto 60px;
}
.pro-warp2 .warp .list li .pic img{
	display: block;
	width: 100%;
	/*height: 100%;*/
}
.pro-warp2 .warp .list li em{
	display: block;
	height: 100%;
	width: 1px;
	background-color: #f0f0f0; 
	position: absolute;
	left: 0;
	top: 0;
}
.pro-warp2 .warp .list li i{
	display: block;
	height: 100%;
	width: 1px;
	background-color: #f0f0f0; 
	position: absolute;
	right: 0;
	top: 0;
}
.pro-warp2 .warp .list li .box{
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
.pro-warp2 .warp .mian{
	width: 1280px;
	margin: 0 auto 75px;
}
.pro-warp2 .warp .mian img{
	max-width: 100%;
}
.pro-warp2 .warp .mian .video-img{
	cursor: pointer;
}
.pro-warp2 .warp .size{
	width: 100%;
	margin-bottom: 60px;
}
.pro-warp2 .warp .size h2{
	font-size: 24px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 75px;
}
.pro-warp2 .warp .size .pic{
	width:100%;
	/*height: 450px;*/
	/*margin: 0 auto;*/
}
.pro-warp2 .warp .size .pic img{
	display: block;
	width: 100%;
}
.pro-warp2 .warp .tbl{margin-bottom: 75px;}
.pro-warp2 .warp .tbl tr td .box{
	padding-bottom:40px;
}
.pro-warp2 .warp .tbl tr td .box .tit{
	font-size: 24px;
	color: #000000;
	line-height: 30px;
}
.pro-warp2 .warp .tbl tr td .box h2{
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 10px;
	padding:0;
}
.pro-warp2 .warp .tbl tr td{
	border-bottom: 1px solid #e7e7e7
}
.pro-warp2 .warp .tbl tr td  h2{
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	padding: 20px 0;
}
.pro-warp2 .warp .tbl tr td p{
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}
.pro-warp2 .warp .foot-list h3{
	font-size: 24px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 30px;
}