.fontstyle1100007{ font-size: 9pt; font-family: 宋体 ;}

#c1100011 ul {
    list-style: none; 
    margin: 0 auto; 
    padding: 0px;
    width: 1200px;
    display: flex;
    justify-content: space-between;} 

#c1100011 ul li a {
    font-family: 微软雅黑, 宋体, 黑体, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color:#fff; 
    display:block;  
    height:45px; 
    line-height:45px; 
    text-align:center;
    font-size:15px; 
    padding: 0 10px;
    box-sizing: border-box;} 

#c1100011 ul li { 
    position: relative; 
    float: left; 
    flex: 1;
    text-align: center;} 

#c1100011 ul li:hover .a1{
    background:#6f1402;}

#c1100011 ul li:hover ul {
    display:block;}

#c1100011 ul li a#current {
    color:#fff;}

#c1100011 ul li ul { 
    border: 0px solid #ccc;
    display: none;
    position: absolute;
    left: 50%; 
    z-index: 9999;
    transform: translateX(-50%);
    width: 100%;}   

#c1100011 ul li ul li {
    font-size:14px; 
    float:none;  
    margin:0; 
    width: 100%;}  

#c1100011 ul li ul li a { 
    width: 100%; 
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #8b1718;
    color: #ffffff;
    border-bottom: 1px solid #955252;}

#c1100011 ul li ul li a:hover { 
    background:#6f1402;} 

#c1100011 ul li.sfhover ul { 
    display:block;}
