* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: inherit;
}

input {
	background: none;
	outline: none;
}

input:focus {
	border: none;
}

ul li {
	list-style: none;
}

#header {
	width: 100%;
	height: 81px;
	background: #A9161F;
}

.header {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.logo {
	width: auto;
	margin-top: 8px;
	float: left;
}

.search {
	width: 220px;
    height: 37px;
    border-radius: 20px;
    float: right;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
    line-height: 37px;
    color: #fff;
    border: 1px solid #fff;
}

#int {
	width: 80px;
    height: 37px;
    font-size: 16px;
    margin-left: 10px;
    color: #fff;
    line-height: 30px;
    float: left;
    border: none;
}

.search img {
	width: 16px;
	height: 16px;
	float: left;
	margin: 10px 0 0 10px;
}
.sbtn{
	float: left;
	font-size: 12px;
	color: #fff;
}
.nav {
	width: 100%;
	height: 42px;
	background: #A9161F;
}

.nav_list {
	width: 1200px;
	margin: 0 auto;
}

.nav_list li {
	width: 140px;
	line-height: 42px;
	color: #fff;
	font-size: 18px;
	float: left;
	text-align: center;
	position: relative;
}

.nav_lis {
	position: absolute;
	left: 0;
	top: 42px;
	display: none;
	z-index: 200;
}

.nav_lis li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 48px;
	background-color: #A9161F;
}

.nav_lis li:hover {
	background-color: #F68292;
}

.footer{
	width: 100%;
	height: 227px;
	background: url(../img/01.png) center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.footer_link{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.link_tit{
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	margin-top: 43px;
}
.link_ct{
	width: 750px;
	float: left;
	overflow: hidden;
	margin-top: 38px;
}
.link_a{
	width: auto;
	display: block;
	color: #fff;
	float: left;
	margin-right: 11px;
}
.link_a:last-child{
	margin-right: 0px;
}
.link_a img{
	display: block;
	margin: 0 auto;
}
.link_txt{
	margin-top: 16px;
}
.link_rt{
	width: 346px;
	float: right;
	overflow: hidden;
	margin-top: 36px;
}
.link_as{
	width: auto;
	display: block;
	color: #fff;
	float: left;
	margin-right: 30px;
}
.link_as img{
	display: block;
	margin: 0 auto;
}
.link_as:last-child{
	margin-right: 0px;
}
.footer_jio{
	width: 100%;
	height: 102px;
	background: #A9161F;
	overflow: hidden;
}
.jio{
	width: 1200px;
	margin: 27px auto 0;	
}
.jio p{
	font-size: 16px;
	color: #fff;
}

