﻿@charset "UTF-8";
.tgMain{
    width: 100%;
    margin-top: 104px;
    background-color: #fff;
}
.tgTop{
    width: 100%;
    height: 192px;
    background: url("img/tg_top_bg.jpg") repeat-x center 0;
}
.tgTop .mid{
    width: 1240px;
    height: 100%;
    background: url("img/tg_top.png") no-repeat center center;
    text-indent: -999em;
    overflow: hidden;
}
.tgContent{
    width: 1240px;
    margin: 0 auto;
    overflow: hidden;
}
.tgNav{
    float: left;
    width: 220px;
    border:solid #e8e8e8;
    border-width: 0px 1px;
    background-color: #f5f5f5;
}
.tgNav li{
    border-top:1px solid #e8e8e8;
    padding-top:18px;
    padding-bottom: 18px;
}
.tgNav li:first-child{
    border-top:none;
}
.tgNav li h3{
    font-weight: normal;
    line-height: 40px;
    font-size: 16px;
    color:#525252;
    text-align: left;
    text-indent: 18px;
    margin-bottom: 5px;
}
.tgNav li>a{
    display: block;
    width: 100%;
    height: 36px;
    font-size: 14px;
    color:#525252;
    line-height: 36px;
    text-align: left;
    text-indent: 42px;
    cursor: pointer;
    transition:all 0.3s;
}
.tgNav li>a:hover{
    background-color: #e8e8e8;
    text-decoration: none;
}
.tgNav li>a.on{
    color:#fff;
    background-color: #016de1;
    text-decoration: none;
}
.tgNav li h3 .tgnavIcon{
    display: inline-block;
    width: 25px;
    height: 26px;
    position: relative;
    top:7px;
    left:-4px;
    background: url("img/tgnav_icon.png") no-repeat;
}
.tgNav li h3 .tgnavIcon.tgone{
     background-position: 0px -4px;
 }
.tgNav li h3 .tgnavIcon.tgtwo{
    background-position: 0px -40px;
}
.tgNav li h3 .tgnavIcon.tgthree{
    background-position: 0px -80px;
}
.tgNav li h3 .tgnavIcon.tgfour{
    background-position: 0px -121px;
}
.tgNav li h3 .tgnavIcon.tgfive{
    background-position: 0px -163px;
}
.tgNav li h3 .tgnavIcon.tgsix{
    background:url(../images/tgsix.png) no-repeat left center;
}
.tgNav li h3 .tgnavIcon.tgseven{
    background:url(../images/tgseven.png) no-repeat left center;
}
.tgContent .tginner{
    width: 938px;
    margin-left: 222px;
    padding:0 60px 0 20px;
}
