﻿@charset "utf-8";
/*首页*/
#banner{ background:#333; overflow:hidden; width:100%; height:600px;}
#index_banner{width:100%;height:600px;overflow:hidden;position:relative; margin-top:0px;}
#index_banner_list{width:100%;height:600px;}
#index_banner_list li{width:100%;height:600px;display:none;}
#index_banner_list li a{display:block;width:100%;height:600px;padding:0;text-indent:-9999px;background:url() no-repeat top center;}
#prev_btn, #next_btn {	width: 40px;	height: 61px;	display: block;	position: absolute;	top: 260px;	display: none;}
#prev_btn {	left: 50px;}
#next_btn {	right: 50px;}
#index_banner_nav{width:100%;position:absolute;top:570px;left:0;text-align:center;}
#index_banner_nav a{display:inline-block;width:34px;height:10px;margin-right:8px;background:#fff;font-size:0; color:#fff;}
#index_banner_nav a.this{background:#E6514A; color:#E6514A;}
/*-----------------------------------------------------------------*/
body {min-width:1500px; font-size:14px; color:#666; line-height:24px; font-family:"微软雅黑"; background:#F8ECD8;}
td{font-size:14px; color:#999; line-height:24px; font-family:"微软雅黑"; }

*{ padding:0; margin:0}


/*head开始*/
/* 解决高度坍塌问题  子级使用float后高度会坍塌,父级需使用以下样式解决高度坍塌*/
.content:after,
.nav>ul:after,
.item-title:after {
  content: "";
  display: table;
  clear: both;
}

/* 宽度100% */
.header,
.main,
.footers {
  width: 100%;
}

/* 宽度1200px 居中 */
.nav>ul,
.content,
.contact {
  width: 1200px;
  margin: 0 auto;
}

.header>img {
  display: block;
  width: 100%;
}

/* 导航 */
.nav {
  background-color: #c42022;
  /* background:url("../images/nav.png")left top no-repeat ; */
}

.nav>ul {
  height: 60px;
}

.nav>ul>li {
  float: left;
  width: 200px;
}

.nav>ul>li>a {
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 60px;
  display: block;
  transition: .5s;
}

.nav>ul>li>a:hover {
  background: #851517;
}






#top{ width:100%; overflow:hidden; background:url(../images/top.jpg) center top; height:344px;}

#log{ background:url(../images/index_07.jpg) center top; width:100%; overflow:hidden;}
#log ul{ list-style:none; width:1200px; margin:0 auto;}
#log ul li{ float:left;}
#log ul li a{ display:block; color:#fff; line-height:50px; font-size:14px; padding:0 30px; text-decoration:none; font-size:16px; background:url(../images/bit.png) right no-repeat;}
#log ul li a.it{ background:none;}
#log ul li a:hover{ color:#000; background:url(../images/over.jpg);}

#kuang{ width:1200px; margin:0 auto; overflow:hidden; background:#fff; padding-top:20px; padding-bottom:30px;}

.title{ font-size:16px; color:#fff;text-align:left; line-height:40px; padding-left:18px; background:url(../images/index_13.jpg)}
.title span{ float:right; padding-right:10px;}
.title span a{ color:#A83B00; font-size:12px; text-decoration:none;}
.title span a:hover{ color:#d00;}

.news{ width:100%; overflow:hidden; padding-top:10px;}
.news ul{ list-style:none;}
.news ul li a{ background:url(../images/index_16.jpg); padding-left:20px; line-height:41px; color:#666; text-decoration:none; display:block; text-align:left;}
.news ul li a span{ float:right; font-size:12px; color:#999; padding-right:10px;}
.news ul li a:hover{ color:#d00;}

#bottom{ width:1200px; margin:0 auto; overflow:hidden; margin-bottom:20px; background:#CC0101; height:80px; padding-top:20px; color:#fff; font-size:12px; text-align:center;} 

#left{ width:200px; overflow:hidden;}
#left dl{ list-style:none;}
#left dl dt{ background:#633614; color:#fff; line-height:40px; font-size:16px; text-align:center; border-radius:5px;}
#left dl dd a{ display:block; line-height:40px; margin-top:5px; background:#eee; color:#333; font-size:14px; text-align:center; border-radius:5px;}
#left dl dd a:hover{ background:#d00; color:#fff;}


.news1{ width:100%; overflow:hidden;}
.news1 ul{ list-style:none;}
.news1 ul li{ border-bottom:solid 1px #eee; margin-bottom:10px;}
.news1 ul li a{ background:url(../images/bbt.jpg) left no-repeat; padding-left:20px; line-height:41px; color:#666; text-decoration:none; display:block; text-align:left;}
.news1 ul li a span{ float:right; font-size:12px; color:#999; padding-right:10px;}
.news1 ul li a:hover{ color:#d00;}

#page{ overflow:hidden;}
#page ul{ list-style:none}
#page ul li{ float:left; margin-right:10px;}
#page ul li a{ display:block; border:solid 1px #eee; line-height:40px; padding:0 20px;}
#page ul li a:hover{ background:#CC0101; color:#fff;}
#page ul li a.it{ background:#CC0101; color:#fff;}






















