.ui-header {
    height: 70px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    /*position: absolute;*/
    width:1300px;
	margin: 0 auto;
    z-index: 100;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.index{}
.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: 400px;
    height: 80px;
    margin-top: 15px;
    float: left;
}

a {
    color: #666;
}
a {
    text-decoration: none;
    color: #08acee;
}
a {
    text-decoration: none;
    color: #000;
}
.ui-header-logo img {
    width: 400px;
    display: block;
    border: none;
    height: 80px;
}
.ui-header-tel {
    float: right;
    margin-right: 30px;
}
.ui-header-tel a {
    background: url(/templets/mhmb/images/tel.png) no-repeat left center;
    background-size: 30px;
    padding-left: 38px;
    font-size: 20px;
    font-family: "pmzdbt";
    color: #171515;
    cursor: initial;
    display: block;
    margin-top: 20px;
    height: 28px;
    line-height: 28px;
}
.ui-header-qq {
    float: right;
    margin-right: 30px;
}
.ui-header-qq a {
    background: url(/templets/mhmb/images/qq.png) no-repeat left center;
    display: block;
    height: 26px;
    line-height: 26px;
    padding-left: 30px;
    color: #0c0c0c;
    font-size: 16px;
    background-size: 30px;
    margin-top: 21px;
    height: 25px;
}
.ui-header-nav {
    float: right;
    justify-content: flex-start;
    margin-right: 60px;
    margin-top: -40px;
}
.ui-header-nav dl dd {
    color: #2d2b2b;
    display: block;
    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 h3 {
    font-weight: normal;
}
.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: 78px;
    left: 0;
    padding: 10px 0;
}
.ui-header-nav dl dd ul li {
    height: 35px;
    line-height: 35px;
}

li {
    list-style: none;
}
.ui-header-nav dl dd ul li a {
    color: #fff;
    font-size: 14px;
}
a {
    color: #666;
}
a {
    text-decoration: none;
    color: #000;
}


/*??footer*/

.footer {
    position: relative;
    width: 1920px;
    background: #14161A url(/templets/mhmb/images/rtbg.png) center top repeat-x;
    min-height: 232px;
    left: 50%;
    margin-left: -960px;
}
.foot2 {
    width: 1300px;
    margin: 0 auto;
    padding: 45px 0;
    height: 110px;
    zoom: 1;
    position: relative;
}
.clearfix {
    zoom: 1;
}
.ft01 {
    float: left;
    width: 146px;
}
.ft01 img {
    width: 106px;
    height: 98px;
    margin: 0 auto;
}

select, input, img, select {
    vertical-align: middle;
}
img {
    border: none;
    background: none;
    vertical-align: middle;
}
.ft02 {
    float: left;
    width: 460px;
    padding-left: 40px;
    border-left: 1px solid #454849;
    border-right: 1px solid #454849;
    line-height: 18px;
    height: 100px;
    color: #999;
}
.ft03 {
    width: 380px;
    float: left;
    text-align: center;
}
#footer a {
    color: #999;
}

.ft03 a {
    display: block;
    width: 124px;
    height: 35px;
    line-height: 35px;
    background: #017dc8 url() 0 0 no-repeat;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    margin: 10px auto;
}
a {
    text-decoration: none;
    outline: none;
}
.ft03 div {
    font-size: 30px;
    color: #999;
    font-weight: bold;
    line-height: 1.5;
}
.ft04 {
    background: url(/templets/mhmb/images/ewmbg.png) 0 0 no-repeat;
    width: 228px;
    height: 236px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -16px;
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    line-height: 1.6;
}
.ft04 img {
    width: 144px;
    height: 144px;
    margin: 30px auto 0;
    display: block;
}
.copyright {
    line-height: 30px;
    width: 1300px;
    margin: 0 auto;
    color: #999;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
	height: 30px;
}
.banquan {
    font-size: 14px;
    color: #999;
    position: absolute;
    left: 25px;
    top: 10px;
}
.jishu {
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 25px;
    top: -3px;
}
