<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    å…³äºŽæˆ‘ä»¬é¡µcss
*/
#app{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 60px;
}
/* å·¦ä¾§å¯¼èˆªæ¡ */	
.el-menu{
    border: solid 1px #e6e6e6;
}
.el-submenu__title{
    font-size: 16px;
}
.el-submenu__title{
    height: 50px;
    line-height: 50px;
}
.el-submenu .el-menu{
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
}
.el-menu-item-group{
    border-top: 1px solid #EEEEEE;
    padding: 8px 0;
}
.red{
    font-size: 16px;
    color: #D4282D;
}
.el-submenu .el-menu-item{
    height: 31px;
    line-height: 31px;
    padding-left: 21px!important;
    color: #666666;
}
.el-menu-item:focus, .el-menu-item:hover{
    background: #ffffff;
}
.border-none{border: none;}
.pb46{padding-bottom: 46px;}
/* å³ä¾§ä»‹ç» */
.about-part{
	min-height: 600px;
    background: #ffffff;
    border: 1px solid #E6E6E6;
    color: #666666;
    font-size: 16px;
}
.about-title div{
    color: #020202;
    font-size: 16px;
    font-weight: bold;
    margin-left: 16px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
}
.about-part img{
    margin: 60px 0 8px 41px;
}
.about-part .d{
    margin: 29px 0 0 42px;
    padding-right: 37px;
    line-height: 28px;
}

.about-content{
	padding: 16px;
}

.el-menu-item.is-active{
	color: #D4282D!important;
}

.about-part h1,.about-part h2,.about-part h3,.about-part h4,.about-part h5,.about-part h6{
	font-weight: bold;
}</pre></body></html>