
/*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*通用css*/
body{
	font-size: 14px;
	font-family: "微软雅黑";
	background: #FBFBFB;
}
.wrap{
	width: 1100px;
	margin: 0 auto;
}
.clear{
	clear: both;
}
/*头部 header*/
.header{
	width: 100%;
	height: 100px;
	position:fixed;
	background: #fff;
	border-bottom: 1px solid #d9d9d9;
	z-index: 9999;
}
.top{
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #333333;
	color: #fff;
	z-index: 999;
}
.top a{
	text-decoration: none;
	color: #fff;
}
.welcome{
	float: left;
}
.top-login{
	float: right;
}
.logo{
	height: 40px;
	margin-top: 12px;
	width: 247px;
	float: left;
}
.logo img{
	max-height: 40px;
}
.menu{
	height: 40px;
	line-height: 40px;
	float: left;
	margin: 12px 30px;
}
.menu li{
	display: inline-block;
	position: relative;
}
.menu a{
	text-decoration: none;
	color: #2189bf;
	padding: 5px 12px;
}
a.active{
	color: #f71f1f;
	border: 1px solid #f71f1f;
	border-radius: 40px;
}
.menu .i-second{
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 99999;
	background: #fb5c60;/*这里调二级导航背景颜色*/
	display: none;
}
.i-second a{
	color:#fff;/*这里调二级导航文字颜色*/
	border: none;
	display:block;
}
.i-second a:hover{
	color: #fff;/*这里调二级导航鼠标放上去文字颜色*/
	background: #000;/*这里调二级导航鼠标放上去背景颜色*/
}
/*首页中间*/
.banner{ 
	position: relative;
	overflow:hidden;
}
.banner_01{
	margin-top: 10px;
	overflow: hidden;
}
.banner img{
	display:block;
	margin: 0;
	padding: 0;
}
.selfbuy{
	cursor: pointer;
	color: #fff;
	bottom: 0;
	right: 0;
	font-size: 12px;
	position: absolute;
	height: 22px;
	padding: 0 8px;
	line-height: 22px;
	background: #000;
	border-radius: 50% 0 0 0;
}
.center{
	width: 100%;
	overflow: hidden;
	border-top: 101px solid transparent;
}
.center h2{
	line-height: 40px;
	font-size: 18px;
	font-weight: 600;
}
.center h3{
	color: #687;
	line-height: 35px;
	font-size: 16px;
	padding: 0 8px;
	border-bottom: 1px solid #EAEAEA;
	border-radius: 3px;
    	background: #edf9ff;
}
.center a{
	text-decoration: none;
	color: #797979;
}
.more{
	display: inline-block;
	float: right;
}
.more a{
	text-decoration: none;
	color: #687;
}
.slide{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.bd ul{
	width: 1920px;
	height: 400px;
	margin-left: -410px;
	overflow: hidden;
}
.bd ul li{
	width: 1920px;
	height: 400px;
}
.hd{
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -30px;
}
.hd li{
	width: 10px;
	height: 11px;
	background: url(../images/background.png);
	float: left;
	margin-left: 5px;
	cursor: pointer;
}
.hd li.on{
	background: url(../images/background.png) -10px 0;
}
.advantage{
	text-align: center;
}
.advantage ul{
	width: 1120px;
	margin-top: 8px;
}
.advantage ul li{
	float: left;
	width: 275px;
	height: 210px;
}
.advantage img{
	display: block;
	max-width: 182px;
	margin: 0 auto;
}
.advantage span{
	display: block;
	padding: 10px 10px;
	text-align: center;
}
.index-left{
	float: left;
	width: 778px;
}
.index-left li,.index-right li{
	line-height: 40px;
	border-bottom: 1px dashed #EAEAEA;
	padding: 0 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-left li:hover,.index-right li:hover{
	background: #FDFDFD;
}
.category-left{
	float: left;
	margin-top: 10px;
	width: 380px;
	border: 1px solid #EAEAEA;
	background: #FFF;
}
.category-right{
	float: right;
	margin-top: 10px;
	width: 380px;
	border: 1px solid #EAEAEA;
	background: #FFF;
}
.index-right{
	float: right;
	width: 300px;
}
.right-box{
	margin-top: 10px;
	border: 1px solid #EAEAEA;
	background: #fff;
}
.right-box p{
	line-height: 30px;
	padding: 0 8px;
}
.unit{
	color: red;
}
.unit-g{
	color: green;
}
a.nicebutton{
	color: #ff0000;
	padding: 5px 10px;
	margin: 5px 5px;
	display: block;
	width: 80px;
	border: 1px solid #f71f1f;
	text-align: center;
	border-radius: 3px;
}
.cooper{
	margin-top: 10px;
	border: 1px solid #EAEAEA;
	background: #fff;
}
.cooper ul{
	width: 1130px;
}
.cooper li{
	float: left;
	width: 150px;
	height: 50px;
	background: #ccc;
	margin-right: 10px;
	margin-top: 5px;
}
.cooper li img{
	max-width: 150px;
}
.flink{
	margin-top: 10px;
	border: 1px solid #EAEAEA;
	background: #fff;
}
.flink a{
	display: inline-block;
	padding: 3px 8px;
}
/*网站底部*/
.footer{
	margin-top: 10px;
	background: #000;
	height: 150px;
	overflow: hidden;
}
.fcenter{
	text-align: center;
	color: #fff;
	margin-top: 50px;
}
.fcenter a{
	text-decoration: none;
	color: #ccc;
}
.m_show,.m_menu{
	display: none;
}


@media screen and (min-width:300px) and (max-width:960px){
.pc_show{
	display: none;
}
.wrap{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.clear{
	clear: both;
}
/*头部 header*/
.header{
	width: 100%;
	height: 100px;
	position:fixed;
	background: #fff;
	border-bottom: 1px solid #d9d9d9;
	z-index: 9999;
}
.top{
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #333333;
	color: #fff;
	z-index: 999;
}
.top a{
	text-decoration: none;
	color: #fff;
}
.welcome{
	float: left;
}
.top-login{
	float: right;
}
.logo{
	height: 40px;
	margin-top: 12px;
	width: 247px;
	float: left;
}
.logo img{
	max-height: 40px;
}
.m_show{
	display: block;
	width: 48px;
	height: 32px;
	float: right;
	margin-top: 16px;
	margin-right: 10px;
	background: url(../images/m_menu.png);
}
.m_menu{
	position: absolute;
	right: 0;
	top: 100px;
	width: 100%;
	line-height: 32px;
	border: 1px solid #eaeaea;
	background:#E2E4EA;
}
.m_menu li{
	border-top: 1px solid #f1f1f1;
	padding-left: 20px;
}
.m_menu li a{
	text-decoration: none;
	color: #000;
}
/*首页中间*/
.center{
	width: 100%;
	overflow: hidden;
	border-top: 101px solid transparent;
}
.center h2{
	line-height: 40px;
	font-size: 18px;
	font-weight: 600;
}
.center h3{
	line-height: 35px;
	font-size: 16px;
	padding: 0 8px;
	border-bottom: 1px solid #EAEAEA;
}
.center a{
	text-decoration: none;
	color: #797979;
}
.more{
	display: inline-block;
	float: right;
}
.more a{
	text-decoration: none;
	color: #000;
}
.index-left{
	float: left;
	width: 100%;
}
.index-left li{
	line-height: 40px;
	border-bottom: 1px dashed #EAEAEA;
	padding: 0 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-left li:hover{
	background: #FDFDFD;
}
.category-left{
	float: left;
	margin-top: 10px;
	width: 100%;
	border: 1px solid #EAEAEA;
	background: #FFF;
}
.category-right{
	float: left;
	margin-top: 10px;
	width: 100%;
	border: 1px solid #EAEAEA;
	background: #FFF;
}
.unit{
	color: red;
}
.unit-g{
	color: green;
}
.cooper{
	margin-top: 10px;
	border: 1px solid #EAEAEA;
	background: #fff;
}
.cooper ul{
	width: 1130px;
}
.cooper li{
	float: left;
	width: 150px;
	height: 50px;
	background: #ccc;
	margin-right: 10px;
	margin-top: 5px;
}
.cooper li img{
	max-width: 150px;
}
.flink{
	margin-top: 10px;
	border: 1px solid #EAEAEA;
	background: #fff;
}
.flink a{
	display: inline-block;
	padding: 3px 8px;
}
}