.header {
  width: 100%;
  margin: 0 auto;
  height: 440px;
  position: relative;
}
.header img{
  width: 100%;
  height: 440px;
}

.search_1 {
  position: absolute;
  top: 35px;
  right: 360px;
}

.search_1 .ipt {
  height: 40px;
  border-radius: 50px;
  border: 0;
  outline: none;
  font-size: 14px;
  color: #666;
  padding-left: 20px;
  padding-right: 40px;
  width: 145px;
}

.search_1 .ipt_to {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}

.ct_tp {
  width: 1200px;
  height: 360px;
  margin: 0 auto;
  margin-top: 55px;
}

.ct_tp .banner {
  width: 600px;
  height: 360px;
  float: left;
}

/*轮播图*/
/* 本例子css */
.picFocus {
  width: 600px;
  height: 360px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.picFocus .hd {
  width: 100%;
  padding-top: 5px;
  position: absolute;
  right: -460px;
  bottom: 2px;
}

.picFocus .hd ul {
  overflow: hidden;
  zoom: 1;
}

.picFocus .hd ul li {
  float: left;
  width: 34px;
  height: 35px;
  margin-left: 10px;
  background-image: url(../images/01_1.png);
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
}

.picFocus .hd ul li.on {
  background-image: url(../images/01.png);
}

.picFocus .bd li {
  vertical-align: middle;
  position: relative;
}

.picFocus .bd img {
  width: 600px;
  height: 360px;
  display: block;
  z-index: 1;
}

.picFocus .bd li .showd {
  background-image: url(../images/baer_yy.png);
  width: 600px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  filter: alpha(opacity=50);
}

.picFocus .bd li .showd p {
  margin-left: 15px;
  float: left;
  float: left;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
}

.ct_tp .br_lt {
  width: 569px;
  height: 329px;
  float: right;
  border-bottom: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  padding: 15px;
}

.ct_tp .br_lt li {
  line-height: 41px;
  margin-left: 15px;
}

.ct_tp .br_lt li i {
  width: 10px;
  height: 11px;
  background-image: url(../images/jt_zuo.png);
  display: inline-block;
  background-repeat: no-repeat;
}

.ct_tp .br_lt li a {
  color: #333;
  font-size: 16px;
  margin-left: 10px;
}
.ct_tp .br_lt li a:hover{
  margin-left: 30px;
  transition: scale(1.5);
  color: #6699ff
}
.ct_tp .br_lt li span {
  font-size: 14px;
  color: #999;
  float: right;
}

.ct_lt {
  width: 1200px;
  margin: 0 auto;
  min-height: 400px;
  margin-top: 10px;
}
.ct_lt ul{
margin-bottom:50px;
}
.ct_lt li i {
  width: 5px;
  height: 5px;
  background-color: #F8A343;
  display: inline-block;
}

.ct_lt li {
  line-height: 60px;
  border-bottom: 1px solid #E2E2E2;
}

.ct_lt li a {
  font-size: 15px;
  color: #333;
  margin-left: 15px;
}
.ct_lt li a:hover{
  margin-left: 30px;
  transition: scale(1.5);
  color: #6699ff
}
.ct_lt li .shijian{
  font-size: 14px;
  color: #999;
  float: right;
}

.ct_lt li .shijian::before {
  content: url(../images/biao.png);
  width: 10px;
  height: 10px;
  margin-right: 15px;
}
.ct_content{
  width: 1200px;
  min-height: 400px;
  margin: 0 auto;
  padding: 45px 15px;
}
.ct_content h4{
font-size: 24px;
    text-align: center;
    font-weight: normal;
    font-family: "微软雅黑";
}
.ct_content h6{
  font-size: 15px;
  text-align: center;
  color: #666;
  margin: 15px 0;
  font-weight: normal;
}
.ct_content .wz{
  text-indent: 2em;
  font-size: 15px;
  color: #333;
  line-height: 30px;
}
.footer {
  width: 100%;
  height: 100px;
  background-color: #313131;
}

.footer p {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}
.footer p:nth-child(1){
  padding-top: 20px;
}