@charset "utf-8";
/*  */
@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-weight: normal;
	font-style: normal;
}
ol, ul, li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #f50;
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
body {
	margin: 0 auto;
	max-width: 640px;
	font-size: 14px;
	color: #333;
	font-family: 'microsoft yahei';
	background: #fff;
}
.logo {
	float: left;
	width: 260px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-indent: 999em;
	background: url(images/logo_m.png) 10px center no-repeat;
	background-size: 80%;
}
.logo a {
	display: block;
	height: 100%;
	text-indent: 99em;
}
.menu {
	padding: 50px 10px 0 10px;
	background: #f5f5f5;
	margin-bottom: 10px;
}
.menu ul {
	padding: 0 0;
	font-size: 14px;
}
.menu li {
	float: left;
	width: 20%;
	height: 26px;
	overflow: hidden;
	text-align: center;
	line-height: 26px;
	padding: 5px 0;
}
.menu li a {
	display: block;
	height: 100%;
}
.menu li a:hover {
	color: #fff;
	background: #888;
	border-radius: 3px;
}
.menu .on {
	color: #fff;
	background: #888;
	border-radius: 3px;
}
.search {
	float: left;
	width: 100% !important;
	height: 50px !important;
	border-bottom: none !important;
	background: #222;
}
.search .so {
	height: 30px;
	padding: 10px 20px;
}
.keyword {
	float: left;
	width: 83%;
	height: 30px;
	text-indent: 5px;
	font-size: 14px;
	font-family: 'microsoft yahei';
	border: none;
}
.submit {
	float: left;
	width: 15%;
	height: 30px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: 'microsoft yahei';
	cursor: pointer;
	background: url(images/search.png) center center no-repeat #000;
	background-size: 18px 18px;
}
/*--/top end--*/
.main1 {
	padding: 0 10px;
	margin-bottom: 10px;
}
/*--/主体 end--*/

.stripe{
	height: 50px;
    line-height: 50px;
    clear: both;
    background: #2B5CA8;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-indent: 20px;
    background: rgba(204,204,204,0.5);
    border-bottom: 3px solid #cc0000;
    font-family: "Microsoft YaHei","微软雅黑";
}
.stripe span{color: #cc0000;
    margin-right: 10px;
    font-size: 20px;
}

.tit_1 {
	height: 35px;
	line-height: 35px;
	position: relative;
	margin-bottom: 5px;
	border-bottom: 2px #ddd solid;
}
.tit_1 h2, .tit_1 h3 {
	position: absolute;
	left: 0;
	top: 0;
	height: 35px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px #e94c3d solid;
}
.tit_1 h2 {
	color: #e94c3d;
}
.tit_1 h3 a {
	color: #e94c3d;
}
.tit_1 span {
	float: right;
}
/*--/标题 tit--*/
.g_box1 {
	width: 100%;
	line-height: 24px;
	margin-bottom: 10px;
}
.g_box1 h2 {
	text-align: center;
	padding: 10px;
	font-size: 18px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.g_box1 p {
	padding: 0 10px;
	color: #888;
}
.g_box2 {
	margin-bottom: 10px;
}
.g_list1 {
}
.g_list1 li {
	padding: 10px 0;
	*height: 68px;
	position: relative;
	border-bottom: 1px #eee solid;
	line-height: 18px;
	overflow: hidden;
	font-size: 14px;
}
.g_list1 li:hover{background-color: #D6FDFB;}
.g_list1 li:active{background-color: rgba(243, 178, 178, 0.34);}
.g_list1 li img {
	float: left;
	width: 95px;
	height: 68px;
	margin-right: 10px;
	background: #fff;
}
.g_list1 li a {
	display: block;
	color: #999;
}
.g_list1 li h3 {
	*height: 42px;
	line-height: 22px;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	margin-bottom: 6px;
}
.g_list1 li a:hover h3 {
	color: #e00000;
}
.g_list1 li a p{

}
.g_list1 li p em {
	color: #ddd;
	padding: 0 10px;
}
.g_list1 li span, .g_list1 li i {
	position: absolute;
	left: 0;
	top: 10px;
	color: #fff;
	height: 18px;
	line-height: 18px;
	border-radius: 0 0 3px 0;
	padding: 0 3px;
	font-size: 12px;
	background: #e94c3d;
}
.g_list1 li i {
	font-style: normal;
	background: #00c3c4;
}
.g_con {
	margin-bottom: 10px;
}
.g_con h1 {
	color: #050505;
	font-size: 20px;
	line-height: 30px;
	padding: 10px 0;
	font-weight:bold;
	word-wrap: break-word;
}
.g_con .info {
	color: #999;
	font-size: 14px;
	padding-bottom: 8px;
	border-bottom: 1px #ddd solid;
	margin-bottom: 15px;
}
.g_con .info em {
	color: #dbdbdb;
	padding: 0 10px;
}
.g_con .info a {
	color: #999;
}
.g_con .pic {
	text-align: center;
	margin-bottom: 10px;
}
.g_con .pic img {
	border: 0 none;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.g_con .dinfo {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.g_con .dinfo li {
	float: left;
	width: 50%;
	height: 24px;
	padding-bottom: 6px;
	line-height: 24px;
	overflow: hidden;
}
.g_con .dinfo li span {
	float: left;
	height: 24px;
	color: #fff;
	padding: 0 10px;
	margin-right: 10px;
	background: #454545;
	border-radius: 3px;
}
.g_con .dinfo li:hover {
	color: #e94c3d;
}
.g_con .dinfo li:hover span {
	background: #e94c3d;
}
.g_con .txt1 {
	line-height: 1.8em;
	font-size: 1.2rem;
	color: #333;
	word-wrap: break-word;
	height: auto;
	overflow: hidden;
}
.g_con .txt1 a{color:#0896fe;}
.g_con .txt2 {
	line-height: 26px;
	font-size: 15px;
	color: #505050;
	padding: 8px 10px;
	border: 1px #ddd solid;
	background: #f9f9f9;
	margin-bottom: 10px;
}
.g_con .txt1 p, .g_con .txt2 p {
	padding-bottom: 15px;
}
.g_con .txt1 img, .g_con .txt2 img {
	border: 0 none;
	box-sizing: border-box;
	height: auto !important;
	max-width: 100% !important;
	vertical-align: middle;
}
.g_con .copyright {
	line-height: 28px;
	font-size: 16px;
	color: #333;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	word-break: break-all;
}
.g_con .copyright strong {
	display: block;
}
/*--/布局 grid--*/
.b_box1 {
	width: 100%;
}
.b_box1 li {
	margin-bottom: 15px;
	text-align: center;
}
.b_box1 li img {
	border: 0 none;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	background: url(images/loading.gif) center center no-repeat;
}
.b_box2 {
	border-top: 1px #e4e4e4 solid;
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
}
.b_box3 {
	padding: 15px 0;
	border-bottom: 1px #eee solid;
}
.b_box3 li {
	float: left;
	width: 33.333%;
}
.b_box3 li img {
	display: block;
	width: 84%;
	height: 130px;
	margin: 0 auto;
}
.b_box3 li p {
	font-size: 14px;
	width: 80%;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	padding: 5px 2%;
	margin: 0 auto;
	border-top: none;
}
.b_box3 li a:hover p {
	color: #fff;
	background: #e94c3d;
}
.b_box4 {
}
.b_box4 li {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 5px 0;
}
.b_box4 li a {
	display: block;
	height: 100%;
	color: #fff;
	text-indent: 40px;
	background: url(images/down.png) 8px center no-repeat #333;
	background-size: 22px 22px;
}
.b_box4 li a:hover {
	background-color: #e94c3d;
}
/*--/盒子 box--*/
.slideBox {
	width: 100%;
	height: 240px;
	position: relative;
	overflow: hidden;
	margin: 0 auto 10px auto;
	padding-top: 50px;/*max-width:640px;*/
	/* 设置焦点图最大宽度*/
}
.slideBox .hd {
	position: absolute;
	bottom: 10px;
	right: 5px;
	z-index: 1;
}
.slideBox .hd li {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #fff;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 2px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.slideBox .hd li.on {
	background: #ff3d00;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}
.slideBox .bd li img {
	background: url(images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;
	/*max-width:640px;*/
	height: 240px;/* 图片宽度100%，达到自适应效果*/
}
.slideBox .bd li p {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	text-align: left;
	text-indent: 10px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	background: url(images/bg_1.png) 0 0 repeat-x;
}
.slideBox2 {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto 15px auto;/*max-width:640px;*/
	/* 设置焦点图最大宽度*/
}
.slideBox2 .hd {
	display: none;
	position: absolute;
	bottom: 10px;
	height: 10px;
	width: 100%;
	text-align: center;
	z-index: 1;
}
.slideBox2 .hd ul {
	text-align: center;
	width: 100%;
}
.slideBox2 .hd li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	background: #fff;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 5px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.slideBox2 .hd li.on {
	background: #ff3d00;
}
.slideBox2 .bd {
	position: relative;
	z-index: 0;
}
.slideBox2 .bd li {
	position: relative;
	text-align: center;
}
.slideBox2 .bd li img {
	background: url(images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;/* 图片宽度100%，达到自适应效果*/
}
.slideBox2 .prev, .slideBox2 .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox2 .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox2 .prev:hover, .slideBox2 .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.wall {
	display: block;
	padding-top: 10px;
	position: relative;
}
.wall-column {
	display: block;
	position: relative;
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.article {
	display: block;
	margin-bottom: 5%;
	padding: 0 3%;
	background: white;
	transition: all 100;
	overflow: hidden;
	position: relative;
}
/*.article:hover{
	transform:scale(1.01);
}*/
.article img {
	display: block;
	width: 100%;
}
.article p {
	position: absolute;
	left: 3%;
	bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 40px;
	text-align: center;
	width: 94%;
	line-height: 40px;
	color: #fff;
	background: url(images/bg_1.png) 0 0 no-repeat;
}
/*--/功能 function--*/
.dede_pages {
	width: 100%;
	padding: 15px 0 10px 0;
}
.dede_pages ul {
	text-align: center;
	padding: 0;
	line-height: 28px;
}
.dede_pages ul li {
	display: inline-block;
	font-size: 14px;
	height: 28px;
	margin: 5px 1px 0 1px;
	color: #333;
	background: #eee;
	border-radius: 4px;
}
.dede_pages ul li a {
	color: #333;
	height: 28px;
	padding: 0 10px;
	display: inline-block;
}
.dede_pages ul li:hover {
	text-decoration: none;
	color: #fff;
	background-color: #333;
}
.dede_pages ul li:hover a {
	color: #fff;
}
.dede_pages ul li:hover a:hover {
	color: #fff;
	text-decoration: none;
}
.dede_pages ul li.thisclass {
	background-color: #ff0000;
	color: #fff;
	padding: 0 10px;
}
.dede_pages ul li.thisclass a {
	color: #fff !important;
}
.dede_pagess {
	float: none;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.dede_pagess ul {
	display: inline-block;
	margin: 0 auto;
	clear: both;
	padding: 10px 0 0 0;
	text-align: center;
	white-space: nowrap;
}
.dede_pagess ul li {
	float: left;
	margin: 0 2px;
	padding: 3px 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.dede_pagess li a {
	float: none;
	display: inline;
}
.dede_pagess li a:hover {
	text-decoration: underline;
}
.dede_pagess .thisclass {
	font-weight: bold;
	border: none;
	color: #fff;
	border: 1px #ff0000 solid;
	background-color: #ff0000;
	border-radius: 4px;
}
.dede_pagess .thisclass a {
	color: #fff;
}
/*--/page--*/
.u_1 {
	padding: 0 0 20px 0;
}
.ban_1 {
	overflow: hidden;
	margin: 0 10px 10px 10px;
}
.ban_2 {
	overflow: hidden;
	margin-bottom: 15px;
}
.ban_3 {
	overflow: hidden;
	padding-top: 5px;
}
.ban_1 img, .ban_2 img, .ban_3 img {
	border: 0 none;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
/*--/广告 end--*/
.link {
	padding: 0 10px;
	margin-bottom: 10px;
}
.link ul {
	line-height: 22px;
}
.link li {
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
/*--/link end--*/
.foot {
	width: 100%;
	padding: 15px 0;
	line-height: 28px;
	text-align: center;
	background: #666;
	color: #eee;
	font-size: 15px;
}
.foot a {
	color: #eee;
}
