/* 公共样式 */

.col{
  background:#cd0118;
}
.col2{
  background:#CD0118;
}

.fr{float:right;}
.fl{float:left;}
.mar{margin-right: 5px}
/* 导航开始 */
.navbar1{
  margin-bottom: 0px;border:0;
  font-size:16px;
}
.navbar-nav1>li>a{
  color:#fff !important;
  border-right:1px solid #fff !important;
}
.navigation{padding-left:0px;}
.navigation li{list-style: none;float:left;font-size:17px;}
.navigation li .ico{padding-left: 14px;line-height: 33px;background-image:url(../img/6.jpg);background-repeat:no-repeat;background-size: 12px 12px;}
.equinav .navbar-brand {
  display: none;
}
.equinav .navbar-collapse {
  padding: 0 !important;
}

.equinav-collapse .navbar-header {
  float: none;
}
.equinav-collapse .navbar-brand,
.equinav-collapse .navbar-toggle {
  display: block !important;
}
.equina-collapse .navbar-collapse {
  border-top: 1px solid #cd0118 !important;
}
.equinav-collapse .navbar-collapse.collapse {
  display: none !important;
}
.equinav-collapse .navbar-nav {
  float: none !important;
  margin: 0 !important;
}
.equinav-collapse .navbar-nav > li {
  width: auto !important;
  float: none !important;
}
.equinav-collapse .navbar-nav > li > a {
  text-align: left !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.equinav-collapse .navbar-collapse,
.equinav-collapse .navbar-collapse.collapse.in {
 /*  border-top: 1px solid #fff !important; */
  display: block !important;
}
.equinav-collapse .collapsing {
  overflow: hidden !important;
}
.equinav-collapse .dropdown-toggle {
  background-color: #cd0118 !important;
}
.equinav-collapse .dropdown-toggle > .caret {
  display: inline-block !important;
}
.equinav-collapse .dropdown-menu {
  background: none !important;
  float: none !important;
  border: 0 !important;
  box-shadow: none !important;
  position: relative !important;
}
.equinav-collapse .navbar-nav .open .dropdown-menu {
  display: block !important;
}
.equinav-collapse .navbar-nav .open .dropdown-menu > li > a,
.equinav-collapse .navbar-nav .open .dropdown-menu .dropdown-header {
  color: #fff !important;
  padding: 5px 15px 5px 25px !important;
}
.dropdown-menu>li>a{
  color:#fff;
}
.dropdown-menu{background:#cd0118;}
 .dropdown-menu li:hover{
  background:#7e000e !important;
} 
h1 {
  font-size:40px;
  line-height:1.5;
  padding:0;margin:30px 0;
}
/* .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
 background-color: #f5f5f5;
} */
.navbar-nav > li > a:hover {
   background:#7e000e !important; 
  color:#fff !important;
}
.navbar-nav > li:last-of-type > a {
  border:0;
}
.navbar-nav > li> a {
  border:0;
}
@media ( min-width: 768px) {
  .navbar-nav > li > a {
    text-align:center;border-right:1px solid #fff !important;
  }
  .navbar-nav > li:last-of-type > a {
    border-right:0px !important;
  }
 .navbar-nav > li  {
   float:left;
  }
}
/* 二级导航 */
.dropdown-menu{
   /*  width: 100%;
   position: relative;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 0px 0px 0px 0px;
   margin: 0px;
   font-size: 14px;   
   text-align: left;
   list-style: none;
   background-color:#cd0118;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   border: 1px solid #ccc; */
   padding:0px;
} 
.dropdown-menu li a{line-height:33px;}
.dropdown-menu1  li{padding-left:10px;}
.dropdown-menu1  li a{color:#fff;}
.dropdown-menu1 li a:hover{text-decoration: none;}
@media (min-width: 0px) and (max-width: 768px) {
  .navbar-nav > li > a {border:0px !important;
  }
  .navbar-collapse1{
    border-top:0px !important;
  }

  .dropdown-menu li a{margin-left:10px;}
  .dropdown-menu{width: 100%;position: relative;border:0;
  }
}/* 导航结束 */


/* 轮播 */
.item img{width:100%;}
.carousel-control{margin-top:20%;font-size:50px;}
.row2{background:rgba(0,0,0,0.04);}
 /* css 重置 */
        *{margin:0; padding:0; list-style:none; }
        body{ background:#fff; font:normal 12px/22px 宋体;  }
        img{ border:0;  }
        a{ text-decoration:none; color:#333;  }

        /* 本例子css */
        .slideBox{ width:100%; height:427px; overflow:hidden; position:relative; border:1px solid #ddd;  }
        .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
        .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
        .slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
        .slideBox .hd ul li.on{ background:#f00; color:#fff; }
        .slideBox .bd{ position:relative; height:100%; z-index:0;   }
        .slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:100%; height:427px; display:block;  }

        /* 下面是前/后按钮代码，如果不需要删除即可 */
        .slideBox .prev,
        .slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../img/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
        .slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
        .slideBox .prev:hover,
        .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
        .slideBox .prevStop{ display:none;  }
        .slideBox .nextStop{ display:none;  }

@media  screen and  (min-width: 992px) { 
  
  .row2{position: relative;margin-top: -129px;color: #fff;background: rgba(0,0,0,0.2);margin-bottom: 10px;}
   .fix{position: fixed;bottom:0px;} 
 .pingba{height:17.5rem;}
  .single-promo p{ text-decoration:none; color:#fff;  }
  }
.single-promo{padding:15px 26%;}
/* 介绍部分 */
.qcon{margin-top:20px !important;}
/*.qcon img{width:100%;padding:0px;}*/
.qcon{border-bottom:1px solid #7E000C ;}
.qcon img{padding:0px;}
.qpad{padding:0px;}
.title{background:#eaeaea;}
.qtitle,.show{text-align:center;}

.mask{background:rgba(0,0,0,0.3);width:100%;height:100%; position: absolute;display: none;}
/*.center{border-right:1px solid #aaa;height:217.6px;}
.left,.right{height:217.6px;}*/
.right{padding: 0px;}
.right-nav li{list-style: none;float:left;border-bottom: 1px solid #cd0118;border-top: 1px solid #cd0118;text-align:center;}
.right-nav li a{text-align:center;color:#000;font-size:12px;text-decoration: none;line-height: 25px;}
.right-nav .nth:hover,.right-nav .nth1:hover{cursor:pointer;}
/* .right-nav .nth:hover,.right-nav .nth1:hover{background:#cd0118;color:#fff;} */
/* .right-nav .nth1:hover{background:#cd0118;} */
/* .right-nav .nth a:hover,.right-nav .nth1 a:hover{color:#fff !important;} */
.cont{padding:10px 0px 0px 0px;text-indent:2em;height:130px; overflow:hidden;line-height: 30px;letter-spacing:1px;}
.nth,.nth1{border-left:1px solid #cd0118;}
.nth1{border-right:1px solid #cd0118 !important;}
.nth2{text-align:right !important;background:#fff;border-top:1px solid #fff !important;border-bottom: 1px solid #cd0118 !important;}
#nth2{color:#aaa !important;padding-right:3px;}
.right-left,.right-right{padding-top:20px;}

.right-right li{padding:0px;letter-spacing:1px;float:right;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;border-bottom: 1px dashed  #aaa;
line-height:32px;margin-left:5px;background-image: url(../img/6.jpg);background-repeat: no-repeat;background-position: right;}
.right-right >span{margin-right: 5px}
.right-right ul{list-style-type:square  !important;padding-right: 0px}
.right-right ul .spa-list{padding-left:0px;}

#footer{background:#e6e6e6;margin-top:19px;}
.foot{background:#cd0118;text-align: center;color: #fff;font-size:14px;height:auto;line-height: 40px}
.yqlj ul{padding-left:0px;}
.yqlj li{float:left;list-style: none;margin-right:20px;}


/* 02关于中财  董事长致辞chaiSpeAbo.html */
.hov{background:#7e000e;}
.tit{text-align: center;color:#fff;line-height: 50px}
 .sid li{border:1px solid #aaa;margin-top:20px;text-align: center;background:#e8e8e8;font-size:16px;}
.sid{border:1px solid #aaa;list-style: none;padding:0px 20px 20px 20px;}
.sid li a span{padding-left: 24px; background-size: 15px 15px;line-height: 40px;background-image:url(../img/4.jpg);background-repeat:no-repeat;background-position:left center;}
.sid li a .span-nth2{background-image:url(../img/5.jpg)}
.sid li a{line-height:42px;text-decoration: none;color:#333; display: block}
.sid .li-nth2{background:#cd0118;}
.sid .li-nth2 a{color:#fff;}
.dzc{margin-top:20px;}
.dz-cont{border:1px solid #aaa;padding:20px;}
.dz-cont li{list-style: none;margin-top:20px;letter-spacing:1px;text-indent:2em;font-size:16px; line-height:30px;border-bottom:1px dashed #cd0118;}
/* 02公司简介comProfileAbo.html */
.prof{padding-left: 24px;line-height: 40px;background-image:url(../img/8.jpg);background-repeat:no-repeat;background-position:left center;}
.dz-cont-profil li{text-indent:1em;}
/* 02核心团队teamAbo.html */
.dz-cont-profi2 ul li{padding-bottom:10px;letter-spacing:1px;}
.dz-cont-profi2 ul li h4{margin-left:-31px;}
.dz-cont-profi2 ul li h5{text-indent:2em;line-height:25px}
.job{margin:0px 5px;}
/* 02投资理念 philosopAbo.html*/
.phil h4,.cult h4{color:#cd0118;margin-top:22px;}
.phil h5{line-height:32px;padding-left:20px;font-size:16px}
.phil-img{padding-right:10px;}
/* 02中财文化 cultureAbo.html*/
.cult h5{letter-spacing:1px;line-height:30px;font-size:16px;padding-left:20px;}
.prof2{padding-left: 24px;line-height: 40px;background-image:url(../img/10.jpg);background-repeat:no-repeat;background-position:left center;}
/* 03行业动态dongtaiNew.html */
.dz-dong li{text-indent: 0px}
.new{white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
.new:hover{color:#cd0118;cursor:pointer;}
/* 03动态详情detailsNew.html */
.detail h2,.detail h3{text-align: center}
.detail p{text-indent:2em;font-size:16px;line-height:23px;letter-spacing: 1px}
.prig{line-height:22px;margin-top: 40px}
.prig div{text-align: right}
/* 03公司新闻  companyNew.html*/
/* 03新闻详情newsNew.html */
/* 04人才队伍ranksPeo.html */
.peo{margin-bottom: 20px}
.pnth1{text-indent: 0px}
/* 04人才招聘talentPeo.html */
.caption{font-size:16px;}
.zhize{font-size:14px;}
/* 04员工风采staffPeo.html */
.staff li{border:0px;}
.staff li>img{border:1px solid #aaa;}
.staff .zhuti{text-indent: 0px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
/* 04员工风采详情staffDetaiPeo.html */
/* 04社会责任详情socialDetailRes.html */
.titlt1{font-size:16px;background:rgba(0,0,0,0.3);color:#fff;line-height:32px;position: relative;top: -31px;text-align:center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;} 
/* 04社会责任描述 describeRes.html*/
/* 05社会责任 社会责任活动actRes.html */

/* 04业务领域 产业投资businessFie.html */
.busi{border:1px solid #aaa;text-align: center;background: #f7f7f5}
.busi1{padding:5px;}
.busi p{padding:7px;font-size:14px;text-align: left}
.busi h5{font-size: 16px}
.busi p,.busi h5{text-indent: 0px;}
/* 04业务领域 管理咨询consultationFie.html */
/* 04业务领域 基金管理fundFie.html */
/* 04业务领域 票据中心billFie.html */
/* 04业务领域 资产管理assetsFie.html */
/* 04联系我们contactUs.html */
.map{border:0px solid #aaa;}


/* 分页 样式*/
.pagina{text-align: center}
#pageNo{width:30px;}
/* 公司新闻 */
/* 行业动态 */
/* 人力资源 员工风采 */
body{font-family: "Microsoft YaHei",SimSun,'\5b8b\4f53',sans-serif;word-wrap:break-word}

 .qqer,.weier{z-index:99999; position: absolute;border:1px solid #bbb;display: none}


@media ( max-width: 768px) {
    .slideBox{ height:300px; }
    .slideBox .bd img{ height:300px; }
}
