﻿@charset "utf-8";

/* 首页 开始 */

.service {
    height: 90px;
    background: #6aa9f1 url(/material/images/sygb/zwfw02.jpg) center no-repeat;
    background-size: cover;
}

.service a {
    display: block;
    height: 100%;
}

.index_topic {
    position: relative;
}

.index_topic .scroll {
    position: relative;
    margin: 0 -10px;
}

.index_topic li {
    width: 380px\9;
}

.index_topic li a {
    display: block;
    /*width: 380px\9;*/
    width: 275px\9;
    height: 90px\9;
    /* margin: 0px 10px; */
}

.index_topic li img {
    width: 100%;
    max-width: 380px
}

.p3 .tab a {
    color: #000;
}

.p3 .tab a:hover {
    color: #005aa8;
}

.p4 {
    margin-top: 10px;
}

.p4 h3.tab {
    height: 40px;
    line-height: 40px;
}

.p4 .xxgk li {
    margin-top: 10px;
}

.p4 .xxgk a {
    display: block;
    width: 100%;
    text-align: center;
    height: 72px;
    color: #464849;
    font-size: 18px;
    background-color: #e9f4ff;
    border-radius: 6px;
    /* display: table-cell;
    vertical-align: middle; */
    padding: 10px 20px;
}

.p4 .xxgk a:hover {
    background: url(/material/images/sygb/xxgk_background.png) center/cover no-repeat;
    height: 72px;
    color: #fff;
}

.zcwdpt {
    margin-top: 20px;
}

.zcwdpt a {
    display: block;
    padding: 0 5px!important;
}

.zcwdpt a img {
    margin-top: 20px;
    width: 100%;
}

.p4 .col-md-6 {
    padding-right: 5px!important;
    padding-left: 5px!important;
}

.p4 .jzxx {
    background: url(/material/images/sygb/jzxx.png) 50% 0 no-repeat;
    width: 52px;
    height: 52px;
    margin: 10px auto;
}

.p4 .zxts {
    background: url(/material/images/sygb/zxts.png) 50% 0 no-repeat;
    width: 52px;
    height: 52px;
    margin: 10px auto;
}

.p4 .jjjc {
    background: url(/material/images/sygb/jjjc.png) 50% 0 no-repeat;
    width: 52px;
    height: 52px;
    margin: 10px auto;
}

.p4 .hdjl .list-a {
    height: 121px;
}

.p4 .hdjl .list-a li {
    width: 33.3%;
    float: left;
    margin-bottom: 25px;
}

.p4 .hdjl h3 {
    position: relative;
    padding-left: 20px;
}

.p4 .hdjl h3 a {
    font-size: 20px;
    color: #333333;
}

.p4 .hdjl h3::before {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 10px;
    height: 16px;
    background-color: #2d8eff;
}

.p4 .hdjl .list-t li {
    margin: 15px 0;
    line-height: 26px;
}

.p4 .hdjl .list-t li a {
    white-space: normal;
}

@media (max-width: 1200px) {
    .service {
        margin-bottom: 20px;
    }
    .service {
        height: 100px;
    }
    .index_topic .scroll {
        position: relative;
        margin: 0 -10px;
    }
}

@media (max-width: 992px) {
    .p4 .xxgk a {
        line-height: 72px;
        padding: 0;
    }
    .zcwdpt a img {
        margin-bottom: 20px;
    }
}


/* 首页 结束 */