@charset "utf-8";
/* CSS Document */
html {
	-webkit-text-size-adjust: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, th, td, p, blockquote, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0px;
	padding: 0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom:1;
}
body {
	word-wrap: break-word;
	text-align: center;
	font: 14px Tahoma, Verdana, Arial, \5b8b\4f53;
	color: #5A5A5A;
	font-family: "Microsoft YaHei";
	background: url(../images/bg.jpg) repeat;
}
input, select, textarea, button {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
li {
	list-style: none;
 *margin-left:-1px
}
.left {
	float: left
}
.right {
	float: right
}
.clear {
	display: block;
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden
}
a {
	color: #5A5A5A;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
#page_style {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
}
/*顶部及主菜单样式*/
#top_box {
	clear: both;
	height: 125px;
	width: 100%;
	margin: 10px auto;
}
#top_box .top_box_inner {
	width: 1100px;
	margin: 0px auto;
}
.top_box_inner {
	width: 1002px;
	margin: 0 auto;
	margin-top: 12px;
}
.top_box_inner .logo {
	float: left;
}
.top_box_inner .tel {
	float: right;
	margin: 20px 20px 0px 0px;
}
.navbg {
	height: 40px;
	width: 100%;
	background: #f40002;
	box-shadow: 1px 1px 7px #999;
	position: absolute;
	top: 100px;
	z-index: 99;
}
#menu {
	font: 13px "trebuchet MS", Arial, Helvetica;
}
#menu a {
	color: #2A679F;
}
#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu {
	width: 1000px;
	margin: 0px auto;
	background: #f40002;
}
#menu:before, #menu:after {
	content: "";
	display: table;
}
#menu:after {
	clear: both;
}
#menu {
	zoom: 1;
}
#menu li {
	float: left;
	position: relative;
}
#menu a {
	float: left;
	padding: 12px 28px;
	color: #fff;
	text-transform: uppercase;
	font: 14px Arial, Helvetica;
	text-decoration: none;/*text-shadow: 0 1px 0 #000;*/
}
#menu li:hover > a {
	color: #fafafa;
}
*html #menu li a:hover {
	color: #fafafa;
}
#menu ul {
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 3px;
	z-index: 1;
	background: #f04f56;
}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#menu ul ul {
	top: 0;
	left: 108px;
	margin: 0 0 0 10px;
	_margin: 0;
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
}
#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0;
	text-align: center;
	-moz-box-shadow: 0 1px 0 #ef1822, 0 2px 0 #f04f56;
	-webkit-box-shadow: 0 1px 0 #ef1822, 0 2px 0 #f04f56;
	box-shadow: 0 1px 0 #ef1822, 0 2px 0 #f04f56;
}
#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul a {
	padding: 8px;
	width: 100px;
	_height: 10px;
	display: block;
	white-space: nowrap;
	float: none;
	font-size: 13px;
	text-transform: none;
}
#menu ul a:hover {
	width: 98px;
	margin: 0 auto;
	color: #f40002;
	background-color: #ffe929;
	background-image: -moz-linear-gradient(#faf098, #ffe929);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#faf098), to(#ffe929));
	background-image: -webkit-linear-gradient(#faf098, #ffe929);
	background-image: -o-linear-gradient(#faf098, #ffe929);
	background-image: -ms-linear-gradient(#faf098, #ffe929);
	background-image: linear-gradient(#faf098, #ffe929);
}
#menu ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 50px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #f04f56;
}
#menu ul ul li:first-child a:after {
	left: -5px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #f04f56;
}
#menu ul li:first-child a:hover:after {
	border-bottom-color: #faf098;
}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #ffe929;
	border-bottom-color: transparent;
}
#menu ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
/*banner*/
#banner {
	width: 100%;
	text-align: center;
	margin: 40px auto 0px auto;
	height: 500px;
	background: url(../images/banner0.jpg) no-repeat;
}
.banner_p, .banner_c, .banner_n, .banner_r1, .banner_r2, .banner_j, .banner_s, .banner_jr, .banner_co {
	width: 1100px;
	text-align: center;
	margin: 40px auto 0px auto;
	height: 345px;
}
.banner_a {
	background: url(../images/banner_a.jpg) no-repeat;
	width: 770px;
	height: 240px;
}
.banner_c {
	background: url(../images/banner_c.jpg) no-repeat;
}
.banner_n {
	background: url(../images/banner_n.jpg) no-repeat;
}
.banner_r1 {
	background: url(../images/banner_r1.jpg) no-repeat;
}
.banner_r2 {
	background: url(../images/banner_r2.jpg) no-repeat;
}
.banner_p {
	background: url(../images/banner_p.jpg) no-repeat;
}
.banner_j {
	background: url(../images/banner_j.jpg) no-repeat;
}
.banner_s {
	background: url(../images/banner_s.jpg) no-repeat;
}
.banner_jr {
	background: url(../images/banner_jr.jpg) no-repeat;
}
.banner_co {
	background: url(../images/banner_co.jpg) no-repeat;
}
#zSlider {
	margin: 40px auto 0px auto;
	text-align: left;
	width: 1100px;
	overflow: hidden;
}
#picshow {
	position: relative;
}
#picshow, #picshow_img {
	width: 800px;
	height: 440px;
	overflow: hidden;
	float: left;
}
#picshow_img li {
	width: 800px;
	height: 440px;
	overflow: hidden;
	float: left;
	display: none;
}
#picshow_img img {
	width: 800px;
	height: 440px;
}
#picshow_tx {
	left: 0px;
	width: 800px;
	bottom: 0px;
	position: absolute;
	height: 90px;
	overflow: hidden;
}
#picshow_tx li {
	background: url(../images/picshow_bg.png) repeat;
	padding: 10px 20px;
	height: 70px;
	color: #fff;
	display: none;
}
#picshow_tx li a {
	color: #fff;
}
#picshow_tx li a:hover {
	text-decoration: underline;
}
#picshow_tx li h3 {
	margin: 5px 0;
}
#picshow_tx li p {
	color: #ccc;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
#select_btn {
	width: 299px;
	height: 440px;
	color: #111;
	float: right;
	display: inline;
	background-color: #f0f0f0;
}
#select_btn li {
	padding: 9px 11px 0px 9px;
	width: 299px;
	height: 64px;
	border-top: 1px solid #fff;
	cursor: pointer;
}
#select_btn li:hover {
	background-color: #fff;
}
#select_btn li.current {
	background-color: #fff;
}
#select_btn li.current:hover {
	background-color: #fff;
}
#select_btn a {
	color: #000;
}
#select_btn img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 70px;
	height: 49px;
	margin-right: 10px;
	float: left;
}
#select_btn .select_text {
	height: 40px;
	line-height: 20px;
	padding-right: 20px;
	font: bold 13px/16px 'Microsoft YaHei';
	overflow: hidden;
	display: block;
}
#select_btn .select_text:hover {
	text-decoration: underline;
}
#select_btn .select_date {
	height: 20px;
	line-height: 20px;
	margin-top: -5px;
	overflow: hidden;
	display: block;
}
/*网站主体框架样式*/
.main_box_style {
	clear: both;
	margin: 3px 0 0 0;
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
	height: auto;
}
.main_box_style1 {
	clear: both;
	margin: 3px 0 0 0;
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
	height: auto;
}
.main_box_style1 .main_box_inner_left {
	float: left;
	width: 290px;
	margin: 0 10px 0 0;
	overflow: hidden;
	text-align: left;
}
.main_box_style1 .main_box_inner_right {
	float: right;
	width: 770px;
	margin: 0 0 0 0;
	overflow: hidden;
	text-align: left;
}
.main_box_style2 {
	clear: both;
	margin: 3px 0 0 0;
	overflow: hidden;
}
.main_box_style2 .main_box_inner_left {
	float: left;
	width: 770px;
	margin: 0 10px 0 0;
	overflow: hidden;
	text-align: left;
}
.main_box_style2 .main_box_inner_right {
	float: right;
	width: 220px;
	margin: 0 0 0 0;
	overflow: hidden;
	text-align: left;
}
.main_box_style3 {
	clear: both;
	margin: 3px 0 0 0;
	overflow: hidden;
}
.main_box_style3 .main_box_inner_left {
	float: left;
	width: 220px;
	margin: 0 10px 0 0;
	overflow: hidden;
	text-align: left;
}
.main_box_style3 .main_box_inner_middle {
	float: left;
	width: 540px;
	margin: 0 0 0 0;
	overflow: hidden;
	text-align: left;
}
.main_box_style3 .main_box_inner_right {
	float: right;
	width: 220px;
	margin: 0 0 0 10px;
	overflow: hidden;
	text-align: left;
}
/*首页新闻*/

.sy_xw {
	clear: both;
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 20px;
}
.sy_xw_1 {
	float: left;
	width: 334px;
	margin: 0px 40px;
}
.sy_xw_1 .tit {
	border-bottom: 2px solid #EA3939;
	color: #EA3939;
	font-size: 16px;
	font-weight:bold;
	text-align: left;
	background: url(../images/home/xw_1.png) no-repeat 0 4px;
	padding-left: 20px;
	height: 26px;
	clear: both;
	overflow: hidden;
}
.sy_xw_1 .tit .a {
	float: left;
	width: 100px;
	overflow: hidden;
}
.sy_xw_1 .tit .b {
	float: right;
	width: 50px;
	font-size: 10px;
	padding-top: 5px;
}
.sy_xw_1 .article1, .sy_xw_2 .article1 {
	text-align: left;
	margin-top: 8px;
}
.sy_xw_1 .article1 ul {
}
.sy_xw_1 .article1 ul li, .sy_xw_2 .article1 ul li {
	line-height: 25px;
	font-size: 14px;
	padding-left: 15px;
}
.sy_xw_1 .article1 ul li {
	background: url(../images/home/nav_title_sign.gif) no-repeat 0 8px;
	margin-left: 5px;
}
.sy_xw_2 .article1 ul li {
	background: url(../images/home/site_icon.gif) no-repeat 0 8px;
	margin-left: 5px;
}
.sy_xw_1 .article1 ul li .date, .sy_xw_2 .article1 ul li .date {
	color: #999;
	display: block;
}
.sy_xw_2 {
	float: left;
	width: 324px;
}
.sy_xw_4 {
	margin: 0px 40px;
}
.sy_xw_5 {
	margin: 0px 20px;
	float: left;
	width: 314px;
}
.sy_xw_2 .tit,.y_l .tit{
	border-bottom: 2px solid #555;
	color: black;
	font-size: 16px;
	font-weight:bold;
	text-align: left;
	background: url(../images/home/xw_2.png) no-repeat 0 4px;
	padding-left: 20px;
	height: 26px;
	clear: both;
	overflow: hidden;
}
.sy_xw_2 .tit{
	width: 324px;
}
.sy_xw_2 .tit .a {
	float: left;
	width: 100px;
}
.sy_xw_2 .tit .b {
	float: right;
	width: 50px;
	font-size: 10px;
	padding-top: 5px;
}
.sy_xw_3 {
	float: left;
	width: 344px;
	height: auto;
}
.sy_xw_3 .tit_a {
	text-align: left;
	font-size: 16px;
}
.sy_xw_f {
	margin: 30px auto;
}
.fangsi_1 {
	float: left;
	width: 340px;
	background: #F1F1F1;
	text-align: left;
	margin-right: 10px;
}
.fangsi_1_1 {
	background: url(../images/home/ab_t.jpg) no-repeat;
	height: 135px;
}
.fangsi_1_1 .a {
	background: #EA3939;
	width: 39px;
	color: white;
	height: 66px;
	display: block;
	font-size: 18px;
	padding: 0 10px 10px 10px;
	margin-left: 30px;
}
.fangsi_1_1 .b {
	background: black;
	width: 59px;
	height: 60px;
	line-height: 30px;
	color: white;
	display: block;
	margin-top: 29px;
	margin-left: 30px;
	text-align: center
}
.fangsi_1 .con {
	padding: 20px 10px 10px 10px;
	width: 330px;
	height: 165px;
	color: #5A5A5A;
	line-height: 23px;
}
.fangsi_1 .con p {
	text-indent: 2em;
}
.fangsi_1 .con p .xq a {
	color: #f00;
	margin-left: 10px;
}
.sy_zy {
	clear: both;
	overflow: hidden;
	background: #f1f1f1;
	text-align: center;
	margin: 3px auto;
	padding: 10px 0;
	font-family: "宋体";
}
.sy_3_0 {
	width: 1002px;
	margin: 0 auto;
}
.sy_3_0 a {
	color: #EA3939;
	font-size: 14px;
	font-weight: bold;
}
.sy_3_1 {
	float: left;
	background: url(../images/home/sy_tz_1.png) no-repeat 50px 0;
	width: 210px;
	padding-top: 125px;
	text-align: center;
	margin-right: 50px;
}
.sy_3_2 {
	float: left;
	background: url(../images/home/sy_tz_2.png) no-repeat 50px 0;
	width: 210px;
	padding-top: 125px;
	text-align: center;
	margin-right: 50px;
}
.sy_3_3 {
	float: left;
	background: url(../images/home/sy_tz_5.png) no-repeat 50px 0;
	width: 210px;
	padding-top: 125px;
	text-align: center;
	margin-right: 50px;
}
.sy_3_4 {
	float: left;
	background: url(../images/home/sy_tz_3.png) no-repeat 50px 0;
	width: 220px;
	padding-top: 125px;
	text-align: center;
}
.sy_wz {
	margin-top: 10PX;
}
/*友链*/
.y_l{
	clear:both;
	text-align:left;
	width:1100px;
	margin:10px auto;
	height:100px;
}
.y_l .tit{
	width: 95%;
	}
.y_l ul{
	width:95%;
	height:100px;
	margin:10px auto;
}
.y_l ul li{
	float:left;
	margin-right:20px;
	line-height:30px;
}
/*底部*/
.footer {
	width: 100%;
	height: 240px;
	background: #3a3030;
	text-align: center;
	margin: 10px 0px 0px 0px;
	border-top: 3px solid #333;
	position: relative;
	bottom: 0px;
}
.footer_con {
	width: 1100px;
	height: 150px;
	margin: 25px auto;
	border-bottom: 1px dashed #b08080;
}
.wx {
	float: left;
	width: 125px;
	height: 140px;
}
.wx .bt, .f_ly .bt, .f_lx .bt {
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	float: left;
}
.wx .bt {
	background: url(../images/home/phone.png) no-repeat 6px 0;
	padding-left: 28px;
	text-align: center;
}
/*.wx .ewm{background:url(../images/home/ewm.png) no-repeat 2px 0; height:110px; width:110px; margin-top:28px;}*/
.wx .ewm img {
	border: none;
	margin-top: 10px;
}
.f_ly {
	float: left;
	width: 580px;
	height: 150px;
	text-align: left;
	margin-left: 10px;
}
.f_ly .bt {
	background: url(../images/home/f_ly.png) no-repeat 2px 3px;
	padding-left: 30px;
}
.f_ly .f_srk {
	clear: both;
	margin-top: 28px;
}
input::-webkit-input-placeholder {
color: #999;
-webkit-transition: color.5s;
}
input:focus::-webkit-input-placeholder, input:hover::-webkit-input-placeholder {
color: #c2c2c2;
-webkit-transition: color.5s;
}
.f_srk input {
	height: 28px;
	border: 1px solid #fff;
	width: 210px;
	line-height: 28px;
	color: #666;
	padding-left: 10px;
	display: block;
	margin: 5px;
}
.f_srk .f_int {
	width: 230px;
	float: left;
}
.f_ly_com .txt1 {
	margin: 5px;
	height: 90px;
	width: 290px;
	line-height: 25px;
	padding: 5px;
	float: left;
}
.tj {
	margin: -5px;
	float: left;
}
.tj .f_btn {
	background: url(../images/home/f_btn.png) no-repeat;
	height: 110px;
	width: 35px;
	text-indent: -99999em;
	border: none;
	cursor: pointer;
}
.f_lx {
	float: right;
}
.f_lx li .bt1 {
	margin-right: 10px;
}
.f_lx {
	width: 350px;
	height: 113px;
	text-align: left;
	padding: 0px 0px 20px 5px;
	margin-bottom: 10px;
}
.f_lx li {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
}
.coy {
	margin-top: 5px;
	text-align: center;
	line-height: 25px;
	color: #fff;
}
.coy span {
	margin-right: 15px;
}
.article_3 {
	float: left;
	width: 334px;
	margin-top: 5px;
}
.article_3 ul li {
	float: left;
	margin-top: 10px;
}
.article_3 ul li .ry_p {
	display: block;
	margin: 10px;
	width: 145px;
	height: 95px;
}
.article_3 ul li .ry_p img {
	width: 140px;
	height: 95px;
	margin: 3px;
}
.article_2 ul li {
	float: left;
	height: 260px;
}
.article_2 ul li .ph {
	display: block;
	margin: 20px;
	width: 115px;
	height: 160px;
}
.name1 {
	font-weight: bold;
	color: #444;
	display: block;
	text-align: center;
	margin-top: 10px;
}
#demo {
	overflow: hidden;
	/*background: #FFF;
	border: 1px dashed #CCC;*/
	width: 335px;
	height: 260px;
	margin-top: 15px;
	padding: 5px;
}
#demo img {
	border: 3px solid #F2F2F2;
}
#indemo {
	float: left;
	width: 800%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
	margin-left: 7px;
}
