@charset "UTF-8";
/*top*/
.clear{
  clear: both;
}
.hide{
  display: none;
}

.navbar-nav {
  display: inline-block;
  margin-top: 10px;
  margin-left: 255px;
}

.navbar-nav li {
  display: inline-block;
}

.navbar-nav li a, .navbar-nav li a:visited {
  display: block;
  padding: 10px 15px;
  color: #333333;
  font-size: 14px;
}

.navbar-nav li a:hover{
  color: #006cda;
}

.navbar-nav li.active a {
  background-color: transparent;
}

.navbar-left {
  display: inline-block;
}

.navbar-toolbar {
  position: absolute;
  right: 0;
  top: 16px;
}

/* 纯文字按钮 */
.btn {
  display: inline-block;
  padding: 6px 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  border: 0;
  background-color: transparent;
  /* 主按按钮 */
  /* 次按钮 */
  /* 幽灵按钮 */
  /* 虚线按钮 */
}

.btn-primary {
  border: 1px solid #67ad03;
  background-color: #67ad03;
}

.btn-side {
  border: 1px solid #ffb122;
  background-color: #ffb122;
}

.btn-ghost {
  border: 1px solid #d9d9d9;
  background-color: #fff;
}

.btn-dashed {
  border: 1px dashed #d9d9d9;
  background-color: #fff;
}

/*banner*/
.banner {
  max-width: 1920px;
  margin: 0 auto;
}

.banner-bg {
  width: 100%;
  height: 196px;
  background: url(/BsfwtWeb/apps/images/banner.png) no-repeat center;
}

.banner-form {
  margin-left: 650px;
  position: relative;
}

.banner-form .btn {
  width: 100px;
  height: 40px;
  border: none;
  border-radius: 0;
}

.banner-form input {
  width: 485px;
  height: 40px;
  margin-top: 70px;
  text-indent: 40px;
  border: none;
}

.banner-form img {
  position: absolute;
  left: 15px;
  top: 81px;
}

.banner .hotserch {
  margin-left: 650px;
  color: #fff;
}

.banner .hotserch a {
  color: #fff;
  padding-right: 10px;
}

/*content*/
.sidenav {
  height: 111px;
}

.sidenav li {
  height: 92px;
  position: relative;
  display: inline-block;
  padding: 0 47px 17px;
  margin-top: 20px;
  text-align: center;
}

.sidenav li a {
  color: #666;
  display: block;
  margin-bottom: 12px;
}

.sidenav li.active:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  /*border-left: 4px solid #fa4246;*/
  z-index: 10;
}

.media {
  position: relative;
  padding: 10px 15px;
  display: inline-block;
  /*border-bottom: 1px dashed #e5e5e5;*/
}

.media-left {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.media-title{
  font-weight: normal;
}
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-toolbar {
  position: absolute;
  top: 10px;
  right: 15px;
}
.main_box{
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 14px;
  
}
.msg_lf{
  float: left;
  width: 260px;
  height: auto;
  border: 1px solid #e5e5e5;
  padding-bottom: 30px;
  background: #fafafa;
  
}
.lf_title{
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  background: url(/BsfwtWeb/apps/images/star.png) #609bec no-repeat 50px center;

}

.lf_list li{
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px dashed #e5e5e5;
  padding: 0 38px;
  list-style: inside;
  list-style-type: square;

}
.lf_list li a{
  color: #666666;
}
.tab {
  float: left;
  width: 1200px;
  background: #fff;
  /*border-bottom: 1px solid #fba617;*/
}
.con_border{
  border:0;
  border-bottom: 1px solid #e5e5e5;
}
.con_border.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
  background: #fff;
}

.box {
  position: relative;
  margin-bottom: 20px;
  height: auto;
}

.box-head {
  padding: 10px 0;
  border-bottom: 1px solid transparent;
}

.box-title {
  color: #808080;
  display: inline;
  vertical-align: middle;
}

.box-title .dj {
  height: 36px;
  line-height: 36px;
  display: table-cell;
}

.box-title img {
  vertical-align: middle;
}

.box-body {
  padding: 15px 30px;
  background: #fff;
  /*border: 1px solid #ddd;*/
  border-top: none;
}

.box-body .type {
  border-bottom: 1px dashed #ccc;
}
.box-body .types {
  padding-top: 15px;
}
.box-body .main_icon_common {
  height: 80px;
  line-height: 75px;
  padding-left: 60px;
  font-size: 18px;
  font-weight: bold;

}
.box-body .main_icon1 {
  background: url(/BsfwtWeb/apps/images/rending.png) no-repeat 20px center;
}
.box-body .main_icon2 {
  background: url(/BsfwtWeb/apps/images/fapiao.png) no-repeat 20px center;
}
.box-body .main_icon3 {
  background: url(/BsfwtWeb/apps/images/shenbao.png) no-repeat 20px center;
}
.box-body .main_icon4 {
  background: url(/BsfwtWeb/apps/images/zhengming.png) no-repeat 20px center;
}
.box-body .main_icon5 {
  background: url(/BsfwtWeb/apps/images/nashui.png) no-repeat 20px center;
}

.box-body .content {
  width: 920px;
}

.box-body .content li {
  width: 300px;
  padding-right:30px;
  float: left;
  line-height:30px;
}

.box-body .content a {
  color: #006cda;
}

.box-body .content a:hover {
  text-decoration: underline;
  cursor: pointer;
}


/*.box-body h4, .box-body a {
  text-align: left;
  display: inline-block;
  width: 204px;
  padding: 20px 0;
}*/


.box-body h4 {
  text-align: left;
  display: inline-block;
  width: 180px;
  padding: 15px 0;
  line-height:30px;
}

.box-body ul {
  padding:15px 0;	
}

.box-body ul li span {
  float:left;
  width:16px; 
  height:16px;
  background:url(/BsfwtWeb/apps/images/lock.png) no-repeat;
  display:inline-block;
  margin:6px 5px 0 0;
}


.box-body a {
  text-align: left;
  display: inline-block;
  
}

.box-body h4 {
  padding-left: 25px;
  padding-right: 10px;
  font-weight: 700;
  background: url(/BsfwtWeb/apps/images/sanjiao.png) no-repeat;
  background-position: 8px center;
}

#cont .media {
  width: 545px;
}

.bottom.fixed {
  position: fixed;
}

.bottom.relative {
  position: relative;
}

.bottom {
  width: 100%;
  height: 74px;
  max-width: 1920px;
  margin: 0 auto;
  bottom: 0px;
  background-color: #424550;
}
.containers{
  width: 1200px;
  height: auto;
}
.bottom .container {
  height: 74px;
  position: relative;
}

.bottom-cont {
  margin-left: 102px;
}

.bottom .serve {
  position: absolute;
  bottom: 0;
  left: 0;
}

.bottom .serve img {
  vertical-align: top;
}

.bottom .close {
  position: absolute;
  bottom: 0;
  right: 0;
}

.bottom .close img {
  vertical-align: top;
}

.bottom .media {
  padding: 20px 14px;
}

.bottom .media-body {
  vertical-align: middle;
  color: #fff;
}

.active {
  color: #006cda;
  background: url(/BsfwtWeb/apps/images/sanjiaoss.png) no-repeat;
  background-position: bottom center;
}

.icons {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

.icon01 {
  background-image: url("/BsfwtWeb/apps/images/djlogo.png");
}

.icon02 {
  background-image: url("/BsfwtWeb/apps/images/fplogo.png");
}

.icon03 {
  background-image: url("/BsfwtWeb/apps/images/sbjslogo.png");
}

.icon04 {
  background-position: -18px -178px;
}

.icon05 {
  background-image: url("/BsfwtWeb/apps/images/gzfwlogo.png");
}

#footer {
  background: #fff;
  color: #999;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 100px;
}

#footer span {
  padding: 0 10px;
}
.service {
    position: fixed;
    top: 18%;
    right: 8px;
    width: 60px;
    height: 60px;
    z-index: 10;
    background: url("/BsfwtWeb/apps/images/wenshui.png");
    background-size: 60px 60px;
    cursor: pointer;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.service:active{
  background: url("/BsfwtWeb/apps/images/wenshui1.png");
  background-size: 60px 60px;
}
.service:hover{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}



body { font-family: "Microsoft YaHei", sans-serif; background: #edeff0; }
.container { margin: 26px auto; background: #fff; }
.main-title { font-size: 18px; line-height: 76px; background:#fafafa; border-bottom:1px solid #e0e0e0; padding: 0 20px; }
.main-search { float:right; margin-right:20px; font-size:14px; color:#666; }
.main-search span { float:left;}
.main-search .btn {
  float:left;
  padding:0;
  margin-top:22px;
  width: 60px;
  height: 32px;
  line-height:32px;
  border: 1px solid #ccc;
  border-left:0;
  border-radius: 0;
  background:#6da3f1;
}
.main-search .btn:hover { background:#568ded;}

.main-search input {  
  float:left;
  padding:0 8px;
    margin-top:22px;
  width: 318px;
  height: 32px;
  line-height:32px;
  border: 1px solid #ccc;
  color:#333;
}

/* 临时样式**/
.temp_color{
	color:#000!important;
}
.common_footer{
  line-height:22px;
  color:#999999;
  font-size:12px;
  text-align:center;
  clear: both;
  height:80px;
  overflow: hidden;
  margin:0 auto;
}
.inline-block{
  display: inline-block;
}
.common_footer ul li{
  display: inline-block;
  padding: 0 10px;
}
.common_footer p{
	height:22px;
}

/*弹出框样式*/
.dialog-model {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .1;
  z-index: 999;
  filter:Alpha(Opacity=10);
}

.dialog-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -267px;
    background: url("/BsfwtWeb/apps/images/sbDialog.png") no-repeat center center;
    width: 533px;
    height: 293px;
    z-index: 9999;
}

.dialog-content {
    margin-left: 200px;
}

.dialog-content ul li {
  color: #fff;
    font-size: 18px;
    font-weight: bolder;
}

.dialog-title {
    position: relative;
    height: 40px;
    line-height: 40px;
}

.dialog-cancel {
    position: absolute;
    top: 10px;
    display: block;
    right: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url("/BsfwtWeb/apps/images/sbCancel.png") no-repeat center center;
}

.dialog-foot {
    margin-top: 50px;
    height: 40px;
}

a.dialog-btn {
    background: #0c84db;
    border: 0;
    border-radius: 3px;
    color: #fff;
    width: 110px !important;
    padding: 10px 20px;
    cursor: pointer;
    margin: 0 10px;
}

a.dialog-btn:hover {
    background: #0b77c5;
}