@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot') format('embedded-opentype'),  url('../fonts/iconfont.woff') format('woff'),  url('../fonts/iconfont.ttf') format('truetype'),  url('../fonts/iconfont.svg#iconfont') format('svg');
}
.jiaodian {
	width: 100%;
	position: relative;
}
.main1 {
	position: absolute;
	height: 450px;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
}
.banner {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.banner-slide {
	width: 100%;
	height: 450px;
	background-repeat: no-repeat;
	background-size: auto 450px;
	background-position: center;
	float: left;
	display: none;
}
.slide-active {
	display: block;
}


.next {
	transform: rotate(0deg);
	left: auto;
	right: 5%;
}
.button:hover {
	background-color: #333;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.dots {
	position: absolute;
	bottom: 24px;
	right: 0;
	text-align: right;
	padding-right: 24px;
	line-height: 12px;
}
.dots span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-left: 8px;
	background-color: rgba(7, 17, 27, 0.4);
	cursor: pointer;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8) inset;
}
.dots span.active {
	box-shadow: 0 0 0 2px rgba(7, 17, 27, 0.4) inset;
	background-color: #ffffff;
}

.menu-box {
	background: rgba(0, 0, 0, 0.7);
	opacity: 0.7;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 244px;
	height: 450px;
	z-index: 999999;
}
.menu-content {
	position: absolute;
	left: 0px;
	top: -52px;
	width: 244px;
	z-index: 99999999999999;
}
.menu-item {
	height: 75px;
	line-height: 75px;
	font-size: 12px;
	cursor: pointer;
	position: relative;
}
.ico1 {
	background: url(../images/y6.png) 0px -50px no-repeat;
}
.ico2 {
	background: url(../images/y6.png) 0 -125px no-repeat;
}
.ico3 {
	background: url(../images/y6.png) 0px -200px no-repeat;
}
.ico4 {
	background: url(../images/y6.png) 0px -275px no-repeat;
}
.ico5 {
	background: url(../images/y6.png) 0px -350px no-repeat;
}
.ico6 {
	background: url(../images/y6.png) 0px -425px no-repeat;
}
.menu-item a {
	display: block;
	color: #fff;
	padding: 0 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 15px;
	text-align: center;
}
.menu-item:last-child a {
	border-bottom: none;
}
.menu-item i {
	position: absolute;
	right: 32px;
	top: 26px;
	color: rgba(255,255,255,0.8);
	font-size: 32px;
	top: 0px;
	font-style: normal;
	font-weight: normal;
	font-family: "iconfont";
}
.sub-menu {
	border: 1px solid #d9dde1;
	background: #fff;
	position: absolute;
	left: 244px;
	top: 0px;
	width: 860px;
	height: 100%;
	z-index: 581;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.hide {
	display: none;
}
.menu-title {
	height:52px;
	display: block;
	width: 100%;
	background: url("../images/btitle.png") no-repeat #0c255d 25px center;
}
.menu-title h4 {
	color: #fff;
	text-align: center;
	line-height: 52px;
	font-weight: normal;
	font-size: 16px;
	background: url("../images/bdown.gif") no-repeat 200px center;
}
.inner-box {
	width: 100%;
	height: 450px;
	display: none;
	overflow: hidden;
	background: url("../images/nav-pull-img.jpg") no-repeat right 320px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.inner-box dl {
	padding: 10px 0px;
	margin: 0 20px;
	border-bottom: solid 1px #eee;
}
.inner-box dl dt {
}
.inner-box dl dt a {
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
	color: #004b92
}
.inner-box dl dt a:hover {
	text-decoration: underline;
}
.inner-box dl:after {
	display: block;
	content: "";
	clear: both;
}
.inner-box dl dd {
	float: left;
	line-height: 28px;
	padding: 0 18px 0 0;
}
.inner-box dl dd a {
	font-size: 13px;
	color: #666;
}
.inner-box dl dd a:hover {
	text-decoration: underline;
}


.header_top_title h6 a { font-size:12px;}
.bannerSlide-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.bannerSlide-container .bs-images {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.bannerSlide-container .bs-images > img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bannerSlide-container .bs-images > img.checked {
  opacity: 1;
  filter: alpha(opacity=100);
}
.bannerSlide-container .bs-scope {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bannerSlide-container .bs-scope .left-btn,
.bannerSlide-container .bs-scope .right-btn {
  width: 44px;
  height: 44px;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/left-1.png") center no-repeat;
  background-size: 44px;
  cursor: pointer;
}
.bannerSlide-container .bs-scope .right-btn {
  left: auto;
  right: 10px;
  background-image: url("../images/right-1.png");
}
.bannerSlide-container .bs-radius {
  height: 10px;
  font-size: 0;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.bannerSlide-container .bs-radius span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e1e1e1;
  cursor: pointer;
  margin: 0 2px;
}
.bannerSlide-container .bs-radius span.checked {
  background-color: #008cd6;
}

:focus {
	outline: 0;
}
.index_focus {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	z-index: 0;
}
.index_focus .bd li {
height: 450px;
}
.bd li a {display: block;
width: 100%;
height: 450px;
float: left;}
.index_focus_post {
	z-index: 10;
}
.index_focus .pic {
	height: auto;
	display: block;
}
.index_focus .pic:hover {
	text-decoration: none;
}
.index_focus .slide_nav {
	position: absolute;
	left: 47%;
	bottom: 0;
}
.index_focus .slide_nav a {
	cursor: pointer;
	float: left;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 3px 3px;
}
.index_focus .slide_nav li:hover, .index_focus .slide_nav .on {
	text-decoration: none;
	color: #ed2d38;
}
.index_focus_pre, .index_focus_next {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -36px;
	width: 72px;
	height: 72px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
	background: url("../images/ico_sliding.png") no-repeat;
}
.index_focus_pre {
	left: 30px;
	background-position: 0 0;
}
.index_focus_pre:hover {
	background-position: 0 -144px;
}
.index_focus_next {
	right: 30px;
	background-position: 0 -72px;
}
.index_focus_next:hover {
	background-position: 0 -216px;
}
#bax {background-size:100%}
@media screen and (min-width: 320px) and (max-width: 768px) {
.jiaodian {
	width: 100%;
	position: relative;
	display:none;
}
}