/*通用部分*/
body {
  font-family: "微软雅黑";
  min-width: 1200px;
  background: url("bj.png") no-repeat top center;
}

a,
a:visited {
  color: #333;
  font-size: 16px;
}

a:hover,
a:visited:hover {
  color: rgb(245, 78, 78);
}

.container {
  width: 1200px;
  margin: 0px auto;
  padding:30px 30px 30px 30px;
  background: #ffffff;


}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}
.header{
  width: 100%;
  width: 1200px;
  margin: 0px auto 65px auto;

}

.header.logo img{
  width: 316px;
  display: block;
}

.header i{
  width: 100%;

  display: block;
  background: url(bj02.png) no-repeat center center;
height: 274px;
}

.section01{
  width: 100%;
}

.catname{
  width: 100%;
  position: relative;
  height: 78px;

}

.catname01{
  background: url(catname01.png) no-repeat center center;
}
.catname02{
  background: url(catname02.png) no-repeat center center;
}
.catname03{
  background: url(catname03.png) no-repeat center center;
}


.catname a{
  position: absolute;
  width: 60px;
  height: 40px;

  top: 25px;
  right: 230px;
}






.picture{
  width: 640px;
  height: 423px;
  float: left;
  overflow: hidden;
  position: relative;
padding-top: 30px;
}

.picture .hd {
  width: 100px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 1;
}
.picture .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.picture .hd ul li {
  float: left;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: url("tu1.png") no-repeat;
  cursor: pointer;
  text-indent: -9999px;
}
.picture .hd ul li.on {

  background: url("tu2.png") no-repeat;
}
.picture .bd {
  position: relative;
  width: 640px;
  height: 393px;
  z-index: 0;
  overflow: hidden;
}
.picture .bd li {
  zoom: 1;
  vertical-align: middle;
}
.picture .bd li a {
  display: block;
  width: 640px;
  height: 393px;
  position: relative;
}
.picture .bd li a img {
  display: block;
  width: 640px;

  position: absolute;
  left: 0px;
  top: 0px;
}
.picture .bd li a i {
  display: block;
  width: 640px;
  height: 50px;
  background: #000000;

  opacity: .4;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
.picture .bd li a p{
  display: block;
  width: 640px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 20px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  z-index: 2;


}

.section01 .news{
  height: 393px;
  float: right;
  width: 500px;
background: url(bj03.png) no-repeat center center;
padding: 30px 30px;
margin-top: 30px;
}

.section01 .news ul{
  width: 100%;

}

.section01 .news ul li{
  display: inline-block;
  height: 64px;
  width: 100%;
  font-weight: 400;



line-height: 64px;
}

.section01 .news ul li a{
  font-size: 18px;
}

.section02{
  width: 100%;
  background: url("bj04.png") no-repeat bottom center;
  height: 530px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.section02 .section02left{
  float: left;
  padding-left: 40px;
  padding-top: 88px;
}
.section02 .section02left ul{
  
}
.section02 .section02left ul li{
  font-weight: 400;
  background: #f7f7f7;
line-height: 60px;
margin-bottom: 20px;
width: 575px;
padding-left: 20px;
}
.section02 .section02left ul li a{
  font-size: 18px;
}
.section02 .section02left ul li a i{
  display: inline-block;
  background: url(bj05.png) no-repeat center center;
  height: 60px;
width: 10px;
float: right;
margin-right: 24px;
}

.section02 .section02right{
  float: right;
  margin-top: 47px;
  margin-right: 30px;
  overflow-y: auto;
  height: 380px;
  box-shadow: 0 0 6px #999;
}


.section02 .section02right a{
  width: 340px;
}
.section02 .section02right a img{
  width: 340px;
}

/*设置滚动条*/
div::-webkit-scrollbar {
  width: 10px; 
}
/*滑块颜色‌*/
div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #f3dbbe;
}
/*轨道颜色*/
div::-webkit-scrollbar-track {
  background-color: #d8ae7c;
  border-radius: 0;

}

.section03{
  width: 100%;
}

.section03 ul{
  width: 100%;
}

.section03 ul li{
  border-bottom: 1px dashed #dca556;
  line-height: 42px;
  background: url("tu03.png") no-repeat left center;
  width: 555px;
  margin-right: 30px;
  float: left;
}
.section03 ul li:nth-child(2n){
  margin-right: 0px;
}
.section03 ul li a{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  padding-left: 20px;
}

.section03 ul li span{
  color: #b07943;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  float: right;
  width: 90px ;
}












