/* CSS Document */
/*reset*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	-webkit-margin-start:0;
	-webkit-margin-end:0;
}
:before,:after{
	margin:0;
	padding:0;
}
ul,li{
	list-style:none;
}
a{
	text-decoration:none;
}
img{
	display:block;
	border:none 0;
}
input,button,select,textarea{
	border:none;
	outline:none;
}
header,section,article,nav,footer,aside{
	display:block;
}
body{
	width:100%;
	min-width:1200px;
	background:#fff;
	font-family:"Microsoft YaHei","SimHei","SimSun","sans-serif";
	color:#333;
}
.clear{
	clear:both;
}



/*-----顶部内容-----*/
#top{
	width:100%;
	overflow:hidden;
}
#top section{
	width:1200px;
	margin:20px auto;
	overflow:hidden;
}
#top h1{
	float:left;
	margin-left:20px;
}
#top .search-box{
	float:left;
	margin-left:120px;
	margin-right:1px;
	overflow:hidden;
}
#top .search-box #search-con{
	width:356px;
	height:18px;
	line-height:18px;
	padding:8px 20px;
	font-size:12px;
	color:#333;
	font-family:"SimSun";
	border:2px solid #e20000;
	float:left;
}
#top .search-box #search-btns{
	height:38px;
	width:70px;
	background:#e20000 url(../images/search.png) no-repeat center;
	float:left;
	cursor:pointer;
}
#top .search-box #search-btns:hover{
	background:#cf0000 url(../images/search.png) no-repeat center;
}
#top .search-box ul li{
	float:left;
	margin-right:30px;
	margin-top:4px;
}
#top .search-box ul li a{
	font-size:12px;
	color:#333;
	font-family:"SimSun";
}
#top .search-box ul li a:hover,#top .login-box ul li a:hover{
	color:#e20000;
}	
#top .login-box{
	float:right;
	margin-right:20px;
}
#top .login-box div{
	float:left;
	margin-top:2px;
	width:160px;
	height:34px;
	line-height:34px;
	background:url(../images/shop-bg.png) repeat-x;
	border:1px solid #dcdcdc;
	-webkit-box-shadow:0px 0px 8px rgba(10,2,4,0.2);
	box-shadow:0px 0px 8px  rgba(10,2,4,0.2);
}
#top .login-box div button{
	padding-left:50px;
	height:100%;
	background:url(../images/shop-car.png) no-repeat 16px center;
	font-size:12px;
	font-family:"SimSun";
	color:#2c2c2c;
	cursor:pointer;
}
#top .login-box div button:hover{
	font-weight:bold;
}
#top .login-box div button span{
	color:#e20;
}
#top .login-box ul{
	float:left;
	margin-left:20px;
	overflow:hidden;
}
#top .login-box ul li{
	float:left;
	margin-top:2px;
}
#top .login-box ul li.line{
	margin:8px 10px 0;
}
#top .login-box ul li a{
	display:block;
	color:#333;
	font-size:14px;
	height:34px;
	line-height:34px;
}
#top .login-box ul li.zhuce a{
	color:#e20;
}
/*-----导航内容-----*/
#top .nav-box{
	width:100%;
	height:40px;
	background:#333;
}
#top .nav-box ul{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
}
#top .nav-box ul li{
	float:left;
	width:9.090909%;
}
#top .nav-box ul li a{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:14px;
	background:url(../images/nav-line.png) no-repeat right center;
}
#top .nav-box ul li a:hover,#top .nav-box ul li.current-nav a{
	background:#e20;
}


/*-----banner内容-----*/
#bannerBg{
	width:100%;
	overflow:hidden;
}
#bannerBg #bannerbox{
	overflow:hidden;
	position:relative;
}
#bannerbox #flash a{
	display:block;
	width:100%;
	height:315px;
}
#bannerbox #flash a img{
	width:100%;
	height:100%;
}
#bannerbox .banner_bar{
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-39px;
	width:78px;
}
#bannerbox .banner_bar div{
	float:left;
	width:14px;
	height:14px;
	margin-left:10px;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	border:1px solid #7a7a7a;
	background:#7a7a7a;
	cursor:pointer;
}
#bannerbox .banner_bar div.dq{
	border:1px solid #7a7a7a;
	background:inherit;
}


/*-----------主体内容-----------*/
/*-----第一部分-----*/
#main-con{
	width:100%;
	overflow:hidden;
}
#main-con>section{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
#main-con header{
	margin-top:30px;
	margin-bottom:30px;
}
#main-con header img{
	width:372px;
	margin:0 auto;
}
#main-con header span{
	display:block;
	width:40px;
	height:1px;
	background:#333;
	margin:20px auto;
}
#main-con header h2{
	text-align:center;
	font-size:30px;
	font-weight:normal;
}
#main-con .main-con-01 .main-content{
	width:100%;
	overflow:hidden;
}
#main-con .main-con-01 .main-content aside{
	float:left;
}
#main-con .main-con-01 .main-content aside .mod-menu{
	z-index:100;
	position:relative;
}
#main-con .main-con-01 .mod-menu .menu-item{
	width:188px;
	border:solid 1px #e20000;
	border-right:none;
	position:relative;
	z-index:22;
}
#main-con .main-con-01 .mod-menu .menu-item li{
	height:40px;
	line-height:40px;
	border-top:solid 1px #c20101;
}
#main-con .main-con-01 .mod-menu .menu-item li.nav-top{
	border-top:none;
}
#main-con .main-con-01 .mod-menu .menu-item li a{
	display:block;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:16px;
	padding-left:40px;
	background:#e20;
}
#main-con .main-con-01 .mod-menu .menu-item li a:hover{
	color:#e20;
	background:#fff;
}
#main-con .main-con-01 .mod-menu .menu-cont{
	position:absolute;
	left:189px;
	top:0px;
	background:#fff;
	width:360px;
	height:410px;
	border-top:solid 1px #e20;
	z-index:20;
}
#main-con .main-con-01 .mod-menu .menu-cont ul{
	width:50%;
	height:411px;
	float:left;
	overflow:hidden;
}
#main-con .main-con-01 .mod-menu .menu-cont ul li{
	margin-top:10px;
	padding-left:20px;
}
#main-con .main-con-01 .mod-menu .menu-cont ul li a{
	font-size:12px;
	color:#333;
}
#main-con .main-con-01 .mod-menu .menu-cont ul li a:hover,#commentbox #comment-con article div>p a:hover{
	color:#e20;
}
#main-con .news-list{
	float:right;
	overflow:hidden;
}
#main-con .news-list ul{
	overflow:hidden;
}
#main-con .news-list ul li{
	width:245px;
	height:245px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#main-con .news-list ul li.news-big-last{
	margin-right:0;
}
#main-con .news-list ul li div{
	display:block;
	width:245px;
	height:245px;
	position:relative;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	-webkit-margin-start:0;
	-webkit-margin-end:0;
	overflow:hidden;
}
#main-con .news-list ul li.news-big-01 div{
	background:url(/images/news-bg-01.jpg) no-repeat;
}
#main-con .news-list ul li.news-big-02 div{
	background:url(/images/news-bg-02.jpg) no-repeat;
}
#main-con .news-list ul.news-list-02 li.news-big-01 div{
	background:url(/images/news-little-bg-01.jpg) no-repeat;
}
#main-con .news-list ul.news-list-02 li.news-big-02 div{
	background:url(/images/news-little-bg-02.jpg) no-repeat;
}
#main-con .news-list ul li div h3,#commentbox #comment-con article div>a h3{
	margin-top:20px;
	margin-left:20px;
}
#main-con .news-list ul li div h3 a,#commentbox #comment-con article div>a h3{
	font-size:20px;
	color:#333;	
}
#main-con .news-list ul li div h3 a:hover,#commentbox #comment-con article div>a:hover h3{
	color:#e20;
}
#main-con .news-list ul li div p,#commentbox #comment-con article div>a p{
	margin:3px 0 3px 20px;
	font-size:20px;
	color:#e20;
	font-weight:bold;
}
#main-con .news-list ul li div button{
	margin-left:20px;
	width:50px;
	height:16px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	background:#e20;
	font-size:12px;
	color:#fff;
	overflow:hidden;
	cursor:pointer;
	z-index:50;
}
#main-con .news-list ul li div button span{
	display:block;
	float:right;
	width:18px;
	height:16px;
	background:url(/images/shop-car-little.png) no-repeat center;
	border-left:1px dotted #fff;
}
#main-con .news-list ul li div img,#commentbox #comment-con article div>a img{
	position:absolute;
	bottom:14px;
	right:14px;
}

#main-con .news-list ul.news-list-02 li{
	width:194px;
	height:194px;
	margin-top:3px;
}
#main-con .news-list ul.news-list-02 li div{
	position:relative;
	width:194px;
	height:194px;
}
#main-con .news-list ul.news-list-02 li div h3{
	margin-top:14px;
	margin-left:14px;
}
#main-con .news-list ul.news-list-02 li div h3 a,#main-con .news-list ul.news-list-02 li div p{
	font-size:18px;
}
#main-con .news-list ul.news-list-02 li div img{
	position:absolute;
	bottom:4px;
	right:4px;
}

/*-----第二部分-----*/
#comment #commentbox{
	overflow:hidden;
	position:relative;
}
#comment #commentbox #comment-con{
	overflow:hidden;
}
#commentbox #comment-con article{
	display:block;
	width:100%;
}
#commentbox #comment-con article div{
	width:290px;
	overflow:hidden;
	border:1px solid #d2d2d2;
	border-top:0;
	float:left;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	-webkit-margin-start:0;
	-webkit-margin-end:0;
	margin-right:10px;
}
#commentbox #comment-con article div.comment-last{
	margin-right:0;
}
#commentbox #comment-con article div>a{
	display:block;
	width:290px;
	height:292px;
	border-top:5px solid #333;
	overflow:hidden;
	position:relative;
}
#commentbox #comment-con article div.comment-01>a{
	background:url(/images/hot.png) no-repeat 20px center;
}
#commentbox #comment-con article div.comment-02>a{
	background:url(/images/new.png) no-repeat 20px center;
}
#commentbox #comment-con article div>a:hover{
	border-top:5px solid #e20;
}
#commentbox #comment-con article div>ul{
	width:100%;
	overflow:hidden;
	background:url(/images/comment-bg.png) no-repeat left top;
}
#commentbox #comment-con article div>ul>li{
	margin:14px 20px;
	padding-bottom:20px;
	border-bottom:1px dashed #c2c2c2;
}
#commentbox #comment-con article div>ul>li header{
	overflow:hidden;
	margin-top:28px;
	margin-bottom:14px;
}
#commentbox #comment-con article div>ul>li header p{
	float:left;
	font-size:14px;
	font-weight:bold;
}
#commentbox #comment-con article div>ul>li header ul{
	float:right;
	overflow:hidden;
}
#commentbox #comment-con article div>ul>li header ul li{
	float:left;
	width:14px;
	height:14px;
	line-height:14px;
}
#commentbox #comment-con article div>ul>li header ul li.fs{
	width:25px;
	margin-left:8px;
}
#commentbox #comment-con article div>ul>li header ul li img{
	width:100%;
}
#commentbox #comment-con article div>ul>li>p{
	font-size:12px;
}
#commentbox #comment-con article div>p{
	margin-bottom:14px;
}
#commentbox #comment-con article div>p a{
	font-size:14px;
	color:#7d7d7d;
	margin-left:200px;
}
#commentbox .comment_bar{
	width:78px;
	margin:14px auto;
	overflow:hidden;
}
#commentbox .comment_bar div{
	float:left;
	width:14px;
	height:14px;
	margin-left:10px;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	border:1px solid #7a7a7a;
	background:#7a7a7a;
	cursor:pointer;
}
#commentbox .comment_bar div.dq{
	border:1px solid #7a7a7a;
	background:inherit;
}


/*-----底部内容-----*/
#foot{
	width:100%;
	overflow:hidden;
}
#foot>section{
	margin:40px auto 0;
	width:1200px;
	overflow:hidden;
	border-top:2px solid #37383a;
}
#foot>section .nav-little{
	margin:20px auto 30px;
	overflow:hidden;
}
#foot>section .nav-little ul{
	width:734px;
	margin:0 auto;
	overflow:hidden;
}
#foot>section .nav-little ul li,#foot>section .nav-bottom ul li{
	float:left;
}
#foot>section .nav-little ul li a{
	display:block;
	padding:0 24px;
	font-size:12px;
	color:#696969;
	background:url(/images/nav-line.png) no-repeat right center;
}
#foot>section .nav-little ul li.nav-little-last a{
	background:none;
}
#foot>section .nav-little ul li a:hover,#foot>section .nav-bottom ul li a:hover{
	color:#e20;
}
#foot>section .nav-bottom{
	width:100%;
	overflow:hidden;
}
#foot>section .nav-bottom ul{
	width:580px;
	margin:0 auto;
	overflow:hidden;
}
#foot>section .nav-bottom ul li a{
	font-weight:bold;
	padding:0 25px;
	color:#383838;
}
#foot>section>a{
	display:block;
	width:97px;
	height:34px;
	margin:18px auto;
}
#foot>section div{
	border-top:1px solid #e1e1e2;	
}
#foot>section div p{
	text-align:center;
	height:40px;
	line-height:40px;
	font-size:12px;
	color:#383838;
}



/*-----产品内容-----*/
/*---产品内容上部---*/
#main-con .product-con{
	width:1200px;
	margin:30px auto 0;
	overflow:hidden;
}
#main-con .product-con-top .procuct-img-box{
	width:450px;
	float:left;
	overflow:hidden;
}
#main-con .product-con-top .procuct-img-box .rslides{
	width:450px;
	height:450px;
}
#main-con .product-con-top .procuct-img-box .rslides li{
	width:448px;
	height:448px;
	border:1px solid #e7e7e7;
}
#main-con .product-con-top .procuct-img-box #slider3-pager{
	overflow:hidden;
	margin-top:20px;
	margin-left:9px;
}
#main-con .product-con-top .procuct-img-box #slider3-pager li{
	width:75px;
	height:75px;
	float:left;
	margin:0 6px;
}
#main-con .product-con-top .procuct-img-box #slider3-pager li a{
	display:block;
	width:73px;
	height:73px;
	border:1px solid #e7e7e7;
}
#main-con .product-con-top .procuct-img-box #slider3-pager .rslides_here a{
	border:1px solid #b80007;
}
.procuct-mess-box{
	float:right;
	width:720px;
	overflow:hidden;
}
.procuct-mess-box .product-title h2{
	font-size:24px;
}
.procuct-mess-box .product-title p{
	margin-top:22px;
	width:100%;
	height:44px;
	line-height:44px;
	background:url(/images/money-bg.jpg) no-repeat;
}
.procuct-mess-box .product-title p span{
	display:block;
	float:left;
	height:44px;
	line-height:44px;
	font-size:18px;
	color:#b80007;
	font-weight:bold;
}
.procuct-mess-box .product-title p span:first-child{
	margin-left:20px;
}
.procuct-mess-box .product-title p span:last-child{
	font-size:24px;
}
.procuct-mess-box .product-chose-one{
	overflow:hidden;
	margin:24px 0;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
}
.procuct-mess-box .product-chose-one>div{
	float:left;
	overflow:hidden;
}
.procuct-mess-box .product-chose-one .product-chose-l{
	margin:24px 14px 0 18px;
	overflow:hidden;
}
.procuct-mess-box .product-chose-one .product-chose-l ul{
	width:100%;
	overflow:hidden;
	margin-bottom:42px;
}
.procuct-mess-box .product-chose-one .product-chose-l ul li{
	float:left;
	margin-right:40px;
	overflow:hidden;
	font-size:14px;
}
.procuct-mess-box .product-chose-one .product-chose-l ul li label,
.procuct-mess-box .product-chose-one .product-chose-l ul li input{
	float:left;
	height:16px;
	line-height:16px;
}
.procuct-mess-box .product-chose-one .product-chose-l ul li input{
	margin-top:2px;
	margin-right:2px;
}
.procuct-mess-box .product-chose-one .product-chose-r{
	border-left:1px dotted #d9d9d9;
	height:178px;
	margin-top:18px;
}
.procuct-mess-box .product-chose-one .product-chose-r p{
	margin-left:34px;
	font-size:14px;
	line-height:2;
}
.procuct-mess-box .product-chose-two{
	margin:20px 0;
	overflow:hidden;
	border-top:1px dotted #d9d9d9;
	border-bottom:1px dotted #d9d9d9;
}
.procuct-mess-box .product-chose-two ul li{
	float:left;
	margin:10px 0;
	padding:0 40px;
	font-size:14px;
}
.procuct-mess-box .product-chose-two ul li:nth-child(2){
	border-left:1px dotted #d9d9d9;
	border-right:1px dotted #d9d9d9;
}
.procuct-mess-box .product-chose-three{
	border:1px solid #d2d2d2;
	background:#eee;
	padding:16px 0;
}
.procuct-mess-box .product-chose-three p{
	font-size:14px;
	margin-left:16px;
}
.procuct-mess-box .product-chose-four{
	margin-top:24px;
	overflow:hidden;
}
.product-chose-four #box_wrapper{
	float:left;
	margin-left:24px;
	overflow:hidden;
}
.product-chose-four #box_wrapper .mark{
	display:block;
	float:left;
	height:44px;
	line-height:44px;
}
.product-chose-four #box_wrapper .num_wrap{
	width:42px;
	height:42px;
	overflow:hidden;
	float:left;
	border:1px solid #d9d9d9;
}
.product-chose-four #box_wrapper .num_wrap #txtNum {
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	font-size:14px;
}
.product-chose-four #box_wrapper .arrow_wrap{
	height:44px;
	width:20px;
	float:left;
	position:relative;
}
.product-chose-four #box_wrapper .arrow_wrap .addOne {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:18px;
	height:20px;
	text-align:center;
	line-height:20px;
	border:1px solid #d9d9d9;
	color:#333;
}
.product-chose-four #box_wrapper .arrow_wrap .jianOne {
	position:absolute;
	left:0px;
	top:21px;
	width:18px;
	height:21px;
	text-align:center;
	line-height:20px;
	border:1px solid #d9d9d9;
	color:#333;
}
.product-chose-four .btn-box{
	float:left;
	overflow:hidden;
}
.product-chose-four .btn-box button{
	width:160px;
	height:40px;
	line-height:40px;
	float:left;
	margin-left:20px;
	margin-top:2px;
	font-size:14px;
	color:#fff;
	cursor:pointer;
}
.product-chose-four .btn-box button#buy{
	background:#b80007;
}
.product-chose-four .btn-box button#buy:hover{
	background:#a00006;
}
.product-chose-four .btn-box button#add{
	background:#333 url(/images/shop-car-01.png) no-repeat 24px center;
}
.product-chose-four .btn-box button#add:hover{
	background:#131313 url(/images/shop-car-01.png) no-repeat 24px center;
}
.product-chose-four .kefu{
	float:right;
}
.product-chose-four .kefu button{
	padding:10px 26px 10px 52px;
	border:1px solid #b80007;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	background:#ffebec url(/images/kefu.png) no-repeat 26px center;
	font-size:14px;
	color:#b80007;
	cursor:pointer;
	margin-top:2px;
}
.product-chose-four .kefu button:hover{
	background:#ffc7ca url(/images/kefu.png) no-repeat 26px center;
}

/*---产品内容中部---*/
.product-con-middle{
	margin:20px auto 20px;
	border:1px solid #d9d9d9;
	overflow:hidden;
}
.product-con-middle ul{
	margin:24px 0 24px 8px;
	overflow:hidden;
}
.product-con-middle ul li{
	float:left;
	width:210px;
	margin-left:22px;
}
.product-con-middle ul li a,.product-con-bottom-l section ul li a{
	display:block;
	width:100%;
}
.product-con-middle ul li a div,.product-con-bottom-l section ul li a div{
	width:208px;
	height:208px;
	border:1px solid #fff;
}
.product-con-middle ul li a div img,.product-con-bottom-l section ul li a div img{
	width:100%;
}
.product-con-middle ul li a p,.product-con-bottom-l section ul li a p{
	margin-top:14px;
	font-size:14px;
	text-align:center;
	color:#333;
}
.product-con-middle ul li a:hover div,.product-con-bottom-l section ul li a:hover div{
	border:1px solid #b80007;
}
.product-con-middle ul li a:hover p,.product-con-bottom-l section ul li a:hover p{
	color:#b80007;
}

/*---产品内容下部---*/
/*左侧*/
.product-con-bottom{
	overflow:hidden;
}
.product-con-bottom-l{
	width:256px;
	float:left;
	margin-right:19px;
}
.product-con-bottom-l nav,.product-con-bottom-l section{
	margin-bottom:15px;
	border:1px solid #d9d9d9;
	border-top:2px solid #e20;
}
.product-con-bottom-l nav h3{
	padding:14px 0;
	border-bottom:1px dotted #d9d9d9;
}
.product-con-bottom-l nav h3 p{
	font-size:14px;
	margin-left:24px;
}
.product-con-bottom-l nav ul{
	margin:16px 24px;
	overflow:hidden;
}
.product-con-bottom-l nav ul li{
	font-size:14px;
	margin-bottom:14px;
}
.product-con-bottom-l nav ul li a{
	color:#333;
}
.product-con-bottom-l nav ul li a:hover{
	color:#b80007;
}
.product-con-bottom-l section ul{
	margin-top:24px;
}
.product-con-bottom-l section ul li{
	width:210px;
	margin:0 auto 20px;
	padding-bottom:16px;
	overflow:hidden;
	border-bottom:1px dotted #d9d9d9;
}
.product-con-bottom-l section ul li:last-child{
	border-bottom:none;
}
/*右侧*/
.product-con-bottom-r{
	float:right;
	width:925px;
	overflow:hidden;
}
.product-con-bottom-r #tab{
	overflow:hidden;
}
.product-con-bottom-r #tab li{
	padding:14px 0;
	width:184px;
	float:left;
	border:1px solid #d9d9d9;
	border-right:none;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
.product-con-bottom-r #tab li:last-child{
	width:183px;
	border-right:1px solid #d9d9d9;
}
.product-con-bottom-r #tab li.on{
	border-top:2px solid #e20;
}
.product-con-bottom-r #tab_con>article{
	display:none;
}
.product-con-bottom-r #tab_con #tab_con_1{
	display:block;
} 
/*tab-01*/
#main-con header.spjs-header{
	margin-top:0;
	margin-bottom:0;
}
.product-con-bottom-r .spjs-01{
	border:1px solid #d9d9d9;
	border-top:none;
	overflow:hidden;
	padding-bottom:24px;
}
.product-con-bottom-r .spjs-01 p{
	font-size:14px;
	margin:24px 64px 0;
	line-height:1.8;
	text-indent:28px;
}
.product-con-bottom-r #tab_con_1>div{
	margin-bottom:10px;
	overflow:hidden;
}
.product-con-bottom-r #tab_con header.spjs-header{
	border:1px solid #d9d9d9;
	height:44px;
	position:relative;
}
.product-con-bottom-r #tab_con header.spjs-header h4{
	position:absolute;
	left:0;
	top:-1px;
	font-size:14px;
	width:186px;
	height:44px;
	line-height:44px;
	text-align:center;
	border-right:1px dotted #d9d9d9;
	border-top:2px solid #e20;
	color:#b80007;
}
.product-con-bottom-r #tab_con .spjs-02-con{
	border:1px solid #d9d9d9;
	border-top:none;
	overflow:hidden;
	padding-bottom:10px;
}
.product-con-bottom-r #tab_con .spjs-02 p{
	font-size:14px;
	margin:10px 64px 0;
	line-height:1.8;
}
.product-con-bottom-r #tab_con .spjs-03 img{
	width:800px;
	margin:10px auto 0;
}
#pl-img-big,#pl-img-big01,#pl-img-big02,#pl-img-big03,#pl-img-big04,#pl-img-big05{
	display:none;
}
.product-con-bottom-r #tab_con .spjs-04-con .pl-chose{
	border-bottom:1px solid #d9d9d9;
	padding:30px 0;
}
.product-con-bottom-r #tab_con .spjs-04-con .pl-chose ul{
	overflow:hidden;
	margin:0 64px;
}
.product-con-bottom-r #tab_con .spjs-04-con .pl-chose ul li{
	float:left;
	margin-right:30px;
	overflow:hidden;
}
.product-con-bottom-r #tab_con .spjs-04-con .pl-chose ul li input,
.product-con-bottom-r #tab_con .spjs-04-con .pl-chose ul li label{
	float:left;
	font-size:14px;
	height:16px;
	line-height:16px;
}
.product-con-bottom-r #tab_con .spjs-04-con .pl-chose ul li input{
	margin-top:2px;
	margin-right:4px;
}
.product-con-bottom-r #tab_con .spjs-04-con .pl-con{
	margin:30px 64px;
	overflow:hidden;
}
.product-con-bottom-r #tab_con .spjs-04-con .pl-con-in{
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #d9d9d9;
}
.product-con-bottom-r #tab_con .spjs-04-con .pl-con-in .pl-con-l{
	float:left;
	width:100px;
	margin-right:34px;
	overflow:hidden;
}
.product-con-bottom-r #tab_con .spjs-04-con .pl-con-in .pl-con-l p{
	font-size:14px;
	text-align:center;
	margin-top:4px;
	font-weight:bold;
}
.product-con-bottom-r #tab_con .spjs-04-con .pl-con-in .pl-con-r{
	float:left;
	overflow:hidden;	
	width:650px;
}
.product-con-bottom-r #tab_con .spjs-04-con .pl-con-in .pl-con-r>ul li{
	float:left;
	height:16px;
	line-height:16px;
	font-size:12px;
	margin-left:4px;
}
.product-con-bottom-r #tab_con .spjs-04-con .pl-con-in .pl-con-r>p{
	font-size:14px;
	margin:16px 0;
	width:650px;
}
.product-con-bottom-r #tab_con .spjs-04-con .pl-con-in .pl-con-r .pl-img-list{
	overflow:hidden;
}
.product-con-bottom-r #tab_con .spjs-04-con .pl-con-in .pl-con-r .pl-img-list li{
	float:left;
	margin-right:14px;
	width:61px;
	height:61px;
	cursor:pointer;
	border:1px solid #fff;
}
.product-con-bottom-r #tab_con .spjs-04-con .pl-con-in .pl-con-r .pl-img-list li img{
	width:100%;
}

.product-pl-img-butn {
	display:block;
	margin-top:10px;
	margin-bottom:6px;
	padding:6px 10px;
	font-size:14px;
	background:none;
	cursor:pointer;
	border:1px solid #d9d9d9;
}

.product-con-bottom-r #tab_con .spjs-04-con .page-con ul{
	float:right;
	overflow:hidden;
}
.product-con-bottom-r #tab_con .spjs-04-con .page-con ul li{
	float:left;
	border:1px solid #d9d9d9;
	border-left:none;
}
.product-con-bottom-r #tab_con .spjs-04-con .page-con ul li.back-page,
.product-con-bottom-r #tab_con .spjs-04-con .page-con ul li.next-page{
	border-left:1px solid #d9d9d9;
}
.product-con-bottom-r #tab_con .spjs-04-con .page-con ul li.other-page{
	border:none;
	padding:10px 14px;
}
.product-con-bottom-r #tab_con .spjs-04-con .page-con ul li a{
	display:block;
	padding:10px 14px;
	color:#333;
	background:#fff;
}
.product-con-bottom-r #tab_con .spjs-04-con .page-con ul li a:hover,
.product-con-bottom-r #tab_con .spjs-04-con .page-con ul li.current-page a{
	background:#e20;
	color:#fff;
}
.product-con-bottom-r #tab_con .spjs-05-con{
	padding:30px 64px;
	overflow:hidden;
}
.product-con-bottom-r #tab_con .spjs-05-con p{
	font-size:14px;
}

/*tab-02*/
.product-con-bottom-r #tab_con .ggcs-con{
	padding-bottom:50px;
}

/*tab-03*/
.product-con-bottom-r #tab_con .ts-con{
	padding-bottom:50px;
	padding-top:20px;
}
.yanseselect {
	margin-top: 18px;
}
.product-chose-ys {
	font-size: 14px;
}
.yslist{width:400px;overflow:hidden;zoom:1;}
.yslistli
{
	margin: 1px 8px 2px 0;
	float:left;
	padding: 5px;
	border: 1px solid #e4393c;
	position: relative;
 }
 .yslistli2
 {
 	margin: 1px 8px 2px 0;
	float:left;
	padding: 5px;
	border: 1px solid #ccc;
 }
/*tab-04*/
/*tab-05*/
 


/*---------------------------------------栏目页内容---------------------------------------------*/
.model_con_in{
	margin:0 auto;
	width:1200px;
	overflow:hidden;
}
.model_1{
	overflow:hidden;
	margin-top:20px;
}
.model_1 div{
	width:189px;
	height:258px;
	float:left;
	background:#e20000;
	text-align:center;
	color:#fff;
}
.model_1 div h3{
	margin-top:70px;
	font-size:60px;
}
.model_1 div p{
	font-size:20px;
	font-weight:bold;
	letter-spacing:3px;
}
.model_1 ul{
	padding-right:2px;
	width:1008px;
	height:255px;
	overflow:hidden;
	float:left;
	border:1px solid #e8e8e8;
	border-left:none;
	border-top:2px solid #e20;
}
.model_1 ul li{
	width:84px;
	height:129px;
	float:left;
	overflow:hidden;
}
/*.model_1 ul li a{
	height:129px;
	display:block;
	overflow:hidden;
}*/
.model_1 ul li figure{
	margin: 0;
	padding:0;
	margin:10px auto 6px;
}
.model_1 ul li figure a{
	display: block;
	margin:0 auto;
	width:65px;
	height:65px;
	overflow:hidden;
}
.model_1 ul li figcaption a{
	display: block;
	text-align:center;
	font-size:12px;
	color:#333;
}
.model_1 ul li figcaption a:hover,
.model_2 ul li figcaption a:hover,
.model_4 ul li figcaption a:hover,
.model_7 ul li figcaption a:hover{
	color:#e20;
}


.model_2{
	overflow:hidden;
	margin-top:40px;
}
.model_2 ul li{
	width:180px;
	margin-right:24px;
	float:left;
}
.model_2 ul li.last_one{
	margin-right:0;
}
.model_2 ul li figure{
	margin:0;
	padding:0;
}
.model_2 ul li figure a{
	display:block;
	width:180px;
	height:180px;
	overflow:hidden;
	background:url(../images/model_bg.jpg) no-repeat;
}
.model_2 ul li figcaption a{
	display: block;
	font-size:12px;
	color:#333;
	text-align:center;
	margin-top:15px;
}


.model_3{
	margin-top:30px;
	overflow:hidden;
}
.model_3_l,
.model_3_r{
	float:left;
	width:589px;
	border:1px solid #e8e8e8;
	border-top:2px solid #e20;
	overflow:hidden;
}
.model_3_l{
	margin-right:18px;
}
.model_3_l header{
	border-bottom:1px solid #e8e8e8;
	height:34px;
	line-height:34px;
}
.model_3_l header h4{
	font-size:14px;
	margin-left:14px;
}
.model_3_l dl{
	border-bottom:1px dashed #ebebeb;
	height:44px;
	line-height:44px;
	overflow:hidden;
}
.model_3_l dl dt{
	font-size:14px;
	float:left;
	margin-left:14px;
	margin-right:10px;
}
.model_3_l dl dd{
	float:left;
	margin-right:20px;
	height: 24px;
	line-height: 24px;
	font-size:14px;
	display: block;
	overflow: hidden;
	padding: 0 8px;
	margin-top: 10px;
}
.model_3_l dl dd a{
	display: block;
	width: 100%;	
	color: #333;
}
.model_3_l dl dd:hover,
.model_3_l dl dd.cur,
.model_3_l dl dd:hover a,
.model_3_l dl dd.cur a{
	background: #e20;
	color: #fff;
}

.px_box{
	border-top:2px solid #e20;
	height:36px;
	line-height:36px;
	overflow:hidden;
}
.px_box h4,
.px_box a{
	display:block;
	float:left;
	border-right:1px solid #e8e8e8;
	font-size:14px;
	color:#333;
	text-align:center;
}
.px_box h4{
	width:54px;
}
.px_box a{
	width:86px;
	background:url(../images/chose_no.png) no-repeat 60px center;
}
.px_box a:hover,
.px_box a.chose_now{
	background:url(../images/chose_now.png) no-repeat 60px center;
}

.model_3_r{
	height: 207px;
	position: relative;
}
.model_3_r ul{
	position: absolute;
	left: 0;
	top: 0px;
}
.model_3_r ul li{
	height:69px;
	background:#fbfbfb;
}
.model_3_r ul li:nth-child(2n+2){
	background:#fff;
}
.model_3_r ul li h5{
	float:left;
	width:66px;
	margin-top:20px;
	margin-left:28px;
	font-size:14px;
	text-align:right;
	height:49px;
	background:url(../images/vip.png) no-repeat left 2px;
}
.model_3_r ul li p{
	float:left;
	width:452px;
	margin:20px 28px 0 15px;
	font-size:14px;
}
.model_3_r ul li p a{
	color: #e20;
}


.model_4{
	margin-top:15px;
	overflow:hidden;
}
.model_4 ul li{
	width:192px;
	height:259px;
	overflow:hidden;
	float:left;
	margin-right:9px;
	margin-bottom:15px;
}
.model_4 ul li.last_one_three{
	margin-right:3px;
}
.model_4 ul li{
	display:block;
	height:259px;
	overflow:hidden;
}
.model_4 ul li:hover{
	background:#fafafa;
}
.model_4 ul li figure{
	margin: 0;
	padding:0;
}
.model_4 ul li figure a{
	display: block;
	margin:6px auto 0;
	width:180px;
	height:180px;
	overflow:hidden;
	background:url(../images/model_bg.jpg) no-repeat;
}
.model_4 ul li figcaption{
	text-align:left;
	margin:8px 12px;
	line-height: 1.25;
}
.model_4 ul li figcaption a{
	font-size:12px;
	color:#333;
	display: block;
}
.model_4 ul li p{
	overflow:hidden;

}
.model_4 ul li p .jg{
	float:left;
	margin-left:12px;
	font-size:14px;
	color:#e20;
	font-weight:bold;
}
.model_4 ul li p .cj{
	float:right;
	margin-right:12px;
	font-size:12px;
	color:#333;
}
	
.page_box{
	float:right;
	overflow:hidden;
}
.page_box li{
	float:left;
	margin-left:5px;
	width:24px;
	height:24px;
}
.page_box li.sy,
.page_box li.xy{
	width:52px;
}
.page_box li a{
	display:block;
	border:1px solid #e7e7e7;
	background:#f5f8f9;
	font-size:12px;
	color:#333;
	text-align:center;
	line-height:22px;
}
.page_box li a.cur_page,
.page_box li a:hover{
	color:#fff;
	background:#e20;
	border:1px solid #e20;
}


.model_5{
	margin-top:30px;
	padding-bottom:24px;
	width:1198px;
	overflow:hidden;
	border:1px solid #e8e8e8;
	border-top:2px solid #e20;
}
.model_5 header{
	height:52px;
	line-height:52px;
	border-bottom:1px solid #e8e8e8;
	margin-bottom:24px;
}
.model_5 header h4{
	font-size:24px;
	margin-left:20px;
}
.model_5 p{
	font-size:14px;
	margin:0 48px;
	text-indent:28px;
	line-height:1.75;
}

.model_6{
	padding-bottom:20px;
}
.model_6 header{
	margin-bottom:1px;
}
.model_6 ul{
	margin-left:20px;
	overflow:hidden;
}
.model_6 ul li{
	float:left;
	margin-right:15px;
	margin-top:15px;
}
.model_6 ul li a{
	display:block;
	padding:6px 15px;
	border:1px solid #d6d6d6;
	font-size:14px;
	color:#333;
}
.model_6 ul li a:hover{
	color:#e20;
	border:1px solid #e20;
}


.model_7{
	padding-bottom:30px;
}
.model_7 header{
	margin-bottom:1px;
}
.model_7 ul{
	margin:0 20px;
	overflow:hidden;
}
.model_7 ul li{
	width:160px;
	float:left;
	margin-right:39px;
	margin-top:15px;
}
.model_7 ul li.last_one_three{
	margin-right:3px;
}
.model_7 ul li figure{
	margin:0;
	padding:0;
}
.model_7 ul li figure a{
	width:160px;
	height:180px;
	overflow:hidden;
	display:block;
}
.model_7 ul li figcaption a{
	display: block;
	font-size:14px;
	color:#333;
	text-align:center;
	margin-top:10px;
}

.model_4 h3 {
	 display:block; 
	  font-size:13px; 
	  font-weight:normal; 
	  text-overflow:ellipsis; 
	  white-space:nowrap; 
	  overflow:hidden;
}



