/*轮播*/
.tt {
    width: 490px;
    height: 332px;
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
}
.tt .img {
    width: 5000px;
    overflow: hidden;
    position: absolute;
    left: 0;
}
.tt .img li {
    position: relative;
    float: left;
}
.tt .img li img {
    width: 490px;
    height: 332px;
}
.tt .img li .desc {
    font-size:14px;
    position: absolute;
    bottom: 3px;
    width: 490px;
    height: 30px;
    line-height: 30px;
    background:rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    padding-left: 15px;
    text-align:left;
}
.tt .cut {
    position: absolute;
    top: 40% !important;
    padding: 20px;
    //background: url(../assets/left.png) center no-repeat;
    color: #cec7c2;
}
.tt .cut.next { right: 0; //background: url(../assets/right.png) center no-repeat;}
.pointer {
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    right: 0px;
   width:110px !important;
}
.pointer li {
    float: left;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
}
.pointer li.now { background: #cc0000;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



.hdyd li .dtitle {
    position: absolute;
   margin-top: 10px;
    background: rgba(0, 0, 0, 0);
    color: #000000;
    margin-left:-50px;
    z-index: 10;
    width: 415px;
}

.hdyd ul li img {
    width: 315px;
    height: 201px;
}

.tcherBox {
    position: relative;
}
.con ul li {
    float: left;
    width: 315px;
    margin-left: 85px;
    margin-right: 85px; 
    margin-bottom: 100px;
}
.con ul p {
    font-size: 24px;
    text-align: center;
}