::-webkit-scrollbar {
	width: 8px;
	height: 5px;
}

::-webkit-scrollbar-track {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

::-webkit-scrollbar-thumb {
	background-color: #da634b;
	background-image: -webkit-linear-gradient(45deg,  rgba(255, 255, 255, .4) 25%,  transparent 25%,  transparent 50%,  rgba(255, 255, 255, .4) 50%,  rgba(255, 255, 255, .4) 75%,  transparent 75%,  transparent);
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,img,input,legend,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0
}

body {
	background: #555;
	color: #555;
	font-size: 14px;
	font-family: "Microsoft YaHei",Simsun,Tahoma;
}

caption,td,th {
	font-size: 14px
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	font-size: 100%
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: 400
}

a {
	color: #000
}

a,a:hover {
	text-decoration: none
}

img {
	border: none
}

li,ol,ul {
	list-style: none
}

button,input,select,textarea {
	font-size: 14px
}

table {
	border-collapse: collapse
}

html {
	overflow-y: scroll
}
.topbanner img {
	width: 100%;
	margin-bottom: 5px;
}
#container {
	width: 980px;
	margin: 0 auto;
	/*margin-top: 15px*/
}

.nav {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}

.nav,.nav li {
	overflow: hidden
}

.nav li {
	float: left;
	text-align: center;
	display: block;
	width: 194px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #6daff5;
	background: #e47653;
	border-bottom: 2px solid #6daff5;
	border-radius: 5px;
	font-size: 15px;
	transition: color .5s,background-color .5s
}

.nav li:hover {
	color: #fff;
	background: #6daff5;
}

.nav li b {
	width: 1pc;
	height: 1pc;
	font-weight: 400;
	background: #2cbafc;
	color: #fff;
	padding: 1px 3px;
	margin-left: 4px;
	font-size: 9pt;
	border-radius: 5px
}

.cate {
	background: #fff;
	margin-bottom: 10px;
	border-radius: 5px
}

.cate,.cate_name {
	width: 100%;
	overflow: hidden
}

.cate_name {
	height: 40px;
	background: #2cbafc
}

.cate .pink {
	background: #fd6ea3
}

.cate .red {
	background: #c52622
}

.cate .green {
	background: #23be9b
}

.cate .yellow {
	background: #fcc800
}

.cate .gray {
	background: #788daa
}

.cate .orange {
	background: #f76e25
}

.cate .black {
	background: #333
}

.cate_name p {
	font-size: 22px;
	font-weight: 700;
	color: #fff
}

.cate li,.cate_name p {
	line-height: 40px;
	margin-left: 20px
}

.cate li {
	float: left;
	display: block;
	width: 100%;
	height: 40px
}

.cate li b {
	width: 1pc;
	height: 1pc;
	font-weight: 400;
	background: #2cbafc;
	color: #fff;
	padding: 1px 3px;
	margin-left: 4px;
	font-size: 14px;
	border-radius: 2px
}

.clear {
	clear: both;
	height: 0
}

@media screen and (max-width:1200px) {
	.side {
		display: none
	}
}

@media screen and (max-width:960px) {
	#container {
		width: 98%;
		/*margin-top: 5%*/
	}

	.nav li {
		width: 20%;
		margin-right: -2px
	}

	.cate li,.nav li {
		height: 35px;
		line-height: 35px
	}

	.cate li {
		width: 100%;
		margin-right: -1px
	}

	.cate_name {
		height: 35px
	}

	.cate_name p {
		font-size: 21px;
		line-height: 35px
	}
}

@media screen and (max-width:800px) {
	.cate li,.nav li {
		font-size: 15px;
		height: 30px;
		line-height: 30px
	}

	.cate_name {
		height: 30px
	}

	.cate_name p {
		font-size: 20px;
		line-height: 30px
	}
}

@media screen and (max-width:640px) {
	.nav li {
		width: 33.3%
	}

	.cate li,.nav li {
		font-size: 11px;
		height: 30px;
		line-height: 30px
	}

	.cate li {
		width: 100%
	}

	.cate_name {
		height: 30px
	}

	.cate_name p {
		font-size: 17px;
		line-height: 30px
	}

	.cate li b {
		width: 1pc;
		height: 1pc;
		font-weight: 400;
		background: #c52622;
		color: #fff;
		padding: 2px 3px;
		margin-left: 4px;
		font-size: 11px;
		border-radius: 2px
	}
}

.banner img {
	width: 100%;
	margin-bottom: 5px;
	transition: opacity .5s;
	border-radius: 5px
}

.banner img:hover {
	opacity: .7
}

.footer {
	border-radius: 10px 10px 0 0;
	height: auto;
	margin-bottom: 0;
	opacity: .7;
}

.footer p {
	text-align: center;
	line-height: 40px;
	color: #333;
}

.footer p a {
	color: #333;
}

.tongjicnzz {
	display: none
}




#shoulu .form {
	padding: 20px;
	background: #fff;
	color: #000
}

#shoulu .line {
	padding: 10px
}

#shoulu .line label {
	display: block;
	font-size: 1.125rem
}

#shoulu .line input,#shoulu .line select {
	display: inline-block;
	box-sizing: border-box;
	margin: 8px 0;
	padding: 9pt 20px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #ccc
}
#shoulu .line select option {
	background: #FFF
}

#shoulu .line button {
	margin: 8px 0;
	padding: 14px 20px;
	width: 100%;
	border: none;
	border-radius: 4px;
	background: #da634b;
	color: #fff;
	cursor: pointer
}

#shoulu .line button:hover {
	background: #d75544;
	color: #fff
}
@media screen and (max-width: 640px){
	#shoulu>a>li {
		height: 100%;
		width: auto;
		margin-right: 20px;
	}
}