a:hover {
	color: #00a2e5;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}

.clearfix {
	*zoom: 1;
	clear: both;
}

.fl {
	float: left !important;
	display: inline;
}

.fr {
	float: right !important;
	display: inline;
}
/*==公共样式==*/
.wrapper {
	width: 1200px;
	margin: 0 auto;
	*zoom: 1;
}

.wrapper:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}
.banner {
	width: 100%;
	margin: 0 auto;
}
.banner img {
	width: 100%;
	display: block;

}


.path {
	width: 100%;
	min-width: 1200px;
	height: 20px;
	line-height: 20px;
	margin: 20px 0 0 0;
}
.path .local {
	color: #6b7b83;
	font-size: 12px;
}
.path .fr a {
	font-size: 12px;
	color: #6b7b83;
}

.path .fr a:hover {
	color: #00a2e5;
}

.path .fr span {
	color: #807e7e;
}

.aside {
	width: 240px;
	background: #fff;
	padding: 0 30px;
	margin: -15px 0 0 -30px;
	float: left;
}

.aside h2 {
	height: 80px;
	background: #00a2e5;
	color: #fff;
	font-weight: normal;
	text-align: center;
}

.aside h2 strong {
	font-size: 32px;
	line-height: 80px;
	padding: 5px 0 0 0;
	font-weight: normal;
	font-family: 'Microsoft YaHei';
}
.aside h2 em {
	font-style: normal;
	font-size: 20px;
	text-transform: uppercase;
}

.aside .menu {
	background: #f5f4f4;
}

.aside .menu li {
	height: 45px;
	padding: 1px 0;
}
.aside .menu li a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #4e5e66;
	font-size: 15px;
	font-family: 'Microsoft YaHei';
}
.aside .menu li span {
	display: inline-block;
}

.aside .menu li.cur a, .aside .menu li a:hover {
	padding: 0 7px 0 0;
	border-right: 3px solid #00a2e5;
	background: #fff url(bg1.png) no-repeat center center;
}


.aside .type li {
	height: 35px;
	margin: 15px 0 0 0;
}

.aside .type li a {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: 'Microsoft YaHei';
	background: #099d44;
}

.aside .type li a span {
	display: inline-block;
	background: url(../images/icon_as2.png) no-repeat right center;
	padding: 0 30px 0 0;
}

.aside .news {
	display: block;
	width: 238px;
	height: 96px;
	border: 1px solid #e8e8e8;
	margin: 15px 0 0 0;
}

.aside .news img {
	display: block;
}

.aside .acts {
	width: 238px;
	background: #f5f4f4;
	margin-top: 25px;
	padding-bottom: 25px;
	border: 1px solid #e8e8e8;
}
.aside .acts  p {
	font-size: 14px;
}
.aside .acts img {
	display: block;
}

.aside .test {
	padding: 0 10px;
	line-height: 180%;
	margin: 10px 0 0;
	color: #000;
}
.aside .test:hover {
	color: #00a2e5;
}
.aside .test strong {
	display: block;
	color: #00a2e5;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	font-family: 'Microsoft YaHei';
}

.aside .test em {
	display: inline-block;
	font-style: normal;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	color: #353535;
	vertical-align: middle;
	margin: -1px 0 0 0;
	color: #000;
}
.aside .test em:hover {
	color: #00a2e5;
}
.aside .test span {
	font-size: 14px;
}

.aside .ewm {
	line-height: 240%;
	text-align: center;
	margin: 15px 0;
}

.aside .ewm img {
	margin: 0 auto;
}

.aside h3 {
	font-size: 18px;
	font-family: 'Microsoft YaHei';
	font-weight: normal;
	text-align: center;
	color: #fff;
	height: 35px;
	line-height: 35px;
	background: #099d44;
}

.container {
	line-height: 180%;
	width: 930px;
	float: right;
	border-top: 1px solid #bcbcbc;
}

hr.dashed {
	border: none;
	border-top: 1px dashed #cdcdcd;
	clear: both;
}


/*办公照明*/
.lightList {
	overflow: hidden;
	padding: 15px 0 0 0;
}

.lightList ul {
	width: 940px;
}

.lightList ul li {
	float: left;
	width: 262px;
	height: 272px;
	margin: 0 24px 0 24px;
	border: 1px solid white;
}

.lightList ul li img {
	display: block;
	padding: 4px;
}

.lightList ul li .imgs {
	display: block;
	width: 204px;
	height: 137px;
	padding: 6px;
	border: 1px solid #d4d4d4;
}

.lightList ul li .imgs:hover {
	border-color: #00a2e5;
}

.lightList ul li span {
	display: block;
	height: 43px;
	overflow: hidden;
	line-height: 43px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lightList ul li span a {
	color: #353535;	
}
.lightList ul li:hover {
	border: 1px solid #00a2e5;
}
.lightList ul li:hover a {
	color: #00a2e5;
}

.pages {
	float: right;
	padding-right: 25px;
}
.pages a {
	width: 20px;
	float: left;
	color: black;
	display: block;
	line-height: 20px;
	margin-left: 10px;
	text-align: center;
	border: 1px solid #ccc;
}
.pages a.active {
	color: white;
	background: #00a2e5;
}
.article {
	width: 870px;
	padding: 30px;
	float: left;
}
.art_top {
	overflow: hidden;
}
.article .title {
	text-align: center;
	font-size: 24px;
	margin-top: 10px;
	line-height: 60px;
}
.article .img {
	width: 70%;
	margin: 0 auto;
	margin-top: 25px;
}
.article .img img {
	width: 100%;
}
.article .src {
	margin-top: 30px;
	margin-bottom: 30px;
}
.article .src img {
	display: block;
	margin: 0 auto;
}
.article .body {
	font-size: 14px;
	line-height: 24px;
	color: #353535;
}
.images {
	float: left;
	width: 400px;
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
}
.images img {
	width: 100%;
}

.carousels {
	width: 500px;
	margin: 0 auto;
}
.carousels .swiper-container {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.carousels .swiper-slide {
    background-size: cover;
    background-position: center;
}
.carousels .gallery-top {
    height: 500px;
    width: 100%;
}
.carousels .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    margin-top: 20px;
    /*border: 1px solid #00a2e5;*/
}
.carousels .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
.carousels .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
/*.carousels .gallery-top {
	border: 1px solid #00a2e5;
}*/
.p {
	overflow: hidden;
}
.article .body {
	clear: both;
	margin-top: 45px;
}
.article .body .tt {
	line-height: 36px;
	font-size: 16px;
	padding-left: 20px;
	background: #00a2e5;
	color: #fff;
	margin-top: 15px;
}


.article .equipment {
	width: 100%;
	margin-bottom: 28px;
}
.article .equipment img {
	display: block;
	width: 100%;
}
.article .tt {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(square.jpg) no-repeat left center;
}
.article .mm {
	font-size: 14px;
	line-height: 24px;
	display: block;
	width: 100%;
	color: #666;
	margin-bottom: 28px;
}