﻿@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body,td,th {
	font-size: 12px;
}
a {
	font-size: 12px;
	color: #555;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #555;
}
a:hover {
	text-decoration: none;
	color: #5eb754;
}
a:active {
	text-decoration: none;
	color: #555;
}
table {
	border-collapse:collapse;
}
img {
	border:0;
}
ul {
	list-style:none;
}
.Cal {
	clear:both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.w830{
	width:830px;
}
.w490{
	width:480px;
}
.w400{
	width: 400px;
}
.bg{
	background-color:#f2f6f9;
}
#header{
	height:100px;
	position:relative;
	background:#FFF;
}
#header .ground {
    background: url("../images/bg.png") repeat-x scroll 0 0;
    bottom: -2px;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 6;
}
#Top,#Content,#QuickLink,#PageNow {
	width:1001px;
	margin:0 auto;
}
#Top{
	margin-top:7px;
}
#Logo {
	width:200px;
	float:left;
}
#LogoLink {
	line-height:30px;
	font-size:28px;
	color:#333;
	font-weight:bold;
	display:block;
	width:100%;
	height:53px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../Images/logo.png) no-repeat 19px center;
}
#QuickLink {
	line-height:20px;
	text-align:right;
}
#QuickLink a{
	color:#999;
}
#Nav {
	float:right;
}
#Nav ul {
}
#Nav ul li {
	float:left;
	margin-left:10px;
	position:relative;
	z-index:300;
}
#Nav ul li a {
	width:80px;
	line-height:30px;
	display:block;
	text-align:center;
	font-size: 16px;
    padding: 20px 10px;
}

#Nav ul li ul {
	display:none;
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    opacity: 0.91;
    width: 170px;
    position: absolute;
    top:73px;
	left:-30px;
}

#Nav ul li ul li {
	padding:0;
	width:100%;
	margin:0;
}
#Nav ul li ul li a {
	line-height:26px;
	font-size:13px;
	text-align:center;
    padding: 6px 0;
    clear: both;
	width:100%;
}

#Nav ul li ul li a:hover {
    background: rgb(94, 183, 84) none repeat scroll 0 0;
    color: #fff;
    opacity: 0.6;
	border-bottom:none;
}
#Nav ul li a:hover ul,#Nav ul li:hover ul {
    display: block;
}
#Nav ul li a:hover ,#NavNow {
	border-bottom:3px solid #5eb754;
}
.mod-banner {
    background: #b4b2c0 url(../Images/1.jpg) no-repeat center -210px;
	height:300px;
}
.mod-banner .main_intro {
    height: 300px;
    margin: 0 auto;
    width: 1001px;
	position:relative;
	z-index:0;
}
#Banner{
	position:absolute;
	width:811px;
	left:190px;
	top:60px;
}
#BannerText {
	font-size:36px;
	color:#FFF;
    font-family: "微软雅黑";
}
#BannerText span,#BannerText em{
	display:block;
	text-shadow: 0 0 5px #fff, 0 0 10px #06406e, 0 0 15px #5eb754, 0 0 40px #296aff, 0 0 70px #5eb754;
}
#BannerText span{
	margin-left:150px;
	margin-top:30px;
}
#BannerText em{
	margin-top:10px;
	margin-left:300px;
}

/*首页产品分类导航*/
.allbtn{width:217px;position:absolute; z-index:9999; position:relative;}
.allbtn ul{width:100%;height:295px; border-top:5px solid #0078d7}
.allbtn ul li{padding-bottom:7px;cursor:default;}
.allbtn ul li .tx{line-height:50px;background-color:#005494;padding-left:20px;height:50px;/*opacity: 0.7;filter:alpha(opacity=70);*/}
.allbtn ul li .tx a{font-family:微软雅黑, 黑体;color:#ffffff;font-size:16px;-webkit-transition:color 0.1s ease-out 0s;-moz-transition:color 0.1s ease-out 0s;-ms-transition:color 0.1s ease-out 0s;-o-transition:color 0.1s ease-out 0s;transition:color 0.1s ease-out 0s}
.allbtn ul li .pop{border-bottom:#3b75bb 2px solid;position:absolute;border-left:medium none;padding-bottom:10px;background-color:#fcfcfc;padding-left:30px;width:640px;padding-right:30px;display:none;height:278px;border-top:medium none;top:0px;border-right:#3b75bb 2px solid;padding-top:10px;left:190px;box-shadow:4px 4px 5px -1px #999999;-webkit-box-shadow:4px 4px 5px -1px #999999;-moz-box-shadow:4px 4px 5px -1px #999999}
.allbtn ul li .pop dl{padding-bottom:6px;color:#666666;padding-top:6px;}
.allbtn ul li .pop dt a{font-family:微软雅黑, 黑体;font-size:16px;color:#3b75bb;}
.allbtn ul li .pop dd{ margin-top:10px;}
.allbtn ul li .pop dd a{ margin-right:15px;}
.allbtn ul li:hover{background-color:#fcfcfc}
.allbtn ul li:hover .tx{background-color:#f5f5f5}
.allbtn ul li:hover .tx a{color:#333333}
.allbtn ul li:hover .pop{display:block;top:0px;left:217px}


#Content {
	margin-top:10px;
	padding-top:15px;
	padding-bottom:10px;
}
#ContentLeft {
	width:217px;
	float:left;
}
#ContentRight {
	width:730px;
	float:right;
}
.TopBar {
	border-bottom:1px dotted #CCC;
	/*background-image:url(../Images/Ico1.gif);*/
	background-repeat:no-repeat;
	background-position:2px 18px;
	/*text-indent:32px;*/
	line-height:40px;
	font-size:16px;
    font-family: "微软雅黑";
}
.TopBar div a{
	margin-right:10px;
	font-size:14px;
}
.TopBar div a.on{
	font-weight:bold;
	border-bottom:3px solid #5eb754;
	padding-bottom:9px;
	color:#5eb754;
}
.TopBtn{
	background-color:#f2f6ff;
	line-height:30px;
	text-align:center;
	margin-top:20px;
}
.TopBtn:hover{
	background-color:#296aff;
}
.TopBtn:hover a{
	color:#FFF;
	display:block;
}
.TopContent {
	margin-top:10px;
	margin-bottom:10px;
}
.TopContent ul {
}
.TopContent ul.listbg li:hover{
	background-color:#f5f5f5;
}
.TopContent ul li{
	line-height: 36px;
    overflow: hidden;
}
.TopContent ul li a {
    float: left;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.TopContent ul li span {
    color: #a1b1c2;
    float: right;
    font-size: 14px;
    text-align: right;
}
.link a{
	margin-left:20px;
	margin-right:20px;
	margin-top:25px;
	display:inline-block;
}
.link img{
	height:30px;
}
.w490 .TopContent ul li a {
	width:390px;
}
.ImgList {
	margin:5px;
	list-style:none;
}
.ImgList li {
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	width:175px;
	height:130px;
	text-align:center;
	line-height:20px;
	overflow:hidden;
}
.ImgList li a{
	display:table-cell;
}
.ImgList li img {
	width:173px;
	max-height:98px;
}
.Title {
	font-size:18px;
	text-align:center;
	margin:10px;
}
.Info {
	text-align:center;
	line-height:20px;
}
.Contents {
	margin:10px;
	line-height:150%;
	font-family:"宋体";
}
.Contents p{
	margin:10px auto;
	padding:inherit;
	line-height:24px;
	font-family:"宋体";
}
.Contents img{
	max-width:100%;
}
#Page {
	margin-top:10px;
	line-height:22px;
	border-top:#a1b1c2 dotted 1px;
	padding-top:10px;
	text-align:right;
}
#PageNow {
	line-height:50px;
	display:block;
}
.nav-bar {
    color: #616161;
    height: 50px;
    background-color: #f2f6f9;
}
#Bottom {
	background-image:url(../Images/BottomBg.jpg);
	padding-top:16px;
	height:50px;
	text-align:center;
	line-height:20px;
	color:#666;
}
#Bottom a {
	color:#666;
}
/*左侧菜单*/
.sidenav{
	text-align:right;
}
.sidenav dt{
	background-color:#296aff;
	font-size:18px;
	color:#FFF;
	padding-right:20px;
	height:68px;
}
.sidenav dt span{
	display:block;
	padding-top:5px;
	height:20px;
}
.sidenav dd{
	background: #f5f5f5;
    color: #666;
    cursor: pointer;
    font: 14px/36px "microsoft yahei";
    height: 36px;
    position: relative;
    text-align: right;
	margin:6px 0;
}
.sidenav dd i {
    background-color: #296aff;
    height: 3px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 16px;
    width: 12px;
}
.sidenav dd:hover i,.sidenav dd.subnav i {
    background-color: #5eb754;
}
.sidenav dd a{
	display:block;
    padding-right: 34px;
}
.sidenav dd.subnav{
	height:auto;
	padding-top:30px;
}
.sidenav dd.subnav a{
    position: absolute;
	width:183px;
	top:0;
	font-weight:bold;
}
.sidenav dd.subnav ul{
	display:block;
	background-color:#f2f2f2;
}
.sidenav dd.subnav ul li{
	margin:6px 0;
}
.sidenav dd.subnav ul li a{
	position:relative;
	display:block;
	font-weight:normal;
}
.sidenav dd.subnav ul li a:hover{
	background-color:#f5f5f5;
}

/*右侧浮动*/
.floating_ck{position:fixed;right:20px;top:30%; z-index:9999;}
.floating_ck dl dd{position:relative;width:60px;height:70px;background-color:#0078d7;border-bottom:solid 1px #005494;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#005494;border-bottom:solid 1px #005494;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../images/icon-fx.png);}
.words{background-image:url(../images/icon0701/zxicon.png);}
.quote{background-image:url(../images/icon0701/kficon.png);}
.qrcord{background-image:url(../images/icon0701/erweima.png);}
.return{background-image:url(../images/icon0701/fanhui.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:44px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:70px;background-color:#005494;border-bottom:solid 1px #005494;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:190px;top:-120px;}
.floating_ewm i{background-image:url(../images/erweima.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.quote .qrcord_p02{font-size:18px;color:#fff;margin-top:13px;}
.consult .bdsharebuttonbox{
	margin-left:20px;
	margin-top:10px;
}

/*滚动图片*/
.cases_pic {
    height: 100px;
    text-align: center;
}
.cases_pic span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.cases_pic img {
    vertical-align: middle;
	max-height:60px;
}
.cases_name {
    text-align: center;
}
.cases_info {
    text-align: center;
}
.cases_info a {
    color: #999;
    text-align: center;
}
.cases_info a:hover {
    color: #333;
    text-align: center;
}
.cases {
    height: 150px;
    padding-top: 25px;
}
.box {
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.picbox {
    height: 150px;
    overflow: hidden;
    position: relative;
    width: 960px;
}
.piclist {
    height: 156px;
    left: 0;
    position: absolute;
    top: 0;
}
.piclist li {
    display: inline;
    float: left;
}
.mainlist li,.swaplist li{
    margin-left: 35px;
    margin-right: 35px;
    width: 250px;
}
.swaplist {
    left: -3000px;
    position: absolute;
    top: 0;
}
.og_prev, .og_next {
    height: 40px;
    position: absolute;
    top: 43px;
    width: 20px;
    z-index: 99;
}
.og_prev a, .og_next a {
    background: url("../images/icon_arrow.png") no-repeat scroll 0 0;
    display: block;
    height: 40px;
    width: 20px;
}
.og_prev {
    left: -20px;
}
.og_next {
    right: -20px;
}
.og_prev a {
    background-position: 0 0;
}
.og_next a {
    background-position: -30px 0;
}
.og_prev a:hover {
    background-position: 0 -50px;
}
.og_next a:hover {
    background-position: -30px -50px;
}
/*证书*/
.photoblock-many {		/* A general full-width photo block (that clears), for many thumbnails */
   margin: 0 10px 10px -4px;
   clear: both;
   width: 100%;
   text-align: center;
   font-size: 10px;
   color: #888888;
}
.photoblock-many img{
	width:161px;
	height:123px;
}
.photoblock-many a{
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
	display:inline-block;
}

.TopPiclist .piclist{
	position:inherit;
	padding-left:5px;
	padding-right:5px;
}
.TopPiclist .piclist li{
	width:230px;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	margin-bottom:10px;
}
.TopPiclist .piclist li .cases_pic img{
	max-width:220px;
}