
/*--------自定义链接颜色(可选)--------*/ 
a{ text-decoration:none;} 
/*链接-颜色*/ 
a:focus,a:hover{ } 
/*链接-悬浮颜色*/ 

/*
边界兼容
margin-top及margin-bottom由于hasLayout渲染导致无效状态，建议使用padding或者用下面的解决办法。

解决办法

在父元素加上边框(0，none无效)：border:solid 1px #fff;
在父级元素加内填充：padding:1px;
在父级元素加浮动：overflow:hidden;
该盒子加浮动： float:left; (clear:both;)
该元素绝对定位：position:absolute;

*/ 
.bg-hui1,.bg{background-color:#f1eded;}
.bg-hui2{background-color:#d4d4d4;}
.bg-diy1{background-color:#f0f8fb;}
.bg-mse{background-color:#005596;}
.text-diycolor01{color:#019cb8}
.border-diycolor01{border-color:#019cb8;}

.bg-d1{background-color:#15aa96;}
.bg-d2{background-color:#15aa64;}
.bg-d3{background-color:#8caa15;}
.bg-d4{background-color:#bf8800;}
.bg-d5{background-color:#aa3215;}
.bg-d6{background-color:#aa1584;}
.bg-d7{background-color:#1573aa;}
.bg-d8{background-color:#1555aa;}
.bg-d9{background-color:#6615aa;}
.bg-d10{background-color:#5dbf00;}

.bg-e1{background-color:#d0eeea;}
.bg-e2{background-color:#d0eee0;}
.bg-e3{background-color:#e8eed0;}
.bg-e4{background-color:#f2e7cc;}
.bg-e5{background-color:#eed6d0;}
.bg-e6{background-color:#eed0e6;}
.bg-e7{background-color:#d0e3ee;}
.bg-e8{background-color:#d0ddee;}
.bg-e9{background-color:#e0d0ee;}
.bg-e10{background-color:#dff2cc;}

.space30{height:30px;}

.icon-tel{}
.icon-tel img{ width:45px;}
.headtel{}
.headtel span{ letter-spacing:4px;}
.daohang{border-bottom:1px #ccc solid;}
#indexbanner{background:url('../jpg/banner-bg.jpg');height:485px;border-bottom:5px #d8d8d8 solid;margin-top:39px;}
.daohang{z-index:1000;margin-bottom:5px;}
.clearfix{min-height:10px;}
.bg-inverse{text-shadow:1px 1px 0px #555;}
.bg-inverse .sub_nav{text-shadow:0px 0px 0px #555;}
.nav-menu ul{min-width:135px;}
.bg-yellow-light2{background-color:#fefcf5;}

/* banner1 位置 */
#banner1{height:485px;position:relative;overflow:hidden;}
#banner1 img{position:absolute; }
#banner1_0{left:240px; top:35px;z-index:70;}
#banner1_6{left:0px; bottom:-65px;z-index:80;}
#banner1_4{left:210px; bottom:35px;z-index:90;}
#banner1_1{right:60px; top:85px;z-index:60;}
#banner1_2{right:75px; bottom:105px;z-index:100;}
#banner1_3{right:37px; top:140px;z-index:40;}
#banner1_5{left:10px; top:-30px;z-index:30;}
#banner1_7{right:0px; top:-10px;z-index:10;}
#banner1_8{left:0px; top:-90px;z-index:20;}


.main{padding:25px;border:1px #d8d8d8 solid; margin-top:5px;}
.mbox{}
.mbox h3{height:56px;font-weight:bold;text-shadow:1px 1px 0px #555;background:url('../gif/mh3-bgline.gif') repeat-x;}
.mbox h3 div{float:left;height:56px;line-height:55px;color:#fff;}
.mbox h3 .mh31{background:url('../gif/mh3-1.gif');width:65px;text-align:center;font-size:20px;}
.mbox h3 .mh32{background:url('../gif/mh3-2.gif') repeat-x;padding-left:10px;padding-right:10px;text-align:left;}
.mbox h3 .mh33{background:url('../gif/mh3-3.gif') no-repeat;width:50px;text-align:center;}
.mh32 a{color:#fff;}

.mdiv{padding:20px; line-height:22px;}
.mdiv .x12{min-height:20px;margin-bottom:10px;}

.kuang{position:relative;width:6rem;height:6rem;}
.yuan{padding:1rem;text-align:center;line-height:2rem; font-weight:bold;}
.jkd .x6 .x8 p{min-height:5.7rem;position: relative;}
.jkd{position:relative;}
.jkdbg{position:absolute;text-align:center;left:35%;}
.jkdbg img{ width:90%;margin-top:60px;}


.mdiv .x12 h4{font-weight:bold;}
.mdiv .prodiv{background:url('../index-010.html') no-repeat;height:338px;padding-top:60px;}
.mdiv h4{border-bottom:1px #e0e0e0 solid;height:35px;}

.sfk{line-height:30px;height:94px;padding-top:15px;}
.jkgx{background:url('../index-017.html') repeat-y;height:491px;}
.jkgx ul{padding-top:12px;padding-left:70px;line-height:57px;}
.jkgx ul li{list-style:none;font-size:16px;color:#fff;}


.smedia1{ }
.smedia1 .media-body p{padding-right:10%;}

.indexnews {
	border: solid 0px #ddd;
	border-radius: 0px;
	list-style: none;
	padding: 0;
}
.list-link a {
	padding: 8px 13px;
	display: block;
	border-bottom: solid 1px #ddd;
	transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
}

.indexnews{}
.indexnews .media img{max-height:68px;}
.indexnews a .tag{margin-right:2px;}
.indexnews .media-body{
	height:68px;overflow: hidden; text-overflow: ellipsis; 
}
.indexnews h4{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-size:14px;border-bottom:0px;}
.indexnews h5{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.foot img{
	-webkit-filter: grayscale(1);/* Webkit */ 
filter:gray;/* IE6-9 */ 
filter: grayscale(1);/* W3C */ 
}


.nsidebar{padding-right:5%;margin-top:-30px;}

.listnews{}
.listnews h4{font-size:16px;}
.listnews .media-body{
	height:78px;overflow: hidden; text-overflow: ellipsis; 
}
.listimg .media{padding-right:20px;}
.ncarousel .item img{height:200px;width:100%;}
.ncarousel .item h2{line-height:40px;}

.nsidebar .list-link a{overflow: hidden; text-overflow: ellipsis; }

.viewcontent img{max-width:99%;}

.mtbd{height:280px;background:url('../meitibaodao.html');}
.playdiv{margin:10px;cursor:pointer;}
.playdiv img{width:330px;border:3px #333 solid;}

.Links{
	width:1000px;
	margin:0 auto;
	padding:10px 8px;
	line-height:25px;
	font-size:12px;
	border:1px solid #e5e5e5;
	margin-bottom:15px;
	margin-top:15px;
}
.Links a{
	margin:5px;
}