body{font-size: 14px;}
a{color:#1b2b82}
a:hover{text-decoration: none}
.fz12{font-size: 12px !important;}
.fz14{font-size: 14px !important;}
.fz20{font-size: 20px !important;}
.fz28{font-size: 28px !important;}
.newstext{color:#666;padding: 10px;}
.newstext img{max-width: 100%;}
.header-area{position: absolute; z-index: 999;width: 100%;}
.footer{background: #0a1229 url("../images/bg.jpg") center repeat-x;}
.navbar .active{border-bottom: 2px solid #51e4c7}
.navbar .nav-item{margin: 0 10px;font-size:18px;}
.bg-touming{background: rgba(0,0,0,0.5)}
.bottom{background: #f4f5f8;}
.navbar-dark .navbar-nav .nav-link{color: #fff;padding: 5px 0}
.tit{color:#1b2b82; background: url("../images/logos.png") center no-repeat;min-height: 54px;}
.cpbg{background: url("../images/cpbg.png") center bottom repeat-x;}
.cpbg .nav-tabs{justify-content: center;}
.cpbg .nav-tabs .nav-link{color:#666;font-size:15px;padding: .5rem;}
.cpbg .nav-tabs .active{border:none;border-bottom: 2px solid #1b2b82;color:#1b2b82;font-weight: bold}
.col-md-3 .list-group-item{font-size:18px;}
.btn-group-zsm>.btn, .btn-zsm {
    padding: .15rem .28rem;
    font-size: .7rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.img-zoom-in img {
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}

.img-zoom-in:hover img {
    border-radius: 5px;
    transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05)
}
.img-zoom-op img {
    transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
}

.img-zoom-op:hover img {
    opacity:0.8;
}
