
.focus{}

.focus{ position:relative; width: 100%;
        /*height:160px ;*/}


.focus img{ width: 100%; height: auto;}



.focus .D1fBt{ overflow:hidden; zoom:1;
              height:16px; z-index:10;  }


.focus .fcon{ position:relative;
              width:100%;
              float:left;
              display:none;
              height: 180px;
              overflow: hidden;
              background:#000;
              border-radius: 3px;
              -webkit-box-shadow:0 0 20px #daeeef;
              -moz-box-shadow:0 0 20px #daeeef;
              box-shadow:0 0 20px #daeeef;
              border-radius: 6px;}

.focus .fcon img{ display:block;
                  border-radius: 6px;
                  min-height: 180px;
                 }

.focus .fbg{bottom: 10px;
            left:0;
            width: 100%;
           /* width: 120px;*/
            position:absolute;
            height:21px;
            text-align:center;
            z-index: 200; }

.focus .fbg div{/*margin:4px auto 0;*/
    display: inline-block;
	            overflow:hidden;zoom:1;height:18px}
.focus .D1fBt a{position:relative;
				display:inline;
				width:8px;
				height:8px;
				border-radius:7px;
				border: 2px solid #28d6e0;
				margin:0 4px;
				color:#B0B0B0;
				font:12px/15px "\5B8B\4F53";
				text-decoration:none;
				text-align:center;
				outline:0;
				float:left;
				background:#ffffff; }
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#28d6e0;}
.focus .D1fBt img{display:none}
.focus .D1fBt i{display:none; font-style:normal;
}

    /**改动轮播**/
.focus .fcon i{
    display: block;
    position: absolute;
    bottom: 0px;
    height: 30px;
    color: #fff;
    width: 100%;
    opacity: 0.8;
    background: #000;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.focus .fcon i span{
    display: block;
    height:30px;
    line-height: 30px;
    width: 70%;
    font-style:normal;
    font-size: 15px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}


.focus .fcon a{
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.focus .tyxh_banner{
    width:100%;
    left: 0;
  }

.focus  .dian_div{
    width: 20%;
    min-width: 100px;
    float: right;
    margin-top: 10px;
    opacity: 1;
}



.focus .fbg_center{
    position: absolute;
    width: 100%;
    left: 0;
}


@media (min-width: 400px){
    .focus .fcon{
        height: 250px;
    }
}
