<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/* CSS Document */

/***** 全局样式 Global-Style *****/
*						{margin: 0; padding: 0;}
html,body				{margin: 0;  }
form,ul,li,dl,dt,dd		{margin: 0; padding: 0; list-style: none;}
img						{border:none;}

/***** 全局链接 Global-Link-Style *****/
a			{color: #cccccc; font-size:13px; text-decoration: none;}
a:hover		{color: #ff0000;}

/***** 水平居中 *****/
.cen{margin:0 auto;margin-left:auto;margin-right:auto;  }

/***** 清除浮动 *****/
.cen{clear:both;}
.clear{ clear:both;}

/***** 特殊字体 *****/




/*------*/
/****** nav ******/

.nav_w{
    position: relative;
    float: left;
    height: 120px;
    z-index:99999999999999;
    width: 100%;
}
.top_nav{
    margin:0 auto;
    height: 40px;
    position: relative;
}
.top_nav .nLi{
    display:block;
    float: left;
    width: 15%;
    height:120px;
    position: relative;
    line-height: 120px;
}
.top_nav .nLi .title{
    color: #3a3939;
    font-family:"微软雅黑";
    font-size: 16px;
    border-radius: 15px;
    margin:0px 10px 0px  24px;
}

.menu_bg {
    position: absolute;
    left: 0;
    height: 0px;
    width: 100%;
    display: block;

}
.sub{
    position: absolute;
    top:120px;
    height: auto;
    width: 100%;
}
.sub_left{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 0;
    overflow: hidden;
    display: block;
}
.sub_left_5{
    background: #fff;
    opacity: 0.95;
    filter: alpha(opacity:95);
}

.sub_left_border{
    border-left: none;
}

.sub_left li{
    width: 100%;
    text-align: center;
    line-height:35px;
    color: #666;
}
.sub_left li:nth-child(1){
    margin-top: 25px;
}
.sub_left li a{
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    font-size:15px;
    font-family:"微软雅黑";
    cursor: pointer;
}
.sub_left li a:hover{
    background: #fff;
}
.icon{
    position: absolute;
    z-index: 10;
    top: -20px;
    border-color:rgba(234,234,234,0) rgba(234,234,234,0) #eaeaea;
    border-style: dashed dashed solid;
    border-width:10px;
    font-size: 0;
    height: 0;
    width: 0;
    line-height: 0;
    display: none;
    left:50%;
    margin-left: -5px;
}
.logo_right{
    width: 5.2%;
    float: right;
    margin-top:20px;
    min-width: 60px;
    margin-right: 2.8%;
}
.logo_right img{
    width: 100%;
}



@media screen and (max-width: 1200px){
    .top_nav .nLi .title{
        color: #3a3939;
        font-family:"微软雅黑";
        font-size: 16px;
        border-radius: 15px;
        margin:0px 10px 0px  20px;
    }
}
@media screen and (max-width: 1000px){
    .top_nav .nLi .title{
        color: #3a3939;
        font-family:"微软雅黑";
        font-size: 16px;
        border-radius: 15px;
        margin:0;
    }

}</pre></body></html>