@charset "utf-8";
/* CSS Document */

	*{
		padding: 0;
		margin: 0;
	}
	html,body{
		height: 100%;
	}
	#container {
		margin-top:165px;
			width: 100%;
			height:650px;
			overflow: hidden;
	}
	.sections,.section {
		height:100%;
	}
	#container,.sections {
		position: relative;
	}
	.section {
		background-color: #000;
		background-size: cover;
		background-position: 50% 50%;
		text-align: center;
		color: white;
		margin-top:25px;
	}
	#section0 {
		background-image: url('/style/images/banner1.jpg');
	}
	#section1 {
		background-image: url('/style/images/banner2.jpg');
	}
	#section2 {
		background-image: url('/style/images/banner3.jpg');
	}
	.videolist { position:relative; float:left; width:500px; height:300px; }
.videolist:hover{ cursor: pointer; }
.videoed { display:none; width:120px; height:120px; position: absolute; left:40%; top:32%; z-index:99; border-radius:100%; }
.videos{ display:none; border: 1px solid #080808; position:fixed; left:50%; top:50%; margin-left:-320px; margin-top:-210px; z-index:100; width:640px; height:360px; }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }


.renav{

    width:665px;

    height:506px;

  

    overflow:hidden;

   

}

.renav li{

    height:21px;

}
/*! CSS Used from: Embedded */
h4,h5,p,dl,dt,dd{margin:0;padding:0;}
h4,h5{font-size:100%;}
* h4,* h5{margin:0px;}
em{font-style:normal;}
img{border:none;}
.clear{clear:both;height:0;}

/*! CSS Used from: Embedded */
.yin{padding:60px 0 100px;}
.yin dl{width:286px;height:400px;position:relative;margin:0 18px 0 0;float:left;overflow:hidden;-webkit-transition:transform .3s;transition:transform .3s;}
.yin dl dt{width:286px;line-height:0;position:relative;}
.yin dl dt img{width:286px;height:400px;}
.yin dl dt h4{font-size:18px;color:#333;height:85px;line-height:85px;width:286px;text-align:center;position:absolute;bottom:0;left:0;background:#FF9900;transition:height .5s;-moz-transition:height .5s;-webkit-transition:height .5s;-o-transition:height .5s;}
.yin dl dt h4 em{display:block;width:46px;height:46px;line-height:0;background:#2789d4;border-radius:50%;position:absolute;top:-23px;left:120px;}
.yin dl dt h4 em img{width:46px;height:46px;}
.yin dl dd{background:rgba(0,0,0,0.7);position:absolute;bottom:0;left:0;height:0;overflow:hidden;width:286px;text-align:center;transition:height .5s;-moz-transition:height .5s;-webkit-transition:height .5s;-o-transition:height .5s;}
.yin dl dd h5{height:70px;line-height:70px;overflow:hidden;font-size:26px;color:#fff;}
.yin dl dd em{display:block;width:46px;height:46px;line-height:0;background:#FF9900;border-radius:50%;margin:80px auto 0;}
.yin dl dd em img{width:46px;height:46px;}
.yin dl dd p{font-size:16px;color:#fff;line-height:30px;height:100px;overflow:hidden;width:220px;margin:0 auto;padding:15px 0 0;}
.yin dl:hover dd,.yin dl.cur dd{height:400px;}
.yin dl:hover dt h4,.yin dl.cur dt h4{height:0;}
.yin dl:hover dt h4 em,.yin dl.cur dt h4 em{top:0;}
.yin dl:hover,.yin dl.cur{-webkit-transform:translate(0,-35px);transform:translate(0,-35px);}
.yin .nobor{margin-right:0;}