html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin: 0;
	padding: 0;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
html, body, fieldset, img, iframe, abbr {
	border: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
	line-height: 1.5;
}
q:before, q:after {
	content: none;
}
textarea {
	overflow: auto;
	resize: none;
}
label, summary {
	cursor: default;
}
a, button {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6, em, strong, b {
	font-weight: bold;
}
h2 {
	font-size: 24px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
}
a, a:hover {
	text-decoration: none;
}
a {
	color: #666;
}
body, textarea, input, button, select, keygen, legend {
	font: 14px/1.14 'microsoft yahei';
	color: #585858;
	outline: 0;
}
body {
	background: #fff;
}
.inner-cent {
	width: 1220px;
	margin: 0 auto;
}
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.hd-top {
	background-color: #fff;
	overflow: hidden;
}
.hd-top .logo {
	float: left;
}
.hd-top .tel {
	float: left;
	margin-left: 350px;
	margin-top: 25px;
}
.hd-top .search {
	float: right;
	margin-top: 25px;
}
.hd-top .search p {
	color: #333;
	line-height: 18px;
}
.hd-top .search input[type=text] {
	border: 0;
	padding: 5px;
	background-color: #eee;
}
.hd-top .search input[type=submit] {
	border: 0;
	padding: 5px 13px;
	text-indent: -100px;
	background: url(/uploads/image/simages/index_09.jpg) no-repeat;
	cursor: pointer;
}
.hd-top .kuang {
	border: 1px solid #e6e6e6;
	margin-top: 5px;
}
.hd-bar {
	height: 40px;
	background-color: #1184da;
}
.language {
	float: right;
	position: relative;
	margin-top: 8px;
	width: 50px;
	height: 25px;
	border-radius: 13px;
	background-color: #2a95e5;
}
.language span {
	display: inline-block;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
	width: 25px;
}
.language .btn {
	content: "";
	display: block;
	position: absolute;
	left: 25px;
	top: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}
.language .btn a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.top-nav {
	color: #fff;
}
.top-nav>li {
	float: left;
	position: relative;
	width: 140px;
	text-align: center;
	margin-right: 1px;
}
.top-nav>li>a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.top-nav>li:hover>a {
	background-color: #2a95e5;
}
.top-nav .hover {
	background-color: #2a95e5;
}
.top-nav .in-nav {
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 100;
	width: 100%;
	display: none;
}
.top-nav .in-nav>li {
	background-color: #2a95e5;
	height: 35px;
	border-top: 1px solid #fff;
	line-height: 35px;
}
.top-nav .in-nav>li>a {
	display: block;
	width: 100%;
	color: #fff;
}
.top-nav .in-nav>li:hover {
	background-color: #1184da;
}
.banner {
	position: relative;
	width: 560px;
	height: 300px;
	overflow: hidden;
}
.banner .slide {
	position: relative;
	width: 560px;
	height: 300px;
	overflow: hidden;
	cursor: pointer;
}
.slide li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
}
.slide .current {
	opacity: 1;
	filter: alpha(opacity=100);
}
.banner .tab {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translate(-50%);
	overflow: hidden;
}
.tab li {
	float: left;
	width: 12px;
	height: 12px;
	background-color: #1184da;
	border-radius: 50%;
	cursor: pointer;
}
.tab li li {
	margin-left: 10px;
}
.tab li:hover, .tab li.current {
	background-color: orange;
}
.banner .prev, .banner .next {
	display: none;
	position: absolute;
	top: 40%;
	cursor: pointer;
	width: 30px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-family: "宋体";
	font-weight: bold;
	font-size: 50px;
	color: #fff;
	background-color: #000;
	fitlter: alpha(opacity=30);
	opacity: .3;
}
.banner .prev {
	left: 0;
}
.banner .next {
	right: 0;
}
.banner .prev:hover, .banner .next:hover {
	opacity: .5;
	fitlter: alpha(opactiy=30);
}
.idx-pro {
	background-color: #eee;
	padding: 70px 0 90px 0;
	overflow: hidden;
}
.m-hd {
	position: relative;
	margin-bottom: 30px;
}
.m-hd h2:before {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	content: "";
	height: 1px;
	background-color: #e6e6e6;
	width: 45%;
}
.m-hd h2 {
	font-size: 30px;
	color: #2a95e5;
	text-align: center;
	font-weight: normal;
}
.m-hd h2:after {
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	content: "";
	height: 1px;
	background-color: #e6e6e6;
	width: 45%;
}
.m-hd p {
	font-size: 12px;
	line-height: 24px;
	color: #ccc;
	text-align: center;
}
.ipro-tab {
	width: 1040px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.ipro-tab li {
	float: left;
	width: 150px;
	height: 35px;
	background-color: #fff;
	color: #000;
	line-height: 35px;
	margin-bottom: 30px;
	cursor: pointer;
	margin-right: 20px;
}
.ipro-tab li li {
	margin-right: 20px;
}
.ipro-tab li.current {
	background-color: #1184da;
	color: #fff;
	margin-right: 20px;
}
.ipro-tab li:hover {
	background-color: #1184da;
	color: #fff;
}
.ipro-show {
	overflow: hidden;
	display: none;
}
.ipro-show li {
	float: left;
	width: 250px;
	border: 1px solid #dedede;
	background-color: #fff;
	text-align: center;
	position: relative;
	margin-right: 13px;
	margin-top: 13px;
}
.ipro-show li li {
	margin-right: 13px;
}
.ipro-show li img {
	width: 250px;
	height: 238px;
}
.ipro-show .qiezi {
	line-height: 24px;
	height: 80px;
	padding: 10px 0 30px;
	background: url(/uploads/image/simages/fuk.png) no-repeat right bottom;
}
.ipro-show .qiezi h5 {
	font-weight: normal;
	color: #333;
	margin-bottom: 5px;
}
.ipro-show .qiezi p {
	color: #999;
	margin: 0 10px;
	font-size: 12px;
}
.ipro-show li:hover .qiezi {
	background: #2a95e5;
}
.ipro-show li:hover h5, .ipro-show li:hover p {
	color: #fff;
}
.idx-new {
	padding: 60px 0;
}
.idx-new .inner-cent {
	margin-top: 60px;
	overflow: hidden;
	padding-bottom: 15px;
}
.idx-new-left {
	float: left;
}
.idx-new-right {
	float: right;
	width: 470px;
}
.idx-new-right li {
	width: 470px;
	height: 100px;
	margin-bottom: 0px;
	overflow: hidden;
}
.idx-new-right .num {
	float: left;
	width: 100px;
	height: 60px;
	margin-top: 30px;
	border-right: 1px solid #dcdcdc;
}
.idx-new-right .inr1 .num {
	background: url(/uploads/image/simages/num_01.png) no-repeat 5px;
}
.idx-new-right .inr2 .num {
	background: url(/uploads/image/simages/num_02.jpg) no-repeat;
}
.idx-new-right .inr3 .num {
	background: url(/uploads/image/simages/num_03.jpg) no-repeat;
}
.idx-new-txt {
	padding-left: 10px;
	overflow: hidden;
}
.idx-new-txt h3 {
	font-size: 14px;
	margin: 26px 0 10px 0;
	line-height: 22px;
	font-weight: normal;
}
.idx-new-txt h3 .riqi {
	font-size: 12px;
	color: #999;
	float: right;
	margin-right: 20px;
}
.idx-new-txt p {
	height: 36px;
	font-size: 12px;
	line-height: 18px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.idx-new-right li:hover {
	background-color: #2a95e5;
	border-left: 5px solid #1983d3;
}
.idx-new-right li:hover h3 {
	margin: 10px 0;
}
.idx-new-right li:hover h3 a, .idx-new-right li:hover p {
	color: #fff;
	padding-right: 50px;
}
.idx-new-right li:hover .num, .idx-new-right li:hover .riqi {
	display: none;
}
.idx-new-more {
	position: relative;
	clear: both;
	text-align: center;
	font-size: 16px;
	background-color: #f6f6f6;
	color: #666;
}
.idx-new-more span {
	font-size: 30px;
	color: #ccc;
	position: absolute;
	left: 44%;
	top: -5px;
}
.idx-new-more a:hover span {
	color: #fff;
}
.idx-new-more a {
	display: block;
	padding: 5px 0;
}
.idx-new-more a:hover {
	background-color: #1184da;
	color: #fff;
}
.idx-advant {
	background-color: #eee;
	padding: 50px 0 90px 0;
	overflow: hidden;
}
.idx-advant ul {
	position: relative;
	margin-top: 70px;
	height: 295px;
}
.idx-advant .li1 {
	left: 0;
	background: url(/uploads/image/simages/icon_1.png) no-repeat center 50px #fff;
}
.idx-advant .li2 {
	left: 280px;
	background: url(/uploads/image/simages/icon_2.png) no-repeat center 50px #fff;
}
.idx-advant .li3 {
	left: 560px;
	background: url(/uploads/image/simages/icon_3.png) no-repeat center 50px #fff;
}
.idx-advant .li4 {
	left: 840px;
	background: url(/uploads/image/simages/icon_4.png) no-repeat center 50px #fff;
}
.idx-advant li {
	position: absolute;
	width: 249px;
	height: 295px;
	text-align: center;
	color: #333;
	cursor: pointer;
}
.idx-advant li li {
	border-left: 1px solid #eee;
}
.idx-advant li h3 {
	margin-top: 110px;
	font-weight: normal;
	font-size: 24px;
}
.idx-advant li p {
	line-height: 18px;
	padding: 0 12px;
	color: #666;
}
.idx-advant .en {
	color: #ccc;
	line-height: 24px;
}
.idx-advant .en:after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background-color: #ccc;
	margin: 25px auto;
}
.idx-advant .li1:hover {
	background: url(/uploads/image/simages/icon_01.png) no-repeat center 60px #2a95e5;
}
.idx-advant .li2:hover {
	background: url(/uploads/image/simages/icon_02.png) no-repeat center 56px #2a95e5;
}
.idx-advant .li3:hover {
	background:  no-repeat center 58px #2a95e5;
}
.idx-advant .li4:hover {
	background: url(/uploads/image/simages/icon_04.png) no-repeat center 64px #2a95e5;
}
.idx-advant li:hover {
	background-color: #2a95e5;
	color: #fff;
	border: 0;
}
.idx-advant li:hover .en, .idx-advant li:hover p {
	color: #fff;
}
.idx-advant li:hover .en:after {
	background-color: #fff;
}
.idx-about {
	padding: 60px 0 70px 0;
	background: url(/uploads/image/simages/ftbg.png);
}
.idx-about h2 {
	color: #fff;
	font-weight: normal;
	font-size: 30px;
	line-height: 45px;
	padding-bottom: 10px;
}
.idx-about h2 span {
	display: block;
	float: right;
	font-size: 16px;
}
.idx-about h2 a {
	color: #fff;
}
.idx-about h2 a:hover {
	color: #ffea00;
}
.idx-abt-cont {
	position: relative;
	overflow: hidden;
	height: 338px;
	width: 100%;
}
.idx-abt-cont .idx-hor {
	position: absolute;
	right: 0;
	width: 270px;
	height: 100%;
}
.idx-abt-cont .prev, .idx-abt-cont .next {
	position: absolute;
	top: 30px;
	font-size: 40px;
	font-family: "宋体";
	cursor: pointer;
	color: #ccc;
}
.idx-abt-cont .prev {
	right: 360px;
}
.idx-abt-cont .next {
	right: 320px;
}
.idx-abt-cont .prev:hover, .idx-abt-cont .next:hover {
	color: #1184da;
}
.idx-abt-slide {
	overflow: hidden;
	position: absolute;
	height: 100%;
}
.wtf {
	float: left;
	height: 100%;
}
.idx-abt-cont .compan-pic {
	float: left;
	width: 315px;
	height: 100%;
}
.idx-abt-txt {
	float: left;
	width: 415px;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}
.idx-abt-hor {
	width: 270px;
	height: 100px;
}
.idx-abt-txt h3 {
font-size:24px, line-height: 30px;
	margin: 40px 50px 0;
	font-weight: normal;
}
.idx-abt-txt h3:after {
	content: "";
	display: block;
	height: 1px;
	width: 55px;
	background-color: #ccc;
	margin: 20px 0;
}
.idx-abt-txt p {
	line-height: 24px;
	margin: 0 50px 10px 50px;
	color: #666;
}
.m-banner {
	width: 100%;
	height: 250px;
}
.m-banner img {
	width: 100%;
	height: 100%;
}
.aside {
	width: 225px;
	position: relative;
	float: left;
}
.sid-name {
	position: absolute;
	left: 0;
	top: -95px;
	background-color: #1184da;
	color: #fff;
	width: 100%;
	padding: 20px 0;
}
.sid-name h2 {
	font-size: 28px;
	font-weight: normal;
	margin-left: 25px;
}
.sid-name p {
	font-size: 12px;
	margin-left: 25px;
}
.sid-nav {
	background-color: #f3f3f3;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 30px;
	padding: 20px 0 40px 0;
}
.sid-item {
	width: 100%;
	margin-top: 1px;
}
.sid-item h3 {
	width: 100%;
	height: 40px;
	text-indent: 2em;
	line-height: 40px;
	font-weight: normal;
	position: relative;
	font-size: 14px;
}
.sid-item h3 a {
	display: block;
}
.sid-item h3 a:hover, .sid-item .current a {
	width: 100%;
}
.sid-item h3:before {
	content: "";
	display: block;
	width: 7px;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	left: 15px;
	top: 20px;
}
.sid-item h3:hover:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #000;
	border-left-color: #000;
	position: absolute;
	right: -8px;
	bottom: -8px;
}
.sid-item .current:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #000;
	border-left-color: #000;
	position: absolute;
	right: -8px;
	bottom: -8px;
}
.sid-item h3:hover:before {
	background-color: #fff;
}
.sid-item .current:before {
	background-color: #fff;
}
.sid-item ul {
	display: none;
}
.sid-item li {
	padding: 10px 55px;
}
.sid-item li a:hover {
	color: #fead00;
}
.sid-tj {
	background-color: #1184da;
	color: #fff;
	width: 100%;
	padding: 5px 0;
}
.sid-tj h2 {
	font-size: 22px;
	font-weight: normal;
	margin-left: 25px;
}
.sid-tj p {
	font-size: 12px;
	margin-left: 25px;
}
.sid-show {
	position: relative;
	border-bottom: 1px solid #e8e8e8;
	background-color: #f3f3f3;
	margin-bottom: 10px;
	text-align: center;
	padding: 25px 0 20px 0;
}
.sid-pic {
	width: 150px;
	height: 200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.sid-pic ul {
	position: absolute;
	width: 10000%;
	overflow: hidden;
	left: 0;
	top: 0;
}
.sid-pic li {
	float: left;
}
.sid-pic img {
	width: 150px;
	height: 150px;
}
.sid-pic p {
	padding-top: 10px;
}
.sid-show .prev, .sid-show .next {
	position: absolute;
	top: 40%;
	font-size: 40px;
	font-family: "宋体";
	cursor: pointer;
	color: #ccc;
}
.sid-show .prev:hover, .sid-show .next:hover {
	color: #1184da;
}
.sid-show .prev {
	left: 5px;
}
.sid-show .next {
	right: 5px;
}
.main {
	float: right;
	width: 980px;
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
}
.m-top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #eee;
}
.m-name {
	border-top: 5px solid #2a95e5;
	display: inline-block;
	font-size: 16px;
	color: #333;
}
.m-nav {
	float: right;
	font-size: 12px;
*margin-top:-56px;
}
.m-nav a:hover {
	color: #1184da;
}
.m-product {
	overflow: hidden;
	margin-top: 35px;
}
.m-pro {
	float: left;
	width: 310px;
	margin-right: 15px;
	text-align: center;
	margin-bottom: 13px;
}
.m-proindex {
	float: left;
	width: 290px;
	margin-right: 15px;
	text-align: center;
	margin-bottom: 13px;
}
.noright {
	margin-right: 0;
}
.m-pro p {
	color: #fff;
	padding: 15px 0;
	background-color: #999;
}
.m-pro:hover p {
	background-color: #2a95e5;
}
.dt-show {
	overflow: hidden;
	margin-top: 35px;
}
.s-lt {
	float: left;
	width: 355px;
	height: 355px; overflow:hidden; margin-top:10px
}
.s-lt img {
	width: 355px;
	height: 355px;
}
.s-rt {
	float: right;
	width: 360px;
}
.s-rt>h3 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
	margin-bottom: 30px;
}
.s-rt>p {
	color: #666;
	line-height: 24px;
}
.s-rt .consult {
	width: 140px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background-color: #fead00;
	margin: 35px 0 45px 0;
}
.s-rt .consult a {
	display: block;
	color: #fff;
}
.s-slide {
	position: relative;
	width: 100%;
}
.s-pic {
	position: relative;
	overflow: hidden;
	width: 295px;
	height: 75px;
	margin: 0 auto;
}
.s-pic ul {
	position: absolute;
	width: 2000%;
}
.s-pic li {
	float: left;
	width: 75px;
	height: 75px;
}
.s-pic li li {
	margin-left: 35px;
}
.s-pic li img {
	width: 100%;
	height: 100%;
}
.s-slide .prev, .s-slide .next {
	position: absolute;
	top: 10px;
	font-size: 50px;
	font-family: "宋体";
	cursor: pointer;
	color: #ccc;
}
.s-slide .prev {
	left: 0;
}
.s-slide .next {
	right: 0;
}
.s-slide .prev:hover, .s-slide .next:hover {
	color: #1184da;
}
.pro-intro {
	position: relative;
	margin: 80px 0;
	border-top: 1px solid #ccc;
}
.pro-intro-tab {
	position: absolute;
	top: -40px;
	height: 40px;
}
.pro-intro-tab li {
	float: left;
	width: 125px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background-color: #666;
	cursor: pointer;
}
.pro-intro-tab li li {
	margin-left: 10px;
}
.pro-intro-tab li:hover, .pro-intro-tab .current {
	background-color: #1184da;
}
.pro-intro-txt {
	font-size: 12px;
	color: #666;
	padding: 20px 0;
	display: none;
	line-height: 24px;
}
.faq {
	margin: 30px 0;
}
.faq li {
	margin-bottom: 10px;
}
.faq h3 {
	width: 735px;
	height: 50px;
	background: url(/uploads/image/simages/faqbg_03.jpg) 0 -5px;
	text-indent: 50px;
	line-height: 50px;
	font-weight: normal;
	cursor: pointer;
}
.faq h3:hover, .faq h3.hover {
	color: #fff;
	background: url(/uploads/image/simages/faqbg_06.png) 0 5px;
}
.faq-txt {
	display: none;
	margin-top: 20px;
	position: relative;
	padding: 20px 10px;
	font-size: 12px;
	line-height: 24px;
	background-color: #f3f3f3;
}
.faq-txt:before {
	content: "";
	display: block;
	position: absolute;
	top: -11px;
	left: 100px;
	width: 18px;
	height: 11px;
	background: url(/uploads/image/simages/sanjiao_03.png);
}
.flow {
	padding: 0 20px;
}
.flow li {
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}
.flow .step {
	float: left;
	width: 260px;
}
.flow .step2 {
	float: right;
	width: 260px;
}
.flow .step img, .flow .step2 img {
	width: 175px;
	height: 170px;
}
.flow .step p, .flow .step2 p {
	font-size: 12px;
	line-height: 24px;
	color: #333;
	margin-top: 10px;
}
.flowbg {
	position: absolute;
	left: 42%;
	top: 60px;
	width: 30px;
	height: 45px;
	background: url(/uploads/image/simages/flow.png);
}
.about-intro {
}
.about-intro .txt {
	background-color: #f6f6f6;
	font-size: 12px;
	line-height: 24px;
	padding: 20px;
	margin: 20px 0;
}
.about-intro img {
	width: auto;
	height: auto;
}
.honor {
	overflow: hidden;
}
.honor li {
	float: left;
	width: 220px;
	text-align: center;
	margin: 30px 25px 0 0;
}
.honor .noright {
	margin-right: 0;
}
.honor li img {
	width: 220px;
	height: 300px;
}
.honor li p {
	padding: 10px 0;
}
.equipment {
	overflow: hidden;
}
.equipment li {
	float: left;
	width: 230px;
	text-align: center;
	margin: 40px 15px 0px 0;
	border-bottom: 2px solid #e8e8e8;
	background-color: #f6f6f6;
}
.equipment .noright {
	margin-right: 0;
}
.equipment li img {
	width: 235px;
	height: 205px;
}
.equipment li p {
	padding: 15px 0;
}
.equipment li:hover {
	color: #1184da;
	border-color: #1184da;
}
.message {
	margin-top: 40px;
}
.message input {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #e6e6e6;
	width: 310px;
	padding: 10px;
}
.message textarea {
	display: block;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #e6e6e6;
	width: 500px;
}
.message .tijiao {
	color: #fff;
	background-color: #2a95e5;
	width: 330px;
	cursor: pointer;
	line-height: 24px;
	border: 0;
}
.culture .artic {
	margin-top: 30px;
}
.culture .artic h3 {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
}
.culture .artic span {
	display: block;
	text-align: center;
	font-size: 12px;
	margin: 15px 0;
}
.culture .artic p {
	line-height: 24px;
}
.cult-bpic {
	border: 1px solid #ccc;
	margin: 20px 0 60px 0;
	padding: 15px;
}
.cult-bpic img {
	width: 703px;
	height: 423px;
}
.cult-spic {
	position: relative;
	width: 100%;
	height: 142px;
}
.cult-spic .vie {
	position: relative;
	width: 670px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.cult-spic .vie ul {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 1360px;
	height: 100%;
}
.cult-spic .vie li {
	float: left;
	border: 1px solid #ccc;
	padding: 9px;
	cursor: pointer;
}
.cult-spic .vie li li {
	margin-left: 20px;
}
.cult-spic .vie img {
	width: 190px;
	height: 120px;
}
.cult-spic .vie .current {
	background-color: #1184da;
}
.cult-spic .prev, .cult-spic .next {
	position: absolute;
	top: 50px;
	font-size: 50px;
	font-family: "宋体";
	cursor: pointer;
	color: #ccc;
}
.cult-spic .prev {
	left: 0;
}
.cult-spic .next {
	right: 0;
}
.cult-spic .prev:hover, .cult-spic .next:hover {
	color: #1184da;
}
.news {
	margin: 20px 0;
}
.new {
	padding: 20px 0;
	border-bottom: 1px dashed #eee;
	overflow: hidden;
}
.new-pic {
	float: left;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}
.new-pic img {
	width: 228px;
	height: 168px;
	padding: 10px;
}
.new-txt {
	float: right;
	width: 675px;
}
.new-txt h3 a {
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.new-txt span {
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
.new-txt p {
	margin: 20px 0;
	line-height: 24px;
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #999;
}
.new-txt a {
	color: #999;
}
.new-txt a:hover {
	color: #1184da;
}
.newdetail .artic {
	padding: 20px 0;
}
.newdetail .artic h3 {
	font-weight: normal;
	font-size: 24px;
	color: #1184da;
	text-align: center;
	padding: 10px 0;
}
.newdetail .artic h5 {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	margin-bottom: 30px;
}
.newdetail .artic p {
	font-size: 12px;
	padding-right: 10px;
	line-height: 24px;
}
.newdetail .artic img {
	width: ;
	margin: 30px 0;
}
.newdetail .newpage {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	text-align: center;
	padding: 10px 0;
	margin-top: 20px;
}
.newdetail a:hover {
	color: #1184da;
}
.contact {
	position: relative;
	padding: 40px 0 0 0;
}
.contact h4 {
	font-size: 16px;
	padding-left: 35px;
}
.contact ul {
	margin-top: 35px;
}
.contact li {
	border-bottom: 1px dotted #ccc;
	padding: 20px 0;
	text-indent: 65px;
	color: #666;
}
.contact .cw1 {
	background: url(/uploads/image/simages/contact_1.png) no-repeat 30px;
}
.contact .cw2 {
	background: url(/uploads/image/simages/contact_2.png) no-repeat 30px;
}
.contact .cw3 {
	background: url(/uploads/image/simages/contact_3.png) no-repeat 30px;
}
.contact .cw4 {
	background: url(/uploads/image/simages/contact_4.png) no-repeat 30px;
}
.contact .girl {
	position: absolute;
	right: 5px;
	bottom: 0;
	height: 300px;
	width: 210px;
	background: url(/uploads/image/simages/girl.png);
}
.footer {
	clear: both;
}
.ft-link {
	background-color: #1184da;
	padding: 15px 0;
	overflow: hidden;
}
.ft-link span {
	float: left;
	display: block;
	margin-left: 20px;
	color: #97c8ec;
}
.ft-link span a {
	font-size: 12px;
	color: #97c8ec;
}
.ft-link span a:hover {
	text-decoration: underline;
	color: #fff;
}
.ft-main {
	overflow: hidden;
	padding: 45px 0;
	background: url(/uploads/image/simages/ftbg.png);
}
.ft-seach {
	float: left;
}
.ft-seach h3 {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	line-height: 1.5em;
}
.ft-seach p {
	font-size: 10px;
	color: #a8cff0;
	margin-bottom: 30px;
}
.ft-seach form {
	border: 1px solid rgba(255,255,2555,.5);
}
.ft-seach input[type=text] {
	border: 0;
	padding: 5px;
	width: 210px;
	height: 19px;
	background-color: transparent;
}
.ft-seach .button {
	border: 0;
	width: 70px;
	height: 30px;
	background: rgba(255,255,2555,.5);
	cursor: pointer;
	color: #1184da;
}
.ft-nav {
	float: right;
	overflow: hidden;
}
.ft-nav>li {
	float: left;
}
.ft-nav>li li {
	margin-left: 45px;
}
.ft-nav p {
	color: #fff;
	margin-bottom: 15px;
}
.ft-nav .in-nav {
	font-size: 12px;
	line-height: 22px;
	color: #97c8ec;
}
.ft-nav .in-nav>li:before {
	content: ">";
	font-family: serif;
	margin-right: 5px;
	font-size: 12px;
}
.ft-nav .in-nav a {
	color: #97c8ec;
}
.ft-nav .in-nav a:hover {
	color: #fff;
}
.beian {
	clear: both;
	position: relative;

	top: 10px;
	font-size: 12px;
	padding-top: 15px;
	line-height: 1.5em;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,.3);
}
.beian a {
	color: #fff;
}
.beian a:hover {
	text-decoration: underline;
}
.qqkefu {
	position: fixed;
	top: 60%;
	_position: absolute;
_top:expression(eval(document.documentelement.scrolltop   365));
	z-index: 110;
	right: 0;
	width: 45px;
}
.qqkefu ul li {
	width: 45px;
	height: 45px;
	margin-bottom: 1px;
	float: right;
	line-height: 45px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	text-indent: 10px;
}
.qqkefu ul li a {
	color: #fff;
	display: block;
	overflow: hidden;
	height: 45px;
}
.qqkefu ul li.qq_cza {
	overflow: hidden
}
.qqkefu ul li:hover {
	background: #2a95e5;
}
.qqkefu ul li.top {
	background: url(/uploads/image/simages/k1.png) no-repeat center #1184da;
	position: relative;
	width: 45px;
	height: 45px;
	cursor: pointer;
}
.qqkefu ul li.top span {
	position: absolute;
	display: block;
	left: 0;
	top: -5px;
	height: 5px;
	width: 45px;
}
.qqkefu ul li.top:hover {
	background: url(/uploads/image/simages/k1.png) no-repeat center #2a95e5;
}
.qqkefu ul li b {
	width: 45px;
	height: 45px;
	display: block;
	overflow: hidden;
	float: right;
}
.qqkefu ul li span {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.qqkefu ul li b.a {
	background: url(/uploads/image/simages/k2.png) no-repeat center #1184da;
}
.qqkefu ul li b.b {
	background: url(/uploads/image/simages/k3.png) no-repeat center #1184da;
}
.qqkefu ul li b.f {
	background: url(/uploads/image/simages/k4.png) no-repeat center #1184da;
}
.qqkefu ul li b.c {
	background: url(/uploads/image/simages/k5.png) no-repeat center #1184da;
}
.qqkefu ul li:hover b.a {
	background: url(/uploads/image/simages/k2.png) no-repeat center center #2a95e5;
}
.qqkefu ul li:hover b.b {
	background: url(/uploads/image/simages/k3.png) no-repeat center center #2a95e5;
}
.qqkefu ul li:hover b.f {
	background: url(/uploads/image/simages/k4.png) no-repeat center center #2a95e5;
}
.qqkefu ul li:hover b.c {
	background: url(/uploads/image/simages/k5.png) no-repeat center center #2a95e5;
}
.qqkefu ul li.qq_czb {
	text-indent: 0;
}
.qqkefu ul li.qq_czae {
	line-height: 15px!important
}
.erweima {
	position: absolute;
	width: 111px;
	height: 150px;
	top: -120px;
	left: -111px;
	float: right;
	cursor: default!important;
	display: none;
	background:  no-repeat;
}
.erweima p {
	margin-top: 20px;
	margin-left: 10px;
}
.erweima img {
	width: 90px;
	height: 90px;
}
.qqkefu li .erweima p a {
	display: block;
	font-size: 14px;
	color: #333;
	margin-top: -8px;
	margin-left: 30px;
}
#sorllmenu {
	width: 640px;
	overflow: hidden;
	position: relative;
}
#sorllmenu li {
	float: left;
	width: 220px;
	margin: 0;
	margin-top: -20px;
	position: relative;
}
.producttitle {
	overflow: hidden;
	height: 30px;
}
.dede_pages {
}
.dede_pages ul {
	float: left;
	padding: 12px 0px 12px 16px;
}
.dede_pages ul li {
	float: left;
	font-family: tahoma;
	line-height: 17px;
	margin-right: 6px;
	border: 1px solid #e9e9e9;
}
.dede_pages ul li a {
	float: left;
	padding: 2px 4px 2px;
	color: #555;
	display: block;
}
.dede_pages ul li a:hover {
	color: #690;
	text-decoration: none;
	padding: 2px 4px 2px;
}
.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
	background-color: #f8f8f8;
	padding: 2px 4px 2px;
	font-weight: bold;
}
.dede_pages .pageinfo {
	line-height: 21px;
	padding: 12px 10px 12px 16px;
	color: #999;
}
.dede_pages .pageinfo strong {
	color: #555;
	font-weight: normal;
	margin: 0px 2px;
}

.pagess {clear: both;height: 30px;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;}
.pagess ul li:hover{ background:#1184da; color:#fff;border: 1px solid #1184da}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #1f82b7;padding: 2px 9px;margin: 0 3px;background: #1184da;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#ccc}
.pagess ul li a:hover {color: #fff;}
/* css reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td,img { padding: 0; margin: 0; font-family: 微软雅黑}
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,th,var,i { font-weight:normal; font-style:normal; }
ol,ul,li { list-style: none; }
div,dl,dt,dd,ol,ul,li{ zoom:1; }
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; }
#main_left{width:560px;float:left;}

ul {
border-top-width: 0px; padding-right: 0px; padding-left: 0px; border-left-width: 0px; border-bottom-width: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; border-right-width: 0px
}
#box_tit{text-align:center;margin-left:auto;margin-right:auto;background:#e8e8e8;}
#box_tit a{text-decoration:none;color:#790292;margin-top:4px;}
#box_tit a:hover{color:#a00;}
.focuspic {background: #fff; margin: 0px auto; width: 580px;font-size:12px;margin-left:auto;margin-right:auto;}
.textnum {padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px}
.textnum .num {float: right; overflow: hidden; width: 140px; height: 18px}
.textnum .bg0 {background: }
.textnum .bg1 {background: }
.textnum .bg2 {background: }
.textnum .bg3 {background: }
.textnum .bg4 {background: }
.textnum ul {float: left; width: 240px;text-align:center;}
#put_li {display:block; background-color:#999999 }
#put_li a {background-color:#cccccc;text-decoration:none;display:block;font-weight: bold; float: left; width: 25px; margin-right:0px; color: #ff0000;text-align:center; margin:5px 3px 0px 0px;}
#put_li a:hover {color: #ff0; }


/* public */
html{ width:100%; }
body{ width:100%; color:#555;font:12px/20px simsun,tahoma,helvetica,arial,sans-serif; -webkit-text-size-adjust: none;}
a{color:#000;text-decoration:none; outline:none;}
a:hover {color:#f30; text-decoration:underline; }
.fl{ float:left !important; }
.fr{ float:right !important; }
.mab{ margin-bottom:10px; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

.sitewidth{ width:1240px; margin:0 auto;   }
.column{ overflow:hidden; margin-bottom:10px;  }
#topbar{ height:32px; line-height:32px; background:#eee; border-bottom:1px solid #ddd; overflow:hidden;  }
#topbar em{  color:#f00;  }
#topbar span{ float:right;  color:#999;  }
#topbar span a{ margin:0 5px; color:#666;  }


	/* 导航css */

#header{ margin-bottom:1px; width:100%;margin:0 auto; }
.logobar{ width:1240px; margin:0 auto; padding: 0px 0;  }
.logobar h1{ font: bold  50px/60px georgia;}
.logobar h1 a{ color:#39a4dc;  }
.logobar h1 a:hover{ color:#39a4dc; text-decoration:none;   }

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
	.navbar{  position:relative; width:100%; margin:0 auto; position:relative; z-index:1;  background:#3caded; color:#fff; height:40px; line-height:40px;   }
	.nav{ overflow:hidden; zoom:1; width:1240px; margin:0 auto;}
	.nav .m{ float:left;  padding:10px 20px; display:inline;  }
	.nav h3{ float:left;  font-size:100%; font-weight:normal; font-size:14px;  }
	.nav .s{ float:left; width:3px; text-align:center; color:#75c7f2;   }
	.nav h3 a{ float:left;  display:block; padding:0 10px; color:#fff;  font-family:"microsoft yahei",simsun,simhei;  }
	.nav .on h3 a{ height:36px; line-height:36px;   background:#fff; margin-top:-10px;  color:#3caded;   }

	.subnav{ color:#333;  height:36px; line-height:36px; background:#fff; border-bottom:1px solid #ccc; overflow:hidden;  width:1240px; margin:-6px auto;}
	.subnav li{ overflow:hidden; zoom:1; }	
	.subnav iframe{ float:right;  }
	.subnav a{ margin:0 10px;  }


/* banner */
.fullslide{ width:100%;  position:relative;  height:502px; margin:2px auto;padding:34px 0;  }
	.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:502px; overflow:hidden; text-align:center;  }
	.fullslide .bd li a{ display:block; height:502px; }                    
	.fullslide .hd{ width:100%;  position:absolute; z-index:1;bottom:0; left:0; height:15px; line-height:15px;text-align:center; _background:#000; _filter:alpha(opacity=60); }
	.fullslide .hd ul{ text-align:center;  padding-top:5px; height:1px }
	.fullslide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; border:1px solid #000000; width:15px; height:15px; margin-bottom:5px; margin-left:5px; background-color:#fff; color:#f00;
	}
	.fullslide .hd ul .on{ background-position:0 0; }


/* 各个栏目banner */
.fullslidenr{ width:100%;  position:relative;  height:300px; background:#000;  }
	.fullslidenr .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
	.fullslidenr .bd ul{ width:100% !important;  }
	.fullslidenr .bd li{ width:100% !important;  height:300px; overflow:hidden; text-align:center;  }
	.fullslidenr .bd li a{ display:block; height:300px; }

	.fullslidenr .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; background: repeat-x; text-align:center;
		 _background:#000; _filter:alpha(opacity=60); 
	}
	.fullslidenr .hd ul{ text-align:center;  padding-top:5px;  }
	.fullslidenr .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; background: -18px 0; overflow:hidden; 
		line-height:9999px; 
	}
	.fullslidenr .hd ul .on{ background-position:0 0; }


/* content */
#content{ background:#eee; padding:10px 0;  overflow:hidden;  }
.maincontent{ width:1000px; float:right; margin-top:30px}
.side{ width:220px; float:left;   }
.fwxmnr{ width:1000px; float:left;   }


/* 焦点图 */
.focusbox { float:right; position: relative; width: 580px; height: 320px; margin-bottom:10px;  overflow: hidden; font-family:arial; text-align: left; background:#fff; }
.focusbox .pic img { width: 480px; height: 320px; display: block; }
.focusbox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.focusbox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
.focusbox .txt li{ height:46px; line-height:46px; position:absolute; bottom:-36px;}
.focusbox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }
.focusbox .num { position: absolute; z-index: 3; bottom: 18px; right: 18px; }
.focusbox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.focusbox .num li a,.focusbox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.focusbox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusbox .num li.on a,.focusbox .num a:hover{ background:#0066ff;  }

.banner {
	position: relative;
	width: 560px;
	height: 300px;
	overflow: hidden;
}
.banner .slide {
	position: relative;
	width: 560px;
	height: 300px;
	overflow: hidden;
	cursor: pointer;
}
.slide li {
	position: absolute;
	left: 0;
	top: 0;
	width: 560px;
	height: 300px;
	filter: alpha(opacity=0);
}
.slide .current {
	opacity: 1;
	filter: alpha(opacity=100);
}
.banner .tab {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translate(-50%);
	overflow: hidden;
}
.tab li {
	float: left;
	width: 12px;
	height: 12px;
	background-color: #1184da;
	border-radius: 50%;
	cursor: pointer;
}
.tab li li {
	margin-left: 10px;
}
.tab li:hover, .tab li.current {
	background-color: orange;
}
.banner .prev, .banner .next {
	display: none;
	position: absolute;
	top: 40%;
	cursor: pointer;
	width: 30px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-family: "宋体";
	font-weight: bold;
	font-size: 50px;
	color: #fff;
	background-color: #000;
	fitlter: alpha(opacity=30);
	opacity: .3;
}
.banner .prev {
	left: 0;
}
.banner .next {
	right: 0;
}
.banner .prev:hover, .banner .next:hover {
	opacity: .5;
	fitlter: alpha(opactiy=30);
}


/* tab切换 */
.slidetxtbox{ float:left;  width:630px; height:300px; overflow:hidden;  padding:10px; background:#fff;  text-align:left;  }
.slidetxtbox .hd{ height:28px; line-height:28px; padding:0 15px; border-bottom:2px solid #39a4dc; font-size:16px; }
.slidetxtbox .hd ul{ overflow:hidden; zoom:1;  }
.slidetxtbox .hd ul li{ float:left; }
.slidetxtbox .hd ul li a{ display:block; padding:0 15px;  }
.slidetxtbox .hd ul li a:hover{ text-decoration:none;  }
.slidetxtbox .hd ul li.on a{ background:#39a4dc; color:#fff; font-weight:bold;  }
.slidetxtbox .bd{ padding:10px;  }
.slidetxtbox .bd li{ height:24px; line-height:24px;   }
.slidetxtbox .bd li .date{ float:right; color:#999;  }


/* 关于我们内容左侧 */
.neirongbox{ float:right;  width:1000px; height:auto!important;height:820px;min-height:820px;overflow:hidden;  padding:10px; background:#fff;  text-align:left;  }
.neirongbox .hd{ height:28px; line-height:28px; padding:0 15px; border-bottom:2px solid #39a4dc; font-size:14px; }
.neirongbox .hd ul{ overflow:hidden; zoom:1;  }
.neirongbox .hd ul li{ float:left; }
.neirongbox .hd ul li a:hover{ text-decoration:none;  }
.neirongbox .hd ul li.on a{ background:#39a4dc; color:#fff; font-weight:bold;  }
.neirongbox .bd{ padding:10px; font-size:14px; }
.neirongbox .bd li{line-height:24px;   }
.neirongbox td{line-height:30px;   }
.neirongbox .bd li .date{ float:right; color:#999;  }


/* 首页底部tab切换 */
.slidetxtboxb{ float:left;  width:1080px; height:220px; overflow:hidden;  padding:10px; background:#fff;  text-align:left;  }
.slidetxtboxb .hd{ height:28px; line-height:28px; padding:0 15px; border-bottom:2px solid #39a4dc; font-size:14px; }
.slidetxtboxb .hd ul{ overflow:hidden; zoom:1;  }
.slidetxtboxb .hd ul li{ float:left; }
.slidetxtboxb .hd ul li a{ display:block; padding:0 15px;  }
.slidetxtboxb .hd ul li a:hover{ text-decoration:none;  }
.slidetxtboxb .hd ul li.on a{ background:#39a4dc; color:#fff; font-weight:bold;  }
.slidetxtboxb .bd{ padding:10px;  }
.slidetxtboxb .bd li{ height:24px; line-height:24px;   }
.slidetxtboxb .bd li .date{ float:right; color:#999;  }
/* 文字无缝上滚动 */
.sidebox{ padding:10px; height:220px; overflow:hidden;   background:#fff; margin-bottom:10px;   }
.sidebox .hd{ height:30px; line-height:30px; background:#0066ff; padding:0 10px;   }
.sidebox .hd h3{ font-weight:bold; font-size:14px; color:#fff;  }
.sidebox .hd h3 a{ color:#fff;   }
.sidebox .bd{ padding:10px 0 10px 5px;  }
.sidebox .bd li{ height:24px; line-height:24px; overflow:hidden;    }
.sidebox .bd li span{ color:#999; margin-right:5px;   }
/* 内容联系我们 */
.sideboxlxwm{ padding:10px; height:400px; overflow:hidden;   background:#fff; margin-bottom:10px;   }
.sideboxlxwm1{ padding:10px; height:30px; overflow:hidden;   background:#09f; margin-bottom:10px; margin-top:30px; font-size:16px; color:#ffffff   }
.sideboxlxwm .hd{ height:30px; line-height:30px; background:#09f; padding:0 10px;   }
.sideboxlxwm .hd h3{ font-weight:bold; font-size:14px; color:#fff;  }
.sideboxlxwm .hd h3 a{ color:#fff;   }
.sideboxlxwm .bd{ padding:10px 0 10px 5px;  }
.sideboxlxwm .bd li{ height:24px; line-height:24px; overflow:hidden;    }
.sideboxlxwm .bd li span{ color:#999; margin-right:5px;   }
/* 广告位 */
.adslide{ width:100%; overflow:hidden; position:relative; clear:both; margin-bottom:10px;    }
/* 图片滚动 */
.picmarquee-left{ width:1100px;  overflow:hidden; position:relative;  border:1px solid #ccc;   }
		.picmarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.picmarquee-l.picscroll-left{ width:450px;  overflow:hidden; position:relative;  border:1px solid #ccc;   }
		.picscroll-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.picscroll-left .hd .prev,.picscroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background: no-repeat;}
		.picscroll-left .hd .next{ background-position:0 -50px;  }
		.picscroll-left .hd .prevstop{ background-position:-60px 0; }
		.picscroll-left .hd .nextstop{ background-position:-60px -50px; }
		.picscroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.picscroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background: 0 -9px no-repeat; }
		.picscroll-left .hd ul li.on{ background-position:0 0; }
		.picscroll-left .bd{ padding:10px;  background:#ffffff }
		.picscroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picscroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picscroll-left .bd ul li .pic{ text-align:center; }
		.picscroll-left .bd ul li .pic img{ width:190px; height:150px; display:block;  padding:2px; border:1px solid #ccc; }
		.picscroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picscroll-left .bd ul li .title{ line-height:24px;   }
		.picscroll-left h3 a{ float:left;  display:block; padding:0 10px; color:#fff;  font-family:"microsoft yahei",simsun,simhei;  }

/* 手风琴 */
#sidemenu{ height:auto;  }
#sidemenu .hd{ margin-top:1px; background-image:url(/uploads/image/iseojn/lbbj.jpg); padding:0 10px;  cursor:pointer;}
#sidemenu .hd2{ margin-top:1px; background: #e3e3e3 180px -37px no-repeat;  cursor:pointer;}
#sidemenu .hd2 h2{ color:#666;  }
#sidemenu .hd h3{ color:#666;  }
#sidemenu .on{ font-weight:bold; font-size:14px; color:#999; background-image:url(/uploads/image/iseojn/lbbj.jpg); padding:0 10px;}
#sidemenu .on h3{ color:#000;  }
#sidemenu .bd{ height:auto; overflow:hidden; display:none;   }

/* 内容页面右侧服务项目 */
.sideboxnrxm{ padding:10px; height:400px; overflow:hidden;   background:#fff; margin-bottom:10px; }
.sideboxnrxm .hd{ height:auto; line-height:30px; padding:0 0px;  }
.sideboxnrxm .hd2{ height:30px; line-height:30px; padding:0 10px;   }
.sideboxnrxm .hd h3{ font-weight:bold; font-size:14px; color:#999; background-image:; padding:0 10px; }
.sideboxnrxm .bd{ padding:10px 0 10px 5px;  }
.sideboxnrxm .bd li{ height:24px; line-height:24px; overflow:hidden;    }
.sideboxnrxm .bd li span{ color:#999; margin-right:5px;   }
/*服务项目 */
#fwxm{  height:auto!important;height:385px;min-height:385px;overflow:hidden;   width:870px; float:left;overflow:hidden; position:relative; clear:both; margin-bottom:10px;   }
#fwxm .hd{ margin-top:1px; background:  180px -37px no-repeat;  cursor:pointer;}
#fwxm .hd2{ margin-top:1px; background:  180px -37px no-repeat;  cursor:pointer;}
#fwxm .hd h3{ color:#666;  }
#fwxm .on{ background: #0066ff 180px -77px no-repeat; }
#fwxm .on h3{ color:#fff;  }
#fwxm .bd{ height:96px; overflow:hidden; display:none;   }
 
.fwxma{ margin-right:8px;  height:auto!important;height:285px;min-height:285px;overflow:hidden;   width:166px; float:left;background:#fff; margin-bottom:10px;   }
.fwxma .hd{ height:282px; line-height:30px;  padding:0 10px;   }
.fwxma .hd2{ height:282px; line-height:30px;  padding:0 10px;   }
/* 友情链接 */
.friendlink{ height:40px; padding:10px; background:#fff; overflow:hidden; clear:both; border-top:1px #0066ff solid}
.friendlink ul{ overflow:hidden; zoom:1; }
.friendlink ul li{ width:122px; float:left; margin:0 5px;  display:inline; }
.friendlink ul li img{ width:130px; height:40px;   }

/* footer */
#footer{ background:#fff; border:1px solid #d7d7d7; padding:20px 0; text-align:center;  }
#footer .copyright{ padding:10px 0; font-family:arial; }
#footer h3{font-size: 12px;display : inline}
/* 首页最新文章 */
.list1{ padding:0 5px 5px 5px; line-height:24px;margin:5px 0 2px 0}
.list1 li{line-height:26px;margin-left:5px;height:26px; font-size:12px;}
.list1 li.dotte{ border-bottom:1px dotted #4e4e4e;}
.list1 li a{float:left; color:#4e4e4e;}
.list1 li a:hover{ color:#f00; }
.list1 li span{float:right; color:#f00; text-align:right;}
.list1 li img{float:left; margin-right:5px}
/* 首页幻灯片用 */
.pic1 img{ margin:5px; border:1px #cccccc solid; padding:5px}
.pic1 a{ color:#ff0000; text-decoration: none; }

/* 首页底部最新文章 */
.list2{ padding:0 5px 5px 5px; line-height:38px; font-size:14px;margin:5px 0 2px 0}
.list2 li{line-height:26px;margin-left:5px;height:26px; font-size:14px; width:320px}
.list2 li.dotte{ border-bottom:1px dotted #4e4e4e;}
.list2 li a{float:left; color:#4e4e4e;}
.list2 li a:hover{ color:#f00; }
.list2 li span{float:right; color:#f00; text-align:right;}
.list2 li img{float:left; margin-right:5px}

/* 首页底部文章图片 */
#cpzs img { border: #cccccc 1px  solid;margin-bottom:3px;margin-top:3px;padding:2px;} 
/* 首页案例展示 更多 */
.more a{font-size:14px; color:#0066ff;padding-left:280px;text-decoration:none; outline:none;}
.more a:hover{color:#ff6600;  }
/* 内容分类导航 */
.nrfldh{padding:10px}
/*css showpage style pagination*/ 

div.showpage {padding-right: 1px; padding-left: 1px; padding-bottom: 1px; margin: 3px; padding-top: 4px; text-align: center;} 
div.showpage a,.showpage a:hover,.showpage a:active  {border: #3caded 1px solid; padding: 2px;margin:2px;} 
div.showpage span  {border: #3caded 1px solid; padding: 5px;  margin:2px;} 
div.showpage input  {border: #3caded 1px solid; padding: 5px;margin:2px;} 

/*文章列表时间颜色*/ 
.style1 {color: #000; font-size:12px}
/*首页业务范围*/
.tablebk{border-bottom:2px #0099ff  dotted; margin-bottom:18px}
td{line-height:22px;}
#ywfw{color:#999; font-size:14px;}
.tablebk span{color:#000000; font-size:14px;}
#ywfw p{color:#0099ff; font-size:14px;}
#ywfw a {color:#0099ff; font-size:16px; font-weight:bold}
#ywfw  a:hover{color:#0099ff; font-size:16px}

#cpbt h3{height:26px; font-size:22px;color:#72716f; font-family:"微软雅黑"; font-weight:bolder; color:#0066ff}
.cptl{border-left:2px solid #cccccc; border-bottom:2px solid #cccccc;border-top:2px solid #cccccc}
.cptr{border-right:2px solid #cccccc; border-bottom:2px solid #cccccc;border-top:2px solid #cccccc}
.bg{background-color:#fff}
/* ui-case-box */
.ui-case-box{ padding-left:1px; height:342px; border:solid 1px #c8c8c8; position:relative; margin-left:-1px; background:#fff;font-family:微软雅黑; font-size:15px;padding:20px; float:left;}
.main_title_282 img {border:1px #dddddd solid; padding:2px}
.main_title_283  { border-bottom:1px dotted #cccccc}
.main_title_283  a{ color:#ff3300; font-size:16px; font-weight:bold}
#cpzsnr img { display:block;border:1px solid #cccccc;padding:2px;" } 