*{
	margin: 0;
	padding: 0;
	
}
.banner img{
	width: 100%;
}
body{
	color: #000000;
}
a{
	text-decoration: none;
	color: #000000;
}
ul li{
	list-style: none;
}
.content{
	width: 1200px;
	margin: 0 auto;
overflow:hidden;
}
.daoyu img{
	width: 100%;
}
.maine{
    width: 100%;
    min-height: 730px;
    margin-top: 30px;
}
.maine div{
	width: 580px;
	float: left;
}

.maine .tabs{
height: 395px;
}
.tpxw{
	height: 400px;
}
.tpxw img{
	width: 100%;
	height: 100%;
}
.tpxw p{
	width: 580px;
    text-indent: 1rem;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	position: relative;
    top: -45px;
    height: 40px;
    line-height: 40px;
    color: white;
	background-color: rgba(0,0,0,0.6);
}
.headss{
	position: relative;
    height: 58px;
    line-height: 58px;
    padding-top: 3px;
    background: url(../img/tit.png) no-repeat 0 0px;
}
.title{
	padding-left: 40px;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #dfdfdf;
    font-size: 20px;
    color: #fff;
}
.headss a{
	position: absolute;
    right: 0;
    top: 10px;
    line-height: 58px;
    color: #939393;
    font-size: 14px;
}
.con ul li{
	line-height: 40px;
}
.con ul li a{
    width: 430px;
    text-indent: 1rem;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.time{
	float: right;
	color: #9d9d9d;
}

.lb-box {
  width: 60%;
  height: 365px;
  margin: 15px auto;
  position: relative;
  overflow: hidden;
}
@media (max-width:568px) {
  .lb-box {
    width: 76%;
    height: 220px;
  }
}

.lb-content {
  width: 100%;  
  height: 100%;
}

.lb-item {
  width: 100%;  
  height: 100%;
  display: none;
  position: relative;   
}

.lb-item > a {
  width: 100%;
  height: 100%;
  display: block;
}

.lb-item > a > img {
  width: 100%;
  height: 100%;
}

.lb-item > a > span {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  padding: 15px;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
}
@media (max-width:568px) {
  .lb-item > a > span {
    padding: 10px;
  }
}

.lb-item.active {
  display: block;
  left: 0%;
}
.lb-item.active.left {
  left: -100%;
}
.lb-item.active.right {
  left: 100%;
}

/*  */
.lb-item.next,
.lb-item.prev {
  display: block;
  position: absolute;
  top: 0px;
}
.lb-item.next {
  left: 100%;
}
.lb-item.prev {
  left: -100%;
}
.lb-item.next.left,
.lb-item.prev.right {
  left: 0%;
}

.lb-sign {
  position: absolute;
  right: 10px;
  bottom: 0px;
  padding: 5px 3px;
  border-radius: 6px;
  list-style: none;
  user-select: none;
  background-color: rgba(0,0,0,0.7);
}

.lb-sign li {
  width: 10px;
  height: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  float: left;
  color: #aaa;
  margin: auto 4px;
  border-radius: 3px;
  cursor: pointer;
  border-radius:50% ;
  background-color: white;
}
.lb-sign li:hover {
  color: #fff;
}
.lb-sign li.active {
  color: #000;
  background-color: #ff0000;
}

.lb-ctrl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 900;
  user-select: none;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.1s linear;
}
@media (max-width:568px) {
  .lb-ctrl {
    font-size: 30px;
  }
}
.lb-ctrl.left {
  left: -50px;
}
.lb-ctrl.right {
  right: -50px;
}
.lb-box:hover .lb-ctrl.left {
  left: 10px;
}
.lb-box:hover .lb-ctrl.right {
  right: 10px;
}
.lb-ctrl:hover {
  background-color: #000;
}
