@charset "utf-8";
*{
    margin:0;padding:0
}
.a-block{
    display:block;
}
body{
    color:#444;
    font-family: 'Microsoft YaHei', sans-serif;
}
.pull-left{
    float:left;
}
.pull-right{
    float:right;
}
ul li{
    list-style: none;
}
a{
    text-decoration:none;
}
a:hover{
    color: #1abc9c;
    text-decoration:none;
}
.m15{
    margin:15px;
}
.m0{
    margin:0;
}
.mt0{
    margin-top:0;
}
.ml0{
    margin-left:0;
}
.mr0{
    margin-right:0;
}
.mb0{
    margin-bottom:0;
}
.mb10{
    margin-bottom:10px;
}
.mg50{
    margin:50px 0;
}
.mgb50{
    margin-bottom:50px;
}
.pd0{
    padding:0;
}
.pdl0{
    padding-left:0;
}
.pdr0{
    padding-left:0;
}
.pdt0{
    padding-left:0;
}
.pdb0{
    padding-left:0;
}
.pd10{
    padding:10px;
}
.pd15{
    padding:15px;
}
.width-img{
    display:block;
    width:100%;
    max-width:100%;
}
.lzb-lg-3{
    width:32%;
    margin-right:1%;
}
.lzb-lg-2{
    width:50%;
}
.lzb-lg-4{
    width:25%;
}
.lzb-lg-22{
    width:23%;
    margin-right:2%;
}
.lzb-lg-5{
    width:20%;
}
.fix{*zoom:1; } .fix:after,.fix:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.lzb-btn{
    border:none;
}
.lzb-btn, .lzb-input, .lzb-select, .lzb-textarea{
    outline: 0;
    border:none;
    -webkit-transition: border-color .3s cubic-bezier(.65,.05,.35,.5);
    transition: border-color .3s cubic-bezier(.65,.05,.35,.5);
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
}
.le-btn, .le-inline, img {
    vertical-align: middle;
}
button[type="button"]:hover,input[type="button"]:hover,.le-btn:hover{
    opacity:0.8;
}
.lzb-btn{
    display:inline-block;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;
    font-size:14px;
    cursor: pointer;
    border:1px solid #ececec;
    background-color: #1abc9c;
}
.lzb-btn-primary{
    border: 1px solid #C9C9C9;
    background-color:transparent;
    color: #fff;
}
.lzb-btn-success{
    border-color:#04be02;
    background-color: #04be02;
}
.lzb-btn-warn{
    border-color:#f0ad4e;
    background-color: #f0ad4e;
}
.lzb-btn-danger{
    border-color:#d9534f;
    background-color: #d9534f;
}
.lzb-btn-disabled{
    border-color:#e6e6e6;
    background-color: #FBFBFB;
    color: #C9C9C9;
    cursor: not-allowed;
    opacity: 1;
}
.lzb-btn-primary:hover{
    border:1px solid #1abc9c;
    color:#1abc9c;
}
/*header */
.common-header{
    width:100%;
}
.wrap{
    width:1200px;
    margin:0 auto;
}
.lzb-logo{
    width:12%;
}
.lzb-logo img{
    width:100%;
}
.header-center{
    width:70%;
}
.lzb-nav{
    margin-left:20px;
}
.lzb-nav li{
    float:left;
    padding:22px 10px;
}
.lzb-nav li a{
    display:block;
    color:#444;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.lzb-nav li a:hover{
    color:#1abc9c;
}
.heaer-right{
    margin-top:20px;
}
.active{
    color:#1abc9c !important;
}
/*header end */
/*footer start*/
.lzb-footer{
    color:#8a8f9c;
    width:100%;
    background-color:#272b37;
}
.footer-logo{
    padding: 80px 70px 0 0;
}
.footerlogo img {
    width: 346px;
    height: 79px;
}
.footer-center span{
    display:block;
    background: url("../images/ft_04.jpg") no-repeat left bottom;
}
.footer-center ul li{
    font-size:16px;
    padding-bottom:8px;
}
.footer-right img {
    width: 127px;
    height: 127px;
}
.font-color{
    font-size:18px;
    font-weight:bold;
    color:#fff;
}
.dn{
    display:none;
}
.show{
    display:block;
}
/*footer  end*/
/*分页*/
.lzb-page li{
    display:inline-block;
    width:35px;
    height:40px;
    line-height:40px;
    text-align:center;
    border:1px solid #ececec;
}
.p-color{
    color:#999;
    font-size:14px;
    margin-top:15px;
}
.p-title-color{
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size:20px;
}
/*分页 end*/