body,li,p,ul,h1,h2,h3,input,dd,dl,dt,form{
    margin: 0;
    padding: 0;

}
ul,li,dd,dl,dt{
    list-style-type: none
}
li,a,div{
    outline: none
}
.clearfix:after {
    content: "." ;
    display: block ;
    height: 0 ;
    clear: both ;
    visibility: hidden ;
}
*:first-child+html .clearfix { zoom: 1; } /* IE7 */ 

.cl{
    clear: both;
}
img{
    border:0
}
a {
    color:#666666;
    text-decoration: none;
    cursor: pointer
}
a:hover{
    color:#1BA358
}
table {
    empty-cells: show;
    border-collapse: collapse;
    border-spacing: 0
}

h1 {
    font-size: 16px
}

h2,h3,h4 {
    font-size: 14px
}

h5,h6 {
    font-size: 12px
}

body{
    font-family: "Microsoft YaHei","微软雅黑","SimSun","宋体";
    font-size: 13px;
    background-color: #F5F5F5;
    overflow-x: hidden
}
input, button, select, textarea {
    font-size: 100%;
    vertical-align: middle;
}
.fr{
    float:right;
}
.fl{
    float:left
}




/*****导航下拉***/
.tg-tools {
    position: relative;
    z-index: 999;
}

.tg-tools>li {
    float: left;
    padding-right: 10px;
    line-height: 32px;
    cursor: pointer;
    height: 30px;
    color: #000;
    position: relative;
    z-index: 999;
    /*width:120px;*/
    overflow: hidden
}
.tg-tools>li:hover{
    color:#1BA358;
    margin:0 -1px -1px -11px;
    padding:0 10px;
    height: 31px;
    text-decoration: none;
    /*border: 1px solid #dedede;*/
    border-top: 0;
    border-bottom: 0;
    overflow: visible
}

.tg-tools li span.line {
    padding: 0 3px
}

.tg-tools li span a {
    color: #fff
}

.tg-tools li b { // 下拉箭头
                 transform: rotate(0deg);
                 -webkit-transform: rotate(0deg);
                 -o-transform: rotate(0deg);
                 -moz-transform: rotate(0deg);
                 -ms-transform: rotate(0deg);
                 transform-origin: 50% 20%;
                 -ms-transform-origin: 50% 20%;
                 -webkit-transform-origin: 50% 20%;
                 -moz-transform-origin: 50% 20%;
                 -o-transform-origin: 50% 20%;
                 transition: transform .2s linear;
                 -webkit-transition: -webkit-transform .2s linear;
                 -moz-transition: -moz-transform .2s linear;
                 -o-transition: -o-transform .2s linear;
                 background-position: -5px -5px;
                 background-repeat: no-repeat;
                 overflow: hidden;
                 display: block;
                 width: 7px;
                 height: 4px;
                 display: inline-block!important;
                 vertical-align: middle;
                 padding-bottom: 2px
}

.tg-tools li.box-color:hover{
    /*background-color: #fff;*/
}

.tg-tools li:hover b,.tg-tools li.hover b,.tg-tools li:hover span,.tg-tools li.hover span {
    position: relative;
    z-index: 1001
}

.tg-tools li:hover ul,.tg-tools li.hover ul {
    *display: block;
    *width:105px;
    height: auto;
    overflow: hidden;
    opacity: 1;
    filter:Alpha(opacity=100);
    transition: opacity .4s linear;
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -o-transition: opacity .4s linear
}

.tg-tools li:hover ul li,.tg-tools li.hover ul li {
    border: 0;
    margin-top: 0;
    transition: margin-top .2s linear;
    -webkit-transition: margin-top .2s linear;
    -moz-transition: margin-top .2s linear;
    -o-transition: margin-top .2s linear
}

.tg-tools li:hover b,.tg-tools li.hover b {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform-origin: 50% 20%;
    -ms-transform-origin: 50% 20%;
    -webkit-transform-origin: 50% 20%;
    -moz-transform-origin: 50% 20%;
    -o-transform-origin: 50% 20%;
    transition: transform .2s linear;
    -webkit-transition: -webkit-transform .2s linear;
    -moz-transition: -moz-transform .2s linear;
    -o-transition: -o-transform .2s linear
}

.tg-tools li.no-hover{
    border: 0;
    margin-right: 0;
    padding-right: 10px;
    padding-left: 0;
    margin-left: 0;
    height: 30px;
    background-color: #f5f5f5;
}
.tg-tools li.no-hover a:hover{
    color:#1BA358
}
.tg-tools li ul {
    position: relative;
    display: block;
    height: 0;
    overflow: visible;
    *display: none;
    opacity: 0;
    filter:Alpha(opacity=0);
    background-color: #fff;
    border: 1px solid #eeeeee;
    width: auto;
    margin: 0 -11px;
    margin-bottom: -100%;
    border-top: 0;
    z-index: 1000;
    padding-bottom: 5px;
    margin-top: -1px
}

.tg-tools li ul li {
    height: 24px;
    line-height: 24px;
    border: 0;
    margin: 0;
    margin-top: -20px;
    padding: 0;
    display: block
}

.tg-tools li ul li:hover {
    margin: 0;
    padding: 0;
}

.tg-tools li ul li a {
    text-indent: 13px;
    height: 24px;
    line-height: 24px;
    display: block;
    width: 100%;
    margin-top: 3px;
}

.tg-tools li ul li a:hover {
    margin: 0;
    margin-top: 3px;
    width:100%;
    background-color: #f2f2f2;
    transition: background-color .1s linear;
    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -o-transition: background-color .1s linear
}
.tg-tools li.tg-line,.sn_ul_hello>li.tg-line{
    background-position: -5px -126px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 1px;
    height: 14px;
    padding: 0!important;
    padding-right: 10px!important;
    margin: 0!important;
    margin-top: 9px!important;
    border: none!important;
    cursor:default;
}
.tg-tools .icon ,.sn_ul_hello .icon{
    background-image: url(../images/icon.png)
}


.icon-flag{
    background: url("../images/flags.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 13px;
    width: 15px;
    line-height: 13px;
    *vertical-align: middle
}
.icon-flag-zh{
    background-position: 0 -12px;
    *background-position: 0 -13px;
}
.tg-tools li span.icon-flag {
    padding: 0 6px 0 0;
}
.icon-flag-en{
    background-position: 0 -28px;
    position: relative;top:1px;
    *top:0;
}

.icon-flag-jp{
    background: url("../images/jp.jpg") no-repeat scroll 0 0;
    display: inline-block;
    height: 10px;
    width: 15px;
    line-height: 10px;
    *vertical-align: middle
}
