/* reset */
ul{
	list-style: none;
}
li{
	list-style: none;
}
.img-responsive{
	width: 100%;
}
/* common */
.p-0{
	padding: 0;
}
.m-b30{
	margin-bottom: 30px;
}
/* media */
@media screen and (max-width:980px) {
    header {
        height: 220px;
    }
    footer{
    	font-size: 16px;
    }
    .h-wrap-right{
    	margin-top: 10px;
    }
    #SearchInput{
    	font-size: 30px;
    }
    
}

@media screen and (max-width: 1919px) and (min-width: 981px) {
   header {
        height: 180px;
    }
    footer{
    	font-size: 12px;
    }
    #SearchInput{
    	font-size: 14px;
    }
}


@media screen and (min-width: 1920px) {
    header {
        height: 180px;
    }
    footer{
    	font-size: 16px;
    }
    #SearchInput{
    	font-size: 14px;
    }
}

/* header */
header{
	padding: 50px 40px 20px 50px!important;
	background: #f52420;
	
}
header ul{
	/* 导航不变形 */
	min-width: 540px;
	padding: 0;
}
header ul li{
	
}


header ul li a{
	display: block;	
	text-align: center;
}
header ul li a:hover{
	
}


.h-wrap-right img{
	
}
#SearchInput{
	background: #fff;
	opacity: 0.5;
	border: none;
    height: 60px;
    margin: 0;
    z-index: 2000;
    display: none;
    border-radius: 50px;
}
#Search{
	position: absolute;
	top: 6px;
	right: 30px;
	cursor: pointer;
}
.shouye{
	font-size: 36px;
    color: #000;
}
.shouye:hover{
	color: #000;
	text-decoration: none;
}




/* page0 */

.footBar{
	width: 100%;
	height: 58px;
	line-height: 58px;
	
	background: #f52420;
	text-align: center;
	color: #000;
	font-size: 20px;
	font-weight: 600;
}

/* footer */
footer{
	height: 450px;
	background: #191919;
	color: #fff;
	/* font-size: 16px; */
	padding: 70px 120px;
}
footer a{
	color: #fff;

}
footer a:hover{
	text-decoration: none;
	color: #fff;
}

#ToTop{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #ccc;
	color: #fff;
	position: absolute;
	z-index: 99;
	bottom: 10px;
	right: 0;
	cursor: pointer;
}
	


/* page1 */

/* page2 */

/* page3 */