﻿/*  */
.logo{
    background: #1f82df;
    position: relative;
}
.logo img{
    width: 100%;
    height: auto;
}
.logo #home{
    position: absolute;
    top: 19px;
    width: 50px;
    font-size: 10px;
    height: 50px;
    /* background-color: #000000ad !important; */
    color: #fff;
    line-height: 16px;
    border-radius: 48px;
    text-align: center;
    /* padding-top: 9px; */
    opacity: 0.8;
    right: 10px;
    z-index: 99;
    display: block;
}
.logo #home img{width:36px;}
/* nav */
.mainnav{
    padding: 5px 0;
    height: auto;
    background: #1f82df;
    margin-bottom: 10px;
}
.nav1{
    height: 60px;
    display: flex;
    flex-wrap: wrap;
}
.nav1 .nav1-menu{
    flex: 0 1 24%;
    align-self: center;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    position: relative;
}
.nav1 .nav1-menu2{
    flex: 0 1 28%;
    align-self: center;
    text-align: center;
    font-size: 1.125rem;
    color: #fff;
}
.nav1 .nav1-menu:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background: #fff;
    opacity: .3;
}

.nav1 .nav1-menu a{
    color: #fff;
}
.nav1 .nav1-menu2 a{
    color: #fff;
}
/* ==========  å›¾ç‰‡æ–°é—»css ========== */

.imgscroll {
    width: 100%;
    height: 223px;
    background: #fff;
    margin-bottom: 10px;
}

.imgscroll .swiper-imgscroll {
    width: 100%;
    height: 100%;
}

.imgscroll .swiper-slide img {
    width: 100%;
    height: 100%;
}

.imgscroll .swiper-slide .swiper-slide-opacity {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    left: 0;
    bottom: 0;
    _bottom: -1px;
    z-index: 1
}

.imgscroll .swiper-slide a.swiper-slide-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 99;
    bottom: 0;
    left: 0px;
    line-height: 40px;
    font-size: 18px;
    text-indent: 1em;
    text-decoration: none;
    color: #fff;
    width: 80%;
}

.imgscroll .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    left: 75% !important;
    width: 25% !important;
}

.imgscroll .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.imgscroll .swiper-pagination-bullet-active {
    background: #1f82df;
    opacity: 1;
}

/* ========== tabåˆ‡æ¢åˆ—è¡¨å…¬ç”¨css ========== */
.tab-box {
    padding: 0 15px;
    background: #fff;
    margin-bottom: 10px;
}


.tab-box .tab {
    width: 100%;
    height: 43px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ccc;
}


.tab-box .tab .tabItem {
    width: 160px;
    height: 43px;
    float: left;
    line-height: 43px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 2em;
    color: #fff;
    background: url(../../images/m/tab-bg.jpg) -29px center no-repeat ;

}

.tab-box .tab .bmdtmore {
    float: right;
    font-size: 14px;
    line-height: 43px;
    color: #7A7A7A;
}

.img-box {
    background: #fff;
    padding: 15px;
    margin: 10px 0;
}
.img-box img{
    border-style: none;
    display: block;
    width: 100%;
}




/* ==========footer css========== */

.footer {
    background-color: #fff;
    font-size: 14px;
    border-top: 4px solid #1f82df;
}
.footer .footer-grid {
    padding: 20px 0;
    text-align: center;
    line-height: 200%;
}

.footer .footer-grid .bqxx {
    padding-bottom: 15px;
    padding-top: 10px;
}

.footer .footer-grid .bqxx span.beian {
    display: inline-block;
}

.footer .footer-grid .biaozhi {
    position: static;
    width: auto;
    margin-top: 0;
}

.footer .footer-grid .menu a {
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    color: #1f82df;
}

.footer .footer-grid .bqxx span {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    color: #000;
}

.footer img {
    border-style: none;
    vertical-align: middle;
    width: auto;
}

.zt-postion-bg{
    background-color: #fff;
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
}
.zt-postion-bg .zt-postion{
    background: url(http://www.njymyy.com/images/m/postion.svg) left center no-repeat;
    padding-left: 30px;
    float: left;
    line-height: 40px;
}
.zt-postion-bg .btn-back
{
    float: right;
    line-height: 40px;
}











