body{
	margin:0;
	padding:0;
	}
dl,dt,dd,ol,ul,li,header,foot,nav,article,section,mark,time{
	padding:0;
	margin:0;
	vertical-align: middle;
	}

img {
    border: 0 none;
    height: auto;
	max-width: 100%;
    vertical-align: middle;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
a{}
a:hover,
a:active {
  outline: 0;
}
.appWrapper{
	min-height:1px;
}
/* 对齐类 */
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
.fl{
	float:left;
	}
.fr{
	float: right;
	}

/* 标题 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 160%;
  color: inherit;
  text-rendering: optimizelegibility;
}
/* 文字段落 */
h1{
	font-size:60px;
	}
h2{
	font-size:36px;
	}
h3{
	font-size:26px;
	}
h4{
	font-size:16px;
	}
h5{
	font-size:14px;
	}
h6{
	font-size:12px;
	}
#logoPanel,#navPanel{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }

@media (max-width: 960px) {
	h1{
		font-size:50px;
		}
	h2{
		font-size:32px;
		}
	h3{
		font-size:22px;
		}
	h4{
		font-size:16px;
		}
	h5{
		font-size:14px;
		}
	h6{
		font-size:12px;
		}
	}
@media (max-width: 767px) {
	h1{
		font-size:42px;
		}
	h2{
		font-size:24px;
		}
	h3{
		font-size:18px;
		}
	h4{
		font-size:16px;
		}
	h5{
		font-size:14px;
		}
	h6{
		font-size:12px;
		}
	}
@media (max-width: 480px) {
	h1{
		font-size:32px;
		}
	h2{
		font-size:20px;
		}
	h3{
		font-size:16px;
		}
	h4{
		font-size:14px;
		}
	h5{
		font-size:12px;
		}
	h6{
		font-size:11px;
		}
	}
p{
	margin:0 0 10px 0;
	line-height:160%;
	}
p:last-child{
	margin-bottom:0;
	}
.fb{
	font-weight:bold;
	}
.underline{
	text-decoration:underline;
	}
.no_underline{
	text-decoration: none;
	}
/* 缩略提示语 */
abbr[title], abbr[data-original-title] {
    border-bottom: 1px dotted #999999;
    cursor: help;
}
/* 有序、无序、无样式列表 */
ul,ol{
	margin: 0 0 10px 20px;
    padding: 0;
	}
li {
    line-height: 20px;
}
ul.unstyled, ol.unstyled {
    list-style: none outside none;
    margin-left: 0;
}
/* 标题描述 */

dl{
	margin-bottom:10px;
	}
dl:last-child{
	margin-bottom:0;
	}
dt{
	font-weight:bold;
	}
dt, dd{
	line-height:20px;
	}
dd {
    margin-left: 10px;
}
/* 表单  */
.radio, .checkbox {
    min-height: 20px;
    padding-left: 20px;
}
label {
    display: block;
    margin-bottom: 5px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.inputBlock {
	padding-left:1%;
	width: 99%;
	}
.textareaBlock {
	padding-left:1%;
	width: 99%;
	resize:none;
	}
/* 行内复选框 */
.radio.inline, .checkbox.inline {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 5px;
    vertical-align: middle;
}
.radio, .checkbox {
    min-height: 20px;
    padding-left: 20px;
}
/* 手机导航 */
@media (max-width: 767px) {	
	.phoneDropMenu li{
		display:none;
	}
	.phoneDropMenu li.topMenu{
		display:block;
	}
	.phoneDropMenu.active li{
		display:block;
	}
}

/* 显示类 */
.visible-phone{}
.visible-tablet{}
.visible-desktop{}
.hidden-phone{}
.hidden-tablet{}
.hidden-desktop{}

.hidden{
	display:none;
	}
.inline{
	display:inline-block;
	}
.block{
	display:block;
	}
.text-visible-phone {
  display: none !important;
}
.text-visible-tablet {
  display: none !important;
}
.text-hidden-desktop {
  display: none !important;
}
.text-visible-desktop {
  display: inline-block !important;
}

	
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: none !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  
  
  .text-hidden-desktop {
    display: inline-block !important;
  }
  .text-visible-desktop {
    display: none !important ;
  }
  .text-visible-tablet {
    display: inline-block !important;
  }
  .text-hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
   }
  .hidden-phone {
    display: none !important;
  }
  
  .text-hidden-desktop {
    display: inline-block !important;
  }
  .text-visible-desktop {
    display: none !important;
  }
  .text-visible-phone {
    display: inline-block !important;
   }
  .text-hidden-phone {
    display: none !important;
  }
}

/* layout */
.row-fluid{
	position:relative;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  position:relative;
 }
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}



/* clearSpanMargin */
   .row-fluid.clearSpanMargin [class*="span"] {
	   margin-left:auto;
	   }
   .clearSpanMargin.row-fluid .span11 {
	  width: 91.66666666666663%;
	 }
	.clearSpanMargin.row-fluid .span10 {
	  width: 83.3333333333333%;
	 }
	.clearSpanMargin.row-fluid .span9 {
	  width: 74.99999999999997%;
	 }
	.clearSpanMargin.row-fluid .span8 {
	  width: 66.66666666666664%;
	 }
	.clearSpanMargin.row-fluid .span7 {
	  width: 58.333333333333314%;
	 }
	.clearSpanMargin.row-fluid .span6 {
	  width: 49.999999999999986%;
	 }
	.clearSpanMargin.row-fluid .span5 {
	  width: 41.66666666666665%;
	 }
	.clearSpanMargin.row-fluid .span4 {
	  width: 33.33333333333332%;
 	}
	.clearSpanMargin.row-fluid .span3 {
	  width: 24.999999999999993%;
	 }
	.clearSpanMargin.row-fluid .span2 {
	  width: 16.66666666666666%;
	 }
	.clearSpanMargin.row-fluid .span1 {
	  width: 8.33333333333333%;
	}
   
   /* clearSpanMargin */
   
   
   
   
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12:first-child {
  width: 100%;
  margin:0 auto;
	float:none ;
 }
.row-fluid .span11 {
  width: 91.48936170212765%;
 }
.row-fluid .span10 {
  width: 82.97872340425532%;
 }
.row-fluid .span9 {
  width: 74.46808510638297%;
 }
.row-fluid .span8 {
  width: 65.95744680851064%;
 }
.row-fluid .span7 {
  width: 57.44680851063829%;
 }
.row-fluid .span6 {
  width: 48.93617021276595%;
 }
.row-fluid .span5 {
  width: 40.42553191489362%;
 }
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
 }
.row-fluid .span2 {
  width: 14.893617021276595%;
 }
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
 }
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
 }
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
 }
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
 }
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
 }
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
 }
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
 }
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
 }
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
 }
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
 }
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
 }
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
 }
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
 }
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
 }
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
 }
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
 }
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
 }
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
 }
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
 }
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
 }
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
 }
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
 }
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
 }
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
 }
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
@media (max-width: 767px) {
  body {
    }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  /* clearSpanMargin */
   .row-fluid.clearSpanMargin [class*="span"] {
	  float: none;
		display: block;
		width: 100%;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	   }
   
   
   /* clearSpanMargin */
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
 
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
   }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12:first-child {
    width: 100%;
	margin:0 auto;
	float:none ;
   }
  .row-fluid .span11 {
    width: 91.43646408839778%;
   }
  .row-fluid .span10 {
    width: 82.87292817679558%;
   }
  .row-fluid .span9 {
    width: 74.30939226519337%;
   }
  .row-fluid .span8 {
    width: 65.74585635359117%;
   }
  .row-fluid .span7 {
    width: 57.18232044198895%;
   }
  .row-fluid .span6 {
    width: 48.61878453038674%;
   }
  .row-fluid .span5 {
    width: 40.05524861878453%;
   }
  .row-fluid .span4 {
    width: 31.491712707182323%;
   }
  .row-fluid .span3 {
    width: 22.92817679558011%;
   }
  .row-fluid .span2 {
    width: 14.3646408839779%;
   }
  .row-fluid .span1 {
    width: 5.801104972375691%;
   }   
   
   /* clearSpanMargin */
   .row-fluid.clearSpanMargin [class*="span"] {
	   margin-left:auto;
	   }
   .clearSpanMargin.row-fluid .span11 {
	  width: 91.66666666666663%;
	 }
	.clearSpanMargin.row-fluid .span10 {
	  width: 83.3333333333333%;
	 }
	.clearSpanMargin.row-fluid .span9 {
	  width: 74.99999999999997%;
	 }
	.clearSpanMargin.row-fluid .span8 {
	  width: 66.66666666666664%;
	 }
	.clearSpanMargin.row-fluid .span7 {
	  width: 58.333333333333314%;
	 }
	.clearSpanMargin.row-fluid .span6 {
	  width: 49.999999999999986%;
	 }
	.clearSpanMargin.row-fluid .span5 {
	  width: 41.66666666666665%;
	 }
	.clearSpanMargin.row-fluid .span4 {
	  width: 33.33333333333332%;
 	}
	.clearSpanMargin.row-fluid .span3 {
	  width: 24.999999999999993%;
	 }
	.clearSpanMargin.row-fluid .span2 {
	  width: 16.66666666666666%;
	 }
	.clearSpanMargin.row-fluid .span1 {
	  width: 8.33333333333333%;
	}
   
   /* clearSpanMargin */
   
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
   }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
   }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
   }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
   }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
   }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
   }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
   }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
   }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
   }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
   }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
   }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
   }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
   }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
   }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
   }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
   }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
   }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
   }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
   }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
   }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
   }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
   }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
   }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
   }
   
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
   
}

@media (min-width: 1200px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
   }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12:first-child {
    width: 100%;
	margin:0 auto;
	float:none ;
   }
  .row-fluid .span11 {
    width: 91.45299145299145%;
   }
  .row-fluid .span10 {
    width: 82.90598290598291%;
   }
  .row-fluid .span9 {
    width: 74.35897435897436%;
   }
  .row-fluid .span8 {
    width: 65.81196581196582%;
   }
  .row-fluid .span7 {
    width: 57.26495726495726%;
   }
  .row-fluid .span6 {
    width: 48.717948717948715%;
   }
  .row-fluid .span5 {
    width: 40.17094017094017%;
   }
  .row-fluid .span4 {
    width: 31.623931623931625%;
   }
  .row-fluid .span3 {
    width: 23.076923076923077%;
   }
  .row-fluid .span2 {
    width: 14.52991452991453%;
   }
  .row-fluid .span1 {
    width: 5.982905982905983%;
   }
   /* clearSpanMargin */
   .row-fluid.clearSpanMargin [class*="span"] {
	   margin-left:auto;
	   }
   .clearSpanMargin.row-fluid .span11 {
	  width: 91.66666666666663%;
	 }
	.clearSpanMargin.row-fluid .span10 {
	  width: 83.3333333333333%;
	 }
	.clearSpanMargin.row-fluid .span9 {
	  width: 74.99999999999997%;
	 }
	.clearSpanMargin.row-fluid .span8 {
	  width: 66.66666666666664%;
	 }
	.clearSpanMargin.row-fluid .span7 {
	  width: 58.333333333333314%;
	 }
	.clearSpanMargin.row-fluid .span6 {
	  width: 49.999999999999986%;
	 }
	.clearSpanMargin.row-fluid .span5 {
	  width: 41.66666666666665%;
	 }
	.clearSpanMargin.row-fluid .span4 {
	  width: 33.33333333333332%;
 	}
	.clearSpanMargin.row-fluid .span3 {
	  width: 24.999999999999993%;
	 }
	.clearSpanMargin.row-fluid .span2 {
	  width: 16.66666666666666%;
	 }
	.clearSpanMargin.row-fluid .span1 {
	  width: 8.33333333333333%;
	}
   
   /* clearSpanMargin */
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
   }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
   }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
   }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
   }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
   }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
   }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
   }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
   }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
   }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
   }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
   }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
   }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
   }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
   }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
   }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
   }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
   }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
   }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
   }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
   }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
   }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
   }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
   }
  
}
/* layout End */

.appContent{
	position:relative;
}
	
img.responsiveImage{
	max-width:100%;
}

.videoPlayerBtn{
	border-radius:100%;	
	width:70px;
	height:70px;
	background:rgba(0,0,0,0.7);
	background:#000/0;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	margin:-35px 0 0 -35px;
	text-align:center;
	line-height:70px;
	transition:  0.25s ease-in 0.2s;
	}
.videoPlayerBtn i{
	margin-top:23px;
	display:inline-block;
 	width:0;
	height:0;
	border-width:12px 0 12px 12px;
	border-style:solid;
	border-color: transparent transparent transparent #fff;
	transition:  0.25s ease-in 0s;
	}
.videoPlayerBtn:hover{
 	box-shadow:0 0 30px #5E96F5;
	transition:  0.25s ease-in 0s;
	background:rgba(0,0,0,1);
	}
	
.videoPlayerBtn:hover i{
 	border-color: transparent transparent transparent #5E96F5;
	transition:  0.25s ease-in 0s;
	}
.fixBackTop{
	width:40px;
	height:40px;
	border-radius:5px;
	background:rgba(0,0,0,0.6);
 	position:fixed;
	text-align:center;
	right:10px;
	bottom:10px;
	z-index:999;
	display:none;
	}
.fixBackTop:hover{
	background:rgba(0,0,0,0.95);
	}
.fixBackTop b{
	height:12px;
	width:8px;
	display:block;
	background:#fff;
	overflow:hidden;
	margin:18px auto 0 auto;
	}
.fixBackTop i{
	width:0;
	height:0;
	overflow:hidden;
	display: inline-block;
	border-width:0 10px 10px 10px;
	border-style:solid;
	border-color:transparent transparent #fff transparent;
	position:absolute;
	left:50%;
	margin-left:-10px;
	top:10px;
	}
.noQuickMenu #span_quickMenuPanel{
	display:none;
	}
.quickMenu{
	text-align:right;
	}
	
/* shareIcon */
.row_position{
	z-index:100;
}