﻿@charset "utf-8";
/*-----------Notice------------------------------
	   Filename:  Main.css
	Description:  Reset/HomePage/NewsCenter/PhotoPage/List/Details/Bordlives CSS
		 Update:  2011-8-26 by meiy76(meiy76@163.com)
		       l_$:  layout      exp: l_topbar, l_page, l_top, l_cont, l_foot...
		      t_$:  top          exp: t_logo,t_nav,t_menu,t_topbar
	     cont_$:  content    exp: cont_main, cont_movie, cont_lives
		    ad_$:  advert
		  foot_$:  foot         exp: foot_menu, foot_info
		      *_$:  For TNND IE
		 *html $:  For TNND IE6
	   *+html $:  For TNND IE7
------------------------------------------------*/
/*-----------Reset-----------------------------*/
.domMobile{display:none;}
body {
	background: #fff;
	color: #000;
	line-height: 1.5;
	font: 12px "Trebuchet MS", "Verdana", "Helvetica", "Tahoma", "\5b8b\4f53", "sans-serif";
}
body, p, blockquote, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend {
	margin: 0;
	padding: 0;
}
h2, h3, h4, h5, h6 {
	font-size: 15px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, button, select {
	font-family: "Verdana";
	vertical-align: middle;
}
label {
	vertical-align: middle
}
legend {
	color: #333;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ul, ol {
	list-style: none;
}
img {
	border: 0;
}
a, a:visited {
	color: #032A42;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #933;
}
.floatl {
	float: left;
	font-weight: bolder;
}
.floatr {
	float: right;
}
.red {
	color: #990000;
}
.a_bold, .a_bold:visited {
	font-weight: bold;
}
.a_red, .a_red:visited {
	color: #BA2636;
}
.a_blue, .a_blue:visited {
	color: #00549b;
}
/*---------------------------------------------*/
/* 清除浮动 */
.clearfix {
	display: block;
#zoom:1;/*ie6-ie7*/
}
.clearfix:after {
	content: '';
	overflow: hidden;
	width: 100%;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
}
/*---------------------------------------------*/
.section { text-align: left;}

/*----------------左边圆圈定义-----------------------------*/
.active span{display:block;}

#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;

}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 230px;
    height: 23px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  background:url("arrow.gif") no-repeat right 7px;
  color:#FF6600;
  font-weight:bold;
  
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 230px;
    height: 35px;
	line-height: 35px;
	font-size:15px;
    background:url(../images/yuan.gif) no-repeat right 11px;
    position: absolute;
    z-index: 1;
	color:#000055;
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif !important;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
/*-----------------------page01   首页  头条----------------------*/
.page01{background:url("page01.jpg") no-repeat center top; height:990px;}
.page01Bg{width:1000px;margin:0 auto;clear:both;}
.page01Head{width:640px; float:left;}
.page01Head p a:link,.page01Head p a:visited {float:left; display:block;width:640px;height:90px;background:url("gif_b.gif") no-repeat scroll 0 -1240px;overflow:hidden;text-indent:-9999em; margin:600px 0 0 170px;}


/*-----------------------page02  '一带一路'发端 ----------------------*/
.page02{background:url("page02.jpg") no-repeat center top;height:990px;}
.page02NewsBox{width:990px;margin:0 auto;clear:both;}
.page02NewsBox h2 a,.page02NewsBox h2 a:visited{width:990px; float:left; height:90px;overflow:hidden;text-indent:-9999em;display:block;background:url("gif_b.gif") no-repeat scroll 0 0;margin:30px 0 10px;}
.page02NewsBox h4 a,.page02NewsBox h4 a:visited{width:400px; float:left; height:50px;overflow:hidden;text-indent:-9999em;display:block;background:url("gif_b.gif") no-repeat scroll 0 -620px;margin-bottom:20px;}
.page02NewsBoxLeft{ width:400px; float:left; font-size:14px; line-height:37px;padding:10px;}
.page02NewsBoxLeft h3 a,.page02NewsBoxLeft h3 a:visited{font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif !important;float:left;width:400px; font-size:24px; line-height:35px;border-bottom: 2px  solid #B09270;}
.page02NewsBoxLeft p{margin-bottom:20px;}
.page02NewsBoxLeft p a,.page02NewsBoxLeft p a:visited{font-weight:bold;color:#FF6600;}
.page02NewsBox h5 a,.page02NewsBox h5 a:visited{width:570px; float:left; height:50px;overflow:hidden;text-indent:-9999em;display:block;background:url("gif_b.gif") no-repeat scroll 0 -700px;margin-top:20px;}
.page02NewsBoxRight{width:570px; float:right;}
.page02NewsBoxRight iframe{width:564px; height:321px; float:left;border:3px  solid #fff; margin-top:5px;}
.page02NewsBoxRight ul{width:570px; float:left;}
.page02NewsBoxRight li{width:524px;padding-left:40px;float:left; font-size:15px; line-height:41px; height:41px;margin:5px 0;background:url("gif_b.gif") no-repeat scroll 0 -550px #000066;}
.page02NewsBoxRight li a,.page02NewsBoxRight li a:visited{color:#fff;}


/*-----------------------page03  图解一带一路----------------------*/
.page03{background:url("page03.jpg") no-repeat center top;height:990px;}
.page03NewsBox{width:990px;margin:0 auto;clear:both; color:#FFFFFF;}

/*-----------------------page04  一带一路大事记 ----------------------*/
.page04{ background:url("page04.jpg") no-repeat center top;height:990px;}
.page04NewsBox{width:990px;margin:0 auto;clear:both;}
.page04NewsBox h2 a,.page04NewsBox h2 a:visited{width:990px; float:left; height:90px;overflow:hidden;text-indent:-9999em;display:block;background:url("gif_b.gif") no-repeat scroll 0 -160px;margin:40px 0;}
.page04NewsBox ul{width:950px; float:left;background:#fff;padding:20px;}
.page04NewsBox ul li{width:950px; float:left;font-size:15px;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif !important;line-height:31px; height:62px;margin:5px 0;}
.page04NewsBox ul li span{width:100px; float:left;background:url("gif_b.gif") no-repeat scroll 0 -780px #000066;padding-left:40px;color:#fff;margin-right:10px;}


/*-----------------------page05   中国城市文明----------------------*/
.page05{ background:url("page05.jpg") no-repeat center top;height:990px;}
.page05Box{width:1000px;margin:0 auto;clear:both;}
.page05Box h2 a,.page05Box h2 a:visited{width:980px; float:left; height:80px;overflow:hidden;text-indent:-9999em;display:block;background:url("gif_b.gif") no-repeat scroll 0 -330px;margin:47px 0;}
.page05NewsBoxLeft{ width:400px; float:left; font-size:14px; line-height:37px;padding:10px;}
.page05NewsBoxLeft h3 a,.page05NewsBoxLeft h3 a:visited{font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif !important;float:left;width:400px; font-size:24px; line-height:35px;border-bottom: 2px  solid #B09270;}
.page05NewsBoxLeft p{margin-bottom:20px;}
.page05NewsBoxLeft p a,.page05NewsBoxLeft p a:visited{font-weight:bold;color:#FF6600;}
.page05NewsBoxRight{width:560px; float:right;}
.page05NewsBoxRight ul{width:560px; float:left;}
.page05NewsBoxRight li{width:560px;float:left;line-height:29px;margin:8px 0;}
.page05NewsBoxRight li img {width:175px;float:right;height:130px;margin:0 5px 5px 5px;}
.page05NewsBoxRight li span{width:370px;float:left;font-size:16px;line-height:31px;font-weight:bold;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif !important;border-top: 4px  solid #B09270;}


/*-----------------------page06   华夏文化图集----------------------*/
.page06{ background:url("page06.jpg") no-repeat center top;height:990px;}
.page06Box{width:1000px;margin:0 auto;clear:both;}
.page06Box h2 a,.page06Box h2 a:visited{width:980px; float:left; height:95px;overflow:hidden;text-indent:-9999em;display:block;background:url("gif_b.gif") no-repeat scroll 0 -880px;margin:47px 0;}

/*-----------------------page07  中国古文化盘点 ----------------------*/
.page07{ background:url("page07.jpg") no-repeat center top;height:990px;}
.page07Box{width:990px;margin:0 auto;clear:both;}
.page07Box h2 a,.page07Box h2 a:visited{width:980px; float:left; height:80px;overflow:hidden;text-indent:-9999em;display:block;background:url("gif_b.gif") no-repeat scroll 0 -1050px;margin:55px 0;}
.page07NewsBoxLeft{ width:400px; float:left; font-size:14px; line-height:37px;padding:10px;}
.page07NewsBoxLeft h3 a,.page07NewsBoxLeft h3 a:visited{font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif !important;float:left;width:400px; font-size:24px; line-height:35px;border-bottom: 2px  solid #B09270;}
.page07NewsBoxLeft p{margin-bottom:20px;}
.page07NewsBoxLeft p a,.page07NewsBoxLeft p a:visited{font-weight:bold;color:#FF6600;}
.page07NewsBoxRight{width:520px; float:right;}
.page07NewsBoxRight ul{width:520px; float:left;}
.page07NewsBoxRight li{width:520px;float:left;height:330px;margin:3px;display:inline;}
.page07NewsBoxRight li img {width:500px;float:left;height:280px;}
.page07NewsBoxRight  li span{width:500px;float:left;height:50px;font-size:15px;line-height:25px;text-align:center;}
	
/*-----------------------page08  中国古文化盘点 ----------------------*/
.page08{ background:url("page08.jpg") no-repeat center top;height:990px;}
.page08Box{width:990px;margin:0 auto;clear:both;}
.page08Txt{font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif !important;float:left;width:900px; font-size:15px;padding:40px;margin-top:220px;line-height:33px;height:540px;}	
.page08Txt a,.page08Txt a:visited{font-weight:bold;color:#FF6600;}
	.foot_info {width:980px;padding:70px 10px 20px;text-align:center;line-height:21px;overflow:hidden;float:left;color:#fff;}
	.foot_info p {width:100%;text-align:center;}
	.foot_info a, .foot_info a:visited {color:#ffcc00;}
	
	
	/*-----------------------page09  发布会实录 ----------------------*/
.page09{background:url("page09.jpg") no-repeat center top;height:990px;}
.page09NewsBox{width:990px;margin:0 auto;clear:both;}
.page09NewsBox h2 a,.page09NewsBox h2 a:visited{width:990px; float:left; height:90px;overflow:hidden;text-indent:-9999em;display:block;background:url("gif_b.gif") no-repeat scroll 0 -1470px;margin:30px 0 10px;}
.page09NewsBox h4 a,.page09NewsBox h4 a:visited{width:400px; float:left; height:70px;overflow:hidden;text-indent:-9999em;display:block;background:url("xhzb_logo.jpg") no-repeat scroll 0 0;margin-bottom:20px;}
.page09NewsBoxLeft{ width:400px; float:left; font-size:14px; line-height:37px;padding:10px;}
.page09NewsBoxLeft h3 a,.page02NewsBoxLeft h3 a:visited{font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif !important;float:left;width:400px; font-size:24px; line-height:35px;border-bottom: 2px  solid #B09270;}
.page09NewsBoxLeft p{margin-bottom:10px;}
.page09NewsBoxLeft p a,.page09NewsBoxLeft p a:visited{font-weight:bold;color:#FF6600;}
.page09NewsBoxLeft li{border-bottom: 1px  solid #B09270;background:url("gif_b.gif") no-repeat scroll 0 -1616px;padding-left:15px;width:380px;}
.page09NewsBox h5 a,.page02NewsBox h5 a:visited{width:570px; float:left; height:50px;overflow:hidden;text-indent:-9999em;display:block;background:url("gif_b.gif") no-repeat scroll 0 -1680px;margin-top:20px;}
.page09NewsBoxRight{width:570px; float:right;}
.page09NewsBoxRight .headPhoto{width:564px; height:321px; float:left;border:3px  solid #fff; margin-top:5px;}

.page09NewsBoxRight .photoList{width:570px; float:left;}
.page09NewsBoxRight  .photoList li{width:180px;float:left;height:170px;margin:3px;display:inline;}
.page09NewsBoxRight .photoList li img {width:180px;float:left;height:135px;}
.page09NewsBoxRight .photoList  li span{width:180px;float:left;height:25px;line-height:25px;text-align:center;}

.typeList{width:570px; float:left;}
.typeList li{width:151px;float:left;height:30px;margin:3px;display:inline;background:url("bgbg.jpg") repeat-x ;padding:10px 15px;text-align:center;}
.typeList li a,.typeList li a:visited{color:#fff;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif !important;font-size:21px;font-weight:bold;}

.page09NewsBoxRight p{line-height:25px;color:#999;}
.page09NewsBoxRight p span{font-weight:bold;color:#900;}

/*-----------------------page10  宣传片  ----------------------*/
.page10{ background:url("page10.jpg") no-repeat center top;height:990px;}
.page10NewsBox{width:940px;margin:0 auto;clear:both;}
.page10 h2 a,.page10 h2 a:visited{width:940px; float:left; height:630px;overflow:hidden;text-indent:-9999em;display:block;background:url("video.jpg") no-repeat scroll 0 0;margin-top:190px;}


/*-----------------------page11  艺术家专访  ----------------------*/
.page11{ background:url("page11.jpg") no-repeat center top;height:990px;}
.page11NewsBox{width:940px;margin:0 auto;clear:both;}
.page11 h2 a,.page11 h2 a:visited{width:940px; float:left; height:630px;overflow:hidden;text-indent:-9999em;display:block;background:url("yishujiaVideo.jpg") no-repeat scroll 0 0;margin-top:190px;}

/*-----------------------page12  企业家专访  ----------------------*/
.page12{ background:url("page12.jpg") no-repeat center top;height:990px;}
.page12NewsBox{width:940px;margin:0 auto;clear:both;}
.page12 h2 a,.page12 h2 a:visited{width:940px; float:left; height:630px;overflow:hidden;text-indent:-9999em;display:block;background:url("qiyejiaVideo.jpg") no-repeat scroll 0 0;margin-top:190px;}

/*-----------------------page14  蓝图胜专访  ----------------------*/
.page14{ background:url("page14.jpg") no-repeat center top;height:990px;}
.page14NewsBox{width:940px;margin:0 auto;clear:both;}
.page14 h2 a,.page14 h2 a:visited{width:940px; float:left; height:630px;overflow:hidden;text-indent:-9999em;display:block;background:url("ltsImg.jpg") no-repeat scroll 0 0;margin-top:190px;}

/*-----------------------page15  佟爱明专访  ----------------------*/
.page15{ background:url("page15.jpg") no-repeat center top;height:990px;}
.page15NewsBox{width:940px;margin:0 auto;clear:both;}
.page15 h2 a,.page15 h2 a:visited{width:940px; float:left; height:630px;overflow:hidden;text-indent:-9999em;display:block;background:url("damImg.jpg") no-repeat scroll 0 0;margin-top:190px;}

/*-----------------------page13   “人文光芒·艺术绽放”高峰论坛-----------------------*/
.page13{ background:url("page13.jpg") no-repeat center top;height:990px;}
.page13NewsBox{width:990px;margin:0 auto;clear:both;}
.page13NewsBox h2 a,.page13NewsBox h2 a:visited{width:990px; float:left; height:90px;overflow:hidden;text-indent:-9999em;display:block;background:url("gif_b.gif") no-repeat scroll 0 -1820px;margin:30px 0 60px;}

.page13NewsBoxLeft{width:570px; float:left;padding-left:5px;}
.page13NewsBoxLeft .headPhoto{width:564px; height:400px; float:left;border:3px  solid #fff;}
.page13NewsBoxLeft p{line-height:25px;color:#999;font-size:15px;}
.page13NewsBoxLeft p span{font-weight:bold;color:#900;}
.page13NewsBoxLeft p a,.page13NewsBoxLeft p a:visited{font-weight:bold;color:#FF6600;}
.page13NewsBoxLeft h4 a,.page13NewsBoxLeft h4 a:visited{width:570px; float:left; height:100px;overflow:hidden;text-indent:-9999em;display:block;background:url("gif_b.gif") no-repeat scroll 0 -2050px;margin:10px 0;}


.page13NewsBoxRight{width:400px;float:right;}
.page13NewsBoxRight h5 a,.page13NewsBoxRight h5 a:visited{width:400px; float:left; height:50px;overflow:hidden;text-indent:-9999em;display:block;background:url("gif_b.gif") no-repeat scroll 0 -1960px;margin-bottom:10px;}
.page13NewsBoxRight .art{width:400px; float:left;}
.page13NewsBoxRight  .art li{width:190px;float:left;height:190px;margin:3px;display:inline;}
.page13NewsBoxRight .art li img {width:190px;float:left;height:135px;}
.page13NewsBoxRight .art li span{width:190px;float:left;height:50px;line-height:25px;text-align:center;}

/*-----------------------page16  发布会实录 ----------------------*/
.page16{background:url("page16.jpg") no-repeat center top;height:990px;}
.page16NewsBox{width:990px;margin:0 auto;clear:both;padding-top:150px;}
.page16NewsBoxLeft{ width:400px; float:left; font-size:14px; line-height:37px;padding:10px;}
.page16NewsBoxLeft h3 a,.page02NewsBoxLeft h3 a:visited{font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif !important;float:left;width:400px; font-size:24px; line-height:35px;border-bottom: 2px  solid #B09270;}
.page16NewsBoxLeft p{margin-bottom:10px;}
.page16NewsBoxLeft p a,.page16NewsBoxLeft p a:visited{font-weight:bold;color:#FF6600;}
.page16NewsBoxLeft li{border-bottom: 1px  solid #B09270;background:url("gif_b.gif") no-repeat scroll 0 -1616px;padding-left:15px;width:380px;}
.page16NewsBoxRight{width:570px; float:right;}
.page16NewsBoxRight .headPhoto{width:564px; height:321px; float:left;border:3px  solid #fff; margin-top:5px;}

.page16NewsBox h5 a,.page02NewsBox h5 a:visited{width:990px; float:left; height:50px;margin-top:10px;line-height:50px;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif !important;font-size:24px; color:#666666;}
.lanzhouphotoList{width:990px; float:left;}
.lanzhouphotoList li{width:190px;float:left;height:170px;margin:4px;display:inline;}
.lanzhouphotoList li img{width:190px;float:left;height:135px;}
.lanzhouphotoList li span{width:190px;float:left;height:25px;line-height:25px;text-align:center;}

.page16NewsBoxRight p{line-height:29px;color:#999; font-size:14px;}
.page16NewsBoxRight p span{font-weight:bold;color:#900;}
