/* 全局通用CSS样式 */
body {
  font-family:'微软雅黑', Georgia;
}
.f-left{  float: left;  }
.f-right{  float: right;  }
.clear {
  font: 0px/0px sans-serif;clear: both;display: block;
}
.bg_bot {
  background: url("../images/body_bottom.png") no-repeat center bottom;
}
/* 价格通用CSS样式 */
.g-price{
  font-family:arial;
}
.g-price span{
  margin-right:3px;color:#999;
}
.g-price strong{
  font-size:16px;color:#f40;font-weight:700;font-family:verdana,arial;
}
.g-price-original strong{
  color:#999;font-weight:400;text-decoration:line-through;
}
.sc-content{
  text-align: center;
}
/* bootstrap 重构样式兼容IE8 */
.container {
	width: 1170px;
}
@media (max-width: 768px) {
  .container {
    width: auto;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.col-sm-fl{
	float: left;
}
.col-sm-fr{
	float: right;
}
@media (max-width: 768px) {
  .col-sm-fl,
  .col-sm-fr {
  	float: none;
  }
}
/* start---Header 顶部CSS样式 */
.logo {
  margin-top: 25px;
}
.logo img {

}
.s-form {
	max-width: 350px;
}
@media (max-width: 768px) {
  .logo {
  	text-align: center;
  	margin-bottom: 15px;
  }
  .s-form {
	max-width: 100%;
	margin-bottom: 15px;
  }
  .btn-reg,
  .btn-login {
	  display: block;
	  width: 100%;
	  padding-right: 0;
	  padding-left: 0;
	  margin-bottom: 15px;
  }
}
.tel{
  padding-top: 15px;
  font-size: 18px;
  color: #E3518A;
  font-weight: bold;
  font-family:Georgia, '微软雅黑';
}
.tel span{
  font-size: 20px;
}

.topmenu{
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  padding-right:15px;
}
.topmenu a{
  margin: 0 7px;
  padding-left: 15px;
  color: #848484;
  background: url("../images/top-point.jpg") no-repeat 3px 8px;
}
.topmenu a.weixin{
  color: #cc0000;
}
header {
  background-color: #ffffff;
}
.bs-header{

}
.top-header2 {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#FFFFFF)); /** Chrome Safari **/
  background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF); /** FireFox **/
  background: -o-linear-gradient(top, #FFFFFF, #FFFFFF);  /** Opear **/
  background: -ms-linear-gradient(#FFFFFF 0%,#FFFFFF 100%);  /** IE9 IE10 **/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#FFFFFF',grandientType=1); /** IE7 **/
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#FFFFFF',grandientType=1); /** IE8 **/
}
.top-header {
  background-color:#f9f9f9;
  border-bottom: 1px solid #f5f5f5;
}
.nav-header {
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #999999;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#DCD9D4)); /** Chrome Safari **/
  background: -moz-linear-gradient(top, #FFFFFF, #DCD9D4); /** FireFox **/
  background: -o-linear-gradient(top, #FFFFFF, #DCD9D4);  /** Opear **/
  background: -ms-linear-gradient(#FFFFFF 0%,#DCD9D4 100%);  /** IE9 IE10 **/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DCD9D4',endColorstr='#DCD9D4',grandientType=1); /** IE7 **/
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#DCD9D4',endColorstr='#DCD9D4',grandientType=1); /** IE8 **/
}
/* Header 菜单导航CSS样式 */
.navbar-cct {
  margin: 0;
  padding: 0;
  border-color: none;
  margin-top: 40px;
  margin-bottom: 30px;
  background: url("../images/bg-navbar-middle.jpg") repeat-x left top;
  border: none;
}
.bs-navbar-left {
  width: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  color: #F5F4F4;
  background: url("../images/bg-navbar-left.jpg") repeat-x left top;
}
.bs-navbar-right {
  width: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  color: #F5F4F4;
  background: url("../images/bg-navbar-right.jpg") repeat-x left top;
}

.navbar-cct .bs-navbar-right,
.navbar-cct .bs-navbar {
  font-size: 14px;
  font-weight: bold;
  font-family:'微软雅黑';
  margin-left: -15px;
  margin-right: -15px;
}
.navbar-cct .bs-navbar > li {
  float: left;
}
.navbar-cct .bs-navbar .home a {
  font-size: 14px;
}
.navbar-cct .bs-navbar > li > a {
  color: #8A7D7A;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
}
.navbar-cct .bs-navbar > li > a:hover{
  color: #2731A9;
  background: #FFFFFF;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  margin-top: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 19px;
  padding-right: 19px;
  margin-bottom: 1px;
  line-height: 20px;
}
.navbar-cct .bs-navbar > li > a:focus {
  color: #428BCA;
  background-color: transparent;
}
.navbar-cct .bs-navbar > .active > a,
.navbar-cct .bs-navbar > .active > a:hover,
.navbar-cct .bs-navbar > .active > a:focus {
  color: #2731A9;
  background: none;
}
.navbar-cct .bs-navbar .nav-panel{
  border: 0;
  border-radius: 0;
}


.navbar-cct .bs-navbar .submenu {
  display:none;
  position:absolute;
  overflow:hidden;
  z-index: 100;
  top:36px;
  width:190px;
}

.navbar-cct .bs-navbar .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-cct .bs-navbar .submenu > li > a {
  display:block;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height:20px;
  font-size: 14px;
}
.navbar-cct .bs-navbar .submenu > li > a:hover {
  color: #00A7FF;
  text-decoration: none;
  background:#00A7FF;
}
.navbar-cct .bs-navbar .submenu > .active > a,
.navbar-cct .bs-navbar .submenu > .active > a:hover {
  color: #00A7FF;

}

/* 产品下拉效果CSS样式 */
.navbar-cct .bs-navbar .pro-cate {
  position:fixed;
  left: 0;
  top: 76px;
  width:100%;
  padding: 0 auto;
  height: 204px;
  background: url("../images/bg-pro-menu.png") repeat-x left top;
  padding-left: 28%;
}
.navbar-cct .bs-navbar code{ display: none; width:12px; height:9px; position:absolute; background:url("../images/menu-point.png") no-repeat; z-index: 200; margin-top: 12px; margin-left: 6px;}
.navbar-cct .bs-navbar .pro-cate li a:hover { background: none; color:#00A7FF; }
.pro-cate li{ float:left; margin:0; padding:20px 0; background:none;}
.pro-cate li:hover,.pro-cate li a:hover,.pro-cate ul{ background:none;}
.pro-cate li a{ width:120px; font-size:12px; line-height:40px; display:block; height:150px;}
.pro-cate li a span{ display:block; border-top:1px solid #dbdbdb; margin:0; font-weight: normal; text-align: center;}
.pro-cate img{ display:block; margin:10px auto 10px;}


.navbar-cct .bs-input-group,
.navbar-cct .bs-input-group .input-group-btn,
.navbar-cct .bs-input-group .form-control{
  width: auto;
}
@media (min-width: 768px) {
  .navbar-cct .bs-navbar > li > a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-cct .bs-navbar > li > a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .navbar-cct .bs-navbar > li > a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .navbar-cct .navbar-toggle{
    /* padding-top: 40px; */
  }
  .navbar-cct .bs-navbar > li {
    float: none;
  }
  .navbar-cct .bs-navbar a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  .navbar-cct .bs-navbar .submenu {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 1;
  top:0;
  }
}

.bs-form{ margin-top: 3px; }
.bs-form .input-group .form-control {
  height: 30px;
  padding-top: 3px;
  border-radius: 100px 0 0 100px ;
}
.bs-form .input-group-btn .btn {
  height: 30px;
  padding-top: 3px;
  border-radius: 0 100px 100px 0;
}
/* end---Header 顶部CSS样式 */

/* 测试栅格系统位置背景色 */
.bgs{
  background-color: #76762C;
}
.bgs1{
  background-color: #E3518A;
}
.bgs2{
  background-color: #5BC0DE;
}

/* start---container 中间主要内容CSS样式 */

/* 首页推荐产品CSS样式 */
.pro-pos { height:194px;}
.pro-pos ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.pro-pos a { text-decoration: none;}
.pro-pos li{ cursor:pointer; float:left; position:relative; width:25%; overflow:hidden;}
.pro-pos li p { margin: 0; height:44px; line-height:44px; text-align:center; font-size:14px; color:#fff; background:#9ca4a5;}
.pro-pos li p.odd{ background:#00a7ff;}
.pro-pos li .img{ height:150px; overflow:hidden; position:relative; }
.pro-pos li .img img{ position:absolute; top:-20px;}
.pro-pos li .img span{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:10; }
.pro-pos li .cur .img img{ top:-40px;}
.pro-pos li .cur .img span{ display:none;}
.pro-pos li .cur p,.pro-pos li p.cur{ background:#03b1db; color:#fff; }
.pro-pos li{*width:24.95%}

.bs-news {
  padding: 0 15px;
  height: 52px;
  background: url("../images/bg-news.jpg") repeat-x left top;
}
.index-news {
  padding-left: 100px;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 20px;
  background: url("../images/news-p.png") no-repeat 0 14px;
}
.bs-c-pro {
  height: 85px;
  background: url("../images/bs-pro-title.jpg") repeat-x left top;
}
.marquee a{ color: #37b6de;}
.col-main {
  background-color: #ffffff;
}
.tab-panel {
  border: 0;
  border-radius: 0;
  margin-top: 15px;
  padding: 5px;
  min-height: 290px;
}
.tab-panel .nav-tabs,
.tab-panel .bs-panel-heading {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#EEEEEE), to(#FFFFFF)); /** Chrome Safari **/
  background: -moz-linear-gradient(top, #EEEEEE, #FFFFFF); /** FireFox **/
  background: -o-linear-gradient(top, #EEEEEE, #FFFFFF);  /** Opear **/
  background: -ms-linear-gradient(#EEEEEE 0%,#FFFFFF 100%);  /** IE9 IE10 **/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#FFFFFF',grandientType=1); /** IE7 **/
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#FFFFFF',grandientType=1); /** IE8 **/
}
.tab-panel .nav-tabs > li{
  margin-left: 15px;
  margin-top: 5px;
}
.tab-panel .nav-tabs > li > a,
.tab-panel .nav-tabs > li > a:hover {
  border-radius: 0;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 7px;
}
.tab-panel .tab-content{
  padding: 15px;
}
.tab-panel .panel-heading{
  font-weight: bold;
  background-color: #ffffff;
}
.tab-panel .thumbnail img{

}
.col-bg-main {
  background-color: #ffffff;
}
.col-bg-main2 {
  background-color: #f9f9f9;
}
.img-panel {
  padding: 5px;
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
}
.img-panel1 {
  padding: 5px;
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
}
.img-index {
  width: 100%;
  max-height: 198px;
  cursor: pointer;
}
.img-index3 {
  width: 144px;
  max-height: 130px;
}
.img-index4 {
  width: 303px;
  max-height: 130px;
  background-color: #ECF0F3;
}
.pro-panel {
  padding: 5px;
  margin-right: -5px;
  margin-left: -5px;
}
.pro-index{
 width: 50%;
 float: left;
 padding-left: 5px;
 padding-right: 5px;
}
.pro-index .thumbnail {
  margin: 0;
  min-height: 230px;
}
.pro-index .thumbnail img{
  min-height: 175px;
}
.pro-index p{
  margin-bottom: 0px;
}
.tel-index {
  background-color: #F5F8FA;
}
.tel-index .thumbnail {
  max-width: 165px;
  min-height: 198px;
  margin-right: 10px;
  float: left;
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
  border-left: none;
  background: none;
}
.tel-index .thumbnail img{
  margin: 20px 30px 15px 30px;
}
.agent-index {
  width: 247px;
}
@media (max-width: 768px) {
  .img-index {
  max-height: none;
  }
  .img-index3 {
    display:none;
  }
  .img-index4 {
    width: 100%;
  }
}
.img-index1 {
  width: 100%;
  max-height: 63px;
  margin-bottom: 2px;
}
.img-index2 {
  width: 100%;
  max-height: 63px;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .img-index1,
  .img-index2 {
  max-height: none;
  }
}
.bg-about{
  height:307px;
  background: url("../images/about_banner.jpg") no-repeat center top;
}
.bg-banner{
  margin-top: 131px;
  height: 176px;
  background: #ffffff;
  background:rgba(255,255,255,0.85);
  filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#55ffffff,endcolorstr=#55ffffff);/*#7F000000的前两位为16进制透明度，后六位为16进制颜色*/
}
.breadcrumb{
  margin-bottom: 0;
}
.col-about {
  width: 50%;
}
@media (max-width: 768px) {
  .col-about {
    width: auto;
  }
}
.panel-user {
  border: 10px solid #5BC0DE;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-intro {
  border: 10px solid #85B911;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-about{
  color: #85B911;
  background: url("../images/index_about.jpg") no-repeat center top;
  background-size: 100% 100%;
}
.panel-about p {
  min-height: 147px;
  margin-right: 180px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .panel-about p {
    min-height: 147px;
    margin-right: 0;
    margin-top: 30px;
  }
}
.panel-tz {
  max-width: 220px;
  border: 10px solid #FFE75A;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (min-width: 68px) {
  .panel-tz {
    max-width: none;
  }
}
.panel-tz ul {
  min-height: 147px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.panel-user .panel-heading,
 .panel-tz .panel-heading{
  font-weight: bold;
}

/* start---中间Tab商品CSS样式 */
.div-mhhb {
  max-width: 848px;
  padding: 30px 20px 20px 20px;
  background: url("../images/index_pro_bg.png") no-repeat center top;
  background-size: 100% 100%;
}
.nav-mhhb li.tab1 {
  min-width: 129px;
  padding-left: 45px;
  background: url("../images/tab1.jpg") no-repeat center top;
  background-size: 100% 100%;
}
.nav-mhhb li.tab2 {
  min-width: 129px;
  padding-left: 45px;
  background: url("../images/tab2.jpg") no-repeat center top;
  background-size: 100% 100%;
}
.nav-mhhb li.tab3 {
  min-width: 129px;
  padding-left: 38px;
  background: url("../images/tab3.jpg") no-repeat center top;
  background-size: 100% 100%;
}
.nav-mhhb > li > a,
.nav-mhhb > li > a:hover,
.nav-mhhb > li > a:focus {
  margin-top: 4px;
  font-size: 16px;
  font-weight: bold;
  background: none;
}
.nav-mhhb > li.active > a,
.nav-mhhb > li.active > a:hover,
.nav-mhhb > li.active > a:focus {
  color: #990000;
  background: none;
}
.tab-mhhb {
  padding-top: 15px;
}
.tab-mhhb .caption {
  height: 100px;
}
.tab-mhhb .caption h4 {
  max-width: 210px;
}
.caption h4 {
  text-align: center;
}
.caption p{
  text-align: center;
}
@media (max-width: 768px) {
  .div-mhhb {
    background: none;
    background-color: #E5F7FB;
    border: 10px solid #5BC0DE;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  }
}
/* end---中间Tab商品CSS样式 */
/* start---中间右边列表CSS样式 */
.col-jzh {
  border: 0;
  min-height: 527px;
  margin-bottom: 15px;
  background: url("../images/index_news_bg.png") no-repeat center top;
  background-size: 100% 100%;
}
.div-jzh {
  padding: 15px 15px 15px 0;
  overflow: hidden;
}
.bg-title {
  margin-left: 20px;
  padding-left: 20px;
  width: 217px;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  font-family:Georgia, '微软雅黑';
  background: url("../images/bg_title.jpg") no-repeat center top;
}
.info-title {
  margin-left: 20px;
  padding-left: 20px;
  width: 217px;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  font-family:Georgia, '微软雅黑';
  background: url("../images/info_title.jpg") no-repeat center top;
}
.col-hdjy {
  min-height: 378px;
  background: url("../images/index_news_bg2.png") no-repeat center top;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .col-jzh {
    margin-top: 15px;
    min-height: 527px;
    background: none;
    background-color: #FDFCF4;
    border: 10px solid #FFE75A;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .col-hdjy {
    margin-top: 15px;
    min-height: 378px;
    background: none;
    background-color: #FDFCF4;
    border: 10px solid #FFE75A;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  }
}
.list-hdjy img {
  width: 210px;
}
.scroll-img {
  width: 700px;
  height: 200px;
  overflow: hidden;
}
.scroll-img ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1400px;
}
.scroll-img ul li {
  display: inline-block;
  margin:10px;
}
.scroll-img img{
  width: 200px;
}
@media (max-width: 768px) {
  .scroll-img {
  width: auto;
  height:auto;
  }
  .scroll-img ul {
    width: auto;
  }
  .scroll-img img{
    width: auto;
  }
}
.panel-jpg {
  margin-left: 15px;
}

/* end---中间右边列表CSS样式 */
/* start---底部列表CSS样式 */
footer{
   padding-top: 1px;
  background-color: #F9F9F9;
}
.footer-index {
   padding-top: 1px;
  background-color: #DDDDDD;
}
.footer{
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#FFFFFF)); /** Chrome Safari **/
  background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF); /** FireFox **/
  background: -o-linear-gradient(top, #FFFFFF, #FFFFFF);  /** Opear **/
  background: -ms-linear-gradient(#FFFFFF 0%,#FFFFFF 100%);  /** IE9 IE10 **/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#FFFFFF',grandientType=1); /** IE7 **/
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#FFFFFF',grandientType=1); /** IE8 **/

}
.footer p{
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.footmenu { color:#37B6DE;}
.footmenu a {
  margin-left: 6px;
  margin-right: 6px;
  color: #37B6DE;
}
.footmenu a:hover {
  color: #00A7FF;
}
.text-menu {
  color: #666666;
  font-size: 12px;
}
.text-menu a{
  margin-left: 15px;
  color: #666666;
}
.text-copyright {
  padding-right: 30px;
  color: #fff;
}
/* end---底部列表CSS样式 */

/* start---中间主要内容CSS样式 */
.img-banner{
  width: 100%;
}
.bg-main{
  background-color: #ffffff;
}
.col-main-left{
  margin-top: 30px;
  margin-left: 15px;
}
.col-main-left .btn{
  border-radius: 0;
}
.bs-c-menu {
  padding: 15px;
  text-align: right;
}
.bs-c-menu a{
  margin-left:15px;
}
.btn-c-menu {
  color: #666666;
  background-color: #ffffff;
  border: none;
}

.btn-c-menu:hover,
.btn-c-menu:focus,
.btn-c-menu:active,
.btn-c-menu.active {
  color: #ffffff;
  background-color: #00a7ff;
}
.bs-c-title {
  padding: 15px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 16px;
}
.bs-c-title a {
  margin-left: 15px;
}
.bd-content{
  border-left: 1px solid #E5E5E3;
}
.main-pro { width: 215px; height: 363px; margin-left: 11px; float: left;}
.main-pro .thumbnail {
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.main-pro .thumbnail a{
  color: #00a7ff;
  text-decoration: none;
}
.main-pro .caption h4{
  text-align: left;
  color: #3276b1;
  font-family:'微软雅黑';
}
.main-pro .caption p {
  text-align: left;
  color: #8B8B8B;
}

.right-content .media-focus{
  margin-top: 15px;
  margin-right: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E3;
}
.right-content .media-focus .media-object{
  max-width: 350px;
}
.right-content .media-focus h4 a {
  color: #3276b1;
  font-family:'微软雅黑';
}
.right-content .media-focus p.media-day{
  font-size: 36px;
  color: #3276b1;
}
.right-content .media-list {
  margin-top: 30px;
  margin-right: 15px;
}
.right-content .media-list .media {
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E3;
}
.right-content .media-list .media-date {
  min-width: 100px;
  min-height: 100px;
  padding: 0 10px;
  background-color: #f1f1f1;
}
.right-content .media-list .media-date p {
  font-size: 18px;
  color: #3276b1;
}
.right-content .media-list .media-date p.media-day {
  font-size: 36px;
}
.right-content .media-list h4 a {
  color: #3276b1;
  font-family:'微软雅黑';
}
.right-content h3 {
  padding-left: 15px;
  padding-right: 15px;
  color: #3276b1;
  line-height: 35px;
  font-family:'微软雅黑';
}

.panel-menu {
  border: 10px solid #85B911;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-menu .panel-submenu{
  background-color: #85B911;
}
.panel-ty{
  background-color: #FFE75A;
}
.panel-ty img{
  width: 100%;
}
.panel-test img{
  width: 100%;
}
.right-content{
  padding:15px 0;
  max-width: 847px;
  min-height: 680px;
}
.right-content .t-img{
  min-height: 320px;
}
.right-content .caption h4 {
  max-width: 210px;
  font-family:'微软雅黑';
}
img.thumbimg {
  max-width: 230px;
}

.div-title {
  line-height: 56px;
  margin-bottom: 15px;
}
.div-title .badge {
  padding: 8px 15px;
  margin-right: 15px;
  background-color: #5BC0DE;
  float: right;
}
.list-news .list-group-item{
  border-left: none;
  border-right: none;
  padding: 15px;
}
.list-news .badge {
 background-color: #85B911;
 float: right;
}
.right-content h3 {
  text-align: center;
}
.content{
  padding: 15px;
  overflow: hidden;
}
.content h4 {
  font-family:'微软雅黑';
}
.content img {

}

.main-content {
  padding: 30px;
}
.main-content .media{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #5BC0DE;
}
.main-content .media img{
  width: 190px;
}
  .main-content .content img {
    vertical-align: center;
  }
.main_content_bot {
  height: 15px;
  background: url("../images/main_bot.png") no-repeat center top;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .main-content {
    padding: 10px;
  }
  .main-content .content  img {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

.list-news li{
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 20px;
}

.news-header {
  padding-bottom: 5px;
  margin: 12px 0 5px;
}
/* end---中间主要内容CSS样式 */



/* 左侧垂直导航条CSS样式 */
@media (min-width: 768px) {
  .bs-sidebar {
    width: 240px;
    height: 100%;
    border: 0;
    border-radius: 0;
    background-color: #f2f2f2;
    overflow-y: auto;
    border-top:1px solid #e5e5e5;
  }
  .bs-sidebar ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .bs-sidebar li {
    display: block;
    border-top:1px solid #fcfcfc;
    border-bottom:1px solid #e5e5e5;
    position:relative;
    border-left:1px solid #e5e5e5;
  }
  .bs-sidebar li > a {
    display: block;
    color: #585858;
    width: 238px;
    padding: 10px 15px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    border-right:1px solid #e5e5e5;
    background-color: #f9f9f9;
  }
  .bs-sidebar li > a:hover {
    background-color: #fff;
    color: #1963aa;
  }
  .bs-sidebar li > a:focus {
    background-color: #f9f9f9;
    color: #1963aa;
  }
  .bs-sidebar .active > a,
  .bs-sidebar .active > a:hover,
  .bs-sidebar .active > a:focus,
  .bs-sidebar .active > a:active {
    color: #2B7DBC;
    font-weight: bold;
    background-color: #fff;
  }
  .bs-sidebar .active > a { border-right: 1px solid #ffffff; }
  .bs-sidebar .icon-caret-left { float: right; }  /* 子菜单下拉指示图标 */
  .bs-sidebar .icon-caret-down { float: right; }  /* 子菜单下拉指示图标 */
/* 左侧打开子导航CSS样式 */
  .bs-sidebar .open { border-bottom: 0;}
  .bs-sidebar .open > a,
  .bs-sidebar .open > a:hover {
    color: #2B7DBC;
    background-color: #ffffff;
    border-right: 1px solid #e5e5e5;
  }
  .bs-sidebar .open > a:focus,
  .bs-sidebar .open > a:active {
    color: #2B7DBC;
    background-color: #ffffff;
    border-right: 1px solid #e5e5e5;
  }
  .bs-sidebar > li .sub-menu { display: none; border-top:1px solid #e5e5e5; }
  .bs-sidebar > li .sub-menu > li > a { padding-left: 30px; }
  .bs-sidebar > li .sub-menu > li > .sub-menu > li > a { padding-left: 45px; }
  .bs-sidebar > li > .sub-menu li > .sub-menu > li > .sub-menu > li > a { padding-left:60px; }

  /* sub-menu 导航目录树结构线条 */
  .bs-sidebar > li .sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 18px;
    top: 40px;
    bottom: 0;
    border:1px dotted #9dbdd6;
    border-width:0 0 0 1px;
  }
  .bs-sidebar > li .sub-menu > li:before,
  .bs-sidebar > li .sub-menu > li:after{
    content: "";
    display: inline-block;
    position: absolute;
    width:7px;
    left: 20px;
    top: 17px;
    border-top: 1px dotted #9dbdd6;
  }

  .bs-sidebar > li > .sub-menu li > .sub-menu > li:before,
  .bs-sidebar > li > .sub-menu li > .sub-menu > li:after {
    content: "";
    display: inline-block;
    position: absolute;
    width:22px;
    left: 17px;
    top: 17px;
    border-top: 1px dotted #9dbdd6;
  }
}

.page-header2 {
  padding-top: 9px;
  margin: 40px 0 20px;
  border-top: 1px solid #eeeeee;
}

.bs-panel .panel-heading{
  color:#00A7FF;
  font-size: 16px;
  font-weight: bold;
  padding-left: 30px;
  background: url("../images/bs-panel-point.png") no-repeat 15px 18px;
}

.bs-btn-c-menu {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}

.bs-btn-c-menu:hover,
.bs-btn-c-menu:focus,
.bs-btn-c-menu:active,
.bs-btn-c-menu.active,
.open .dropdown-toggle.bs-btn-c-menu {
  color: #ffffff;
  background-color: #00A7FF;
  border-color: #00A7FF;
}

.bs-btn-c-menu:active,
.bs-btn-c-menu.active,
.open .dropdown-toggle.bs-btn-c-menu {
  background-image: none;
}


.bs-topmenu {
  float: left;
  margin: 0;
  margin-top: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 0;
  height: 0;
}
.bs-topmenu > li {
  float: left;
  line-height: 0;
  margin: 0;
  padding: 0;
}


.bs-topmenu > li > a {
  color: #8A7D7A;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height:20px;
  margin: 0;
  background: url("../images/top-point.jpg") no-repeat 3px 10px;
}

.bs-topmenu > li > a:hover {
  color: #2731A9;
  background: url("../images/top-point.jpg") no-repeat 3px 10px;
}

.bs-topmenu > li > a.weixin{
  color: #cc0000;
}

.bs-topmenu .submenu{
  display:none;
  position:absolute;
  overflow:hidden;
  z-index: 150;
  top:24px;
}
.bs-topmenu .submenu{
  list-style: none;
  margin: 0;
  padding: 0;
}
