﻿*{
	margin: 0;
	padding: 0;
	list-style: none;
	outline: none;
	text-decoration: none;
}
a:focus{
	outline: none;
}
input{
	outline: none;
	border: none;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.hide{
	display: none;
}
.show{
	display: block !important;
}
body{
	min-width: 1200px;
}




.head{
	width: 100%;
	height: 60px;
}
.head_logo{
	width: 1170px;
	height: 60px;
	margin: 0 auto;
}
.head_logo img{
	height: 60px;
}
.top_banner{
	width: 100%;
	height: 400px;
	background: url(top_banner.png) center center no-repeat;
}
.content{
	width: 1170px;
	margin: 0 auto;
	padding-top: 24px;
}
.content_top{
	width: 100%;
	border-top: 4px solid #df3437;
	padding-top: 16px;
	margin-bottom: 28px;
}
.content_top_banner{
	float: left;
	width: 626px;
	height: 433px;
	background-color: #000;
}
.content_top_right{
	float: left;
	width: 522px;
	overflow: hidden;
	margin-left: 22px;
}
.content_list_title{
	width: 100%;
	height: 50px;
	border-bottom: 2px solid #df3639;
}
.title_name,
.title_name1{
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	color: #dd2a2d;
	padding-left: 30px;
	background: url(list_title_tips.png) left center no-repeat;
	float: left;
}
.title_more,
.title_more1{
	float: right;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	margin-right: 12px;
}
.title_more a,
.title_more1 a{
	color: #dd2a2d;
	display: block;
}
.content_list_box{
	width: 100%;
	min-height: 332px;
}
.content_list{
	width: 100%;
	overflow: hidden;
	padding-top: 12px;
}
.content_item,
.content_item1{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 18px;
	padding-left: 30px;
	padding-right: 16px;
	background: url(list_item_tips.png) 10px center no-repeat;
}
.content_item a,
.content_item1 a{
	color: #000;
	float: left;
	display: block;
}
.content_item span,
.content_item1 span{
	float: right;
}
.content_bottom{
	width: 100%;
	margin-bottom: 40px;
}
.content_bottom_left{
	width: 648px;
	float: left;
	overflow: hidden;
}
.content_bottom_right{
	width: 522px;
	float: left;
	overflow: hidden;
}
.title_name1{
	background: url(list_title_tips.png) 8px center no-repeat;
}
.title_more1{
	margin-right: 48px;
}
.content_item1{
	padding-right: 62px;
}
.footer{
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #fefbe9;
}
.footer p{
	color: #d72a26;
	text-align: center;
	font-size: 21px;
}



.focusBox {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: Arial;
    text-align: left;
    background: #fff;
}
/* 图片设置 */
.focusBox .pic img {
    width: 100%;
	height: 433px;
    display: block;
}
/* 文字提示设置 */
.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 45px;
    width: 100%;
    overflow: hidden;
	background: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
}

.focusBox .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 45px;
  width: 100%;
  overflow: hidden;
}

.focusBox .txt li {
  height: 45px;
  line-height: 45px;
  position: absolute;
  bottom: -40px;
}

.focusBox .txt li a {
  display: block;
  color: white;
  padding: 0 0 0 12px;
  font-size: 16px;
  font-weight:400;
  text-decoration: none;
}
/* 圆点设置 */
.focusBox .num {
  position: absolute;
  z-index: 3;
  bottom: 14px;
  right: 0px;
  height: 16px;
  margin-right: 20px;
}

.focusBox .num li {
    float: left;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background: #a59796;
    margin-right: 14px;
	border-radius: 50%;
}

.focusBox .num li a,
.focusBox .num li span {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
}

.focusBox .num li{
  z-index: 1;
  color: #fff;
}

.focusBox .num ul {
  width: 100%;
  height: auto;
}

.focusBox .num li.on,
.focusBox .num .on:hover {
	width: 16px;
	height: 16px;
    background: #fff;
	border-radius: 50%;
}  
.focusBox .pic {
  position: relative;
}