html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
html {
	background: #2466fc url(../img/bgblue.jpg) repeat-x top center;
}
body {
	font-family: 'microsoft yahei', 微软雅黑, simsun, 宋体, tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
word-wrap: break-word;
}
a {
	color: #333;
	text-decoration: none;
	outline: none;
	transition-duration: 0.5s;
}
a:hover {
	color: #2466fc;
}
a.current {
	color: #2466fc;
}
.cl {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}
.wrapper {
	position: relative;
}
.inner {
	margin: 0 auto;
}
.header .inner {
	background: #2466fc;
position: relative;
z-index: 999;
background: url(../img/bg.jpg) no-repeat center center;
background-size: 100% auto;
width: 100%;
height: 160px;
}

#logo {
float:left;
	width: 120px;
	margin: 25px;
vertical-align: middle;
}

.header .cname{
float:left;
color:#fff;
font-size: 32px;
line-height: 80px;
}
.header .ename{
float:left;
color:#fff;
font-size:16px;
line-height:30px;
margin-top: -20px;
}
/*菜单*/
.menu {
	position: absolute;
bottom: 0;
left: 0;
font-weight: bold;
z-index: 999;
font-size: 16px;
width: 100%;
height: 46px;
margin: 0;
padding: 0;
border-bottom: 4px solid #2466fc;
background: rgba(255,255,255,0.75);
_background: #eee;
}
.menu ul {
	margin: 0;
	padding: 0;
	float: left;
}
.menu li {
	list-style-type: none;
	text-align: center;
	float: left;
}
.menu li:hover {
	position: relative;
}
.menu li a {
	color: #2466fc;
	display: block;
 *display:inline;
	padding: 0;
}
.menu li a:hover {
}
/*一级菜单*/
.menu ul.level1 li {
	float: left;
	width: 100px;
	margin: 0 5px;
	line-height: 46px;
	display: inline-block;
 *display:inline;
 *zoom:1;
}
.menu ul.level1 li a {
	font-weight: bold;
}
.menu ul.level1 li a:hover, .menu ul.level1 li a.current {
	background: #2466fc;
	color: #fff;
}
/*二、三级菜单*/
.menu ul.level2, .menu ul.level3 {
	display: none;
	position: absolute;
	background: #fff;
	border-top: 10px solid #2466fc;
	border-bottom: 4px solid #2466fc;
	border: none\9;
	box-shadow: 0 3px 12px #000;
	border-radius: 15px 15px 0 0;
	margin-left: -5px;
	transition-duration: 0.5s;
}
.menu ul.level3 {
	border-top: 0;
	border-bottom: 0;
	border-left: 4px solid #2466fc;
	border-radius: 15px 0 0 15px;
}
.menu ul.level2 li, ul.level3 li {
	line-height: 2;
	margin: 5px;
}
.menu ul.level2 li a, .menu ul.level3 li a {
	color: #2466fc;
	font-size: 13px;
}
.menu ul.level2 li a:hover, ul.level3 li a:hover {
	color: #fff;
	background: #2466fc;
	border-top: none;
}
/*二级菜单*/
.menu ul.level2 {
	top: 100%;
	left: 0;
}
/*三级菜单*/
.menu ul.level3 {
	left: 90%;
	top: 5px;
}
/*显隐下级*/
.menu li:hover > ul {
	display: block;
}
.topnav {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
}
.topnav li {
	float: left;
	line-height: 36px;
	padding: 0 10px;
	opacity: 0.9;
}
.topnav li:hover {
	opacity: 1;
}
.topnav li a {
	color: #fff;
}
.topnav li a:hover {
	color: #fff;
	text-decoration: underline;
}


.main .inner {
	padding: 10px 20px;
	overflow: hidden;
	position: relative;
	z-index: 99;
	background: #fff;
clear:both;
}
.home .header .inner {
	box-shadow: 0 8px 15px #444;
}
.home .main {
	margin-top: -100px;
}
.home .main .inner {
	box-shadow: 0 -8px 12px #555;
}
.home #wowslider-container1 .ws_images {
	border: none!important;
}
.home #wowslider-container1 .ws_thumbs {
	bottom: 100px;
}
.home #wowslider-container1 .ws_thumbs div {
	left: 50%!important;
	margin-left: -18.2em!important;
	text-align: center;
}
.home #wowslider-container1 .ws_thumbs a {
	opacity: 0.75;
	border-radius: 0;
	background-color: #fff;
}
.home #wowslider-container1 .ws_thumbs a.ws_selthumb {
	background-color: #2466fc;
	opacity: 1;
}
.home .col.Product img {
	width: 40px!important;
}
.home .col.Case img {
	width: 80px!important;
}
.col li {
	border-bottom: 1px solid #2466fc;
	line-height: 32px;
	height: 32px;
padding: 0 5px;
	overflow: hidden;
}
.col li:hover, .col li.current {
color:#fff;
	background: #2466fc;
}
.col:last-child {
	margin-right: 0!important;
}
.coltitle {
	color: #2466fc;
	position: relative;
	margin: 10px 0;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}
.coltitle:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-left: 8px;
	margin-top: -1px;
	border-bottom: 2px dotted #2466fc;
	height: 0px;
	width: 100%;
}
.coltitle span, .coltitle a {
	color: #fff;
	background: #2466fc;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 10px;
}
.coltitle a:hover {
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
	margin-right: 2%;
	float: left;
	position: relative;
}
.one_half {
	width: 49%;
}
.one_third {
	width: 32%;
}
.two_third {
	width: 66%;
}
.one_fourth {
	width: 23.5%;
}
.three_fourth {
	width: 74.5%;
}
.pshow {
	position: relative;
	border: 1px solid #2466fc;
	margin: 30px 0;
}
.pshow #mprev, .pshow #mnext {
	display: block;
	width: 40px;
	height: 100%;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 140px;
	position: absolute;
	background: #2466fc;
	top: 0;
	cursor: pointer;
}
.pshow #mprev {
	left: 0;
	text-align: left;
}
.pshow #mnext {
	right: 0;
	text-align: right;
}
.marquee {
	position: relative;
	overflow: hidden;
	width: 100%!important;
}
.marquee ul {
	position: relative;
	overflow: hidden;
}
.marquee ul li {
	float: left;
	width: 90px;
	height: 120px;
	border-right: 1px dashed #2466fc;
	padding: 10px 20px;
}
.marquee ul li:hover {
	background: #eee;
}
.marquee ul li img {
	width: 100%;
	cursor: pointer;
}

.pages {
	text-align: center;
	margin: 2em;
	font-size: 1.2em;
}
.pages a, .pages span {
	padding: 5px 10px;
}
.pages a {
color:#fff;
background:#2466fc;
}
.pages a:hover,.pages a.current{
background:#ff7c02;
}

#content img{
max-width:100%;
}

#footer .inner {
	line-height: 30px;
	text-align: center;
	background: none;
	color: #fff;
}