<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
max-width: 100%; overflow-x: hidden; background: #fff;
font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif; }
*{border:none;}
body , h1 , h2 , h3 , h4 , h5 , h6 , hr , p , blockquote , dl , dt , dd , ul , ol , li ,
pre , form , fieldset , legend , button , input , select, textarea ,
th, td { margin: 0; padding: 0; }
img { border: none; max-width: 100%; }
a { color: #2b2a3c; text-decoration: none; }
a:hover { text-decoration: none; }
ul , ol , li { list-style: none; }

.fl { float: left; } .fr { float: right; }
.clearfix::after { display: block; content: ''; height: 0; font-size: 0; clear: both; } .clearfix { zoom: 1;}
.clear { height: 0; width: 100%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }
.Width { width: 1190px; margin: 0 auto; }
.container{ width:1200px; margin:0 auto; position:relative; box-sizing: border-box }
.container::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }

/* 通用头部 */
.ht_top {
    width: 100%; overflow: hidden;
    background: #fafafa url(../images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px; }
.ht_top .zt_top {
    width: 1200px; height: 41px; margin: 0 auto; }
.ht_top h1 {
    float: left; }
.ht_top h1 a {
    float: left; width: 131px; height: 40px; overflow: hidden;
    background: url(../images/logo.gif) no-repeat;
    font-size: 12px; text-indent: -100em; }
.ht_top .topnav {
    float: right; color: #333; font-size: 12px; }
.ht_top .topnav a {
    padding: 0 8px; }
.ht_top .topnav a:hover {
    color: #e4393c; text-decoration: underline; }

.banner_box{
    width: 100%;
    height: 700px;
    background:url(../images/banner_bg.png)center top no-repeat;
}
.banner_box .container{
    text-align: center;
    padding-top: 55px;
}
.banner_box h2{
    line-height: 40px;
    font-size: 40px;
    color: #fff;
    text-align: center;
}
.banner_box h2::before,.banner_box h2::after{
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background: url(../images/banner_h2_before.png);
}
.banner_box h2::after{
    transform: rotate(180deg);
}
.banner_box h1{
    width: 880px;
    height: 120px;
    background: url(../images/banner_h1.png);
    margin: 40px auto;
    font-size: 0;
}
.banner_list{
    display: inline-block;
    margin: 0 auto;
}
.banner_list li{
    float: left;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 25px 25px 0 25px;
    background: #37b9b7;
    text-align: center;
    margin: 0 20px;
    color: #fff;
    position: relative;
    font-size: 20px;
}
.banner_list li a{
	color: aliceblue;
}
.banner_list li a:hover{
	color: #656767;
}
.banner_list li::before{
    content: '';
    display: block;
    position: absolute;
    left: -6px;
    top: 50%;
    background: #37b9b7;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #008080;
}

@media only all and (max-width:1200px){
    html {
        font-size: 20px;
    }
    body {
        width: 18.75rem;
        font-size: .7rem;
        line-height: 1.2rem;
        background-size: auto 12rem;
        background-position: center 2rem;
    }
    html, body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .Width {
        width: 17.5rem;
    }
    .container{
        width: 98%;
    }
    .fl,.fr{
        float: none;
    }
    /* 隐藏元素 */
 /*   .ht_top {
        display: none;
    }*/

    /* 通用头部 */
    .ht_top {
        height: 1.7rem;
        background-size: auto 100%;
        line-height: 1.7rem;
    }

    .ht_top h1 a {
        height: 1.7rem;
        width: 5rem;
        background: url(../images/logo.gif) no-repeat left / contain;
    }

    .ht_top .topnav {
        display: none;
        /*font-size: .8rem;
        text-indent: -1000rem;*/
    }

    .ht_top .topnav a {
        padding: 0 0 0 0.3rem;
        text-indent: 0;
        float: right;
    }
	.banner_box {
        height: 12rem;
        background-size: 160% auto;
    }
    .banner_box .container {
        padding-top: 1rem;
    }
    .banner_box h2 {
        line-height: 1.5rem;
        font-size: 1rem;
    }
    .banner_box h2::before, .banner_box h2::after {
        width: 1rem;
        height: 1rem;
        background-size: 100% auto;
    }
    .banner_box h1 {
        width: 100%;
        height: 2.5rem;
        background-size: 100% auto;
        margin: 1rem auto;
    }
    .banner_list li {
        padding: 0 .4rem;
        line-height: 1.5rem;
        border-radius: .75rem .75rem 0 .75rem;
        margin: 0 .2rem;
        font-size: .7rem;
    }
    .banner_list li::before {
        left: -.15rem;
        width: .3rem;
        height: .3rem;
        border: 1px solid #008080;
    }
}
</pre></body></html>