﻿@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: 130px;
    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:#730000;
  font-weight:bold;
  
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 120px;
    height: 33px;
	line-height: 33px;
	font-size:15px;
    background:url(../images/yuan.gif) no-repeat right 11px;
    position: absolute;
    z-index: 1;
	color:#665A3C;
}
#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:515px; float:right;}
.page01Head p a:link,.page01Head p a:visited {float:left; display:block;width:400px;height:54px;background:url("gif_b.gif") no-repeat scroll 0 0;overflow:hidden;text-indent:-9999em; margin:215px 15px 0 0;}


/*-----------------------page02  简介----------------------*/
.page02{ background:url("page02.jpg") no-repeat center top;height:990px;}
.page02Bg{width:990px;margin:0 auto;clear:both;}
.page02Headline{width:950px;float:left;margin:0 auto;margin-top:200px;padding:20px;background:#fff;}
.page02HeadlineList{width:455px;float:left;padding:0 10px;}
.brown{background:#795842;color:#fff;}
.page02Headline h2{ float:left;width:455px;font-size:25px;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif !important;height:65px;line-height:65px;border-bottom: 1px  solid #ccc;margin-bottom:20px;}
.page02Headline p{ font-size:15px;line-height:33px; margin:10px 0;}
.page02Headline p a,.page02Headline p a:visited{color:#FF6600;font-weight:bold;}
.page02HeadlineList img{width:240px;height:265px;float:left;padding:0 5px 5px 0;}


/*-----------------------page03  个人照片----------------------*/
.page03{background:url("page03.jpg") no-repeat center top;height:990px;}
.page03NewsBox{width:990px;margin:0 auto;clear:both; color:#FFFFFF;}
.page03NewsBox h2 a,.page03NewsBox h2 a:visited{width:990px; float:left; height:100px;overflow:hidden;text-indent:-9999em;display:block;background:url("gif_b.gif") no-repeat scroll 0 -180px;margin:47px 0;}

.page03NewsBox iframe{width:980px; height:580px; float:left;border:5px  solid #fff;}

/*-----------------------page04  采访视频  ----------------------*/
.page04{ background:url("page04.jpg") no-repeat center top;height:990px;}
.page04NewsBox{width:390px;margin:0 auto;clear:both;padding:300px;}
.page04 h2 a,.page07 h2 a:visited{width:300px; float:left; height:300px;overflow:hidden;text-indent:-9999em;display:block;background:url("gif_b.gif") no-repeat scroll 0 -340px;}


/*-----------------------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 -720px;margin:47px 0;}

/*-----------------------page05  大会镜像  图片区 ----------------------*/
.page06{ background:url("page06.jpg") no-repeat center top;height:990px;}
.page06Box{width:990px;margin:0 auto;clear:both;}
.page06Box h2 a,.page06Box 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 -880px;margin:35px 0 25px;}


    .pic-box{width:980px;float:left;padding:5px;margin-top:20px;}
    .pic-box li{width:320px;float:left;height:290px;margin:3px;display:inline;}
    .pic-box li img {width:320px;float:left;height:220px;}
    .pic-box li span{width:320px;float:left;height:50px;font-size:15px;line-height:25px;text-align:center;}
	
/*-----------------------page07  宣传片  ----------------------*/
.page07{ background:url("page07.jpg") no-repeat center top;height:990px;}
.page07NewsBox{width:390px;margin:0 auto;clear:both;padding:300px;}
.page07 h2 a,.page07 h2 a:visited{width:300px; float:left; height:300px;overflow:hidden;text-indent:-9999em;display:block;background:url("gif_b.gif") no-repeat scroll 0 -340px;}


/*-----------------------page08  宣传片  ----------------------*/
.page08{ background:url("page08.jpg") no-repeat center top;height:990px;}
.page08NewsBox{width:390px;margin:0 auto;clear:both;padding:300px;}
.page08 h2 a,.page08 h2 a:visited{width:300px; float:left; height:300px;overflow:hidden;text-indent:-9999em;display:block;background:url("gif_b.gif") no-repeat scroll 0 -340px;}

/*-----------------------page09  宣传片  ----------------------*/
.page09{ background:url("page09.jpg") no-repeat center top;height:990px;}
.page09NewsBox{width:390px;margin:0 auto;clear:both;padding:300px;}
.page09 h2 a,.page09 h2 a:visited{width:300px; float:left; height:300px;overflow:hidden;text-indent:-9999em;display:block;background:url("gif_b.gif") no-repeat scroll 0 -340px;}

/*-----------------------page10  最新动态  ----------------------*/
.page10{ background:url("page10.jpg") no-repeat center top;height:990px;}
.page10Box{width:472px;margin:0 auto;clear:both;padding:180px 0 0 528px;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif !important;}
.page10Box h2 a,.page10Box h2 a:visited{width:450px; float:left; height:55px; line-height:55px; font-size:23px; overflow:hidden;}
.page10Box p{ color:#FFFFFF; background:#795842;width:430px;font-size:15px;line-height:33px;float:left;padding:10px;}

.page10Box ul{ width:450px;font-size:15px;float:left;padding:10px 0;}
.page10Box li{ width:450px;line-height:33px;float:left;padding:5px 0; border-bottom:1px #ccc dashed;}
	
	
	.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;}


