@charset "utf-8";

body{background: #fff}

@media screen and (min-width: 1440px){body{min-width: 1180px}}
@media screen and (max-width: 1439px){body{min-width: 1000px}}

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

/*标题*/
#main{
	z-index: 999;
	width: 100%;
}

@media screen and (min-height: 831px){#main{margin:-970px 0 200px 0;}}
@media screen and (max-height: 830px){#main{margin:-840px 0 130px 0;}}

.wrapper{
    margin: 0 auto;
}

.headline{
	margin: 0 auto;
	background-image: url(../images/bd_title.png);
	background-repeat: no-repeat;
	background-position: center;	
}

@media screen and (min-width: 1440px){
	.headline{
		width: 950px;
	    height: 240px;
	    background-size: 100%;}
}
@media screen and (max-width: 1439px){
	.headline{
		width: 100%;
	    height: 200px;
	    background-size: 76%;}
}


/*视频*/
.video{
	margin: 0 auto;
	z-index: 39;
	background-image: url(../images/bd_vedio.jpg);
	background-repeat: no-repeat;
	box-shadow: 0 10px 20px #8dbe82;
}

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

.video .tit_video{
	display: none;
}

.video .flv{
	z-index: 40;
	position: relative;
}

.video .flv iframe{
	display: none\9\0; display: none\9;
}
@media screen and(-ms-high-contrast: active),(-ms-high-contrast: none){
.video .flv iframe{display: block;}/* IE10+ */
}

@media screen and (min-width: 1440px){
	.video{
		width: 958px;
		height: 548px;
		background-size: 100%}

    .video .flv{
		width: 928px;
	    height: 522px;
		margin: 0px auto 0;
	    padding-top: 15px;}
	
}
@media screen and (max-width: 1439px){
	.video{
		width: 782px;
		height: 453px;
		background-size: 100%}

    .video .flv{
		width: 752px;
	    height: 423px;
		margin: 0px auto 0;
	    padding-top: 15px;}
}


/*分享*/
#sharewr{
	text-align: center;
}

#share{
	margin: 0 auto;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.share_f{
	color: #fff;
}



.bds_tsina{
	background: url(../images/share_webo.png) 0 0 no-repeat !important;
}

.bds_weixin{
	background: url(../images/share_wechat.png) 0 0 no-repeat !important;
}

@media screen and (min-width: 1440px){
	#sharewr{
		margin:-420px 0 0 980px ;
		width: 90px;
		height: 260px;
		background: url(../images/share.png) no-repeat;}

    #share{
		width: 46px;
		padding: 56px 0 0 0;
	}

    .share_f{
		font-size: 16px;
		letter-spacing: 3px;
	    line-height: 50px;
	    height: 30px;
	    padding-left: 4px;}

    #share .bds_tsina,#share .bds_weixin{
		height: 46px !important;
	    padding-left: 46px !important;
	    line-height: 50px !important;
	    margin: 20px 0 -6px 0;}
}
@media screen and (max-width: 1439px){
	#sharewr{
		margin:-344px 0 0 820px ;
		width: 82px;
		height: 239px;
		background: url(../images/share_small.png) no-repeat}

    #share{
		width: 46px;
		padding: 57px 0 0 0;}

    .share_f{
		font-size: 16px;
		letter-spacing: 2px;
	    line-height: 32px;
	    height: 26px;
		padding-left: 2px;
	}

    #share .bds_tsina,#share .bds_weixin{
		height: 46px !important;
	    padding-left: 46px !important;
	    line-height: 30px !important;
	    margin:10px 0 2px 0;}

}
#share .bds_tsina:hover{background:url(../images/share_webo2.png)0 0 no-repeat !important;}
#share .bds_weixin:hover{background:url(../images/share_wechat2.png)0 0 no-repeat !important;}

/*界面背景*/
.bd_wrap{
	width: 100%;
}

.background{
	width: 100%;
	background-image: url(../images/bd_decoration.png);
	background-position: center;
	z-index: -999
}

@media screen and (min-height: 831px){
	.background{
		margin-top: 0px;
		height: 1020px;}
}

@media screen and (max-height: 830px){
	.background{
		margin-top: -144px;
		background-repeat: no-repeat;
		height: 1000px;
		background-size: 140%;
	}
}




