*{

    margin: 0;

    padding: 0;

    list-style: none;

}

a{

    text-decoration: none;

    color: #000;

}

html.body{

    width: 100%;

    height: 100%;

}

.head{

    width: 100%;

    height: 6rem;

    background: #fff;

    position: fixed;

    left: 0;

    top: 0;

    z-index: 100;

    display: flex;

    align-items: center;

    z-index: 100;

    box-shadow: 0px 2px 5px #888888;

}

.head .logo{

    width: 20rem;

    margin-left: 20%;

}

.head .logo img{

    width: 100%;

    display: block;

}

.head .hang{

    position: absolute;

    right: 10%;
	
	display: flex;
	
    flex-wrap: wrap;
    
    justify-content: space-between;

}

.head .hang .top{

    width: 100%;

    height: 30%;

    display: flex;

    align-items: center;

    justify-content: flex-end;

}

.head .hang .top .text{

    font-size: .9rem;

    font-weight: bold;

}

.head .hang .top .gq{

    width: 2rem;

    margin-right: 2%;

}

.head .hang .top .gq img{

    display: block;

    width: 100%;

}

.head .hang .bot{
	
}

.head .hang .bot ul{

     float: left;
     margin-top: 5px;

}

.head .hang .bot ul li{


    padding-bottom: 1%;

    display: inline-block;

    height: 100%;

    border-bottom: .3rem solid transparent;

    cursor: pointer;
    
    

}

.head .hang .bot ul li a{

    font-size: .8rem;
    padding: 0 10px;

}

.containerd{
    float: left;
    width: 200px;
    display: flex;
    align-items: center;
    /* margin: 100px auto 0 auto; */
    margin-left: 20px;
}
.containerd .parent{
    position: relative;
    height: 35px;
}
.containerd .search {
    width: 9rem;
    height: 2rem;
    border-radius: 18px;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 1rem;
    padding-right: 2rem;
    position: absolute;
}
.containerd .btn {
    height: 1.8rem;
    width: 1.8rem;
    position: absolute;
    top: .2rem;
    left: 9.5rem;
    border: none;
    outline: none;
    cursor: pointer;
    background: #fff;
}

.head .caidan{

    width: 2.5rem;

    height: 1.8rem;

    position:absolute;

    right: 1%;

    display: none;

    background-image: url('../img/caidan.png');

    background-position: center;

    background-size: 100% 100%;

    background-repeat: no-repeat;
    z-index: 5;

}



.phon_nav{

    width: 100%;

    height: 100%;

    position: fixed;

    top: 0;

    left: 0;

    background: #000000;

    z-index: 100;

    display: none;

}

.phon_nav ul{

    width: 100%;

}

.phon_nav ul li{

    width: 100%;

    padding: 1.2rem 0;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

    border-bottom: 1px solid #fff;

}

.phon_nav .off{

    width: 100%;

    padding: 3rem 0;

    display: flex;

    justify-content: center;

}

.phon_nav .off .x{

    display: inline-block;

    width: 10%;

    padding: .1rem;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

}

.phon_nav .off .x img{

    width: 100%;

}

.foot{

    margin-top: 2%;

    padding: 1.2% 20%;

    text-align: right;

    color: #fff;

    background:url('../img/banner5.png')0 0 no-repeat,

    url('../img/lx_t.png')0 0 no-repeat;

    background-size: 100% ;

    font-size: 1rem;

}




@media screen and (max-width: 1400px){
 .head .logo{

        margin-left: 10%;

    }
}

@media screen and (max-width: 1300px){

    .head .hang{

    	right: 5%;
    	
    }

}

@media screen and (max-width: 1200px){

	.head .logo{
		margin-left: 10%;
	}

}

@media screen and (max-width: 1150px){

  
    .head .hang .bot ul{
    	float: none;
    }
    .containerd{
    	float: right;
    	margin-top: 5px;
    	margin-left: 0;
    }

}

@media screen and (max-width: 900px){

    .head .hang{

       

    }

}


@media screen and (max-width: 768px){

    .head{

        height: 4rem;

        display: block;

    }

    .head .caidan{

        display: block;
        margin-top: 1rem;

    }
    
    .head .hang{
    	display: inline-block;
    }

    .head .hang .bot ul{

        display: none;

    }

    .head .logo{
        display: inline-block;
        width: 14rem;
        margin-left: 1rem;
        margin-top: 1rem;

    }
    .containerd{
    	float: none;
    	margin-top: 1rem;
    	display: inline-block;
    	width: 180px;
    }
    .containerd .search{
    	width: 6rem;
    	height: 2rem;
    	border-radius: 18px;
    	outline: none;
		border: 1px solid #ccc;
    	padding-left: 1rem;
    	padding-right: 2rem;
    	position: absolute;
	}
	.containerd .btn {
		height: 1.5rem;
    	width: 1.5rem;
		position: absolute;
    	top: .3rem;
    	left: 7.3rem;
    	border: none;
    	outline: none;
    	cursor: pointer;
    	background: #fff;
	}

    .foot{

        width: 100%;

        padding: 3% 0%;

        text-align: center;

        font-size: .6rem;

        position: fixed;

        bottom: 0;

    }

}