
body {
    background: #fff none;
    color: #333;
    font-family: "宋体", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

.homepage {
    width: 1920px;
    height: 1080px;
    margin: 0 auto;
    overflow: hidden;
}

.clear {
    clear: both;
}

.blank-line {
    height: 10px;
}

.header .banner {
    display: flex;
    align-items: center;
    height: 180px;
    width: 100%;
}

#page_header {
    background: url(../images/ic_dhl.png) top left no-repeat;
}

.header .logo {
    width: 90px;
    height: 90px;
    padding:100px;
    float: left;
}

.header .main-menu {
    width: 100%;
    height: 126px;
    background: rgb(218, 236, 255);
}

.footer {
    clear: both;
    height: 50px;
    width: 100%;
    display: none;
    /*border-top: 4px solid #c12125;*/
}

.zi-fen {
    font-size: 14px;
}

.zi-fen a {
    color: #000000;
}

.main-title {
    font-size: 50px;
    font-weight: bolder;
    line-height: 180px;
    margin-left: -40px;
    color: rgb(68, 158, 255);
    letter-spacing: 3px;
    font-family: "Heiti SC", "FangSong_GB2312", "SimSong", Arial, sans-serif;
}

.menu-inner {
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 126px;
    font-size: 22px;
    font-weight: 200;
    color: #292929;
    font-family: "Microsoft YaHei", sans-serif;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.menu-inner .menu-button {
    text-decoration: none;
    color: rgb(70, 160, 255);
    display: flex;
    flex-direction: column;
    font-weight: bold;
}
.menu-inner .menu-button-icon{
    width: 80px;
    height: 80px;
    margin: 0 3px;
}
.menu-inner .video{
    background: url("../images/ic_sp.png") no-repeat;
}

.menu-inner .book{
    background: url("../images/ic_dw.png") no-repeat;
}

.menu-inner .news{
    background: url("../images/ic_xw.png") no-repeat;
}

.main-content {
    clear: both;
    margin: 0 auto;
    text-align: left;
    padding: 0;
    height: 774px;
    overflow: hidden;
    background: #ffffff;
}

.yaodai {
    height: 150px;
    background: url(../images/yaodai01.jpg) top center no-repeat;
}

.swiper-container {
    width: 1920px;
    height: 100%;
    margin: 0 auto;
}

.home-card {
    height: 450px;
    overflow-y: visible;
    width: 590px;
}

/*.home-card .card-title, .home-card .card-content {*/
/*    margin-left: 30px;*/
/*}*/

.home-card h2 {
    font-size: 28px;
    font-family: "微软雅黑", sans-serif;
    color: #b42020;
    background: url(../images/home_card_title_bg.jpg) left 8px no-repeat;
    padding-left: 20px;
    margin-bottom: 40px;
    font-weight: bold;
}

.home-card h2 a {
    color: #9d0a0f;
}

.home-card .card-content li {
    width: 560px;
    float: left;
    font-size: 18px;
    font-family: "微软雅黑", sans-serif;
    color: #292929;
    margin: 0 4.5% 16px 0;
    display: inline;
    background: url(../images/dianbg_9.jpg) left 15px no-repeat;
    padding-left: 12px;
    line-height: 22px;
}

.home-card .card-content a {
    color: #292929;
    font-size: 16px;
}

.home-card .card-content a span {
    float: right;
    font-size: 12px;
    color: #8c8c8c;
}
