address,
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

body {
	font-family: "微软雅黑"
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
select,
textarea {
	font-size: 100%;
	vertical-align: middle
}

dl,
li,
ol,
ul {
	list-style: none
}

a {
	text-decoration: none
}

fieldset,
img {
	border: none
}

img {
	display: inline-block;
	overflow: hidden;
	vertical-align: top
}

address,
em {
	font-style: normal
}

sub,
sup {
	vertical-align: baseline
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

q:before {
	content: ""
}

q:after {
	content: ""
}

button {
	cursor: pointer
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none
}

textarea {
	word-wrap: break-word;
	resize: none
}
.wrap{
	width:1200px;
	height:100%;
	position:relative;
	margin:0 auto;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clear {
	clear: both
}

.fl {
	float: left
}

.fr {
	float: right
}
.chengg{
	width:100%;
	height:1px;
	background:none;
	position:relative;
}
.top {
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, .9);
    position: fixed;
    top:42px;
    z-index: 10;
}

.top .icon {
	display: block;
	width: 120px;
	height: 120px;
	float: left;
	position: relative;
	margin: 10px 20px 0 0;
}
.top .icon img{
	width: 100%;
	height:100%;
}
.top .header_txt {
	float: left;
}

.top .header_txt p:nth-child(1) {
	font-size: 34px;
	color: #fff;
	margin-top: 15px;
}

.top .header_txt p:nth-child(2) {
	font-size: 18px;
	color: #999999;
}

.top .top_ul {
	float: left;
}

.top .top_ul li {
	width: 60px;
	height: 94px;
	float: left;
	font-size: 22px;
	line-height: 100px;
	text-align: center;
	margin-right: 70px;
}

.top .top_ul li.active {
	border-bottom: 6px solid #F9D37B;
}

.top .top_ul li:hover {
	border-bottom: 6px solid #F9D37B;
}

.top .top_ul li:hover a {
	color: #F9D37B;
}

.top .top_ul li:nth-child(1) {
	margin-left: 125px;
}

.top .top_ul li:nth-child(6) {
	margin-right: 0;
}

.top .top_ul li a {
	color: #999;
	display: block;
}

.top .top_ul li.active a {
	color: #F9D37B;
}

.top .r_wx {
	width: 184px;
	height: 48px;
	float: right;
	margin-top: 26px;
	position: relative;
}

.top .r_wx a {
	width: 48px;
	height: 48px;
	background: url(../images/sh01.png) no-repeat;
	background-size:100% 100%;
	float: left;
	margin-right: 20px;
}

.top .r_wx a:nth-child(1):hover {
	background: url(../images/sh11.png) no-repeat;
	background-size:100% 100%;
}

.top .r_wx a:nth-child(2) {
	background: url(../images/sh02.png) no-repeat;
	background-size:100% 100%;
}

.top .r_wx a:nth-child(2):hover {
	background: url(../images/sh21.png) no-repeat;
	background-size:100% 100%;
}

.top .r_wx a:nth-child(3) {
	background: url(../images/sh03.png) no-repeat;
	background-size:100% 100%;
	margin-right: 0;
}

.top .r_wx a:nth-child(3):hover {
	background: url(../images/sh31.png) no-repeat;
	background-size:100% 100%;
}
.top .r_wx .fl_wx {
	width: 138px;
	height: 148px;
	background: url(../images/fl_wx.png) no-repeat center;
	position: absolute;
	left: -44px;
	top: 58px;
	display: none;
}
.top .r_wx .fl_wx img {
	display: block;
	width: 98px;
	height: 98px;
	margin: 30px auto 0;
}
.top .fl_wx{
    width: 106px;
    height: 106px;
    position: absolute;
    top: 100px;
    right: 102px;
    display: none;
    z-index:30;
}
.top .fl_wx img{
	display: block;
	width:100%;
	height:100%;
}
.to_top{
    width: 90px;
    height: 84px;
    background: #fff;
    position: fixed;
    right: 29px;
    top: 50%;
    margin-top: -18px;
    z-index: 50;
    display: none;
}
.to_top p{
    width: 100%;
    height: 30px;
    color: #000;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: rgba(0,0,0,.8);
    display: none;
}
.to_top .top_box{
    width: 90px;
    height: 89px;
    background: url(../images/top.png) no-repeat center;
    background-size: 100% auto;
    position: relative;
    background-position-y: -92px;
}
.to_top .top_box .img_code{
    width: 80px;
    height: 80px;
    position: relative;
    display: block;
    top: 0;
    margin: 0 auto;
    display: none;
}
.to_top .top_box .img_code img{
	width:80px;
	height: 80px;
}
.to_top .top_box .img_code i{
	width:80px;
	height:17px;
	background:url(../images/line_sys.png) no-repeat center;
	background-size:100% 100%;
	position:absolute;
	top:0px;
	left:1px;
	animation: cGo 2s linear infinite;
	-webkit-animation: cGo 2s linear infinite;
}
@keyframes cGo{
	0%{transform: translateY(0);}
	50%{transform: translateY(69px);}
	100%{transform: translateY(0);}
}
@-webkit-keyframes cGo{
	0%{transform: translateY(0);}
	50%{transform: translateY(69px);}
	100%{transform: translateY(0);}
}
.to_top .top_box a{
    display: block;
    position: relative;
    width: 90px;
    height: 89px;
    top: -1px;
}
.to_top .top_box a i{
	display: block;
    position: relative;
    width: 90px;
    height: 90px;
    background: rgba(0,0,0,.3);
}
.to_top .top_box a:hover i{
    display: none;
}
.q_f_icon {
    display: block;
    width: 13px;
    height: 25px;
    position: absolute;
    top: 26px;
    cursor: pointer;
    left: -12px;
    display: none;
}
.q_f_icon.show {
  background:url(../images/top_btn.png) no-repeat center;
  background-position:0 0;
}
.hide_float{
    background:url(../images/top_btn.png) no-repeat center;
    background-position: 0 -24px;
}