*{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
    color: #333333;
}
body{
    background: #f2fcf2;
}
 
.main{
    width: 100%;
    background: #f2fcf2;
    opacity: 1;
    padding-bottom:24px ;
}
.clearflex::after{
    content: "";
    display: block;
    clear: both;
    visibility:hidden;
    height: 0;
}
.cont{
    width: 1200px;
    margin: 0 auto;
}

.gotop >img{
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.gotop{
    position: fixed;
    right : 20px;
    bottom : 20px;
}
/* 右边 */
.cont_right{
    float: right;
    width: 300px;
}
.cont_right .right_mokuai{
    width: 300px;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    opacity: 1;
    padding-bottom: 30px;
    margin-bottom: 20px;
    position: relative;
}
.cont_right .right_mokuai .rmokuai_head{
    height: 26px;
    font-size: 20px;
    font-family: microsoft yahei;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
    opacity: 1;
    margin-top: 20px;
    margin-left: 20px;
}
.cont_right .right_mokuai .zuanti{
    width: 100%;
    margin-top: 20px;
}
.cont_right .right_mokuai .zuanti li{
    float: left;
    width: 125px;
    height: 40px;
    opacity: 1;
    background: url(/uploads/image/simgs/daohangkuang.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin-left: 20px;   
    margin-top: 10px;
    overflow: hidden;
}
.cont_right .right_mokuai .zuanti li:hover{
    background-color: #57c760;
}
.cont_right .right_mokuai .zuanti li:hover a{
    color: #fff;
}
.cont_right .right_mokuai .zuanti li a{
    width: 44px;
    font-size: 16px;
    font-family: microsoft yahei;
    font-weight: 400;
    line-height: 40px;
    color: #57c760;
    opacity: 1;
}
.right_mokuai .rmokuai_img{
    display: block;
    width: 80px;
    height: 60px;
    opacity: 1;
    margin-top: 20px;
    margin-left: 20px;
}
.right_mokuai .rmokuai_img img{
    width: 100%;
    height: 100%;
}
.right_mokuai .rmokuai_img_tit{
    width: 170px;
    height: 44px;
    font-size: 16px;
    font-family: microsoft yahei;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.right_mokuai .rmokuai_img_tit:hover{
    color: #f60;
}
.right_mokuai .wenzhang{
    margin-top: 16px;
}
.right_mokuai .wenzhang li{
    width: 250px;
    height: 19px;
    opacity: 1;
    margin-left: 30px;
    position: relative;
    margin-bottom: 16px;
}
.right_mokuai .wenzhang li:last-child{
    margin-bottom: 0;
}
.right_mokuai .wenzhang li a::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #e7caa7;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    left: -10px;
    top: 5px;
}
.right_mokuai .wenzhang li a{
    float: left;
    width: 100%;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    line-height: 18px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*  */
.right_mokuai .shengxiao {
    padding-left: 20px;
    margin-top: 20px;
}
.right_mokuai .shengxiao li{
    float: left;
    height: 80px;
    width: 50px;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.right_mokuai .shengxiao li:hover a{
    color: #f60;
}
.right_mokuai .shengxiao li .img{
    width: 50px;
    height: 50px;
    background: #ffffff;
    opacity: 1;
}
.right_mokuai .shengxiao li .img img{
    width: 50px;
    height: 50px;
}
.right_mokuai .shengxiao li .tit{
    width: 28px;
    height: 19px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    margin-top: 8px;
}


/* 顶部样式 */
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 ul li:hover{
    background: #357b12;
}
.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;
}

.menu li.tabon {width: 80px;}/* .footer {
    width: 100%;
    height: 80px;
    background: url(/uploads/image/simgs/foot.png) repeat-x;
} */
.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;
}
.right_mokuai .wenzhang a:hover{
    color: #f60; 
}
.lujing{
    height: 40px;
    line-height: 40px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #999999;
    opacity: 1;
}

/* 底部 */
.footer{
    width: 100%;
    /*height: 343px;*/
    border-top: 2px solid #57c760 ;
    padding-bottom: 20px;
}
.footer .footer_cont{
    width: 1200px;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 20px;
}
.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;
}