/*公共*/
* {
	font-family:"Microsoft Yahei";
}
html,body,div,p,a,table,textarea,form,input,select,img,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre {
	margin:0px;
	padding:0px;
	font-size:100%;
}
body {
	font-family:\5B8B\4F53,arial,serif;
	background:#fff;
	overflow-x:hidden;
	font-size:100%;
}
li {
	text-indent:0px;
}
ol,ul,li {
	list-style:none;
}
img,a img {
	border:0px;
	max-width:100%;
}
a {
	color:#4f4d4f;
	text-decoration:none;
	border:0px;
}
table {
	border-collapse:collapse;
}
.clear {
	background:none;
	border:0px none;
	clear:both;
	display:block;
	float:none;
	font-size:0px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	visibility:hidden;
	width:0px;
	height:0px;
	line-height:0px;
	list-style-type:none;
}
/*内容自动图片展示*/
#show {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	overflow:hidden;
	background:#000;
}
#show .bd {
	height:100%;
}
#show .tempWrap {
	height:100%;
}
#show .bd ul {
	height:100%;
}
#show .bd li {
	vertical-align:middle;
	text-align:center;
}
#show .bd li a {
	}#show .bd li img {
	background:url(loading.gif) center center no-repeat;
	max-width:100%;
	max-height:100%;
}
#show .bd li .tit {
	display:block;
	width:100%;
	position:absolute;
	bottom:0;
	text-indent:10px;
	height:28px;
	line-height:28px;
	background:url(focusbg.png) repeat-x;
	color:#fff;
	text-align:left;
}
#show .hd {
	position:absolute;
	height:28px;
	line-height:23px;
	bottom:0;
	right:0;
	z-index:1;
}
#show .hd li {
	display:inline-block;
	width:5px;
	height:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#333;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 6px;
}
#show .hd li.on {
	background:#fff;
}
#show .hd span {
	color:#fff;
	display:inline-block;
	padding:0px 8px;
	font-size:12px;
}
/*表单与编辑器样式*/
ul.fs {
	border:#eee 1px solid;
	margin:20px 0px;
	border-radius:5px;
}
ul.fs:hover {
	box-shadow:5px 5px 10px #aaa;
}
ul.fs li {
	background:#fff;
	padding:0px;
	border-top:#eee 1px solid;
}
ul.fs li * {
	font-size:16px;
	font-family:'Microsoft Yahei','微软雅黑E软雅黑6F\96C5\9ED1',Arial,'Hiragino Sans GB','宋体B8B体4F53'
}
ul.fs li:hover {
	background:#fafafa;
}
ul.fs li dl,ul.fs li dt,ul.fs li dd {
	min-height:46px;
	line-height:46px;
	margin-right:2%;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
}
ul.fs li dl {
	width:10%;
	text-align:right;
}
ul.fs li dt {
	width:51%;
}
ul.fs li dd {
	width:31.5%;
}
ul.fs li:hover dl {
	color:red;
}
ul.fs li:hover dd {
	color:red;
}
ul.fs div.edittools {
	margin:5px;
}
ul.fs .border-top {
	border-top:#eee 1px solid;
}
ul.fs li.selects {
	display:none;
}
ul.fs li dt input[type="text"],ul.fs li dt input[type="password"],ul.fs li dt textarea {
	width:95%;
	font-size:16px;
	height:23px;
	padding:2px;
}
ul.fs li dt textarea {
	height:150px;
	line-height:150%;
	margin-top:8px;
}
ul.fs li dt select,ul.fs li dt textarea,ul.fs li dt input {
	border:1px solid #0099cc;
	BACKGROUND:#fdfdfd;
	COLOR:#0099cc;
}
ul.fs li dt select:hover,ul.fs li dt textarea:hover,ul.fs li dt input:hover {
	border:1px solid #00ddff;
	BACKGROUND:#fff;
	box-shadow:0px 0px 13px #666;
}
ul.fs li dt label {
	padding:0px 5px 0px 0px;
}
ul.fs li dt label span:hover {
	background:#378BC8;
	color:#fff;
}
ul.fs li dt label input[type="radio"],ul.fs li dt label input[type="checkbox"] {
	height:auto;
	border:0px;
	opacity:0;
	position:absolute;
	z-index:-1;
}
ul.fs li dt input[type="checkbox"]+span,ul.fs li dt input[type="radio"]+span {
	padding:2px 5px;
}
ul.fs li dt input[type="checkbox"]:checked+span,ul.fs li dt input[type="radio"]:checked+span {
	color:#fff;
	background:#285797;
}
@media \0screen\,screen\9 {
	/*区分IE9以下版本*/
	ul.fs li dt input[type="checkbox"]+span,ul.fs li dt input[type="radio"]+span {
	padding:0px 13px 0px 6px;
}
ul.fs li dt label input[type="radio"],ul.fs li dt label input[type="checkbox"] {
	opacity:100\9;
	position:static\9;
}
}ul.fs .showimg {
	position:relative;
	background:#fff;
	display:none;
}
ul.fs .showimg dd {
	position:relative;
	margin-left:180px;
}
ul.fs .showimg dt {
	position:absolute;
	top:37px;
	width:180px;
}
ul.fs .showimg dt img,ul.fs .showimg dd img {
	height:100px;
	line-height:130px;
	padding:5px;
	margin:10px 10px 10px 0px;
	border:#eee 1px solid;
	background:#FFF;
	cursor:pointer;
}
ul.fs .showimg dt img {
	max-height:100px;
	max-width:90%;
}
ul.fs .showimg img:hover {
	box-shadow:0px 0px 13px #666;
}
div.editsubmit {
	text-align:center;
	width:100%;
}
div.editsubmit input,.button {
	width:46%;
	user-select:none;
	border:0px;
	color:#fff;
	font-size:14px;
	font-family:'Microsoft Yahei','微软雅黑E软雅黑6F\96C5\9ED1',Arial,'Hiragino Sans GB','宋体B8B体4F53';
	text-shadow:0 1px 0 rgba(0,0,0,0.35);
	height:38px;
	line-height:38px;
	margin:5px;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	border-radius:3px;
	box-shadow:0px 1px 1px 0px rgba(0,0,0,0.3);
	text-decoration:none !important;
	background-color:#2EB5E5;
	background-image:-moz-linear-gradient(top,#1d953f,#005f1b);
	background-image:-webkit-linear-gradient(top,#1d953f,#005f1b);
	background-image:-ms-linear-gradient(top,#1d953f,#005f1b);
	background-image:linear-gradient(top,#1d953f,#005f1b);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d953f',endColorstr='#005f1b',GradientType=0 );
}
div.editsubmit input,.button1 {
	width:46%;
	user-select:none;
	border:0px;
	color:#fff;
	font-size:14px;
	font-family:'Microsoft Yahei','微软雅黑E软雅黑6F\96C5\9ED1',Arial,'Hiragino Sans GB','宋体B8B体4F53';
	text-shadow:0 1px 0 rgba(0,0,0,0.35);
	height:38px;
	line-height:38px;
	margin:5px;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	border-radius:3px;
	box-shadow:0px 1px 1px 0px rgba(0,0,0,0.3);
	text-decoration:none !important;
	background-color:#2EB5E5;
	background-image:-moz-linear-gradient(top,#22203b,#22203b);
	background-image:-webkit-linear-gradient(top,#22203b,#22203b);
	background-image:-ms-linear-gradient(top,#22203b,#22203b);
	background-image:linear-gradient(top,#22203b,#22203b);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#34c0e9',endColorstr='#29aae1',GradientType=0 );
}
div.editsubmit input:hover,.button:hover {
	box-shadow:1px 3px 3px 0px rgba(0,0,0,0.3);
	color:#ffd;
}
ul.fs .seo div {
	line-height:200%;
	padding:20px;
	color:red;
}
ul.fs table.table {
	background:#FFFFFF;
}
ul.fs table.table td input {
	width:90%;
}
@media only screen and (max-width:425px) {
	ul.fs li dl {
	width:27%;
	text-align:right;
}
ul.fs li dt {
	width:65%;
}
ul.fs li dd {
	display:none;
}
}/*菜单连接*/
ul.minmenu li {
	float:left;
	padding:15px 15px 15px 0px;
}
ul.minmenu a {
	text-decoration:none;
	border:1px solid #bbb;
	display:block;
	background:#F6F6F6;
	line-height:30px;
	text-align:center;
	padding:0px 20px;
	border-radius:5px;
}
ul.minmenu a:hover {
	background:#fff;
}
ul.minmenu a:active,ul.minmenu li.selectlink a {
	background:#C4005B;
	color:#fff;
	border:1px solid #C4005B;
	box-shadow:0px 0px 15px #aaa;
}
/*状态信息*/
.error3 {
	position:absolute;
	z-index:999;
	width:80%;
	border:1px solid #bbb;
	BACKGROUND:#fff;
	margin:auto auto;
	border-radius:5px;
	box-shadow:0px 0px 15px #aaa;
}
.error3 h1 {
	BACKGROUND:#f0f0f0;
}
.error3 h1 span {
	min-width:auto;
}
.error3 div {
	padding:5px;
	line-height:30px;
	min-height:100px;
	max-height:360px;
	border-top:1px solid #bbb;
	font-size:1em;
	overflow:auto;
}
.nocolor {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
}
/*以上样式不得随意修改*/
@media only screen and (min-width:320px) {
	/*指定宽度屏幕样式*/
}
@media screen and (orientation:portrait) {
	/* 竖屏样式 */
}
@media screen and (orientation:landscape) {
	/* 横屏样式 */
}
.bian {
	-moz-border-radius:2.5%;
	-webkit-border-radius:2.5%;
	border-radius:2.5%;
	-moz-box-shadow:0px 0px 8px #222;
	-webkit-box-shadow:0px 0px 8px #222;
	box-shadow:0px 0px 8px #222;
}
.yuan,div.cpmini img {
	-moz-border-radius:2.5%;
	-webkit-border-radius:2.5%;
	border-radius:2.5%;
}
.overtxt {
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.jb {
	background:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#dcdcdc),color-stop(35%,#ededed),color-stop(50%,#e3e3e3));
}
.top {
	font-size:24px;
	color:#22203b;
	font-family:'Microsoft Yahei','微软雅黑E软雅黑6F\96C5\9ED1',Arial,'Hiragino Sans GB','宋体B8B体4F53';
	text-align:center;
	font-weight:bold;
}
.top span {
	font-size:18px;
	color:#f4693e;
	font-family:'Microsoft Yahei','微软雅黑E软雅黑6F\96C5\9ED1',Arial,'Hiragino Sans GB','宋体B8B体4F53';
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
}
.showpic {
	max-width:none;
}
.showpictxt {
	position:relative;
	top:-50px;
	left:0px;
	padding:10px;
	background:#FFFFFF;
	opacity:0.8;
}
div#nav {
	position:absolute;
	z-index:99;
	top:0px;
	width:100%;
	height:100%;
	display:none;
}
ul.nav {
	position:fixed;
	z-index:100;
	bottom:0px;
	width:100%;
	border-top:1px solid #bbb;
	background:-webkit-gradient(linear,0 0,0 100%,from(#f1f1f1),to(#dcdcdc),color-stop(35%,#ededed),color-stop(50%,#e3e3e3));
}
ul.nav li {
	float:left;
	position:relative;
}
ul.nav li a {
	width:100%;
	height:50px;
	line-height:50px;
	font-size:1em;
	display:block;
	text-align:center;
	text-shadow:0px 1px 0px #ffffff;
	border-left:1px solid #bbb;
}
ul.nav li a img {
	height:50px;
	paddingtop:0px 0px 0px 0px;
}
ul.nav ul {
	display:none;
	width:96%;
	position:absolute;
	left:1%;
	margin:0px;
	z-index:99;
	bottom:-130%;
	border:#ccc 1px solid;
	border-radius:2.5%;
	background:#E9E9E9;
}
ul.nav ul:before {
	content:"";
	display:inline-block;
	position:absolute;
	z-index:180;
	left:0%;
	width:100%;
	height:100%;
	background:url(1.svg) no-repeat center 0;
	-webkit-background-size:13% auto;
	bottom:-99%;
}
ul.nav ul li {
	width:100%;
}
ul.nav ul li a {
	border-left:0px;
	border-top:1px solid #e0e0e0;
	width:90%;
	margin:0 auto;
	font-size:1em;
}
ul.nav ul li:first-child a {
	border:0px;
}
#nav2 {
	position:fixed;
	right:20px;
	z-index:100;
	top:20px;
	width:36px;
	overflow:auto;
}
ul.nav2 {
	position:fixed;
	left:-70%;
	opacity:0;
	z-index:100;
	top:0px;
	width:200px;
	overflow:auto;
	padding-right:4%;
	height:100%;
	border:1px solid #bbb;
	background:url(bigbg.jpg) no-repeat;
	background-size:100% 100%;
}
ul.nav2 li {
	border-top:1px solid #e0e0e0;
	padding:3%;
	opacity:0.9;
}
ul.nav2 li:first-child {
	border:0px;
}
ul.nav2 li a {
	font-size:0.8em;
	white-space:nowrap;
	color:#fff;
}
ul.nav2 li a img {
	height:36px;
}
ul.nav2 li ul {
	padding-left:10%;
}
ul.nav2 li ul li {
	}h1.title3 {
	margin-top:20px;
	background:#fafafa;
	color:#444;
	height:50px;
	line-height:50px;
	font-weight:bold;
	font-size:20px;
	font-family:'Microsoft Yahei','微软雅黑E\8F6F\96C5\9ED1',Arial,'Hiragino Sans GB','宋体B8B\4F53';
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
h1.title3 i {
	background:#22203b;
	width:5px;
	height:30px;
	display:block;
	float:left;
	margin:10px 10px 0px 0px;
}
h1.title3 .b {
	background:#22203b;
}
h1.title3 .g {
	background:#22203b;
}
h1.title3 span {
	float:right;
	padding:0px 15px;
	font-size:15px;
}
h1.title2 {
	background:#fafafa;
	color:#444;
	height:36px;
	line-height:36px;
	font-weight:bold;
	font-size:15px;
	font-family:'Microsoft Yahei','微软雅黑E\8F6F\96C5\9ED1',Arial,'Hiragino Sans GB','宋体B8B\4F53';
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
h1.title2 i {
	background:#C4005B;
	width:2px;
	height:20px;
	display:block;
	float:left;
	margin:8px 10px 0px 0px;
}
h1.title2 .b {
	background:#005BC4;
}
h1.title2 .g {
	background:#00C45B;
}
h1.title2 span {
	float:right;
	padding:0px 15px;
	font-size:13px;
}
.bottom {
	margin-top:10px;
	border-top:2px solid #22203b;
	padding-top:20px;
	background:#f9f9f9;
	text-align:center;
	height:80px;
	font-size:14px;
	line-height:25px;
	color:#333333;
	margin-bottom:50px;
}
.bottom a {
	color:#333333;
}
div.pagelist {
	padding:8px;
	height:25px;
	text-align:center;
}
div.pagelist span {
	display:inline-block;
}
div.pagelist .page-status {
	display:none;
	font:14px/30px "Microsoft yahei";
	border:1px solid #ccc;
	padding:0 7px;
	margin-right:5px;
}
div.pagelist span a {
	font:14px/35px "Microsoft yahei";
	display:inline-table;
	padding:0 10px;
	margin-right:3px;
	border:1px solid #ccc;
}
/*单广告链接*/
.link {
	}.link img {
	border-radius:5px;
}
.link img:hover {
	}/*组广告链接*/
.links {
	}.links li {
	}.links li a {
	}.links li a img {
	border-radius:5px;
}
.links li a img:hover {
	}/*自定义条数展示与新闻*/
ul.love li {
	margin-right:5px;
	margin-bottom:5px;
	margin-left:5px;
	width:46%;
	padding:10px 0px;
	float:left;
	color:#666;
	border:1px solid #eaeaea;
	background:#f9f9f9;
}
ul.love li a {
	display:block;
	color:#666;
	padding:0px 10px;
	text-align:center;
}
ul.love li a:hover {
	color:#FF0000;
}
ul.love li a img:hover {
	box-shadow:0px 0px 15px #aaa;
}
ul.love li a img {
	width:100%;
	border-radius:5px;
	height:150px;
}
ul.love ol {
	padding:0px;
	display:block;
	font-size:12px;
	height:35px;
	line-height:35px;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
ul.lovelist li {
	width:100%;
	float:left;
	background:#fafafa;
	margin:5px 5px 5px 0px;
	padding:0px;
	border-radius:5px;
}
ul.lovelist li a {
	padding-left:10px;
	font-size:13px;
}
ul.lovelist li:hover {
	background:#ebebeb;
}
/*自定义条数新闻*/
ul.love1 li {
	width:33%;
	padding:10px 0px;
	float:left;
	color:#666;
}
ul.love1 li a {
	display:inline-block;
	font:14px/30px "Microsoft Yahei";
	color:#666;
	padding:0px 10px;
}
ul.love1 li a:hover {
	color:#FF0000;
}
ul.love1 li a img:hover {
	box-shadow:0px 0px 15px #aaa;
}
ul.love1 li a img {
	width:100%;
	border-radius:5px;
}
ul.love1 li span {
	font:14px/30px "Microsoft Yahei";
	color:#999;
	float:right;
	margin-right:5px;
}
ul.love1 ol {
	padding:0px;
	display:block;
}
ul.lovelist1 li {
	width:100%;
	float:left;
	border-bottom:1px dashed #eaeaea;
	margin:0px 5px 5px 0px;
	padding:0px;
	border-radius:5px;
}
ul.lovelist1 li:hover {
	background:#ebebeb;
}
/*新闻产品的内容*/
div.content {
	margin-top:10px;
}
div.content h1 {
	display:block;
	font-size:18px;
	text-align:center;
	height:40px;
	line-height:40px;
}
div.content .dl {
	border:#e6e6e6 solid 1px;
	background:#f9f9f9;
	height:auto;
	position:relative;
	margin:10px 0px;
}
div.content .dl dt {
	width:150px;
}
div.content .dl dd {
	padding:20px;
	overflow:hidden;
	font-size:12px
}
div.content .dl dd:hover {
	overflow:auto;
}
div.content .dl div {
	width:100%;
	font-size:12px;
}
div.content .dl .more {
	position:absolute;
	top:100px;
	width:95%;
}
div.content .dl .more a {
	display:block;
	float:right;
	color:#FFf;
	background:#F40;
	padding:8px 15px;
	margin-left:20px;
}
div.content .time {
	text-align:right;
	color:red;
	padding-right:10px;
	font-size:14px;
}
div.content .p {
	line-height:200%;
}
div.content .p p {
	padding:20px;
}
div.content img {
	margin:0px;
	border:2px solid #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
}
div.content img:hover {
	border:2px solid #eaeaea;
	background:#fdfdfd;
	box-shadow:0px 0px 8px #ddd;
}
.lovelist1 {
	overflow:hidden;
}
h1.title2 {
	background:#fafafa;
	color:#444;
	height:36px;
	line-height:36px;
	font-weight:bold;
	font-size:15px;
	font-family:'Microsoft Yahei','微软雅黑E\8F6F\96C5\9ED1',Arial,'Hiragino Sans GB','宋体B8B\4F53';
	border-radius:5px;
}
h1.title2 i {
	background:#C4005B;
	width:2px;
	height:20px;
	display:block;
	float:left;
	margin:8px 10px 0px 0px;
}
h1.title2 .b {
	background:#005BC4;
}
h1.title2 .g {
	background:#00C45B;
}
h1.title2 span {
	float:right;
	padding:0px 15px;
	font-size:13px;
}
div.show_content {
	padding:2px;
}
div.show_content div,div.show_content p {
	line-height:150%;
	font-size:14px;
}
div.show_content div:hover {
	color:#000;
}
div.show_content:hover {
	background:url(hotbg.gif);
}
.navtable {
	width:100%;
	height:100px;
}
.navtable .td1 {
	width:260px;
}
.info {
	border-top:10px solid #C4005B;
	margin:10px 0px 20px 0px;
}
.info div {
	border-top:1px solid #f1f1f1;
	background:#E5E5E5;
	height:30px;
	line-height:30px;
	padding:0px 15px;
}
.hiddenhtml {
	overflow-y:hidden;
}
/*y手机站样式*/
.y-phone-content {
	padding:15px;
	font-size:0.8em;
	line-height:1.8em;
	color:#333333;
}
.y-phone-content p {
	padding:0px 20px;
	text-align:left;
	line-height:170%;
	font-size:15px;
	color:#333;
}
.y-tit01 {
	height:40px;
	line-height:40px;
	background-color:#f9f9f9;
	color:#333333;
	font-size:17px;
	text-indent:20px;
	border-left:5px solid #22203b;
	font-family:"Microsoft Yahei";
	font-weight:bold;
}
.y-n-content {
	height:50px;
	line-height:50px;
	text-align:center;
	border-bottom:#CCC 1px solid;
}
.y-n-content h1 {
	font-size:16px;
}
.y-n-content p {
	font-size:15px;
	font-family:"Microsoft Yahei";
	line-height:170%;
	text-align:left;
}
.y-dy {
	padding:20px;
	width:100%;
	box-sizing:border-box;
}
.y-dy p {
	line-height:170%;
	text-align:left;
	font-size:14px;
	color:#333;
}
/*my上一页下一页样式*/
.mypage {
	background-color:#f9f9f9;
	padding:5px;
	color:#666;
	font-size:12px;
}
.mypage a {
	color:#333;
	font-size:12px;
}
/*y手机站导航样式*/
.mini_navv {
	width:100%;
	margin:0 auto;
	background:#1d953f;
}
.nav5_11 {
	min-width:320px;
}
.nav5_11 ul li {
	margin:3px 0px;
	font-weight:bold;
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	width:24.5%;
	text-align:center;
}
.nav5_11 ul li a {
	display:block;
	float:left;
	width:100%;
	color:#ffffff;
	font-size:16px;
	font-weight:normal;
}
.nav5_11 ul li a:hover {
	color:#22203b;
}
/*手机banner轮播*/
.banner {
	width:100%;
}
.banner img {
	display:block;
	width:100%
}
.swipe {
	width:100%;
	overflow:hidden;
	position:relative;
}
.swipe ul {
	-webkit-transition:left 800ms ease-in 0;
	-moz-transition:left 800ms ease-in 0;
	-o-transition:left 800ms ease-in 0;
	-ms-transition:left 800ms ease-in 0;
	transition:left 800ms ease-in 0;
}
.swipe #pagenavi {
	position:absolute;
	left:10px;
	bottom:10px;
	text-align:center;
	width:100%;
	background:rgba(fff,fff,fff,0.6)!important;
	filter:Alpha(opacity=50);
	padding:6px;
}
.swipe #pagenavi a {
	width:8px;
	height:8px;
	line-height:99em;
	background:#fff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	margin:0 4px;
	overflow:hidden;
	cursor:pointer;
	display:inline-block;
	*display:inline;
	*zoom:1;
	position:relative;
}
.swipe #pagenavi a.active {
	background:#ff0;
	position:relative;
}
.mini_jj {
	padding:15px 0px;
	border-bottom:1px dashed #eaeaea;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#22203b;
}
.mini_jjmore {
	width:30%;
	height:35px;
	margin:0px auto;
	background:#22203b;
	text-align:center;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	line-height:35px;
}
.mini_jjmore a {
	font-size:14px;
	color:#ffffff;
}
/*产品分类*/
.part-cpfl {
	width:100%;
	margin:0px auto;
	padding:10px 0px;
	text-align:center;
}
.part-cpfl a {
	margin:0px 2px;
	display:inline-block;
	width:31%;
}
/*品牌*/
#part-pp {
	width:100%;
	height:auto;
	padding-bottom:12px;
}
.part-ppbt {
	padding-top:20px;
	margin:0px auto;
	width:100%;
	text-align:center;
	font-size:22px;
	color:#333333;
}
.part-ppbt span {
	padding:0px 10px;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	background:#1d953f;
}
.part-pp {
	width:100%;
	margin:0px auto;
}
.part-pp ul {
	margin:0px;
	padding:0px;
}
.part-pp ul li {
	margin:4px;
	padding-top:50px;
	width:30%;
	height:80px;
	float:left;
	color:#ffffff;
	font-size:15px;
	text-align:center;
}
.part-pp ul .list1 {
	background:url(p1.jpg) bottom;
}
.part-pp ul .list2 {
	background:url(p2.jpg) bottom;
}
.part-pp ul .list3 {
	background:url(p3.jpg) bottom;
}
.part-pp ul li a {
	color:#ffffff;
	font-size:22px;
}
.part-pp ul li span {
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
}
.lx {
	margin-bottom:10px;
}
/*首页分类*/
.list {
	margin-top:5px;
}
.list ul {
	}.list ul li {
	margin:6px;
	float:left;
	padding-top:20px;
	width:30%;
	height:80px;
	background:#fcbe00;
	line-height:24px;
	text-align:center;
}
.list ul li span {
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
}
.list ul li a {
	display:block;
	font-size:18px;
	color:#ffffff;
}
.list-ewm {
	padding-top:10px;
	text-align:center;
}
/* 底部固定导航 */
body .social_nav5 {
	height:58px;
	position:fixed;
	bottom:0;
	width:100%;
	z-index:999;
	background:#22203b;
}
body .social_nav5 li {
	width:25%;
	float:left;
	position:relative;
	border-right:1px solid #1b1939;
	font-size:12px;
	text-align:center;
	color:#fff;
	line-height:12px;
	height:58px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}
body .social_nav5 li:last-child {
	border-right:none;
}
body .social_nav5 li:first-child {
	border-left:none;
}
body .social_nav5 li em {
	width:23px;
	display:block;
	margin:0 auto;
	padding:10px 0 6px 0;
}
body .social_nav5 li em img {
	width:23px;
}
body .social_nav5 li a {
	color:#fff;
}
body .social_nav5 li.cur {
	color:#fff;
	background:#ffae02;
}
body .social_nav5 li .erji {
	position:absolute;
	bottom:58px;
	left:0;
	width:100%;
	text-align:left;
	background:#0c7051;
	display:none;
}
body .social_nav5 li .erji a {
	display:block;
	border-bottom:1px solid #20a6ee;
	font-size:12px;
	height:26px;
	line-height:26px;
	position:relative;
	text-align:center;
	color:#fff;
}
body .social_nav5 li .erji a:last-child {
	border-bottom:none;
}
.topdh {
	text-align:right;
	font-size:12px;
	margin-top:5px;
}
.topdh img {
	float:right;
	margin-right:5px;
}
.topdh span {
	float:right;
	display:block;
	width:50px;
	height:20px;
	line-height:20px;
}
