﻿
 @charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/

#toolbar{ display:none;}

@media screen and (max-width: 750px) {

#toolbar{ display:block; }
/*表单*/
input, button, select, textarea {
	outline: none;
	font-family: "PingFang SC", "Microsoft Yahei", Arial;
font-size:.24rem;
	-webkit-appearance: none !important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color:#999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:#999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #999;
}
/*公用样式*/
.layout {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-wrapper: 101;
	background: #000;
	opacity: 1;
}
.blue {
	color: #28a5f4;
}
/*链接*/
a, a:link, a:visited, a:hover, a:active {
	color: #666;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	color: #118c3c;
	outline: none;
}
/*标题*/
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
}
.icon {
	background:url(icon.png) no-repeat;
	display: inline-block;
	background-size: 2.4rem auto;
	vertical-align: middle;
}
.icon, .iconbef:before, .iconbef:after {
	content: "\20";
	display: block;
}
/*清除浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.hidden {
	display: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.clear, .clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/*==========@@HTML默认 结束@@==========*/
.wrapper {
	width: 100%;
}





/*版权信息*/
#footer_main {
	text-align: center;
	width: 100%;
	background: #fff;
	padding: 0.1rem 0 0.4rem;
}
#returntop {
	width: 1rem;
	height: 1rem;
	background: url(../images/gotop.png) no-repeat center top;
	background-size: 1rem auto;
	position: fixed;
	bottom: 20%;
	right: 2%;
	cursor: pointer;
	z-index: 99;
}
#copyright {
	width: 94%;
	margin: 0 auto;
	color: #666;
	font-size: 0.24rem;
line-height:.4rem;
	padding: 0.2rem 0;
}
#footer_main .bottomNav {
}
#footer_main .bottomNav .list {
border-top:.02rem solid #ddd;
}
#footer_main .bottomNav .list li {
	width: 100%;
height:.8rem;
border-bottom:.02rem solid #ddd;
}
#footer_main .bottomNav .list li a {
	display: block;
	height: 0.8rem;
	line-height: 0.8rem;
	padding: 0 0.4rem;
}
#footer_main .bottomNav .list li .tit {
	display: block;
	font-size: 0.26rem;
	color: #444444;
	line-height: 0.8rem;
	float: left;
}
#footer_main .bottomNav .list li em {
	display: block;
	float: right;
	width: 0.2rem;
	height: 0.3rem;
	margin-top: 0.25rem;
background-position:-2.2rem -.5rem;
}
#footer_main .bottomNav .list li:hover .tit {
	color: #118c3c;
}
#copyright a {
	color: #666;
}
#fix-sider {
	width: 1rem;
	height: 1rem;
	position: fixed;
	right: 2%;
	bottom: 29%;
	background: url(../images/tel.png) no-repeat center top;
	background-size: 1rem auto;
	cursor: pointer;
	z-index: 999;
}
/* 工具栏 */
#toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	left: 0;
		background:rgba(24,11,10,0.2)
}
#toolbar .list {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;

}
#toolbar .list li {
	float: left;
	width: 50%;
	text-align: center; padding:15px 0;}
#toolbar .list a {
	display: block;
	width:80%;
	margin:0 auto;
	padding:10px 0;
	font-size:14px; text-align:center;
	color:#000;
	line-height: 42px;
	background: #ff800b;
color: #fff;
}
#toolbar .list a span {
	text-align: center;
	color: #fff;
	display: block;
	font-size: 0.24rem;
}
#toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: 0.31rem;
	height: 0.32rem;
	display: block;
margin-bottom: .12rem;
background-position: -.76rem -.2rem;
}
#toolbar .list li:nth-child(2) s {
background-position: -.0rem -.2rem;
}
#toolbar .list li:nth-child(3) s {
background-position: -.38rem -.2rem;
}
#toolbar .list li:nth-child(4) s {
background-position: -1.2rem -.2rem;
width:.34rem;
height:.34rem;
}
#toolbar .list li:hover {
	background: #94d152;
}














/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	max-width: 640px;
	min-width: 320px;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 5rem;
	height: 5rem;
	padding: 0.3rem;
	padding-top: 0.6rem;
	margin-top: -2.5rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
}
#wxnr img {
	width: 2.3rem;
	height: 2.3rem;
	display: block;
	margin: 0 auto;
}
#wxnr p {
	font-size: 0.24rem;
	line-height: 0.45rem;
	text-align: center;
}
#wxnr i {
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	width: 0.3rem;
	height: 0.3rem;
	font-size: 0.2rem;
	line-height: 0.3rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 1rem;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
	padding: 0.03rem 0.1rem;
	line-height: 0.35rem;
	background-color: #118c3c;
	color: #fff;
	border-radius: 0.05rem;
	cursor: pointer;
}
#wxnr span.wx {
	padding-left: 0.4rem;
	background-image: url(../images/wx.png);
	background-size: 0.28rem;
	background-position: 0.1rem center;
	background-repeat: no-repeat;
}
/*复制提示*/
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -0.4rem;
	z-index: 9999999;
	font-size: 0.26rem;
	color: #fff;
	width: 90%;
	right: 5%;
	line-height: 0.8rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 0.1rem;
	display: none;
}
/*视频样式*/
video {
	width: 100%;
	height: 4rem;
	padding: 1.5%;
	background-color: #000;
}

 }
}