/* CSS Document */


/* reset */

.dl-horizontal dd:before, .dl-horizontal dd:after {
    display: none;
    content: " ";
}
.navbar-brand{
    padding-top:15px;
}

h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}
h1,h2{
    line-height:1.2;
}
h3,h4,h5{
    line-height:1.5;
}
p{
    line-height:1.8;
	font-size: 13px;
}
h1{
    font-size:60px;
}
h2{
    font-size:30px;
}
h3{
    font-size:30px;
}
h4{
    font-size:24px;
}




/* demo */

.demo-gray{
	background: #888;
	height: 100%;
}
.demo-hd-logo{
	padding-top: 25px;
}
.demo-fr-mainimg{
	background: url(../img/mainimg.jpg) no-repeat 50% / cover;
	height: 250px;
}

.demo-fr-s2{
	height: 220px;
}
.demo-fr-s4{
	height: 110px;
}
.demo-fo-logo{
	padding-top: 25px;
}

.demo-topics-span{
	padding-left: 20px;
	padding-right: 20px;
}

.demo-footer{
	background: #fff;
	padding: 40px 0 35px;
}
.demo-fo-menu{
	border-bottom: 1px solid #ddd;
}
.demo-he-menu{
	border-bottom: 1px solid #ddd;
}





.small-mt{
	margin-bottom: -5px;
}










.btn{
	display: block;
	padding: 10px 0;
	border-radius: 5px;
}

@media (min-width: 768px){
.nav > li {
	display: inline-block;
	float: none;
}
.navbar-nav {
	float: none;
}
}

.p-mb-xs{
	margin-bottom: 10px;
}
.p-mb-s{
	margin-bottom: 15px;
}
.p-mb-r{
	margin-bottom: 30px;
}
.p-mb-m{
	margin-bottom: 40px;
}

.p-pb-xs{
	padding: 10px;
}

.p-pt-xs{
	padding: 10px;
}
.p-pt-s{
	padding-top: 20px;
}


.p-bb-gray{
	border: #eee solid 1px;
}


.img{
    overflow:hidden;
}
.img  img{
    width:100%;
}





.xs-mb-s{
	margin-bottom: 15px;
}
.xs-mb-m{
	margin-bottom: 40px;
}





.list-group span{
	font-size: 12px;
}









/* second */
.sec-title{
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.sec-3-thumb{
	height: 190px;
	margin-bottom: 30px;
}

.img-full{
	width: 100%;
}



.form-txt{
	list-style: none;
}
.form-txt li{
	border-top: 1px dotted #555;
	padding: 15px 25px;
}
.form-txt li:nth-last-child(1){
	border-bottom: 1px dotted #555;
}

.form-top-title{
	background-color: cadetblue;
	color: #fff;
	padding: 15px 20px;
	box-sizing: border-box;
}

.form-submit{
	width: 100%;
}



.xs-form-btn{
	font-size: 12px;
}











.weight{
	font-weight: bold;
}

@media screen and (max-width: 640px) {
    
    .sizh3{
    font-size:30px;
}
}


