body{
font-family:Microsoft YaHei
}
*{margin: 0;padding: 0}
a{text-decoration: none;}
ul li{list-style: none;}
.my-header{
	width: 100%;
	min-width: 1171px;
	height: 136px;
	background: url(../my-img/header-bg.png) no-repeat;
	background-size: 100% 100%;
}
.my-header .content{
	width: 1171px;
	height: 100%;
	margin: 0 auto;
}
.my-header .content .left{
	width: 668px;
	height: 100%;
	background: url(../my-img/logo.png) left center no-repeat;
	background-size: 668px 87px;
	float: left;
}
.my-header .content .right{
	width: 258px;
	height: 100%;
	float: right;
	padding: 20px 0 25px 0;
	box-sizing: border-box;
}
.my-header .content .right .time{
	width: 100%;
	font-size: 15px;
	color: #FFFFFF;
	padding-bottom: 30px;
	box-sizing: border-box;
	text-align: right;
}
.my-header .content .right .search{
	width: 100%;
	height: 37px;
}
.my-header .content .right .search input{
	width: calc(100% - 40px);
	height: 100%;
	border:none;
	background: #7a0408;
	float: left;
	outline: none;
	text-indent: 10px;
	color: #FAD5D7;
	border-radius: 5px 0 0 5px;
}
.my-header .content .right .search input.search_btn{
width: 40px;
    height: 100%;
    float: left;
   
    border: none;
    outline: none;
    border-radius: 0 5px 5px 0;background:url(../my-img/search-btn.png) #b6151b center no-repeat;
}
.my-header .content .right .search input::-webkit-input-placeholder { 
	color: #FAD5D7;
}
.my-header .content .right .search button{
	width: 40px;
	height: 100%;
	float: left;
	background: #b6151b;
	border:none;
	outline: none;
	border-radius: 0 5px 5px 0;
}


.my-nav{
	width: 100%;
	min-width: 1171px;
	height: 50px;
}
.my-nav .content{
	width: 1171px;
	height: 100%;
	margin: 0 auto;
}
.my-nav .content ul li a{
	display: block;
	width: 100%;
	height: 50px;
        color: #333333;
}
.my-nav .content ul li{
	width: 146px;
	line-height: 50px;
	float: left;
	color: #333333;
	font-size: 17px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.my-nav .content ul li.check{
	background: #9c0c15;
	color: #FFFFFF;
}
.my-nav .content ul li.check a{
        color: #FFFFFF;
}
.my-nav .content ul li ul{
	display: none;
	position: absolute;
	top: 50px;
	z-index: 999999;
}
.my-nav .content ul li ul li{
	float: none;
	background: rgba(156,12,21,0.8);
	color: #FFFFFF;
	font-size: 14px;
	border-bottom: 1px solid rgba(255,255,255,0.8);
}
.my-nav .content ul li ul li:last-child{
	border:none;
}