﻿a{
    text-decoration:none;
    color:inherit;
}

html *{
    margin:0;
    padding:0;
    font-family:'Microsoft YaHei';
    list-style:none;
}
._left_menu{
    width: 160px;
    position: fixed;
    z-index: 2;
    background-color: #333;
}
._left_menu li{
    color: #fff;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
}
._left_menu a{
    display:block;
    width:100%;
}
._left_menu li._menu_cur{
    border-left: 5px solid #ed6a02;
    background-color: #111;
    color: #ed6a02;
}
._container{
    padding-top:50px;
    padding-bottom:75px;
    background-color:#fff;
    /*transform: translate(35%,0);*/
}
._container *{

}
._logo{
    padding-left: 10px;
    padding: 10px;
}
._top{
    height:50px;
    line-height: 50px;
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    background-color: white;
    box-shadow: 0px 1px 1px #ccc;
}
._top li{
    float:left;
}
._topBtn{
    margin-left: 15px;
}
._topBtn img{
    width: 35px;
    margin-top: 8px;
}
._topTitle{
    color: #666;
    font-size: 20px;
    margin-left: 15px;
}
._ad{
    text-align:center;
    font-size:16px;
    margin-top:15px;
}
._adTitle{
    font-size: 22px;
    color: #3388ff;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #ccc;
    width: 95%;
    margin: 0 auto;
}
._adDes{
    color: #666;
    font-size: 16px;
    line-height: 25px;
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
    text-align:left;
}
._ad2{
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    border-bottom:1px dashed #ccc;
}
._ad2Img{
    width:95%;
}
._ad2T{
    font-size: 20px;
    color: #333;
    margin-top: 10px;
}
._ad2C{
    padding-bottom: 10px;
    color:#666;
}
._pro{
    margin-top:10px;
}
._proTitle{
    width: 160px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    margin: 0 auto;
    color: #4b96ff;
    font-size: 24px;
}
._proContainer{
    width:95%;
    border:1px solid #eee;
    margin:0 auto;
    margin-top:15px;
}
._proContainerTitle{

}
._proContainerTitleF{
    float:left;
    padding: 0 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    background-color: #4c864c;
    color: white;
}
._proContainerTitleB{
    float: right;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    font-size: 16px;
}
._proContainerBody{
    padding: 10px;
}
._proContainerItem{
    width:50%; 
    float:left;
    text-align:center;
    margin-top: 10px;
}
._proContainerItem img{
    width:95%;
}
._proContainerItem div{
    font-size: 16px;
    margin-top: 10px;
    color:#666;
}
._adv{
    margin-top:10px;
}
._advTitle{
    width:160px;
    height:64px;
    line-height:64px;
    text-align:center;
    margin: 0 auto;
    color:#eb6100;
    font-size: 24px;
}
._advBody{

}
._advBody table{
    border:0;
    width:95%;
    margin:0 auto;
    margin-top: 10px;
}
._advBody table td{
    width:50%;
    vertical-align: top;
}
._advText{
    background:url(../images/advBj1.gif) top right no-repeat;
    text-align: right;
    padding-right: 20px;
    padding-top: 20px;
}
._advText2{
    background:url(../images/advBj2.gif) top left no-repeat;
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
}
._advText2 ._advTextTitle{
    text-align:left;
    color: #009e96;
}
._advText3{
    background:url(../images/advBj3.gif) top right no-repeat;
    text-align: right;
    padding-right: 20px;
    padding-top: 20px;
}
._advText3 ._advTextTitle{
    text-align:right;
    color: #22ac38;
}
._advTextTitle{
    color: #0276dc;
    font-size: 18px;
    text-align:right;
}
._advTextDes{
    color:#666;
}
._news{
    width:95%;
    margin:0 auto;
    margin-top:30px;
    border:1px solid #eee;
}
._news_title{
    background-color:#2f97f2;
    height:44px;
    line-height:44px;
    color:#fff;
}
._news_titleL{
    float:left;
    margin-left:15px;
    font-size: 18px;
}
._news_titleR{
    float:right;
    margin-right:15px;
    font-size: 16px;
}
._news_body{
    padding:10px;
    padding-top: 20px;
}
._news_image{
    float:left;
    margin-right: 10px;
    width: 40%;
}
._news_image img{
    width:100%;
}
._news_item{
    padding-bottom:15px;
}
._news_bodyT{
    font-size: 16px;
}
._news_bodyD{
    color:#666;
    font-size: 14px;
}
._about{
    width:95%;
    margin:0 auto;
    margin-top:30px;
    border:1px solid #c59407;
}
._about_title{
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    color: #cda32c;
    text-align: left;
    font-size: 18px;
    border-bottom: 1px dashed #ccc;
}
._about_body{
    padding:10px;
}
._about_bodyT{
    font-size:18px;
    color: #2f97f2;
}
._about_bodyD{
    color:#666;
    font-size:16px;
    text-indent: 2em;
}
._about_bodyD2{

}
._about_bodyD2 li{
    font-size:16px;
    color:#666;
}
._guest{
    margin-top:15px;
}
._guest_title{
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #38f;
    color: #fff;
    font-size: 22px;
}
._guest_title a{
    text-decoration:none;
    color: #fff;
    font-size: 22px;
}
._guest_body{

}
._guest_item{
    clear: both;
    padding:15px 0;
    border-bottom: 1px dashed #ccc;
}
._guest_item li{
    float:left;
}
._guest_itemL{
    width: 25%;
    text-align: right;
    font-size: 18px;
    color:#666;
}
._guest_itemR{
    margin-left:10px;
    width: 70%;
}
._guest_itemR input{
    border: 1px solid #ccc;
    width: 90%;
    height: 25px;
    float:left;
}
._guest_itemR label{
    float:left;
    margin-top: 4px;
    color:#666;
}
._footer{
    z-index: 2;
    position: fixed;
    background-color: #fff;
    bottom: 0;
    width: 100%;
    box-shadow: 0px -1px 1px #ccc;
}
._footer li{
    padding: 10px 0;
    float:left;
    width:25%;
    text-align:center;
}
._footerTitle{
    margin-top: 5px;
    color:#666;
}
._footer a{
    text-decoration:none;
}
._newsTitle{
    text-align: left;
    height: 50px;
    line-height: 50px;
    color: #3388ff;
    font-size: 18px;
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}
._newsTable{
    width:95%; 
    margin:0 auto;
}
._newsTable td{
    border-bottom:1px dashed #ccc;
    padding: 10px 0;
}
._detailBody{
    padding:10px;
    overflow:hidden;
    color:#666;
}
._detailBody img{
    max-width:100%;
}
#pagerMain span, #pagerMain a{font-size: 13px;color: #666}
#pagerMain a{padding:2px 7px;background:#38f;color: #fff}