*{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft YaHei,Microsoft JhengHei,Source Han Sans SC,Noto Sans CJK SC,Source Han Sans CN,Noto Sans SC,Source Han Sans TC,Noto Sans CJK TC,SimSun,sans-serif;
}

.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: #5C3F1A;
}

.menu ul li{
    background: url(./imgs/line.png) right no-repeat;
    float: left;
    padding: 0px 20px;
    text-align: center;
    line-height: 44px;
    overflow: hidden;
}
.menu ul li:hover{
    background: #F60 url(./imgs/menu_on.png) repeat-x;
}
.menu li.tabon {
  
    background: #F60 url(./imgs/menu_on.png) repeat-x;
    height: 45px;
    overflow: hidden;
}
.menu li a {
    max-width: 200px;
    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(../images/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: 30px;
    border-top: 2px solid #C79657 ;
    padding-bottom: 20px;
    overflow: hidden;
}
.footer .footer_cont{
    width: 1200px;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 20px;
    overflow: hidden;
}
.footer .footer_cont dl{
    float: left;
    margin-right: 20px;
    text-align: left;
}
.footer .footer_cont dt a{
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #666666;
    opacity: 1;
}
.footer .footer_cont dd a{
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    opacity: 1;
    margin-top: 10px;
}
.foot_fen{
    width: 1200px;
    margin: 0 auto;
    height: 1px;
    background: #E6E6E6;
    opacity: 1;
}
.foor_xinxi{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
    width: 650px;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 20px;
}
.footer .footer_cont dl {
    float: left;
    margin-right: 20px;
    text-align: left;
}
.footer .footer_cont dl {
    width: 130px;
}
.footer .footer_cont dt a {
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #666666;
    opacity: 1;
}
.goTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.goTop >img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.foor_xinxi a{
    color: #333333;
}
.main{
    max-width: 750px;
    margin: 0 auto;
}