﻿
html {
    min-height: 100%;
}

body {
    min-height: 100%;
    background: url(../image/index-bj.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.head {
    background: none;
}

.section1 {
    margin-top: 30px;
}

.s1-c {
    padding: 15px 35px;
    background: rgba(255, 255, 255, .68);
}

.s1-c h3 {
    color: #03417a;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}

.s1-l {
    float: left;
    width: 520px;
    margin-right: 30px;
}

.s1-l .i-list {
    background: rgba(255, 255, 255, .68);
    padding: 10px;
}

.i-list li {
    font-size: 15px;
    line-height: 34px;
}

.i-list li a {
    padding: 0 110px 0 15px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #010101;
    position: relative;
}

.i-list li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    background: #010101;
    border-radius: 50%;
}

.i-list li a:hover {
    color: #db1419;
}

.i-list li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #010101;
}

.s1-r {
    overflow: hidden;
}

.s1-r ul {
    background: rgba(255, 255, 255, .68);
    padding: 15px 10px;
}

.s1-r ul li {
    float: left;
    padding: 12px 10px;
}

.s1-r ul li a {
    display: block;
    padding: 5px 0;
    text-align: center;
    width: 105px;
    background: #1c525b;
    transition: all 0.3s;
}

.s1-r ul li a:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .4);
}

.s1-r ul li a div {
    line-height: 40px;
    font-size: 0;
}

.s1-r ul li a div img {
    vertical-align: middle;
}

.s1-r ul li a p {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 18px;
    margin-top: 5px;
}
.foot {
    background: rgba(255, 255, 255, .68);
    margin-top: 1px;
    padding: 10px 0;
    margin-bottom: 130px;
}

.foot p {
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    color: #010101;
}