﻿@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width: 100%;
}
.gridContainer {
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 0;
}
.LayoutDiv {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
}
.sousuo {
	float: left;
	width: 25%;
}
.daohang {
	float: left;
	width: 25%;
	margin-left: 50%;
}
.top {
	background: url(../images/topbg.gif) no-repeat;
	background-size: 100% 100%;
}
.tanniu {
	width: 100%;
	height: 100%;
	display: block;
}
#modal {
	display: none;
}
#pageslide {
	display: none;
	background: #181818;
	position: absolute;
	position: fixed;
	top: 0;
	width: 50%;
	max-width: 320px;
	height: 100%;
	z-index: 999999;
font-size:12px;
}
.dh a {
	float: left;
	width: 100%;
	display: block;
}
.nav-in {
	padding: 0px;
	margin: 0px;
}
.nav-in a {
	display: block;
	line-height: 2.2;
	font-size: 1.2em;
	color: #b5b5b5;
	border-bottom: 1px solid #000;
	text-decoration: none;
}
.nav-in p {
	display: block;
	color: #fff;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
}
.nav-in p font {
	color: #b5b5b5;
	font-family: 'Impact';
	font-weight: normal;
}
.nav-in p em {
	width: 100%;
	display: block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 3px;
}
.nav-in p span {
	padding: 5% 0;
	display: block;
	color: #b5b5b5;
}
.nav-in li {
	text-align: center;
	list-style: none;
}
.searcharea {
	float: left;
	display: none;
	z-index: 9;
	position: absolute;
	width: 100%;
	padding: 2% 0;
	background: #ccc;
}
.search_but {
	float: right;
	width: 13.3%;
	font-family: 'microsoft yahei';
	border: 0;
	font-size: 1.1em;
	margin-right: 1.5%;
	color: #161b2c;
	height: 32px;
	line-height: 32px;
	background: #fafafa;
text-align:center;
}
.search_txt {
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0% 0 0% 4%;
	color: #6e6d6d;
	font-size: 1.1em;
	width: 77%;
	margin-left: 2%;
	font-family: 'microsoft yahei';
	border: 0;
}
.backbut {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	transform: rotate(270deg);
}
.seabut, .backbut {
}
.mod-slide .slide-in {
	position: relative;
	overflow: hidden;
	width: 2000px;
}
.mod-slide .slide-in > div {
	float: left;
	position: relative;
	width: 20%;
	font-size: 0;
	text-align: center;
}
.mod-slide .slide-in > div img {
	display: inline-block;
	width: 100%;
}
.mod-slide .slide-pos {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	padding: 1% 0;
	text-align: center;
}
.mod-slide .slide-pos li {
	display: inline-block;
	width: 0.75em;
	height: 0.75em;
	margin: 0 0.4em;
	background: #333;
	border-radius: 1.5em;
}
.islide {
	width: 93.75%;
	overflow: hidden;
	margin: 3% auto;
	position: relative
}
.slide-pos li.on {
	background: #1468bd
}
#owl-demo {
	position: relative;
	width: 96%;
	margin: 0px 1%;
	padding: 1%;
	border: 1px solid #c0c0c0;
}
#owl-demo .item {
	position: relative;
	display: block;
}
#owl-demo img {
	display: block;
	width: 100%;
}
#owl-demo b {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 78px;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}
#owl-demo span {
	position: absolute;
	left: 0;
	bottom: 37px;
	width: 100%;
	font: 18px/32px "微软雅黑", "黑体";
	color: #fff;
	text-align: center;
}
.owl-pagination {
	position: absolute;
	left: 0;
	bottom: 2%;
	width: 100%;
	height: 22px;
	text-align: center;
}
.owl-page {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-image: url(../images/bg15.png);
*display:inline;
*zoom:1;
}
.owl-pagination .active {
	width: 10px;
	background-image: url(../images/bg16.png);
}
.owl-buttons {
	display: none;
}
.owl-buttons div {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 80px;
	margin-top: -40px;
	text-indent: -9999px;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.mt11 {
	margin-top: 1%;
}
.bg1 { background:#f6f5f1;}
.xd {float:left; width:25%;}
.xd  a {width:100%; height:100%; display:block;}
.sytit {float:left; width:100%; font-size:1.2em; margin:2% 0%; text-align:center; font-weight:bold; font-family:微软雅黑;}
.sytits {color:#1468bd;}
.sytitx {color:#000;}
.synr {float:left; width:90%; padding:1% 5%; line-height:1.6em; font-family:微软雅黑;}
.gd {float:left; width:90%; height:2em; line-height:2em; background:#1468bd; font-size:1em; margin:2% 5%; text-align:center; font-family:微软雅黑; border-radius:5px;}
.gd a {color:#fff; text-decoration:none; display:inline-block; width:auto;}
.piclist {margin:0px; padding:0px;} 
.piclist li {float:left; list-style:none; width:42%; margin-right:8%; background:#dedede; padding:2%; margin-top:4%; padding-bottom:0px;}
.piclist li:nth-child(2n+2) {margin-right:0px;}
.o8 { overflow:hidden; height:8.1em; padding:0% 5%; margin:1% 0%; line-height:1.7em;}
.piczi {text-align:center; line-height:2em;}
.piczi a {color:#000; text-decoration:none;}
.pictu {float:left; width:100%; position:relative; }
.zw {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.newslist {float:left; margin:0; padding:0; width:100%;}
.newslist li {float:left; width:90%; padding:0px 5%; height:3em; line-height:3em; list-style:none; }
.newsl {float:left; width:70%; height:3em; text-align:left; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.newsr {float:left; width:30%; height:3em; text-align:right; }
.newsl a { text-decoration:none; color:#000;}
.newslist li:nth-child(odd) { background:#f6f5f1;}
.xx {float:left; width:25%;}
.topbut{ float:right; width:5%; z-index:99; display:none;}
.xuanxiang { float:left; width:100%; margin:0; padding:0px;}
.xuanxiang li {float:left; width:25%; list-style:none; text-align:center; line-height:3em; }
.xuanxiang li a { text-decoration:none; color:#000; font-weight:bold;}
.focus  {  background:#1468bd; color:#fff !important;}
