/*全局通用样式*/

body {
	font: 14px Arial, "微软雅黑";
	color: #999;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #E81A1A;
	transition: all 0.2s ease-out 0s;
	background: transparent;
}

em,
i {
	font-style: normal;
}

/*新增样式开始*/

ol,
ul {
	list-style: none;
}

.khff {
	border-right: 1px solid rgba(0, 0, 0, .06);
}

.khff:nth-child(3n) {
    border-right: none;
}

.khff h4 {
	font-size: 18px;
	color: #444;
	overflow: hidden;
	margin: 20px 0 6px;
	transition: all .3s ease-out 0s;
}

.khff img {
	width: 120px;
	height: 120px;
}
.khff i{
    color: #999;
    line-height: 26px;
    padding: 0 30px;
    display: block;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 12px;
}
.khff1{
	background: url(../images/kff1.jpg);
	background-size: 100% 100$;
}
.khff1 h4{
	color: #FFF;
	font-size: 20px;
	padding: 200px 0;
}

.weixin img{
	width: 300px;
	height: 300px;
}
/*新增样式结束*/

.pad-docs {
	margin-left: 5px;
	margin-right: 5px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: inherit;
	padding: 5px;
}


/*背景颜色*/

.index-bg1 {
	background: url(../images/bg_gray.png) left top repeat;
	background-color: #f9fafc;
}

.index-bg2 {
	background-color: #f9fafc;
}


/*滚动条样式*/

::-webkit-scrollbar-track-piece {
	width: 10px;
	background-color: #FFF;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #E81A1A;
}

::-webkit-scrollbar-thumb {
	width: 10px;
	background-color: #999;
}

::-webkit-scrollbar-thumb:hover {
	width: 10px;
	background-color: #E81A1A;
}

.padt20 {
	margin-top: 20px;
}


/*导航样式*/

.navbar {
	min-height: 80px;
	margin-bottom: 0;
	border-radius: 0px;
	border-color: transparent;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
	min-width: 220px;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #666;
	white-space: nowrap;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #FFF;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	color: #FFF;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 4px solid #E81A1A;
}

.dropdown-menu>li>a {
	padding: 8px 20px;
}

.nav>li>a {
	padding: 10px 10px;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background: #E81A1A;
	border-color: #E81A1A;
}


/*banner样式*/

.carousel {
	margin-top: 80px;
}

.carousel-indicators .active {
	background-color: #E81A1A;
}

.carousel-caption h1 {
	font-size: 18px;
}

.carousel-caption p {
	font-size: 10px;
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	text-align: center;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel {
	background-color: #e7e7e7;
}

.caroimgcent {
	display: block;
	line-height: 1.42857143;
	background-color: #e7e7e7;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}

.caroimgcent a>img,
.caroimgcent>img {
	margin-right: auto;
	margin-left: auto;
}


/*内页banner样式*/

.nybanner {
	margin-top: 80px;
	background: #f9fafc;
}

.nybanner img {
	width: 100%;
}

.breadcrumb {
	padding: 20px 10px;
	margin-bottom: 0;
	list-style: none;
	background-color: #f9fafc;
	border-radius: 0;
}


/*首页幻灯高度*/

.carousel-fa {
	position: absolute;
	bottom: 80px;
	z-index: 1;
	display: block;
	left: 50%;
	margin-left: -16px;
	color: #fff;
	font-size: 48px;
	animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate;
	-moz-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate;
	-webkit-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate;
	-o-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}


/*定制O2O环保样式*/

.home-dzkj {
	border: 0px solid #d2d2d2;
	margin-bottom: 20px;
}

.home-dzkj a h2 {
	font-size: 18px;
	padding-top: 20px;
}

.home-dzkj a {
	color: #333;
	background: transparent;
	display: block;
}

.home-dzkj a:hover {
	color: #E81A1A;
}

.home-dzkj p {
	font-size: 13px;
	min-height: 34px;
	margin: 0;
	padding: 10px 40px 10px;
	color: #999;
}

.home-dzkj-bor {
	border: 1px solid transparent;
	border-top-color: transparent;
}


/*首页分类标题*/

.index_title {
	text-align: center;
	padding-bottom: 20px;
}

.index_title h2 {
	font-weight: 100;
	color: #333;
	font-size: 30px;
}

.index_title p {
	font-size: 16px;
	color: #777;
}


/* 首页分类导航 */

.home_nav {
	padding-bottom: 40px;
	text-align: center;
}

.home_nav a {
	background: transparent;
	display: -webkit-inline-box;
	padding: 8px 20px;
	border: 1px solid #d2d2d2;
	margin: 4px 0;
	color: #666;
	font-size: 12px;
}

.home_nav a:hover {
	background: #E81A1A;
	color: #FFF;
	border: 1px solid #E81A1A;
}


/*图片鼠标经过样式*/

.projectitem {
	position: relative;
	margin-bottom: 0;
}

.projectitem a {
	display: block;
	overflow: hidden;
}

.projectitem img {
	transition: all ease-out .3s;
}

.projectitem .project_info {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-out .3s;
}

.projectitem a:hover img {
	transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
}

.projectitem .project_info div {
	position: relative;
	top: 50%;
	margin-top: -15px;
}

.projectitem .project_info p {
	text-align: center;
}

.projectitem .project_info p.title {
	margin-top: 10px;
	margin-bottom: 0;
	color: transparent;
	font-size: 14px;
	transition: all ease-out .3s;
	font-weight: 100;
}

.projectitem .project_info p.subtitle {
	color: transparent;
	font-size: 12px;
	transition: all ease-out .3s;
	padding: 16px 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.projectitem a:hover .project_info {
	background: rgba(0, 0, 0, .7)
}

.projectitem a:hover .project_info p.title {
	margin-top: 0;
	color: #FFF;
}

.projectitem a:hover .project_info p.subtitle {
	padding-top: 4px;
	color: #b7b7b7;
	font-size: 12px;
	transition: all ease-out .3s;
}


/*切换标签样式*/

.nav-tabs {
	border-bottom: 0;
}

.nav-tabs>ul {
	text-align: center;
}

.nav-tabs>li>a {
	margin: 0 2px;
	border: 1px solid #d2d2d2;
	border-radius: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #FFF;
	background-color: #E81A1A;
	border: 1px solid #E81A1A;
}


/*定制空间样式*/

.course-acol {
	display: block;
	background: #f9fafc;
}

.course-acol:hover {
	background: #E81A1A;
}

.course-acol:hover h4,
.course-acol:hover p {
	color: #FFF !important;
}

.course-img {
	display: block;
	overflow: hidden;
	background: rgba(0, 0, 0, 0);
}

.course-img img {
	width: 100%;
	transition: all ease-out .3s;
}

.course-img:hover img {
	transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	background: rgba(0, 0, 0, .7);
}

.course-info {
	border: 1px solid transparent;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	border-top-color: transparent;
	margin-bottom: 20px;
	padding: 20px 15px;
}

.course-info h4 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.course-info p {
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

#course-info p {
	color: #999;
}


/*首页新闻*/

.list-group {
	margin-bottom: 0;
}

.list-group-item {
	border: none;
	background-color: transparent;
	border-bottom: 1px dashed #DBDBDB;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.list-group-item:hover {
	border-bottom: 1px solid #E81A1A;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	background-color: #E81A1A !important;
	color: #FFF !important;
}

.list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.list-group-item p {
	margin: 10px 0;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list-group-item h4 {
	font-size: 14px;
}

.list-group-time {
	float: right;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 24px;
	font-weight: 100;
	line-height: 0;
	white-space: nowrap;
	vertical-align: middle;
}


/*装修攻略样式*/

.home-zxgl {
	margin-bottom: 20px;
}

.home-zxgl a {
	border: 1px solid #d2d2d2;
	padding: 20px 0;
	display: block;
	color: #999;
}

.home-zxgl a:hover {
	color: #E81A1A;
	background: #FFF;
}

.home-zxgl h2 {
	font-size: 18px;
	font-weight: 400;
}

.home-zxgl img {
	width: 60px;
	height: 60px;
}

/*bg*/
.zsbg1{

	background-color: #f0f0f0;
	background-size:100% auto;
}
.h3colr{
	color: #FFF !important;
}
/*图片列表页面样式*/

.list-pic {
	background: #FFF;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.list-pic a img {
	width: 100%;
	height: auto;
	float: none;
	margin-bottom: 20px;
	display: block;
}

.list-pic h4 {
	color: #666;
	font-size: 14px;
	margin-bottom: 6px;
}

.list-pic p {
	color: #999;
	font-size: 12px;
}


/*详情页面样式*/

.pad-l-30 {
	padding-left: 30px !important;
}

.view-title {
	margin-bottom: 20px;
}

.view-title h2 {
	color: #333;
	font-size: 22px;
	margin-top: 0;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
}

.view-title p {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}

.view-title a {
	display: -webkit-inline-box;
	background: #d9534f !important;
}

.view-title a:hover {
	background: #E81A1A !important;
	color: #FFF;
}

.view-title .subtitle {
	color: #CCC;
}

.view-img p {
	margin: 10px 0;
}

.view-title a {
	padding: 10px 40px;
	color: #FFF;
	background: #E81A1A;
	transition: all ease .3s;
}

.view-tjian {
	padding: 0;
}

.view-tjian h2 {
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
	margin-top: 40px;
}

.view-tjian img {
	width: 100%;
}

.view-tjian .title {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 13px;
}

.view-tjian .subtitle {
	color: #b7b7b7;
	font-size: 12px;
}


/*更多样式*/

.more a {
	display: block;
	color: #666;
	line-height: 80px;
	background-color: #f1f1f1;
	transition: all 0.3s ease-out 0s;
	font-size: 14px;
}

.more a i {
	padding-left: 10px;
	font-size: 20px;
}

.more a:hover {
	background: #E81A1A;
	padding-right: 30px;
	color: #FFF;
}

.view-more {
	background-color: transparent;
	color: #666;
	border-color: #d2d2d2;
	border-radius: 0;
	font-size: 14px;
	margin-top: 20px;
	padding: 10px 60px;
}

.view-more:hover {
	color: #FFF;
	background-color: #E81A1A;
	border-color: transparent;
}

.view-more i {
	padding-left: 10px;
}
.yzm {
       margin-left: 10px;
}
/*分页样式*/

.pagination>li>a,
.pagination>li>span {
	color: #666;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 3;
	color: #FFF;
	background-color: #E81A1A;
	border-color: #E81A1A;
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border-radius: 0px;
}

.pager li>a:hover,
.pager li>a:focus {
	color: #FFF;
	background: #E81A1A;
	border: 1px solid #E81A1A;
}

.pagination__posts {
	margin-top: 3em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 3em;
	text-align: center;
	display: block;
	margin-top: 3em;
}

.pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}

.pagination a {
	color: #666;
}

.pagination a:hover {
	color: #5C4741;
}

.pagination ul > li {
	display: inline;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #E81A1A;
}

.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 8px;
	line-height: 14px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #eee;
	margin-left: 10px;
}

.pagination>li.thisclass {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #fff;
	text-decoration: none;
	background-color: #E81A1A;
	border: 1px solid #E81A1A;
}


/*招商加盟*/
.bdzcbg{
	background: url(../images/zsjmbg.jpg) no-repeat;
	background-size:100% 100% ;
}
.about-zhaoshang h3,
.about-zs2 h3 {
	color: #666;
	margin-top: 0;
}

.about-zs2 h3 {
	color: #df541a;
}

.about-hr {
	border-top: 1px dotted #d3d3d3;
	margin-top: 0;
	margin-bottom: 30px;
}

.about-zs1 {
	line-height: 40px;
	color: #6a6a6a;
}

.about-zs2 {
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 40px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background: rgba(255,255,255,0.9);
	border: 1px solid #ddd;
	border-radius: 4px;
}

.about-zs2 p {
	height: 60px;
}

.about-zs2 img {
	width: 50px;
	height: 50px;
	margin: 10px 0;
}
.about-zs2 h4{
	color: #666;
}

.about-pin {
	line-height: 26px;
}
.about-pin-bg-h{
	    background-color: #F09216;
}
.about-zs3 h4,.about-zs3 p{
	color:#FFF;
}
.about-pin-bg-l{
	background-color: #83BA1F;
}
.about-pin-bg-lan{
	background-color: #1fadff;
}
.about-pin-bg-f{
	background-color: #FF679A;
}
.about-pin-bg-z{
	background-color: #a616f0;
}
.about-pin-bg-c{
	background-color: #f34617;
}
.about-pin-bg-ql{
	background-color: #4f16f1;
}

.about-zsfw{
	font-size: 18px;
	border: 1px solid #E0E0E0;
	padding: 10px;
}
.about-zs22{
	padding: 5px;
	border-radius: 0;
	color: #999;
	height: 160px;
}
.about-zs22 h4{
	color: #333;
}
.about-zs22 img{
	width: 40px;
	height: 40px;
	margin: 10px 0;
}
/*表单*/

.col-md-offset-3 {
	margin-left: 25%;
}

textarea {
	resize: none;
}


/*about*/

.borabot{
	border: 1px solid transparent;
	padding-top: 30px;
    padding-bottom: 30px;
}

/*返回顶部*/

@media screen and (min-width: 992px) #scrollUp {
	bottom: 100px;
}

#scrollUp {
	background-color: #777;
	color: #eee;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	width: 46px;
	height: 46px;
	border: none;
	opacity: .8;
}


/*底部样式*/

.about-footer {
	background: #333;
	min-height: 170px;
}

.copy-footer {
	background: #222;
	min-height: 60px;
}

.btn-zsjm {
	background-color: #d9534f;
	border-color: #d9534f;
	padding: 6px 12px;
}

.btn-zsjm:hover {
	color: #fff;
	background-color: #E81A1A;
	border-color: #E81A1A;
}

.about-fot-y h1,
.about-fot-y p,
.about-fot-y a {
	color: #FFF;
}

.about-fot-y p {
	line-height: 30px;
}

.about-fot-y a {
	display: inline-block;
}

.about-fot-z {
	padding-top: 20px;
}

.fot-ico img {
	width: 60px;
	height: 60px;
}

.fot-ico h4 {
	color: #CCC;
	font-size: 14px;
}

.fot-ico p {
	color: #999;
	font-size: 12px;
	margin: 0;
}

.copy-foty p {
	line-height: 50px;
	padding: 0;
	margin: 0;
	color: #999;
}

.copy-fotz a {
	line-height: 50px;
	color: #999;
	padding-left: 14px;
}

.copy-fotz a:hover {
	color: #FFF;
}

.copy-fotya p {
	padding: 20px 0;
	margin: 0;
	color: #999;
	font-size: 12px;
}


/*响应式*/


/*平板端样式*/

@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left: 0;
	}
	.navbar-nav>li>a {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.navbar-brand img {
		height: 46px;
		padding-top: 10px;
	}
	.pad60 {
		padding: 30px 0 50px 0;
	}
	.view-img img {
		width: 100%;
	}
	.ppad {
	padding-top: 50px;
}
}


/*电脑端样式*/

@media (min-width: 1200px) {
	.navbar-brand img {
		height: 50px;
		padding-top: 0;
	}
	.container {
		width: 1200px;
		padding: 0;
	}
	.view-img img {
		width: 100%;
	}
}


/*手机端样式*/

@media (max-width: 768px) {
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar {
		min-height: 60px;
	}
	.navbar-brand {
		height: 60px;
		padding: 10px;
	}
	.navbar-brand img {
		height: 40px;
	}
	.carousel {
		margin-top: 60px;
	}
	.pad60 {
		padding: 20px 0;
	}
	.index_title h2 {
		font-size: 16px;
	}
	.index_title p {
		font-size: 12px;
	}
	.more a {
		line-height: 60px;
	}
	.carousel-fa {
		bottom: 30px;
		font-size: 24px;
		margin-left: 0;
	}
	.home_nav {
		padding-bottom: 20px;
	}
	.home-dzkj a h2 {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.home-dzkj p {
		font-size: 12px;
		min-height: 10px;
	}
	.nybanner {
		margin-top: 60px;
	}
	.view-img img {
		width: 100%;
	}
	.view-title h2 {
		font-size: 18px;
	}
	.about-zs1 {
		line-height: 24px;
		color: #999;
	}
}

@media (max-width: 425px) {
	.index_title h2 {
		font-size: 18px;
	}
	.about-zhaoshang h3 {
		font-size: 16px;
		text-align: center;
	}
	.about-hr {
		border-top: 1px dotted #d3d3d3;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.about-zs1 {
		line-height: 24px;
		color: #999;
	}
	.about-zs2 {
		padding: 10px;
	}
	.about-zs2 p {
		height: 110px;
	}
	.about-zs2 h3 {
		font-size: 16px;
		text-align: center;
	}
	
	.col-md-offset-3 {
		margin-left: 0;
	}
}


/*内容页样式*/

.list-about img {
	max-width: 100%;
}

.list-about p {
	line-height: 24px;
	padding: 10px 0;
}

.list-lxwm p {
	line-height: 24px;
}

.list-about {
	border-top: 1px dotted #e5e5e5;
	padding-top: 40px;
}

.list-lxwm img {
	max-width: 100%;
	height: auto !important;
}