﻿/*===圆角css===*/
/*===边框 css===*/
/*===阴影 css===*/
/*===icon css===*/
/*===背景图片 css===*/
/*===背景颜色 css===*/
/*===文字颜色 css===*/
/*===外间距css===*/
/*===内间距css===*/
/*===宽度css===*/
.wd1k {
  width: 1200px;
}
/*===高度css===*/
/*图片大小css*/
/*===标题css===*/
.ModTitle {
  height: 31px;
  line-height: 30px;
  margin-top: 3px;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  background: url("../images/menu.png") center;
}
.ModTitle span {
  float: left;
  width: 114px;
  padding-right: 10px;
  height: 34px;
  margin-top: -3px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  background: url("../images/menu-name.png") center;
}
.ModTitle a {
  float: right;
  width: 34px;
  height: 17px;
  line-height: 17px;
  padding-left: 16px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  margin-top: 7px;
  margin-right: 10px;
  background: url("../images/more.png") center;
}
/*===文本框css===*/
/*===按钮css===*/

/*===导航===*/
.nav ul li {
  position: relative;
  float: left;
  z-index: 9999;
}
.nav ul li ul li {
  clear: both;
}
.nav ul li ul li a:hover {
  display: block;
}
.nav ul li ul {
  position: absolute;
  left: 0;
  display: block;
  visibility: hidden;
}
.nav ul li ul li ul {
  top: 0;
}

/* 焦点切换css */
.FocusImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.FocusImg .hd {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.FocusImg .hd ul {
  float: right;
  overflow: hidden;
  zoom: 1;
}
.FocusImg .hd ul li {
  float: left;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.FocusImg .bd {
  position: relative;
  height: 100%;
 /*  z-index: 0; */
}
.FocusImg .bd li {
  zoom: 1;
  vertical-align: middle;
  text-align: center;
}
.FocusImg .bd li img {
  display: inline-block;
}

/*===文章列表css===*/
.icon-dian li {
  padding-left: 10px;
  background: url("../images/icon/icon-dian.png") left center no-repeat;
}
.downBor li {
  border-bottom: 1px dotted #646464;
  padding-top: 3px;
  padding-bottom: 3px;
}
.txtList li {
  overflow: hidden;
  zoom: 1;
  vertical-align: bottom;
}
.txtList li h3 {
  font-size: 16px;
  overflow: hidden;
  line-height: 1;
}
.txtList li p {
  color: #747474;
  line-height: 1.6;
  padding-top: 5px;
}
.txtList li label {
  float: left;
  color: #747474;
}
.txtList li a {
  float: left;
}
.txtList li small {
  float: right;
  color: #747474;
}
.txtList li .left {
  float: left;
  overflow: hidden;
}
.txtList li .con {
  float: right;
}

/*===图片列表滚动===*/
.imgRoll li {
  margin: 0 5px;
  font-size: 13px;
}
.imgRoll li a {
  display: block;
}
.imgRoll li span {
  display: block;
  height: 30px;
  line-height: 20px;
  text-align: center;
}
.imgRoll li a img {
  width: 100%;
  display: block;
}

/*外面边框的样式*/
.selectpick_div {
  font-size: 13px;
  border: solid 1px #CFCFCF;
  line-height: 30px;
  text-align: center;
  padding-left: 5px;
  overflow: hidden;
  cursor: pointer;
}
.selectpick_icon {
  float: right;
  border: 1px solid red;
  background: url(../images/icon.png) no-repeat center;
  margin-right: 5px;
  height: 30px;
  width: 20px;
  cursor: pointer;
}
.selectpick_div:hover {
  background-color: #F5F5F5;
  border: solid 1px #ccc;
}
.selectpick_div:active {
  -moz-box-shadow: 0 0 3px #0099CC;
  -webkit-box-shadow: 0 0 3px #0099CC;
  box-shadow: 0 0 3px #0099CC;
  border: solid 1px #0099CC;
}
/*下拉框的主体*/
.selectpick_options {
  border: solid 1px #CFCFCF;
  border-bottom: none;
  position: absolute;
  z-index: 9060;
  font-size: 13.5px;
  text-align: center;
  display: none;
}
.selectpick_options ul {
  list-style: none;
  height: auto;
  margin: 0px;
  padding: 0px;
  z-index: 9060;
  font-size: 13.5px;
}
.selectpick_options ul li {
  border-bottom: solid 1px #CFCFCF;
  padding-left: 5px;
  display: block;
  font-size: 13.5px;
  z-index: 9060;
  background-color: #fff;
}
.selectpick_options li:hover {
  background-color: #3BAFDA;
  color: #fff;
}
.selectpick_options ul li.selectpick_options_selected {
  background-color: #3BAFDA;
  color: #fff;
  z-index: 9060;
}
/*设置为disabled的时候*/
.selectpick_no_select {
  cursor: default;
  color: #9a9898;
  background-color: #F5F5F5;
}
/*设置下拉框的不透明度*/
.select_hide {
  display: none;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-opacity: 0;
}
/*其他*/
.selectpick_options li {
  cursor: pointer;
}
.selectpick_options li label {
  cursor: pointer;
}
.selectpick_div_box {
  margin: 0 5px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.w-video video{border: 1px solid #ccc;
			background: #fff;
		}