/*通用部分*/
body {
  font-family: "微软雅黑";
  min-width: 1200px;
  background-color:#f4f4f9;;
}
a,
a:visited {
  color: #333;
  font-size: 13px;
}
a:hover,
a:visited:hover {
  color: rgb(245, 78, 78);
}
.container {
  width: 1200px;
  margin: 0px auto;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}

.top{
  height: 360px;
  width: 100%;
  background: url("bj.jpg") no-repeat top center;
}


.container .title{
  width: 100%;
}
.container .title .firsttitle{
  display: block;
  width: 100%;
  text-align:center;
  color: #007cc2;
  font-size: 24px;
  font-weight: bold;
}
.container .title .firsttitle:hover,
:visited:hover{
  color: #ff0001;
}
.container .title .titlelist{
  margin-top: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #007cc2;
  text-indent: 2em;
}

.container .title .titlelist a{
  font-size: 16px;
  line-height: 32px;
  color: #007cc2;
  text-indent: 2em;
}
.container .title .titlelist a:hover,
a:visited:hover{
  color: #ff0001;
}

.video-box {

  width: 100%;
  height: 630px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.video-box .hd {
  width: 200px;
  height: 17px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  bottom: 20px;
  z-index: 1;
}
.video-box .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.video-box .hd ul li {
  margin-left: 11px;
  float: left;
  width: 17px;
  height: 17px;
  background:url("tu01.png") no-repeat center center;
  cursor: pointer;

  text-align: center;
  font-size: 13px;
  line-height: 17px;
  color: #007cc2;
  z-index: 2;
}



.video-box .hd ul li.on {

  background:url("tu02.png") no-repeat center center;
  opacity: 1;
}






.video-box .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.video-box .bd li {
  zoom: 1;
  vertical-align: middle;
}
.video-box .bd li a {
  display: block;
  width: 100%;
  height: 630px;
  position: relative;
}
.video-box .bd li a img {
  display: block;
  width: 100%;
  height: 630px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.video-box .bd li a i {
  display: block;
  width: 100%;
  height: 56px;
  background: #007cc2;

  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.video-box .bd li a h3 {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-left: 30px;
  font-size: 24px;
  color: #ffffff;
  z-index: 2;
  font-weight: normal;
}

.MiddleSecond{
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;

}

.MiddleSecond img{
  display: inline-block;
  width: 100%;
  height: 37px;
}

.MiddleSecond ul{
  margin-top: 20px;

  width: 1200px;
  height: auto;
}

.MiddleSecond ul li{
  display: inline-block;
  position: relative;
  width: 565px;
  float: left;
  height: 32px;
  margin-right: 20px;
}

.MiddleSecond ul li i{
  position: absolute;
  top:47%;
  left: 0px;
  width: 3px;
  height: 3px;
  background-color: #818181;
  left: 0px;
}

.MiddleSecond ul li a{
  margin-left: 15px;
  display: inline-block;
  font-size: 16px;
  color: #818181;
  width: 565px;
  height: 32px;
  line-height: 32px;
}
.MiddleSecond ul li span{
  right: 0px;
  top: 0px;
  position: absolute;
  display: inline-block;
  font-size: 16px;
  color: #818181;
  height: 32px;
  width: 100px;
  line-height: 32px;
}