 body{font-family: "微软雅黑";color:#333}
ul, li{
    list-style: none;
}

.zt_top{margin:0px auto;width:1200px;padding-top:20px;padding-bottom:20px}
.main{margin:0px auto;width:1200px;}
.main_left{float:left;width:860px;padding-bottom:30px;}
.main_right{float:left;width:310px;padding-left:30px;padding-bottom:30px;}
.sp_box{width:860px;}
.left_row{width:860px;margin-top:7px;}
.left_col1{float:left;width:300px}
.left_col2{float:left;width:240px;margin-left:10px;margin-right:10px;}
.left_col2_1{}
.left_col2_2{padding-top:7px}
.title_box{
    height:50px;
    background: #77c131;
    font-size:30px;
    color:#fff;
    padding-top:10px;
    padding-left:15px
}
.xgxw{100%;}
.xgxw ul{font-size:16px;margin:0px;padding:0px}
.xgxw ul li{height:70px;
    width:310px;
    border-bottom:1px solid #ccc; 
     white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;      
}
.xgxw ul li a{display:block
    width:310px;
    color:#333;
    text-decoration: none;
    line-height: 70px;
   
}
.xgxw ul li a:hover{height:60px;
    width:310px;
    display:block;
    background: #898989;
    color:#fff;
    font-weight:bold;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;       
}
/*轮播图css*/
*{
    margin: 0;
    padding: 0;   
    list-style: none;
    text-decoration: none;
}

.hide{
    display: none;
}

#slider{
    position: relative;
    overflow: hidden;

}
.slider-ul{
    position: absolute;
    width: 999999999px;
    height: 100%;
}
.slider-ul-li{
    width: 240px;
    height: 100%;
    display: inline-block;
}
.slider-ul-li-a, .slider-ul-li-a-img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.slider-circlex{
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    text-align: center;
}
.slider-circlex-ul{
    display: inline-block;
    border-radius: 8px;
    background-color: red;
    background: rgba(0, 0, 0, 0.3);
    padding: 2px;
    font-size: 0;
}
.slider-circlex-ul-li{
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
}
.slider-circlex-ul-li.active{
    background-color: rgba(0, 255, 13);
}
.slider-btn{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -15px;
}
.slider-btn a{
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
}
.slider-btn-next{
    right: -5px;
    border-radius: 50% 0 0 50%;
}
.slider-btn-prev{
    left: -5px;
    border-radius: 0 50% 50% 0;
}
.slider-btn-prev-span, .slider-btn-next-span{
    display: inline-block;
    width: 10px;
    height: 20px;
    margin-top: 4px;
    position: relative;
}
.slider-btn-prev-span::after, .slider-btn-next-span::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    margin-top: -3.5px;
}
.slider-btn-prev-span::after{
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(-45deg);
    margin-left: -2px;
}
.slider-btn-next-span::after{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    margin-left: -7px;
}