<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 清除默认样式 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
ul,
ol,
li,
input,
p,
dl,
dd,
dt,
button {
    padding: 0;
    margin: 0;
}

button {
    outline: none;
    border: none;
}

body {
    font-size: 16px;
    font-family: "PingFang SC";
    overflow-x: hidden;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

.top_wrap .nav ul li a:hover,
.footer_bot_r p a:hover {
    color: #DE0617;
}

a:focus {
    outline: none;
}

img {
    vertical-align: middle;
    border: 0;
    border-style: none;
}

.clearfix:after {
    content: "";
    height: 0;
    width: 0;
    clear: both;
    visibility: hidden;
    display: block;
    font-size: 0;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.core {
    width: 1200px;
    margin: 0 auto;
}

body {
    background: #FFFFFF;
    font-family: "微软雅黑";
    max-width: 1920px;
    margin: 0 auto;
}

a:hover {
    color: #076fbe;
}

.djzt_content {
    width: 1200px;
    margin: 0 auto;
}



.hggl_Top {
    width: 100%;
    height: 720px;
    background: url(hgglContBg.png) no-repeat top center;
    /* background-size: contain; */
}

.hggl_TopTit {
    padding: 140px 0 144px;
    text-align: center;
    color: #fff;
    font-size: 111px;
    font-weight: bold;
}

.hggl_ContWrap {
    width: 100%;
    /* min-height: 1780px; */
    background: url(CotBotBg.png) no-repeat bottom center;
    margin-top: 0;
}

/* 内容区tit */
.hggl_Box {
    width: 1200px;
    /* min-height: 500px; */
    background-color: #fff;
    margin: -313px auto 0;
    padding: 30px;
}

.hggl_ContTit ul li {
    float: left;
    font-size: 24px;
    font-weight: bold;
    /* padding: 25px 0; */
    margin-right: 25px;

}

.hggl_ContTit ul li:nth-child(4) {
    margin-right: 0;
}

.hggl_ContTit ul li.on {
    background: url(jiaoBg.png) no-repeat bottom center;
    padding-bottom: 15px;
}

.hggl_ContTit ul li.on a {
    font-size: 30px;
    background-color: #daeaf5;
    padding: 25px 22px;
}

.hggl_ContTit ul li a {
    display: block;
    color: #076fbe;
    padding: 25px 0;
}

/* 内容区 */
.hggl_Cont {
    margin-top: 35px;
}

.hggl_ContBox_1_L {
    width: 23%;
    border-right: 1px solid #ededed;
    margin-left: 48px;
    float: left;
}

.hggl_ContBox_1_L ul .hggl_ContBox_1_LTit {
    margin-bottom: 31px;
}

.hggl_ContBox_1_L ul .hggl_ContBox_1_LTit a {
    width: 262px;
    display: block;
    font-size: 28px;
    color: #fff;
    padding: 20px 0 20px 38px;
    background-color: #77b0db;
    border-radius: 5px 0 0 5px;
}

.hggl_ContBox_1_L ul .hggl_ContBox_1_LTit.cur {
    padding: 10px 0;
    border-right: 2px solid #076fbe;
}

.hggl_ContBox_1_L ul .hggl_ContBox_1_LTit.cur a {
    background-color: #076fbe;
    font-weight: bold;
    padding-left: 20px;
}

.hggl_ContBox_1_L ul .hggl_ContBox_1_LTit:nth-child(3) {
    margin-bottom: 10px;
}

.hggl_ContBox_1_L ul .hggl_ContBox_1_L_list span {
    display: block;
    padding: 25px 0;
}

.hggl_ContBox_1_L ul .hggl_ContBox_1_L_list span {
    padding: 20px 0 20px 38px;
}

.hggl_ContBox_1_L ul .hggl_ContBox_1_L_list span.curA a {
    color: #076fbe;
}

/* 右侧 */
.hggl_ContBox_1_R {
    float: right;
    width: 72%;
    margin-top: -30px;
}

.hggl_ContBox_1_R_Pic {
    width: 100%;
    text-align: center;
}

.hggl_ContBox_1_R_Pic img {
    max-width: 100%;
}


.hggl_ContBoxText {
    font-size: 22px;
    color: #0065b3;    margin-left: 48px;
}
.hggl_ContBoxText h3{
    font-weight: bold;
    margin-bottom: 10px;
}
.hggl_ContBoxText p{
    font-size: 18px;
    color: #000;
    line-height: 32px;
    padding-bottom: 5px;
}
/* @media screen and (max-width: 768px) {
    .hggl_TopTit{

    }
    .hggl_Box{
        width: 100%;
    }
    .hggl_ContTit ul li{
        width: 25%;
    }
} */</pre></body></html>