﻿body{
font-family: "微软雅黑";
font-size:16px;
line-height:3.6;
}
a,a:link,a:visited{color:#000;}
a:hover{ color:#d90036;}
.header{
background-image:url(imgheader.png);
height:350px;
}
h3{ color:#8c0023;}


.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}
.headline h2, .headline h3, .headline h4 {
    margin-bottom:-2px;
	margin-left:10px;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #ffbf00;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:20px
  color: #ffffff;
  text-align: left;
  text-shadow: @carousel-text-shadow; 
   background:rgba(0,0,0,0.4);  
    background:#000 9;/*CSS Hack,只能对ie9以下浏览器ie6,ie7,ie8有效，否侧ie10,FF,Cherome会失去透明效果*/  
    filter:Alpha(opacity=40);/*只对ie7,ie8有效*/  
  }
  .carousel-caption p
  {
    padding-left:20px;
  }
  .carousel-caption p a{
  color:#fff
  
  }

.nav{
 
 font-size:18px;

}
.vertical-center{
  position: absolute;
  top: 50%;  
  transform: translate(-50%, -50%);
}

.top-20{
margin-top:25px;
margin-right:20px;
}

.content{
padding:60px;
}
.contentheader{    
padding:20px;
border-bottom: 1px dotted #e4e9f0;
}
.content >p{text-indent:35px;}