body{
    font-family: arial,tahoma,'microsoft yahei','\5b8b\4f53',sans-serif;
    font-size: 14px;
    color: #191919;
    line-height: 24px;
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    color: #191919;
    text-decoration: none;
}
a:hover {
    color: #f60;
    text-decoration: none;
}
.header_top{
    width: 1200px;
    margin: 0 auto;
}
.logo{
    width: 300px;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.logo img{
    width: 300px;
    height: 60px;
}
.menu{
    font-size: 16px;
    height: 44px;
    background: #3fa23f !important;
}

.menu ul li{

    float: left;
    padding: 0px 20px;
    text-align: center;
    line-height: 44px;
    overflow: hidden;
}
.menu li.tabon {
    width: 60px;
    background: #357b12;
}
.menu li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.yline{
    height: 4px;
    background: #ff6600;
}
.menu .site-nav {
    float: right;
    color: #fff;
}
.dorpdown {
    position: relative;
    z-index: 100;
}
.menu .site-nav .title {
    width: 90px;
    height: 22px;
    padding: 10px 26px 10px 10px;
}
.cw-icon {
    position: relative;
    cursor: default;
    zoom: 1;
}
.cw-icon i {
    display: block;
    position: absolute;
    overflow: hidden;
}
.menu .site-nav .sdg {
    background: url(/uploads/image/simgs/sdg.png) no-repeat -2px -2px;
    padding-left: 25px;
}
.menu .site-nav .ci-right {
    top: 20px;
    right: 15px;
    height: 7px;
    overflow: hidden;
    font: 400 15px/15px consolas;
    color: #fff;
    transition: transform .1s ease-in 0s;
    -webkit-transition: -webkit-transform .1s ease-in 0s;
}
.menu .site-nav .ci-right s {
    position: relative;
    top: -7px;
    text-decoration: none;
}
.menu .site-nav .applist {
    line-height: 24px;
    right: -1px;
    width: 1198px;
    padding: 20px 0 16px;

}
.dorpdown-layer {
    display: none;
    position: absolute;
    top: 41px;
    background: #faf3e2;
    border: 1px solid #f60;
}
.dorpdown-layer dl {
    float: left;
    width: 98px;
    border-left: 1px solid #ddd;
}
.dorpdown-layer dt {
    margin-bottom: 6px;
    font-weight: bold;
    text-align: center;
}
.dorpdown-layer dl:first-child{
    border-left: none;
}
.dorpdown:hover {
    border: 1px solid #f60;
}
.dorpdown:hover .title {
    background: #faf3e2;
    border: solid #ddd;
    border-width: 0 1px;
    color: #000;
}
.dorpdown:hover .dorpdown-layer{
    display: block;
}
.dorpdown:hover .ci-right {
    color: #000;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.dorpdown:hover .applist-spacer {
    position: absolute;
    top: -1px;
    right: 0;
    width: 128px;
    height: 1px;
    background: #faf3e2;
    overflow: hidden;
}
.dorpdown-layer .item {
    float: left;
    width: 100px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}
.dorpdown-layer .item a {
    color: #9a7240;
}
.dorpdown-layer .hl a {
    color: #f60;
}

.footer {
    width: 100%;
    height: 80px;
}
.layout {
    width: 1200px;
    margin: 10px auto;
    padding: 0;
}
.copy {
    width: 1000px;
    color: #faf3e2;
    padding-top: 20px;
    line-height: 22px;
    float: left;
}
.blogo {
    width: 200px;
    height: 50px;
    padding-top: 15px;
    background: url(/uploads/image/simgs/blogo.png) no-repeat bottom;
    float: left;
}
.copy a {
    color: #faf3e2;
}
.toolbar{
    margin-left: 610px !important;
}
