@charset "utf-8";

#header{
	background-color: #FFFFFF
}

body{
	width: 100%;
	overflow-x: hidden;
	max-width:480px;
	min-width:250px;
}

#container{
	width:100%;
	text-align: center;
}


/*标题*/
#main{
	z-index:999;
	width: 100%;
	margin-top: -740px;
	margin-bottom: 20px;
}
@media screen and (max-width: 320px) { 
#main {
	margin-top: -420px;
	margin-bottom: 10px
	}  
}

.wrapper{
    margin: 0 auto;
}

.headline{
	margin: 0 4px;
	height:90px;
	background-image: url(../images/bd_title.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 96%;
}

@media screen and (max-width: 320px) { 
.headline {height: 70px;}  
}

.titlewr{
	position:absolute;
	line-height: 11vw;
	padding: 0 0 0 15vw;
}

.title1{
	float: left;
	font-size: 7.8vw;
	color: #0d8af6;
}

.title2{
	float: left;
	font-size: 7.8vw;
	color: #0d8af6;
}

.title3{
	position:absolute;
	font-size: 5.5vw;
	color: #FFFFFF;
	line-height: 17vw;
	padding: 0 0 0 61.2vw;
}

.text-decoration{
	display: none
}


/*视频*/
.video{
	width: 98%;
	background-image: url(../images/bd_vedio.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

@media screen and (min-width: 321px) { 
.video {height: 280px;margin: 0 4px 38px 4px;}  
}
@media screen and (max-width: 320px) { 
.video {height: 228px;margin: 0 4px 20px 4px;}  
}

.video .wr{
	padding:0!important;
}

.video .tit_video{
	display: none;
}

.video .flv{
	width: 97%;
	position: relative;
	margin: 0px auto 0;
	padding-top:6px;
}

@media screen and (min-width: 321px) { 
.video .flv {height: 268px;}  
}
@media screen and (max-width: 320px) { 
.video .flv {height: 216px;}  
}


/*分享*/

.share_mwr{
	margin:0 auto 0 20px;
}

.share_m{
	width: 98%;
	height: 134px;
	background-image: url(../images/share_m.png) ;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media screen and (max-width: 360px) { 
.share_m {background-size: 50%}  
}



/*界面背景*/

.bd_wrap{
	margin:0 auto;
}
.background{
	width: 100%;
	height:830px;
	background: url(../images/bd_decoration_m.png) no-repeat;
	background-size:100%;
	background-position: top;
	z-index: -999
}

@media screen and (max-width: 320px) { 
.background {height: 500px;}  
}