body{
    background: #f1f1f1;
}
.run_banner {
    position: relative;
    overflow: hidden;
  }
  
  .run_banner img {
    width: 100%;
    animation: scale_b 25s linear infinite alternate;
    position: relative;
    z-index: -1;
  }
  
  .run_banner .run_text {
    position: absolute;
    bottom: 35%;
    z-index: 111111;
    left: 9.7%;
    color: #fff;
    font-size: 48px;
    letter-spacing: 3px;
  }
  .run_banner .run_text2{
    position: absolute;
    bottom: 15%;
    z-index: 111111;
    left: 9.7%;
    color: #fff;
    font-size: 38px;
    letter-spacing: 3px;
  }
  @-webkit-keyframes scale_b {
    0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
    }
    100% {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2);
    }
  }
  
  @-moz-keyframes scale_b {
    0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
    }
    100% {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2);
    }
  }
  
  @-o-keyframes scale_b {
    0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
    }
    100% {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2);
    }
  }
  
  @-ms-keyframes scale_b {
    .rw .rw_banner .rw_banner_a 0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    .rw .rw_banner .rw_banner_a 50% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
    }
    .rw .rw_banner .rw_banner_a 100% {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2);
    }
  }
  

.posnav{
    padding: 20px 0px;
}
.posnav ul{
    list-style: none;
}
.posnav ul li{
    font-weight: initial;
    display: inline-block;
    padding: 10px 20px;
    padding-right: 35px;
    color: #666;
    font-size: 16px;
    background: url(/images/arr2.jpg) no-repeat right;
}
.posnav ul li a{
  
  color: #666;
  
}
.posnav ul li:last-child{
    background: none;
}

.subPageNav{
  padding: 13px 0px;
}
.subPageNav ul{
  list-style: none;
}
.subPageNav ul li{
  font-weight: initial;
  display: inline-block;
  padding: 10px 20px;
  padding-right: 35px;
  color: #888;
  font-size: 16px;
  background: url(/images/vsp.jpg) no-repeat right;
}
.subPageNav ul li a{   
  color: #666;
  font-size: 16px;   
}
.subPageNav ul li:last-child{
  background: none;
}
.page_content{
    margin-top: 20px;
    position: relative;
    padding-bottom: 40px;
}
.leftMenu{
    width: 205px;
    position: absolute;
    padding: 10px;
    top: 0px;
    left: 0px;
    background: #FFF; 
    
}
.leftMenu ul{
    list-style: none;
    padding: 15px 0px;
}
.leftMenu h3{
    text-align: center;    
    background: url(/images/titbg3.jpg) no-repeat;
    height: 85px;
    width: 185px;   
    line-height: 85px;
    color: #FFF;    
    font-size: 24PX;
    font-weight: lighter;
}
.leftMenu ul li{
    text-align: center;    
}
.leftMenu ul li a{
    display: block;
    padding: 15px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}
 
.cont_list{ 
    margin-left: 245PX;
    background: #fff;
    min-height: 800px;
    padding: 30px;
    padding: 55PX 30PX;
    -moz-box-shadow:2px 5px 6px #eeeeee;
     -webkit-box-shadow:2px 5px 6px #eeeeee;
     box-shadow:2px 5px 6px #eeeeee;
}
.cont_list .itm{ 
    display: block;
    padding: 30px 10px;
    position: relative;
 
}
.cont_list .timebox{
    position: absolute;
    display: block;
    width: 140px;
     
}
.cont_list .timebox p.day{
  
    font-size: 43px;
    color:#888;
    padding: 10px;
    padding-bottom: 0PX;
    text-align:center;
    font-weight: bold;
}
.cont_list .timebox p.date{
     
    font-size: 14px;
    color:#777;
    text-align:center;
}
.cont_list .listcon{
    margin-left: 155px;
    display: block;
}
.cont_list h3{
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: 15px 0px;
}
.cont_list p.intro{
    padding: 5px 5px 10px 0px;
    color: #666;
    font-size: 13px;
}
.cont_list p.more{
    padding: 5px 0px;
}
.cont_list a.itm:hover{
    background: #F3F3F3;
}
.cont_list a.itm:hover   .date,
.cont_list a.itm:hover  .day{
    color: rgb(30, 68, 148);
}
.cont_list a.itm:hover .more,
.cont_list a.itm:hover .intro{
    color:#666
}
.cont_list a.itm:hover h3{
    color:#333;font-weight: bold;
}
.page_content2{
    width: 90%;margin: 0px auto;
    padding: 30px;
}
.page_content2 .title{
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0px 25px 0px;
}
.page_content2 .newsinfo{
    font-size: 14px;
    font-weight: normal;
    color: #888;
    text-align: center;
    padding: 15px 0px 30px 0px;
    border-bottom: 1px solid #eee;
}
.page_content2 .conText{
    padding: 30px 15px;
    line-height: 30px;
    font-size: 16px;
}
.page_content2 .yanxu{
  padding: 15px;
}
.page_content2 .yanxu ul{
  list-style: none;
}
.page_content2 .yanxu li{
  padding: 5px 0px;
}
.page_content_about{
  padding: 15px;;
}
.page_content_about .title{
  text-align: center;
  font-size: 32px;
  color: #0746a3;
  padding: 25px 0px;
}
.page_content_about .aboutPic img{
  width: 99%;
  padding: 25px 0px;
  max-width: 1406px;
}
.pindent{
  text-indent: 2em;
}
.aboutText{
  line-height: 35px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  padding: 35px 0px;
}
.aboutText .shipin{
  float: right;
  padding: 35px;
}

.page_content_ld{
  margin: 50px auto;
  width: 90%;
  background: #FFF;
  padding: 30px;
  -moz-box-shadow:2px 5px 6px #D1D1D1; -webkit-box-shadow:2px 5px 6px #D1D1D1; box-shadow:2px 5px 6px #D1D1D1;
}
.page_content_ld .ldinfo{
  margin-bottom: 20px;
  position: relative;
  min-height: 370px;
}
.page_content_ld .ldinfo .photo{
  position: absolute;
  width: 330px;
}
.page_content_ld .ldinfo .photo img{
  position: absolute;
  width: 320px;
}
.page_content_ld .ldinfo .intro{
  margin-left: 350px; 
}
.page_content_ld .ldinfo .intro h3{
  padding: 0px 0px 15px 0px;
}
.page_content_ld .ldinfo .intro .smtxt{
  padding: 15px 0px;
  padding-top: 0px;
}
.page_content_ld .ldinfo .intro .txt{
  padding: 25px 0px;
  padding-top: 20px;
  font-size: 16px;
  line-height: 35px;
  color: #777;
}
.page_content_ld .ldjtit{
  font-size: 27px;
  padding: 20px 0px;
}
.page_content_ld .ldText{
  font-size: 16px;
  color: #777;
  line-height: 35px;
  padding: 10px 0px 30px 0px;
}