.clearfix:after {
    display: block;
    content: '';
    clear: both;
}
.transi {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mycpbox{
    margin-top: 5%;
}

.allsider{
    float: left;
    width: 300px;
}
.allsider-top{
    padding:7% 0 0 10%;
    color:#fff;
    width: 100%;
    height: 100px;
    background:#175aa8;
}
.allsider-top .t1{
    font-weight: bold;
    font-size:26px;
}
.allsider-top .t2{
    text-transform: uppercase;
    font-size:12px;
    color:rgba(255,255,255,0.6);
}
.sllsider-ul li{
    padding:0 30px;
    background: #f5f5f5;
    position: relative;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.sllsider-ul li>a {
    display: block;
    line-height: 60px;
    font-size:18px;
    color:#4c514d;
    padding-left: 35px;
    position: relative;
    border-bottom:1px dashed #dadbda;
}
.sllsider-ul li>a:before{
    position: absolute;
    content:"";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border:2px solid #bfbfbf;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sllsider-ul li:hover {
    background: #fff;
}
.sllsider-ul li:hover>a {
    color:#175aa8;
    border-bottom:1px dashed #fff;
}
.sllsider-ul li.act>a{
    color:#175aa8;
}
.sllsider-ul li:hover>a:before
,.sllsider-ul li.act>a:before{
    border:2px solid #175aa8;
}
.sllsider-ul li .type-pros{
    width: 605px;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    padding: 18px 27px;
    box-shadow: 4px 1px 15px rgb(0 0 0 / 9%);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    z-index: 2000;
    max-height: 300px;
    overflow-y: auto;
}
.sllsider-ul li .type-pros a {
    display: block;
    float: left;
    width: 33.33%;
    line-height: 35px;
    font-size: 14px;
    color: #666666;
    position: relative;
    padding-left: 10px;
}
.sllsider-ul li .type-pros a:before{
    content:"";
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #666;
    position: absolute;
}
.sllsider-ul li .type-pros a:hover{
    color:#175aa8;
}
.sllsider-ul li .type-pros a:hover:before{
    background:#175aa8;
}
.sllsider-ul li:hover .type-pros{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.pro-right{
    float: right;
    width: calc(100% - 320px);
    overflow: hidden;
}
.pro-right ul li{
    float: left;
    width: 33.33%;
    margin-bottom: 2%;
    padding:0 1%;
}
.allpro{
    border:1px solid #eee;
}
.allpro .imgbox{
    width: 100%;
    height: 285px;
    background: #fff;
    position: relative;
}
.allpro .title{
    display: block;
    line-height: 60px;
    font-size:16px;
    color:#333;
    background: #f5f5f5;
    text-align:center;
}
.allpro:hover .title{
    background: #175aa8;
    color:#fff;
}
.sllsider-ul li i{
    width: 50px;
    text-align:right;
    display: none;
    color:#bfbfbf;
    font-size: 33px;
    position: absolute;
    right: 28px;
    top: 0;
    z-index: 4;
}

.cpboxsm{
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5%;
}
.cpboxsm .cpsidersm{
    float: left;
    width: 95px;
    background: #eee;
    padding:20px 0;
}
.cpboxsm .cpsidersm .inner{
    position: sticky;
    top:60px;
}
.cpboxsm .cpsidersm a{
    display: block;
    font-size:14px;
    color:#333;
    padding:0 2%;
    line-height: 50px;
    text-align: center;
}
.cpboxsm .cpright{
    float: right;
    width: calc(100% - 100px);
    padding:0 2%;
}
.cpboxsm .cpright .item .list{
    margin-bottom: 5%;
    border-bottom: 1px solid #eee;
}
.cpboxsm .cpright .item .list .erjititle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.cpboxsm .cpright .item .list .erjititle .a1{
    font-size:12px;
    color:#333;
}
.cpboxsm .cpright .item .list .erjititle .a2{
    font-size:12px;
    color:#666;
}
.cpboxsm .cpright .item .list  .smcplist{
    float: left;
    width: 33.33%;
    padding:0 1%;
    text-align:center;
    margin-bottom: 4%;
}
.cpboxsm .cpright .item .list  .smcplist .imgbox{
    position: relative;
    height: 60px;
    position: relative;
    overflow: hidden;
}
.cpboxsm .cpright .item .list  .smcplist .title{
    font-size:12px;
    color:#666;
    height: 40px;
}
.cpboxsm .cpright .item{
    display: none;
}
.cpboxsm .cpsidersm a.act{
    background: #fff;
    border-left:3px solid #175aa8;
}
.nodate{
    font-size:12px;
    color:#999;
    margin-bottom: 10px;
    display: block;
}