﻿
body, p, h1, h2, h3, h4, ul, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

body {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
}

a {
    text-decoration: none;
    color:#000;
}

.binfen-header {
    position: fixed;
    height: 60px;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: #f8f8f9;
    background-image: linear-gradient(rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 100%) !important;
    box-shadow: 0 0 5px #888;
}

.floatleft {
    float: left;
}

.flaotright {
    float: right;
}

.clearboth {
    clear: both !important;
}

.myBtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    bottom: 65px;
    right: 60px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-align: center;
    border-radius:50%;
    cursor:pointer;
}



.binfen-title {
    width: 100%;
    background-color: #F2F2F2;
    border-bottom: 1px solid #eee;
    margin-top: 60px;
    min-height: 225px;
}

.binfen-content {
    width: 900px;
    margin: 0 auto;
    padding-bottom: 50px;
}

    .binfen-content h1 {
        font-size: 40px;
        line-height: 58px;
        padding-top: 41px;
        padding-bottom: 21px;
        text-align: justify;
        font-weight: 700;
        font-family: "Microsoft Yahei", "微软雅黑", "宋体";
    }

.binfen-content-details-itemlogo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #F2F2F2;
    background-color: #f8cf8f;
}

.binfen-content-details-itemlogo {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.binfen-content-details-itemtext p {
    line-height: 25px;
}

    .binfen-content-details-itemtext p span {
        font-size: 12px;
        color: #999;
        margin-right: 20px;
    }

.header_logo {
    height: 40px;
    margin: 10px 0px 0 40px;
}

.goindex {
    line-height: 20px;
    color: #000;
    height: 20px;
    margin: 20px 40px 0px 0px;
    font: 12px arial;
    display: inline-block;
}

.binfen-logo, .binfen-right {
    height: 60px;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

.binfen-center {
    width: 900px;
    margin: 0 auto;
    background-color: #eee;
    overflow: hidden;
}

.binfen-center-main, .binfen-center-list {
    background-color: #fff;
    padding-bottom: 99999px;
    margin-bottom: -99999px;
}

.binfen-center-main {
    width: 600px;
    padding-right: 50px;
}

.binfen-center-list {
    width: 200px;
    padding-left: 49px;
}
.binfen-center-list-title{
    font-size:20px;
    font-weight:bold;
    margin-top:20px;
}
.binfen-center-list ul li {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}



.text-align-center {
    text-align: center;
}

.binfen-center-main-text {
    padding: 40px 0;
}
    .binfen-center-main-text img{
        max-width:100%;
    }
    .binfen-footer {
        border-top: 1px solid #eee;
        padding: 23px 0 12px 0;
        width: 100%;
        background-color: #fff;
        height: 80px;
    }

    .binfen-footer p {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

        .binfen-footer p img {
            margin-bottom: -5px;
        }

