body {
	overflow: hidden;
}
a {
	color: #333;
}
a:hover {
	color: #00a5ed;
}
a:visited {
	color: #999;
}
.tag {
	line-height: 240%;
	margin: 10px;
}
.tag a {
	background: #e6e6e6;
	border: 1px dashed #fff;
	color: #666;
	display: inline-block;
	font-size: 12px;
	margin: 10px 5px;
	padding: 4px;
	text-decoration: none;
	white-space: nowrap;
}
.tag a:hover {
	color: #00a5ed;
}
/*	CSS Stylesheet for IE Alert! plugin. */
/*	Overlay Background */
#ie-alert-overlay {
	width: 100%;
	height: 100%;
	background: url(../images/black_bg.png) repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
* html #ie-alert-overlay {   /* fixed position hack for IE6 */
	position: absolute;
	z-index: 9999;
}
/*	Pop Up Panel */
#ie-alert-panel {
	width: 520px;
	height: 331px;
	position: fixed;
	background: url(../images/iealertsprite.png) no-repeat -1px -109px;
	top: 50%;
	left: 50%;
	margin: -201px 0 0 -296px;
	padding: 72px 0 0 72px;
	_position: absolute;  /* fixed position hack for IE6 */
 _top:expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');  /* top:300px hack for IE6 */
	/* font settings */
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	line-height: 1.5em;
	z-index: 10000;
}
#ie-alert-panel p {
	font-size: 14px;
	width: 486px;
	text-align: justify;
}
#ie-alert-panel img {
	border: 0;
}
#ie-alert-panel span {
	font-size: 18px;
	margin: 0 0 20px 0;
	display: block;
	padding: 0;
}
#ie-alert-panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ie-alert-panel li {
	float: left;
	margin: 0 22px 0 0;
}
#ie-alert-panel li.last {
	margin-right: 0;
}
#goon {
	background: url(../images/iealertsprite.png) no-repeat -625px -18px;
	cursor: pointer;
	display: block;
	font-size: 20px;
	height: 30px;
	padding: 12px 14px;
	width: 140px;
}
#ie-alert-panel a {
	display: inline-block;
}
.browser {
	position: absolute;
	bottom: 35px;
}
.chrome, .firefox, .ie9, .opera, .safari {
	background: url(../images/iealertsprite.png) no-repeat;
}
/*	browsers */
.chrome {
	background-position: 0 0;
	width: 73px;
	height: 96px;
	margin: 0 4px 0 0;
}
.firefox {
	background-position: -292px 0;
	width: 73px;
	height: 98px;
}
.ie9 {
	background-position: -179px 0;
	width: 95px;
	height: 98px;
}
.opera {
	background-position: -90px 0;
	width: 73px;
	height: 98px;
}
.safari {
	background-position: -387px 0;
	width: 73px;
	height: 98px;
	margin: 0 4px 0 0;
}
/*nicescroll*/
.nicescroll-rails {
	z-index: 9999;
}
/*头部*/
.w {
	margin: 0 auto;
	max-width: 1200px;
}
.w2 {
	margin: 0 auto;
	max-width: 1000px;
}
.header {
	background: #fff;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 3px 4px rgba(153,153,153,0.7);
filter:progid:DXImageTransform.Microsoft.Shado(Strength=3, Direction=90, Color='#999999');
	max-height: 86px;
	min-height: 50px;
	position: fixed;
	top: 0;
	width: 100%;
	
	z-index: 999;
}
.header .top {
	padding: 0;
}
.sitelogo {
	margin: 15px 20px 0 0;
	width: 260px;
}
.sitelogo a {
	display: block;
	max-height: 86px;
	min-height: 50px;
	text-indent: -9999px;
}
.sitelogo h1 {
	text-indent: -9999px;
}
.header .nav {
	display: display;
}
.header .nav ul.sl_menu li {
	display: inline;
	float: left;
}
.header .nav ul.sl_menu li a {
	color: #000;
	display: block;
	font: bold 1.2em/150% Microsoft YaHei, Arial;
	padding: 32px 16px 33px;
	text-align: center;
	transition: all 0.5s ease 0s;
	white-space: nowrap;
}
.header .nav ul.sl_menu li a:hover {
	background: #eee;
	transition: all 0.5s ease 0s;
}
.header .nav ul.sl_menu li a.menuid1 {
	background: #00a5ed;
	color: #fff;
}
.header .nav ul.sl_menu li ul {
	background: #fff;
	box-shadow: 0 3px 4px rgba(153,153,153,0.7);
 filter:progid:DXImageTransform.Microsoft.Shado(Strength=3, Direction=90, Color='#999999');
	display: none;
	margin-left: -350px;
	position: absolute;
	
	z-index: 999;
}
.header .nav ul.sl_menu li ul li {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 100%;
	width: 133px;
}
.header .nav ul.sl_menu li ul li:hover {
	background: #eee;
	transition: all .5s ease 0;
}
.header .nav ul.sl_menu li ul li a {
	color: #333;
	font: 500 1.4em/140% Microsoft YaHei, Arial;
	padding: 10px;
}
.header .nav ul.sl_menu li ul li a:hover {
	background: none!important;
	color: #214387;
	margin: 0;
}
.header .nav ul.sl_menu li ul li p {
	color: #666;
	margin: 6px auto 20px;
	width: 90%;
}
.header .nav ul.sl_menu li ul li ul {
	display: none;
	left: 125px;
	margin-top: 0;
}
#menuIcon {
	display: none;
	color: #666;
	font: 700 3em/170% arial;
	text-decoration: none;
}
.header .phone {
    color: #00a5ed;
    font: 700 2em/1.8 Georgia,arial;
    margin: 20px;
}
.header .option {
	width: 180px;
}
.header .option li:hover {
	background: #eee;
	transition: all 0.5s ease 0s;
	text-indent: 0;
}
.header .option li.member:hover {
	background: #00a5ed;
}
.header .option .member {
	background: #eee;
}
.header .option .member, .option .home, .option .favorite {
	border-right: 1px solid #ccc;
	height: 100%;
	text-align:center;
	transition: all 0.5s ease 0s;
}
.header .option .favorite {
	border-right: none;
}
.header .option a {
	background: url(../images/option.png) no-repeat scroll center center;
	color:#fff;
	display: block;
	height: 26px;
	padding-top:60px;
	width: 58px;
}
.header .option .member a {
	background-position: 20px 32px;
	color:#eee;
}
.header .option .member a:hover {
	background-position: 20px -48px;
}
.header .option .home a {
	background-position: -80px 32px;
}
.header .option .favorite a {
	background-position: -30px 32px;
}
.header .option .home a:hover,.header .option .favorite a:hover {
	color:#00a5ed;
	transition: all 0.5s ease 0s;
}
/*banner*/
.banner {
	background: url(../images/banner_bg.jpg) no-repeat center;
	border-bottom: 1px solid #00a5ed;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.inner_banner {
	background: url(../images/banner_bg.jpg) no-repeat center;
	border-bottom: 1px solid #00a5ed;
	height: 450px;
	margin: 20px auto 0;
	overflow: hidden;
	position: relative;
}
/* flexslider */
.flexslider {
	background: url(../images/loading.gif) 50% no-repeat;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li {
	height: 100%;
}
.slides li a {
	display: block;
	height: 600px;
	text-indent: -9999px;
}
.flex-control-nav {
	bottom: 20px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.flex-control-nav li {
	display: inline-block;
	display: inline;
	height: 14px;
	margin: 0 5px;
	width: 14px;
	zoom: 1;
}
.flex-control-nav a {
	background: url(../images/dot.png) right 0 no-repeat;
	cursor: pointer;
	display: inline-block;
 *display: inline;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	width: 14px;
}
.flex-control-nav .flex-active {
	background-position: 2px 0;
}
.flex-direction-nav {
	position: absolute;
	top: 45%;
	width: 100%;
	z-index: 3;
}
.flex-direction-nav li a {
	cursor: pointer;
	display: block;
	height: 50px;
	overflow: hidden;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	position: absolute;
	width: 50px;
}
.flex-direction-nav li a.flex-prev {
	background: url(../images/prev.png) center center no-repeat;
	left: 40px;
}
.flex-direction-nav li a.flex-next {
	background: url(../images/next.png) center center no-repeat;
	right: 40px;
}
/*侧边栏*/
.leftsidebar {
	margin-top: 20px;
	width: 22%;
}
.leftsidebar .mbox {
	margin-bottom: 10px;
}
.leftsidebar .mbox .mt {
}
.leftsidebar h3 {
	color: #fff;
	font: 700 1.2em/300% Microsoft YaHei, Arial;
	height: 46px;
	margin: 0;
	padding-left: 15px;
}
.leftsidebar .acmenu {
	margin: 0;
}
.leftsidebar .acmenu li {
	background: #00a5ed;
	margin-bottom: 20px;
}
.leftsidebar .acmenu li > a {
	color: #fff;
	display: block;
	font: 700 1.6em/140% Microsoft YaHei, Arial;
	margin-left: 7%;
	padding: 6px;
}
.leftsidebar .acmenu li ul {
	background: #fff;
	padding-top: 20px;/*display: none;*/
}
.leftsidebar .acmenu li ul li {
	background: url(../images/arrow.jpg) no-repeat scroll 28px center;
	margin: 0;
}
.leftsidebar .acmenu li ul li a {
	color: #666;
	font: 1.2em/140% Microsoft YaHei, Arial;
	padding: 4px 0;
	text-indent: 2em;
}
.leftsidebar .acmenu li ul li a:hover {
	color: #00a5ed;
}
.acmenu .circle {
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	border-radius: 17px;
	border: 2px solid #fff;
	
	height: 26px;
	margin: 4px 10% 0;
	width: 26px;
}
.acmenu .line {
	background: #fff;
	height: 8px;
	margin: 5px 12px 0;
	width: 2px;
}
.acmenu .arrow {
	border-right: 5px solid transparent;
	border-top: 10px solid #fff;
	border-left: 5px solid transparent;
	height: 0;
	margin: 0 8px 6px;
	width: 0;
}
.leftsidebar .contact {
}
.leftsidebar .contact h3 {
	padding: 0;
}
.leftsidebar .contact .mc {
	color: #666;
	padding: 10px;
}
.slideBox .hd {
	font-size: 0;
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1;
}
.slideBox .hd ul li {
	background: #FFF;
	border: 1px solid #EEE;
	cursor: pointer;
	float: left;
	height: 5px;
	line-height: 14px;
	margin-right: 5px;
	text-align: center;
	width: 15px;
}
.slideBox .bd {
	height: 100%;
	position: relative;
	text-align: center;
	z-index: 0;
}
.slideBox .bd ul li img {
	width: 210px;
}
.slideBox .bd .product_title {
	color: #00a5ed;
	font: 1.2em/170% Microsoft YaHei, Arial;
	margin: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*框架*/
.category_title {
	color: #00a5ed;
	font: 700 1.8em/180% Microsoft YaHei, Arial;
	margin-bottom: 10px;
}
.container {
	margin-top: 90px;
}
.rightsidebar {
	margin-top: 20px;
	width: 74%;
}
.path {
	color: #666;
	font-size: 1em;
	padding: 7px 0;
	text-align: right;
}
.path a {
	color: #666;
}
.path a:hover {
	color: #333;
}
.page-header h2 {
	font-size: 2em;
	line-height: 36px;
	margin: 40px 0 10px;
}
.rightsidebar .mtitle {
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
}
/*首页*/
.index_service {
	background: url(../images/index_1_bg.jpg) repeat fixed center top;
	height: 410px;
	padding: 20px 0;
	width: 100%;
}
.index_about {
	background: url(../images/index_2_bg.jpg) repeat fixed center top;
	height: 300px;
	padding: 30px 0;
	width: 100%;
}
.index_case {
	background: #f5f5f5;
	padding: 50px 0;
}
.index_case .min_title {
	margin: 0 auto;
	width: 366px;
}
.index_case .min_title .line {
	background: #999;
	height: 1px;
	margin: 16px auto;
	width: 100px;
}
.index_case .min_title h2 {
	color: #00a5ed;
	display: inline;
	font: 2.6em/120% Microsoft yahei, Arial;
	margin: 0 20px;
	white-space: nowrap;
}
.index_case .list {
	width: 29% !important;
}
.index_case .btn {
	background: #00a5ed;
	margin: 20px auto 0;
	text-align: center;
	width: 120px;
}
.index_case .btn a {
	color: #fff;
	display: block;
	font: 1.4em/200% Microsoft yahei, Arial;
}
.index_about .mc {
	color: #424242;
	font-size: 1em;
	line-height: 24px;
}
.index_about .mc img {
	border: 1px solid #CCC;
	float: left;
	padding: 1px;
}
.index_about .mc .index_about_content {
	width: 250px;
}
.index_news {
	margin: 30px auto;
}
.index_news_box {
	margin-right: 2%;
	width: 31.5%;
}
.index_news_box .mt, .index_message .mt {
	border-bottom: 1px solid #999;
	padding-bottom: 4px;
}
.index_news_box .mt h2, .index_message .mt h2 {
	color: #00a5ed;
	font: 700 1.8em/170% Microsoft YaHei, Arial;
	text-indent: 1.5em;
}
.index_news_box .btn {
	margin-top: 3%;
}
.index_news .mc {
	padding: 4%;
}
.index_news_box .mc ul li {
}
.index_news_box .mc ul li a {
	color: #333;
	display: block;
	width: 68%;
}
.index_news_box .mc ul li a:hover {
	color: #00a5ed;
}
.index_news_box .mc .new_title {
	background: url(../images/arrow.jpg) no-repeat scroll 6px center transparent;
	font: 1.2em/200% Microsoft YaHei, Arial;
	margin: 0;
	overflow: hidden;
	padding-left: 8%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_news_box .mc .new_date {
	color: #666;
	font: 1em/240% Microsoft YaHei, Arial;
	text-align: right;
	width: 24%;
}
.index_message {
	margin: 0 !important;
	width: 33% !important;
}
.index_message.order li textarea {
	height: auto;
}
/*产品列表1*/
.product1 {
}
.product1 .list {
	background: #eee;
	border: 1px solid #ccc;
	display: inline;
	font-size: 1em;
	list-style: none;
	margin: 1%;
	padding: 1%;
	text-align: center;
	width: 29%;
}
.product1 .list .pro_txt {
	border-top: 1px solid #ccc;
	margin-top: 10px;
}
.product1 .list .pro_pic {
	min-height: 220px;
	margin-bottom: 10px;
}
.product1 .list .pro_pic img {
	background: url(../images/loading.gif) 50% no-repeat;
}
.product1 .list .pro_dec {
	text-align: left;
}
.product1 .list .pro_dec .pro_name {
	color: #00a5ed;
	display: inline;
	font: 1.2em/170% microsoft Yahei, Arial;
	margin-top: 4px;
}
.product1 .list .pro_dec .pro_info {
	font: 1em/170% microsoft Yahei, Arial;
}

/*产品列表2*/
.product2 {
}
.product2 .list {
	background: #eee;
	border: 1px solid #ccc;
	display: inline;
	font-size: 1em;
	list-style: none;
	margin: 1%;
	padding: 1%;
	text-align: center;
	width: 45.6%;
}
.product2 .list .pro_txt {
	border-top: 1px solid #ccc;
}
.product2 .list .pro_pic {
	max-height: 200px;
	margin-bottom: 10px;
}
.product2 .list .pro_pic img {
	background: url(../images/loading.gif) 50% no-repeat;
}
.product2 .list .pro_dec {
	text-align: left;
	width: 68%;
}
.product2 .list .qrcode {
	margin-top: 35px;
	width: 30%;
}
.product2 .list .pro_dec .pro_name {
	color: #00a5ed;
	font: 700 1.3em/170% microsoft Yahei, Arial;
	margin-top: 4px;
}
.product2 .list .pro_dec .pro_info {
	font: 1em/170% microsoft Yahei, Arial;
	height: 120px;
	overflow-y: auto;
}
.product2 .list .qrcode img {
	max-width: 100%;
}
/*产品列表3*/
.product3 {
}
.product3 .list {
	background: #eee;
	border: 1px solid #ccc;
	display: inline;
	font-size: 1em;
	list-style: none;
	margin: 1%;
	overflow:hidden;
	padding: 1%;
	position: relative;
	text-align: center;
	width: 29%;
}
.product3 .list .pro_txt {
	border-top: 1px solid #ccc;
	margin-top: 10px;
}
.product3 .list .pro_pic {
	min-height:220px;
	margin-bottom: 10px;
}
.product3 .list .pro_pic img {
	background: url(../images/loading.gif) 50% no-repeat;
}
.product3 .list .pro_dec {
	text-align: left;
	width: 78%;
}
.product3 .list .qrcode a{
	background:url(../images/qrcode_icon.jpg) no-repeat;
	display:block;
	height:30px;
	margin-top: 10px;
	width: 30px;
}
.product3 .list .qrcode a:hover {
	background-position:0 -30px;
}
.product3 .list .pro_dec .pro_name {
	color: #00a5ed;
	display:inline;
	font: 1.2em/170% microsoft Yahei, Arial;
	margin-top: 4px;
}
.product3 .list .pro_dec .pro_info {
	font: 1em/170% microsoft Yahei, Arial;
}
.product3 .pro_code {
	left:1%;
	margin:-300px auto 0;
	max-height:300px;
	padding:5%;
	position:absolute;
	right:1%;
	top:0;
	text-align:center;
	width:86%;
	z-index:10
}
.product3 .pro_code img {
	border:4px solid #fff;
	width:90%;
}
.product3 .list .opacity {
	background: #000;
    display: block;
    height: 89%;
    left: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
/*产品详情*/
.products_content h3 {
	font: 1.6em/180% microsoft Yahei, Arial;
	padding: 0 0 15px 15px;
	text-align: left;
}
.conten1 li {
	float: left;
	margin: 1px;
}
.pp_top {
	font-size: 12px;
	margin: 10px auto;
	padding: 5px;
	width: 730px;
}
.pp_img img {
	float: left;
	width: 350px;
}
.pp_right {
	float: right;
	width: 340px;
}
/*新闻*/
.introduce {
	background: #e0efff;
	border: 1px solid #56a9fe;
	color: #666;
	font-size: 12px;
	line-height: 180%;
	margin-top: 15px;
	padding: 8px 12px;
}
.news_content .news_title {
	font-size: 2.6em;
	text-align: center;
}
.news_list {
	padding: 5px;
}
.news_list li {
	background: url(../images/arrow.jpg) no-repeat scroll 14px center transparent;
	border-bottom: 1px dashed #ccc;
	font-size: 1em;
	padding: 10px 30px;
}
.news_list li:hover {
	background-color: #f5f5f5;
}
.news_list li a {
	width: 80%;
}
.news_list li .news_title {
	color: #444;
	font-size: 1em;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.news_list li .news_title:hover {
	color: #00a5ed;
}
.news_list li .news_date {
	color: #999;
	text-align: right;
	width: 18%;
	white-space: nowrap;
}
.rightsidebar .time {
	border-bottom: 1px dotted #CCC;
	color: #999;
	font: 1em/170% microsoft Yahei, arial;
	padding: 4px 0 6px;
	text-align: center;
}
.rightsidebar .conten1 {
	border-bottom: 1px dotted #CCC;
	color: #414141;
	font-size: 12px;
	line-height: 23px;
	padding: 10px 0 30px;
}
.rightsidebar .conten1 .image {
	margin: 10px auto;
}
.rightsidebar .next {
	display: block;
	font-size: 1em;
	margin: 0 auto;
	padding: 10px 0 5px;
}
.rightsidebar .next a {
	color: #00a5ed;
}
.news_container p {
	line-height: 24px;
	text-indent: 2em;
}
.news_container p a {
	color: #414141;
}
.news_container p a:hover, .news_container p a:active, .news_container p a:focus {
	text-decoration: none;
	color: #00a5ed;
}
.conten1 h4 {
	border-bottom: 1px dashed #CCC;
	font: 700 1.4em/180% Microsoft Yahei, Arial;
	margin: 10px 0;
}
.conten1 p {
	font: 1em/180% sans-serif;
	padding-bottom: 10px;
	text-indent: 2em;
}
.conten1 table {
	border-collapse: collapse;
	border-spacing: 0;
}
.conten1 table td {
	border: 1px solid #DDD;
	line-height: 18px;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}
/*相关*/
.otherNews, .may_like_product, .pro_form {
	border: 1px solid #CCC;
	margin: 10px auto;
	width: 100%;
}
.otherNews .mt, .may_like_product .mt, .pro_form .mt {
	background: #ccc;
	height: 30px;
}
.otherNews .mt h3, .may_like_product .mt h3, .pro_form .mt h3 {
	background: #00a5ed;
	color: #fff;
	font: bold 1.2em/215% Microsoft YaHei, Arial;
	height: 30px;
	margin: 0;
	text-align: center;
	width: 20%;
}
.otherNews .mc ul {
	padding: 1%;
}
.otherNews .mc ul li {
	background: url(../images/arrow.jpg) no-repeat scroll 14px center transparent;
	float: left;
	font: 1em/200% Microsoft YaHei, Arial;
	overflow: hidden;
	padding-left: 25px;
	margin: 4px 0;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 46%;
}
.otherNews .mc ul li a {
	color: #777;
}
.otherNews .mc ul li a:hover {
	color: #00a5ed;
}
.may_like_product .mc .list {
	float: left;
	overflow: hidden;
	text-align: center;
	width: 16%;
	margin: 2%;
}
.may_like_product .mc .list a {
	display: block;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 118px;
}
.may_like_product .mc img {
	border: 1px solid #D5D5D5;
	padding: 1px;
	width: 113px;
}
.img_list {
	width: 300px;
	float: left;
	padding: 20px;
	text-align: center;
}
.img_list img {
	width: 300px;
}
.img_list h6 {
	background: #EEEDED;
	height: 30px;
	font: bold 1.2em/170% Arial;
	text-align: center;
}
/*翻页*/
.pic_page {
	padding-top: 10px;
}
.product_page, .news_page {
	border: none;
	color: #666;
	font-size: 12px;
	margin: 20px;
	width: 95%;
}
.product_page_left, .news_page_left {
	border: 0 none;
	padding-top: 15px;
}
.product_page_left {
	text-align: left;
	width: 45%;
}
.product_page_right, .news_page_right {
	border: 0 none;
	padding-top: 15px;
	text-align: right;
	width: 54%;
}
.Page_LastPage, .Page_NextPage, .Page_FristPage, .Page_PreviousPage, .Page_Number {
	border: 1px solid #CCC;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin-left: 5px;
	min-width: 16px;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
}
span.product_page_none, .product_page_default, .news_page_default {
	display: none;
}
.product_page a:hover {
	border: 1px solid #CCC;
	color: #00a5ed;
	height: auto;
	top: auto;
	width: auto;
}
/*留言*/
.order {
	font-size: 1em;
	margin: 30px auto 10px;
	width: 88%;
}
.order li {
	margin: 10px 0;
}
.order li span {
	color: #666;
	display: block;
	float: left;
	width: 16%;
}
.order li input {
	background: #FFF;
	border: 1px solid #DADADA;
	color: #777;
	height: 20px;
	padding: 2px .3em;
	line-height: 20px;
	width: 76%;
}
.order li textarea {
	border: 1px solid #DADADA;
	color: #777;
	height: 100px;
	width: 76%;
}
.order li input#passcode {
	width: 20%;
}
.order img {
	height: 26px;
	vertical-align: top;
}
.order .submit {
	background: #00a5ed;
	color: #FFF;
	height: 32px;
	width: 16%;
}
/*人才招聘*/
.job_list {
	padding: 6px;
}
.job_list li, .job_list li.on {
	height: auto;
	margin-bottom: 20px;
}
.job_list li.on .txt a {
	color: #6EACC0;
	font-weight: 700;
}
.job_list ul li {
	border: none;
	font-size: 1em;
}
.job_list ul li .job_title {
	color: #444;
	font: 700 1.2em/170% Microsoft YaHei, Arial;
	margin: 0;
	width: 70%;
}
.job_list ul li .job_date {
	color: #666;
	font-size: 12px;
	margin-right: 5px;
	text-align: right;
	width: 28%;
}
.job_list li .txt {
	background: #ccc;
	border: 1px solid #DDD;
	cursor: pointer;
	font-size: 1.2em;
	height: 26px;
	line-height: 26px;
	padding: 0 3%;
}
.job_list li .txt:hover {
	background: #F4F4F4;
}
.job_list li .job_content {
	border: 1px solid #DDD;
	display: none;
	padding: 10px;
}
.job_list li.on .job_content {
	color: #666;
	display: block;
}
/*底部*/
.footer {
	background: #ddd;
	border-bottom: 30px solid #999;
	color: #333;
	font-size: 1em;
	margin-top: 30px;
	overflow: hidden;
}
.footer a {
	color: #444;
}
.footer a:hover {
	color: #00a5ed;
}
.footer .nav {
	background: #eee;
}
.footer .nav .sl_menu {
	border: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 800px;
}
.footer .nav .sl_menu .menuid10 {
	color: #00a5ed;
}
.footer .nav .sl_menu li {
	display: inline;
}
.footer .nav .sl_menu li a {
	display: inline-block;
 *display: inline;
	font: bold 1.2em/150% Microsoft YaHei, Arial;
	padding: 0 20px;
	text-align: center;
	white-space: nowrap;
}
.footer .nav .sl_menu ul {
	display: none;
}
.footer .footer_copyright {
	padding-bottom: 20px;
}
.footer .footer_logo {
	width: 30%;
}
.footer .footer_qrcode {
	background: #eee;
	padding: 0 20px;
	text-align: center;
	width: 120px;
}
.footer .footer_info {
	width: 66%;
}
.footer .footer_info .sitelogo {
}
.footer .footer_info .sitelogo a {
	height: 50px;
}
#backToTop {
	background: #000;
	bottom: 100px;
	cursor: pointer;
	display: none;
	font-size: 12px;
	line-height: 1.2;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	padding: 5px 0;
	position: fixed;
	right: 10px;
	text-align: center;
	width: 18px;
}
#backToTop a {
	color: #FFF;
}
/*手机条*/
.box_footerBody {
	background: #00a5ed;
	bottom: 0;
	display: none;
	height: 45px;
	left: 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 99;
}
.Toolbar {
	background: -moz-linear-gradient(top, #00a5ed, #087aab);
	background: -o-linear-gradient(left top, left bottom, from(#00a5ed), to(#087aab));
	background: -webkit-gradient(linear, center top, center bottom, from(#00a5ed), to(#087aab));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a5ed', endColorstr='#087aab', GradientType='0');
	height: 45px;
	margin: 0 auto;
	width: 100%;
}
.Toolbar ul {
	box-orient: horizontal;
	display: box;
	overflow: hidden;
}
.Toolbar li {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	border-top: 1px solid #087aab;
	float: left;
	list-style: none outside none;
	text-align: center;
	width: 33.3%;
}
.Toolbar a, .Toolbar div {
	border: 1px solid #00a5ed;
	border-right: 1px solid #156b90;
	border-bottom: none;
	color: #fff;
	display: block;
	height: 43px;
	line-height: 38px;
	text-align: center;
	vertical-align: middle;
}
.Toolbar span {
	display: block;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
}
.Toolbar .icon {
	background: url(../images/icon_toolBar.png) no-repeat;
	height: 20px;
	margin-top: 3px;
	padding: 0;
	width: 30px;
}
.Toolbar .tel {
	background-position: 0px 0px;
}
.Toolbar .share {
	background-position: 0px -20px;
}
.Toolbar .map {
	background-position: 0px -40px;
}
.Toolbar .bookmark {
	background-position: 0px -60px;
}
.Toolbar .chat {
	background-position: 0px -80px;
}
.Toolbar .email {
	background-position: 0px -100px;
}
.Toolbar .templet {
	background-position: 0px -120px;
}
/*Media query*/
@media only screen and (max-width : 1200px) {
.header .nav ul.sl_menu li ul li {
	height: 220px;
	width: 11%;
}
#menuIcon, .header .phone {
	display: none;
}
.slides li {
	background-size: 140% !important;
}
}
@media only screen and (max-width : 1024px) {
.banner, .flexslider {
	height: 450px;
}
}
@media only screen and (max-width : 960px) {
.banner, .flexslider {
	height: 420px;
}
#menuIcon {
	display: block;
	padding: 13px;
}
.header .nav ul.sl_menu {
	box-shadow: 0 3px 4px rgba(153,153,153,0.7);
	display: none;
	left: 0;
	padding: 0;
	position: absolute;
	width: 100%;
}
.header .nav ul.sl_menu > li {
	background: #fff;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
.header .nav ul.sl_menu > li > a {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.header .nav ul.sl_menu > li:hover {
	background-color: #bbb;
}
.header .nav ul.sl_menu li > ul {
	display: block;
	height: auto;
	margin-left: 0;
	position: relative;
}
.header .nav ul.sl_menu .menu_img {
	display: none;
}
.header .nav ul.sl_menu li ul li {
	height:100%;
	width: 24.8%;
}
.header .nav ul.sl_menu li ul li p {
	margin-bottom: 10px;
}
.header .nav ul.sl_menu li ul li a {
	padding: 4px;
}
.box_footerBody {
	display:block;
}
.index_case .list {
	width: 45.6% !important;
}
}

@media only screen and (max-width : 820px) {
.banner, .flexslider {
	height: 360px;
}
.leftsidebar, .rightsidebar {
	float: none;
	width: 100%;
}
.index_news_box {
	width: 45.6%;
}
.index_message {
	clear: both;
	float: none;
	width: 100% !important;
}
}

@media only screen and (max-width : 610px) {
.header .nav ul.sl_menu li ul li {
	width: 33.1%;
}
.banner, .flexslider {
	height: 268px;
}
.product2 .list,.index_case .list {
	float:none;
	margin: 0 auto;
	width: 96%;
}
.product2 .list .pro_pic {
	max-height: none;
}
.product1 .list,.product3 .list {
	width: 44%;
}
.index_news_box {
	float:none;
	margin:0 auto;
	overflow-x:hidden;
	width:98%;
}
.option, .side, .bdshare-slide-button-box, .sr-bdimgshare, .bdselect_share_box {
	display: none !important;
}
}

@media only screen and (max-width : 510px) {
html {
	font-size: 11px;
}
.banner, .flexslider {
	height: 225px;
}
.index_case, .news_page_left, .product_page_left, .flex-direction-nav, .flex-control-nav, .footer .nav {
	display: none;
}
.index_news_box, .footer .footer_logo, .footer .footer_info, .footer .footer_qrcode, .footer .nav .sl_menu, .product_page_right, .news_page_right {
	float: none;
	width: 100%;
}
}
@media only screen and (max-width : 420px) {
.banner, .flexslider {
	height: 185px;
}
.header .nav ul.sl_menu li ul li {
	width: 49.7%;
}
}
@media only screen and (max-width : 375px) {
.banner, .flexslider {
	height: 165px;
}
.sitelogo {
	margin: 15px 10px 0 0;
	width: 250px;
}
.sitelogo a {
	background-size: 90% !important;
}
.header .nav ul.sl_menu li ul li p {
	display:none;
}
.product1 .list,.product3 .list {
	float:none;
	margin: 0 auto;
	width: 96%;
}
}
@media only screen and (max-width : 320px) {
.banner, .flexslider {
	height: 140px;
}
.sitelogo {
	width: 240px;
}
.header .nav ul.sl_menu li ul li {
	text-align: center;
	width: 100%;
}
}