* {
  margin: 0;
  padding: 0;
}
a img{
	width: 100%;
}

body {
  /* background-color: #d9d9d9; */
}

/*第一部分内容*/
.section1 {
  width: 1200px;
  margin: 0 auto;
	position: relative;
}

.section1-pic1 {
  display: block;
}

.section1-pic2 {
  position: relative;
}

.kuozhao {
  position: absolute;
  top: 15px;
  left: 145px;
  width: 245px;
  height: 40px;
}

.gaige {
	position: absolute;
	top: 8px;
	right: 315px;
	width: 350px;
	height: 40px;
}

/* .section1-pic3 {
	background: ;
} */

.section1-pic3 ul {
  overflow: hidden;
}

.section1-pic3 ul li {
  float: left;
  /* line-height: 59px; */
}

.section1-one {
  width: 408px;
  background-color: rgb(255, 255, 153);
  text-align: center;
}

.section1-two {
  width: 592px;
  background-color: rgb(255, 255, 153);
  text-align: center;
}

.section1-pic3 ul li a {
  color: #ff0000;
  font-size: 18px;
}

.section1-pic3 ul li a span {
  font-size: 12px;
}

/*第二部分*/
.section2 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.section2-left {
  float: left;
  width: 410px;
}

.section2-more {
  display: inline-block;
	width: 100%;
}

.section2-left ul {
  margin-top: 10px;
}

.section2-left ul li {
  height: 25px;
  line-height: 25px;
}

.section2-left ul li a {
  font-size: 15px;
  color: #676666;
  padding-left: 10px;
}

.section2-left ul li a:hover {
  color: #ff0000;
}

.section2-left ul li span {
  float: right;
  margin-right: 25px;
  font-size: 15px;
  color: #0d0d0d;
}

.section2-middle {
  float: left;
  width: 382px;
  position: relative;
  height: 335px;
}

.section2-middle ul {
  position: relative;
}

.section2-middle ul li {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 5px;
}

.section2-middle ul li:first-child {
  display: block;
}

.section2-middle ul li a {
  display: block;
}

.section2-middle ul li img {
  width: 100%;
  height: auto;
}

.section2-title {
  width: 100%;
  height: 25px;
  color: #666;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
}

.section2-title:hover {
  color: #ff0000;
}

.cicle {
  position: absolute;
  overflow: hidden;
  bottom: 35px;
  right: 0;
  z-index: 9999;
}

.cicle span {
  width: 6px;
  height: 10px;
  background: #666;
  margin-right: 5px;
  float: left;
  cursor: pointer;
}

.section2-right {
  float: right;
  width: 380px;
}

.section2-right ul {
  margin-top: 10px;
}

.section2-right ul li {
  height: 25px;
  line-height: 25px;
}

.section2-right ul li a {
  font-size: 15px;
  color: #676666;
  padding-left: 15px;
}

.section2-right ul li a:hover {
  color: #ff0000;
}

.section2-right ul li span {
  float: right;
  margin-right: 10px;
  font-size: 15px;
  color: #0d0d0d;
}

/*第三部分*/
.section3 {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  height: 160px;
  padding: 10px 20.5px;
}

.section3 ul {
  overflow: hidden;
}

.section3 ul li {
  width: 165px;
  float: left;
  height: 140px;
}

.section3 ul li a {
  width: 125px;
  display: block;
	margin: 0 auto;
}

/*第四部分*/
.section4 {
  width: 1200px;
  margin: 0 auto;
}

.section4 a {
  display: inline-block;
	width: 100%;
}

.section4 ul {
  overflow: hidden;
}

.section4 ul li {
  float: left;
	height: 130px;
}

.section4 ul li a img {
  width: 500px;
}



.focusBox {
	float: left;
	position: relative;
	width: 100%;
	height: 100px;
	overflow: hidden;
	text-align: left;
	background: #fff;
}

.focusBox .pic img {
	width: 100%;
	height: 100px;
	display: block;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 10px;
	right: 0px;
	height: 12px;
}

.focusBox .num li {
	float: left;
	position: relative;
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	background: #968b87;
	margin-right: 18px;
}

.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 {
	background-color: #fff;
}

.focusBox .pic {
	position: relative;
}