@import "base.css";
@import "index1.css";
@import "indexSmalltiger.css";
@import "indexSmalltiger3.css";
@import "indexSmalltiger4.css";
@import "indexSmalltiger5.css";
@import "indexSmalltiger6.css";
@import "indexSmalltiger7.css";
/*@import "indexAddme.css";*/
@import "background.css";
@import "movement.css";
@import "addme.css";
@import "aboutme.css";
@import "insguardService.css";
@import "informationrisk.css";
@import "insguard_risk.css";
@import "active_date.css";
@import "insguard_para.css";
@import "404.css";
.main_content-hide{
    display: none;
}

.section.item-1 ,
.section.item-2 ,
.section.item-3 ,
.section.item-4 ,
.section.item-6 {
    text-align: center;
    font: 50px "Microsoft Yahei";
    color: #fff;
}

/**********************导航条**********************************/

@font-face {
    /* font-properties */
    font-family: pictos;
    src: url('./siyuanheiti/Medium.otf') format('otf');

}
div{
    font-family: pictos;
}
#foot_image{
    width: 17px;
    /* position: absolute; */
    margin-top: -5px;
}
.main_content{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10;
    border: none;
}
.navbar {
    background: rgba(0,0,0,0);
    transition: 1s all ease;
}
.navbar.blue {
    background: rgba(71, 166, 173,1);
}
.navbar.black {
    background: rgba(51, 51, 51,.7);
}
.navbar.gray{
    background: rgba(64, 68, 90,1);
}

.main_content .navbar-brand,
.main_content .navbar-brand:visited,
.main_content .navbar-brand:hover
{
    color: #A7E615;
    font-size: 18px;
}
.main_content .navbar-right li a,
.main_content .navbar-right li a:visited{
    color: #ffffff;!important;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}
.main_content .navbar-right li a:hover {
    color: #ffffff;!important;
    text-decoration: none;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:visited,
.navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color:#F44336; ;
    text-decoration: none;

}
.navbar-default .navbar-toggle {
    background-color: #122b40;
}
 .navbar-default .navbar-toggle:focus{
     background-color: #122b40;
}
.navbar-default .navbar-toggle:hover {
    background-color: #122b40;
}
/********************导航条End***************************************/

/********************右侧导航栏*************************************/

/*#fp-nav{*/
    /*top: 80%;*/
/*}*/

#fp-nav ul li{
    vertical-align: middle;
    margin: 10px 50px 0 ;
}
/*#fp-nav li .active {*/
    /*background-position: 0 bottom;*/
/*}*/
/*#fp-nav li a.active span {*/
    /*display: block;*/
    /*width: 13px;*/
    /*height: 13px;*/
    /*left: 4px;*/
    /*top: 3px;*/
    /*background:green;*/
/*}*/
#fp-nav ul li a {
    display: block;
    color: #a42d14;
    width: 21px;
    height: 21px;
    /*background: url(../images/dot.png) 5px 5px no-repeat;*/
    /*right: 0;*/
}
#fp-nav span {
    display: none;
}


.glyphicon1{
    display: block;
    position: absolute;
    background: url("../images/index/index_icon_down.png");
    background-repeat: no-repeat;
    width: 47px;
    /* height: 45px; */
    margin-bottom: 40px;
    height: 45px;
    /* top: 0; */
    bottom: 0;
    left: 50%;
    animation: fullpagedown 1s ease infinite;
}

/*#fp-nav{*/
    /*margin-top: -300px;*/
/*}*/


#fp-nav span {
    display: block;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
    background: #faf5f5;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    top: 4px;
    left: 4px;
    width: 13px;
    height: 13px;
    /* border: 1px solid #000; */
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

@media screen and (max-width: 981px) {
    .glyphicon1{
        display: none;
    }
    .navbar-collapse{
        border: 0;
    }

}

@media screen and (max-width: 765px){
    #menu{
        position: fixed;
        height: 100%;
        width: auto;
        right: 0;
        background-color: rgba(0, 0, 0, 0.14);
    }
    #menu li{
        height: 50px;
    }
    #logo{
        width: 112px;
    }

}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #e7492c;
}

/*@media screen and (max-width: 414px){*/
    /*#logo{*/
        /*width: 100px;*/
    /*}*/
    /*.item-3 .container{*/
        /*bottom: 2.5rem;*/
    /*}*/
    /*.index_foot{*/
        /*right: 15%;*/
        /*left: 17%;*/
        /*font-size: 12px;*/
    /*}*/
    /*.item-3 .container p {*/
        /*padding-top: 0.29rem;*/
    /*}*/

/*}*/





/****************************右侧导航栏End******************************/




