/*@charset "gb2312";*/
/**

 * ----------------------------------------------------------------------------

 * $hack :ie 6 _  \ ie7 *+ \  ie6,ie7 *  \  ie7,firefox !important ie9, \9
*/
/**
 +------------------------------------------------------------------------------
 * 网站样式重写
 +------------------------------------------------------------------------------
 * @comefrom  互联网
 * @subpackage  RBAC 
 +------------------------------------------------------------------------------
 */
 html{-webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/}
 body{ color:#666666; font-family:"微软雅黑", Arial, Helvetica, sans-serif; font-size:20px; min-width:1200px; }
 * {}
a{outline:none; text-decoration:none;} a:hover{ text-decoration:underline;}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
body{font-size:14px;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} em,i{ font-style:normal;}



/**
 +------------------------------------------------------------------------------
 * Public Class
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }.clearfix {display:block;}.clear{ clear:both;}/* 清除浮动*/
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.strong{ font-weight: bold;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ -khtml-opacity: 0.5; opacity: 0.5; } .break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}

.tal{ text-align:left} .tar{ text-align:right;}

/*文字两侧对齐*/
.justify {
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}

.toe{
	/*超出省略号*/
	 word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
@media screen and (-webkit-min-device-pixel-ratio:0){/* chrome*/
	.justify:after{
		content:".";
		display: inline-block;
		width:100%;
		overflow:hidden;
		height:0;
	}
}


/* 兼容IE6的定位属性fixed，固定不动样式 */
.fixed{
	position:fixed; 
	clip:rect(0 100% 100% 0);
	_position:absolute;
	
	/* 底部 */
	 top:0px;
	left:0px;
	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
	
	/* 左侧 */
	/*left:0px;*/
	/*_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);*/
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
}
/* 解决固定层在IE6下闪的问题 */
*html{
	background-image:url(about:blank);
	background-attachment:fixed;
}


/*png图片ie6下透明滤镜实现写法*/
.pngimg{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/x.png');}

/**
 +------------------------------------------------------------------------------
 * FCK 兼容解决方案
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
em{ font-style:normal;} strike{ text-decoration:line-through !important;} strong{ font-weight:bold !important; text-indent:0;} u{ text-decoration:underline !important;}

/**
 +------------------------------------------------------------------------------
 * 表单样式
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */

/**
 +------------------------------------------------------------------------------
 * 网站整体颜色总汇
 +------------------------------------------------------------------------------
 * @codex  颜色:使用颜色的名称或者16进制代码,如 
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.ff8600,ff86aa a{ color:#ff8600;}

/**
 +------------------------------------------------------------------------------
 * 网站整字体大小
 +------------------------------------------------------------------------------
 * @codex   字体大小,直接使用"font+字体大小"作为名称,如
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.font14px{ font-size:14px;}
.font9pt{ font-size:9pt;}
/*自定义字体*/
/* @font-face {  font-family: danley;  src: url('../font/danley.ttf');  }  .danley {  font-family: danley; } */


/**
 +------------------------------------------------------------------------------
 * 网站整布局命名规范
 +------------------------------------------------------------------------------
 * @codex   id和class命名采用该版块的英文单词或组合命名 如:newRelease
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */

a{ color:#666666; text-decoration:none; font-size:20px}
a:hover{ color:#d90000; text-decoration:none}
.weap{ width:1024px; margin:0 auto;}
.mb10{ margin-bottom:10px !important}
.mb20{ margin-bottom:20px !important}
.mb15{ margin-bottom:15px !important}
.mb25{ margin-bottom:25px !important}
.mr-20{ margin-right:20px;}
.pb20{ padding-bottom:20px !important}
.brl{ border:1px solid #c5dcee; border-top:none;}
.col-320{ width:320px}
.col-270{ width:270px}
.col-660{ width:660px}


.top-tis{height:330px;    background:#ffa0af; font-size:16px; color:#fff; position:relative; z-index:999;  }
.top-tis .weap{ position:relative;}
.top-tis .txt{ font-size:16px; line-height:28px; padding:10px  0;   }
.top-tis .close{ width:47px; height:42px; background:url(../images/t-close.png) no-repeat center; position:absolute; right:20px;top:14px; cursor:pointer}
.top-tis .more2{ position:absolute; right:0;top:50px; z-index:9; display:none}
.top-tis.abc .more2{ display:block}


.header{ height:815px; position:relative;}
.header .menu{ height:82px; padding-top:30px; position:absolute;top:0; left:0; right:0; z-index:999}
.header .menu.non{ position:fixed;background: url(../images/t.png);
    border-bottom: 2px solid #fff; padding-top:20px;}
.header .menu .weap{ position:relative}
.header .menu ul{ padding-top:50px;}
.header .menu li{ float:left; padding-right:14px;}
.header .menu li a{ float:left; display:block; color:#fff; font-size:14px; font-family:"微软雅黑";  padding-bottom:5px;}
.header .menu li a:hover,.header .menu li.current a{ border-bottom:3px solid #ffb7c4;}
.header .tel{ height:40px; color:#fff; background:url(../images/h-2.png) no-repeat left bottom; padding-left:25px; font-size:15px; font-family:"微软雅黑"; position:absolute; right:0; top:0;}
.header .tel p{ font-size:22px; font-family:Arial, Helvetica, sans-serif}
.header .bd{ position:relative; z-index:12;  }
.header .bd ul{ width:100% !important; }
.header .bd li{ width:100% !important;  height:815px; }
.header .bd li a{ position:absolute; width:100%; height:815px; display:block; z-index:1; background-position:center top; background-repeat:no-repeat; z-index:13 }
.header .hd{ right:0;  position:absolute; z-index:13; bottom:127px; left:0; height:30px; line-height:30px; text-align:center; }
.header .hd ul li{ cursor:pointer; display:inline-block; *display:inline; *zoom:1; width:10px; height:10px; margin:4px; background:url(../images/h-3.png) no-repeat 0 0;  }
.header .hd ul .on{background:url(../images/h-3.png) no-repeat 0 -10px;}	

.header .x-s{ position:absolute; z-index:13; left:50%; margin-left:-600px; bottom:0; width:286px; height:263px; background:url(../images/h-1.png) no-repeat center bottom}

.f1{ padding-top:25px;}
.f4{ background:#f7f7f7}
.f5{ padding-top:38px; background:#f7f7f7; position:relative;}
.f5 .weap{ position:relative}
.f5 .links{ display:block; position:absolute; width:140px; height:52px;z-index:9}
.f5 .links.l-1{top:160px; left:170px}
.f5 .links.l-2{top:160px; left:520px}
.f5 .links.l-3{top:160px; left:870px}
.f5 .links.l-4{top:456px; left:170px}
.f5 .links.l-5{top:456px; left:520px}
.f5 .links.l-6{top:456px; left:870px}
.f12{ background:#a6433d url(../images/f12-bg.jpg) no-repeat bottom center}
.f12 .box{ height:1518px; overflow:hidden}
.f12 .box ul li{ width:234px; float:left; margin-right:156px;}
.f12 .box ul{ width:1200px; overflow:hidden}
.f12 .jgz{ font-size:70px; color:#fff; font-family:Impact; background:url(../images/f12-jg.gif) no-repeat left 48px; padding-left:60px;}
.f12 .jgg{ font-size:70px; color:#fff; font-family:Impact; background:url(../images/f12-jg-1.gif) no-repeat left 10px; padding-left:60px;}
.f12 .txt{ font-size:18px; color:#fff; height:212px; line-height:30px; padding-top:10px;}
.f12 .line{ height:10px; border-bottom:1px solid #fff; margin:35px 0}

.f13{ padding-top:30px;}
.f13 .plo{ height:55px; padding-left:10px; border-left:10px solid #df3536; overflow:hidden; margin-bottom:40px;}
.f13 .plo.plo-2{border-left:10px solid #07a5d2;}
.f13 .plo.plo-3{border-left:10px solid #64d57b; line-height:50px;}
.f13 .plo h3{ font-size:22px;}
.f13 .plo h3 p{ font-size:17px; padding-top:5px;}
.f13 .tel{ font-size:12px;}
.f13 .tel p{ font-size:22px; font-family:Arial, Helvetica, sans-serif}
.table {
    width: 100%;
    empty-cells: show;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:40px;
}
.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
}
.table-border.table-bordered {
    border-bottom: 0;
}
.table th{ height:49px; line-height:49px; background:#df3536; color:#fff; text-align:center}
.table.table-2 th{background:#07a5d2;}
.table td { height:33px; line-height:33px;}
.table th, .table td {
    padding: 8px;
	font-size:21px
}
.table-border th, .table-border td {
    border-bottom: 1px solid #ddd;
}
.table-border th, .table-border td {
    border-bottom: 1px solid #ddd;
}
.table-bordered th, .table-bordered td {
    border-left: 1px solid #ddd;
}
.table .h-2{ background:#e5f9fa; border-left:8px solid #4adafc}
.table span,.table a{ display:block; text-align:center; color:#fff;}
.table span{ background:#dde1e2}
.table a{ background:#07a5d2}

.table-3 .hd{ height:65px; overflow:hidden; margin-bottom:15px;}
.table-3 .hd ul{ width:1300px}
.table-3 .hd li{ width:108px; text-align:center;  height:65px; color:#fff; background:#64d57b; font-size:16px; font-family:"微软雅黑"; margin-right:5px; float:left; line-height:65px; cursor:pointer}
.table-3 .hd li.li-2{ padding-top:15px; height:50px; line-height:normal}
.table-3 .hd li.on{ background:#f6c87a}
.table-3 .table{border: 1px solid #ddd;}
.f14{ position:relative;}
.f14 .links{ display:block; position:absolute; width:230px; margin-left:-115px; height:57px;z-index:9; left:50%;  top:570px}

.f15{ padding-top:45px;}
.f15 .list{ overflow:hidden; margin-bottom:30px;}
.f15 .list ul{ width:1200px}
.f15 .list li{ width:320px; float:left; font-size:17px; margin-right:29px;}
.f15 .list h3{ padding:25px 0; font-size:22px}
.f15 .txt{ line-height:30px; font-family:"微软雅黑"}

.logo-list{ height:85px; position:relative;}
.logo-list .bd{ width:940px; margin:0 auto; height:85px; overflow:hidden}
.logo-list .prev{ display:block; width:32px; height:85px; position:absolute; z-index:9; left:0;top:0; background:url(../images/prev.gif) no-repeat center}
.logo-list .next{ display:block; width:32px; height:85px; position:absolute; z-index:9; right:0;top:0; background:url(../images/next.gif) no-repeat center}
.logo-list .bd li{ float:left; width:179px; height:83px; border:1px solid #ddd; margin-right:8px;}

.f16{ padding-top:40px;}
.f17{ padding-top:40px; margin-bottom:40px}

.footer{ height:142px; background:#fe7f94; font-size:18px; color:#fff; font-family:"微软雅黑"; line-height:30px;}
.footer .weap{ padding-top:35px; position:relative;}
.footer .footer-logo{ position:absolute; z-index:9; right:0;top:35px;}

.tis-tc{ width:745px; height:443px; background:#fe7f93 url(../images/tis-tc.jpg) no-repeat center}
.tis-tc .links{ text-align:center; width:745px; padding-top:340px}
.tis-tc .links a{ display:inline-block; *display:inline; *zoom:1; margin:0 10px}

.p-f{ width:170px; padding-left:45px; background:url(../images/p-f-bg.png) no-repeat center top; padding-top:223px}
.p-f .ewm{ text-align:center; font-size:12px; color:#fff; margin-bottom:1px; width:132px; background:#f5c879; line-height:24px; padding-bottom:10px;}
.p-f .zfb{ text-align:center; font-size:12px; color:#fff; margin-bottom:1px; width:132px; background:#fe7f93; line-height:24px; padding-bottom:10px;}
.p-f .tel{ text-align:center; font-size:16px; color:#fff;   width:132px; background:#e14747; line-height:24px; padding-bottom:5px; font-family:"微软雅黑"; padding-top:5px;}