﻿.Box{
  position: relative;
}
.ban{
  background: url(img1_01.jpg) center no-repeat;
  height: 590px;
}
.Box1{
  width: 100%;
  top: 495px;
  position: absolute;
}
.Cen{
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 30px 20px 40px 20px;
  left: 360px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 0px 43px 3px 
		rgba(0, 0, 0, 0.18);
}
.Cen1,.Cen2,.Cen3,.Cen4{
  width: 1160px;
  padding: 15px 0px;
}
.Cen1{
  height: 470px;
}
.cenTil{
  background: url(title_03.png) left no-repeat;
  padding-left: 95px;
  height: 90px;
}
.cenTil a{
  display: block;
  width: 100%;
  text-align: center;
  height: 26px;
	font-family: AlibabaPuHuiTi-Regular;
	font-size: 26px;
  font-weight: bold;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
  color: #b51200;
}
.cenTil span{
  margin-top: 11px;
  display: block;
  padding-left: 30px;
  height: 17px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #333333;
  width: 1000px;
}
.cenLeft{
  width: 567px;
  height: 426px;
  float: left;
}
.cenRight{
  width: 565px;
  height: 426px;
  float: right;
}
.cenRight li{
  padding-left: 40px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #333333;
  background: url(img1_08.png) left no-repeat;
}
.cenCol{
  height: 88px;
  padding: 30px 0px;
}
.Cen2 .cenCol{
  background: url(newI_03.png) no-repeat;
}
.Cen3 .cenCol{
  background: url(newI_06.jpg) no-repeat;
}
.Cen4 .cenCol{
  background: url(newI_08.jpg) no-repeat;
}
.cenCol a{
  display: block;
  width: 100px;
  height: 23px;
}
.Cen2 ul,.Cen3 ul,.Cen4 ul{
  width: 1200px;
  height: 270px;
}
.Cen2 li,.Cen3 li,.Cen4 li{
  float: left;
  width: 595px;
  padding-left: 30px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #333333;
  background: url(img1_08.png) left no-repeat;
}
.Cen1 li a,.Cen2 li a,.Cen3 li a,.Cen4 li a{
  display: block;
  width: 86%;
  height: 100%;
  font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #333333;
  float: left;
}

.bord {
  width: 567px;
  height: 426px;
}
.focusBox {
  position: relative;
  /*根据具体页面要求修改宽高*/
  width: 567px;
  height: 426px;
  overflow: hidden;
  text-align: left;
}
.focusBox .pic img {
  /*根据具体页面要求修改宽高*/
  width: 567px;
  height: 426px;
  display: block;
}
.focusBox .pic img {
  display: block;
}
.pic {
  float: left;
}
.focusBox .txt-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  /*背景条透明度及高度可修改*/
  height: 45px;
  width: 100%;
  background: #333;
  filter: alpha(opacity=40);
  opacity: 0.4;
  overflow: hidden;
}
.focusBox .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  /*根据txt-bg改高度*/
  height: 45px;
  width: 100%;
  overflow: hidden;
}
.focusBox .txt li {
  /*根据txt-bg改高度*/
  height: 45px;
  line-height: 45px;
  position: absolute;
  /* bottom: -45px; */
}
.focusBox .txt li a {
  display: block;
  color: white;
  padding: 0 0 0 20px;
  font-weight: bold;
  text-decoration: none;
}
.focusBox .txt li a:hover {
  color: #ff0000;
}
.focusBox .num {
  position: absolute;
  z-index: 3;
  /*小方格位置*/
  bottom: 16px;
  right: 15px;
}
.focusBox .num li {
  float: left;
  position: relative;
  /*小方格大小*/
  width: 11px;
  height: 11px;
  overflow: hidden;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
}
.focusBox .num li a, .focusBox .num li span {
  position: absolute;
  z-index: 2;
  display: block;
  color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
}
.focusBox .num li span {
  display: inline-block;
  width: 11px;
  height: 11px;
  z-index: 1;
  background: url("ls_17.png") no-repeat;
  /*-moz-opacity:0.9;*/
  /*-khtml-opacity: 0.9;*/
  /*opacity: 0.9;*/
  /*filter:alpha(opacity=90);*/
}

.focusBox .num li.on a, .focusBox .num a:hover {
  background: url("ls_16.png") no-repeat;
}

.date{
  color: #9799a3;
}