<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å…¬å…±æ&nbsp;·å¼è¡¨css */
html,body {

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

img {
    border: 0;
}



html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

a:hover {
    color: #eee;
}

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

.clearfix {
}

/* å¿…è¦å¸ƒå±€æ&nbsp;·å¼css */


.ui-header {
    height: 70px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: absolute;
    width: 100%;
/*    min-width: 1200px;*/
    z-index: 990;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.ui-header-box {
    justify-content: space-between;
    height: 100%; width:85%; margin:0 auto; 
   /* padding: 0 140px;*/
}

.ui-header-logo {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    width: 336px;
    height: 64px;
    margin-top: 5px;
    float: left;
}

.ui-header-logo img {
    width: 314px;
    display: block;
    border: none;
    height: 62px;
}

.ui-header-nav dl dd ul {
    display: block;
    transition: all .3s ease;
    background-color: rgba(0, 32, 75, .6);
    transform: translateY(-4%);
    position: absolute;
    width: 114px;
    top: 78px;
    left: 0;
    padding: 10px 0;
}

.ui-header-nav {
    float: right;
    justify-content: flex-start;
/*    margin-right: 30px;*/
    height: 70px;
}

.ui-header-nav dl dd a { 
    font-size:18px; 
	color:#ffffff;
    font-weight: normal;
}

.ui-header-nav dl dd a:hover{ color:#e1c394}

.ui-header-nav dl dd {
    color: #fff;
    display: block;
    line-height: 68px;
    padding: 0 22px;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    text-align: center;
    float: left;
}

.ui-header-nav dl dd ul li {
    height: 35px;
    line-height: 35px;
}

.ui-header-nav dl .on {
    border-bottom: 2px solid transparent;
    border-color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#onin a{ color:#e1c394}
#onin{border-bottom: 2px solid #ffffff; color:#e1c394}

.ui-header-nav dl .on a {
    color:#e1c394
}

.ui-header-nav dl dd ul li a {
    color: #fff;
    font-size: 14px;
}

.ui-header-nav dl dd ul li a:hover {
    color: #00A2FF;
}

.ui-header-qq {
    float: right;

	margin-left:50px;
}



.weixin{ width:30px; height:30px;position:relative; z-index:5555; font-size:12px; text-align:center; float:right;}
.weixin a{width:30px; height:30px; display:block; position:absolute;z-index:5555; left:0; top:0; }
.weixin .weixin_nr{width:150px; height:180px; padding:10px; background:#fff; font-size:14px; text-align:center; position:absolute;z-index:5555; left:-65px; top:70px; display:none;}
.weixin .weixin_nr img{ margin-bottom:10px;}
.weixin .weixin_nr .arrow{ width:0; height:0; border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent; position:absolute;z-index:5555; left:65px; top:-10px;}
.weixin.on .weixin_nr{ display:block;}



.ui-header-qq a {
    background: url(../image2019/wechat.png) no-repeat left center;
    display: block;
	width:24px;
    line-height: 26px;

    color: #fff;
    font-size: 16px;
    margin-top: 21px;
}

.ui-header-tel {
    float: right;
}

.ui-header-tel a {
    background: url(../image2019s/tel.png) no-repeat left center;
    background-size: 30px;
    font-size: 20px;
    font-family: "Microsoft Yahei";
    color: #fff;
    cursor: initial;
    display: block;
    margin-top: 20px;
    line-height: 28px;
}

.fixed{
    position: fixed;
    background-color: rgba(42, 58, 74, 0.9);
}</pre></body></html>