body {margin: 0;padding: 0;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,
fieldset,legend,input,button,textarea,p,blockquote,th,td,a {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.chengg{
	width:100%;
	height:1px;
	background:none;
}
fieldset,img {border: 0;}
/* remember to define focus styles! */
:focus {outline: 0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: normal;
	font-weight: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

code,kbd,samp,tt {
	font-size: 100%;
}


/*@purpose To enable resizing for IE */


/*@branch For IE6-Win, IE7-Win */

input,button,textarea,select {
	*font-size: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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


/* tables still need 'cellspacing="0"' in the markup */

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

caption,th {
	text-align: left;
}

sup,sub {
	font-size: 100%;
	vertical-align: baseline;
}


/* remember to highlight anchors and inserts somehow! */

a:link,
a:visited,
a:active {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

blockquote,q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
.fl{float:left;}
.fr{float:right;}
.wrap{
	width:1200px;
	height:100%;
	position:relative;
	margin:0 auto;
}
.nav{
	width:100%;
	min-width:1200px;
	margin:0 auto;
	height:100px;
	background:rgba(0,0,0,.9);
	position:absolute;
	z-index:11;
}
.nav .icon{
	display: block;
	width:120px;
	height:120px;
	float:left;
	margin:10px 22px 0 0;
}
.nav .n_txt{
	float:left;
}
.nav .n_txt p:nth-child(1){
	font-size:24px;
	color:#fff;
	font-weight:bold;
	margin-top:20px;
}
.nav .n_txt p:nth-child(2){
	font-size:16px;
	color:#797778;
	margin-top:10px;
}
.nav .nav_ul{
	float:left;
}
.nav .nav_ul li{
	width:95px;
	height:94px;
	border-bottom:6px solid transparent;
	font-size:22px;
	float:left;
	text-align: center;
	line-height:100px;
	margin-right:45px;
}
.nav .nav_ul li:nth-child(1){
	margin-left:60px;
}
.nav .nav_ul li:nth-child(4){
	margin-right:0;
}
.nav .nav_ul li a{
	color:#999;
	display: block;
}
.nav .nav_ul li.active{
	border-bottom:6px solid #c03c44;
}
.nav .nav_ul li.active a{
	color:#c03c44;
}
.nav .nav_ul li:hover{
	border-bottom:6px solid #c03c44;
}
.nav .nav_ul li:hover a{
	color:#c03c44;
}
.nav .s_ul{
	width:184px;
	height:48px;
	float:right;
	margin:25px 0 0 0;
	position:relative;
}
.nav .s_ul li{
	width:48px;
	height:48px;
	background:url(../images/s_nav.png) no-repeat center;
	background-position:0 0;
	overflow: hidden;
	float:left;
	margin-right:20px;
	cursor: pointer;
}
.nav .s_ul li a{
	display: block;
	width:100%;
	height:100%;
}
.nav .s_ul li:nth-child(2){
	background-position:-68px 0;
}
.nav .s_ul li:nth-child(3){
	margin-right:0;
	background-position:-136px 0;
}
.nav .s_ul li:nth-child(1):hover{
	background-position:0 -53px;
}
.nav .s_ul li:nth-child(2):hover{
	background-position:-68px -53px;
}
.nav .s_ul li:nth-child(3):hover{
	background-position:-136px -53px;
}
.nav .s_ul .fl_wx{
	position:absolute;
	width:130px;
	height:130px;
	position:absolute;
	left:-40px;
	top:70px;
	display: none;
}
.qidai{
	width:185px;
	height:386px;
	background:url(../images/alert.png) no-repeat center;
	overflow: hidden;
	position:fixed;
	top:40%;
	right:20px;
	z-index:11;
}
.qidai a{
	display: block;
	width:100%;
	height:90px;
}
.qidai a:nth-child(1){
	margin-top:205px;
}
