﻿
body {
    padding-top: 0px;
    padding-bottom: 0px;
	font-family:'Microsoft YaHei','微软雅黑';
}

* {
    margin: 0;
    padding: 0;
}
/*header, footer, nav, section {
    display: block;
}*/
ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
a{
    text-decoration:none
}
a:link{
    text-decoration: none !important;
}
a:hover{ 
    text-decoration:none !important

} 
/* Set padding to keep content from hitting the edges */
/*这里用于改变bootstrap导航颜色*/
/*.navbar-nav li:hover {
	display: block !important;
	background-image: url(/Images/bg_top_a.jpg) !important;
	color: #cc0000 !important;
}*/
.navbar-nav li:hover {
	display: block !important;
	background: #2c2c2c;
	color: #fff !important;
}
.navbar .nav > li .dropdown-menu {
	margin: 0 !important;
	background: #2c2c2c;
	border: 1px solid #2c2c2c !important;
}

.navbar .nav > li:hover .dropdown-menu {
	display: block !important;
}

.dropdown-menu {
	min-width: 100% !important;
	text-align: center !important;
	background: #2c2c2c !important;
}

	.dropdown-menu > li > a {
		padding: 0 !important;
		line-height: 28px !important;
		background: #2c2c2c !important;
		border: 1px solid #2c2c2c !important; /*下拉框颜色*/
		color: #fff !important;
	}

		.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
			color: #fff !important;
			background: #b40f02 !important;
			border: 1px solid #b40f02 !important; /*下拉框颜色*/
		}
.title-size{
    /*color:#ffffff;*/
    font-size:16px;
}
.strcut {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main-title {
	
}
.right-box-title {
	line-height: 26px;
	border-bottom: 1px double #d0cdcd;
	color: #cc0000;
}

	.right-box-title span {
		font-size: 12px;
		color: #666;
		margin-left: 2px;
	}
.text-content{
    line-height:28px;
}
.text-content img{
    display:block;
    max-width:100%;
    height:auto;
    padding:5px;
}
.upline {
	font-size: 36px;
	font-weight: bold;
	color: #0094ff;
	text-align: center;
}

.clear {
    height: 10px;
    clear: both;
}

.back {
    height: 50px;
    line-height: 50px;
    text-align: right;
}
/*手机底部菜单*/
#tool {
	left: 0px; right: 0px; bottom: 0px; position: fixed; z-index: 900; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul.toollist {
	margin: auto; left: 0px; height: 48px; right: 0px; bottom: 0px; display: block; position: fixed; z-index: 900;
}
.toollist li {
	background: none; margin: 0px; border-radius: 0px !important; width: 25%; height: 100%; float: left; position: static !important; box-sizing: border-box; box-shadow: none !important; -webkit-box-sizing: border-box; -webkit-box-flex: 1; box-flex: 1;
}
.toollist li a {
	text-align: center; line-height: 20px; padding-top: 2px; font-size: 20px; text-decoration: none; display: block; position: relative;
}
.toollist li a img {
	width: 24px; height: 24px;
}
.toollist li a p {
	margin: 1px 0px; text-align: center; line-height: 18px; font-size: 14px; display: block !important;
}
.toollist {
	background: #cc0000;
}
.toollist li {
	border-right-color: rgba(255, 255, 255, 0.7); border-right-width: 1px; border-right-style: solid;
}
.toollist li a {
	color: rgb(255, 255, 255);
}

/* 添加淡入淡出的 */
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

	.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
		left: 0;
		opacity: 0;
	}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
    padding-left: 20px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


/*分页样式*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
