@charset "utf-8";
/* CSS Document */
/*footer*/
.w1200 {
	width: 1220px;
	margin: 0 auto;
}
.clearfix {
*zoom: 1;
}
.footer_main {
	width: 100%;
	padding: 20px 0;
	background: #313131;
	color: #fff;
	line-height: 32px;
}
.footer_main .tit {
	font-size: 16px;
	margin-bottom: 10px;
}
.footer_main .bnav {
	float: left;
	overflow: hidden;
}
.footer_main .bnav .list {
	float: left;
}
.footer_main .bnav .item {
	width: 110px;
	float: left;
}
.footer_main .bnav .item .tit a {
	font-size: 14px;
}
.footer_main .bnav .item .tit2 {
	margin-top: 16px;
}
.footer_main .bnav .item a {
	display: block;
	color: #fff;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	font-size: 12px;
}
.footer_main .bnav .item a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.footer_main .ilinks {
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	border-bottom: 1px solid #111111;
}
.footer_main .ilinks span {
	color: #f9f9f9;
	display: inline-block;
}
.footer_main .ilinks a {
	display: inline-block;
	color: #f9f9f9;
	padding-left: 10px;
}
.footer_main .ilinks a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.footer_main .bcontact {
	width: 275px;
	float: left;
}
.footer_main .bcontact .txt {
	font-size: 12px;
	padding-bottom: 20px;
}
.footer_main .bcontact a {
	width: 168px;
	height: 28px;
	line-height: 28px;
	display: block;
	text-align: center;
	border: 1px solid #fff;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	color: #fff;
}
.footer_main .bcontact a:hover {
	background: #fff;
	color: #d82433;
}
.footer_main .ewmlist {
	float: right;
	font-size: 12px;
}
.footer_main .ewmlist li {
	width: 170px;
	float: left;
	text-align: center;
	color: #fff;
}
.footer_main .ewmlist li img {
	width: 110px;
	height: 110px;
	padding: 5px;
	background: #fff;
	display: block;
	margin: 0 auto 7px;
}
.footer_main .ewmlist li:first-child {
	margin-left: 0;
}

/*copyright*/
.copyright {
	width: 100%;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 12px;
	background: #111111;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/********toolbar1*********/
.toolbar1 {
	width: 59px;
	position: fixed;
	right: 0;
	z-index: 999;
	bottom: 50%;
	margin-bottom: -144px;
}
.toolbar1 dd {
	width: 59px;
	height: 59px;
	background: #333;
	margin-bottom: 5px;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}
.toolbar1 dd a {
	height: 48px;
	padding: 11px 10px 0 13px;
	line-height: 18px;
	color: #fff;
	font-size: 16px;
	display: block;
	cursor: pointer;
}
.toolbar1 .box {
	width: 295px;
	height: 147px;
	padding: 0 15px;
	position: absolute;
	right: 90px;
	top: 0;
	background: #fff;
	display: none;
	border: 1px solid #e5e5e5;
	border-top: 10px solid #d82433;
}
.toolbar1 .box .ttel {
	width: 100%;
	padding: 15px 0 15px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #666;
	border-bottom: 1px solid #aeaeae;
}
.toolbar1 .box .ttel strong {
	color: #fda804;
	font-size: 24px;
	line-height: 24px;
	display: block;
	font-weight: normal;
	font-family: arial;
}
.toolbar1 .box .ttel s {
	width: 80px;
	height: 45px;
	margin-right: 10px;
	background-position: 0 0;
}
.toolbar1 .box .list {
	color: #aeaeae;
	font-size: 12px;
	line-height: 24px;
}
.toolbar1 .box .list li {
	width: 48%;
	float: left;
}
.toolbar1 dd:hover {
	background: #d82433;
}
