<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,form,img,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,b,u,i,p,em,td,th,input,textarea,label,select,iframe {
    font-family: "微软雅黑","Microsoft YaHei", "Arial Narrow", HELVETICA;
    font-size: 14px;color: #333;padding: 0;margin: 0;}
img {font-size: 12px;vertical-align: middle;}
input {outline: 0}
td {font-family: Arial;}
table {border-collapse: collapse;border-spacing: 0}
ul,li {vertical-align: bottom;padding: 0;margin: 0}
em,i {font-style: normal}
li {list-style: none}
ol {list-style-type: none;list-style: none}
dd {margin-left: 0}
a img {border: 0}
h1 {font-size: 20px}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4,h5,h6 {font-size: 14px}
a {color: #333;text-decoration: none;outline: 0;cursor: pointer;}
a:hover {color: #2e9afe;text-decoration: underline}

.fl {float: left!important;display: inline}
.fr {float: right;display: inline}
.cf:before,.cf:after {content: "";display: table}
.cf:after {clear: both}
.cf {zoom: 1}
.clearboth,.clearfix {clear: both;}
.clearfix:after{content: "";display: block;clear: both;visibility:hidden;line-height: 0;height:0;}
.ellisps{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.align-center{text-align: center;}
.title-h1{font-size: 20px;color:#333;font-weight: normal;}
.title-h2{font-size: 18px;color:#333;font-weight: normal;}
.title-h3{font-size: 16px;color:#333;font-weight: normal;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color:#999;}
input:-moz-placeholder,textarea:-moz-placeholder {color:#999;}
input::-moz-placeholder,textarea::-moz-placeholder {color:#999;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder { color:#999;}

/*宽度设置*/
.boxfull {width: 100%;position: relative;}
.box1200 {width: 1200px;margin: 0 auto;clear:both;position: relative;}
/*通用头*/
header{height: 150px;position:fixed;top:0;width:100%;z-index: 99;background: url(../images/header.png) no-repeat center top;}
#nav{padding-top: 10px;position: absolute;}
#nav li{float: left;width: 160px;text-align: center;}
/* #nav li.margin-big{margin-right: 240px;} */
#nav li:nth-child(3){margin-right: 240px;}
#nav li a{height:70px;width: 160px;text-align:center;font-size:16px;line-height: 70px;color:#053f84;display:inline-block;}
#nav li a.on{color:#006f66;border-bottom:2px solid #006f66;font-weight: bold;}
#nav li:hover a{text-decoration: none;}
#nav li ul{display:none;position:absolute;z-index:8;width:140px;border-top: 1px solid #fff;background: #fff;padding:10px;}
#nav .list li{clear:left;margin-bottom:1px;width:140px;}
#nav .list li a{width:140px;display:block;height:43px;font-size:14px;line-height:43px;}
#nav .list li:hover{background:#136fdc;color:#fff;}
#nav .list li:hover a{background:#136fdc;color:#fff;}
.logo{width:184px;margin:0 auto;position: relative;top:30px;display: block;z-index: 102;}
.logo img{display: inline-block;}
/*通用脚*/
footer{height: 750px;background: url(../images/footer.jpg) no-repeat center top;}
.footer-title{text-align: center;padding-top: 60px;}
.footer-title p{text-transform: uppercase;font-size: 14px;color:#000;}
.footer-title h1{font-size: 38px;color:#000;}
.footer-box{background: #fff;text-align: center;padding:75px 0 50px;margin-top: 25px;}
.footer-box .footer-qrcode{text-align: center;}
.qrcode-item{display: inline-block;width: 210px;text-align: center;}
.qrcode-item img{width:106px;height: 106px;}
.qrcode-item p{font-size:16px;margin-top: 10px;}
.footer-info{margin-top: 20px;}
.footer-info p{font-size:16px;color:#5c6776;line-height: 36px;}
.footer-copy{margin-top:50px;}
.footer-copy span{font-size: 16px;color:#5c6776;margin:0 30px;}

/*侧边浮动*/
.float-box{position:fixed;right:0;top:40%;z-index: 99;}
.float-box .float-item{cursor:pointer;}
.wx-ewm{display:none;position: absolute;z-index: 99;right:60px;top:35px;background:url(../images/wxbg.png) no-repeat right top;width: 108px;height: 100px;padding:10px;}
.wx-ewm img{width: 100px;height: 100px;}
.float-box .qq{display:inline-block;width:60px;height: 60px;background: url(../images/qq.jpg) no-repeat right top;}
.float-box .qq:hover{background: url(../images/qq.jpg) no-repeat left top;}
.float-box .wx{display:inline-block;width:60px;height: 60px;background: url(../images/wx.jpg) no-repeat right top;}
.float-box .wx:hover{background: url(../images/wx.jpg) no-repeat left top;}
.float-box .top{display:inline-block;width:60px;height: 60px;background: url(../images/top.jpg) no-repeat right top;}
.float-box .top:hover{background: url(../images/top.jpg) no-repeat left top;}</pre></body></html>