﻿@charset "utf-8";
/* CSS Document */

body{font-family: "Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #FFF;
	margin:0;
	padding:0;}
	
p{
	margin:0;
	padding:0;}
	
a{
	text-decoration:none;}
	
a:hover{
	text-decoration:none;}
	

/*按钮*/

.but{
	width:300px;
	height:40px;
	color:#fff;
	font-family:"微软雅黑";
	font-size:15px;
	line-height:40px;
	text-indent:50px;
	position:fixed;
	bottom:0;
	right:0px;
	z-index:9999;
	}
	
 .but_p1{
	width:130px;
	height:40px;
	border-radius:4px 0 0 0;
	background:#2993f1;
	float:left;
	cursor:pointer;}
	
.but_p1:hover{
	background:#369cf6;
	}
	
.but_p2:hover{
	background:#158af1;
	}
	
.but_p2{
	width:130px;
	height:40px;
	border-radius:0 4px 0 0;
	background:#1e88e5;
	float:left;
	cursor:pointer;}

.but_p1 i{
	width:24px;
	height:21px;
	display:block;
	float:left;
	background:url(../../images/gouwuche.png) no-repeat;
	margin:10px -40px 0 26px;}
	
/*.but_p2 i{*/
	/*width:22px;*/
	/*height:23px;*/
	/*display:block;*/
	/*float:left;*/
	/*background:url(../../images/qq1.png) no-repeat;*/
	/*margin:8px -40px 0 19px;}*/
	
/*购物车*/
.shop{
	width:478px;
	height:auto;
	background:#fff;
	display:none;
	position:fixed;
	bottom:0;
	right:10px;
	border:1px solid #dddddd;
	}
		
.shop_pbj{
	width:476px;
	height:40px;
	background:#3188d4;
	border-bottom:1px solid #3188d4;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	line-height:40px;}
	
.shop_pbj img{
	float:left;
	margin:8px 10px 0 20px;}

.shop_pbj a{
	color:#fff;
	font-size:22px;
	font-weight:bold;
	float:right;
	margin-right:20px;
	line-height:35px;
	}
	
.shop_pbj a:hover{
	color:#2679b9;}
	
.shop_tab{
	width:477px;
	height:auto;

	border-top:none;}
	
.shop_tab table{
	width:476px;
	height:auto;}
	
.shop_tab table tr{
	height:40px;}
	
.shop_tab table tr:hover{
	background:#f9f9f9;}
	
.shop_tab table tr:hover{
	background:#;}
	
.shop_tab table tr td{
	height:39px;
	color:#666;
	border-bottom:1px dashed #dadadc;
	text-align:center;}
	
.shop_tab table tr td a{
	padding:3px 15px;
	background:#3188d4;
	color:#fff;
	border-radius:4px;}
	
.shop_tab table tr td a:hover{
	background:#2679b9;
	}
	
.shop_tab_p1{
	width:477px;
	height:54px;
	border-bottom:1px solid #dddddd;
	text-align:right;
	line-height:54px;}
	
.shop_sp1{
	font-size:15px;
	color:#c0524c;
	font-weight:bold;
	margin-right:50px;
	margin-left:30px;}
	
.shop_tab_p2{
	width:477px;
	height:auto;
	padding-bottom:20px;
	}
	
.shop_tab_p2 span{
	display:block;
	float:right;
	margin-right:20px;
	margin-top:25px;
	text-align:center;
	line-height:32px;
	width:120px;
	height:35px;
	background:#f5f5f5;
	border-radius:4px;
	border:1px solid #dddddd;
	cursor:pointer;}
	
.shop_tab_p2 span:hover{
	border-color:#3188D4;}
	

	
/*index_foot*/
.index_foot{
	width:100%;
	height:auto;
	position:fixed;
	bottom:0;
	z-index:9999;}
	
.index_foot_a1 img{
	width:100%;
	}
	
.index_foot_a2{
	position:absolute;
	right:20px;
	top:10px;}

