@charset "utf-8";
/*
date: 2016-05
author: 固源科技
copyright: 自贡市意树文化传播有限公司
*/
/* CSS Document */
/*
头部
*/
#header {
	width: 100%;
	height: 120px;
	overflow: hidden;
}
#header .header {
	width: 1120px;
	height: 120px;
	margin: 0px auto;
	position: relative;
	background: #fff url(../images/header.jpg) no-repeat bottom right;
}
#header .header .share {
	position: absolute;
	top: 15px;
	right: 5px;
	width: 160px;
	height: 24px;
}
#header .header .share span {
	width: 56px;
	color: #7e7e7e;
}
#header .header .share .bdsharebuttonbox {
	width: 104px;
	height: 24px;
	overflow: hidden;
}
#header .header .share .bdsharebuttonbox a {
	background-image: url(../images/share.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
#header .header .share .bdsharebuttonbox .bds_sqq {
	background-position: top left;
}
#header .header .share .bdsharebuttonbox .bds_sqq:hover {
	background-position: bottom left;
}
#header .header .share .bdsharebuttonbox .bds_weixin {
	background-position: -40px top;
}
#header .header .share .bdsharebuttonbox .bds_weixin:hover {
	background-position: -40px bottom;
}
#header .header .share .bdsharebuttonbox .bds_tsina {
	background-position: -80px top;
}
#header .header .share .bdsharebuttonbox .bds_tsina:hover {
	background-position: -80px bottom;
}

/*
菜单
*/
#menu {
	width: 100%;
	height: 45px;
	overflow: hidden;
	background: url(../images/menuBg.jpg) repeat-x top center;
}
#menu a {
	width: auto;
	height: 42px;
	display: inline-block;
	color: #fff;
	padding: 3px 13.8px 0px;
	margin: 0px 1px;
}
#menu a:hover, #menu a.cur {
	color: #cc000d;
	background-image: url(../images/menuBg.png);
}

/*
横幅
*/
#banner {
	clear: both;
	width: 100%;
	height: 470px;
	overflow: hidden;
	position: relative;
}
/*flexslider*/
.flexslider {
	position: relative;
	width: 100%;
	height: 470px;
	overflow: hidden;
	zoom: 1;
}
.flex-viewport {
	max-height: 1380px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides li, .flexslider .slides li a {
	width: 100%;
	height: 470px;
	display: block;
}
.flexslider .slides li {
	background-repeat: no-repeat;
	background-position: top center;
}
.flex-direction-nav a {
	width: 59px;
	height: 59px;
	line-height: 99em;
	overflow: hidden;
	margin-top: -30px;
	display: block;
	/*background: url(../images/bannerButton.png) no-repeat;*/
	position: absolute;
	top: 50%;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	display: none;
}
.flex-direction-nav .flex-prev {
	left: 50%;
	background-position: center left;
	margin-left: -600px;
}
.flex-direction-nav .flex-next {
	right: 50%;
	background-position: center right;
	margin-right: -600px;
}
.flexslider:hover .flex-prev, .flexslider:hover .flex-next {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.flexslider:hover .flex-prev:hover, .flexslider:hover .flex-next:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 2;
	*zoom: 2;
}
.flex-control-nav li {
	margin: 0px 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: url(../images/bannerPoint.png) no-repeat;
	text-indent: -99em;
	width: 14px;
	height: 15px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background-position: top left;
}
.flex-control-paging li a.flex-active {
	background-position: top right;
}

/*
底部
*/
#footer {
	width: 100%;
	display: table;
	background-color: #282828;
}
#footer .main {
	width: 100%;
	display: table;
	padding: 40px 0px 50px;
	background: url(../images/footer.jpg) top center;
}
#footer .main .nr {
	width: 1180px;
	margin: 0px auto;
}
#footer .main .nr, #footer .main .nr a {
	color: #fff;
}
#footer .main .nr .lx {
	width: 695px;
}
#footer .main .nr .lx .logo {
	width: 146px;
	height: auto;
	min-height: 140px;
	background: url(../images/footLogo.png) no-repeat center left;
	position: relative;
}
#footer .main .nr .lx .logo a {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 112px;
	height: 140px;
	margin-top: -70px;
	display: block;
}
#footer .main .nr .lx .info {
	width: 525px;
}
#footer .main .nr .lx .info, #footer .main .nr .lx .info a {
	color: #fff;
}
#footer .main .nr .wx .2wm {
	width: 140px;
}
#footer .main .nr .wx .xx h1 {
	font-size: 24px;
	height: 45px;
	margin-top: 12px;
}
#footer .main .lj {
	clear: both;
	width: 1180px;
	margin: 0px auto;
	display: table;
	padding-top: 20px;
}
#footer .main .lj, #footer .main .lj a {
	color: #fff;
}
#footer .main .yw {
	width: 1180px;
	margin: 0px auto;
}
#footer .main .yw, #footer .main .yw a {
	color: #fff;
}
/*版权*/
#footer .copyright {
	width: 100%;
	display: table;
	background-color: #1b1b1b;
	padding: 10px 0px;
}
#footer .copyright, #footer .copyright a {
	color: #fff;
}

/*
漂窗
*/
#aside {
	position: fixed;
	top: 175px;
	right: 5px;
	width: 136px;
	z-index: 99;
}
#aside .top {
	width: 100%;
	height: 185px;
	background: url(../images/asideTop.png) no-repeat top center;
	position: relative;
}
#aside .top div, #aside .top a {
	position: absolute;
}
#aside .top div {
	top: 22px;
	left: 26px;
}
#aside .top a {
	top: 16px;
	right: 22px;
	width: 7px;
	height: 7px;
	display: block;
}
#aside .qq {
	width: 100%;
	background: url(../images/asideBg.png) top center;
	display: table;
}
#aside .qq a {
	width: 62px;
	height: 40px;
	display: block;
	margin: 0px auto;
	padding-left: 38px;
	background-image: url(../images/asideQq.jpg);
	background-repeat: no-repeat;
	background-position: 12px top;
}
#aside .qq a:hover {
	background-position: 12px bottom;
}
#aside .foot {
	width: 100%;
	height: 9px;
	background: url(../images/asideFoot.png) no-repeat top center;
}