*{
	padding: 0;	
	margin: 0;
}
html,body{
	font-family:"Arial","Microsoft YaHei","微软雅黑","宋体",sans-serif;
	height: 100%;
	font-size:14px;
	color:#333;
}
@media (max-width: 768px) {
	.xs_hide{
		display: none;
	}
}
.main_page{
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
h3{
	font-size: 18px;
	font-weight:bold;
}
a{
	color: #333;
}
a:hover{
	color:#337ab7;
}
.section{
	background:#fff;
	border:1px solid #eee;
	box-shadow:0 1px 1px rgba(0,0,0,.2);
}
.col-sm-12{
	padding: 0;
}
.right_side{
	float:right;
}

.topbar{
	background: #f1f1f1;
	font-size: 0.8em;
	height: 26px;
	line-height: 26px;
	border-bottom:4px solid #5fa8ec;
}
.head_area{
	padding-left:0;
	padding-right:0;
}
.list-inline{
	margin-bottom: 0;
}
.list-inline li a{
	color:#6f6f6f;
	padding-right: 3px;	
}

.main_area{
	padding-bottom: 110px;
}

.navbar-default{
	background: #0780d3;
}
.navbar{
	border:0;
	margin:0 15px;
	border-radius:0;
}
.navbar-default .navbar-nav>li>a{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.navbar-default .navbar-nav>li>a:hover{
	color: yellow;
}
.nav>li>a{
	padding: 15px;
}
.navbar-toggle{
	float:left;
	margin-left: 15px;
	margin-right: 0px;
}
.sub_title{
	float:left;
    margin-left: 10px;
    font-size: 0.9em;
    color:#4c4ca0;
} 
.sub_header{
	background:url(none.png) #5fa8ec no-repeat;
	color:#fff;
	font-weight: bold;
	border-radius: 20px;
	padding: 2px 10px;
	padding-left:25px;
	font-size: 1.2em;
	margin: 10px 6px;
}

/*幻灯片*/
.slide_area{
	background:linear-gradient(to bottom,rgb(95, 167, 236),rgba(255, 255, 255, 0.7)) no-repeat;
	margin-top:1px;
}
.slider-wrapper { 
	width: 75%; 
	margin: 10px auto;
}
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 2px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
.news_list{
	padding-top: 5px;
}
.news_list li{
	padding: 4px 8px;
	margin:5px 10px;
	border-bottom:1px dotted #8db6c2 ;
}
.panel-head{
	text-align:center;
	border-bottom:1px dashed #bbb;
	margin:10px;
	padding-bottom:10px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background-color: #79acb2;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color:#fff;
	font-weight: bold;
}
.more{
    color:#fff;
}
.ul_padding{
	padding-left:30px;
}
.ul_padding li{
	padding:1px;
}
.item-title{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-content{
	padding: 10px 35px;
	line-height: 1.8em;
}
.news-content img,video{
    height: auto;
    max-width: 100%;
}
.addr li{
	padding: 3px;
	font-size: 0.9em;
}
.wel_words{
	font-size:18px;
	text-align:center;
	color:#333;
	padding-top:40px;
}
.per_intro{
	text-indent:2em;
	padding-top:10px;
}
.yuan_pic{
	float:right;
	padding-right:20px;
}
.main_content{
	padding:0 2%;
}
.contact_list{
	padding-left:10px;
}
.contact_list li{
	padding:7px 20px;
}
.main_content p{
	line-height: 1.8em;
}
.intro_list li{
	padding:5px 10px;
}