@charset "utf-8";
.center {
	text-align: center;
}
body {
	font-size: 12px;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	list-style: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
a {
	text-decoration: none;
	color: #333;
}
img {
	border: 0;
}
/* -- 页面整体布局 -- */

.content, .footer {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.content {
	margin: 10px auto;
}
.header {
	width: 100%;
}
.left {
	width: 201px;
	float: left;
	overflow: hidden;
}
.left2 {
	width: 754px;
	float: left;
	overflow: hidden;
}
.left3 {
	width: 754px;
	float: left;
	overflow: hidden;
	color: #666;
}
.lefttop {
	background: url(../images/left_top_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
}
.left2top {
	background: url(../images/left2_top_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
}
.leftbot {
	background: url(../images/left_bot_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.left2bot {
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.right {
	width: 754px;
	float: left;
	display: inline;
	margin-left: 5px;
	overflow: hidden;
}
.right2 {
	width: 275px;
	float: right;
	overflow: hidden;
}
.right3 {
	width: 201px;
	float: right;
	overflow: hidden;
	color: #666;
}
.righttop {
	background: url(../images/right_top_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
}
.right2top {
	background: url(../images/right2_top_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
}
.rightbot {
	background: url(../images/right_bot_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.right2bot {
	background: url(../images/left_bot2_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.right_main {
	width: 976px;
	min-height: 458px;
	border: solid 1px #d5d5d5;
	border-top: 0;
	border-bottom: 0;
	padding-bottom: 15px;
	overflow: hidden;
}
.right2_main {
	width: 273px;
	border: solid 1px #d5d5d5;
	border-top: 0;
	border-bottom: 0;
	padding-bottom: 15px;
	overflow: hidden;
}
.left2_main {
	width: 668px;
	border: solid 1px #d5d5d5;
	border-top: 0;
	border-bottom: 0;
	padding-bottom: 15px;
	overflow: hidden;
}
/*头部开始*/

.h_top {
	height: 36px;
	line-height: 36px;
	color: #14448e;
	background: #e5e6e0;
	border-bottom: #d4d2d3 1px solid;
	font-size: 12px;
}
.h_top_in, .h_con_in, .h_nav ul {
	width: 1200px;
	margin: 0 auto;
}
.h_top p a {
	padding: 0 8px;
	color: #14448e;
	font-size: 12px;
}
.h_con {
	height: 126px;
	background: #fff;
}
.h_con h2 {
	padding-top: 17px
}
.h_con h1 {
	padding: 17px 19px 0 25px;
}
.h_con h1 img {
	float: left;
}
.h_con h1 span {
	float: left;
	padding: 10px 0 20px 28px;
	margin-left: 18px;
	display: inline;
	overflow: hidden;
	line-height: 32px;
	font-size: 26px;
	color: #06326e;
	font-family: "微软雅黑";
	background: url(../images/hbor.gif) no-repeat left top;
}
.h_con h1 span em {
	font-style: normal;
	font-size: 22px;
	display: block;
	color: #000;
}
.h_con h1 span em {
	font-style: normal;
	font-size: 22px;
	display: block;
	color: #000;
}
.h_pho {
	width: 206px;
	padding: 63px 0 35px 70px;
	overflow: hidden;
	font-family: "微软雅黑";
	font-size: 17px;
	color: #060001;
	line-height: 26px;
	background: url(../images/tel.jpg) no-repeat left 38px;
	font-size: 27px;
	font-weight: bold;
	color: #000;
}
.h_nav {
	height: 46px;
	overflow: hidden;
	padding-left: 3px;
	background: url(../images/nav_bg.jpg) repeat-x;
}
.h_nav ul li {
	float: left;
	display: block;
	height: 46px;
	font-size: 15px;
	position: relative;
	background: url(../images/nav_shu.jpg) no-repeat left center;
	width: 106px;
	font-family: "微软雅黑";
}
.h_nav ul li:first-of-type {
	background: none;
}
.h_nav ul li a {
	color: #fff;
	text-align: center;
	height: 46px;
	width: 109px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 46px;
	display: inline-block;
	z-index: 2;
	text-decoration: none;
}
.h_nav ul li a:hover, .h_nav ul .cur a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: url(../images/hover.gif) repeat-x;
}
 .h_nav ul li a:-webkit-any-link {
display:block;
}
.h_nav ul .nobot {
	background: none;
}
.ser {
	background: url(../images/ser.gif) repeat-x;
	height: 54px;
	overflow: hidden;
	line-height: 50px;
}
.h_ser {
	width: 1200px;
	height: 54px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 12px;
}
.h_ser p {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #646464;
}
.h_ser p a {
	padding: 0 12px;
	color: #646464;
}

.h_pro{ float:left; width:900px;}
.h_sousuo{ width:300px; float:left;}
.s_inp {
	width: 203px;
	height: 26px;
	margin-top: 9px;
}
.inp01 {
	width: 162px;
	height: 24px;
	line-height: 24px;
	border: none medium;
	background: url(../images/txt.gif) no-repeat;
	padding-left: 5px;
	color: #c6c6c6;
	font-size: 12px;
}
/*头部结束*

/*底部开始*/

.fbg {
	height: 265px;
	overflow: hidden;
	background: #2062c9 url(../images/fbg.gif) repeat-x;
}
.f_nav {
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
}
.f_nav a {
	padding: 0 26px;
	color: #fff;
}
.f_con {
	width: 1200px;
	padding: 12px 0 0 0;
	height: 183px;
	overflow: hidden;
}
.f_con h1 {
	padding: 0 35px 0 10px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}
.f_con p {
	line-height: 24px;
	text-align: left;
	color: #fff;
	font-size: 13px;   /*background:url(../images/fsha.gif) no-repeat left top;*/
}
.f_con p a {
	color: #fff;
}
/*底部结束*/

/*-----------------index.css---------------------------*/

.mb10 {
	margin-bottom: 10px;
}
.ml10 {
	margin-left: 10px;
}
/*正文开始*/

.banner a {
	height: 412px;
	background: url(../images/banner.jpg) no-repeat center top;
	overflow: hidden;
	display: block;
}
.prolist {
	width: 211px;
	overflow: hidden;
}
.prolist h2 {
	height: 47px;
	line-height: 47px;
	padding: 18px 0 0 52px;
	font-size: 18px;
	font-family: "微软雅黑";
	background: url(../images/listh2.jpg) no-repeat left bottom;
}
.prolist h2 a {
	color: #fff;
}
.list_con {
	border: 3px solid #14448e;
	border-top: 0;
	overflow: hidden;
	padding: 0px;
	background: #e6e6e6;
}
.list_con h3 {
	font-size: 15px;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	background: url(../images/listh3.gif) no-repeat;
	padding-left: 16px;
	font-family: "微软雅黑";
}
.list_con h3 a {
	color: #fff;
}
.list_con h4 {
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 3px;
	overflow: hidden;
	background: url(../images/listh4.gif) no-repeat center center;
	text-align: center;
	font-family: "微软雅黑";
}
.list_con h4 a {
	color: #393939;
}
.list_con ul {
	margin-top:10px;
	background: #e6e6e6;
}
.list_con ul li.bigpro {
	/*height: 37px;*/
	line-height: 37px;
	padding-left: 1px;
	background: url(../images/leftlibg.jpg) no-repeat center top;
	overflow: hidden;
	text-align: center;
	margin: 6px 0;
}
.list_con ul li.bigpro a {
	color: #060001;
	font-size: 14px;
}
.list_con ul li.bigpro:hover {
	background: url(../images/leftlihover.jpg) no-repeat center top;
}
.list_con ul li.smalpro{line-height: 27px; background: url(../images/smalprobg.jpg) no-repeat center top; margin: 6px 0;}
.list_con ul li.smalpro:hover {
	background: url(../images/smalprohover.jpg) no-repeat center top;
}

.list_con ul .nobot {
	border-bottom: 0;
}
.pro {
	width: 980px;
	overflow: hidden;
	margin-top: 18px;
}
.barpro {
	height: 39px;
	overflow: hidden;
	padding: 8px 20px 0 18px;
	background: url(../images/barbg.gif) no-repeat left bottom;
}
.barpro span {
	margin: 20px -8px 0 0;
}
.barpro span a {
	line-height: 30px;
	font-size: 11px;
	color: #fff;
}
.barpro ul li {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: bold;
	padding-left: 30px;
}
.barpro ul li a {
	color: #14448e;
	font-size: 18px;
	display: inline-block;
}
.barpro ul li span {
	background: url(../images/p02.gif) no-repeat right top;
	display: inline-block;
	padding-right: 18px;
}
.barpro ul li a:hover, .barpro ul .cur a {
	color: #0351a8;
}
.pp_con {
	height: auto;
	overflow: hidden;
	padding: 5px 0 0 8px;
	border: 1px solid #d6d5d5;
	border-top: 0;
}
.pp_con ul li {
	text-align:center;
	margin: 3px;
	float: left;
	display: inline;
	height: 215px;
	overflow: hidden;
	background: url(../images/ps.jpg) no-repeat center 176px;
}
.pp_con ul li img {
	width: 229px;
	height: 170px;
	border: 1px solid #ccc;
	padding: 2px;
}
.pp_con ul li span{ text-align:center;}
.pp_con ul li span a {
	color: #000;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	display: block;
	text-align: center;
	font-size: 14px;
}
.pp_con ul .nobot {
	margin-right: 0
}
.hzbg {
	margin-top: 20px;
	height: 212px;
	background: url(../images/hzbg.jpg) no-repeat center top;
	overflow: hidden;
}
.hz {
	width: 1200px;
	margin: 0 auto;
	height: 212px;
	overflow: hidden;
}
.hz h2 {
	text-align: center;
	font-size: 18px;
	font-family: "微软雅黑";
	height: 56px;
	line-height: 56px;
	color: #06326e;
}
.hz_c {
	padding: 12px 0 0 16px;
	height: 123px;
	overflow: hidden;
}
.hz_c ul {
	margin-left: 14px;
}
.hz_c ul li {
	float: left;
	margin-right: 13px;
	display: inline;
	overflow: hidden;
	width: 166px;
	background: url(../images/hzs.jpg) no-repeat center 72px;
}
.hz_c ul li img {
	width: 164px;
	height: 70px;
	border: 1px solid #dfdfdf;
}
.hz_c ul li span {
	text-align: center;
	display: block;
	height: 30px;
	line-height: 30px;
}
.h01 {
	padding-top: 24px;
}
.bd3 {
	height: 154px;
	position: relative;
}
.bd03 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
/* flexslider */
.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;/*height:520px;*/
	overflow: hidden;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.flex-direction-nav a {
	width: 60px;
	height: 90px;
	line-height: 99em;
	overflow: hidden;
	margin: -60px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
*display:inline;
}
.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active {
	background-position: 0 0;
}
.bdtel03 {
	position: absolute;
	top: 32px;
	left: 650px;
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
}
.bdtel03 em {
	width: 266px;
	text-align: center;
*width:280px;
*text-align:left;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 10px;
}
.bdtel03 em a {
	color: #fff;
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	font-style: normal;
}
.bdtel03 span {
	font-size: 24px;
	display: block;
}
.flex-direction-nav{height:0;}
.bg01 {
	background: url(../images/bg01.jpg) no-repeat center top;
	height: 260px;
	overflow: hidden;
}
.bg02 {
	background: url(../images/bg02.jpg) no-repeat center top;
	height: 381px;
	overflow: hidden;
}
.bg03 {
	background: url(../images/bg03.jpg) no-repeat center top;
	height: 295px;
	overflow: hidden;
}
.bg04 {
	background: url(../images/bg04.jpg) no-repeat center top;
	height: 382px;
	overflow: hidden;
}
.ys {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 400px;
}
.one {
	position: absolute;
	top: 16px;
	left: 14px;
	font-family: "微软雅黑";
}
.one h3 {
	font-size: 20px;
	color: #06326e;
	line-height: 26px;
	margin-bottom: 26px;
}
.one h3 em img {
	margin: 0 8px;
	vertical-align: middle;
}
.one h3 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #929292;
	font-family: "Times New Roman", Times, serif;
}
.one p {
	color: #060001;
	font-size: 14px;
	line-height: 28px;
	background: url(../images/ysd.gif) no-repeat 2px center;
	padding-left: 14px;
}
.one p em {
	font-style: normal;
	color: #06326e;
}
.two {
	position: absolute;
	top: 54px;
	left: 456px;
}
.two h3 span {
	padding-left: 8px;
}
.three {
	position: absolute;
	top: 62px;
	left: 14px;
	width: 428px;
	overflow: hidden;
}
.three p {
	float: left;
	width: 200px;
	overflow: hidden;
}
.four {
	position: absolute;
	top: 62px;
	left: 551px;
}
.four h3 span {
	padding-left: 8px;
}
.lc {
	margin: 0 auto;
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	font-family: "微软雅黑";
}
.lc h2 {
	width: 154px;
	text-align: center;
	font-size: 19px;
	line-height: 30px;
	color: #fff;
	padding: 24px 0 0 0;
	float: left;
}
.lc h2 span {
	color: #9ea5b4;
	font-size: 22px;
	margin-bottom: 14px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	display: block;
}
.lc h2 em a {
	font-style: normal;
	font-size: 12px;
	font-family: "宋体";
	display: block;
	color: #fff;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
}
.lc_c {
	width: 806px;
	height: 141px;
	overflow: hidden;
	position: relative;
	float: left;
}
.lc01 {
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 16px;
	margin-bottom: 14px;
	display: block;
	color: #383838;
}
.lc02 {
	position: absolute;
	top: 110px;
	left: 124px;
}
.lc03 {
	position: absolute;
	top: 15px;
	left: 222px;
}
.lc04 {
	position: absolute;
	top: 110px;
	left: 328px;
}
.lc05 {
	position: absolute;
	top: 15px;
	left: 430px;
}
.lc06 {
	position: absolute;
	top: 110px;
	left: 528px;
}
.lc07 {
	position: absolute;
	top: 15px;
	left: 634px;
}
.lc08 {
	position: absolute;
	top: 110px;
	left: 730px;
}
.jz {
	height: auto;
	overflow: hidden;
	margin-top: 26px;
	height:395px;
}
.jz h2 {
	background: url(../images/barbg.gif) no-repeat left bottom;
	height: 42px;
	overflow: hidden;
	font-size: 18px;
	padding: 0 14px 0 10px;
	font-family: "微软雅黑";
}
.jz h2 a {
	color: #06326e;
}
.jz h2 span {
	margin: 16px 0 0 0;
	font-size: 12px;
}
.jz_c {
	height: atuo;
	overflow: hidden;
	margin-top:25px;
}
.jz_c ul
{ overflow:hidden; }
.jz_c ul li a img {
	width: 224px;
	height: 160px;
	overflow: hidden;
}
.jz_c ul li{
	overflow: hidden;
}
.jz_c ul li h3 a {
	font-size: 16px;
	color: #060001;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #c2c2c2;
	display: block;
}
.jz_c ul li p {
	line-height: 25px;
	padding: 5px 0 0 0;
	color: #6e6b6b;
}
.jz_c ul li p span {
	color: #060001;
	display: block;
}
.jz_c ul li p a {
	text-align: right;
	float: right;
	font-weight: bold;
	color: #06326e;
}
.jz_c .nobot {
	background: none;
	padding-left: 8px;
}
.bd01 {
	height: 145px;
	border-bottom: 4px solid #dbdbdb;
	position: relative;
	overflow: hidden;
	padding-top: 10px;
}
.bdtel {
	position: absolute;
	top: 100px;
	left: 474px;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
}
.bdtel span {
	font-size: 24px;
	font-weight: bold;
}
.bd02 {
	margin-top: 28px;
	position: relative;
}
.bdtel2 {
	position: absolute;
	left: 450px;
}
.about {
	width: 900px;
	height: 478px;
	overflow: hidden;
}
.about h2 {
	background: url(../images/barbg.gif) no-repeat left bottom;
}
.about_c {
	height: 412px;
	overflow: hidden;
	padding: 23px 0 0 3px;
}
.about_c dl {
	height: 187px;
	overflow: hidden;
}
.about_c dl dt {
	width: 278px;
	height: 187px;
}
.about_c dl dt img {
	width: 268px;
	height: 177px;
	padding: 4px;
	border: 1px solid #dadada;
}
.about_c dl dd {
	padding: 0 0 0 12px;
	width: 600px;
	overflow: hidden;
}
.about_c dl dd h3 a {
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	color: #060001;
}
.about_c dl dd p {
	line-height: 28px;
	color: #6e6b6b;
	padding: 5px 0 0 0;
}
.about_c dl dd p a {
	color: #06326e;
	padding-left: 30px;
	font-weight: bold;
}
.about_c ul {
	margin-top: 29px;
	width: 880px;
	height: 195px;
	overflow: hidden;
}
.about_c ul li {
	float: left;
	width: 202px;
	margin-right: 10px;
	display: inline;
	overflow: hidden;
}
.about_c ul li img {
	width: 190px;
	height: 136px;
	padding: 2px;
	border: 1px solid #dadada;
}
.about_c ul li span a {
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #646464;
}
.about_c ul .nobot {
	margin: 0;
}
.ry {
	width: 271px;
	height: 478px;
	overflow: hidden;
	padding-left: 22px;
	background: url(../images/rys.jpg) no-repeat left 10px;
}
.ry h2 {
	background: url(../images/barbg.gif) no-repeat left bottom;
}
.ry_c {
	padding: 0px 0 0 16px;
	height: 423px;
	overflow: hidden;
	margin-top: 13px;
}
.ry_c ul li {
	height: 200px;
	overflow: hidden;
}
.ry_c ul li img {
	width: 230px;
	height: 163px;
}
.ry_c ul li span a {
	text-align: center;
	display: block;
	height: 28px;
	line-height: 28px;
	color: #646464;
}
.sb {
	height: 260px;
	overflow: hidden;
}
.barsb {
	height: 46px;
	background: url(../images/barbg.gif) no-repeat left bottom;
	overflow: hidden;
}
.barsb ul li {
	float: left;
	height: 40px;
	line-height: 48px;
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: bold;
	padding-left: 40px;
}
.barsb ul li a {
	font-size: 18px;
	color: #14448e;
}
.barsb span {
	margin: 18px 14px 0 0;
}
.sb_c {
	padding: 16px 10px 0 10px;
	height: 186px;
	overflow: hidden;
	border: 1px solid #ccc;
}
.sb_c ul {
	width: 900px;
	margin-left: 12px;
	display: inline;
	float: left;
	overflow: hidden;
}
.sb_c ul li {
	width: 209px;
	display: inline;
	float: left;
	overflow: hidden;
}
.sb_c ul li img {
	width: 230px;
	height: 150px;
}
.sb_c ul li span a {
	text-align: center;
	height: 36px;
	line-height: 36px;
	display: block;
	overflow: hidden;
	color: #6e6b6b;
}
.s01 {
	padding-top: 54px;
}
.new {
	width: 900px;
	height: 394px;
	overflow: hidden;
	margin-top: 18px;
}
.newbar {
	height: 40px;
	background: url(../images/barbg.gif) no-repeat left bottom;
}
.newbar ul li {
	float: left;
	height: 40px;
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: bold;
}
#thk0 {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: bold;
	padding-left: 40px;
}
#thk0 a {
	color: #14448e;
	font-size: 18px;
}
.newbar ul li a {
	color: #bb0102;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 3px;
	font-size: 18px;
}
.newbar span {
	margin: 20px 12px 0 0;
}
.n_con {
	height: 332px;
	overflow: hidden;
	padding: 22px 0 0 0;
}
.n_con dl {
	height: 133px;
	padding-bottom: 10px;
}
.n_con dl dt img {
	width: 188px;
	height: 133px;
	padding: 2px;
	border: 1px solid #ccc;
}
.n_con dl dd {
	width: 688px;
	padding-left: 10px;
	overflow: hidden;
}
.n_con dl dd h3 a {
	font-size: 12px;
	color: #333;
	height: 28px;
	line-height: 28px;
}
.n_con dl dd p {
	color: #6e6b6b;
	line-height: 24px;
}
.n_con dl dd em {
	float: right;
	text-align: right;
	display: block;
}
.n_con ul li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background: url(../images/dd.gif) no-repeat left center;
	color: #6e6b6b;
	font-family: "宋体";
	padding-left: 15px;
	float: left;
	width: 400px;
	padding-right: 28px;
}
.n_con ul li a {
	color: #6e6b6b;
	display: block;
	overflow: hidden;
	width: 168px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.n_con ul .nobot {
	border-bottom: 0;
}
.faq {
	width: 258px;
	height: 394px;
	overflow: hidden;
	padding-left: 22px;
	background: url(../images/faqs.jpg) no-repeat left 10px;
	margin-top: 18px;
}
.faq h2 {
	background: url(../images/barbg.gif) no-repeat left bottom;
	font-size: 18px;
	font-family: "微软雅黑";
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
}
.faq h2 a {
	color: #14448e;
}
.faq h2 span {
	margin: 20px 12px 0 0;
}
.fa_con {
	height: 354px;
	overflow: hidden;
	padding: 0 0 0 6px;
}
.fa_con dl {
	padding: 15px 0;
	border-bottom: 1px dashed #dbcec1;
}
.fa_con dl dt {
	height: 28px;
	line-height: 28px;
	background: url(../images/wen.gif) no-repeat left 5px;
	padding-left: 24px;
	font-size: 12px;
}
.fa_con dl dt a {
	color: #010101;
}
.fa_con dl dd {
	line-height: 24px;
	overflow: hidden;
	background: url(../images/da.gif) no-repeat left 3px;
	padding: 0 0 0 24px;
}
.fa_con .nobot {
	border-bottom: 0;
}
.linkbg {
	background: url(../images/linkbg.gif) repeat-x;
	height: 100px;
	overflow: hidden;
}
.link {
	width: 1200px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
}
.link h2 {
	width: 150px;
	font-size: 43px;
	font-weight: normal;
	padding: 10px 0 0 0;
	text-align: center;
}
.link h2 a {
	color: #14448e;
	font-family: "Times New Roman", Times, serif;
}
.link h2 span a {
	font-family: "宋体";
	font-size: 12px;
	color: #3e3e3e;
	display: block;
	line-height: 12px;
	text-decoration: underline;
}
.l_con {
	width: 810px;
	line-height: 30px;
	height: 66px;
	overflow: hidden;
	padding: 15px 0 0 0;
}
.l_con a {
	padding: 0 16px;
}
/*------------index.css END-----------------------*/

.clear {
	clear: both;
}
.yq {
	width: 1200px;
	height: 67px;
	margin-top: 10px;
}
.yq h3 {
	float: left;
	padding: 10px 0 0 20px;
	width: 75px;
	text-align: center;
}
.yq h3 a {
	font-family: "微软雅黑";
	font-size: 17px;
	color: #fff;
	font-weight: normal;
}
.yq h3 a span {
	display: block;
}
.yq p {
	float: left;
	width: 710px;
	padding-left: 50px;
	line-height: 25px;
	padding-top: 10px;
}
.yq p a {
	padding: 0 10px;
}
.yq_but {
	padding: 22px 0 0 20px;
}
.Bannerslider {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: 471px;
}
.Bannerslider ul {
	position: relative;
	width: 1000%;
	overflow: hidden;
}
.Bannerslider ul li {
	width: 10%;
	float: left;
	display: block;
	background: center top no-repeat;
}
.Bannerslider ul li img {
	display: block;
	visibility: hidden;
}
.Bannerslider ol {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
}
.Bannerslider ol li {
	width: 16px;
	height: 16px;
	background: url(../images/dot.png) 0 -16px;
	cursor: pointer;
	display: inline-block;
*display:inline;
*zoom:1;
}
.Bannerslider ol li.on {
	width: 16px;
	height: 16px;
	background: url(../images/dot.png) 0 0px;
}
.Bannerslider .ScrollLeft {
	display: none;
	width: 60px;
	height: 90px;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 0.8;
	background: url(../images/ad_ctr.png) 0 0;
	cursor: pointer;
	z-index: 1;
	margin-top: -45px;
}
.Bannerslider .ScrollRight {
	display: none;
	width: 60px;
	height: 90px;
	position: absolute;
	top: 50%;
	right: 0;
	opacity: 0.8;
	background: url(../images/ad_ctr.png) 0 -90px;
	cursor: pointer;
	z-index: 1;
	margin-top: -45px;
}
.Bannerslider .ScrollLeft:hover, .Bannerslider .ScrollRight:hover {
	opacity: 1;
}
.Bannerslider:hover .ScrollLeft, .Bannerslider:hover .ScrollRight {
	display: block;
}
.pinpai {
	background: url(../images/pinpai.jpg) no-repeat center top;
	height: 206px;
	margin: 13px 0;
}
.fenzhan {
	height: 36px;
	background: #2062c9;
	line-height: 36px;
	color: #fff;
	font-size: 12px;
}
.fenzhan a {
	color: #fff;
}
.fenzhanIn {
	margin: 0 auto;
	width: 1200px;
}
.proinfo .Prony {
	background: #b60000 url(../images/Prony.png) no-repeat;
	width: 740px;
	height: 125px;
	line-height: 125px;
}
.proinfo .Prony span {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	padding-left: 275px;
}
.ewm .qql {
	margin-top: 50px;
	float: left;
}
.ewm .qqr {
	float: left;
}
.cpztc {
	width: 100%;
	margin: 0px auto;
	height: 40px;
	line-height:40px;
	background: #ECECEC;
	font-size:14px;
}
.cpztc ul {
	width: 1200px;
	height: 40px;
	margin: 0px auto;
}
.cpztc ul h2 {
	color: #14448e;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	font-size: 16px;
}
.cpztc ul li {
	margin: 0 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
}
.cpztc ul li a:hover {
	color: red;
}
.cpztcl {
	width: 1200px;
	margin: 0px auto;
	height: 40px;
	background: #6E0001;
}
.cpztcl ul {
	width: 1200px;
	height: 40px;
	margin: 0px auto;
}
.cpztcl ul h2 {
	color: #fff;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	font-size: 15px;
}
.cpztcl ul li {
	margin: 0 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
}
.cpztcl ul li a {
	color: #fff;
}
#scrollTop, #scrollTop .level-2 {
	background: url(../images/rocket_up.png) no-repeat 0 0;
}
#scrollTop div {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 149px;
	margin: 0;
	padding: 0
}
#scrollTop .level-2 {
	background-position: -149px 0;
	display: none;
	height: 180px;
	opacity: 0;
	z-index: 1
}
#scrollTop .level-3 {
	background: none;
	cursor: pointer;
	display: block;
	height: 180px;
	z-index: 2
}
#scrollTop {
	cursor: pointer;
	display: block;
	height: 180px;
	overflow: hidden;
	position: fixed;
	right: -42px;
	top: 95%;
	width: 149px;
	z-index: 11;
	margin: -124px 0 0;
	padding: 0
}
.ewmBox {
	background: url("../images/xfbg.png") repeat;
	bottom: 0;
	height: 65px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1;
}
.ewmBoxIn {
	height: 65px;
	line-height: 65px;
	margin: 0 auto;
	position: relative;
	width: 1200px;
}
.ewmBox a {
	color: #fff;
	text-decoration: none;
}
.ewmBox .ico {
	background: url("../images/ico.png") no-repeat;
	float: left;
	height: 54px;
	width: 54px;
}
.ewmBox .font {
	color: #000;
	float: left;
	font-family: 微软雅黑;
	font-size: 22px;
	font-weight: bold;
	padding-left: 10px;
	width: 230px;
}
.ewmBox .font p {
	line-height: 30px;
	margin: 0;
}
.ewmBox .font p.num {
	text-indent: 2em;
}
.ewmBox .phoneNum {
	float: left;
	padding: 5px 0 0;
	width: 350px;
}
.ewmBox .phoneNum .ico {
	background-position: 0 0;
}
.ewmBox .QQ {
	float: left;
	padding: 5px 0 0;
	width: 350px;
}
.ewmBox .QQ .ico {
	background-position: -57px 0;
}
.ewmBox .weChat {
	float: left;
	padding: 5px 0 0;
	position: relative;
	width: 320px;
}
.ewmBox .weChat .ico {
	background-position: -113px 0;
}
.ewmBox .weChat .wx {
	bottom: 65px;
	display: none;
	left: 0;
	position: absolute;
}
.ewmBox .weChat:hover .wx {
	display: block;
}
.led {
	background: url("../images/drk_led.png") repeat;
	border: 5px solid #cccccc;
	color: #ffff00;
	height: 108px;
	line-height: 58px;
	margin: 0 0 6px;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
	width: 1200px;
	margin: 0 auto;
}
ul.marquee {
	display: inline;
	float: left;
	height: 100px;
	line-height: 20px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 1000px;
}
ul.marquee li {
	display: block;
	left: 0;
	line-height: 120px;
	padding: 3px 5px;
	position: absolute;
	text-indent: 0.8em;
	top: -999em;
	white-space: nowrap;
	height: 100px;
}
#time {
	display: inline;
	float: left;
	height: 100px;
	margin: 4px 0;
	overflow: hidden;
	padding: 0;
	width: 200px;
}
.demo {
	float: right;
	height: 100px;
	margin: 2px 0;
	padding: 0;
	width: 1000px;
}
#marquee a {
	color: #ffff00;
	font-size: 50px;
	line-height: 2;
	font-family: "微软雅黑";
	text-decoration: none;
}
.ewm2 {
	bottom: 0;
	height: 65px;
	position: absolute;
	right: 0;
	width: 65px;
	z-index: 999;
}
.ewm2 img.wxxt {
	height: 100%;
	width: 100%;
}
.ewm2 img.wxxt1 {
	bottom: 65px;
	display: none;
	left: -80px;
	position: absolute;
}
.ewm2:hover .wxxt1 {
	display: block;
}


.prod {
    width: 100%;
}
.prod ul {
    margin: 0 auto;
    width: 1200px;
}
.prod div li p {
    line-height: 2;
	font-size:15px;
}
.ys-a {
    height: 120px;
    padding: 135px 770px 0 60px;
}
.ys-b {
    height: 90px;
    padding: 100px 770px 0 60px;
}
.ys-c {
    height: 120px;
    padding: 160px 120px 0 690px;
}
.ys-d {
    height: 120px;
    padding: 90px 120px 0 690px;
}
.ysbox1 {
    background: url(../images/youshi_02.jpg) repeat scroll 0 0;
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
}
.ysbox {
    background: url(../images/youshi_01.jpg) repeat scroll 0 0;
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
}
