/* 共公a样式表修改 */
a:link{color:#737373;}
a:hover{color:#ba1818;}
a:visited{ color:#4c4c4c;}
a:active{ color:white;}

 /* 禁用响应式布局：重新设置container的宽度。如果没有后面三行的代码，在IE6环境下navbar-top会显示为940px宽度 */
/*
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width:1140px;
}
*/
/* index 导航 */
.navbar {background-color:#384E5D;color:white;border-bottom:2px solid #dc2a05;}
.navbar img{height: 60px;width:auto;}
.navbar .nav{margin-top:10px;font-size: 1.1em;}
.navbar .nav b{display: block; font-size: 0.7em;color:#d3d3d3}
.navbar-default .navbar-nav > li > a{color: #ffffff;}
.navbar-default .navbar-nav > li > a:hover{color: #ba1818;}

/* index 右侧 */
.my_r_css .media{border-bottom: 1px dashed #dddddd;}

/* 共公脚部 */

.footer .container{text-align:left; padding-top:0;}
.footer .container  a{ color:#3f3f3f; }
.footer .container  a:hover{ color:#dc2a05; }


.footer .container .footer-mid{border-right: 1px dashed #ffffff;}

.footer .container .footer-other{color:#a0a0a0;}

/* 新闻页*/

#main-container .main-list-page{
 	background-color: white;
	border-radius: 6px;
	margin-right:-10px;
}

.mynewslist .media{border-bottom: 1px dashed #d1d1d1; margin-bottom: 10px; padding-bottom:5px;}
.mynewslist .media .media-body h5 a:link{color:#3d3d3d;font-weight: bold;}
.mynewslist .media .media-body h5 a:hover{color:#a90303;font-weight: bold;}
.mynewslist .media .media-body small{color:#7e7e7e;}

/* 新闻详细页面 */

.mydetailnews {background-color:white;border-radius: 6px;-webkit-border-radius: 6px; -moz-border-radius: 6px;   }
.mydetailnews  .mydetailheader{margin-top:50px;}
.mydetailnews .authorinfo {color:#868686;}
.mydetailnews #contents {padding-left:25px;padding-right:25px;}
/* 内容区 */
#contents .mynewslist{padding-left:25px;padding-right:25px;}
/* 首页新闻列表样式 li*/
.panel .homenewstilelists {list-style:none; padding-left:0px; font-size: 1em;}
.panel .homenewstilelists li{padding:3px; border-bottom:1px dashed #e2e2e2;margin-left:5px;font-size:0.9em;}
.panel .homenewstilelists li small{color:#c4c4c4;}
.panel .homenewstilelists a:link{color:#616161;}
.panel .homenewstilelists a:visited{ color:#616161;}
.panel .homenewstilelists a:active{ color:white;}
.panel .homenewstilelists a:hover{color:#03b38f;}

/*
产品页中，左侧菜单
*/
.subnav {border:1px solid #eaeaea; background-color:white; border-radius: 6px;-webkit-border-radius: 6px; -moz-border-radius: 6px;padding:5px; }

/* 边栏导航样式
------------------------------------------ */
 
/* 子导航Group标题栏 */
.subnav h3 {
    color: #525252;
    font-size: 1.2em;
 	cursor: pointer;
 }
.subnav h3 a {
	color: #414141;
}
.side-sub-menu{
	margin:0;
	list-style-type: none;
	
}
/* 左侧二级菜单 */
.side-sub-menu > li > .item {
    color: #646464;
}
.side-sub-menu > li > .item:hover{
	color: #ffffff;
	background: #C75F40;
}
 
/* 边栏导航样式
------------------------------------------ */
 
.subnav {
    padding-left: 15px;
}

/* 子导航标题栏 */
.subnav h3 {
    margin-right: 15px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #545454;
    cursor: pointer;
}
.subnav h3 a {
	color:#555555;
	text-decoration: none;
}
.subnav h3 a:hover {
    text-decoration: none;
}
.subnav h3 .icon,
.subnav h3 .icon-fold,
.subnav h3 .recycle {
    float: left;
    margin: 10px 6px 0 0;
    width: 16px;
    height: 16px;
}
.subnav h3 .icon {
/*     background: url(../images/bg_icon.png) no-repeat -100px 0; */
    background: transparent url("../images/bg_icon.png") no-repeat scroll 0px 0px;
}z
.subnav h3 .icon-fold {
    background-position: -75px 0;
}
.recycle {
/*     background: url(../images/bg_icon.png) no-repeat -125px 0; */
    background: transparent url("../images/bg_icon.png") no-repeat scroll 0px 0px;

}

/* 子导航 */
.side-sub-menu {
	margin: -5px -20px;
}
.side-sub-menu > li {
    position: relative;
    margin: 2px -1px 2px 0;
}
.side-sub-menu > li > .item {
    padding:6px;
    line-height:20px;
    display:block;
    color: #7c7c7c;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    width:200px;
}
.side-sub-menu > li > .item:hover,
.side-sub-menu > li.hover > .item {
	color: #ffffff;
	text-decoration: none;
	background: #7c7c7c;
	margin-right:1px;
	background: url(../images/subnav_current.png) no-repeat 185px 11px #384E5D;
}
.side-sub-menu > .current > .item {
    color: #414141;
    text-decoration: none;
}
.side-sub-menu > .current > .item,
.side-sub-menu > .current > .item:hover,
.side-sub-menu > .current.hover > .item {
	color: #fcfcfc;
    background: url(../images/subnav_current.png) no-repeat 185px 11px #384E5D;
}

/* 子菜单 */
.side-sub-menu li .subitem {
    display: none;
    position: absolute;
    top: 0;
    left: 185px;
    z-index: 9;
    width: 150px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.side-sub-menu .hover > .subitem {
    display:  block;
}
.side-sub-menu .subitem .subitem {
    margin-top: -1px;
    left: 150px;
}
.side-sub-menu .subitem .item {
    display: block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
}
.side-sub-menu .subitem .item:hover {
    text-decoration: none;
    border-bottom: 0 none;
    background: url(../images/subnav_current.png) no-repeat 185px 11px #384E5D;
}
.side-sub-menu .subitem > .item {
    border-radius: 0;
    border: 0 none;
    width: auto;
}
 
/* 内容模块边栏子菜单 */
.subnav-off {
/*     display: none; */
}
 
/*  产品说细页面信息 */
.mydetailgoods .mydescription{padding:15px;color:#777777;}
.mydetailgoods {background-color:white;border-radius: 6px;-webkit-border-radius: 6px; -moz-border-radius: 6px;   }
.mydetailgoods  .mydetailheader{margin-top:30px;  }
.mydetailgoods .authorinfo {color:#868686;}

.mydetailgoods .table-goods-info th{width:130px;font-size: 1.1em;color: #086d6f;font-weight: normal;}
.mydetailgoods .showpicinfo{font-size:x-small;}
.mydetailgoods .showpicinfo label{border-bottom: 2px solid #12527e;display: block;margin-bottom: 10px;}
.mydetailgoods .showpicinfoheader h4{margin:30px 0px 20px 0px;}

/* 产品中心列表样式 */
.thumbnail .productlistinfo{border-top:1px dashed #ababab; margin-top:2px;height:70px;}
.thumbnail .productlistinfo .productlistinfocode{font-size:0.8em;color:#0c7779}
.thumbnail .productlistinfo .productlistinfotitle  {font-size:0.8em;}
/* 产品详细信息中的图片样式 */
.product_description .detail_pic{margin-bottom: 5px;}
 

 

