﻿@charset "utf-8";
html {
	color: #000;
	background: #FFF;
}
body {
	color: #666;
	font: 12px/1.231 "Microsoft YaHei", "Microsoft YaHei", Microsoft YaHei;
} /*网站字体颜色*/
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input, select {
	vertical-align: middle;
}
select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
*font-size:108%;
	line-height: 100%;
}
/*title*/
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
.mt10 {
	margin-top: 10px;
}
a {
	color: #666;
	text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
	outline: 0;
} /*for ff f6n.net*/
a:hover {
	text-decoration: none;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	word-spacing: -1.5px;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.center {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pa {
	position: absolute;
}
.pr {
	position: relative
}
/* -- 页面整体布局 -- */
.header, .content, .footer {
	width: 1000px;
	margin: 0 auto;
}
.left2 {
	width: 670px;
	float: left;
	overflow: hidden;
}
.left3 {
	width: 754px;
	float: left;
	overflow: hidden;
	color: #666;
}
.lefttop {
	background: url(../img/left_top_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-top: 10px;
}
.left2top {
	background: url(../img/left2_top_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
}
.leftbot {
	background: url(../img/left_bot_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.left2bot {
	background: url(../img/right_bot2_img.gif) no-repeat;
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.right {
	width: 941px;
	float: left;
	display: inline;
	margin-right: 24px;
}
.right, .rightl {
	width: 740px;
	float: right;
	display: inline;
	overflow: hidden;
	margin-left: 24px;
	margin-right: 0px;
}
.right2 {
	width: 275px;
	float: right;
	overflow: hidden;
}
.right3 {
	width: 201px;
	float: right;
	overflow: hidden;
	color: #666;
}
.righttop {
	height: 3px;
	font-size: 0;
	overflow: hidden;
}
.right2top {
	height: 3px;
	font-size: 0;
	overflow: hidden;
}
.rightbot {
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.right2bot {
	height: 3px;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.right_main {
	width: 735px;
	padding-bottom: 15px;
	overflow: hidden;
}
.right2_main {
	width: 273px;
	padding-bottom: 15px;
	overflow: hidden;
}
.left2_main {
	width: 668px;
	padding-bottom: 15px;
	overflow: hidden;
}
 .h_nav li a:-webkit-any-link {
display:block;
}
/*头部开始*/
.header, .content, .footer, .container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.header {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.header .hdTop {
	height: 30px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #efefef;
}
.header .hdTop p {
	float: left;
	color: #999;
	line-height: 30px;
	font-size: 12px;
}
.header .hdUl {
	float: right;
}
.header .hdUl li {
	font-size: 12px;
	padding: 0 20px;
	border-right: 1px dotted #b9b9b9;
	margin-top: 10px;
	float: left;
	position: relative
}
.header .hdUl li a {
	color: #999
}
.header .hdUl li.last {
	border: none;
	padding-right: 0;
}
.header .logo {
	overflow: hidden;
	padding: 15px 0 25px;
	background-color: #fff
}
.header .logo h1 {
	float: left;
}
.header .logo h1 p {
	font-size: 12px;
	color: #2383cf;
}
.header .logo img.hdImg {
	float: left;
	margin-left: 155px;
	margin-top: 20px;
}
.header .logo h2 {
	font-size: 16px;
	color: #2383cf;
	margin-left: 20px;
	float: left;
	border-left: 1px solid #edecec;
	padding-left: 20px
}
.header .logo h2 p {
	font-weight: normal;
	font-size: 16px;
	color: #666;
	margin-top: 5px;
}
.header .phone {
	float: right;
	text-align: right;
	margin-top: 5px;
}
.header .phone p {
	font-size: 14px;
	color: #969696
}
.header .phone h4 {
	font-size: 24px;
	color: #2383cf;
}
.Nav {
	height: 65px;
	background: #2383cf;
}
.Nav .navBox {
	height: 60px;
	line-height: 60px;
}
.Nav .navBox li {
	font-size: 14px;
	float: left;
	border-right: 1px solid #2e89d1;
	border-top: 5px solid #2383cf
}
.Nav .navBox li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 23px;
}
.Nav .navBox li:last-child {
	border-right: none;
}
.Nav .navBox li:hover, .Nav .navBox li.cur {
	color: #fff;
	background-color: #0363af;
	border-right-color: #0363af;
	border-top-color: #01c963;
}
.Nav .navBox li:hover a, .Nav .navBox li.cur a {
	color: #fff
}
/*footer*/
.footer {
	overflow: hidden;
	text-align: center;
	width: 100%;
	background-color: #2383cf;
	padding-top: 35px;
	margin-top: 0px;
}
.footer .ftDl {
	float: left;
	/* background: url("../img/ftline.png") no-repeat left center; */
	border-left: 1px solid rgb(255, 255, 255);
	/* height: 214px; */
	padding-left: 30px;
	margin-right: 70px;
}
.footer .ftDl dt {
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 16px;
}
.footer .ftDl dd a {
	color: #fff;
	line-height: 25px;
	font-size: 12px;
	display: block
}
.footer .ftDl dt a {
	color: #fff;
}
.footer .ftDl dd p {
	color: #fff;
	line-height: 25px;
	font-size: 12px;
}
.footer .bqBox {
	background-color: #fff;
	height: 63px;
}
.footer .bqBox p {
	line-height: 63px;
	float: left;
	color: #999;
}
.footer .bqBox p a {
	color: #999;
	margin: 0 10px;
}
.footer .fxDiv {
	float: right;
	margin-top: 15px;
}
.footer .fxDiv a {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	display: block;
	float: left;
	color: #999
}
.footer .ftBox {
	overflow: hidden;
}
.footer .ftDl:first-child {
	padding-left: 0;
	/* background: none; */
	border-left: none;
}
.footer .ftTwo {
	width: 240px;
	margin-right: 0;
}
.footer .ftTwo dd a {
	width: 120px;
	float: left;
}
.banner {
	height: 480px;
}
.fullSlide {
	width: 100%;
	position: relative;
	height: 480px;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 480px;
	overflow: hidden;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
}
.fullSlide .bd li a {
	display: block;
	height: 480px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 1px;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 40px;
	height: 8px;
	margin: 1px 10px;
	overflow: hidden;
	background: #fff;
	line-height: 999px;
}
.fullSlide .hd ul .on {
	background: #2383cf;
	width: 60px;
}
.banner {
	overflow: hidden;
	width: 100%;
}
.banner a {
	overflow: hidden;
	width: 100%;
	display: block;
	height: 480px;
}
.gundong{ color: #2383cf;font-size: 18px;}
.gundong span {
    float: left;
}
.gundong marquee {
    float: left;
    width: 1100px;
}
.title {
	overflow: hidden;
	width: 100%;
	margin-top: 50px;
	text-align: center
}
.title h2 {
	font-size: 24px;
	color: #333
}
.title h2 a {
	color: #0363af;
}
.title h2 strong {
	color: #2383cf
}
.title p {
	font-size: 16px;
	color: #666666;
	margin-top: 3px;
}
/*pro*/
.pro {
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	padding: 5px 0 10px;
}
.pro .proLt {
	float: left;
	overflow: hidden;
	border: 1px solid #f1f0f0;
	border-radius: 5px;
	width: 240px;
}
.pro .proLt h2 {
	background: #2383cf;
	width: 238px;
	height: 84px;
	overflow: hidden;
}
.pro .proLt h2 a {
	font-size: 20px;
	color: #fff;
	display: block;
	text-indent: 65px;
	margin-top: 25px;
}
.pro .proLt h2 span {
	display: block;
	text-indent: 65px;
	;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
.pro .proLtBox, .pro .proDl, .pro .proDl dd {
	overflow: hidden;
	width: 100%;
}
.pro .proDl dt {
	width: 238px;
	height: 55px;
	line-height: 55px;
	text-indent: 50px;
	font-size: 14px
}
.pro .proDl dt a {
	color: #2383cf;
}
.pro .proWen {
	padding: 45px 0;
	font-size: 24px;
	color: #fff;
	text-align: center;
	border-radius: 0 0 5px 5px;
	background-color: #2383cf;
	overflow: hidden;
	width: 100%;
}
.pro .proWen p {
	margin-top: 5px;
	font-size: 14px;
}
.pro .proWen h4 {
	margin-top: 10px;
	font-size: 24px;
}
.pro .proRt {
	float: right;
	width: 740px;
}
.pro .ProList li {
	float: left;
	width: 230px;
	margin-right: 25px;
	margin-bottom: 15px;
	height: 294px;
}
.pro .ProList li.last {
	margin-right: 0;
}
.pro .ProList li a.img_a img {
	width: 228px;
	height: 228px;
	display: block;
}
.pro .ProList li a.img_a {
	width: 228px;
	height: 228px;
	overflow: hidden;
	display: block;
	border: 1px solid #f1efef
}
.pro .ProList li h3 {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	margin-top: 18px;
	color: #666;
	padding: 0 10px;
	font-size: 14px;
}
.pro .ProList li h3 a {
	color: #2383cf;
}
.pro .ProList li p {
	font-size: 12px;
	color: #999;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro .ProList li:hover h3 a {
	color: #2e89d1;
	text-decoration: none
}


.ys {
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}
.ys .ysBox {
	overflow: hidden;
	;
	margin-top: 50px;
	position: relative;
	height: 342px;
}
.ys .dl {
	background: url("../img/ysDlBg.jpg") no-repeat bottom center;
	height: 342px;
	display: none
}
.ys .dl dt {
	float: right;
	width: 525px;
}
.ys .dl dd {
	float: left;
	width: 395px;
	padding: 0 40px;
}
.ys dd h3 {
	font-size: 20px;
	color: #333333;
	margin-top: 75px
}
.ys dd h3 span {
	font-weight: normal;
	display: block
}
.ys dd i {
	display: block;
	width: 33px;
	height: 3px;
	background-color: #cacaca;
	margin-top: 25px;
}
.ys dd p {
	line-height: 25px;
	font-size: 14px;
	color: #666666;
	margin-top: 28px;
}
.ys .navList {
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
}
.ys .navList li {
	width: 249px;
	float: left;
	border-left: 1px solid #fff;
	line-height: 76px;
	font-size: 16px;
	color: #fff;
	background-color: #0363af;
}
.ys .navList .im {
	background: url(/static/img/yssm.png) no-repeat;
	width: 76px;
	height: 76px;
	float: left;
	margin-right: 10px
}
.ys .navList .im1 {
   background-position: 0 -76px;
}
.ys .navList .im2 {
   background-position: 0 -152px;
}
.ys .navList .im3 {
   background-position: 0 -228px;
}
.ys .navList li:hover, .ys .navList li.cur {
	background-color: #2383cf
}
.ys .navList li:first-child {
	border-left: none;
	width: 250px;
}
.ys .dl:first-child {
	display: block
}

/*about*/
.aB {
	overflow: hidden;
	width: 100%;

}
.aB .abDl {
	overflow: hidden;
	width: 950px;
	margin: 35px auto 25px;
}
.aB dd p {
	line-height: 22px;
	font-size: 14px;
	color: #999999;
}

.aB dd a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	background-color: #2383cf;
}

.aB .title em {
	font-size: 16px;
	color: #999999;
	margin-top: 5px;
}

.quality {
	overflow: hidden;
	width: 100%;
	padding-bottom: 0px
}


.news {
	overflow: hidden;
	width: 100%;
	background-color: #fff;

}
.news .newlt {
	width: 655px;
	float: left;
	overflow: hidden;
	border: 1px solid #fbf9f9
}
.news .titNew {
	width: 100%;
	border: 1px solid #f1f0f0;
	overflow: hidden;
}
.news .titNew li {
	height: 63px;
	font-size: 16px;
	line-height: 63px;
	text-align: center;
	float: left;
	width: 327px;/* background-color:#f2f2f2; */
	position: relative;
}
.news .titNew li a {
	color: #333
}
.news .titNew li:hover, .news .titNew li.cur {
	background-color: #2383cf;
	border-color: #2383cf
}
.news .titNew li:hover a, .news .titNew li.cur a {
	color: #fff
}

.news .newltBox {
	top: 0;
	left: 0;
}
.news .newdl {
	overflow: hidden;
	width: 615px;
	margin: 0 auto;
}

.news .newdul {
	overflow: hidden;
	padding: 0 10px;
	margin-top: 15px;
}
.news .newdul li {
	font-size: 14px;
	line-height: 40px;
	padding-left: 15px;
	width: 290px;
	margin-right: 10px;
	float: left;
}
.news .newdul li a {
	display: block;
	float: left;
	width: 265px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
}
.news .newdul li a:hover {
	color: #2383cf;
	padding-left: 6px;
}
.news .newdul li span {
	display: block;
	width: 85px;
	float: right;
}
.news .newsHz {
	overflow: hidden;
	float: right;
}
.news .newsHz h3 {
	line-height: 64px;
	font-weight: normal;
	width: 310px;
	font-size: 16px;
	background-color: #2383cf;
	height: 64px;
	text-indent: 135px;
}
.news .newsHz h3 a {
	color: #fff;
}
.news .wenda {
	margin-top: 15px;
	width: 310px;
	height: 348px;
	overflow: hidden;
	position: relative;
}
.news .wenda ul {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden; 
	width: 310px; 
	height: 348px;"
}
.news .wenda ul li {
	padding: 7px 5px;
}
.news .wenda ul li h5 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 25px;
}
.news .wenda ul li h5 a {
	color: #333333
}
.news .wenda ul li p {
	margin-top: 5px;
	font-size: 12px;
	color: #666666;
	height: 40px;
	line-height: 20px;
}
.news .newsHz.last {
	margin-right: 0;
}
.news .wenda ul li:hover {
	background-color: #f7f7f7;
}

.link {
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	padding: 15px 0;
}
.link h3 {
	width: 80px;
	/* float: left; */
	font-size: 15px;
	margin-top: 5px;
	font-weight: normal;
}
.link h3 a {
	color: #333
}
.link h3 span {
	text-transform: uppercase;
	color: #999;
	display: block;
}
.link .list {
	width: 920px;
	/* float: right; */
}
.link .list li {
	float: left;
	padding: 0 4px;
	font-size: 13px;
	color: #888888;
	border-right: 1px dotted #888888;
	margin: 5px 0;
}
.link .list li.sq {
	border-right: none;
}
