@charset "utf-8";
/* CSS Document */
	
body{ background-color:#fff;}
	.jiathis_style dl, .jiathis_style dt, .jiathis_style dd, .jiathis_style ol, .jiathis_style ul, .jiathis_style li, .jiathis_style fieldset, .jiathis_style form, .jiathis_style label, .jiathis_style legend, .jiathis_style table, .jiathis_style caption, .jiathis_style tbody, .jiathis_style tfoot, .jiathis_style thead, .jiathis_style tr, .jiathis_style th, .jiathis_style td, .jiathis_style span{border:0;}
.clear{ clear:both; height:0; font-size:0; overflow:hidden; zoom:1;}


/*content*/
.daoyu_box{width:100%; background-color:#fff;}
.daoyu{width:1210px;margin:0 auto;height:49px;position:relative; z-index:9;}
	.daoyu .part02{color:#000;overflow:hidden;text-align:right;padding:15px 15px 0 0 ;}
	.part03{width:169px;height:97px;position:absolute;left:24px;top:12px;z-index:10;}

	
.all_box{width:100%; font-family:Arial, Helvetica, sans-serif; color:#000; font-size:14px; line-height:25px; background:url(../image/banner.jpg) no-repeat center top #fff; padding-top:503px;}
	.daoyutext{ background:url(../image/daoyubg.jpg) no-repeat;font-size:16px; color:#4C4446; font-family:微软雅黑; font-weight:bold; line-height:29px; text-indent:2em; width:1007px; height:111px; padding:17px 20px 0 150px; margin:0 auto;}
	.titlestyle{ background:url(../image/titlebg.jpg) no-repeat; width:1008px; padding-left:162px; height:55px; margin:30px 0 20px 0;}
	.detail a{ color:#f00; text-decoration:none;}
	.detail a:hover{ color:#f00; text-decoration:underline;}
	.all_box h2{ text-align:center; font-size:16px; line-height:25px; font-weight:bold; margin-bottom:8px;}
	.all_box h2 a{ color:#000;}
	.all_box p{ text-indent:2em; font-size:14px; line-height:25px; color:#000; padding:0 5px;}
	
	
	.all_con{ width:1170px; padding:0 20px; margin:0 auto;}
	
	
/*content01*/
.left01{ width:655px; float:left; padding-top:20px;}
.right01{ width:501px; height:333px; float:right; padding-top:10px;}
		
/*content02*/
.list01{ overflow:hidden; margin-bottom:20px;}
	.list01 .imgli{ width:292px; float:left; height:191px; margin-right:15px;}
	.list01 .textli{ width:270px; float:left; margin-right:16px;}
		.list01 .textli p{ line-height:22px;}
	.list01 .nomar{ margin-right:0;}
		
		
/*content03*/
.left02{ width:314px; height:423px; float:left;}
.middle02{ width:510px; float:left; margin-left:16px;}
.right02{ width:314px; height:423px; float:right;}
.list02{ margin-top:30px; overflow:hidden;}
	.list02 li{ width:210px; height:280px; float:left; margin-right:30px;}
	.list02 .nomar{ margin-right:0;}
	
/*content04*/
.list03{ overflow:hidden; margin-bottom:35px;}
	.list03 li{ width:363px; float:left; margin-right:40px;}
	.list03 .nomar{ margin-right:0;}
		.list03 li .imgbox{ margin-bottom:10px;}
		.list03 li p{ text-indent:0; text-align:center; font-size:16px; font-weight:bold;}
		.list03 li p a{ color:#000;}

/*content05*/



/*content06*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block; margin:0 auto; margin-bottom:10px;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { position:relative; zoom: 1;}
.flex-viewport {height:650px;}
.loading .flex-viewport {height:650px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 32px; height: 50px; display: block; background: url(../image/slider-nav.png) no-repeat 0 0; position: absolute; top: 40%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=0);/* IE */-moz-opacity:0; /* 老版Mozilla */-khtml-opacity:0;  opacity: 0;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {filter:alpha(opacity=80);/* IE */-moz-opacity:80; /* 老版Mozilla */-khtml-opacity:80;  opacity:0.8; right: 15px;}
.flexslider:hover .flex-prev {filter:alpha(opacity=80);/* IE */-moz-opacity:80; /* 老版Mozilla */-khtml-opacity:80;  opacity:0.8;  left: 15px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {filter:alpha(opacity=100);/* IE */-moz-opacity:100; /* 老版Mozilla */-khtml-opacity:100;  opacity: 1;}
.flex-direction-nav .flex-disabled {filter:alpha(opacity=30);/* IE */-moz-opacity:30; /* 老版Mozilla */-khtml-opacity:30;  opacity:0.3; cursor: default;}

/* Control Nav */
.flex-control-nav {width:900px; text-align: center;}
.flex-control-nav li {margin: 0 7px; display: inline-block; zoom: 1; *display: inline; width:100px; height:66px;}
.flex-control-paging li a {width: 11px; height: 11px; display: block;}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin:5px 0 5px 134px; position: static; overflow: hidden;}
.flex-control-thumbs li {width:90px; height:60px; float: left; margin: 0; border:3px solid #ccc; margin-left:2px; margin-right:2px;}
.flex-control-thumbs img { width:90px; height:60px; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


	
	
	
	
.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px;}
.container{margin-right:auto;margin-left:auto;*zoom:1;}.container:before,.container:after{display:table;content:"";line-height:0;}

/* ----- Slider ----- */

.slider {
    margin: 0 auto;
}

.flexslider { margin-bottom: 15px;}

.flex-caption { width:1170px; text-align:center; text-indent:0; height:30px; line-height:30px; font-weight:bold; font-size:16px;}
	
	
.museuminfo{ text-indent:2em; position:absolute; bottom:100px; padding:0 10px; z-index:100;}
.museuminfo	a,.museuminfo a:hover{ color:#000;}






/*微博*/
.weibotit{background:url(../image/titlebg01.jpg) no-repeat; width:1038px; padding-left:162px; height:55px;margin:30px auto 5px auto;}
.all .weiboShow .weiboShow_main_height{margin-bottom:0;}
.wbbox{width:1210px;padding:0;height:605px;position:relative;overflow:hidden;margin:0 auto;background:#FFF;} 

	.wb{ border-bottom:1px solid #cccccc; width:1200px; margin:0 auto; margin-top:3px;}	
/*微博*/

/*/weibo&footer*/		

	#show{ display:none;}
        .backToTop
        {
            display: none;
            width: 18px;
            line-height: 1.2;
            padding: 5px 0;
            background-color:#FB8200;
            color: #fff;
            font-size: 12px;
            text-align: center;
            position: fixed;
            _position: absolute;
            right: 10px;
            bottom: 70px;
            _bottom: "auto";
            cursor: pointer;
			z-index:999999;
           /* opacity: .6;
            filter: Alpha(opacity=60);*/
        }

















