<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*头尾所需统一样式*/
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,menu,nav,
section,img{margin:0px;padding:0px;outline:none;border:0px;}
li{list-style:none;}
body{text-align:left;font-family:"Microsoft YaHei";font-size:15px;color:#333;}
a,ins{text-decoration:none;}
a{color:#333333;}
a:focus,a:hover{color: #245399;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}

/*top*/
.top{
    height: 40px;
    line-height: 40px;
    background: #245399;
    width: 100%;
}
.top-nav{
    width: 1200px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}
.top-nav-right ul li{
    float: left;
}
.top-nav-right ul li span{
    color: #ffffff;
    font-size: 13px;
    margin: 0 15px;
}
.top-nav-right ul li a{
    color: #ffffff;
    font-size: 13px;
}
.top-nav-right ul li:first-child a{
    display: inline-block;
    padding-left: 30px;
    background: url("sy_09.png") no-repeat 5px center;
}
.top-nav-right ul li:first-child+li+li a{
    display: inline-block;
    padding-left: 30px;
    background: url("sy_12.png") no-repeat 5px center;
}
.top-nav-right ul li:first-child+li+li+li+li a{
    display: inline-block;
    padding-left: 30px;
    background: url("sy_03.png") no-repeat 0px center;
}
.top-nav-right ul li:first-child+li+li+li+li+li+li a{
    display: inline-block;
    padding-left: 30px;
    background: url("sy_06.png") no-repeat 0px center;
}

.header{
    height: 225px;
    background: url("banner_01.jpg") no-repeat center center;
    border-bottom: 5px solid #5478ad;
}
/*banner*/
.banner{
    width: 1200px;
    margin: 0 auto;
    margin-top: 25px;
}
.banner-right ul li{
    float: right;
}
.banner-right ul li a{
    color: #ffffff;
}
.banner-right ul li span{
    color: #ffffff;
    margin: 0 15px;
}
/*搜索*/
.sousuo{
    font-size: 0;
    height: 40px;
    margin-top: 15px;
}
.sousuo .txt{
    background: url("sy_22.png") no-repeat center center;
    width: 297px;
    height: 40px;
    vertical-align: middle;
    font-size: 15px;
    padding-left: 15px;
    float: left;
}
.souuso .sbt{
    vertical-align: middle;
    float: right;
}

/*nav*/
.nav{
    width: 1200px;
    margin: 0 auto;
    margin-top: 9px;
}
.nav ul li{
    float: left;
    width: 14.2857%;
    height: 60px;
    line-height: 60px;
}
.nav ul li a{
    font-size: 19px;
    color: #245399;
    display: inline-block;
    width: 100%;
    padding-left: 80px;
}
.nav ul li:first-child a{
    background: url("nav_03.png") no-repeat 40px center;
}
.nav ul li:first-child:hover a{
    background: url("nav_h_03.png") no-repeat 40px center;
    color: #d6181f;
}
.nav ul li:first-child+li a{
    background: url("nav_06.png") no-repeat 40px center;
}
.nav ul li:first-child+li:hover a{
    background: url("nav_h_06.png") no-repeat 40px center;
    color: #d6181f;
}
.nav ul li:first-child+li+li a{
    background: url("nav_09.png") no-repeat 40px center;
}
.nav ul li:first-child+li+li:hover a{
    background: url("nav_h_09.png") no-repeat 40px center;
    color: #d6181f;
}
.nav ul li:first-child+li+li+li a{
    background: url("nav_11.png") no-repeat 40px center;
}
.nav ul li:first-child+li+li+li:hover a{
    background: url("nav_h_11.png") no-repeat 40px center;
    color: #d6181f;
}
.nav ul li:first-child+li+li+li+li a{
    background: url("nav_14.png") no-repeat 40px center;
}
.nav ul li:first-child+li+li+li+li:hover a{
    background: url("nav_h_14.png") no-repeat 40px center;
    color: #d6181f;
}
.nav ul li:first-child+li+li+li+li+li a{
    background: url("nav_17.png") no-repeat 40px center;
}
.nav ul li:first-child+li+li+li+li+li:hover a{
    background: url("nav_h_17.png") no-repeat 40px center;
    color: #d6181f;
}
.nav ul li:first-child+li+li+li+li+li+li a{
    background: url("nav_20.png") no-repeat 40px center;
}
.nav ul li:first-child+li+li+li+li+li+li:hover a{
    background: url("nav_h_20.png") no-repeat 40px center;
    color: #d6181f;
}

/*栏目页内容区域*/
.content-center{
    width: 1200px;
    margin: 0 auto;
}
/*当前位置*/
.content-center .dqwz{
    height: 60px;
    line-height: 60px;
    font-size: 13px;
}
/*文章正文*/
.wzzw{
    width: 1200px;
    margin: 0 auto;
    padding: 40px 110px;
}















/*footer*/
.footer{
    width: 100%;
    border-top: 10px solid #355e92;
    margin-top: 20px;
    background: #dee0e2;
}
.footer-center{
    width: 1200px;
    margin: 0 auto;
}
.footer-center ul.list{
    margin-top: 20px;
}
.footer-center ul.list li{
    float: left;
    width: 224px;
    height: 60px;
    margin-left: 20px;
}
.footer-center ul.list li img{
    width: 224px;
    height: 60px;
}
.footer-center ul.list li:first-child{
    margin-left: 0;
}
.footer-center ul.list2{
    margin-top: 20px;
}
.footer-center ul.list2 li{
    float: left;
    width: 224px;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
}
.footer-center ul.list2 li:first-child{
    margin-left: 0;
}
.footer-center ul.list2 li select{
    width: 224px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border: none;
    background: #f7f7f7;
    font-size: 13px;
}

/*底部版权*/
.footer .copyright{
    width: 100%;
    border-top: 1px solid #bfc1c3;
    margin-top: 20px;
}
.copyright-center{
    width: 1200px;
    margin: 0 auto;
}


.copyright-center-middle{
    width: 560px;
}
.copyright-center-left,.copyright-center-right{
    width: 320px;
    min-height: 100px;
}
.copyright-center-left{
    text-align: right;
}
.copyright-center-right{
    text-align: left;
}

.copyright-center-middle .list{
    padding: 15px 0;
}
.copyright-center-middle .list li{
    font-size: 13px;
    line-height: 30px;
}











</pre></body></html>