﻿@charset "utf-8";
.toutubd{wdith:0;height:0;display:none;float:left;}
/*-- 全局reset
-------------------------------------------*/

html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
a:hover{text-decoration: none;}
body {font-family: 
    font: 12px/1.5 'Century Gothic','Microsoft yahei','Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';
    color: #333;
    background-color: #f9f9f9;
}

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}

ul,
ol,li {
    list-style: none;
}

/*重置列表*/
fieldset, img {
    border: 0 none;
    vertical-align: top;
}

/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

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%;
    outline: none;
}

/*
form label {
    cursor: pointer;
}
*/

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;

}

a:hover {
    text-decoration: none;
}

a.special,
.special a {
    color: #1eb37b;
}

a.special:hover,
.special a:hover {
    color: #1eb37b;
    text-decoration: none;
}

/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}

.imglogo{width:240px;height:150px;display:none;}

/*-- 字号、颜色、外边距、内补丁、居中、行高、显示、隐藏
--------------------------------------------------------------------------*/
.c-333 {
    color: #333;
}

.c-666 {
    color: #666;
}

.c-999 {
    color: #999;
}

.c-green {
    color: #1fb079;
}

.c-orange {
    color: #fc714c;
}

.c-reg {
    color: #d90106;
}

/* 字号 */
.f9 {
    font-size: 9px;
    -webkit-text-size-adjust: none;
}

.f12,
.fb12 {
    font-size: 12px;
}

.simsun {
    font-family: SimSun;
}

.f14,
.fb14 {
    font-size: 14px;
}

.f16,
.fb16 {
    font-size: 16px;
}

.f18,
.fb18 {
    font-size: 18px;
}

.f20,
.fb20 {
    font-size: 20px;
}

.fb,
.fb12,
.fb14,
.fb16,
.fb18,
.fb20 {
    font-weight: 700;
}

/* 隐藏 居中 */

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.show {
    display: block;
}

.hide {
    display: none !important;
}

/*文字隐藏,省略号*/
.ti,
.te {
    white-space: nowrap;
    overflow: hidden;
}

.ti {
    text-indent: -999em;
}

.te {
    text-overflow: ellipsis;
}

/*foot*/
.foot_all {
	height: 60px;
	width: 100%;
	background-color: #E9E9E9;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float:left;
}
.footers {
	height: 60px;
	width: 100%;
	background-color: #E9E9E9;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
	bottom: 0;
	/*filter:alpha(opacity=80);   
      -moz-opacity:0.8;   
      -khtml-opacity: 0.8;   
      opacity: 0.8;  */
}
.ft_font {
	width: 100%;
	height: 20px;
	line-height: 20px;
	float: right;
	color: #5B5B5B;
	margin-top: 17px;
	display: inline;
	font-size: 14px;
	text-align: center;
}
.ft_font a {
	color: #5b5b5b;
}

/*foot-fix*/
.fixed-left {
	width: 72px;
	height: 298px;
	position: fixed;
	z-index: 99299;
	right: 30px;
	top: 50%;
	margin-top: -149px;font-family:"微软雅黑";
}
.fixed-left ul li {
	width: 72px;
	text-align: center;
	font-size: 14px;
	height: 72px;
}
.fixed-left .flaa {
	
	width: inherit;
	height: inherit;
	display: block;
	padding-top: 44px;
}
.fixed-left .flaa:hover{color:#fff;}
.fixed-left ul li a {
	cursor: pointer;
}
.fixed-left ul li.kefu {
	color: #1169b4;
	background:#c6deff url(../../images/tailai/icon_share_qq.png) center 12px no-repeat;
	position: relative;
}
.fixed-left ul li.kefu:hover {
	color: #fff;
	background: #1169B4 url(../../images/tailai/icon_share_qq.png) center 12px no-repeat;
}
.fixed-left ul li.kefu .sao {
	display: none;
	position: absolute;
	right: 100%;
	top: 0;
	width: 192px;
	height: 168px;
	background: url(../../images/tailai/fixed-bgkf.png) no-repeat;
}
.fixed-left ul li.kefu .sao p {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	padding-right: 8px;
}
.fixed-left ul li.kefu .sao img {
	width: 79px;
	height: 25px;
}
.fixed-left ul li.kefu:hover .sao {
	display: block;
}
.kfs_out {
	width: 170px;
	height: 25px;
	line-height: 25px;
	float: left;
	margin: 12px 0 0 5px;
}
.kfs_tt {
	width: 85px;
	height: 25px;
	float: left;
	line-height: 25px;
	color:#000;overflow:hidden;
}
.kfs_p {
	width: 79px;
	height: 25px;
	float: left;
	line-height: 25px;
}
.kfs_p img {
	width: 79px;
	height: 25px;
	float: left;
	line-height: 25px;
}
.fixed-left ul li.weixin {
	color: #1169B4;
	margin-top: 2px;
	background: #c6deff url(../../images/tailai/icon.png) center 12px no-repeat;
	position: relative;
}
.fixed-left ul li.weixin:hover {
	color: #fff;
	background: #1169B4 url(../../images/tailai/icon.png) center 12px no-repeat;
}
.fixed-left ul li.weixin .sao {
	display: none;
	position: absolute;
	right: 100%;
	top: -60px;
	width: 158px;
	height:336px;
	background: url(../../images/tailai/fixed-bg.png) no-repeat;
}
.fixed-left ul li.weixin .sao p {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	padding-right: 8px;
	margin-top: 3px;
}
.fixed-left ul li.weixin .sao img {
	width: 116px;
	height: 116px;
	padding-right: 8px;
}
.fixed-left ul li.weixin:hover .sao {
	display: block;
}
.fixed-left ul li.phone {
	margin-top: 2px;
	background: #c6deff url(../../images/tailai/phone.png) center 12px no-repeat;
	position: relative;
}
.fixed-left ul li.phone:hover {
	background: #1169B4 url(../../images/tailai/phone.png) center 12px no-repeat;
}
.fixed-left ul li.phone .p_hover {
	display: none;
	position: absolute;
	right: 100%;
	top: 0;
	width: 235px;
	height:110px;
	background: #1169B4;
	padding-top: 10px;

}
.fixed-left ul li.phone .p_hover span {
	width:220px;
	height: 25px;
	float:left;
	font-size: 16px;
	color: #fff;text-align: left;
	line-height: 25px;margin-left:18px;
}
.fixed-left ul li.phone:hover .p_hover {
	display: block;
}
.fixed-left ul li.back_top {
	border-top: 2px solid #fff;
	background: #c6deff url(../../images/tailai/back_top.png) center 12px no-repeat;
	position: relative;
}
.fixed-left ul li.back_top:hover {
	background: #1169B4 url(../../images/tailai/back_top.png) center 12px no-repeat;
}
