﻿body {
    font-family: "Microsoft YaHei";
}
.banner{
    position: relative;
    min-width: 1200px;
    text-align: center;
    background: url("../images/dbBanner.png") center no-repeat;
    height: 360px;
}
.banner .dbBanner{
    width: 100%;
    height: 360px;
    min-width: 1200px;
}
.dbBannerImg{
    width: 1200px;
    margin: 0 auto;
}
.mainCenter{
    width: 1200px;
    margin: 0 auto;
}
.titleImg{
    margin: 64px auto 93px auto;
}
.UL_One li{
    width: 256px;
    height: 179px;
    text-align: center;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s;
}
.UL_One li a{
    color: #000000;
    display: inline-block;
    width: 256px;
    height: 179px;
}
.UL_One li:hover{
     opacity: 1;
     transform: translate3d(0,-4px,0);

 }
.UL_One li img{
    margin: 29px 0 27px 0;
}
.UL_One li p{
    font-size: 19px;
}
.mainTop >div{
    float: left;
    height: 388px;
    color: #000000;
}
.oneRight{
    width: 900px;
    margin-left: 42px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 40px;
}
.oneRight img{
    margin: 0 26px 26px 0;
    float: left;
}
.oneRight p{
    text-indent:2em;
    font-size: 16px;
    line-height: 25px;
}
.mainBottom{
    margin-bottom: 70px;
}
.mainBottom >div{
    float: left;
    width: 585px;
    height: 383px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    border-top: 4px solid #b9172c;
    box-sizing: border-box;
    padding: 0 3px;
}
.BottomImgTitle{
    margin: 0 auto 26px auto;
    display: block;
}
.BottomLeft p{
    margin-right: 27px;
    font-size: 14px;
    color: #000000;
    line-height: 25px;
    box-sizing: border-box;
    padding: 0 5px;
    margin-left: 25px;
    text-indent:2em;
}
.BottomTitle{
    font-weight: bold;
}
.overDiv{
    height: 290px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.overTable{
    border-collapse: collapse;
    table-layout: fixed;
    word-break: break-all;
    width: 560px;
}
.overTable th{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: center;

    background: #f6e4e4;
    height: 36px;
    line-height: 36px;
}
.overTable td{
    box-sizing: border-box;
    padding: 10px 5px;
    line-height: 22px;
}
/* 清除浮动 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    /* for ie6 & ie7 */
}