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: #df405c;
	color: #555;
	font-family: microsoft yahei,Simsun,Tahoma
}

body,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
}

#container {
    width: 1200px;
    margin: 0 auto;
}

.nav {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 2px;
	overflow: hidden
}

.nav li {
	float: left;
	text-align: center;
	display: block;
	width: 240px;
	height: 40px;
	line-height: 40px;
	background: #c52622;
	font-size: 18px;
	transition: color .5s,background-color .5s;
	overflow: hidden;
	color: #fff;
}

.nav li:hover {
	color: #fff;
	background: #ff6ea1
}

.cate {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 2px;
    overflow: hidden;
}

.cate,.cate_name {
	width: 100%;
	overflow: hidden
}

.cate_name {
	height: 40px;
	background: #fd6ea3
}

.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
}

.faq {
	position: fixed;
	bottom: 5px;
	width: 70px;
	right: 50%;
	margin-right: 606px
}

.faq_scj {
	width: 70px;
	height: 70px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	margin-top: 1px
}

.faq_div {
	width: 70px;
	height: 32px;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	margin-top: 2px;
	border: 1px solid #c52622;
	border-radius: 2px
}
#scj {
	background: url(../images/scj.png)
}

#guestbook {
	text-align: center;
	line-height: 32px;
	transition: background-color .3s
}

#guestbook:hover {
	background: #fd6ea3
}

@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: 20%
	}

	.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
}

.footerapp img {
	width: 100%;
	margin-bottom: -8px;
	transition: opacity .5s
}

.footerapp img:hover {
	opacity: .7
}

.footer {
	border-radius: 2px 2px 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
}