@charset "utf-8";
/* CSS Document */
/*---------初始样式----------*/
*{ margin:0px; padding:0px;}
html,body{
    -webkit-text-size-adjust:none;
}
body,input,textarea{
	font-size: 12px;
	line-height: 18px;
	font-size:12px;
	font-family: "宋体","微软雅黑", "Microsoft YaHei", "Lucida Grande", "Lucida Sans Unicode", "Microsoft YaHei", Helvetica, Arial, Verdana, sans-serif, STHeiti;
}
textarea {
	resize: none;
	overflow: hidden;
	outline: none;
	display: inline;
}
input {
	outline: none;
}

li {
	list-style: none;
}
body a {
	cursor: pointer;
	outline: none;
	text-decoration: none;
    blr:expression(this.onFocus=this.blur());
}
img {
	/*display: block;*/
	border:none;
}
.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/*---------初始样式结束----------*/
body{ background-color:#fff; /*overflow:hidden;*/}

.index{
	/*height:800px;*/
	margin:0 auto;
	position: absolute;
	z-index: 10000;
	top: 30px;
	left: 55%;
/*	background:url(../images/bg/index.jpg) center no-repeat;
	background-size: cover;*/
}
.index_top{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100000;
	left: 55%;
	display: none;
}
.index img{
	position: absolute;
	display: none;
	/*height: 60%;
	top: 40px;*/
}
.index_flash{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0; 
}
.index_botton{
	position: absolute;
	z-index: 100;
	/*margin-left: 8%;*/
	width: 60%;
	height: 100%;
}

.index_botton_flash{
	width: 130%;
	height: 90%;
}

.index_word{
	width: 100%;
	height: 100%;
	font-family:"微软雅黑";
	color: #868686;
	font-size: 12px;
	position: absolute;
	z-index: 10000;
	text-align: right;
	bottom: 15px;
	height: 20px;
	border-top: 1px solid #868686;
	padding-top: 10px;
	padding-right: 20px; 
}



.nav{
	top:0;
	left:0;
	width:230px;
	height: 100%;
	min-height:706px; 
	background:#000000;
	position:absolute;
	z-index:500;
	/*background:url(../images/bg/navbg.jpg) 230px 100% repeat;*/
	filter:alpha(opacity=80);  
    -moz-opacity:0.80;  
    -khtml-opacity: 0.80;
    opacity: 0.80;
}

.bc{
	position:fixed;
}

.nav img.logo{
	width:230px;
	/*height:125px;*/
	margin-top:70px;
}

.nav ul{
	width:187px;
	margin:70px 0 0 43px;
}
.nav ul li{
	line-height:28px;
	margin-bottom:10px;
	font-family:"微软雅黑";
}
.nav ul li a{
	height:24px;
	width:177px;
	font-size:15px;
	line-height:24px;
	color:#f1f1f1;
	display:block;
	padding-left:10px;
}
.nav ul li a:hover{
	background:#393634;
}

/*.nav ul li:hover{
	margin-bottom: 25px;
}*/

.nav ul li a.hover{
	background:#4a413a;
}
.nav ul li:hover .nav_sub{
	display:block;
}
.nav ul li .nav_sub{
	width:131px;
	display:none;
	font-size:14px;
	margin-left:56px;
	padding-bottom:15px;
	position: absolute;
}
.nav ul li .nav_sub a{
	height:25px;
	width:116px;
	display:block;
	padding:0 0 0 15px;
	line-height:25px;
	/*text-align:center;*/
}
.nav ul li .nav_sub a:hover{
	background:#393634;
}

.nav ul li .nav_sub a.hover{
	background:#512e10;
}

.nav img.wb{
	display: block;
	left:50px;
	bottom:45px;
	position:absolute;
	width: 128px;
/*	margin-left: 20%;
	margin-top: 50%;*/
}


/*---------主体内容--------*/
.main{
	top:0;
/*	right:0;*/
	margin: 0 0 20px 230px;
}
/*.main_index{
	margin: -18px 0 70px 230px; 
}*/
.bg{
	top:0;
	right:0;
	z-index:-10;
	position:fixed;
	width: 100%;
	height: 100%;
}


.bg img{
	top:0;
	right:0;
	position:fixed;
	width: 100%;
	height: 100%;
}
.main_bg{
	top:0;
	/*right:-17px;*/
	right:0px;
	z-index:10;
	position:absolute;
	/*width: 100%;*/
}
.main_bg img{
	top:0;
	right:0;
	position:absolute;
	/*width: 100%;*/
}
.main p.main_bg_nav{
	right:0;
	bottom:80px;
	width:100%;
	z-index:20;
	text-align:center;
	height:9px;
	position:absolute;
}
.main p.main_bg_nav b{
	width:7px;
	height:7px;
	margin:0 5px;
	display:inline-block;
	background:url(../images/bg/nav.png) 0 0 no-repeat;
}
.main p.main_bg_nav b.hover{
	background:url(../images/bg/nav.png) -7px 0 no-repeat;
}

.main .page{
	top: 640px;
	/*z-index:20;
	position:absolute;*/
}

/*.main p.pic_nav{
	top: 645px;
	z-index:20;
	position:absolute;
	text-align:center;
	height:9px;
}
*/
.pic_contnent_nav{
	position:fixed;
	text-align:center;
	right: 1px;
	top: 0px;
	width: 80px;
	height: 100px;
	z-index: 1000000;
	/*background-color: #ffffff;*/
	display: none;
}
.pic_contnent_nav_one{
	width: 80px;
	height: 24px;
	background-color: #52514D;
}

.triangle_nav_left{
	float: left;
	height: 24px;
	width: 40px;
	background:url(../images/bg/img.png) 10px center no-repeat;
	cursor: pointer;
/*	position: absolute;
	height: 0px;
	width: 0px;
	border:14px solid #ffffff;
	border-color:transparent #ffffff transparent transparent;
	border-style:dashed solid dashed dashed;
	top: 6px;
	cursor: pointer;*/
}

.triangle_nav_right{
	float: left;
	height: 24px;
	width: 40px;
	background:url(../images/bg/img.png) -30px center no-repeat;
	cursor: pointer;
/*	position: absolute;
	height: 0px;
	width: 0px;
	border:14px solid #ffffff;
	border-color:transparent transparent transparent #ffffff;
	border-style:dashed dashed dashed solid;
	top: 6px;
	left: 55px;
	cursor: pointer;*/
}

.pic_contnent_nav_two{
	width: 80px;
	/*height: 60px;*/
	background-color: #43423E;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 0 5px;
}

/*.pic_contnent_nav_two p{
	padding-top: 10px;
}*/

.main p.pic_nav b{
	width:7px;
	height:7px;
	margin:0 5px;
	display:inline-block;
	background:url(../images/bg/nav.png) 0 0 no-repeat;
}
.main p.pic_nav b.hover{
	background:url(../images/bg/nav.png) -7px 0 no-repeat;
}




.about{
    /*overflow:hidden;*/
	text-align:justify;
	text-justify:inter-ideograph;
/*	top:0;
	left:230px;
	z-index:50;*/
	color: #c8c8c8;
/*	width:840px;
	height:592px;*/
	margin:0px 80px 0px 80px;
	padding: 126px 45px 21px 45px;
	/*position:absolute;*/
/*	background:#ffffff;
    filter:alpha(opacity=6.5);  
    -moz-opacity:0.65;  
    -khtml-opacity: 0.65;
    opacity: 0.65;*/

}


.about i.about_bg{
	top:50px;
	/*bottom: 60px;*/
	right:80px;
	left: 310px;
	/*z-index:50;*/
	/*width:100%;*/
	background:#ffffff;
	position:absolute;
	z-index: -1;
    filter:alpha(opacity=65);  
    -moz-opacity:0.65;  
    -khtml-opacity: 0.65;
    opacity: 0.65;
    /*padding: 60px;*/
}

.about i.about_top{
	top:0px;
	left: 310px;
	position:fixed;
	z-index: 100;
	height: 100%;
	width: 100%;
}


/*.about i.about_index{
	top:68px;
	right:80px;
	left: 310px;
	position:absolute;
	z-index: 1000;
    filter:alpha(opacity=0);  
    -moz-opacity:0;  
    -khtml-opacity: 0;
    opacity: 0;
}*/

.about p img{
	margin-top: 5px;
	margin-bottom: 5px;
}

.bg_black{
	top:-200px;
	right:0;
	left:0;
	z-index:40;
	width:2000px;
	height:2000px;
	background:#000000;
	position:absolute;
    filter:alpha(opacity=7);  
    -moz-opacity:0.7;  
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.about p{
	z-index:60;
	/*padding:0 5px;*/
	/*font-size:16px;*/
	color:#c8c8c8;
	position:relative;
	/*line-height:30px;*/
	font-family:"微软雅黑";
}

.about p.content_title{
	z-index:60;
	/*padding:0 5px;*/
	font-size:20px;
	color:#000000;
	position:relative;
	line-height:30px;
	font-family:"微软雅黑";
}

.about p.top{
	font-size:22px;
	height:32px;
	line-height:32px;
	padding:0 10px;
	color:#C8C8C8;
	/*background:#000;*/
}
/*.about p.bt{
	height:50px;
	padding:0;
	margin: 0;
}
.about p.bt span{
	float:left;
	height:46px;
	padding:0 10px;
	font-size:20px;
	color:#C8C8C8;
	display:block;
	line-height:22px;
	background:#000;
	filter:alpha(opacity=1);  
    -moz-opacity:1;  
    -khtml-opacity: 1;
    opacity: 1;
}*/

p.about_bt{
	height:50px;
	padding:0;
	margin: 0;
	left: 124px;
	top: 94px;
	font-family:"微软雅黑";
	font-size:16px;
	color:#c8c8c8;
	position: relative;
	z-index: 3000;
}
p.about_bt span{
	float:left;
	height:43px;
	padding:0 10px;
	font-size:20px;
	color:#f1f1f1;
	display:block;
	line-height:22px;
	background:#000;
}


.news{
	/*z-index:50;
	position:absolute;*/
	width:1064px;
	margin: 40px auto 0px;
	padding-bottom: 40px;
}
.news a.news_box{
	/*width:972px;*/
	/*height:80px;*/
	display:block;
	color:#444;
	font-family:"微软雅黑";
	padding:13px 0px;
	border-bottom:1px solid #999;
}
.news a.news_box p.top{
	height:27px;
	/*line-height:27px;*/
	margin-bottom:5px;
	font-size: 13px;
}

.news a.news_box span.dt_time{
	display: block;
	text-align: right;
	color: #e8e8e8;
	font-size: 13px;
}

.news a.news_box p.top span{
	float:left;
	color:#FFF;
	padding:5px 10px;
	/*margin-right:16px;*/
	background:#000;
	font-weight: 600;
}

.news a.news_box p.top span:hover{
	color:#6E6C6D;
}

.news a.news_box p.ct{
	padding:0;
	text-indent:2em;
	line-height:24px;
	color: #e8e8e8;
	font-size: 14px;
}

.video{
	/*z-index:50;*/
	width:980px;
	/*height:100px;*/
	/*position:absolute;*/
/*	top: 3%;
	left: 260px;*/
	padding: 67px;
	margin: 0 auto;
}
.video embed{
	width:980px;
	height:450px;
	margin-bottom:10px;
}

#CuPlayer{
	width:980px;
	height:450px;
	margin-bottom:10px;
}

.video_bottom{
	width:980px;
	background-color: #000;
	padding: 5px 0;
}
.video_bottom a.left{
	float:left;
	width:31px;
	height:40px;
	display:block;
	margin-top:30px;
	margin-right: 5px;
	background:url(../images/bg/goto1.png) 0 0 no-repeat;
}
/*.video_bottom a.left:hover{
	background:url(../images/bg/goto1.png) 0 -40px no-repeat;
}*/
.video_bottom a.right{
	float:right;
	width:31px;
	height:40px;
	display:block;
	margin-top:30px;
	margin-left: 5px;
	background:url(../images/bg/goto1.png) -31px 0 no-repeat;
}
/*.video_bottom a.right:hover{
	background:url(../images/bg/goto1.png) -40px -40px no-repeat;
}*/

.video_sub{
	width:520px;
	overflow:hidden;
	height:85px;
	position:relative;
}
.video_sub_box{
	left:0;
	top:0;
	height:240px;
	position:absolute;
	width:10000px;
}

.video_box{
	width:1032px;
	padding-left:2px;
}
.video_box a{
	float:left;
	width:118px;
	height:112px;
	display:block;
	/*color:#333;*/
	color:#ffffff;
	/*text-align:center;*/
	margin-right:11px;
}
.video_box a img{
	width:114px;
	height:80px;
	margin-bottom:8px;
	border:2px solid #fff;
}
.video_box a span{
	position: relative;
	top: -27px;
	left: 5px;
	width: 111px;
	text-align: left;
	overflow: hidden;
	display: block;
	height: 15px;
	background-color: #000;
	filter:alpha(opacity=0.7);  
    -moz-opacity:0.7;  
    -khtml-opacity: 0.7;
    opacity: 0.7;
}


.pic{
	z-index:50;
	/*width:900px;*/
	position:relative;
	padding: 40px 80px 50px 80px;
	/*min-height: 630px;*/
	/*overflow: hidden;*/
}

.pic_box{
	margin: 0 auto;
	max-width:910px;
}

.pic_boxin{
	/*top:0;
	left:0;
	margin: 30px 29px 50px 30px;
	margin: 0 auto;
	position:absolute;*/
	max-width:910px;
}
.pic_boxin a.box{
	float:left;
	width:254px;
	height:165px;
	padding:2px;
	margin:15px 20px;
	position:relative;
	background:#FFF;
	border-radius:3px;
	border:1px solid #999;
	overflow: hidden;
}
.pic_boxin a.box img{
	width:254px;
	height:165px;
}
.pic_boxin a.box p{
	left:2px;
	bottom:2px;
	width:254px;
	height:32px;
	color:#FFF;
	display:block;
	font-size:14px;
	font-family:"微软雅黑";
	line-height:32px;
	background:#000;
	text-align:left;
	position:absolute;
    filter:alpha(opacity=8);  
    -moz-opacity:0.8;  
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
/*.pic_box a.box:hover p{
	display:block;
}
*/

.pic_contnent{
/*	top:0;
	left:0;
	width:936px;
	height:556px;
	padding:24px;*/
	display:none;
	font-family:"微软雅黑";
	position: relative;
	margin: 0 auto;
}
.pic_contnent .imgcon{
	margin: 0 auto;
}

.imgbgtop{
	top: 0;
	display: block;
	position:absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
}

.pic_contnent img{
	display: block;
	z-index:60;
	position:relative;
/*	max-width:936px;
	max-height:445px;*/
	/*padding-bottom:12px;*/
	margin: 0 auto;
}

.pic_contnent i{
	top:0;
	/*right:0;*/
	left:230px;
	z-index:50;
	display:block;
	background:#000;
	position:fixed;
    filter:alpha(opacity=9);  
    -moz-opacity:0.9;  
    -khtml-opacity: 0.9;
    opacity: 0.9;
    width: 100%;
    height: 100%;
}

.pic_contnent p.bt{
	z-index:60;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	padding-top:15px;
	position:relative;
	margin: 0 auto;
	font-family: "宋体";
}
.pic_contnent p.ct{
	word-break: break-all;
	word-wrap:break-word;
	z-index:60;
	color:#fff;
	line-height:20px;
	padding:0;
	text-indent:2em;
	position:relative;
	margin: 0 auto;
}
b.beck{
	display: none;
	top:1px;
	right:2px;
	z-index:60;
	width:18px;
	height:18px;
	cursor:pointer;
	position:fixed;
	background:url(../images/bg/beck.png) 0 0 no-repeat;
}





.main_news{
	right:0;
	z-index:100;
	bottom:-59px;
	height:114px;
	position:absolute;
}
.main_news p.top{
	height:30px;
	cursor:pointer;
	padding:0 35px;
	line-height:30px;
	background:#000;
    filter:alpha(opacity=60);  
    -moz-opacity:0.6;  
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.main_news p.top i{
	margin-left: -20px;
	font-size:15px;
	color:#FFF;
	z-index:120;
	font-family:"微软雅黑";
	position:relative;
	padding-left:24px;
	background:url(../images/bg/news.png) left center no-repeat;
}
.main_news p.top b{
	top:0;
	left:0;
	z-index:110;
	width:100%;
	height:120px;
	background:#000;
	position:absolute;
    filter:alpha(opacity=70);  
    -moz-opacity:0.7;  
    -khtml-opacity: 0.7;  
    opacity: 0.7;
}
.main_news a.left{
	top:30px;
	left:0;
	height:84px;
	width:24px;
	z-index:120;
	position:absolute;
	display:block;
	background:url(../images/bg/news.jpg) 0 0 no-repeat;
	display: none;
}
.main_news a.right{
	top:30px;
	right:-4px;
	height:84px;
	width:24px;
	z-index:120;
	position:absolute;
	display:block;
	border-left:1px solid #b0b0b0;
	background:url(../images/bg/news.jpg) -24px 0 no-repeat;
}
.main_news_box{
	top:30px;
	left:0;
	z-index:110;
	height:85px;
	width:10000px;
	padding-left:24px;
	position:absolute;
	border-left:1px solid #b0b0b0;
	display: none;
}
.main_news_box a{
	float:left;
	height:65px;
	width:240px;
	color:#FFF;
	padding:10px 8px;
	line-height:21px;
	font-size:11px;
	font-family:"微软雅黑";
	border-left:1px solid #b0b0b0;
	/*display: none;*/
}
.main_news_box a span{
	display:block;
	font-size:10px;
	text-align:right;
}
.main_news_box a:hover{
}


.main p.foot{
	/*right:0;*/
	left: 230px;
	bottom:0;
	color:#fff;
	font-size:11px;
	height:28px;
	z-index:200;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	display:block;
	/*padding:0 20px 0 0;*/
	line-height:28px;
	background:#000000;
	position:fixed;
	filter:alpha(opacity=75);  
    -moz-opacity:0.75;  
    -khtml-opacity: 0.75;  
    opacity: 0.75;
    width: 100%;
}
.main p.foot span{
	width: 306px;
	height: 28px;
	line-height: 28px;
	text-align: left;
	position: relative;
	right: 260px;
}




.page{
	color:#333;
	height:24px;
	line-height:24px;
	padding:20px 0px 0px;
}
.page a{
	color:#555;
	height:20px;
	line-height:20px;
	display:inline-block;
	padding:0 6px;
	background:#fff;
	border:1px solid #000;
	margin: 0 2px;
	font-weight: 900;
	font-family:"微软雅黑";
}

.page span{
	color:#555;
	height:20px;
	line-height:20px;
	display:inline-block;
	padding:0 6px;
	background:#fff;
	border:1px solid #000;
	margin: 0 2px;
}

.page a:hover{
	color:#fff;
	background:#000;
	border:1px solid #000;
}
/*.page a.hover{
	color:#fff;
	background:#000;
	border:1px solid #000;
}*/

.page span.current{
	color:#fff;
	background:#000;
	border:1px solid #000;
}

.page a.out{
	display:none;
	color:#ececec;
	background:#fff;
	border:1px solid #ececec;
}

.back_onepage{
	background-color: #000000;
	color: #ffffff;
	position: fixed;
	width: 60px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	right: 10px;
	bottom: 98px;
	z-index: 1000000;
}
.back_onepage a:hover{
	/*background-color: #1c1c1c;*/
	color: #6e6c6d;
}
.back_onepage a{
	color: #ececec;
	width: 60px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}


