﻿@import url('master.css');

body
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-image: url(../images/layout_bg.gif);
}
/*=layout
------------------------------------------------------------*/
.layout
{
    width: 950px;
    margin: 0px auto;
    background: #fff;
    overflow: hidden;
    padding: 0px 5px;
}
.layout:after, .wrapper:after, .subLayoutMain:after, .articleField:after
{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.leftBlock, .midBlock, .rightBlock
{
    float: left;
    border: 1px solid #ddd;
    overflow: hidden;
    height: 310px;
}
.leftBlock
{
    width: 288px;
}
.midBlock
{
    width: 368px;
    margin: 0px 10px;
    display: inline;
}
.rightBlock
{
    width: 268px;
}
.rightBlock1
{
    width: 288px;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
.wrapper
{
    padding: 5px 0px;
    height: 1%;
}
.friendLinks, .products
{
    border: 1px solid #ddd;
    height: 1%;
}
.footer
{
    border-top: 2px solid red;
    padding: 10px;
}
.footer p
{
    text-align: center;
    line-height: 2em;
}
.footer p a
{
    margin: 0px 10px;
}
.products
{
    width: 668px;
    float: left;
    display: inline;
    border: 1px solid #ccc;
    margin-right: 10px;
}


h4
{
    text-align: center;
    font-size: 14px;
    margin: 30px  0px 5px  0px;
}
a span
{
    cursor: pointer;
}
/*subpage
------------------------------------------------------------*/


.subLayoutSide
{
    width: 213px;
    float: left;
    height: 1%;
    padding-right: 5px;
    display: inline;
}

.subLayoutMain
{
    width: 728px;
    border: 1px solid #ddd;
    float: right;
}
/*=nav
------------------------------------------------------------*/
.mainNavMenu
{
    height: 50px;
    width: 950px;
    padding-left: 30px;
    background: url(../images/mainNav_bg.png) repeat-x;
}
.mainNavMenu ul li
{
    list-style-type: none;
    height: 50px;
    width: 83px;
    font-size: 14px;
    text-align: center;
    color: Red;
    float: left;
    font-weight: bold;
    line-height: 50px;
    vertical-align: baseline;
}
.mainNavMenu ul li.selected
{
    background: url(../images/mainNav_bg_selected.png) repeat-x;
    color: #fff;
    width: 120px;
}
.mainNavMenu ul li.selected span
{
    color: #fff;
}
.mainNavMenu ul li span
{
    color: #9d0205;
}

/*=title
------------------------------------------------------------*/
.icoTitle
{
    height: 32px;
    background: url(../images/icoTitle_bg.png);
    padding-left: 30px;
    line-height: 30px;
    vertical-align: middle;
    color: #9D0306;
    font-size: 14px;
}
.tipTitle
{
    height: 32px;
    line-height: 30px;
    vertical-align: middle;
    color: #9D0306;
    font-size: 14px;
    background: url(../images/bg_title.gif) repeat-x top left;
}
.tip
{
    width: 80px;
    height: 31px;
    background: url(../images/bg_tabs.gif) no-repeat top left;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
}
/*=list
------------------------------------------------------------*/
.articleList
{
    padding: 0px 5px 10px;
}
.articleList li
{
    height: 26px;
    line-height: 26px;
    color: #555;
    list-style-type: none;
    border-bottom: 0px dashed #ccc;
    background: url(../images/articleList_bg.gif) no-repeat top left;
    padding-left: 15px;
    position: relative;
    vertical-align: baseline;
    zoom:1;
}

.articleList li span
{
    padding-left: 15px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#teacherPanelList
{
    height: 270px;
    padding: 0px 10px;
}
#teacherPanelList li
{
    list-style-type: none;
    padding: 5px 10px;
}
#teacherPanelList li img
{
    width: 95px;
    height: 125px;
}
#teacherPanelList li h5
{
    font-size: 14px;
    font-weight: bold;
    color: Red;
    display: inline-block;
    text-indent: 2em;
}
.teacherdesc
{
    text-indent: 2em;
    line-height: 2em;
    padding-left: 10px;
}
.imgList
{
    padding: 10px;
    margin: 0px auto;
    text-align: center;
}
.imgList dd
{
    width: 100px;
    height: 120px;
    float: left;
    display: inline;
    padding: 10px;
}
.imgList dd img
{
    width: 96px;
    height: 116px;
    padding: 2px;
    border: 1px solid #ccc;
}
#scrollDiv
{
    height: 135px;
    padding: 5px 10px;
    margin: 10px auto 0px;
}
#scrollDiv ul
{
    list-style-type: none;
    margin: 0px auto;
}
#scrollDiv ul li
{
    height: 135px;
    width: 150px;
    overflow: hidden;
    margin: 0px 10px;
    text-align: center;
}
#scrollDiv ul li img
{
    width: 140px;
    height: 110px;
    border: 1px solid #ccc;
    padding: 2px;
    background-color: #f5f5f5;
    margin-bottom: 3px;
}
dl.productsList
{
    padding: 15px 10px;
    text-align: center;
    margin: 0px auto;
    display: block;
    float: left;
}
dl.productsList dd
{
    width: 150px;
    height: 150px;
    overflow: hidden;
    float: left;
    margin-left: 20px;
    display: inline;
}
dl.productsList dd img
{
    width: 140px;
    height: 110px;
    border: 1px solid #ccc;
    padding: 2px;
    display: block;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}
.proCategory
{
    background: #f5f5f5;
    display: block;
    margin: 10px;
}
.proCategory p
{
    line-height: 1.6em;
}
.proCategory p a
{
    padding: 0px 15px;
}


ul.friendLinkList
{
    text-align: center;
    list-style-type: none;
    padding: 10px 25px;
}

ul.friendLinkList li
{
    display: block;
    width: 150px;
    line-height: 2em;
    text-align: center;
    float: left;
    height: 2em;
}
.indexVedioList
{
    padding-left: 20px;
}
.indexVedioList li
{
    line-height: 2em;
}

.contactInfo
{
    padding: 10px 5px;
    background: #fdde91;
}
.contactInfo dt
{
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    border-top: 1px solid #9D0306;
    color: #9D0306;
}
.contactInfo dd
{
    line-height: 2em;
}

.productCategoryBar
{
    padding: 10px;
    border: 1px solid #ddd;
}
.productCategoryBar dt
{
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    color: #9D0306;
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 10px;
}
.productCategoryBar dd
{
    padding: 10px 20px 15px 0px;
    display: inline;
}
.productCategoryBar dd a
{
    display: inline-block;
    height: 24px;
    width: 70px;
    padding-left: 10px;
    line-height: 24px;
    background: url(../images/Arrow.gif) no-repeat center left;
}
.lastNews
{
    background: url(../images/gnew.gif) no-repeat top right;
    padding-right: 25px;
}
/*=txt
------------------------------------------------------------*/
.txtArticle
{
    padding: 10px 5px;
    height: 250px;
}
.articleField
{
    padding: 10px 20px 30px 20px;
}

.articleDesc
{
    padding: 30px 20px;
    margin: 0px auto;
    line-height: 2em;
}
.articleDesc p
{
    line-height: 2em;
}
.productIntro
{
    padding: 10px 20px;
}
.productImgField
{
    text-align: center;
    padding: 20px 0px;
    margin: 0px 10px;
    border-bottom: 1px solid red;
}
/*about
------------------------------------------------------------*/
.about
{
    width: 950px;
    height: auto;
    margin-top: 10px;
}
.about_left
{
    width: 288px;
    height: auto;
    float: left;
}
.about_right
{
    width: 650px;
    height: auto;
    border: 1px solid #ddd;
    float: right;
}

.about_con
{
    width: 630px;
    height: auto;
    line-height: 23px;
    color: #555;
    padding: 10px;
}
.about_bottom
{
    width: 950px;
    height: auto;
    float: left;
}
/*procduct
------------------------------------------------------------*/
.product
{
    width: 140px;
    height: 140px;
    background-color: #EEEDE9;
    padding: 5px;
    float: left;
    margin-right: 8px;
    margin-bottom: 15px;
}
.style
{
    width: 102px;
    height: 140px;
    background-color: #EEEDE9;
    padding: 7px;
    float: left;
    margin-right: 8px;
    margin-bottom: 15px;
}




#slider
{
    background: #555;
}
/*容器*/
#slider ul, #slider li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
/*数字导航样式*/
#flashnvanum
{
    bottom: 10px;
    position: absolute;
    right: 20px;
    width: 90px;
}
#flashnvanum span
{
    background: transparent url(../images/flashbutton.gif) no-repeat scroll -15px 0;
    color: #86A2B8;
    cursor: pointer;
    float: left;
    font-family: Arial;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    margin: 1px;
    text-align: center;
    width: 15px;
}
#flashnvanum span.on
{
    background: transparent url(../images/flashbutton.gif) no-repeat scroll 0 0;
    color: #FFFFFF;
    height: 15px;
    line-height: 15px;
    width: 15px;
}
#slider li img
{
    height: 310px;
    width: 290px;
}

/* = 留言板
------------------------------------------------------------*/
.guestBookList
{
    padding: 5px;
    background: #f5f5f5;
    margin: 10px 20px;
}
.guestBookList img
{
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-box-shadow: 1px 1px 2px rgba(100, 100, 100, 0.5);
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 4px;
}
.guestBookList .commentText, .guestBookList .replyText
{
    text-indent: 2em;
    line-height: 1.5em;
}

.guestBookList .replyText
{
    color: #850708;
    border-top: 1px dotted #ccc;
    padding: 5px 0px;
}


.tooltipinputerr
{
    border: solid 1px red;
    background: #ffff99;
    height: 20px;
    line-height: 20px;
    padding: 1px;
}

.tooltipinputok
{
    border: solid 1px green;
}

.tooltipshowpanel
{
    z-index: auto;
    display: none;
    position: absolute;
    width: 276px;
    height: 35px;
    overflow: hidden;
    text-indent: 5px;
    line-height: 40px;
    font-size: 12px;
    font-family: Arial;
    background: url(../images/admin/tooltop.gif) no-repeat left top;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.button
{
    height: 30px;
    font-size: 12px;
    padding: 2px 5px;
    margin-right: 10px;
    line-height: 22px;
    color: #222;
}

.aboutIntro
{
    padding: 0px 20px;
}
.aboutIntro dt
{
    display: block;
    font-size: 14px;
    padding: 3px 0px;
}
.aboutIntro dd p
{
    height: 16px;
    vertical-align: baseline;
    line-height: 16px;
}
.aboutSchools
{
    padding: 30px 0px 30px 20px;
    background: #fdde91;
    background:white;
}
.aboutSchools li
{
 height :30px;
 text-align :left ;
 font-size :14px;
 line-height :30px;
 list-style-type :none ;
 background :url(../images/dot.gif) no-repeat center left;
 padding-left :20px;
}

.aboutSchools li.current
{
   background :#fff;
}

.articleTip
{
     font-size :11px;
     color :#555;
     text-align :center ;   
     border-top :1px dashed #555;
     line-height :16px;
     padding-top:5px;
      margin :0px 20px;
     
    }
