    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    body {
        padding: 0;
        margin: 0;
        font-family: "microsoft yahei";
        font: normal 12px/180% \5FAE\8F6F\96C5\9ED1;
        color: #333;
        text-align: center;
        background: #fff;
        overflow-x: hidden;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    p,
    blockquote,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    pre,
    form,
    button,
    input,
    textarea,
    th,
    td {
        margin: 0;
        padding: 0;
    }
    
    input {
        border: 0;
        outline: none;
    }
    
    div {
        text-align: left;
        font: normal 14px/180% \5FAE\8F6F\96C5\9ED1;
    }
    
    a,
    a:link,
    a:visited {
        color: #333;
        text-decoration: none;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    img {
        border: none;
    }
    
    ol,
    ul,
    li {
        list-style: none;
    }
    
    em {
        font-style: normal;
    }
    /*clear*/
    
    .clearfix:before,
    .clearfix:after {
        content: "";
        display: table;
    }
    
    .clearfix:after {
        clear: both;
        overflow: hidden;
    }
    
    .clearfix {
        zoom: 1;
    }
    /*other*/
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        text-align: left;
        font: normal 12px/200% Microsoft YaHei;
    }
    
    .mt10 {
        margin-top: 10px;
    }
    
    .mb10 {
        margin-bottom: 10px;
    }
    
    .m10 {
        margin: 10px auto;
    }
    
    .w1200 {
        width: 1200px;
        margin: 0 auto;
    }
    
    .list_14 li {
        background: url(images/dot.gif) no-repeat 0 12px;
        padding-left: 12px;
        font-size: 14px;
    }
    
    .list_12 li {
        background: url(images/dot.gif) no-repeat 0 8px;
        padding-left: 12px;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    
    .gray,
    .gray a:link,
    .gray a:visited,
    .gray a:hover {
        color: #666;
    }
    
    .container {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    img {
        border: 0;
        max-width: 100%;
    }
    
    .content {
        width: 100%;
        margin: 0 auto;
    }
    
    .m-content {
        background-color: #fff;
        width: 100%;
        margin: 0px auto 30px;
        padding: 40px;
    }
    /* 头部开始 */
    
    body {
        background: #fff url(../images/bg_01.png) center top no-repeat;
    }
    
    .header-con {
        position: relative;
    }
    
    .bigLogo-con {
        width: 1128px;
        margin: 20px auto 20px;
    }
    
    .top-logo {
        width: 320px;
    }
    
    .top_box {
        position: absolute;
        bottom: 45px;
        height: 680px;
    }
    /* 头部结束 */
    /* 首页开始 */
    
    .con1 {
        margin: 45px auto 30px;
        padding-top: 40px;
        height: 790px;
        background: #fff;
        box-shadow: 0 0 10px rgba(101, 172, 208, .35);
    }
    
    .daoyuCon {
        width: calc(100% - 30px);
        margin-left: 30px;
        margin-bottom: 30px;
        background-color: #f2f9fe;
        border-radius: 63px 0 0 63px;
        height: 215px;
        padding: 9px 0 9px 9px;
    }
    
    .daoyu {
        height: 100%;
        border: 1px solid #d5e4f1;
        border-radius: 60px 0 0 60px;
        border-right: 0;
        padding: 20px 41px;
        font-size: 24px;
        color: #0a5baf;
        line-height: 40px;
        text-indent: 2em;
    }
    
    .zwtitle {
        text-align: center;
        margin-bottom: 25px;
    }
    
    .zwtitle span {
        display: inline-block;
        font-size: 40px;
        color: #0a5baf;
        line-height: 40px;
        font-weight: bold;
        text-align: center;
        position: relative;
    }
    
    .zwtitle span::before {
        content: "";
        width: 185px;
        height: 28px;
        position: absolute;
        left: -195px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/titlebg.png)center center no-repeat;
    }
    
    .zwtitle span::after {
        content: "";
        width: 185px;
        height: 28px;
        position: absolute;
        right: -195px;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        background: url(../images/titlebg.png)center center no-repeat;
    }
    
    .fzdjCon {
        display: flex;
        padding: 0 30px;
        justify-content: space-between;
    }
    
    .fzdj_cen {
        width: 320px;
        padding-top: 37px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    
    .fzdj_cen>span {
        width: 145px;
        font-size: 24px;
        color: #0a5baf;
        font-weight: bold;
        margin-top: 20px;
    }
    
    .hsjcconul {
        width: 100%;
        height: 416px;
        padding: 50px 35px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
        background: #fff;
        box-shadow: 0 0 10px rgba(101, 172, 208, .35);
    }
    
    .hsjcconul li {
        width: 20%;
        padding: 0 10px;
    }
    
    .hsjcconul li>a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        cursor: pointer;
        margin-bottom: 30px;
    }
    
    .hsjcconul li>a>img {
        margin-bottom: 5px;
    }
    
    .hsjcconul li>a>span {
        font-size: 22px;
        color: #333333;
        font-weight: bold;
    }
    
    .zcjdconul {
        width: 100%;
        height: 290px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .zcjdconul li {
        width: 25%;
    }
    
    .zcjdconul li>a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        cursor: pointer;
        margin-bottom: 30px;
    }
    
    .zcjdconul li:nth-child(even) {
        width: calc(25% + 20px);
        margin: 0 -10px;
    }
    
    .zcjdconul li>a>img {
        width: 100%;
        margin-bottom: 5px;
    }
    
    .zcjdconul li>a>span {
        font-size: 22px;
        color: #333333;
        font-weight: bold;
    }
    
    .con4 {
        padding-top: 30px;
        background: #fff url(../images/bg_02.png) top center no-repeat;
    }
    
    .dzppconul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 45px;
    }
    
    .dzppconul li {
        width: calc((100% - 150px)/4);
        margin-right: 50px;
        height: 204px;
        padding: 0 25px;
        margin-top: 35px;
        background-color: #a5d0fc;
        border-radius: 20px;
        text-align: center;
        position: relative;
    }
    
    .dzppconul li::after {
        content: "";
        width: 260px;
        height: 35px;
        position: absolute;
        bottom: -35px;
        left: 0;
        border-radius: 10px;
        background: url(../images/1_03.png) center center no-repeat;
    }
    
    .dzppconul li:last-child {
        margin-right: 0;
    }
    
    .dzppconul li>a {
        margin-top: -35px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 24px 20px;
        border-radius: 20px;
        width: 100%;
        height: 165px;
        position: relative;
        margin-bottom: 30px;
    }
    
    .dzppconul li>a::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -21px;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #fff;
    }
    
    .dzppconul li>a>img {
        margin-top: 12px;
    }
    
    .dzppconul li>a>span {
        font-size: 22px;
        color: #333333;
        font-weight: bold;
    }
    
    .dzppconul li>span {
        font-size: 30px;
        color: #ffffff;
        font-weight: bold;
    }
    
    .rwlsconul {
        width: 100%;
        height: 275px;
        background-color: #fff;
        border: 5px solid #c0dfff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        box-shadow: 0 0 16px rgba(101, 172, 208, .35);
        border-radius: 20px;
        padding: 40px;
        margin-bottom: 60px;
    }
    
    .rwlsconul li {
        width: 25%;
    }
    
    .rwlsconul li>a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        cursor: pointer;
        margin-bottom: 30px;
    }
    
    .rwlsconul li>a>img {
        width: 134px;
        margin-bottom: 10px;
    }
    
    .rwlsconul li>a>span {
        font-size: 22px;
        color: #333333;
        font-weight: bold;
    }
    
    .fzdjSide {
        width: calc((100% - 320px)/2);
        position: relative;
    }
    
    .fzdjtitle {
        position: absolute;
        width: 70px;
        padding: 0 23px;
        line-height: 26px;
        display: flex;
        height: 220px;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        background: linear-gradient(to top, #4da8ff, #1c77ce);
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        align-items: center;
        justify-content: center;
    }
    
    .fzdjtitle span {
        width: 24px;
    }
    
    .fzdjtitle span em {
        display: block;
        width: 10px;
        height: 0;
        padding-bottom: 20px;
        padding-left: 0px;
        transform: rotate(90deg);
    }
    
    .fzdjul {
        height: 360px;
        padding: 40px 32px 0 32px;
        border: 1px solid #c0dfff;
        margin-left: 70px;
    }
    
    .fzdjul li {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .fzdjul li>a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        cursor: pointer;
    }
    
    .fzdjul.less {
        padding: 80px 32px;
    }
    
    .fzdjul.less li>a {
        margin-bottom: 30px;
    }
    
    .fzdjul li>a>img {
        width: 39px;
        margin-right: 15px;
    }
    
    .fzdjul li>a>span {
        font-size: 22px;
        color: #333333;
        font-weight: bold;
    }
    
    @media screen and (max-width:850px) {
        .w1200 {
            width: 95%;
            margin: 0 auto;
        }
        .bigLogo-con {
            width: 95%;
        }
        .con1,
        .daoyuCon {
            height: auto;
        }
        .zwtitle span {
            font-size: 20px;
        }
        .zwtitle span::before,
        .zwtitle span::after {
            background: none;
        }
        .fzdjCon {
            flex-direction: column;
            justify-content: flex-end;
        }
        .fzdjSide {
            width: 100%;
        }
        .fzdjul {
            height: auto;
            padding: 10px;
        }
        .fzdjul.less {
            padding: 30px 10px;
        }
        .fzdjul li>a>span,
        .hsjcconul li>a>span,
        .zcjdconul li>a>span,
        .dzppconul li>a>span,
        .rwlsconul li>a>span,
        .fzdj_cen>span {
            font-size: 14px;
            line-height: 20px;
        }
        .fzdj_cen>span {
            width: auto;
        }
        .hsjcconul {
            padding: 10px;
        }
        .fzdjSide {
            margin-bottom: 30px;
        }
        .fzdj_cen {
            padding: 10px 0 25px 0;
        }
        .fzdj {
            margin-bottom: 15px;
        }
        .hsjcconul,
        .zcjdconul,
        .rwlsconul {
            height: auto;
        }
        .hsjcconul li {
            width: 33.33%;
        }
        .dzppconul li {
            width: calc((100% - 25px)/2);
            margin-right: 25px;
            margin-bottom: 30px;
        }
        .dzppconul li:nth-child(even) {
            margin-right: 0;
        }
        .dzppconul li::after {
            width: 100%;
            height: 10px;
            bottom: -10px;
        }
        .rwlsconul {
            padding: 10px;
        }
        .rwlsconul li {
            width: 50%;
        }
        .fzdjul.less li:last-child>a {
            margin-bottom: 0;
        }
    }
    /* footer */