﻿@charset "utf-8";
*{ margin:0; padding:0; list-style:none;}
body{ font-size:14px; text-align:left;}
a{ text-decoration:none; color:#000000;}
a:hover{ text-decoration:none;}


/* 本案例代码begin */
.left_nav {
    width: 252px;
    height: auto;
    padding: 0px;
    position: fixed;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 777777;
    background: #fff;
    border: 1px solid #CDCDCD;
    color: #555555;
    left: 10px;
    bottom: 2%;
    
}
#left_nav {
    display: block;
}
.left_nav dl {margin-bottom:0px!important
}
.left_nav dl dt {
    width: 250px;
    height: 30px;
    padding-top: 10px;
    line-height: 22px;
    background: #007bfa;
    padding-left: 8px;
    color: #fff;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 15px;
}
.left_nav dl dd {
    padding-left: 8px;
    border-bottom: 1px dashed #CDCDCD;
    height: 25px;
    text-align: left;
    color: #555555 !important;
    font-size: 13px;
}
.left_nav .time {
    font-size: 11px;
    float: right;
    padding-right:5px;
   
}
 .bandivbot {
    width: 174px;
    height: 50px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 15px;
    font-size: 16px;
    font-family: Microsoft YaHei,;
    color: #414141;
    margin: 0 auto;
    font-weight: bold;
    padding-top: 15px;
    background: url(../Image/营销页/圆角矩形11拷贝2.png);
    margin-bottom: 30px;
    }
  .bandivbot:hover {
            color: #414141;
            background: url(../Image/营销页/圆角矩形11拷贝2-1.png);
        }
   .bandiv {
        width: 150px;
        height: 35px;
        border: 2px solid #ffffff;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        font-size: 14px;
        font-family: Microsoft YaHei,'宋体';
        color: #ffffff;
        margin: 0 auto;
        padding-top: 6px;
    }

        .bandiv:hover {
            color: #0271cd;
            background-color: #ffffff;
        }
         .bandivmain {
        width: 100%;
        text-align: center;
        padding-top: 60px;
    }

    .bandivmainbot {
        width: 100%;
        text-align: center;
        padding-top: 40px;
    }