﻿/*重置所有样式*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: 微软雅黑, arial;
}
body {
	background: url(../images/index_bg.jpg) no-repeat center 130px;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
image {
	border: 0;
}
input, textarea {
	outline: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
/************头部****************/
.header {
	background: url(../images/header_bg.jpg) no-repeat center top;
	position: relative;
	z-index: 999;/*overflow: hidden;*/ /*超出部分隐藏*/
}
.header_container {
	max-width: 1200px;
	height: 106px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.logo {
	float: left;
	width: 150px;
	height: 106px;
	display: block;
	margin: 0;
	text-indent: -999em;
}
.header_right {
	float: right;
	width: 1100px;
	padding-top: 25px;
}
a.back {
	float: right;
	display: block;
	height: 106px;
	width: 70px;
	background: url(../images/nav5_bg.png) no-repeat center 25px #036fb5;
	color: #FFF;
	text-align: center;
	line-height: 130px;
}
.top_fav_mail {
	text-align: right;
	height: 32px;
}
a.email {
	color: #0f6ac3;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	margin-right: 10px;
	background: url(../images/email_bg.png) no-repeat left center;
	padding-left: 30px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/*导航条*/
.navmix {
	margin-left: 8px;
	width: 1100px;
}
.navmix ul li {
	float: left;
	height: 74px;
	overflow: hidden;
	padding: 0 41px;
	background: url(../images/shuxian.png) no-repeat 0px -3px;
}
.navmix li a {
	color: #FFF;
	display: block;
	height: 55px;
}
span.big_nav {
	text-align: right;
	font-size: 16px;
	line-height: 44px;
	height: 35px;
	display: block;
}
span.small_nav {
	font-size: 12px;
	line-height: 100%;
}
.menu1 {
	background: none !important;
}
.navmix ul li.menu1 a {
	width: 111px;
	background: url(../images/nav5_bg.png) no-repeat;
}
.navmix ul li.menu1 a:hover {
	background: url(../images/nav5_bg_hover.png) no-repeat;
}
.navmix ul li.menu2 a {
	width: 111px;
	background: url(../images/nav2_bg.png) no-repeat 0 0;
}
.navmix ul li.menu2 a:hover {
	background: url(../images/nav2_bg_hover.png) no-repeat 0 0;
}
.navmix ul li.menu3 a {
	width: 111px;
	background: url(../images/nav1_bg.png) no-repeat;
}
.navmix ul li.menu3:hover a:hover {
	background: url(../images/nav1_bg_hover.png) no-repeat;
}
.navmix ul li.menu4 a {
	background: url(../images/nav3_bg.png) no-repeat;
}
.navmix ul li.menu4:hover a:hover {
	background: url(../images/nav3_bg_hover.png) no-repeat;
}
.navmix ul li.menu5 a {
	background: url(../images/nav4_bg.png) no-repeat;
}
.navmix ul li.menu5:hover a:hover {
	background: url(../images/nav4_bg_hover.png) no-repeat;
}
.navmix ul li.menu6 a {
	background: url(../images/nav6_bg.png) no-repeat;
}
.navmix ul li.menu6:hover a:hover {
	background: url(../images/nav6_bg_hover.png) no-repeat;
}
.navmix li a:hover {
	border-bottom: 2px #074993 solid;
	height: 57px;
	color: #074993
}
/*首页banner*/
.banner {
	display: block;
	width: 100%;
	height: 560px;
	overflow: hidden;
	margin-bottom: 0;
}
#full-screen-slider {
	width: 100%;
	height: 560px;
	float: left;
	position: relative
}
#slides {
	display: block;
	width: 100%;
	height: 560px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 50%;
	top: 522px;
	z-index: 9900;
	padding: 5px 15px 5px 0;
	margin: 0
}
#pagination li {
	display: block;
	list-style: none;
	width: 10px;
	height: 10px;
	float: left;
	margin-left: 15px;
	border-radius: 5px;
	background: #FFF
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background: #0092CE
}
/*首页正文*/
.index_container {
	background: url(../images/contain_bg.jpg) no-repeat center top;
	padding: 30px 0;
}
.main_container {
	max-width: 1000px;
	margin: 0 auto;
}
.index_product .mt, .index_case .mt {
	background: url(../images/line1.png) no-repeat center bottom;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
}
.index_product .mt h4, .index_case .mt h4 {
	font-size: 25px;
	font-weight: normal;
	color: #595757;
}
span.blue {
	color: #0681c6;
}
.index_product .mc ul li, .product_list ul li {
	float: left;
	text-align: center;
	width: 240px;
	height: 275px;
	margin-right: 10px;
	margin-bottom: 25px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px double #c8c8c8;
}
li.last {
	margin-right: 0 !important;
}
.index_product .mc img, .product_list ul li img {
	width: 200px;
	height: 200px;
	margin: 10px;
}
.index_product .mc a, .product_list ul li a {
	color: #3e3a39;
	display: block;
	padding-top: 1px;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	height: 100%;
}
span.big_title {
	display: block;
	line-height: 160%;
	margin: 0 5px;
	margin-bottom: 10px;
	overflow: hidden;
	height: 42px;
	text-overflow: ellipsis;
	font-weight: 100;
	font-size: 13px;/*white-space:nowrap;*/
}
span.detail {
	color: #727171;
	font-size: 12px;
	font-weight: normal;
	border: 1px #727171 solid;
	border-radius: 20px;
	padding: 5px 20px;
}
.index_product li a:hover, .product_list ul li a:hover {
	color: #027fc5;
}
.index_product li a:hover span.detail, .product_list ul li a:hover span.detail {
	background: #027fc5;
	color: #FFF;
	border: 1px #fff solid;
}
.index_product .mc, .index_case .mc {
	margin-bottom: 10px;
}
/*产品滚动*/
.index_case .mt a {
	position: absolute;
	right: 0;
	font-size: 13px;
	color: #007ec5;
}
#featureContainer {
	BORDER-BOTTOM: #999 0px dotted;
	BORDER-LEFT: #999 0px dotted;
	MARGIN: 0px auto;
	WIDTH: 1000px;
	FONT-SIZE: 80%;
	BORDER-TOP: #999 0px dotted;
	BORDER-RIGHT: #999 0px dotted
}
#wrap {
	OVERFLOW: hidden
}
#load {
	BACKGROUND-IMAGE: url(images/loader32x32.gif);
	BORDER-BOTTOM: #999 0px dotted;
	BORDER-LEFT: #999 0px dotted;
	TEXT-INDENT: -9999px;
	MARGIN: 0px auto;
	WIDTH: 1000px;
	DISPLAY: none;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: center 50%;
	HEIGHT: 100px;
	BORDER-TOP: #999 0px dotted;
	BORDER-RIGHT: #999 0px dotted
}
#feature {
	BORDER-BOTTOM: #999 0px dotted;
	POSITION: relative;
	BORDER-LEFT: #999 0px dotted;
	MARGIN-TOP: 5px;
	MARGIN-BOTTOM: 20px;
	BORDER-TOP: #999 0px dotted;
	BORDER-RIGHT: #999 0px dotted
}
#feature .button {
	BORDER-BOTTOM: #999 0px dotted;
	POSITION: absolute;
	BORDER-LEFT: #999 0px dotted;
	WIDTH: 840px;
	BORDER-TOP: #999 0px dotted;
	TOP: 72px;
	BORDER-RIGHT: #999 0px dotted;
	LEFT: 0px
}
#feature .prev {
	BORDER-BOTTOM: #999 0px dotted;
	BORDER-LEFT: #999 0px dotted;
	TEXT-INDENT: -9999px;
	WIDTH: 20px;
	DISPLAY: block;
	BACKGROUND: url(../images/left_arrow.png) center center;
	FLOAT: left;
	HEIGHT: 20px;
	BORDER-TOP: #999 0px dotted;
	TOP: -290px;
	BORDER-RIGHT: #999 0px dotted;
	position: relative;
}
#feature .next {
	BORDER-BOTTOM: #999 0px dotted;
	BORDER-LEFT: #999 0px dotted;
	TEXT-INDENT: -9999px;
	WIDTH: 20px;
	DISPLAY: block;
	BACKGROUND: url(../images/right_arrow.png) center center;
	FLOAT: right;
	HEIGHT: 20px;
	BORDER-TOP: #999 0px dotted;
	TOP: -290px;
	BORDER-RIGHT: #999 0px dotted;
	position: relative;
	left: -955px
}
/*#feature .prev:hover {
	BACKGROUND-POSITION: center bottom
}
#feature .next:hover {
	BACKGROUND-POSITION: center bottom
}*/
.featureUL {
	BORDER-BOTTOM: #000 0px dotted;
	POSITION: relative;
	BORDER-LEFT: #000 0px dotted;
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	WIDTH: 2800px;
	PADDING-RIGHT: 0px;
	FLOAT: left;
	BORDER-TOP: #000 0px dotted;
	BORDER-RIGHT: #000 0px dotted;
	PADDING-TOP: 0px;
	LEFT: 0px
}
.featureBox {
	BACKGROUND-IMAGE: url(../images/bg-featurebox.jpg);
	BORDER-BOTTOM: #999 0px dotted;
	BORDER-LEFT: #999 0px dotted;
	WIDTH: 185px;
	BACKGROUND-REPEAT: no-repeat;
	FLOAT: left;
	HEIGHT: 140px;
	OVERFLOW: hidden;
	BORDER-TOP: #999 0px dotted;
	BORDER-RIGHT: #999 0px dotted;
	PADDING-TOP: 10px;
	margin-right: 15px;
}
#botton-scroll {
	Z-INDEX: 0;
	BORDER-BOTTOM: #999 0px dotted;
	BORDER-LEFT: #999 0px dotted;
	MARGIN: 0px auto;
	WIDTH: 1000px !important;
	FLOAT: left;
	HEIGHT: 160px;
	BORDER-TOP: #999 0px dotted;
	BORDER-RIGHT: #999 0px dotted
}
#block {
	Z-INDEX: 0;
	BORDER-BOTTOM: #999 0px dotted;
	POSITION: relative;
	BORDER-LEFT: #999 0px dotted;
	MARGIN: 0px auto;
	PADDING-LEFT: 0px;
	WIDTH: 1000px;
	PADDING-RIGHT: 0px;
	HEIGHT: 200px;
	FONT-SIZE: 70%;
	OVERFLOW: hidden;
	BORDER-TOP: #999 0px dotted;
	BORDER-RIGHT: #999 0px dotted;
	PADDING-TOP: 0px;
}
#block .box {
	BORDER-BOTTOM: #d8d8d8 0px solid;
	BORDER-LEFT: #d8d8d8 0px solid;
	PADDING-BOTTOM: 10px;
	/*MARGIN: 0px 10px;*/
	/*PADDING-LEFT: 10px;*/
	WIDTH: 185px;
	/*PADDING-RIGHT: 10px;*/
	FLOAT: left;
	HEIGHT: 160px;
	BORDER-TOP: #d8d8d8 0px solid;
	BORDER-RIGHT: #d8d8d8 0px solid;
	PADDING-TOP: 10px
}
#block .box .feature-title {
	FONT-SIZE: 140%;
	FONT-WEIGHT: normal
}
#block .box .feature-thumb {
	WIDTH: 185px;
	MARGIN-BOTTOM: 5px;
	FLOAT: left;
	HEIGHT: 160px
}
li.featurebox {
	width: 185px !important;
	height: 160px !important;
	margin-right: 15px;
}
div#featurecontainer ul li img {
	width: 185px;
	height: 140px;
}
/*首页新闻及技术支持*/
.index_news, .index_support {
	width: 484px;
}
.index_news .mt, .index_support .mt {
	height: 60px;
	line-height: 60px;
	background: url(../images/line2.png) no-repeat left bottom;
	margin-bottom: 20px;
}
.index_news .mt h4, .index_support .mt h4 {
	color: #595757;
	font-size: 20px;
	font-weight: normal;
	width: 80%;
	float: left;
}
.index_news .mt a, .index_support .mt a {
	float: right;
	width: 21px;
	background: url(../images/news_more.png) no-repeat center center;
	text-indent: -999em;
}
.index_support .mt a {
	background: none;
	text-indent: 0;
	color: #007ec5;
	font-size: 13px;
	width: auto;
	height: 60px;
	line-height: 60px;
}
.index_news .mc a, .index_support .mc a {
	color: #3e3a39;
	font-size: 15px;
	width: 410px;
	height: 40px;
	line-height: 40px;
	float: left;
	overflow: hidden;
	text-overflow: hidden;
	white-space: nowrap;
}
span.time {
	float: right;
	color: #595757;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
}
span.serial {
	float: left;
	color: #9fa0a0;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	margin-right: 10px;
}
.index_news .mc li, .index_support .mc li {
	border-top: 1px #c9c9c9 dashed;
	clear: both;
}
li.top {
	border-top: 0 !important;
}
/*网站底部*/
.footer {
	/*background: url(../images/footer_bg.jpg) no-repeat center top;*/
	height: 150px;
	overflow: hidden;
	background:#0277c6;
}
.footer_container {
	max-width: 1000px;
	margin: 0 auto;
	height: 150px;
	overflow: hidden;
}
.footer_nav {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.footer_nav ul li {
	float: left;
	margin-right: 50px;
}
.footer_nav ul li a {
	color: #FFF;
	font-size: 18px;
	line-height: 40px;
	/*	height: 40px;*/
	display: block;
}
.footer_nav li li a {
	border-bottom: 0;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.footer_search {
	float: right;
	width: 300px;
}
.websearch {
	background: url(../images/search_bg.png) no-repeat right center;
	height: 30px;
	line-height: 30px;
}
input.search {
	width: 225px;
	margin-left: 88px;
	font-size: 12px;
	line-height: 36px;
	height: 36px;
	color: #c9caca;
}
.websearch input[type="submit"] {
	text-indent: -999em;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.follow_us {
	margin-top: 20px;
}
.follow_us ul li {
	float: right;
	margin-right: 8px;
}
.footer_addr h4 {
	color: #FFF;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	font-weight: normal;
	background: url(../images/addr.png) no-repeat left center;
	padding-left: 20px;
}
.footer_addr h4 span {
	font-size: 15px;
}
.footer_addr p {
	font-size: 12px;
	line-height: 30px;
	color: #FFF;
}
/*内页banner*/
.innerbanner {
	width: 100%;
	height: 300px;
}
/*内页标题*/
.inner_title {
	background: #efeff0;
	width: 100%;
	height: 100px;
}
.inner_title h2 {
	width: 1000px;
	margin: 0 auto;
	font-size: 24px;
	color: #595757;
	background: url(../images/inner_title_bg.jpg) no-repeat left bottom;
	line-height: 76px;
}
.inner_container {
	background: url(../images/inner_contain_bg.jpg) no-repeat center 100px;
	padding-bottom: 35px;
}
/*关于我们标签*/
.innder_nav {
	padding: 0;
}
.innder_nav a {
	color: #727171;
	border: 1px #727171 solid;
	border-radius: 10px;
	display: block;
	text-align: center;
	float: left;
	margin-right: 20px;
}
.innder_nav a:hover, .innder_nav a.current {
	background: #0681c6;
	border: 1px #0681c6 solid;
	color: #FFF !important;
}
.innder_nav.about_nav a {
	font-size: 13px;
	padding: 5px 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.innder_nav.about_nav a.middle {
	margin: 0 46px;
}
/*正文样式*/
.news_container p {
	color: #595757;
	font-size: 14px;
	line-height: 28px;
}
/*新闻列表*/
.last_news {
	border: 1px #ccc solid;
	border-left: 0;
	border-right: 0;
	position: relative;
}
.big_photo {
	display: table;
	float: left;
	height: 333px;
	overflow: hidden;
	position: relative;
	width: 500px;
}
.big_photo img {
	max-width: 500px;
	max-height: 333px;
	border: 0;
	position: relative;
	z-index: 0;
}
.big_photo > a {
	display: table-cell;
	height: 100%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.big_photo span.new {
	background: rgba(213,153,58,.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	color: #FFF;
	font-size: 19px;
	font-weight: bold;
}
.right_part {
	float: left;
	width: 446px;
	padding: 20px 27px;
}
.right_part h3 {
	line-height: initial;
	padding: 0px 0 15px 0;
	border-bottom: 1px #ccc solid;
	margin-bottom: 15px;
}
.right_part h3 a {
	color: #595757;
	font-size: 16px;
	font-weight: 100;
}
.right_part p {
	color: #727171;
	font-size: 15px;
	line-height: 32px;
}
.right_part a.more {
	color: #007ec5;
	font-size: 15px;
	float: right;
	line-height: 33px;
}
.news_list li {
	border-bottom: 1px #ccc solid;
	margin: 33px 0;
	padding-bottom: 30px;
}
.news_list li .small_photo {
	float: left;
	max-width: 228px;
	max-height: 152px;
	overflow: hidden;
	margin-right: 20px;
}
.news_list li .right_part {
	width: 700px;
	padding: 5px 0;
}
.news_list li .right_part h3 {
	border-bottom: 0;
	margin-bottom: 0;
}
.news_container .page {
	float: right;
	width: auto;
}
.news_container .page a {
	float: left;
	color: #595757;
	font-size: 16px;
	line-height: 30px;
	width: 30px;
	height: 32px;
	display: block;
	text-align: center;
}
.news_container .page a:hover, .news_container .page li.current {
	background: url(../images/page_bg.png) no-repeat center center;
	color: #FFF;
}
a.pre, a.pre:hover {
	background: url(../images/pre_bg.png) no-repeat center center !important;
	text-indent: -999em;
}
a.next, a.next:hover {
	background: url(../images/next_bg.png) no-repeat center center;
	text-indent: -999em;
}
a.firstpage, a.lastpage {
	font-size: 12px !important;
}
/*HF列表*/
.hf_list ul li {
	margin-bottom: 20px;
}
.hf_list ul li .leftpart {
	padding: 0px 0px 0px 45px;
	position: relative;
	border: 1px #d0d0d0 solid;
	border-right: 0;
	width: 865px;
	float: left;
	height: 96px;
	background: #f1f1f1;
}
span.sanjiao {
	width: 0px;
	height: 0px;
	line-height: 0px;
	border-width: 20px 20px 0px 0px;
	border-style: solid dashed dashed solid;
	border-bottom-color: transparent;
	border-right-color: transparent;
	color: #d0d0d0;
	position: absolute;
	left: 0;
	top: 0;
}
.hf_list li .more {
	float: right;
	color: #0c85c9;
	font-size: 15px;
	line-height: 30px;
	position: relative;
	top: -20px;
	right: 20px;
}
.hf_list ul li .rightpart {
	float: right;
	width: 89px;
	height: 98px;
	background: url(../images/tech_num.png);
	text-align: center;
	line-height: 98px;
	color: #FFF;
	font-size: 16px;
}
.hf_list li .leftpart h3 {
	margin-top: 15px;
	width: 800px;
}
.hf_list li .leftpart h3 a {
	color: #595757;
	line-height: 32px;
	font-size: 16px;
	font-weight: normal;
}
/*产品展示*/
.product_nav a {
	padding: 5px 20px;
	margin-right: 20px;
	font-size: 13px;
	margin-bottom: 20px;
}
/*产品详情*/
/*侧边展开菜单*/
.menu_list {
	width: 195px;
	float: left;
	margin-right: 20px;
}
.menu_head {
	font-size: 13px;
	color: #333;
	cursor: pointer;
	position: relative;
	margin: 0px;
	font-weight: normal;
	background: url(../images/plus.png) no-repeat 177px center;
	padding: 8px 30px 8px 0;
	/*	border-radius: 20px;*/
	border-bottom: 1px dashed #999;
}
.menu_head a {
	color: #595757;
}
/*.menu_list .current {
	background: #f1f1f1 url(../images/pro_down.png) center right no-repeat;
}*/
.menu_body {
/*line-height: 38px;
	border-left: 1px solid #e1e1e1;
	backguound: #fff;
	border-right: 1px solid #e1e1e1;*/
}
.menu_body a {
	color: #595757;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	border: 1px #d0d0d0 solid;
	padding: 10px 20px;
	display: block;
	border-radius: 20px;
	margin-bottom: 15px;
}
.menu_body a:hover {
	text-decoration: none;
}
/*产品展示及放大镜*/
.tab {
	overflow: hidden;
}
.tab li, .tab a, .tab-item {
	cursor: pointer;
	float: left;
	text-align: center;
}
.m, .mt, .mc, .mb {
	overflow: hidden;
}
.mt .extra {
	float: right;
}
.right-extra {
	width: 360px;
	float: left;
}
.right-extra .mt {
	height: 28px;
	line-height: 28px;
	padding: 0 10px 8px;
	border-top: 1px solid #EED97C;
	background: url(../images/bg_hotsale.gif) repeat-x 0 -552px;
	color: #c00;
}
.right-extra .tab {
	border-bottom: 2px solid #BE0000;
	margin-bottom: 10px;
}
.right-extra .tab li {
	position: relative;
	height: 24px;
	padding: 3px 12px 0;
	background: url(../images/icon_clubs.gif) #ccc no-repeat right -150px;
	overflow: hidden;
	margin-right: 3px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #c30;
}
.right-extra .tab span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 10px;
	height: 27px;
	background: url(../images/icon_clubs.gif) no-repeat 0 -150px;
}
.right-extra .tab a {
	float: none;
	color: #c30;
}
.right-extra .tab .curr {
	background-position: right -178px;
	color: #fff;
}
.right-extra .tab .curr span {
	background-position: 0 -178px;
}
.right-extra .tab .curr a {
	color: #fff;
}
.right-extra .mc .extra {
	padding: 5px 10px;
	border-top: 1px solid #F3E6C6;
}
.right-extra .total {
	float: right;
}
.right-extra .total strong {
	color: #FF7403;
}
.right-extra .total a:link, .right-extra .total a:visited {
	color: #005aa0;
}
.right-extra .join a:link, .right-extra .join a:visited {
	color: #FF7604;
}
.right-extra .norecode {
	padding: 0 10px 10px;
}
.right-extra .iloading {
	margin-bottom: 10px;
}
/*图片放大镜样式*/
.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}
.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}
.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: #ffffff /*url(../images/zoom.png) 50% center no-repeat*/;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
/*图片小图预览列表*/
.spec-preview {
	width: 360px;
	height: 360px;
	border: 1px solid #DFDFDF;
	background-color: #FFF;
}
.spec-scroll {
	clear: both;
	margin-top: 20px;
	width: 362px;
}
.spec-scroll .prev {
	float: left;
	margin-right: 4px;
}
.spec-scroll .next {
	float: right;
}
.spec-scroll .prev, .spec-scroll .next {
	display: block;
	font-family: "宋体";
	text-align: center;
	width: 10px;
	height: 93px;
	line-height: 93px;
	border: 1px solid #CCC;
	background: #EBEBEB !important;
	cursor: pointer;
	text-decoration: none;
	text-indent: 0 !important;
}
.spec-scroll .items {
	float: left;
	position: relative;
	width: 330px;
	height: 110px;
	overflow: hidden;
}
.spec-scroll .items ul {
	position: absolute;
	width: 999999px;
	height: 110px;
}
.spec-scroll .items ul li {
	float: left;
	width: 103px;
	text-align: center;
}
.spec-scroll .items ul li img {
	border: 1px solid #CCC;
	padding: 2px;
	width: 88px;
	height: 88px;
}
.spec-scroll .items ul li img:hover {
	border: 2px solid #0681C6;
	padding: 1px;
}
span.jqzoom img {
	width: 360px;
	height: 360px;
}
/*产品参数样式*/

.pp_canshu {
	float: right;
	width: 400px;
	border: 1px #d0d0d0 solid;
	background: #FFF;
}
.pp_canshu .mt {
	border-bottom: 1px dashed #CCCCCC;
}
.pp_canshu .mt h3 {
	color: #595757;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
	font-weight: normal;
}
.pp_canshu .mc {
	padding: 20px;
}
.pp_canshu .mc p {
	font-size: 12px;
	line-height: 25px;
	color: #595757;
}
/*产品详情*/
.pp_detail {
	border-top: 1px #d0d0d0 solid;
	margin-top: 20px;
	padding: 20px 0;
}
.pp_detail p，.news_detail p {
	font-size: 15px;
	line-height: 30px;
}
/*新闻详情*/
.news_top {
	border-bottom: 1px #d0d0d0 solid;
	margin-bottom: 10px;
}
.news_top h3 {
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	color: #0681C5;
	line-height: 200%;
}
.news_top span {
	padding: 0 20px;
}
.shangxiawen {
	margin: 20px 0;
}
.shangxiawen a {
	color: #595757;
	font-size: 14px;
	display: block;
	line-height: 200%;
}
/*头部下拉菜单样式开始*/
#nav ul li ui li a:hover {
	background-image: none;
}
#nav li ul {
	width: 120px;
	display: none;
	position: absolute;
}

#nav li:hover ul{
	display: block;
}

#nav li ul li {
	float: left;
	clear: both;
	padding: 0;
	height: 30px;
}
#nav li ul.imgul {
	width: 850px;
	left: 150px;
}
#nav li ul.imgul li {
	float: left;
	clear: none;
	padding: 0;
	height: 73px;
}
#nav li ul.imgul li a {
	padding-left: 5px;
	height: 73px;
}
#nav li ul li img {
	float:left;
	margin-right: 5px;
	vertical-align: middle;
}
span.big_tit, span.small_tit {
	float: left;
	width: 200px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
span.small_tit {
	line-height: 20px;
	font-size: 12px;
	}
#nav li ul a {
	float: left;
	width: 268px;
	height: 30x;
	font-size: 14px;
	padding-bottom: 5px;
	margin-top: 1px;
	text-align: left;
	color: #333;
	padding-left: 10px;
	padding-right: 10px;
	background: rgba(255,255,255,1);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C879c4ca, endColorstr=#C879c4ca);
	overflow: hidden;
	text-overflow: hidden;
	white-space: nowrap;
}
#nav li ul li a {
	font-weight: 100;
	color: #333;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#nav li ul li a:hover {
	color: #FFF;
	background-color: #074993;
	background-image: none;
}
/*产品详情表格*/
.pp_detail table {
	border: 1px #ccc solid;
	width: 100%;
	border-collapse: collapse;
}
.pp_detail table td {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	line-height: 180%;
	border: 1px #ccc solid;
	border-collapse: collapse;
}
.footer_nav2 {
	float: right;
	width: 265px;
	margin-top: 33px;
}
.footer_nav2 p {
	color: #FFF;
	font-size: 12px;
}
.footer_addr {
	position: relative;
	width: 700px;
	top: -54px;
}
.footer_icon {
	position: relative;
	float: right;
	top: 6px;
}
.footer_icon img {
	vertical-align: middle;
	margin-left: 10px;
}
/*“Indusries”面新增页面样式*/
.pp_left {
	float: left;
	width: 500px;
}
.pp_right {
	float: right;
	background: #dcdcdc;
	width: 456px;
	height: auto;
	padding: 10px;
	margin-bottom: 30px;
}
#ul_img1, #ul_img2, #ul_img3, #ul_img4 {
	width: 456px;
	height: 380px;
	background-size: cover;
}
.qiehuan {
	width: 456px;
	margin: 10px 0 0 0;
}
.qiehuan ul li {
	width: 64px;
	height: 64px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	text-align: center;
	border: 1px #fff inset;
}
.qiehuan ul li:hover {
	float: left;
	cursor: pointer;
	border: 1px #fff inset;
	width: 64px;
	height: 64px;
}
.qiehuan ul li:hover img {
	float: left;
	width: 64px;
	height: 64px;
}
.qiehuan ul li img {
	float: left;
	width: 65px;
	height: 65px;
}
/*首页中部改版样式*/
.home_adv {
	float: left;
	width: 260px;
	height: 440px;
}
.home_adv img {
	width: 100%;
	height: 100%;
}
.home_mid {
	float: left;
	width: 420px;
	height: 430px;
	background-color: #FFF;
	padding: 5px;
	margin: 0 10px;
	font-size: 15px;
}
.home_mid img {
	width: 410px;
	height: 410px;
}
.home_mid span {
	display: block;
	color: #3e3a39;
	font-size: 17px;
	width: 360px;
	height: 85px;
	line-height: 40px;
	float: left;
	overflow: hidden;
	text-overflow: hidden;
}
.home_right {
	float: left;
	width: 290px;
}
.video {
	width: 290px;
	height: 200px;
}
.video_list {
	float: left;
	background-color: #FFF;
	padding: 5px 0;/*	min-height:150px;*/
}
.video_list p, .video h2 {
	color: #3e3a39;
	padding: 0 10px;
	font-size: 15px;
	width: 270px;
	height: 30px;
	line-height: 30px;
	float: left;
	overflow: hidden;
	text-overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.video_list p a {
	color: #3e3a39;
}
.video h2 {
	font-weight: 100;
	background-color: #FFF;
	height: 50px;
	line-height: 50px;
}
.w1000 {
	width: 1000px;
}
.pro_int {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid rgb(204, 204, 204);
	padding: 0px 4px 0px 0px;
	text-align: left;
	margin: 0px 0px 10px;
	color: #000;
	vertical-align: middle;
}
.pro_int img {
	margin-right: 10px;
}
.proimages {
	padding: 0 100px;
}
.proimages img {
	width: 800px;
	height: 450px;
}
/*产品详情留言样式*/
.inquirShow fieldset {
	padding: 10px;
	margin: 10px 0 0 0;
	border: 1px solid #999;
	background: #fff;
}
.inquirShow fieldset legend {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 25px;
	margin: 0 0 8px 0;
	background: #DF3B31;
}
.inquirShow .row {
	margin: 15px 0 0 0;
}
.inquirShow dt {
	font-size: 13px;
	color: #666;
}
.inquirShow dd {
	margin: 5px 0 0 0;
}
.span-6, .full-row .row .span-6 {
	float: left;
	transition: .2s width ease;
	margin-right: 2%;
 *margin-right: 1.89%;
	width: 48%;
}
.row {
	width: 102%;
	float: left;
}
.inquirShow input, .inquirShow textarea {
	padding: 6px 5px;
	border: 1px solid #BCBCBC;
	width: 96%;
	line-height: 20px;
	text-align: left;
	color: #999;
}
.inquirShow textarea {
	display: block;
	max-width: 97%;
	width: 97%;
	resize: none;
}
.inquirShow .red {
	color: #f00;
	font-weight: bold;
}
.inquirShow .yzm {
	width: 70%;
	margin-right: 10px;
}
.inquirShow img {
	cursor: pointer;
	margin-left: 3px;
	display: inline-block;
	vertical-align: middle;
}
.inquirShow .input:focus, .inquirShow .select:focus, .inquirShow .textarea:focus {
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	background: #fafafa;
	border-color: #999;
	outline: 0
}
.inquirShow input.btn {
	padding: 0;
	border: 0 none;
	background: #999;
	color: #fff;
	line-height: 28px;
	margin-bottom: 0;
	width: 95px;
	border: 1px solid #999;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	margin: 0 10px 0 0;
}
.inquirShow input.btn:first-child {
	background: #55ab26;
	margin-right: 8px;
	color: #fff;
	border-color: #55ab26;
	cursor: pointer;
}
/*-----��ҳ----*/
.h_con {
    height: 149px;
    overflow: hidden;
	max-width: 1200px;
margin: 0 auto;

}
.h_con h1 {
    float: left;
    padding: 18px 28px 0 0;
}
.h_con .h_dw {
    float: left;
    padding: 56px 0 0;
}
fieldset, img {
    border: 0;
}
.h_con .tel {
    float: right;
    width: 268px;
    padding: 30px 0 0;
}
.tel span {
    display: block;
    width: 268px;
    margin: 0 auto;
    padding: 0 0 8px;
}
.tel b {
    display: block;
    font-size: 18px;
    color: #fff;
    background: url(../images/tel.gif) no-repeat;
    width: 263px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
}
.index_news .mc a img, .index_support .mc a img{
	
	width:20px;
	height:26px;
	vertical-align: middle;
padding-right: 5px;

	}

/******** PC端隐藏移动端菜单按钮 **************/
.navmix ul li{position:relative;overflow: visible;}
span.nav-click{position:absolute;width:30px;text-align:center;color:#fff;font-size:16px;line-height:30px;right:0;top:0;}
#nav li ul.imgul{left: -280px;}

#mobi-nav{
	display: none;
}