    /*header*/
    a {
        text-decoration: none;
        outline: none;
        color: #fff;
        display:block;
        
    }
    ul,
    ol,li {
        list-style: none;
    }
    
    /* .clear {
        clear: both;
    } */
    
    .clearfix {
        *zoom: 1;
    }
    
    .menus {
        display: none;
    }
    
    :hover {
        transition: all 2s;
    }
    .nav_oneShow{
        display: block;
        transition: all 0.1s;
        background-color: rgba(256, 256, 256, .5)
    }
    .nav_oneLive{
        display: none;
    }
    
    #nav {
        float:right;
        z-index:3;
        position:absolute;
        left:85%;
        top:1%;
        
    }
    .logo img{
        width:17rem;
        height:3.2rem;
        z-index: 999;
        display: inline-block;
        position: absolute;
        right:12em;
        top:0.3rem;

    }
    .logo1 img{
        width:17.4rem;
        height:3.2rem;
        /* z-index: 999; */
        display: inline-block;
        position: absolute;
        right:18rem; 
        top:0.8rem;

    }
    
     /*----------------------------*/

    
.menus {
    widows: 200px;;
    overflow: hidden;
    box-shadow: 1px 1px 4px rgba(164, 211, 223, .9);
    border: 1px solid rgba(164, 211, 223, .9);
    border-radius: 5px;
    float:right;
    right:-25%;
    position: absolute;
    z-index: 16;
}

.menu {
    overflow: hidden;
    height: 0px;
    transition: all 0.3s ease;
}

.menu_title {
    width:200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(164, 211, 223, .9);
    color: #fff;
    font-size: 15px;

    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    overflow: hidden;
}

.menu_title:hover {
    background: #dedede;
    color: black;
}

.iteme {
    width: 200px;
    height: 41px;
    line-height: 40px;
    background: rgba(164, 211, 223, .9);
    color: white;
   
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

.iteme:hover {
    background: rgba(164, 211, 223, .8);
}

.iteme a {
    width: 200px;
    height: 40px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 15px;
    text-decoration: none;
    
}

.iteme_divider {
    width: 200px;
    height: 1px;
    background: white;
    display: block;
    opacity: 0.8;
}

.menu_divider {
    width: 100%;
    height: 1px;
    background: rgba(164, 211, 223, .9);
}

#nav_one >a> img{
    margin-top:0.7rem;
    width:44px;
}
/*header E/N*/
   

.btn-xs {
    position: absolute;
    right: 20%;
    top: 15px;
    z-index: 0;
}
.btn-xs>img{
  width:4.6rem;  
}

#num_one_foot {
    text-align: center;
    background-color: #3bcbc9;
    width: 16rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 1.2rem auto;
    color: #fff;
    border-radius: 5px;
}

#main-header{
    height:52px;
    position: relative;
}
/* footer */
.center-block{
    height: 120px;
    min-width: 100%;
}
.dp-flex{
	display: flex;
	justify-content:center;
	align-items:center;
	line-height: 1;
}
 p.dp-flex{
	margin: 0;
}
.fx-e{
	align-items: flex-end;
}
.txt-ali-c{
	text-align: center;
}

