<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index_sreachgroup {

    float: right;
    width: 350px;
    height: 100px;

}
.index_seek{
    width: 34px;
    height: 17px;
    line-height: 17px;
    float: right;
    margin-top: 37px;
    margin-left: 7px;
}
.index_vm_i{
    padding:8px 9px 10px 9px;
    margin-left: -4px;
}
.index_radiogroup {
    top: 65px;
    left: 79px;
}
.index_radiogroup label {
    margin-right: 40px;
}
/*end*/
.nav ul li{
    float: left;
    width: 170px;
    display: inline-block;
    margin: auto 0px;
    text-align: center;
}
.nav ul li:hover{
    background-color: #d0152f;
    float: left;
    width: 170px;
    display: inline-block;
    margin: auto 0px;
    text-align: center;


}
.navli_active{
    background-color: #d0152f;
    float: left;
    width: 170px;
    display: inline-block;
    margin: auto 0px;
    text-align: center;
}
.nav ul li{
    position: relative;
    /* letter-spacing: 1px; */
}
/* ï¿½ï¿½ï¿½ï¿½ï¿½Ëµï¿½ */
.nav ul li ul{
    display: none;
}
.nav ul li:hover ul{
    display: block;
    background-color: #d0152f;
    position: absolute;
    z-index: 2016;
}
.nav ul li:hover ul li span{
    float: left;
    margin-left: 20px;
}
.nav ul li:hover ul li i{
    float: right;
    margin-right: 10px;
}
.nav ul li:hover ul li:hover{
    background-color: #FFFFFF;
    color: #D0152F;
    border-left: solid #D0152F 1px;
    border-bottom: solid #D0152F 1px;
}
/*ï¿½ï¿½Ëµï¿½*/
.nav ul li:hover ul li div{
    display: none;
}
.nav ul li:hover ul li:hover div{
    display: block;
    width: 850px;
   /* min-height: 150px;*/
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    left: 170px;
    top: -2px;
    background-color: #FFFFFF;
    border-top: solid #D0152F 1px;
    border-right: solid #D0152F 1px;
    border-bottom: solid #D0152F 1px;
}
.nav ul li:hover ul li:hover div a{
    margin-right: 30px;
}
.nav ul li:hover ul li:hover div a:hover{
    text-decoration: underline;
    color: blue;
}
/*nav end*/
.index_modular{
    width: 1200px;
    margin:0 auto;
    height: auto;

    margin-top: 30px;
}
/*banner*/

#banner {
    position: relative;
}

.banner-box {
    position: relative;
    height: 100%;
    margin: 0 auto;
    overflow: hidden
}

.banner-show {
    position: absolute;
    width: 100%;
    min-height: 140px;
    left: 0;

    height: 300px;
}

.banner-show li {
    position: relative;
    float: left;
}

.banner-show img {
    width: 100%;
    height: 100%;
}

.banner-tab {
    width: 100%;
    height: 26px;

    left: 0;
    bottom: 5px;
    position: absolute
}

.banner-tab p {
    position: absolute;
    height: 13px;
    line-height: 13px;
    font-size: 0.8125rem;
    top: 6px;
    left: 12px;
    color: #fff
}

.banner-tab ul {
    position: absolute;
    height: 7px;
    top: 10px;
    right: 40%;
}

.banner-tab li {
    position: relative;
    float: left;
    width: 15px;
    height: 15px;
    /*background: rgba(255, 255, 255, 0.7);*/
    background:#ffffff;
    border-radius: 8px;
    margin-right: 20px;
    cursor: pointer
}

.banner-tab .active {
    /*background: #007edf*/
    background: #666;
}
/**/
.index_table td{
    width: 150px;
    height: 30px;
}


/*Í¼Æ¬*/
.imgwidth{
    width:280px;
    height:195px;
    float: left;
}
.imgwidth img{
    width:100%;
}
.mask,.maskfont{
    position: absolute;
}
.mask {
    background-color: #000000;
    height: 30px;
    width:100%;
    filter: alpha(opacity=60); /*IEï¿½Ë¾ï¿½ï¿½ï¿½Í¸ï¿½ï¿½ï¿½ï¿½50%*/
    -moz-opacity: 0.6; /*FirefoxË½ï¿½Ð£ï¿½Í¸ï¿½ï¿½ï¿½ï¿½50%*/
    opacity: 0.6; /*ï¿½ï¿½ï¿½ï¿½Í¸ï¿½ï¿½ï¿½ï¿½50%*/
    z-index: 90;
    bottom: 0;

}
.maskfont{
    z-index: 1000;
    bottom: 4px;
    text-align: center;
    font-size:14px ;
    width: 100%;
}


.code{
    position:relative;
}
.code:hover .code_img{
    display:block;
}
.code_img{
    position:absolute;
    top:30px;
    left:-50px;
    z-index: 100;
    display: none;
    width: 150px;
    height: 114px;
}

.single{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
}
.mutil{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}</pre></body></html>