.nav {
    line-height: 68px;
    width: 100%;
    padding: 0 130px;
    box-sizing: border-box
}

.nav img {
    vertical-align: middle;
    height: 56px
}

.nav>a {
    display: inline-block
}

.nav ul {
    float: right
}

.nav li {
    float: left;
    margin-left: 40px;
    font-size: 18px
}

.nav li a {
    display: block;
    color: #000
}

.nav li a:hover {
    color: #3ca8f7
}

.nav li .active {
    color: #3ca8f7
}

.banner {
    width: 100%;
    margin-bottom: 24px;
    position: relative;
}
.banner .h1-title-box{
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    padding: 12px 0;
    letter-spacing:4px;
    color: #000;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}
.banner img {
    display: block;
    width: 100%;
}

.containter {
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 60px
}

.today {
    padding-left: 20px;
    line-height: 50px;
    background-color: #eeeeee;
    font-size: 16px;
    margin-bottom: 50px;
    color: #696565
}

.cont_box>div {
    width: 510px
}

.cont_box h3 {
    text-align: center;
    line-height: 60px;
    background-color: #2d9dee;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 24px;
    font-weight: 600;
    color: #fff
}

.cont_box dl {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #38a5f5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 20px
}

.cont_box dd {
    line-height: 40px
}

.cont_box dd a {
    display: block;
    padding: 0 30px;
    color: #000;
    background: url('../images/icon2.png') no-repeat 12px center
}

.cont_box dd a:hover {
    color: #35a3f3;
    background: url('../images/icon.jpg') no-repeat 12px center
}

.cont_box dd a:hover .btn {
    background-color: #2e9eef;
    color: #fff
}

.cont_box dd .btn {
    float: right;
    height: 24px;
    margin-top: 8px;
    padding: 0 10px;
    box-shadow: 1px 2px 5px 0px rgba(11, 11, 11, 0.54);
    border-radius: 11px;
    line-height: 24px;
    font-size: 16px;
    color: #696565
}

.cont_l {
    float: left;
    margin-bottom: 12px;
}

.cont_r {
    float: right;
    margin-bottom: 12px;
}

.footer {
    margin-top: 60px;
    width: 100%;
    line-height: 60px;
    background-color: #424242;
    text-align: center;
    font-size: 14px;
    color: #fff
}