/* å…¬å…±æ ·å¼è¡¨css */
html,body {
    color: #333;
	/*background:#f8f8f8;*/
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}
.wrapper {
	background:#f8f8f8
}
.wt {
	background:#ffffff
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
}

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 {
}

/* å¿…è¦å¸ƒå±€æ ·å¼css */

.ui-header {
    width: 100%;
    background: #006987;
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: absolute;
    min-width: 1200px;
    z-index: 100;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.ui-header-box {
    justify-content: space-between;
    height: 100%;
  /*  padding: 0 30px;*/
}

.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: 140px;
    height: 64px;
    margin-top: 5px;
    float: left;
}

.ui-header-logo img {
    width: 140px;
    display: block;
    border: none;
    height: 56px;
}

.ui-header-nav dl dd ul {
    display: none;
    transition: all .3s ease;
    background-color: rgba(0, 32, 75, .6);
    transform: translateY(-4%);
    position: absolute;
    width: 114px;
    top: 68px;
    left: 0;
    padding: 10px 0;
}

.ui-header-nav {
  
    justify-content: flex-start;
	/*width:998px;*/
	margin:0 auto;
    height: 60px;
	 /*float: left;
    justify-content: flex-start;
    margin-left: 100px;
    height: 60px;*/
}

.ui-header-nav dl dd h3 {
    font-weight: normal;
	font-size:16px;
}

.ui-header-nav dl dd {
    color: #fff;
    display: block;
    line-height: 60px;
    padding: 23px;
    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 a{
    color: #fff;
}


.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;
}

.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-right: 30px;
}
.searchnav {
    float: right;
    margin-right: 1%;
}

.searchnav{ float: right; margin-top: 12px; position: relative;}
.searchnav .search__text{ box-sizing: content-box; padding: 0; padding-left: 20px; width: 197px; height: 32px; color: #a4beae; font-size: 14px; border-radius: 15px; border: none; background: #fff; float: left; background: #00546c;}
.searchnav .search__sub{ float: left; width: 20px; height: 32x; padding: 0; margin: 0; border:none; cursor: pointer; text-align: center; line-height: 41px; color: #fff; font-size: 16px; position: absolute; right: 16px; top: 0; line-height: 32px; background: none;}
.searchnav .search__text::-webkit-input-placeholder{ color: #96cbda;}
.searchnav .search__text::-moz-placeholder{ color: #96cbda;}
.searchnav .search__text:-ms-input-placeholder{color: #96cbda;}



.ui-header-qq a {
    background: url(../images/qq.png) no-repeat left center;
    display: block;
    height: 26px;
    line-height: 26px;
    padding-left: 30px;
    color: #fff;
    font-size: 16px;
    background-size: 30px;
    margin-top: 21px;
    height: 25px;
}

.ui-header-tel {
    float: right;
    margin-right: 30px;
}

@charset "utf-8"; @font-face {
    font-family: "pmzdbt";
    src: url("./pmzdbt.ttf");
}

.ui-header-tel a {
    background: url(../images/tel.png) no-repeat left center;
    background-size: 30px;
    padding-left: 38px;
    font-size: 20px;
    font-family: "pmzdbt";
    color: #fff;
    cursor: initial;
    display: block;
    margin-top: 20px;
    height: 28px;
    line-height: 28px;
}



.fixed{
    position: fixed;
    background-color: rgba(42, 58, 74, 0.9);
}

.navtop {
    background: url(../images/jz.png) no-repeat center bottom;
    
}
@media (max-width: 768px){
.navtop {
    background: url(../images/jz.png) no-repeat 98% top;
    
}	

.links_show a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding: 5px 0px;
}
	
	}