@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	font-size:16px;
}
h1, h2, h3, h4, h5, h6, p , ul, ol, li, dl, dt, dd { margin: 0; padding: 0; }
h1 { font-size: 1.8em }

input, button, img { vertical-align:middle;}
a img { border: none }

td, th {
    padding: 8px;
}
/*input{
	background-color: #ffffff;
    background-image: none;
	padding:6px 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin:5px;
}*/


/* Layout */
.body{
	line-height:1.7;
}
.container {
	/*width: 1200px !important;*/
	position: relative;
}
@media (min-width: 768px){
.navbar-nav{
	text-align: center;
	padding: 0;
}
.navbar-nav>li {
    float: none;
    display: inline-block;
}
}
.navbar-default {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 1000;
}
.header{
	position:relative;
}
.navbar h1{
	padding: 0;
	margin: 0;
	display: none;
}
.navbar-brand>img {
    display: block;
    height: 50px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-weight: 700;
}
.nav>li{
	margin: -10px 0 0 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 6px;
}
.btn-program{
	position: absolute;
	top: 70px;
	right:280px;
	width: auto;
}
.btn-program a{
	background:#79d6ee;
}
.page-title h2{
	margin: 2em 0 4rem 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #005a2a;
}
.page-title:after{
	margin-top: -2rem;
	width: 4rem;
    border-top-width: 7px;
    content: "";
    display: inline-block;
    border-top-style: solid;
    border-color: #00853e;
    box-sizing: border-box;
}
.banner{
	padding-top: 50px;
	display: block;
    background-image:url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
	background-size: 100%;
	opacity: 1;
	animation: view-slideup 2s cubic-bezier(0.2,1, 0.2,1);
}
/*.banner img{
	width: 100%;
	height: 350px;
}*/
.two-line{
	padding: 5px 10px !important;
	position: relative; top: 11px;
}
@keyframes view-slideup {
	0% {
		opacity: 0;
		transform: translate(0,35px);
	}
	100% {
		opacity: 1;
		transform: translate(0,0);
	}
}
@media (max-width: 1500px) {
	/*.banner img{
		width: 100%;
		height: 400px;
	}
	.banner{
		background-size: 110%;
		background-position: center;
	}*/
}
@media (max-width: 1200px) {
	/*.banner img{
		width: 100%;
		height: 350px;
	}
	.banner{
		background-size: 130%;
		background-position: center bottom;
	}*/
}
@media (max-width: 767px) {
	.container{
		width: 100%;
	}
	.banner img{
		width: 100%;
		height: 300px;
	}
	.banner{
		background-color: #01307c;
		background-image: url(../images/banner-2.jpg);
		background-size: 100%;
		background-position: left bottom;
	}
	.navbar h1{
		display: block;
	}
	.navbar-default .navbar-nav>li>a>br {
		display: none;
	}
	.two-line{
		padding: 15px 10px !important;
		top: 0px;
		margin: 0;
	}
	.nav>li {
	    margin:0;
	}
}
@media (max-width: 650px) {
	.banner img{
		width: 100%;
		height: 200px;
	}
}
@media (max-width: 450px) {
	/*.navbar-brand img{
		width: 200px;
		margin: 10px 0 0 5px;
	}
	.banner img {
	    width: 100%;
	    height: 110px;
	}
	.banner {
	    background-size: 190%;
	}*/
}
@media (min-width: 768px){
.navbar-nav {
    float: none;
    margin: 10px 0 0 0; 
}
}
.main{
	clear:both;
	min-height:400px;
	background:#FFF;
}
.pre-footer{
	background: #eeeeee;
	color: #fff;
	border-top: 1px solid #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	margin-top: 4em;
}
.pre-footer p{
	color: #111;
}
.pre-footer .container {
    border-top: none;
}
.footer{
	text-align: center;
	color: #fff;
	background: #434343;
	background: -moz-linear-gradient(top, #434343 1%, #323232 100%);
	background: -webkit-linear-gradient(top, #434343 1%,#323232 100%);
	background: linear-gradient(to bottom, #434343 1%,#323232 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#323232',GradientType=0 );
	box-shadow: inset 0px 0px 15px rgba(0,0,0,0.5);
	padding: 0.5em 0;
}
.footer-img{
	background:#eeeeee url(../images/footer-img.png) no-repeat center top;
	background-size: 100%;
	margin: -3em auto 0 auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.title{
	background: url(../images/title.html) no-repeat left bottom;
	padding:5px 0 27px 45px;
	color:#003f78;
}
.top-links{
	float:right;
	position:absolute;
	top:5px;
	right:5px;
}
	.top-links li{
		list-style-type:none;
	}
	.top-links li a{
		color: #999;
		text-decoration:none;
	}
	.top-links li a:hover{
		text-decoration:underline;
		position:relative;
		top:1px;
	}
.hotnews{
	background:url(../images/hotnews.html) no-repeat left top;
	padding:0 30px;
	height:50px;
	line-height:50px;
	color: #069;
}

.form-active{
	line-height:1.7;
}
	.form-active table{
		border-top:#CCC 1px solid;
		border-left:#CCC 1px solid;
	}
	.form-active .btn-yes{
		margin:0 auto;
	}
	.form-active strong{
		color:#F00;
		padding:0 3px;
	}
	.form-active th, .form-active td{
		border-right:#CCC 1px solid;
		border-bottom:#CCC 1px solid;
		padding:3px 7px 2px 7px;
	}
	.form-active th{
		font-weight:normal;
		color:#030;
		text-align:right;
	}
	.form-active em{
		color:#060;
	}
.content{
	min-height:30em;
	position:relative;
}
.index-news{
}
.index-keydates{
	padding:1em 1em 1em 1em;
	margin: -1.6em 0 2em 0;
	border-radius:0 20px 20px 20px;
	box-shadow: 0px 16px 20px -12px rgba(0,0,0,0.09);
	background: #f4f4f4;
	background: -moz-linear-gradient(-45deg, #f4f4f4 1%, #ffffff 40%, #ededed 100%);
	background: -webkit-linear-gradient(-45deg, #f4f4f4 1%,#ffffff 40%,#ededed 100%);
	background: linear-gradient(135deg, #f4f4f4 1%,#ffffff 40%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ededed',GradientType=1 );
}
    .index-keydates p{
		padding:.5em 0 .5em 1em;
    }
	.index-keydates strong{
		color:#008cd4;
	}
.host{
}
.visitor{
}
	.visitor p{
		line-height:30px;
		text-align:center;
		color:#000;
	}
	.visitor strong{
		color:#4d2d00;
	}
.marquee-wrapper{
	height: 50px;
	background: #00853e;
	background: -moz-linear-gradient(top, #00853e 0%, #00652f 100%);
	background: -webkit-linear-gradient(top, #00853e 0%,#00652f 100%);
	background: linear-gradient(to bottom, #00853e 0%,#00652f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00853e', endColorstr='#00652f',GradientType=0 );
    box-shadow: 0px 0px 15px rgba(0,0,0,0.09);
	margin-bottom:1em;
}
    .marquee-wrapper .marquee-title{
    	text-shadow: 1px 1px 1px #ffffff;
    	background: url(../images/marquee.html) no-repeat right top;

    }
    .marquee-wrapper .marquee-text,
    .marquee-wrapper .marquee-text a{
    	text-decoration: none; 
    	color: #000000;
    	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
    }
.marquee{
	clear:both;
	height:50px;
	display:block;
	line-height:50px;
	padding:0 0 0 2em;
	width:100%;
	text-align:center;
}
.marquee-area ul {
        position: absolute;
		list-style-type:none;
		width:100%
    }
	.marquee-area li{
	}
    .marquee-area{
        position: relative;
        overflow: hidden;
        height:50px;
		color:#fff;
    }
    .marquee-area a{
		text-decoration:none;
		color:#fff;
		text-align:center;
	}
.list{
}
	.list ul{
	}
	.list li{
		display:block;
		color:#62c3f5;
		padding:.6em 0 .6em 0;

		border-bottom:#CCC 1px dotted;
	}
	.list li a{
		color:#000;
		text-decoration:none;
		padding-left:5px;
	}
	.list li a:hover{
		color: #F00;
	}
	.list .more{
		float:right;
		height:2em;
		display:block;
		line-height:2em;
	}
	.list .more a{
		width: auto;
	    padding: 0 0.8em;
	    margin: 0.5em 0;
	    border: 3px solid #00853e;
	    color: #00853e;
	    display: inline-block;
	    text-decoration: none;
	}
	.list .more a:hover{
		position:relative;
		top:1px;
	}
.pages{
	text-align:center;
	padding:0.7em;
	color:#999;
}
    .pages a{
		padding:0 0.5em;
		color:#8eaa47;
		text-decoration:none;
	}
	.pages a:hover{
		text-decoration:underline;
		color:#6c8a1d;
	}
.bread{
	width:50%;
	position:absolute;
	top:22px;
	right:40px;
	display:block;
	text-align:right;
	color:#999;
	text-shadow:1px 1px 1px #FFFFFF;
	font-size:0.9em;
}
    .bread a{
		text-decoration:none;
		color:#749100;
	}
	.bread a:hover{
		text-decoration:underline;
	}
.text-time{
	font-size:0.9em;
	color:#999;
	text-align:right;
}
.tabs {
	clear: left;
	margin: 10px 0;
	width: 100%;
	min-height: 36px;
	border-bottom: 1px solid #999999;
	padding-bottom:1px;
}
	.tabs ul {
		list-style-type:none;
	}
	.tabs li {
		float: left;
		height: 35px;
		line-height: 35px;
		overflow: hidden;
		position: relative;
		margin-right:3px;
		border: 1px solid #dfdfdf;
		background:#dfdfdf;
		border-radius:5px 5px 0 0;
		margin-bottom: 5px;
	}
	.tabs li a {
		display: block;
		padding: 0 20px;
		color: #333;
		text-decoration: none;
		border-radius:3px 3px 0 0;
	}
	.tabs li a:hover {
		background: #ffffff;
		background: -moz-linear-gradient(-45deg, #ffffff 0%, #dcdcdc 100%);
		background: -webkit-linear-gradient(-45deg, #ffffff 0%,#dcdcdc 100%);
		background: linear-gradient(135deg, #ffffff 0%,#dcdcdc 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=1 );
	}
	.tabs li.ui-tab-active a, .ui-tabs li.active a:hover{
		background: #00853e;
	background: -moz-linear-gradient(top, #00853e 0%, #00652f 100%);
	background: -webkit-linear-gradient(top, #00853e 0%,#00652f 100%);
	background: linear-gradient(to bottom, #00853e 0%,#00652f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00853e', endColorstr='#00652f',GradientType=0 );
		color:#FFF;
	}
.tabs:before,
.tabs:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabs:after,
.clearfix:after {
  clear: both;
}

.g-pb-20{
	padding-bottom: 20px;
}

.imp-data{
	background: #00853e;
	background: -moz-linear-gradient(top, #00853e 0%, #00652f 100%);
	background: -webkit-linear-gradient(top, #00853e 0%,#00652f 100%);
	background: linear-gradient(to bottom, #00853e 0%,#00652f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00853e', endColorstr='#00652f',GradientType=0 );
	padding: 0.1em 0.8em;
	border-radius:5px ;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	border: 1px solid #fff;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
	cursor: pointer;
	position: relative;
	top: 0px;
	transition: all .1s ease;
}
.imp-data:hover{
	position: relative;
	top: -2px;
}
.input-group{
	margin-bottom: 1.5em;
}
.form-inline{
	display: inline-block;
}
.btn-home{
	border-radius: 5px;
	border:1px solid #999;
	padding:3px 5px !important;
	margin: 8px 5px 5px 5px;
	color: #777 !important;
	background: rgba(0,0,0,0.1);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
	background: #08528e;
	background: -moz-linear-gradient(top, #08528e 1%, #003764 100%);
	background: -webkit-linear-gradient(top, #08528e 1%,#003764 100%);
	background: linear-gradient(to bottom, #08528e 1%,#003764 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08528e', endColorstr='#003764',GradientType=0 );
}
.nav-tabs>li>a>span{
	display: block;
	text-align: center;
}
.nav-tabs>li>a{
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.nav-tabs>li>a>img{
	height: 160px;
}
@media (max-width: 768px){
	.nav-tabs>li>a{
		text-align: left;
	}
	.nav-tabs>li>a>span{
		display: inline-block;
		padding-top: 20px;
		text-align: left;
	}
	.nav-tabs>li>a>img{
		height: 80px;
		float: left;
		margin-right: 20px;
	}
	.nav-tabs>li>a:after{
		content: "";
		clear: both;
		display: block;
	}
	.nav-tabs>li{
		width: 100%;
	}
	.nav-tabs>li,
	.nav-tabs>li>a{
		display: block;
	}
}