/**
NAME: Basic CSS公共层
DES:代码质量,代码精简,兼容性

Author:刘刘

SEX:女
**/

html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
	margin: 0;
	padding: 0;
}
body{ font:14px/21px '微软雅黑';  _font-family:'微软雅黑' !important;}
em,i{ font-style:normal;}
#wrap{ text-align:left;}

a{ text-decoration:none;}
img{ border:0 none;}
ul li{ list-style:none;}

.w1000{width:1000px;margin:0 auto;position: relative;}
.clearfix{zoom:1;}
.clearfix:before,.clearfix:after{display: table;line-height: 0;content:"";}
.clearfix:after{clear:both;}


.fl{float:left; display:inline;}
.fr{float:right; display:inline;}
.clear{clear:both;}

/*外边距*/
.mt2{margin-top:2px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt12{margin-top:12px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt45{margin-top:45px;}
.mt50{margin-top:50px;}
.mt55{margin-top:55px;}
.ml0{margin-left:0px !important;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml30{margin-left:30px;}
.ml35{margin-left:35px;}
.ml40{margin-left:40px;}
.ml45{margin-left:45px;}
.ml50{margin-left:50px;}
.ml55{margin-left:55px;}

/*文字居中*/
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}


/*display:block*/

.disBlock{ display:block;}

/*font-size*/
.ft14{font-size:14px;}

/*line23*/
.line23{ line-height:23px;}

/*边框去除*/
.borderNone{ border:0 none !important;}

/*字体加粗*/

.ftW{ font-weight:bold;}

/*ft0*/
.ft0{font-size:0px !important;}

.bknone{ background:none !important;}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}



/* 动画 */
.mod-a0 .current .logo, .mod-a0 .current .txt, .p2 {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.p3 {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.p4 {
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.p5 {
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.p6 {
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.p7 {
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.current .pic1 {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.current .pic2 {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.current .pic3 {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
.current .pic4 {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
.current .pic5 {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.current .pic51 {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.current .pic52 {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.current .pic53 {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.current .pic6 {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}
.current .pic7 {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}
.current .pic8 {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}
.current .pic9 {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}
	
@-webkit-keyframes fadeInLeft {
	0% {
	opacity:1;
	-webkit-transform: translate3d(-90%,0,0);
	transform: translate3d(-90%,0,0)
}
100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInLeft {
	0% {
	opacity: 1;
	-webkit-transform: translate3d(-90%,0,0);
	-ms-transform: translate3d(-90%,0,0);
	transform: translate3d(-90%,0,0)
}
100% {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}


@-webkit-keyframes fadeInRight {
	0% {
	opacity: 1;
	-webkit-transform: translate3d(90%,0,0);
	transform: translate3d(90%,0,0)
}
100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}@keyframes fadeInRight {
	0% {
	opacity:1;
	-webkit-transform: translate3d(90%,0,0);
	-ms-transform: translate3d(90%,0,0);
	transform: translate3d(90%,0,0)
}
100% {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
}


