




input{
outline:none;
border:none;

}
*{
margin:0px;
padding:0px;
}


ul,li{
    
	list-style:none;
	margin:0px;
	padding:0px;
	
	
	
	
}


a{
	text-decoration:none;
	outline:none;
	color:#000000;
	cursor:pointer;
}

img{
	border:none;
	max-width:100%;
	display:block;
}













.jingshi{

	max-width:100%;
     height:44px;
	background-color:#1c1b1b;
	
}
.jingshi p{

    width:100%;
	text-align:center;
	line-height:44px;
	font-size:1em;
	font-family	:"微软雅黑";
	color:white;
	
}

.clear1{
	
	
	float:top;
	
	
	
	
	
	
}


.daohan{
position: relative;
	max-width:100%;
    height:100px;
	background-color:#000000;
	

	
}

.daohan img{
    position:absolute;
	max-width:100%;
    max-height:100px;
	background-color:#000000;
	left:5%;

   
	
}

.daohan ul  {
	position:absolute;
	overflow: visible; /* 避免裁剪伪元素 */
	max-width:1100px;
	width:58%;
	 height:100px;
	 display: flex;
   justify-content: space-between;
   align-items: center;
   left:30%;
   
}





.daohan ul li {
	
	
	 height:100px;
	 float:left;
}





.daohan ul li a{
    display:inline-block;
	height:100px;
  
	 position: relative;
	line-height:100px;
	font-size:1em;
	font-family	:"微软雅黑";
	color:white;
	
}

.daohan ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 25px;
    background-color: #00d8ff;
    height: 2px;
    width: 0%;
    transition: all 0.4s ease;
    transform: translateX(-50%);
    display: block;
	
}

.daohan ul li a:hover::after {
    width: 100%;
}





/*.daohan ul li a:hover{
	
	 
	
	background-image:url('../images/contactus_4.png');
	
	
	
	
}*/




.bottom img{
    
width:100%;
height:100%;

   position: relative;
	
     z-index:9999 !important;
	
}


