@charset "utf-8";

body {
    background-color: #6c6320;
}

/* 头部   */

.g-nav {
    background-color: #009748;
}
.g-nav ul li {
    background-color: #009748;
}

.g-nav ul li:hover {
    color: #009748;
    background-color: #eee;
}

.g-nav ul li a {
    color: #fff;
}

.g-nav ul li a:hover {
    color: #009748;
}


/* 首页内容  */
.intro-header .content-title {
    border-bottom: 4px solid #009748;
}

.inter-content .inter-title span {
    color: white;
    background-color: #009748;
}


.intro-header a:hover, .intro-header .content-more:hover {
    color: #009748;
}

.sate-content .intro .intro-more {
    color: white;
    border-color: #009748;
    background-color: #009748;
}

.sate-content .intro .intro-more:hover{
    color: white;
    border-color: #009748;
    background-color: #009748;
}


.sate-content .sate-title a {
    color: white;
}

.sate-content .sate-title a:hover {
    color: #009748;
    background-color: white;
}

.intro-content {
    /* border: 1px solid #009748; */
}

.carousel-indicators .active {
    background-color: #009748;
}

.dialog-box{
	height: 40px;
    color: white;
    background: #009748;
    opacity: 0.7;
}
.dialog-text{
	font-weight: bold;
    color: white;
    padding: 10px;
    line-height: 20px;
}
.triangle-down{
	width: 0;
    height: 0;
    margin-left: 25%;
    margin-right: 10%;
    border-left: solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #009748;
    opacity: 0.7;
}

.desc-geogra{
	position: absolute;
	margin: -26.5% 52.5%;
	width: 120px;
}

.position-word {
	position: absolute;
	margin: -25.5% 54.5%;
	color: white;
	min-width: 125px;
	min-height: 50px;
	padding: 10px;
	background: url(../casc/home/pic/frame.png) no-repeat no-repeat;
}


.global-canvas{
	background: #b7dfc7;
	border: 1px solid #009748;
}

.h-title{
	/* background: #b7dfc7; */
}

.emer-prod,.emer-prod:hover{
	color: #fff;
    background-color: #009748;
    border-color: #009758;
}

.mail-box{
	border: thin solid #009748;
}
.mail-box a,.mail-box a:hover{
	color: #009748;
}

.code-title {
   border-bottom-color: #599c79;
}

.back-font-color{
	background: white;
	color: #599c79;
}

.table-subject thead tr th, .table-condensed thead tr th, .table-striped thead tr th, .s-table tbody tr th{
	background: #dbeae3;
	color: black;
	border: 1px solid #fff;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: black;
    cursor: default;
    background-color: #dbeae3;
    border-color: #dbeae3;
}



input[type='checkbox']:checked, input[type='radio']:checked {
	color: #009748;
}
input[type='checkbox']:checked + span, input[type='radio']:checked + span {
	color: #599c79;
}

.con-title{
	border-left: 8px solid #579d78;
}

/*  侧边       */
.panel-primary {
    border-color: #e5e5e5;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #599c79;
    border-color: #599c79;
    
}

/* 底部 */
.u-footer {
    background-color: #009748;
    color: white;
}

