﻿/*首页*/
.top_wrapper{position: relative;height: 590px;}
.head_wrapper{height: 50px;background: rgba(12,13,9,0.8);position: absolute;top:0;left: 0;width: 100%;z-index: 99;}
.nav_wrapper{height: 100px;background: rgba(255,255,255,0.95);border-bottom:3px solid #cdcdcd;position: absolute;bottom:0;left: 0;z-index: 99;width: 100%;}
.navList{line-height:40px;padding: 13px 0 0;}
.navList>div{float: left;}
.navList>div>p>a{font-size: 14px;color: #666;margin: 0 16px 0 0;}
.navList>div>p>a:first-child{color: #000;margin: 0 25px 0 18px;}
.nav_wrapper .others{margin: 32px 9px 0 0;padding: 26px 0 0;}
.nav_wrapper .others>a{font-size: 14px;color: #000;margin: 0 0 0 15px;padding: 26px 0 0;}
.nav_wrapper .others>a.jipin{background: url("http://www.922365.xyz/t/icon/201711/20171121235704wuFF.png") top center no-repeat;}
.nav_wrapper .others>a.vip{background: url("http://www.922365.xyz/t/icon/201711/20171121235712a8cE.png") top center no-repeat;}
.nav_wrapper .others>a.client{background: url("http://www.922365.xyz/t/icon/201711/20171121235720MsH2.png") top center no-repeat;}
.col_top{height:155px;}
/*footer*/
.footer{width: 100%;background: #a31f03;height: 180px;border-top: 1px solid #aeaeae;}
.footer .foot{width: 1200px;margin: auto;padding-top: 21px; font-size:12px;}
.footer .foot .ftop{height: 65px;}
.footer .foot .ftop .flist{height: 18px;float: left;}
.footer .foot .ftop .flist li{height: 12px;line-height:12px;float: left;padding: 0 8px;border-right: 1px solid #b4b4b4;}
.footer .foot .ftop .flist li a{color: #fff; font-size:12px;}
.footer .foot .ftop .flist li:first-child{padding-left: 0;}
.footer .foot .ftop .flist li:last-child{border: none;}
.footer p{float: right;color: #fff;}
.footer .foot .fbtm{width: 390px;margin: auto;color: #b4b4b4;text-align: center;line-height: 26px;}

/* 返回顶部 */
.backTop{ position:fixed; right:30px; bottom:30px;}
#backTop{ background:url(../img/back.png) no-repeat; width:57px; height:57px; display:block;}
@charset "UTF-8";
/* CSS Document */
/*清除格式*/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, dl, dt, dd, ul, ol, li, pre,
form, fieldset, button, input,legend,div,
img{ border:medium none; margin: 0; padding: 0;}
/*h5新标签*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{ display:block;}
/* 重置表格元素 */
table { border-collapse: collapse; border-spacing: 0;}
em,i{font-style: normal;}
img{ border:none;}
/* 重置列表元素 */
ul, ol,li{ list-style: none; }
body{color:#333;overflow-x: hidden;font-family: "Microsoft Yahei";font-size: 14px;}
/*字体*/
body,div,a,p,li,span{font-family: "Microsoft Yahei";}
/*清除浮动*/
.clear{ clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{ clear:both; content:'.'; display:block; height:0; visibility:hidden;}
.clearfix{ zoom:1;}

a{ text-decoration:none;}
a:hover{text-decoration:none;color:#FF6428;}

.wrap{ width:1200px; margin:0 auto;}

/*边距*/
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}
.mt50{ margin-top:50px;}
.mr10{ margin-right:10px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}
.ml15{ margin-left: 15px;}
.ml20{ margin-left:20px;}

.w100{ width:100%;}
.text-align{ text-align:center;}
/*display*/
.hidden{display:none;}
.show{display:block;}
/*浮动*/
.fl{float:left;}
.fr{float:right;}
.overflow{overflow:hidden;}
/*定位*/
.pr{position: relative;}
.pa{position: absolute;}
.pf{position: fixed;}

