

@charset "utf-8";
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
	color: #666;
	font-size: 16px;
}
h1 {font-size:24px}

.logo {
	padding:0;
}

/*.bannerbox {
    width:100%;
    position:relative;
    overflow:hidden;
    height:300px;
        }
.banner {
    width:1260px; 图片宽度
    position:absolute;
    left:50%;
    margin-left:-630px; 
        }
*/

.banner {
	width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
}
.banner img {
	height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#myCarousel {
	margin: 50px 0 0 0;
}
#navbar-collapse ul {
	margin-top:0;
}
.carousel-inner img {
	margin: 0 auto;
}
/*.carousel-control {
	font-size: 100px;
}*/


.caption {
	text-align: center;
}

/*首页价格部分*/
.btn a{
	display: block;
	color: #Fff;
	background: orangered;
	padding: 2px 5px;
	font-size: 14px;
	border-radius: 2px;

}

/*首页右侧列表 li*/
.right-panel {
	padding: 0;
	margin: 0;
}

.right-panel li{
	padding:5px 0 5px 0;
}

.index-content{
	margin-top: 20px;
}

.post-list{
	margin-top: 20px;
}

.post-nav {
	font-size: 14px;
}
.post-nav a{
	color: #999;
}

.post-header {
	text-align: center;
}

.post-mtea {
	font-size: 14px;
	color: #999;
	padding: 0 0 10px 0;
}

.post-content {
	line-height: 28px;
	padding: 5px 5px 10px 5px;
}

.post-content img {
	max-width: 95%;
    height: auto;
    margin: 10px auto;
    display: block;
    border-radius: 4px;
    padding-top:10px;
}

.prev-next {
/*	margin: 5px;*/
	font-size: 14px;
}

.prev-next a {
	color: #999;
}

.post-relation {
	font-size: 14px;
	color:#999;
	padding: 10px;
}
.post-relation a{
	font-size: 14px;
	color:#999;
}


.post-relation-ul {
	padding: 5px 0 50px 5px;margin: 0;
}

.thumbnail img{
	max-width: 100% !important;
	height: 142px  !important;
	overflow: hidden  !important;
}

.category-page {
	text-align: center;
	font-size: 14px;
}


/*
list部分*/
.post-list-content{
	margin: 8px 15px;
/*	padding:8px 15px;*/
	border-bottom: 1px dotted #eee;
	height: 148px;
}
.post-list-thumbnail {
    position: relative;
    float: left;
    width: 200px;
    height: 125px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.post-list-thumbnail img {
	padding: 2px;
    border: 1px solid #F3F3F3;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.post-list-info {
/*	height: 148px;*/
    margin: 0 0 0 210px;
/*    float: right;*/
}

h3 {
	font-size: 18px;
	color: #666;
	padding: 4px 0;
}

.post-list-info p {
	font-size: 14px;
}


/*
index 价格部分*/
/*.yuanjia {
	
}*/
.youhuijia {
	color: orangered;
	font-weight: bold;
}


/*
index 简介部分*/
.index-about{
	margin: 8px 15px;
/*	padding:8px 15px;*/
/*	border-bottom: 1px dotted #eee;*/
	height: 158px;
}
.index-about-thumbnail {
    position: relative;
    float: left;
    width: 250px;
    height: 150px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.index-about-thumbnail img {
	padding: 2px;
    border: 1px solid #F3F3F3;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.index-about-info {
/*	height: 148px;*/
    margin: 0 0 0 210px;
/*    float: right;*/
}


.index-about-info p {
	font-size: 16px;
}


#footer {
	background-color: #223240;
	border-top: 1px solid #ccc;
	padding: 40px;
	color: #ccc;
	font-size: 14px;
}

#footer p {
	text-align: center;
}



.link {
	color: #666;
	padding:0 30px 0 30px;
	margin: 40px 0 0 0;
}
.link a{
	color: #666;
}
.link li {
	display: inline-block;
	padding: 5px;
}



@media screen and (max-width: 768px) {
	body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
	color: #666;
	font-size: 14px;
}

.thumbnail img{
	max-width: 100% !important;
	height: auto  !important;
/*	overflow: hidden  !important;*/
}
.post-list-content{
	margin:20px 0 10px 0;
/*	padding:0 0 0 20px;*/
	border-bottom: 1px solid #eee;
	height: auto;
	}
.post-list-thumbnail{
	position: relative;
    float: none;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin: 0;
/*    margin-bottom: 10px;*/
	}

.post-list-info {
	margin-left: 0;
    height: auto;
    padding: 0 10px;
    }

.index-about{
	margin:20px 0 10px 0;
/*	padding:0 0 0 20px;*/
/*	border-bottom: 1px solid #eee;*/
	height: auto;
	}

.index-about-thumbnail{
	position: relative;
    float: none;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin: 0;
/*    margin-bottom: 10px;*/
	}

.index-about-info {
	margin-left: 0;
    height: auto;
    padding: 0 10px;
    }

.yuanjia {
	display: none;
	}

/*.thumbnail img{
	max-width: 100% !important;
	height: 142px  !important;
	overflow: hidden  !important;
	}*/
}

