/* CSS Document */
body, html {
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    color: #333; 
}

* {
    font-family: "微软雅黑";
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,h7,th,p {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: "Î¢ÈíÑÅºÚ", verdana, arial;
}

.ftBlue {
    color: #06C;
}

.ftOrange {
    color: #F90;
}

.ftYellow {
    color: #FF0;
}

.ftRed {
    color: #F00;
}

.ftGray {
    color: #666;
}

.ftGreen {
    color: #360;
}

.ftStrong {
    font-weight: bold;
}

body {
    font-size: 14px;
}

a {
    color: #333;
}

img {
    border: 0;
}

ul,li {
    list-style: none;
}

header {
    position: relative;
    background: #12426C;
    height: 70px;
}

header h1 {
    clear: both;
    overflow: hidden;
    text-align: center;
    float: left;
}

header h1 img {
    float: left;
    margin-left: 0.5em;
    width: 85%;
    margin-top: 3%;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile-inner-header {
    width: 100%;
    height: 70px;
    position: absolute;
    right: 0px;
    z-index: 10;
}

.websitename {
    float: left;
    line-height: 50px;
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    margin-top: 10px;
}

.mobile-inner-header-icon:hover {
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 3px;
    background-color: #FFD582;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
    transform: translateY(0px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(18,66,108,0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding: 10px 0 20px;
    display: none;
    z-index: 10;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 35px;
    text-decoration: none;
    width: 90%;
    margin-left: 5%;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255,255,255,0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(255,255,255,0.4);
    border-bottom: solid 1px rgba(255,255,255,0.2);
}

/*预加载样式*/

#myloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1999;
    background: #F6F6F6;
    text-align: center;
}

#myloader .loader {
    display: inline-block;
    height: auto;
    position: relative;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
}

#myloader .loader .grid {
    width: 60px;
    height: 60px;
    margin: 100px auto;
}

#myloader .loader .grid .cube {
    width: 33%;
    height: 33%;
    background-color: #265aa5;
    float: left;
    -webkit-animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
}

#myloader .loader .grid .cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#myloader .loader .grid .cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#myloader .loader .grid .cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#myloader .loader .grid .cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#myloader .loader .grid .cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#myloader .loader .grid .cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#myloader .loader .grid .cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#myloader .loader .grid .ube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#myloader .loader .grid .cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.swiper-container {
    width: 100%;
}

.swiper-container img {
    display: block;
    width: 100%;
}

.tab-news-content .news-list-wrapper:first-child > div:first-child {
    border-top: 0;
}

.rec-item {
    text-align: left;
}

.tab-news-content .news-list-wrapper:first-child > div:first-child .inner-item {
    border-top: none !important;
}

.tab-news-content .tpl-3 a.inner-item {
    min-height: 118px;
}

.tab-news-content .news-item .inner-item {
    margin: 0 16px;
    border-top: 1px solid #f0f0f0;
    padding: 10px 0 13px;
    display: block;
}

.tab-news-content .news-item .text-content {
    margin-bottom: 3px;
}

.tab-news-content .tpl-3 a.inner-item .text-content h2 {
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
    overflow: hidden;
}

.tab-news-content .news-item h2 {
    font-weight: normal;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tab-news-content .news-item .hotRec0 {
    background-position: 0 0;
    background-color: #ffe4e4;
}

.tab-news-content .news-item .hotRec0 {
    background-position: 0 0;
    background-color: #ffe4e4;
}

.tab-news-content .news-item .hotRec {
    display: none;
    width: 17px;
    height: 17px;
    background-image: url("//m.baidu.com/static/index/plus/public/tab_news.png");
    background-size: 98px 41px;
    position: relative;
    top: 3px;
    margin-left: 6px;
}

.tab-news-content .news-item h2 {
    font-weight: normal;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tab-news-content .news-item .img-wrap {
    display: inline-block;
    width: 33.105%;
    margin-right: 1px;
    height: 0;
    padding-top: 21.99%;
    position: relative;
    vertical-align: top;
}

.tab-news-content .news-item .img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tab-news-content .news-item .img-wrap:last-child {
    margin-right: 0;
}

.tab-news-content .news-item .news-from {
    margin-top: 9px;
    line-height: 13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.tab-news-content .news-item .news-from span {
    margin-right: 8px;
    font-size: 13px;
    color: #999;
    display: inline-block;
}

.tab-news-content .tpl-2 .inner-item {
    position: relative;
    padding: 14px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.tab-news-content .tpl-2 .info-content {
    width: 67.88%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -webkit-order: 2;
    order: 2;
}

.tab-news-content .tpl-2 .info-content > div {
    margin-left: 14px;
}

.tab-news-content .tpl-2 .text-content h2 {
    -webkit-line-clamp: 2;
}

.tab-news-content .tpl-2 .pic-content {
    width: 33.65%;
    position: relative;
}

.tab-news-content .tpl-2 .pic-content div {
    width: 100%;
    padding-top: 66.67%;
}

.tab-news-content .tpl-2 .pic-content img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.weui-tab__bd {
    padding-bottom: 55px;
}

.s-news-special-item-tpl-3 {
    min-height: 87px;
    _height: 87px;
    overflow: visible;
    padding: 0 16px;
}

.s-news-special {
    border-top: 1px solid #f0f0f0;
    position: relative;
    background: url(data:image/png;
    base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFW¡­AAVcLTfgAAAAF0Uk5TAEDm2GYAAAAMSURBVHjaYmAACDAAAAIAAU9tWeEAAAAASUVORK5CYII=) repeat;
}

.s-news-special-item-tpl-3 h2 {
    width: 100%;
    height: 20px;
    padding-top: 20px;
    padding-bottom: 2px;
    font-weight: normal;
}

.s-news-special h2 .s-title-yahei {
    font-size: 18px;
    font-family: arial, 'Microsoft Yahei', Î¢ÈíÑÅºÚ;
}

.s-news-special-item-tpl-3 h2 a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    zoom: 1;
    vertical-align: middle;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.s-news-special .from {
    width: 100%;
    position: relative;
    color: rgba(0,0,0,0.4);
    font-size: 13px;
    display: block;
    padding-top: 8px;
}

.s-news-special .from .src-net {
    margin-right: 6px;
}

.s-news-special .from .src-time {
    vertical-align: -1px;
    _vertical-align: auto;
    margin-right: 6px;
}

.s-news-special .src-net a,.s-news-special .src-net a:hover {
    text-decoration: none;
    color: rgba(0,0,0,0.4);
    color: #999\9;
}

.weui-tabbar {
    position: fixed;
}

.weui-cells__title {
    font-size: 18px;
}

.weui-article {
    line-height: 2em;
}

.rich_media_title {
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 24px;
}

.rich_media_meta_list {
    margin-bottom: 18px;
    line-height: 20px;
}

.rich_media_meta_list em {
    font-style: normal;
}

.rich_media_meta_text {
    color: #8c8c8c;
}

.rich_media_meta {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 14px;
}

.yuedu_box {
    color: #8c8c8c;
}

.contact-box .weui-cell__bd p {
    width: 50px;
}

.error {
    border: 1px solid #F00;
    background: #FFECEC;
    font-weight: normal;
    padding-top: 5px;
    font-size: 14px;
}

input.error,textarea.error {
    background: #FFF0F0;
    border: 1px solid #FDD;
    display: block;
    font-size: inherit;
}

label.error {
    color: #F90;
    border: 0;
    background: none;
}

.content-block {
    padding: 10px 15px 0;
}

.jiben {
    background: #FFF;
    padding: 10px 0.75rem;
    margin-top: 0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
    left: auto;
    right: 5px;
    width: auto;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 0;
    display: inline-block;
    background: #898a8e;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #12426C !important;
}

.swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,0.5);
    line-height: 30px;
}

.swiper-slide p a {
    color: #fff;
    display: block;
    padding-left: 10px;
}

.swiper-slide p a.title {
    display: inline-block;
    width: 60%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.clear {
    clear: both;
}

.header {
    width: 100%;
    height: .45rem;
    background: #12426c;
}

.logo {
    width: 1.1rem;
    height: .3rem;
    float: left;
    margin-left: .12rem;
    padding-top: .07rem;
}

.logo img {
    width: 100%;
}

.phone {
    float: left;
    padding-top: .12rem;
    margin-left: .35rem;
}

.phone a {
    font-size: .13rem;
    color: #fff;
}

.banner img {
    height: 2rem;
}
/**导航nav**/
.nav {
    position: absolute;
    z-index: 999;
    top: .15rem;
    right: 0rem;
}

.nav .danghang_sign {
    float: right;
    margin-right: .12rem;
}

.nav ul {
    width: 1rem;
    background: #1f4167;
    margin-top: .3rem;
    display: none;
}

.nav ul li {
    text-align: right;
    border-bottom: 1px solid #d0d0d0;
    line-height: .25rem;
    text-align: center;
}

.nav ul li:hover {
    background: #12426C;
}

.nav ul li a {
    color: #fff;
}

.nav ul li:last-child {
    border-bottom: 0;
}

/**标签导航**/
.sign_nav {
    width: 100%;
    height: .8rem;
    background: #000;
}

.sign_nav ul {
    display: flex;
    justify-content: space-between;
    padding-top: .18rem;
    margin-left: .13rem;
    margin-right: .13rem;
}

.sign_nav ul li {
    border-right: 1px solid #fff;
    text-align: center;
    width: 25%;
}

.sign_nav ul li img {
    width: .22rem;
    height: .22rem;
}

.sign_nav ul li:last-child {
    border-right: 0;
    padding-right: 0px;
}

.sign_nav ul li .ht {
    font-size: .14rem;
    color: #fff;
}
/**关于我们**/
.about_us {
    height: 4.7rem;
    background: url(/hdmbi/img/abus.jpg) no-repeat center;
    background-size: cover;
}

.abus_center {
    margin-left: .14rem;
    margin-right: .14rem;
    padding-top: .3rem;
}

.abus_title {
    padding-bottom: 0.1rem;
    background: url(/hdmbi/img/10.jpg) no-repeat bottom;
    background-size: 8% 2%;
}

.abus_title .abus_gy {
    font-size: .18rem;
    text-align: center;
    font-family: "微软雅黑";
    font-weight: bold;
}

.abus_title .abus_gy a {
    color: #12426c;
}

.abus_title .abus_till {
    text-align: center;
    color: #828282;
    font-size: .12rem;
}



.abus_video {
    width: 100%;
    margin-top: .1rem;
    margin-bottom: .2rem;
}

.abus_video img {
    width: 100%;
}

.abus_text {
    color: #8f8f8f;
    line-height: .3rem;
    margin:0 0.4rem;
    text-align: center;
    font-size: 0.15rem;
}
/**运营支持**/
.yunyin_title {
    margin-top: .2rem;
    padding-bottom: 0.1rem;
    background: url(/hdmbi/img/10.jpg) no-repeat bottom;
    background-size: 8% 2%;
}

.yunyin_title .abus_gy {
    font-size: .15rem;
    text-align: center;
    font-family: "微软雅黑";
    font-weight: bold;
}

.yunyin_title .abus_gy a {
    color: #12426c;
}

.yunyin_title .abus_till {
    text-align: center;
    color: #828282;
    font-size: .12rem;
}



.yunyin_main {
    width: 100%;
    height: 5.58rem;
    background: url(/hdmbi/img/2019_23.jpg) no-repeat top center;
}

.yunyin_center {
    margin-left: .14rem;
    margin-right: .14rem;
    padding-top: .275rem;
}

.yunyin_center ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.yunyin_center ul li {
    width: 49.85%;
    height: 1.57rem;
    text-align: center;
    padding-top: .1rem;
    border-right: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    animation: key 1s ease-in-out forwards;
}

.yunyin_center ul li:nth-child(even) {
    border-right: 0;
    padding-right: 0px;
}

.yunyin_center ul li:nth-child(5) {
    border-bottom: 0px;
}

.yunyin_center ul li:nth-child(6) {
    border-bottom: 0px;
}

.yunyin_center ul li .yy_imgs {
    width: .675rem;
    margin: 0 auto;
    height: .675rem;
    background: #fff;
    border-radius: .675rem;
    text-align: center;
    line-height: .675rem;
}

.yunyin_center ul li .yy_imgs img {
    width: .32rem;
    height: .32rem;
}

.yy_til {
    font-size: .14rem;
    color: #fff;
    margin-top: .1rem;
}

.yy_txt {
    font-size: .12rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: .05rem;
}

.yy_xq {
    color: #ffe400;
    margin-bottom: .175rem;
}
/**运营添加动画**/
@keyframes key {
    0% {
        margin-bottom: -.5rem;
        opacity: 0;
    }

    50% {
        margin-bottom: .5rem;
        opacity: .5;
    }

    100% {
        margin-bottom: 0rem;
        opacity: 1;
    }
}
/**美食品鉴**/
.foods {
    height: 7.3rem;
    background: url(/hdmbi/img/8.jpg) no-repeat top #f2cc81;
    background-size: contain;
    padding-top: .25rem;
}

.foods_titile {
    padding-bottom: 0.1rem;
    margin-bottom: 0.5rem;
    background: url(/hdmbi/img/10.jpg) no-repeat bottom;
    background-size: 8% 2%;
}

.foods_titile .abus_gy {
    font-size: .18rem;
    text-align: center;
    font-family: "微软雅黑";
    font-weight: bold;
}

.foods_titile .abus_gy a {
    color: #12426c;
}

.foods_titile .abus_till {
    text-align: center;
    color: #828282;
    font-size: .12rem;
}

.foods_titile .abus_till::after {
    display: block;
    color: #12426c;
    width: }
.foods_main{margin-left: .12rem;
    margin-right: .12rem;
    margin-top: .38rem;
}

.foods_main ul {
}

.foods_main ul li {
    overflow: hidden;
    background: rgba(38,76,122,0.76);
    background-size: .7rem;
    padding: .1rem;
    margin-bottom: .19rem;
    animation: keys 1s ease-in-out forwards;
}

.foods_main ul li .foods_left {
    float: left;
}

.foods_main ul li .foods_left img {
    width: 1.5rem;
    height: 1rem;
    border: 2px solid rgba(168,112,37,0.5);
}

.foods_right {
    float: right;
    overflow: hidden;
}

.foods_right .fr_til {
    font-size: .13rem;
    color: #f2cc81;
    text-align: right;
    margin-top: .07rem;
}

.foods_right .fr_price {
    margin-top: .15rem;
}
.foods_right .fr_price div{
    border-right: 2px solid #b79160;
}
.foods_right .fr_price p {
    font-size: .12rem;
    color: #fff;
    text-align: right;
    padding-right: .05rem;
    margin-bottom: .05rem;
    float: right;
}

.foods_more {
    width: 1.1rem;
    margin: .23rem auto;
    height: .25rem;
    background: #fff;
    line-height: .25rem;
    text-align: center;
}

.foods_more a {
    font-size: .12rem;
    color: #12426c;
}

@keyframes keys {
    0% {
        margin-top: bottom: -.3rem;
        opacity: 0;
    }

    30% {
        margin-top: .4rem;
        opacity: .3;
    }

    60% {
        margin-top: .4rem;
        opacity: .5;
    }

    100% {
        margin-top: 0rem;
        opacity: 1;
    }
}
/**新闻中心**/
.news {
    background: url(/hdmbi/img/2019.3_02.jpg) no-repeat center;
    background-size: cover;
    height: 3.7rem;
}

.news_title {
    padding-bottom: 0.1rem;
    margin-bottom: 0.2rem;
    background: url(/hdmbi/img/10.jpg) no-repeat bottom;
    background-size: 8% 2%;
    padding-top: 0.3rem;
}

.news_title .abus_gy {
    font-size: .18rem;
    text-align: center;
    font-family: "微软雅黑";
    font-weight: bold;
}

.news_title .abus_gy a {
    color: #12426c;
}

.news_title .abus_till {
    text-align: center;
    color: #828282;
    font-size: .12rem;
}

.news_title .abus_till::after {
}

.news_center {
    margin-left: .12rem;
    margin-right: .12rem;
}

.news_center .nc_top {
    overflow: hidden;
    margin-top: .25rem;
}

.news_center .nc_top_img {
    float: left;
    width: 40%;
}

.news_center .nc_top_img img {
    width: 100%;
    display: block;
}

.news_center .nc_top .nc_top_txt {
    width: 55%;
    float: right;
    margin-left: .15rem;
}

.nc_top_txt .bt {
    width: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .14rem;
    color: #12426c;
    margin-top: .13rem;
}

.nc_top_txt .date {
    font-size: .12rem;
    color: #929292;
    margin-top: .1rem;
}

.news_list {
    margin-top: .2rem;
}

.news_list ul {
}

.news_list ul li {
    margin-bottom: .05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list ul li a {
    font-size: .14rem;
    color: #000;
    padding-left: .05rem;
}

.news_list ul li::before {
    content: "•";
    color: #121212;
}

.news_more {
    width: 1.1rem;
    margin: .23rem auto;
    height: .25rem;
    background: #12426c;
    line-height: .25rem;
    text-align: center;
}

.news_more a {
    font-size: .12rem;
    color: #fff;
}
/**火爆门店**/
.fire_md {
    background: url(/hdmbi/img/2019_31.jpg) no-repeat center;
    background-size: cover;
}

.fire_md_til {
    padding-bottom: 0.1rem;
    margin-bottom: 0.3rem;
    background: url(/hdmbi/img/10.jpg) no-repeat bottom;
    background-size: 8% 2%;
    padding-top: 0.25rem;
}

.fire_md_til .abus_gy {
    font-size: .18rem;
    text-align: center;
    font-family: "微软雅黑";
    font-weight: bold;
}

.fire_md_til .abus_gy a {
    color: #12426c;
}

.fire_md_til .abus_till {
    text-align: center;
    color: #828282;
    font-size: .12rem;
}

.fire_md_til .abus_till::after {
    display: block;
    color: #12426c;
}

.fire_center {
    margin-left: .12rem;
    margin-right: .12rem;
    overflow: hidden;
    margin-top: .25rem;
    padding-bottom: .23rem;
}

.one_title {
    overflow: hidden;
    margin-bottom: .15rem;
}

.one_title .til_this {
    float: left;
    width: .8rem;
    height: .25rem;
    background: black;
    font-size: .15rem;
    color: #fff;
    text-align: center;
    line-height: .25rem;
}

.one_title .til_intro {
    float: left;
    font-size: .12rem;
    color: black;
    line-height: .25rem;
    margin-left: .05rem;
}

.two_title {
    margin-bottom: .15rem;
    margin-top: .15rem;
    margin-left: 1.23rem;
}

.two_title .til_this {
    float: left;
    width: .8rem;
    height: .25rem;
    background: black;
    font-size: .15rem;
    color: #fff;
    text-align: center;
    line-height: .25rem;
}

.two_title .til_intro {
    float: left;
    font-size: .12rem;
    color: black;
    line-height: .18rem;
    margin-left: .05rem;
    margin-top: -0.07rem;
}
/**滚动插件样式**/
.picMarquee-left {
    overflow: hidden;
    position: relative;
    margin-top: 0.07rem;
}

.picMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    padding: 0 10px;
}

.picMarquee-left .hd .prev,.picMarquee-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") no-repeat;
}

.picMarquee-left .hd .next {
    background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
    background-position: -60px -50px;
}

.picMarquee-left .bd {
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    border: 1px solid #D9D9D9;
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 1.65rem;
    height: 1.25rem;
    display: block;
    padding: 2px;
}

.picMarquee-left .bd ul li .pic a:hover img {
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}

/**招商**/
.shangpu {
    background: url(/hdmbi/img/2019_32.jpg) no-repeat center;
    background-size:cover;
    text-align: center;
    padding-top: .3rem;
    padding-bottom: .25rem;
}

.shangpu h2 {
    font-size: .13rem;
    font-weight: bold;
    color: #12426c;
    margin-bottom: .075rem;
}

.shangpu p {
    font-size: .12rem;
    color: #12426c;
    font-weight: bold;
    line-height: .25rem;
}

.shangpu .sp {
    width: 1.6rem;
    margin: 0 auto;
    height: .26rem;
    line-height: .26rem;
    background: #12426c;
    color: #fff;
    margin-bottom: 0.05rem;
}
/**footer 底部**/
.footer {
    padding-bottom: .25rem;
    background: url(/hdmbi/img/2019.3_02.jpg) no-repeat;
}

.footer .ftr_til {
    width: 100%;
    height: .35rem;
    background: #000;
    text-align: center;
    line-height: .35rem;
    color: #ffa900;
    font-size: .13rem;
}

.ly {
    width: 100%;
    height: 2.45rem;
    background: #ffa900;
}

.ly_cntr {
    margin-left: .12rem;
    margin-right: .12rem;
    padding-top: .15rem;
}

.ly_cntr input {
    width: 49%;
    height: .25rem;
    line-height: .25rem;
    text-indent: .05rem;
    color: #12426c;
}

.ly_cntr textarea {
    width: 100%;
    height: 1.05rem;
    margin-top: .15rem;
    text-indent: .05rem;
}

.ly_cntr input:-ms-input-placeholder {
    color: #12426c;
}

.ly_cntr input:-webkit-input-placeholder {
    color: #12426c;
}

.ly_cntr .sbt {
    width: 100%;
    height: .25rem;
    text-align: center;
    line-height: .25rem;
    background: #12426c;
    color: #ffa900;
    margin-top: .15rem;
}

.footer .all_jm {
    font-size: .24rem;
    color: #12426c;
    text-align: center;
    margin-top: .25rem;
}

.footer .all_rx {
    font-size: .35rem;
    color: #ffa900;
    text-align: center;
    margin-top: .1rem;
}
.footer .all_rx a{
    color: #ffa900;
}
.footer .copy {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: .12rem;
    color: black;
    margin-top: .1rem;
    line-height: .2rem;
}
.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label{
    color:#12426c;
}