﻿@charset "utf-8";
/* CSS Document */
/**
 * 
 * @authors Landry
 * @date    2014-03-28 10:16:50
 * @version $Id$
 */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, abbr, address, cite, code, del, dfn, em, img, sub, sup, var, i, dl, dd, dt, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
article, aside, figure, footer, header, hgroup, nav, menu, section {
	display: block;
}
ol, ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #6d6d6d;
}
a:active, a:visited {
	/*color: #0066ab;*/
}
input, select {
	vertical-align: middle;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a {
	outline: none;/* for Forefox */
	cursor: pointer;
}


/*大体架构
 ----------*/
body {
	font-family:Microsoft YaHei;
	width: 100%;
	font-size:12px;
	position: relative;
	color:#333333;
}
.wrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 1000px;
	_width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?"1000px":"");
	overflow: hidden;
}
.box {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.main {
	width: 1920px;
	margin: 0 -460px;
	overflow: hidden;
	position: relative;
}


/*颜色值
 --------------*/
.orange {
	color: #ffe400;
}
.blue {
	color: #699BCC;
}
/*清楚文字内容
 --------------*/
.txtIndent {
	text-indent: -9999em;
}
/*用于seo不显示的内容
 --------------*/
.seo {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
}
.seo, .hideImg {
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
}
.hideImg {
	overflow: hidden;
}
.hideImg img {
	width: 0;
	height: 0;
	overflow: hidden;
}
/*清除浮动
 --------------*/
.clearfix {
  zoom: 1;
  _height: 1px
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
/*左浮动和右浮动
 --------------*/
.float_l {
	float: left;
}
.float_r {
	float: right; 
}
.float_r, .float_l {
	_display: inline;
}

/**头部代码**/
.header{width:100%;margin:0 auto;position:relative;z-index:1000;height:105px;}
.head-box{float:left;width:367px;height:73px;margin-top:13px;}
.head-box img{width:367px;height:73px;}
.headcenter{width:1200px;margin:0 auto;}
.headnav{float:right;width:63%;}
.headnav .cont{float:right;background:url(/newimg/hua.png) no-repeat 0 19px;color:#666666;font-size:14px;padding:17px 200px 30px 28px;}
.headnav .cont span{color:#d7000f;font-size:20px;font-family:Arial;position:absolute;}
.headnav .nav{width:100%;}
.headnav .nav li{float:left;text-align: center;height: 38px;width:108px;}
.headnav .nav a{color:#333333;font-size:14px;}
.headnav .nav .active a{color:#d7000f;}
.big-alpha{width:100%;margin:0 auto;position:relative;overflow:hidden;background:url(/newimg/bas.png) repeat-x #f1f1f1;position:absolute;top:105px;left:0px;z-index:30;display:none;padding-bottom:37px;text-align: left;}
.big-alpha .slpha{width:1200px;margin:0 auto;padding-top:35px;}
.big-alpha .snak{float:left;padding:0 45px 0 30px;border-right:1px solid #e1e1e1;}
.big-alpha .snak h2{padding:0px 0 23px 30px;}
.big-alpha .snak h2 a{color:#d7000f;font-size:18px;font-weight:normal;}
.big-alpha .snak .snbe dl{float:left;padding:0 65px 0 30px;}
.big-alpha .snak .snbe dt{padding-bottom:10px;}
.big-alpha .snak .snbe dt a{color:#000000;font-size:16px;}
.big-alpha .snak .snbe dt a:hover,
.big-alpha .snak .snbe dd a:hover,
.big-alpha .snak .nce a:hover{color:#d7000f;}
.big-alpha .snak .snbe dd{line-height:25px;}
.big-alpha .snak .snbe dd a{color:#666666;display:inline-block;font-size:12px;}
.big-alpha .snak .nce{padding-left:30px;line-height:25px;}
.big-alpha .snak .nce a{color:#666666;display:block;font-size:12px;}
.big-alpha .slpha .nceon {text-align:center;}
.big-alpha .slpha .nceon a{color:#333333;font-size:14px;display:inline-block;margin:0 49px;}

/**底部文件**/
.footer{width:100%;margin:0 auto;background:#2f2f2f;border-top:3px solid #8b8b8b;}
.footer .footh{width:1200px;margin:0 auto;padding:15px 0 15px;}
.footer .footh-l{float:right;width:373px;text-align:right;padding-top:16px;position:relative;}
.footer .footh-l span{color:#FFF;font-size:14px;}
.footer .footh-l p{color: #ffffff;
    font-family: Arial;
    font-size: 29px;
    margin: 9px 0;
    padding-bottom: 5px;
    position: relative;
    right: -132px;
    /* text-shadow: 1px 3px 1px #090909; */
    width: 245px;}
.ie7 .footer .footh-l p{color: #ffffff;
    font-family: Arial;
    font-size: 29px;
    margin: 9px 0;
    padding-bottom: 5px;
    position: relative;
    right: 0;
    /* text-shadow: 1px 3px 1px #090909; */
    width: 245px;}
/*.footer .footh-l .footw{}
.footer .footh-l .footw .jiathis_button_tsina,
/*.footer .footh-l .footw .jiathis_button_tqq,
.footer .footh-l .footw .weixin{width:36px;height:36px;margin-right:8px;background:url(/newimg/1s.png) no-repeat;display:inline-block;}
.footer .footh-l .footw .jiathis_button_tqq{background:url(/newimg/2s.png) no-repeat;}
.footer .footh-l .footw .weixin{background:url(/newimg/3s.png) no-repeat;margin-right:0px;*+position:relative;*+top:-4px;}
.footer .footh-l .footw .jiathis_button_tsina:hover{background:url(/newimg/1e.png) no-repeat;}
.footer .footh-l .footw .jiathis_button_tqq:hover{background:url(/newimg/2e.png) no-repeat;}
.footer .footh-l .footw .weixin:hover{background:url(/newimg/3e.png) no-repeat;}*/*/
.footer .footh-l .footw{}
.footer .footh-l .footw .jiathis_button_tsina,
.footer .footh-l .footw .jiathis_button_tqq,
.footer .footh-l .footw .weixin{width:36px;height:36px;margin-right:8px;background:url(/newimg/1s.png) no-repeat;float:right;}
.footer .footh-l .footw .jiathis_button_tqq{background:url(/newimg/2s.png) no-repeat;float:right;}
.footer .footh-l .footw .weixin{background:url(/newimg/3s.png) no-repeat;margin-right:0px;*+position:relative;*+top:-4px;float:right;margin-right:8px;}
.footer .footh-l .footw .jiathis_button_tsina:hover{background:url(/newimg/1e.png) no-repeat;}
.footer .footh-l .footw .jiathis_button_tqq:hover{background:url(/newimg/2e.png) no-repeat;}
.footer .footh-l .footw .weixin:hover{background:url(/newimg/3e.png) no-repeat;}
.footer .footh-l .foots{float:left;width:183px;padding-top:2px;}
.footer .footh-l .foots span{font-size:14px;display:inline-block;padding:8px 0;}
.footer .footh-l .foots p{color:#b0b0b0;line-height:24px;}
.footer .footh-d{float:left;width:818px;}
.footer .footh-d dl{float:left;border-right:1px solid #505050;padding:0 38px;}
.footer .footh-d dt{padding-bottom:22px;}
.footer .footh-d dt a{color:#FFF;font-size:14px;}
.footer .footh-d dd{padding-bottom:10px;}
.footer .footh-d dd a{color:#FFF;font-size:12px;}
.footer .footcon{background:#161616;height:42px;line-height:42px;text-align:center;color:#FFF;font-size:13px;}
.footer .footh-d dl a:hover{text-decoration:underline;}

.weixin_show{display:none;text-align:center;width:150px;height:150px;position:absolute;padding-top:14px;top:-92px;left:277px;z-index:10;background:#FFF;border:1px solid #000;}
.weixin_show img{width:129px;height:109px;}
.weixin_show div{font-size:14px;padding-top:14px;}
