/*!
 * Clean Blog v1.0.0 (http://startbootstrap.com)
 * Copyright 2014 Start Bootstrap
 * Licensed under Apache 2.0 (https://github.com/IronSummitMedia/startbootstrap/blob/gh-pages/LICENSE)
 */
html {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Lora', 'Times New Roman', serif;
    font-size: 16px;
    color: #293038;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

/*p {
    line-height: 1.5;
    margin: 30px 0;
}*/

p a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

a {
    color: #000;
}

a:hover,
a:focus {
    color: #00acff;
    text-decoration: none;
}

a img:hover,
a img:focus {
    cursor: zoom-in;
}

ui, dl {
    margin: 0;
    padding: 0;
}

li, dd {
    list-style: none;
}

.clearAll {
    clear: both;
}

.warpper {
    width: 100%;
    overflow: hidden;
}

blockquote {
    color: #808080;
    font-style: italic;
}

hr.small {
    max-width: 100px;
    margin: 15px auto;
    border-width: 4px;
    border-color: white;
}

/*右下角模块*/
.fixed-btn-box {
    position: fixed;
    text-align: center;
    width: 5em;
    padding: 0.5em;
    right: 1em;
    bottom: 4em;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
    border: #dedede 1px solid;
    border-radius: 3px;
    color: #00aff8;
}

.fixed-btn-box li {
    padding: 1em 0;
    font-size: 1em;
    cursor: pointer;
}

.fixed-btn-box li i {
    font-size: 2em;
}

.fixed-btn-box .back-to-top {
    display: none;
}
/*左边模块*/
.fixed-btn-box2 {
    position: fixed;
    text-align: center;
    width: 140px;
    padding: 0;
    left:5px;
    top:410px;
    color: #fff;
    z-index: 99999;
}

.fixed-btn-box2 .fixed-btn-box2-ad {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.fixed-btn-box2 .fixed-btn-box2-ad a{
    cursor: pointer;
}
.fixed-btn-box2 .fixed-btn-box2-ad a img{
    cursor: pointer;
    border-radius: 2px;
}
.fixed-btn-box2 .fixed-btn-box2-ad span{
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 1.5em;
    text-align:center;
    font-size: 1em;
    position: absolute;
    background-color: #af4040;
    border-radius: 50px;
    font-weight: bold;
    top: -0.5em;
    right: -0.5em;
}

.gzwm-tipped-box {
    padding: 1em;
    display: none;
}

.gzwm-tipped-box li img {
    width: 10em;
}

/*
轮播淡入淡出效果
*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 500ms;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

/*.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}*/

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*不同的显示不同的颜色*/
/*.item:nth-child(1) {
    background: blue;
}

.item:nth-child(2) {
    background: red;
}

.item:nth-child(3) {
    background: orange;
}*/
/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.navbar{
    margin-bottom: 0
}

@media(min-width: 1200px) {
    .top-warp-daohang-nav{
        position: relative;
        left: 0;
    }
}
/*顶部导航（开始）*/
.main{
    width: 100%;
    position: relative;
}

.main .top{
    padding-top: 50px;
    padding-bottom: 20px;
    width: 100%;
    height: 140px;
}

.main .top .leftContent{
}

.main .top .leftContent .leftIcon{
    margin-bottom: 16px;
    max-width: 80%;
}

.main .top .rightContent {
    width: 100%;
    height:123px;
    background: url("/images/association/main/logo.png") center top no-repeat;
    text-align: right;
}

.main .top .contentItems{
    margin-top: 50px;
    float: right;
}

.main .top .contentItems .contentItem{
    padding-left: 16px;
    border-left: #999999 2px solid;
    display: inline-flex;
}

.main .top .contentItems .contentItem .image{
    width: 22%;
}

.main .top .contentItems .contentItem .title{
    text-align: left;
    width: 77%;
    margin-left: 1%;
    line-height: 20px;
    padding-top: 2px;
}
.main .top .contentItems .contentItem .title a{
    color: #666;
    margin-left: 4px;
    font-size: 14px;
    line-height: 20px;
}

.meunButton{
    width: 183px;
    height: 57px;
    margin: 0 6px;

}
.meunButton a{
    background: transparent;
}



.caret{
    position: relative;
    top: 10px;
    left: 24px;
    color: #FFFFFF;
}

.dropdown-toggle:hover .caret {
    color: #DC4035;
}

.meunButton_会员风采 {
    background: url("/images/association/main/menu/会员风采.png") left top no-repeat;
}
.meunButton_会员风采:hover {
    background: url("/images/association/main/menu/会员风采_h.png") left top no-repeat;
}
.meunButton_关于协会 {
    background: url("/images/association/main/menu/关于协会.png") left top no-repeat;
}
.meunButton_关于协会:hover {
    background: url("/images/association/main/menu/关于协会_h.png") left top no-repeat;
}

.meunButton_法规标准 {
    background: url("/images/association/main/menu/法规标准.png") left top no-repeat;
}
.meunButton_法规标准:hover {
    background: url("/images/association/main/menu/法规标准_h.png") left top no-repeat;
}

.meunButton_消防科普 {
    background: url("/images/association/main/menu/消防科普.png") left top no-repeat;
}
.meunButton_消防科普:hover {
    background: url("/images/association/main/menu/消防科普_h.png") left top no-repeat;
}

.meunButton_申请入会 {
    background: url("/images/association/main/menu/申请入会.png") left top no-repeat;
}
.meunButton_申请入会:hover {
    background: url("/images/association/main/menu/申请入会_h.png") left top no-repeat;
}

.meunButton_网站首页 {
    background: url("/images/association/main/menu/网站首页.png") left top no-repeat;
}
.meunButton_网站首页:hover {
    background: url("/images/association/main/menu/网站首页_h.png") left top no-repeat;
}

.meunButton_行业服务 {
    background: url("/images/association/main/menu/行业服务.png") left top no-repeat;
}
.meunButton_行业服务:hover {
    background: url("/images/association/main/menu/行业服务_h.png") left top no-repeat;
}

.meunButton_会员风采 {
    background: url("/images/association/main/menu/会员风采.png") left top no-repeat;
}
.meunButton_会员风采:hover {
    background: url("/images/association/main/menu/会员风采_h.png") left top no-repeat;
}


.searchDiv{
    width: 56%;
    display: inline-flex;
}

.searchDiv .searchInput{
    height: 36px;
    padding-left: 4px;
    font-size: 14px;
    width: 100%;
    float: right;
    border: 1px solid #648DD2;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.searchDiv .searchBtn{
    height: 36px;
    width: 60px;
    font-size: 16px;
    line-height: 36px;
    background: #1955BD;
    text-align: center;
    color: #ffffff;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.main .navbar-daohang {
    display: block !important;
    margin-top: 10px;
    padding-bottom: 4px;
}

.top-warp-daohang-menu1{
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #000000;
    font-weight: bolder;
    background-color: #ffffff;
}

.dropdown{
    margin-right: 24px;
}
.nav > li > a{
    height: 50px;
    display: block;
}
.nav > li > a:hover{
    background-color: transparent;
}
.nav .open > a {
     background-color: transparent;
 }.nav .open > a:hover {
      background-color: transparent;
  }.nav .open > a:focus {
       background-color: transparent;
   }