.splitflagstyle263560{ color: #ffffff ;}
.fontstyle263560{ font-size: 9pt; color: #ffffff;}
.winstyle263560{ font-size: 9pt; color: #ffffff; font-family: 宋体;}

/* 三级导航样式 - 继承二级风格并做适当调整 */
.list_sanji {
    margin: 0 .15rem;
    padding: .1rem 0 .2rem;
    background: url(../images/list_erji_l.jpg) center bottom repeat-x;
    display: none;}

.list_erji li.on .list_sanji {
    display: block;}

.list_sanji li {
    position: relative;
    padding: 0 .1rem;}

.list_sanji li a {
    display: block;
    line-height: .5rem;
    text-align: center;
    font-size: .18rem;
    color: #666;
    position: relative;
    transition: all .5s;}

/* 三级导航箭头图标 - 比二级略小 */
.list_sanji li a:before {
    content: "";
    position: absolute;
    background: url(../images/list_erji_jt.png) center no-repeat;
    width: .18rem;
    height: .14rem;
    background-size: cover;
    right: .1rem;
    top: 50%;
    margin-top: -.07rem;
    transform: translateX(-.08rem);
    opacity: 0;
    transition: all .5s;}

/* 当前/悬停状态 */
.list_sanji li.on a,
.list_sanji li:hover a {
    color: #4014a7;
    font-weight: bold;}

.list_sanji li.on a:before,
.list_sanji li:hover a:before {
    transform: translateX(0);
    opacity: 1;}

/* 当前三级栏目特殊样式 */
.list_sanji li.on a {
    color: #260a66;
    background: rgba(64, 20, 167, 0.05);
    border-radius: .04rem;}
.windowstyle263562{ font-family: 黑体; font-size: 18pt; font-weight: bold; color: #3e1199;}

