.Min_1 { width: 100%; height: 400px; margin-top: 20px; margin-bottom: 30px; float: left; }
.Min_1 .Min1_L { width: 420px; float: left; }
.Min_1 .Min1_L .hdwrap { width: 100%; height: 275px; overflow: hidden; position: relative; }
.Min_1 .Min1_L .hdwrap .hd { overflow: hidden; width: 100%; height: 6px; background: #f4f4f4; position: absolute; left: 0; bottom: 0; z-index: 90; }
.Min_1 .Min1_L .hdwrap .hd ul { float: right; overflow: hidden; zoom: 1; zoom: 1; width: 100%; overflow: hidden; height: 6px; display: block; z-index: 9; background: #25252f; }
.Min_1 .Min1_L .hdwrap .hd ul li { float: left; height: 6px; overflow: hidden; text-indent: -999px; cursor: pointer; background: #333; position: relative; }
.Min_1 .Min1_L .hdwrap .hd ul li:after { display: block; content: ' '; position: absolute; border-right: 1px solid #1d1d26; height: 6px; width: 1px; right: 0; top: 0; }
.Min_1 .Min1_L .hdwrap .hd ul li.on { background: #ebad61; }
.Min_1 .Min1_L .hdwrap .bd ul { overflow: hidden; zoom: 1; }
.Min_1 .Min1_L .hdwrap .bd ul li { float: left; _display: inline; overflow: hidden; text-align: center; }
.Min_1 .Min1_L .hdwrap .bd ul li .pic { text-align: center; }
.Min_1 .Min1_L .hdwrap .bd ul li .pic img { width: 420px; height: 275px; display: block; }
.Min_1 .Min1_L .M1_itema { width: 100%; height: 98px; margin-top: 20px; }
.Min_1 .Min1_L .M1_itema a + a { float: right; }
.Min_1 .Min1_L .M1_itema a { display: block; float: left; }
.Min_1 .Min1_L .M1_itema a, .Min_1 .Min1_L .M1_itema a img { width: 100%; height: 100px; }
.Min_1 .Min1_L .M1_itema a:hover { opacity: 0.88; }
.Min_1 .Min1_M { float: left; width: 380px; margin: 0 30px; }
.Min_1 .Min1_M .bta { display: block; float: left; font-size: 20px; color: #cc8014; font-weight: bold; width: 100%; height: 26px; line-height: 26px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.Min_1 .Min1_M .btb { width: 100%; overflow: hidden; margin: 16px 0 26px; float: left; }
.Min_1 .Min1_M .btb .lis + .lis { border: none; }
.Min_1 .Min1_M .btb .lis { width: 189px; float: left; border-right: 1px solid #ebe0d3; }
.Min_1 .Min1_M .btb .lis a { width: 100%; height: 25px; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 25px; color: #525252; font-size: 14px; margin-top: 2px; text-align: center; }
.Min_1 .Min1_M .btb .lis a:hover { text-decoration: underline; }

.Min_4 { overflow: hidden; width: 100%; }
.Min_4 .min4_item { width: 1260px; margin: 15px 0 25px; padding: 4px 0; overflow: hidden; }
.Min_4 .min4_item .item { float: left; width: 260px; height: 400px; margin-right: 54px; background: #f2e6d3; }
.Min_4 .min4_item .item:hover { -webkit-box-shadow: 0 0 19px 0 #bbb; -moz-box-shadow: 0 0 19px 0 #bbb; box-shadow: 0 0 19px 0 #bbb; }
.Min_4 .min4_item .item .img, .Min_4 .min4_item .item .img img { width: 260px; height: 148px; }
.Min_4 .min4_item .item .title { font-size: 20px; font-weight: bold; color: #cc8014; height: 38px; line-height: 38px; margin-top: 20px; text-align: center; }
.Min_4 .min4_item .item .txt { width: 96%; margin: 0 auto; height: 52px; line-height: 26px; text-align: center; font-size: 16px; color: #555; margin-bottom: 10px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all; }
.Min_4 .min4_item .item .btn { width: 100%; overflow: hidden; }
.Min_4 .min4_item .item .btn a { display: block; float: left; width: 100px; height: 30px; line-height: 30px; border: 1px solid #ebcb8d; border-radius: 3px; text-align: center; font-size: 14px; color: #cc8014; margin: 10px 0 10px 20px; }

.Min_5{
    width: 100%;
    float: left;
    height: 600px;
    overflow: hidden;
    margin-bottom: 50px;
}
.Min_5 .Min5_L{
    float: left;
    width: 820px;
    overflow: hidden;
    margin-right: 40px;
}

.Min_5 .Min5_R{
    width: 340px;
    float: right;
}
.Min_5 .Min5_L .item{
    width: 108%;
    margin: 15px 0;
    overflow: hidden;
}
.Min_5 .Min5_L .item .list{
    display: block;
    float: left;
    width: 400px;
    height: 100px;
    overflow: hidden;
    margin: 0 20px 36px 0;
}
.Min_5 .Min5_L .item .list .img,
.Min_5 .Min5_L .item .list .img img{
    width: 180px;height: 100px;
    border-radius: 6px;
}
.Min_5 .Min5_L .item .list .img{
    overflow: hidden;float:left;
    margin-right: 20px;
}
.Min_5 .Min5_L .item .list .bt{
    display: block;
    float: left;
    width: 200px;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #333;font-weight: bold;
    overflow: hidden;
}
.Min_5 .Min5_L .item .list .bt:hover{
    color: #cc8014;
}
.Min_5 .Min5_L .item .list .time{
    font-size: 12px;
    display: block;
    float: left;
    color: #cca266;
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
    font-weight: bold;font-family: Arial;
}
.Min_5 .Min5_L .item .list .time i{
    display: inline-block;
    background: url(../images/ico-img.png) no-repeat;
    height: 18px;
    width: 18px;
    background-position: 0 -15px;
    vertical-align: middle;
    margin: 0 15px 6px 0;
}
.Min_5 .Min5_R{
    width: 340px;
    height: 522px;
    background: #eedcb8;
}
.Min_5 .Min5_R .title{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #cc8014;
    text-align: center;
}
.Min_5 .Min5_R .itme{
    background: #f2ebdf;
    width: 336px;
    height: 460px;
    margin:  0 auto;
}
.Min_5 .Min5_R .itme .lista{
    width: 140px;
    height: 125px;margin: 30px 10px 10px 15px;
    overflow: hidden;float: left;
}
.Min_5 .Min5_R .itme .lista .img,
.Min_5 .Min5_R .itme .lista .img img{
    width: 140px;
    height: 88px;
}
.Min_5 .Min5_R .itme .lista  .bt{
    display: block;
    width: 140px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-align: center;
}

.Min_5 .Min5_R .itme .listb{
    overflow: hidden;
    float: left;
    width: 300px;
    height: 35px;
    line-height: 35px;
    margin: 0 20px;
}

.Min_5 .Min5_R .itme .listb .bt{
    width: 210px;
    height: 35px;
    display: block;
    float: left;
    line-height: 35px;
    font-size: 15px;
    color: #2e2e2e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.Min_5 .Min5_R .itme .listb .num{
    float: right;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    color: #cca266;
    min-width: 80px;
}
.Min_5 .Min5_R .itme .listb .num i{
     display: inline-block;
     background: url(../images/ico-img.png) no-repeat;
     height: 16px;
     width: 22px;
     background-position: 0 -87px;
     vertical-align: middle;
     margin: 0 12px 6px 0;
 }
.Min_5 .Min5_R  .itme .lista .bt:hover{color: #cc8014}
.Min_5 .Min5_R  .itme .listb .bt:hover{color: #cc8014}


.TL_wrap{
    overflow: hidden;
    width: 100%;
    height: 140px;
}

.hjbox{ position:relative;width:1200px}
.hjbox .tit{margin-bottom:18px}
.hjbox div{position:relative;width:1200px;overflow:hidden}
.hjbox ul{width:9999px}
.hjbox li{margin-right:40px;float:left;text-align:center;position:Relative;height:140px}
.hjbox li img{width:270px;height:140px;border:1px solid #fff}
.hjbox li.hover img{border-color:#25c88a}
.hjbox .next,
.hjbox .prev{width:60px;height:140px;line-height:140px;border-radius: 6px; position:absolute;top:0px;z-index:99;cursor:pointer;background:#000 url("../images/lr_btn.png") no-repeat center;filter:alpha(opacity=60);opacity:.6;overflow:hidden;color:#fff;font-size:20px;text-align:center}
.hjbox .prev{left:0px}
.hjbox .next{right:0px}
.hjbox .prev{transform: rotateY(180deg)}
.hjbox span:hover{filter:alpha(opacity=80);opacity:.8}