@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {min-width: 1400px;
	background-color:#000000;
	overflow-x:hidden;
	font: 16px/1.8 "黑体";
    color: #fff;
     background-color: #191c25;
}
.bigcontainer {
	width: 100%;
}
.test {
	border: 1px solid red;
}
.fl {
	float: left;
}
.cl {
	clean: both;
}
.bl {
	display: block;
}
.ab {
	position: absolute;

}
div {
    display: block;
}
.rl {
	position: relative;
}
li {
    list-style: none;
}
.page_01.coloum2.coloum3.coloum4{
    margin: 0 auto;
    width:1920px;
    overflow: hidden;
    position: relative;
}
.page_01 {
    height:940px;
    background: url(../images/bg_01.jpg) no-repeat center;
}
.navs{width:360px;height:248px;left:50%;margin-left:192px;top:690px;background:url(../images/nav.png) no-repeat;}
.video{ min-width: 1400px;height: 940px;  text-align: center;
    }

.link1,.link2,.link3,.link4{width:59.5px;height:248px; left:100px;}
.link1:hover,.link2:hover,.link3:hover,.link4:hover{background:url(../images/nav_hover.png) no-repeat;cursor:pointer;}
.link1{top:0;left:0px; background-position: -0px 0px;}
.link1:hover{
	background-position: -0px 0px;
}
.link2{top:0;left:58.5px; background-position: -58.5px 0px;}
.link2:hover{
	background-position: -58.5px 0px;
}
.link3{top:0;left:119px; background-position: -119px 0px;}
.link3:hover{
	background-position: -119px 0px;
}
.link4{top:0;left:178.5px;background-position: -178.5px 0px}
.link4:hover{
	background-position: -178.5px 0px;
}
.link5{width:129px;height:359px;top:-195px;left:245px;background:url(../images/nav2.png) no-repeat;}
.link5:hover{
	background-position: -175px 0px;background:url(../images/nav2_hover.png) no-repeat;cursor:pointer;
}

.coloum2{height:520px;background:url(../images/bg_02.jpg) no-repeat center top;}
.coloum3{height:540px;background:url(../images/bg_03.jpg) no-repeat center top;}
.coloum4{height:6144px;background:url(../images/bg_04.jpg) no-repeat center top;}

.imgcoloum1{width:900px; margin:0 auto;top:27px; left:210px;}
.img-item { margin-right:35px;margin-bottom:45px}
.img-item2 { margin-right:48px; margin-top:44px;}


#sidenav.fn-show {
    right: 50px;
}
#sidenav, .compound-main-item, .compound-tab-item:after, .my-animate, a {
    transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}
#sidenav {
    position: fixed;
    right: -300px;
    top: 50%;
    margin-top: -185px;
    padding-top: 50px;
    width: 105px;
    height: 370px;
    text-align: center;
    color: #7b629b;
    font-weight: 700;
    font-size: 14px;
    background: url(../images/sidenav-bg.png) no-repeat 0 0;
}
.nav-item.crt, .nav-item:hover {
    color: #cca8f8;
    background-image: url(../images/png2.png);
}
.nav-item {
    cursor: pointer;
    line-height: 36px;
    padding-bottom: 2px;
    background: url(../images/png.png) no-repeat center bottom;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}

/*弹出层*/
.layer-toplayer {
	width: 800px;
	height: 732px;
	background : url(../images/LayerTextbg.jpg);
}
.layer-title {
	font: normal 50px "微软雅黑";
	text-align: center;
	margin-top: 150px;
}
.layer-detailText {
	width: 700px;
	height: 450px;
	overflow-x: hidden;
	overflow-y: auto;
	font: normal 18px "微软雅黑";
	margin-left: 50px;
	color:#000;
	font-size:14px;
}
.text1 { width:500px; height:220px; margin-top:-240px; margin-left:360px; padding:10px; font-size:14px;}
.text2 { width:340px; height:345px; margin-top:240px; margin-left:890px; padding:10px; font-size:14px;}

.imgbox{width:350px; margin:0 auto;top:400px; left:100px;}

.box{font-size: 12px;
	font-family: '宋体'} 
.box img{display:block; padding:2px; border:0;}
.box a{color:#333; text-decoration:none;float:left; cursor:hand;} 
.box a span{display:none; color:#F00;
} 
.box a span h1{
	font-size:12px; 
	position:absolute; 
	bottom:0; 
	background:#000; 
	font-weight:normal;
	color:#fff;
	padding:5px; 
	display:block;
    filter:alpha(opacity=60); 
    -moz-opacity:0.60; 
    opacity:0.60; top:80px;
    border: 1px solid #2c2721
}
.box_item1 {
	width:220px; 
	height:80px;
}
.box_item2 {
	width:220px; 
	height:140px;
}
.box_item3 {
	width:220px; 
	height:100px;
}
.box a:hover{color:#999;} 
.box a:hover span{display:inline; position:absolute;} 
