/*-- CSS reset --*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-style: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	background: white;
	font-family: "宋体";
	font-size: 14px;
	color: #333;
	overflow-x:hidden;
}
ol, ul, dl {
	list-style: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: “”;
}
blockquote, q {
	quotes: “” “”;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover{
	color:#2fa4d8;
}
/**-- CSS 公用样式库 --**/

/*-- 字体字号--*/
.f0{font-size:0;} .f12{font-size:12px;} .f14{font-size:14px;} .f16{font-size:16px;} .f18{font-size:18px;} .fs {font-family:'宋体';}.fw {font-family:'微软雅黑';}

/*-- 外补丁--*/
.mg5{ margin:5px;} .mg10{ margin:10px;} .mg15{ margin:15px;} .mg20{ margin:20px;} .mg25{ margin:25px;} .mg30{ margin:30px;} .mg40{ margin:40px;} .mg50{ margin:50px;}
.mgt1{ margin-top:1px;} .mgt2{ margin-top:2px;} .mgt3{ margin-top:3px;} .mgt4{ margin-top:4px;} .mgt5{ margin-top:5px;} .mgt10{ margin-top:10px;} .mgt15{ margin-top:15px;} .mgt20{ margin-top:20px;} .mgt30{ margin-top:30px;} .mgt40{ margin-top:40px;} .mgt50{ margin-top:50px;}
.mgr1{ margin-right:1px;} .mgr2{ margin-right:2px;} .mgr3{ margin-right:3px;} .mgr4{ margin-right:4px;} .mgr5{ margin-right:5px;} .mgr10{ margin-right:10px;} .mgr15{ margin-right:15px;} .mgr20{ margin-right:20px;} .mgr30{ margin-right:30px;}.mgr40{ margin-right:40px;} .mgr50{ margin-right:50px;}
.mgb1{ margin-bottom:1px;} .mgb2{ margin-bottom:2px;} .mgb3{ margin-bottom:3px;} .mgb4{ margin-bottom:4px;} .mgb5{ margin-bottom:5px;} .mgb10{ margin-bottom:10px;} .mgb15{ margin-bottom:15px;} .mgb20{ margin-bottom:20px;} .mgb30{ margin-bottom:30px;} .mgb40{ margin-bottom:40px;} .mgb50{ margin-bottom:50px;}
.mgl1{ margin-left:1px;} .mgl2{ margin-left:2px;} .mgl3{ margin-left:3px;} .mgl4{ margin-left:4px;} .mgl5{ margin-left:5px;} .mgl10{ margin-left:10px;} .mgl15{ margin-left:15px;} .mgl20{ margin-left:20px;} .mgl30{ margin-left:30px;} .mgl40{ margin-left:40px;} .mgl50{ margin-left:50px;}

/*-- 内补丁--*/
.pd5{padding:5px;} .pd10{padding:10px;} .pd15{padding:15px;} .pd20{padding:20px;} .pd25{padding:25px;} .pd30{padding:30px;} .pd40{padding:40px;} .pd50{padding:50px;}
.pdt1{ padding-top:1px;} .pdt2{ padding-top:2px;} .pdt3{ padding-top:3px;} .pdt4{ padding-top:4px;} .pdt5{ padding-top:5px;} .pdt10{ padding-top:10px;} .pdt15{ padding-top:15px;} .pdt20{ padding-top:20px;} .pdt30{ padding-top:30px;} .pdt40{ padding-top:40px;} .pdt50{ padding-top:50px;}
.pdr1{ padding-right:1px;} .pdr2{ padding-right:2px;} .pdr3{ padding-right:3px;} .pdr4{ padding-right:4px;} .pdr5{ padding-right:5px;} .pdr10{ padding-right:10px;} .pdr15{ padding-right:15px;} .pdr20{ padding-right:20px;} .pdr30{ padding-right:30px;} .pdr40{ padding-right:40px;} .pdr50{ padding-right:50px;}
.pdb1{ padding-bottom:1px;} .pdb2{ padding-bottom:2px;} .pdb3{ padding-bottom:3px;} .pdb4{ padding-bottom:4px;} .pdb5{ padding-bottom:5px;} .pdb10{ padding-bottom:10px;} .pdb15{ padding-bottom:15px;} .pdb20{ padding-bottom:20px;} .pdb30{ padding-bottom:30px;} .pdb40{ padding-bottom:40px;} .pdb50{ padding-bottom:50px;}
.pdl1{ padding-left:1px;} .pdl2{ padding-left:2px;} .pdl3{ padding-left:3px;} .pdl4{ padding-left:4px;} .pdl5{ padding-left:5px;} .pdl10{ padding-left:10px;} .pdl15{ padding-left:15px;} .pdl20{ padding-left:20px;} .pdl30{ padding-left:30px;} .pdl40{ padding-left:40px;} .pdl50{ padding-left:50px;}

/*-- 行间距 --*/
.h20{height:20px;} .h22{height:22px;} .h24{height:24px;} .h26{height:26px;} .h28{height:28px;} .h30{height:30px;}
.lh20{ line-height:20px;} .lh22{ line-height:22px;} .lh24{ line-height:24px;} .lh26{ line-height:26px;} .lh28{ line-height:28px;} .lh30{ line-height:30px;}

/*-- 显示方式 --*/
.auto{margin-left:auto;margin-right:auto;} .b{font-weight:bold;} .n{font-weight:normal;font-style:normal;}
.dn{display:none;} .di{display:inline;} .db{display:block;} .dib{display:inline-block;} .vh{visibility:hidden;} .vv{visibility:visible;}

/*-- 定位布局 --*/
.fl{float:left;} .fr{float:right;} .ovh{overflow:hidden;} .rel{position:relative;} .abs{position:absolute;}
.tc{text-align:center;} .tr{text-align:right;} .tl{text-align:left;} .tdl{text-decoration:underline;}
.vm{vertical-align:middle;} .vb{vertical-align:bottom;} .vt{vertical-align:top;} .vtb{vertical-align:text-bottom;}

/*-- 边框边线 --*/
.bdd{border:1px solid #ddd;}  .bdc {border:1px solid #ccc} .bdbd{border-bottom:1px solid #ddd;}

/*-- 颜色 --*/
.red{color:#F00;} .yellow{color:#FF0} .green{color:#228B22;} .blue{ color:#00BFFF;} .black{color:#000} .white{color:#FFF;} .gray{color:#808080;} .silver{color:#C0C0C0;} .lightgray{color:#D3D3D3;}

/*-- 清除浮动 --*/
.fix{*zoom:1;}.fix:after{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden;}

/*-- 半透明 --*/
.opa3{background: rgba(0, 0, 0,0.3);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#4C000000,endColorstr=#4C000000)"; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#4C000000, endColorstr=#4C000000);}
.opa6{background: rgba(0, 0, 0,0.6);-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#666666,endColorstr=#666666)"; filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#666666, endColorstr=#666666);}


/**-- CSS 网页样式库 --**/

/*-- 头部 header --*/
.header-wrap{
	background:#2fa4d8;
}
.header{
	width:1002px;
	height:82px;
	position:relative;
}
.logo{
	position:absolute;
	top:0px;
	left:0px;
}
.header-img{
	position:absolute;
	top:32px;
	left:198px;
}
.header-search{
	width: 172px;
	height: 25px;
	float: right;
	position: relative;
	top: 28px;
	right:0px;
	background: url(../Images/zjbxm/serch-bg.jpg) 0 0 no-repeat;
}
.header-search input {
	width: 130px;
	height: 16px;
	padding: 3px 0px;
	position: absolute;s
	top: 0px;
	left:10px;
	border: 1px solid #d5edf7;
	background:#d5edf7
}
.header-search .btn-serch {
	display: block;
	width: 30px;
	height: 25px;
	text-indent: -999em;
	position: absolute;
	top: 0px;
	right: 0px;
}
.header-link{
	position:absolute;
	top:10px;
	right:10px;
}
.header-link span{
	padding:0px 5px;
}
.header-nav{
	position:absolute;
	top:40px;
	right:10px;
}
.header-nav li{
	float:left;
	margin-left:33px;
	_display:inline
}
.header-nav li a{
	font-family:"微软雅黑";
	font-size:16px;
	color:#666666;
}
.header-nav li.focus a, .header-nav li a:hover{
	color:#489612;
}

/*-- 导航 nav --*/
.nav-wrap{
	background:#2b9acb;
}
.nav{
	width:1002px;
	height:42px;
	line-height:42px;
}
.nav ul li{
	float:left;
	padding:0px 25px;
	position:relative;
}
.nav ul li a{
	display:block;
	float:left;
	font-family:"微软雅黑";
	font-size:14px;
	color:#fff;
	float:left;
	-moz-transition: all 0.6s ease;
     -webkit-transition: all 0.6s ease;
     -o-transition: all 0.6s ease;
     transition: all 0.6s ease;
}
.nav ul li.focus a, .nav ul li a:hover{
	color:#ff0;
}
.nav-focus ul li{
	padding:0px;
}
.nav-focus ul li a{
	padding:0px 18px;
}
.nav-focus ul li.focus a, .nav-focus ul li a:hover{
	background:#3fb7ec;
	color:#fff
}
.nav-line>ul{
	padding-left:1px;
}
.nav-line>ul>li{
	background:url(../Images/zjbxm/navline.gif) right center no-repeat;
	margin-left:-1px;
}
.nav-line>ul>li:last-child{
	background:none;
}
.nav-incline{
	height:50px;
	line-height:50px;
}
.nav-incline>ul{
	padding-left:27px;
}
.nav-incline>ul>li{
	padding:0px;
	margin-left:-27px;
}
.nav-incline>ul>li>a>span {
	display: block;
	float: left;
	height:50px;
}
.nav-incline>ul>li>a>span.columnl, .nav-incline>ul>li>a>span.columnr {
	width: 26px;
}
.nav-incline>ul>li>a>span.columnr {
	background: url(../Images/zjbxm/navline-incline.gif) center 0 no-repeat;
}
.nav-incline>ul>li:last-child>a>span.columnr {
	background: none;
}
.nav-incline>ul>li>a>span.column {
	padding: 0px 15px;
}
.nav-incline>ul>li.focus>a>span.columnl, .nav-incline>ul>li>a:hover>span.columnl {
	background: url(../Images/zjbxm/columnl-img.png) 0 0 no-repeat;
}
.nav-incline>ul>li.focus>a>span.column, .nav-incline>ul>li>a:hover>span.column {
	background: #3bb4fa;
}
.nav-incline>ul>li.focus>a>span.columnr, .nav-incline>ul>li>a:hover>span.columnr {
	background: url(../Images/zjbxm/columnr-img.png) 0 0 no-repeat;
}

.subnav{
	position: absolute;
	left:0px;
	top:42px;
	z-index: 999;
	display:none
}
.subnav li {
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.subnav li a{
	display: block;
	width: 106px;
	height:100%;
	background: #258cf2;
	color:#fff
}
.subnav li a:hover {
	color:#ff0
}


/*-- 广告 banner --*/
.flexslider {
	position: relative;
	overflow: hidden;
	background: url(../Images/zjbxm/loading.gif) 50% no-repeat;
}
.slides {
	position: relative;
	z-index: 1;
}
.slides li a {
	display: block;
}
.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
    *display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	background: url(../Images/zjbxm/dot.png) right 0 no-repeat;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background-position: 0px 0;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}
.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}
.flex-direction-nav li a.flex-prev {
	left: 60px;
	background: url(../Images/zjbxm/banner-prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	right: 60px;
	background: url(../Images/zjbxm/banner-next.png) center center no-repeat;
}
 @media (min-width: 1440px) {
.flex-direction-nav li a.flex-prev {
	left: 300px;
	background: url(../Images/zjbxm/banner-prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	right: 300px;
	background: url(../Images/zjbxm/banner-next.png) center center no-repeat;
}
}
.banner-slider{
	margin-top:18px;
	overflow:hidden;
	background:url(../Images/zjbxm/slider-bg.gif) center 320px no-repeat;
	height:350px; /*-bannerwrap height-*/
}
.banner-slider .slides li, .banner-slider .slides li a {
	height: 320px;  /*-img height-*/
}


/*-- 新闻幻灯 news-slideshow --*/

.newslideshow .slides li, .newslideshow .slides li a {
	height: 200px;  /*-img height-*/
}
.newslideshow .slides li p {
	position: absolute;
    width: 60%;
	padding-right:40%;
    bottom: 0px;
    height: 30px;
    line-height: 30px;
    background: url(../Images/zjbxm/opacity-bg.png) repeat;
}
.newslideshow .slides li p a {
    color: #fff;
    padding-left: 10px;
}
.newslideshow .flex-control-nav{
	width:40%;
	bottom:5px;
	right:0px;
	font-family:Arial, Helvetica, sans-serif
}

/*-- 页面主体 main --*/
.main{
	width:1002px;
}
.main-left{
	width:210px;
}
.main-content{}
.main-right{
	width:755px;
	padding-bottom:30px;
}
.main-top{}
.main-top-left{}
.main-top-right{}
.main-center{}
.main-center-left{}
.main-center-right{}
.main-bottom{}
.main-bottom-left{}
.main-bottom-rights{}

/*-- 底部 footer --*/
.footer-wrap{
	background: #2b9acb;
	margin-top:40px;
}
.footer{
	width:1002px;
	height:86px;
	position:relative;
}
.copyright{
	color:#fff;
	padding-top:20px;
	line-height:24px;
}
.copyright a{
	color:#fff;
}
.copyright span{
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 2px;
}
.footernav{
	position:absolute;
}
.footer ul.footernav{
	left: 0px;
	top: 35px;
}
.footernav li{
	float:left;
	padding:0px 12px;
	background:url(../Images/zjbxm/footernav-line.gif) right 1px no-repeat;
}
.footernav li:last-child{
	background:none;
}
.footernav a{
	color: #fff;
}
p.footernav{
	width:100%;
	top:10px;
}
p.footernav span{
	color:#fff;
	padding:0px 6px;
}

/*-- 文字新闻列表 list-news --*/
.list-news ul li{
	height: 26px;
    line-height: 26px;
}
.list-news ul li span{
	float:right;
	color:#888;
}
.list-style-icon ul li{
	padding-left:10px;
	background:url(../Images/zjbxm/list-news-icon.gif) 0 center no-repeat;
}

/*-- 热点新闻 hot-news --*/
.hot-news ul li{
	padding:6px 0px;
}
.hot-news h3{
	height:26px;
	line-height:26px;
	font-size:14px;
}
.hot-news p{
	color:#666;
	line-height:22px;
}
.hot-news p a{
	color:#f00;
	margin-left:5px;
}
.hot-news-pic{
	width:100px;
	height:65px;
	overflow:hidden;
	text-align:center;
	float:left;
	margin-right:12px;
	padding-top:5px;
}

/*-- 列表页 list-news --*/
.banner{
	height:280px;
}
.columnname {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #fff;
    background: #1196e7;
}
.submenu li a{
	display:block;
	height:40px;
	line-height:40px;
    font-size: 14px;
	background:#eee
}
.navigation-bar{
	height:40px;
	line-height:40px;
}
.pages {
	text-align: center;
	height: 26px;
	line-height: 26px;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif
}
.pages a {
	margin:0 5px;
	padding: 4px 8px;
	background:#f1f3f2;
	border: 1px solid #f1f3f2;
	color:#a5a9aa
}
.pages a:hover, .pages a:active {
	COLOR: #fff;
	background: #2b9acb;
	border: 1px solid #2b9acb
}
.pages span.current {
	margin:0 5px;
	padding: 4px 8px;
	color:#fff;
	background: #2b9acb;
	border: 1px solid #2b9acb;
}
.pages span.disabled {
	display:none
}

/*-- 内容页 content --*/
.news-title {
    font-size: 18px;
    line-height: 40px;
}
.release-time{
	color:#888;
	line-height: 24px;
}
.content{
	padding:20px 0px;
    line-height: 220%;
}
.content>p{
	    text-indent: 2em;
		margin-bottom:5px;
}
.content p img {
    display: block;
    margin: 15px auto;
    max-width: 890px;
}
.content table p {
	text-indent: 0;
}
.prev-next {
	border-top: 1px solid #e3e3e3;
	margin-top: 20px;
	padding-top: 20px;
	line-height: 26px;
}
.prev-next span{
	color:#2fa4d8
}
.bdsharebuttonbox{
	margin-top:-40px;
}
.bdsharebuttonbox span {
	float: left;
	position: relative;
	top: 7px;
}

/*-- 图片新闻列表页picture news --*/

.picture-news ul li {
	height: 93px;
	padding:25px 20px;
}
.picture-news ul li.bg{
	background:#f7f7f7
}
.picture-news-img {
	width: 130px;
	height: 93px;
	margin-right: 15px;
	text-align: center;
	overflow:hidden
}
.picture-news-title {
	font-size: 14px;
}
.picture-news-time {
	color: #999;
	padding-top: 5px;
}
.picture-news-brief {
	color: #666;
	line-height: 22px;
	padding-top: 5px;
}

/*-- form 表单 --*/
.form table tr td{
	padding:8px;
}
.form-input{
	height:16px;
}
.form-input, .form-textarea, .form-select{
	padding:8px 10px;
	border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.form-select{
	padding:7px 10px;
}
.form-label{
	margin-right:6px;
}
.form-radio, .form-checkbox{
	position:relative;
	margin-right:6px;
	top:2px;
}
.validation{
	margin:0px 10px;
	cursor:pointer
}
.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
	padding: 8px 30px;
}
.btn-default{
	color:#333;
	text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}
.btn-default:hover{
	background-color: #ebebeb;
	background-image:none
}
.btn-primary{
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #204d74;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}
.btn-primary:hover{
	background-color: #265a88;
	background-image:none
}
.btn-success{
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}
.btn-success:hover{
	background-color:#419641;
	background-image:none
}
.btn-info{
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
    background-image: linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #269abc;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}
.btn-info:hover{
	background-color:#2aabd2;
	background-image:none
}
.btn-warning{
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    background-image: -webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image: -o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));
    background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #d58512;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}
.btn-warning:hover{
	background-color:#eb9316;
	background-image:none
}
.btn-danger{
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #ac2925;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}
.btn-danger:hover{
	background-color:#c12e2a;
	background-image:none
}
body{
	font-family:"微软雅黑";
}







