@charset "utf-8";

.dialog-box{
	padding: 10px;
    color: white;
    background: #25928f;
}

.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 #25928f;
    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(pic/frame.png) no-repeat;
}

.g-slides .item .carousel-caption h4 {
	margin-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}

.g-slides .item .carousel-caption {
	background-color: #000;
	opacity: 0.7;
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 40%;
	right: 0%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: 0%;
	margin-left: -20px;
	text-align: right;
	list-style: none;
}

.carousel-caption-frame {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.7;
}

.carousel-caption {
	position: absolute;
	bottom: 0px;
	right: 0%;
	left: 0%;
	z-index: 10;
	color: #fff;
	padding-bottom: 0px;
	line-height: 30px;
	background-color: #000;
	opacity: 0.7;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-indicators li {
	display: inline-block;
	width: 50px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0, 0, 0, 0);
	background-color: white;
	border: 1px solid #fff;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 52px;
	height: 12px;
	margin: 0;
	background-color: blue;
	border: 0px solid #fff;
	opacity: 0.6;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    height: 600px;
    margin: 0 auto;
}

.carousel-inner>.item>video {
    height: 595px;
    margin: 0 auto;
}

.dropdown-menu {
	min-width: -webkit-fill-available;
}

.u-datalink img {
	width: 100%;
	height: 140px;
}

.u-datalink {
    margin-bottom: 20px;
}

.u-datalink a {
	color: black;
	font-size: 1.2em;
	line-height: 2;
	text-decoration: none;
}

.u-datalink a:hover {
	color: #23527c;
	text-decoration: none;
}


/* 首页内容 */


.intro-header {
	font-size: 1.1em;
	margin-bottom: 10px;
	margin-top: 20px;
	border-bottom: 1px solid #aaa;
}


.intro-header .content-more {
	float: right;
	padding-top: 2.5%;
	color: #666;
}
.intro-header a:hover {
    color: #ccc;
}

.intro-header .content-title {
	font-size: 1.6em;
	margin-bottom: 0;
	border-bottom: 4px solid #859fcc;
}

.sate-content {
    height: 110px;
}

.index-content .intro-header .content-more {
	padding-top: 2.5%;
    color: #666;
}

.sate-intro .intro-header .content-more {
    padding-top: 5.5%;
    color: #666;
}


.sate-content .sate-title a {
    color: white;
    background-color: #3c3;
	padding: 10px;
}

.sate-content .sate-title a:hover {
    color: #3c3;
    background-color: white;
}

.inter-content {
	margin-bottom: 20px;
}

.inter-content .inter-title {
	
    margin-bottom: 5px;
    font-weight: bolder;
}

.inter-content .inter-title span{
	color: white;
    background-color: #3c3;
    text-decoration: none;
    padding: 5px 10px;

}

.inter-content .inter-title a{
    text-decoration: none;
    padding: 5px 10px;
    color: black;
}
.inter-content .inter-title a:hover{
    text-decoration: none;
    padding: 5px 10px;
    color: #23527c;
}

.inter-content p {
	float: left;
	line-height: 1.82857143;
	margin-bottom: 20px;
}

.sate-intro .sate-content .sate-img img {
	width: 80%;
	text-align: center;
	padding: 15% 15%;
	margin-left: 15%;
	margin-bottom: -15%;
}

.sate-content .sate-img, .sate-content .sate-img-short {
	position: relative;
	width: 80%;
	overflow: hidden;
}

.sate-content .sate-img .sate-title, .sate-content .sate-img-short .sate-title {
	position: absolute;
	padding-top: 10px;
}

.sate-content .intro p {
	width: 80%;
	float: left;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-align: justify;
	text-justify: inter-ideograph; /*IE*/
	overflow: hidden;
	height:4em;
	padding-right: 1%;
}

.sate-content .intro .intro-more, .intro-more-short {
	float: right;
	width: 19%;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	color: white;
	cursor: pointer;
	border: 1px solid transparent;
	background-color: #337ab7;
	border-color: #2e6da4;
	text-decoration: none;
}


.sate-intro .sate-content .sate-img-short img {
    margin-left: 100px;
    margin-bottom: 10px;
    padding: 0;
    height:100px
}