<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    border: none;
}

body {
    font: 16px/24px “Microsoft YaHei”, “微软雅黑”;
    color: #333;
    background-color: #fff;
    min-width: 1200px;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}
body .head {
    background: url(../images/header-bg.jpg) center top no-repeat!important;
}
.navlist {
    width: 100%;
    height: 60px;
    margin-top: 89px;
    /* background-color: #d7ecf8; */
}

.navlist ul{
    width: 1200px;
    line-height: 60px;
    z-index: 1;
    margin: 0 auto;
    color:  #2475c7;
}

.navlist ul li {
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    width: 145px;
}

.navlist ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #2475c7;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
}

.navlist ul li a span{
    width: 20px;
    height: 21px;
    background: url("../images/shouye-icon.png") no-repeat;
    display: inline-block;
    margin-right: 10px;
    top: 2px;
    position: relative;
}

.navlist ul li a:hover span{
    background: url("../images/shouye-icon1.png") no-repeat;
}

.navlist ul li a:hover, .navlist ul li.current a {
    color: #fff;
    background:#2475c7;
}

.main{
    margin: 0 auto;
    padding-bottom: 50px;
    background: url("../images/tzzn_bg.jpg") no-repeat bottom center;
}

.main .pos{
    width: 1270px;
    margin: 0 auto;
    color: #2475c7;
    font-size: 15px;
    padding-top: 20px;
}

.main .pos a{
    color: #2475c7;
    font-size: 15px;
}

.main .con{
    width: 1270px;
    margin: 0 auto ;
}

.footer.mt30 {
    margin-top: 0 !important;
}</pre></body></html>