﻿@charset "utf-8";
UL.sdt_menu{
   text-align: center;
    padding-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    width: 950px;
    padding-right: 0px;
    font-family: "Microsoft Yahei", "Myriad Pro", "Trebuchet MS", sans-serif;
    font-size: 14px;
    list-style-image: none;
    padding-top: 0px;
}
UL.sdt_menu A{
   outline-style: none;
    outline-color: invert;
    outline-width: medium;
    text-decoration: none;
}
UL.sdt_menu LI{
   position: relative;
    width: 100px;
    float: left;
    height: 99px;
    cursor: pointer;
}
UL.sdt_menu LI > A{
   z-index: 12;
    position: absolute;
    width: 110px;
    height: 99px;
	line-height:99px;
    top: 0px;
    left: 0px;
}
UL.sdt_menu LI A IMG{
   z-index: 100;
    border-bottom: medium none;
    position: absolute;
    border-left: medium none;
    width: 0px;
    bottom: 0px;
    height: 0px;
    border-top: medium none;
    border-right: medium none;
    left: 110px;
}
UL.sdt_menu LI SPAN.sdt_wrap{
   z-index: 15;
    position: absolute;
    width: 100px;
    height: 75px;
    left: 0px;
}

UL.sdt_menu LI SPAN SPAN.sdt_link{
   text-transform: uppercase;
    color: #4a4a4a;
}
UL.sdt_menu LI SPAN SPAN.sdt_descr{
   text-transform: uppercase;
    color: #fff;
}
UL.sdt_menu LI DIV.sdt_box A{
   text-transform: uppercase;
    color: #fff;
}
UL.sdt_menu LI SPAN SPAN.sdt_link{
   width: 110px;
    float: left;
    clear: both;
    font-size: 16px;
    top: 99px;
}
UL.sdt_menu LI SPAN SPAN.sdt_descr{
   line-height: 14px;
    width: 110px;
    display: none;
    float: left;
    height: 14px;
    color: #ffffff;
    clear: both;
    font-size: 8px;
}
UL.sdt_menu LI DIV.sdt_box{
   z-index: 99999;
    position: absolute;
    width: 110px;
    display: none;
    background: #fff;
    overflow: hidden;
    top: 99px;
    left: 0px;
}
UL.sdt_menu LI DIV.sdt_box A{
   border-bottom: #efefef 1px solid;
    line-height: 30px;
    width: 110px;
    float: left;
    color: #797979;
    clear: both;
}
UL.sdt_menu LI DIV.sdt_box A:first-child{
   margin-top: 0px;
}
UL.sdt_menu LI DIV.sdt_box A:hover{
   background: #ae0101;
    color: #fff;
}

article{
   padding-bottom: 0px;
    border-right-width: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: "微软雅黑", "宋体", Helvetica, Arial, sans-serif;
    border-top-width: 0px;
    border-bottom-width: 0px;
    font-size: 100%;
    vertical-align: baseline;
    border-left-width: 0px;
    padding-top: 0px;
}
