@charset "utf-8";
/* CSS Document */
.top{
	height:60px;
	line-height:60px;
	font-size:16px;
	background:white;
	border-bottom:1px solid #f1f1f1
}
#date{margin-left:30px}
.banner{
	height:332px;
	background:#fff8f4 url(../images/banner.jpg) center top no-repeat
}
.banner .w1200>a{
	display:inline-block;
	margin-top:40px
}
.banner input[type=text]{
	height:46px;
	line-height:46px;
	border-radius:5px 0 0 5px;
	background:white url(../images/search.png) 10px center no-repeat;
	border:1px solid #dedede;
	border-right:0;
	width:290px;
	padding-left:45px;
	outline:none;
}
.banner input[type=button]{
	height:46px;
	line-height:40px;
	border-radius:0 5px 5px 0;
	border:1px solid #dedede;
	background:white;
	padding:0 15px;
	border-left:0;
	color:#dd2b4b;
}
.banner form a{
	vertical-align:middle;
	display:inline-block;
	height:44px;
	line-height:44px;
	border-radius:5px;
	padding:0 15px 0 45px;
	border:1px solid #dedede;
	background:white url(../images/wza.png) 10px center no-repeat;;
	font-size:16px
}
.banner form span>span{
	vertical-align:middle;
	display:inline-block;
	height:44px;
	line-height:44px;
	border-radius:5px;
	padding:0 15px 0 45px;
	border:1px solid #dedede;
	background:white url(../images/wza.png) 10px center no-repeat;;
	font-size:16px
}
.nav{
	height:55px;
	line-height:55px;
	background:#d90b37
}
.nav ul{
	display:flex
}
.nav ul li{
	width:100%;
	text-align:center;
	font-size:20px
}
.nav ul li a{
	display:block;
	color:white
}
.nav ul li a:hover,
.nav ul li.cur a{
	background:#ec9b00
}
.bg_ff{
	padding:25px;
	display:flex;
	justify-content:space-between
}
.slide01{
	position:relative;
	z-index:1;
	width:575px;
	height:400px;
	overflow:hidden
}
.slide01 .bd ul li{
	position:relative;
	z-index:2;
	font-size:18px
}
.slide01 .bd ul li img{
	float:left;
	width:575px;
	height:400px
}
.slide01 .bd ul li div{
	position:absolute;
	z-index:3;
	left:0;
	bottom:0;
	background:rgba(0,0,0,.7);
	padding:15px;
	box-sizing:border-box;
	width:100%
}
.slide01 .bd ul li a{
	color:white
}
.slide01 .hd{
	position:absolute;
	z-index:4;
	right:20px;
	bottom:12px;
}
.slide01 .hd ul li{
	display:inline-block;
	text-indent:-9999px;
	border-radius:20px;
	height:14px;
	width:14px;
	background:white;
	margin:5px;
	cursor:pointer
}
.slide01 .hd ul li.on{
	background:#ec9b00
}
.list01,
.list02{
	width:550px
}
.list01 .tit,
.ti02{
	height:48px;
	line-height:48px;
	border-bottom:1px solid #dedede
}
.list01 .tit h3{
	float:left;
	line-height:47px;
	padding:0 15px;
	font-size:24px;
	font-weight:normal;
	color:#d90b37;
	border-bottom:2px solid #d90b37
}
.list01 .tit a,
.list02 .tit a{
	float:right;
	color:#777;
	margin-right:10px
}
.list01 ul{
	margin-top:28px
}
.list01 ul li,
.list02 ul li{
	width:100%;
	font-size:16px;
	line-height:1.2;
	margin:20px 0;
	display:flex;
	justify-content:space-between;
	padding-left:12px;
	box-sizing:border-box;
	background:url(../images/dot.jpg) left center no-repeat
}
.list01 ul li a,
.list02 ul li a{
	white-space:nowrap;
	margin-right:20px;
	overflow:hidden;
	text-overflow:ellipsis
}
.list01 ul li span,
.list02 ul li span{white-space: nowrap}
.dzhcg{
	display:flex;
	justify-content:space-between
}
.dzhcg li{
	background:white;
	width:19%;
	box-sizing:border-box;
	padding:10px 30px;
	font-size:18px;
	font-weight:bold;
}
.dzhcg li a{
	display:flex;
	justify-content:left;
	align-items:center
}
.dzhcg li a img{
	margin-right:10px
}
.list02 .tit{
	height:55px;
	line-height:55px;
	background-color:#f3f3f3
}
.list02 .tit h3{
	float:left;
	padding:0 20px;
	font-size:22px;
	font-weight:normal;
	background:#d90b37;
	color:white
}
.ti02{
	display:flex;
	justify-content:left
}
.ti02{
	border-bottom:0;
	background:url(../images/ti02.gif) left bottom repeat-x
}
.ti02 a{
	padding:0 5px;
	font-size:16px;
	font-weight:bold
}
.ti02 a:hover,
.ti02 a.hover{
	border-bottom:2px solid #d90b37;
	color:#d90b37
}
.enter{
	margin:20px 0;
	display:flex;
	justify-content:space-between
}

@media (max-width: 800px) {

.w1200{
	width:98%;
	margin:0 1%;
	box-sizing:border-box
}
.top{font-size:14px}
.top .fr, #date{display:none}
.banner{
	background-size:200% auto;
	height:50vw;
	text-align:center
}
.banner form input,.banner form a{font-size:14px}
.banner .w1200>a{margin-top:0}
.banner img{width:75%}
.nav{height:auto;line-height:3}
.nav ul{flex-wrap:wrap}
.nav ul li{width:33.3%;font-size:14px}
.bg_ff{flex-wrap:wrap;padding:10px} 
.slide01,
.slide01 .bd ul li,
.slide01 .bd ul li img{
	width:100%;
	height:60vw !important;
}
.slide01 .bd div{font-size:14px}
.slide01 .hd{right:10px}
.slide01 .hd ul li{margin:3px}
.list01, .list02{width:100%;margin:0}
.list01 .tit h3,
.list02 .tit h3,
.dzhcg li{font-size:17px}
.list01 ul li, 
.list02 ul li,
.ti02 a{font-size:14px}
.list01 ul li a, 
.list02 ul li a{white-space:normal}
.list01 ul li span,
.list02 ul li span{white-space: nowrap}
.ad img,
.enter img{width:100%}
.dzhcg,
.ti02,
.enter{flex-wrap:wrap}
.dzhcg li{width:100%;margin-bottom:10px}
.ti02{height:auto}


}
@media (max-width: 1200px){
  .w100{width:1200px}
}


@media (max-width: 800px) {

  .w100{width:100%}

}