@charset "utf-8";
/* CSS Document */
*
{
	font-family:"微软雅黑";
}
.bg_c_b
{
	background-color:#089CD6;
}
.bg_c_y
{
	background-color:#faad00;
}
.bg_c_w
{
	background-color:#FFF;
}
.bg_c_f5
{
	background-color:#f5f6f8;
}
.c_y
{
	color:#faad00
}
.c_w
{
	color:#fff;
}

.w
{
	width:100%;
}

.h
{
	height:100%;
}

.h_100
{
	height:100px;
}

.m_a
{
	margin:auto;
}

.p_a
{
	padding:auto;
}

.dis_inb
{
	display:inline-block;
}
.dis_in
{
	display:inline;
}
.dis_b
{
	display:block;
}
.m_t_60
{
	margin-top:60px;
}

.m_t_20
{
	margin-top:20px;
}

.m_t_6
{
	margin-top:6px;
}

.m_t_12
{
	margin-top:12px;
}

.m_t_10
{
	margin-top:10px;
}

.m_t_20
{
	margin-top:20px;
}

.m_b_10
{
	margin-bottom:10px;
}
.m_b_6
{
	margin-bottom:6px;
}
.m_b_20
{
	margin-bottom:20px;
}
.p_b_7{
	padding-bottom: 7px;
}

.p_10
{
	padding:10px;
}
.m_10
{
	margin:10px;
}

.p_tb_20
{
	padding:20px 0;
}

.list_s_none
{
	list-style:none;
}

.f_l
{
	float:left;
}

.f_r
{
	float:right;
}

.cb
{
	clear:both;
}

.tc
{
	text-align:center;
}

.tr
{
	text-align:right;
}

.tl
{
	text-align:left;
}

.b_g
{
	border:#ddd 1px solid;
}
.footer
{
	border-top:#418BBB 4px solid;
	color: #464a4c
}

.hidden
{
	display:none;
}

.f_12
{
	font-size:12px;
}

.f_14
{
	font-size:14px;
}

.f_16
{
	font-size:16px;
}

.w_20
{
	width:20%;
}
.w_80
{
	width:80%;
}
.carousel-inner{
	position: relative;
}
.carousel-inner .desc{
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 100%;
	height: 40px;
	line-height: 30px;
	vertical-align: middle;
	background-color:#fff;
	opacity: .5;
}
.carousel-inner .descText{
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 100%;
	height: 30px;
	line-height: 15px;
	color:#000;
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
	font-size: 16px;
}

.dis_inb a {color:#fff;text-decoration:none;font-size:16px;}		/* 未被访问的链接 */
.dis_inb a:link {color:#fff;text-decoration:none;}		/* 未被访问的链接 */
.dis_inb a:visited {color:#fff;}	/* 已被访问的链接 */
.dis_inb a:hover {color:#fff;}	/* 鼠标指针移动到链接上 */
.dis_inb a:active {color:#fff;}	/* 正在被点击的链接 */
.menuRight{
	top:11px;
	right:0px;
	position: absolute;
	float:right;
	width:1px;
	height:16px;
	background-color:silver;
	 
}
.langslt{
	color: #efaf14；
}


/*-----------------------------------------*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(http://www.taiwan.cn/images/cd-top-arrow-red.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}