﻿body {
    font-family: 'Microsoft YaHei' !important;
    font-size: 12px !important;
    color: #333;
    font-weight: lighter;
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, table, th, td, span {
    padding: 0;
    margin: 0;
}
/*公共样式*/
.fn-fff {
    color: #fff;
}
.fn-333 {
    color: #333;
}
.fn-666 {
    color: #666;
}

.fn-222 {
    color: #222 !important;
}
.fn-999 {
    color: #999;
}
.mg-center {
    margin: 0 auto;
}

.in-com {
   
}
.p-left {
    float: left;
}

.p-right {
    float: right;
}

.w50 {
    width: 50%;
}

.fn-45 {
    /*color: #454545 !important;*/
}
.w100 {
     width: 100%!important;
}
.fn-28{
    font-size: 28px;
}
.fn-26{
    font-size: 26px;
}
.fn-24{
    font-size: 24px;
}
.fn-18{
    font-size: 18px;
}
.fn-16{
    font-size: 16px;
}
.fn-14{
    font-size: 14px;
}
/*底部*/
.line {
    height: 13px;
    background: #000;
}

.in-foot {
    width: 100%;
    padding: 60px 0 15px;
    background: #262626;
    border-top: solid 1px #404040;
    font-size: 16px;
}
.foot_info{ border-top: 1px solid #888; text-align: left; margin-top: 0; padding-top: 10px; color: #969696; font-size: 12px; width: 71.25%;}


@media (max-width:992px){
    .foot_info{width: 100%; margin-top: 15px; text-align: center;}
}


    .in-foot .ltd {
        color: #969696;
        font-size: 16px;
        padding-top: 20px;
    }

    .in-foot h4 {
        color: #fff; font-size: 16px;
    }

    .in-foot p {
        color: #969696;
        margin: 0;
        line-height: 36px;
           white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .in-foot p a{
         color: #969696;
    }
    .in-foot p a:hover{
         color: #e25453;
    }
.foot{
}
.dwlist1 {

}

    .dwlist1 p {
        font-size: 12px;
        line-height: 24px;
    }

.daoh .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border: 0;
    /* border-top: 1px solid transparent; */
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0);
    /* box-shadow: inset 0 1px 0 rgba(255,255,255,.1); */
}

.daoh .navbar-toggle {
    position: relative;
    float: right;
    padding: 6px 8px;
    margin-top: 22px;
    margin-right: 30px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.foo-qrcode li .qr-item {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
}

.qr-item .ercode {
    position: absolute;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    width: 60%;
    padding: 10px 0;
    border: solid 1px #404040;
    margin-top: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.qr-item .qr-img {
    opacity: 0;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 100px;
    left: 10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.qr-item:hover .ercode {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.qr-item:hover .qr-img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.in-or {
    width: 50px;
    height: 2px;
    background: #f9ad81;
    margin: 0 auto;
}

.in-er {
    margin: 20px 0;
}
.lbt {
    margin-bottom:70px;
}
.lbt1 {
    margin-bottom:15px;
}
.shux {
    width:3px;
    height:24px;
    float:left;
    background:#e74c3c;
    margin-right:15px;
}
.mb-20 {
    margin-bottom:20px;
}
.mb-10 {
    margin-bottom:10px;
}
.p40{
    padding-top: 40px;
}