* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
li {
	list-style-type: none;
}
body {
	background: url(../images/body-bg.png) repeat-y center top;
}
.clear {
	clear: both;
}
.c-con {
	width: 1000px;
	margin: 0 auto;
}

.head {
	height: 70px;
	background-color:#fff;
	background:url(../images/head-bg.png) repeat-x;
	border-bottom:2px solid #095095;
}
.head .c-con{
	display:table;
	height:70px;
}
.head .logo{
	display:table-cell;
	vertical-align:middle;
}
.head .head-right{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
}
.head .head-right .lang{
	margin-top:10px;
	margin-bottom:3px;
	font-size:12px;
	color:#a6a6a6;
	font-family:"宋体";
}
.head .head-right .lang a{
	color:#a6a6a6;
	margin-left:8px;
}
.head .head-right .lang a:hover{
	color:#333;
	text-decoration:underline;
}
.head .head-right .lang span{
	margin-left:10px;
}
.head .head-right .lang form{
	display:inline-block;
	vertical-align:middle;
}
.head .head-right .lang .search{
	
	position:relative;
}
.head .head-right .lang .search input[type="text"]{
	border:1px solid #ddd;
	height:20px;
	line-height:20px;
	padding:0 15px 0 5px;
}
.head .head-right .lang .search input[type="submit"]{
	position:absolute;
	right:0;
	height:20px;
	width:25px;
	background:url(../images/search_icon.png) no-repeat center center;
	border:none;
	cursor:pointer;
}
.head .head-right .nav ol{
	font-size:0;
}
.head .head-right .nav ol li{
	display:inline-block;
	font-size:14px;
	width:84px;
	text-align:center;
}
.head .head-right .nav ol li:hover{
	background:url(../images/nav-title.png) no-repeat center top;
}
.head .head-right .nav ol li a{
	color:#686868;
	text-shadow:1px 1px 0 #fff;
	font-family:"微软雅黑";
	display:block;
	line-height:38px;
}
.head .head-right .nav ol li:hover a{
	color:#014b92;
	font-weight:bold;
}
.banner {
	height: 404px;
	position: relative;
	z-index: 10;
}
.slideBox{
	position:relative;
	height:404px;
}
.slideBox .bd ul li{
	height:404px;
	width:100%;
	background-repeat:no-repeat;
	background-position:center top;
}
.slideBox .bd ul li a{
	display:block;
	height:100%;
	width:100%;
}
.slideBox .btn{
	display:none;
}
.slideBox  .hd{
	text-align:center;
	position:relative;
	top:-30px;
	right:30px;
	z-index:10;
}
.slideBox  .hd ul li{
	display:inline-block;
	width:10px;
	min-height:10px;
	margin-right:5px;
	font-size:0;
	cursor:pointer;
	background-color:#ddd;
	border:2px solid #ddd;
	border-radius:50%;
}
.slideBox  .hd ul li.on{
	background-color:#222;
}

.main {
	width: 100%;
	height: 198px;
	padding: 72px 0 90px;
	background: url(../images/body-bg.png) no-repeat center top;
}
.main ol {
	width: 1100px;
}
.main ol li {
	float: left;
	margin-right: 36px;
	position: relative;
}
.main ol li .img {
	width: 310px;
	height: 202px;
	text-align: center;
	padding-top: 5px;
	background: url(../images/home-frame.png) no-repeat;
	z-index: 10;
}
.main ol li .shadow {
	width: 334px;
	height: 29px;
	background: url(../images/home-shadow.png) no-repeat;
	position: absolute;
	bottom: -24px;
	left: -15px;
}
.main ol li .link {
	width: 300px;
	height: 192px;
	background: #000;
	position: absolute;
	top: 5px;
	left: 5px;
	opacity: 0.5;
	display: none;
}
.main ol li .link a {
	display: block;
	width: 300px;
	height: 192px;
	color: #fff;
	font-size: 60px;
	line-height: 192px;
}
.foot {
	height: 55px;
	line-height: 55px;
	background: #222;
	text-align: center;
	font-family: "Arial","宋体";
	color: #fff;
	font-size: 12px;
}
.banner-top {
	height: 171px;
	background: url(../images/banner-top.jpg) no-repeat center top;
}
.con-a {
	padding: 11px 0 100px;
	overflow:hidden;
}
.con-a .sidebar {
	float: left;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	background:none;
	background-color:#fff;
	width:210px;
	padding-bottom:70px;
	border-radius:5px;
}
.con-a .sidebar ol {
	width:210px;
}
.con-a .sidebar ol h2{
	font-weight:normal;
	font-size:15px;
	color:#fff;
	height:60px;
	line-height:33px;
	font-family:"微软雅黑";
	text-align:center;
	margin-bottom:5px;
	border-bottom:1px solid #ccc;
	background:url(../images/side-top.png) no-repeat;
}
.con-a .side-2 ol h2{
	background-image:url(../images/side-top-2.png);
}
.con-a .side-3 ol h2{
	background-image:url(../images/side-top-3.png);
}
.con-a .side-4 ol h2{
	background-image:url(../images/side-top-4.png);
}
.con-a .side-5 ol h2{
	background-image:url(../images/side-top-5.png);
}
.con-a .side-6 ol h2{
	background-image:url(../images/side-top-6.png);
}
.con-a .side-7 ol h2{
	background-image:url(../images/side-top-7.png);
}
.con-a .sidebar ol li {
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-bottom:1px solid #ccc;
}
.con-a .sidebar ol li a {
	display: block;
	font-family: "微软雅黑";
	font-size: 15px;
	color:#666;
	background:none;
	position:relative;
}
.con-a .sidebar ol li.select a {
	color:#0084ff;
	font-weight:bold;
}
.con-a .sidebar ol li:hover a {
	color:#0084ff;
	font-weight:bold;
}
.con-a .sidebar ol li a .arrow{
	position:absolute;
	top:13px;
	left:20px;
}
.con-a .content {
	float: left;
	margin-left: 25px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	border-radius:5px;
	width:764px;
	padding:20px 0 50px;
	line-height:25px;
	background-color:#fff;
}
.con-a .content h2 {
	margin-bottom: 20px;
	border-bottom:1px solid #ccc;
	line-height:40px;
	padding-left:80px;
	background-color:#0084FF;
	color:#fff;
	font-size:16px;
	position:relative;
}
.con-a .content h2 a {
	font-family: "微软雅黑";
	z-index: 2;
	position: relative;
	padding-bottom: 2px;
	font-weight:normal;
	color:#fff;
}
.con-a .content h2 .block{
	position:absolute;
	left:5px;
	top:-21px;
}
.con-a .content p {
	line-height:25px;
	text-indent:2em;
	margin-bottom:10px;
	padding:0 25px;
	font-family:"宋体";
	font-size:12px;
	color:#333;
}
.con-a .product{
	padding:10px 45px;
	width:120%;
}
.con-a .product li {
	border:2px solid #b9b9b9;
	text-align: center;
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
	position: relative;
}
.con-a .product li img {
	width: 200px;
	height: 130px;
}
.con-a .product li a {
	cursor: pointer;
}
.con-a .product li .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.con-a .product li .word {
	position: absolute;
	width: 100%;
	top: 50px;
	display: none;
	
}
.con-a .product li .word p {
	color: #fff;
	font-size:16px;
}
.con-a .product .xq {
	display: none;
}

.con-a .content .news {
	padding: 0 30px;
}
.con-a .content .news li {
	border-bottom: 1px dashed #ccc;
	line-height: 25px;
	font-size: 12px;
}
.con-a .content .news li a {
	color: #333;
	display:block;
	padding: 8px 0;
	font-family:"宋体";
}
.con-a .content .news li a span {
	float: right;
}
.con-a .content .news li a:hover {
	color: #f1ac00;
	font-weight:bold;
}
.con-a .content .news-con{
	padding:0 10px;
}
.con-a .content .news-con h3 {
	text-align: center;
	font-weight: normal;
	font-size: 21px;
	color: #333;
	font-family: "微软雅黑";
	line-height: 28px;
	font-weight:bold;
	padding:15px 0;
}
.con-a .content .news-con .time {
	font-size: 12px;
	color: #666;
	text-align: center;
	margin: 5px 0 10px;
}
.con-a .content .news-con p {
	text-indent: 2em;
	line-height: 25px;
	color: #333;
	margin-bottom:10px;
}
.con-a .content .vedio-con {
	padding: 10px 20px;
}



.con-a .product li .display {
	width: 650px;
	height: 420px;
	background: #fff;
	z-index: 500;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -210px 0 0 -325px;
	border:5px solid #ddd;
	display:none;
}
.con-a .product li .display .img {
	width: 335px;
	height: 335px;
	overflow: hidden;
	float: left;
	margin: 20px;
}
.con-a .product li .display .img img {
	width: 100%;
	height: 100%;
}
.con-a .product li .display .close {
	font-size: 24px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	color:#999;
}
@-moz-document url-prefix(){
	.con-a .product li .display .close {
		top: 7px;
		right: 13px;
	}
}
.con-a .product li .display .close:hover{
	color:#333;
}
.con-a .product li .display h4{
	text-align:left;
	padding:0;
	border-bottom:1px solid #ddd;
	padding-bottom:3px;
	margin-bottom:5px;
}
.con-a .product li .display p{
	padding:0;
	text-align:left;
	text-indent:0;
	font-family:"微软雅黑";
	line-height:25px;
	margin-bottom:10px;
}
.con-a .product li .display .scrollContent{
	margin:35px 15px 0 0;
	height:365px;
	padding-right:20px;
}
.display-cover {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top:0;
	left:0;
	z-index: 499;
	filter: alpha(opacity=70);
	opacity: 0.7;
	display: none;
}
.con-a .content .contact{
	padding:5px 25px;
}
.con-a .content .contact h4{
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:15px;
}
.con-a .content .contact p{
	text-indent:0;
	padding:0;
	margin:0;
	font-size:14px;
}
.body1{
	background:#f4f4f4;
}
.banner-top{
	height:250px;
	margin-bottom:15px;
}
