/*手机*/
@media screen and (max-width:750px){
	

/*----------以上是头部可共用样式------------*/
/*内容content*/
.content{
	width:100%;
	margin:0 auto;
}
.content .content_tie{
	width:100%;
	height:30px;
	line-height:30px;
	color: #909090;
	font-size: 15px;
	text-indent: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.content .video{
	width: 100%;
	/*height: 445px;*/
}
.video .video_left{
	width: 100%;
	height: 350px;
	float: left;
}
.video_left img{
	width: 100%;
	height: 240px;
}
.video .video_right{
	width:90%;
	margin-left:5%;
	margin-top: 150px;
	/*height: 370px;*/
	float: left;
}
.video .video_right p{
	
}
.video_right .top{
	display:block;
	width:100%;
	height:0px;
	line-height:30px;
	overflow:hidden;
	margin-top: -130px;
    text-align: center;
	font-size: 22px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.video_right .center{
	display:block;
	width:100%;
	height:15px;
	margin-top: -10px;
	line-height:15px;
	font-size: 1em;
	color: #444444;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.video_right .drop{
	margin-top:-10px;
	font-size: 1em;
	/*margin-top: 30px;*/
	color: #444444;
}
.video_right p.drop_a{
	display: block;
	width:100%;
/*	height:65px;*/
	line-height:22px;
	overflow:hidden;
	font-size: 15px;
	text-indent: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow:ellipsis;
	margin-top:-10px;
}
/*	详情*/
.content .details{
	width: 100%;
	/*height: 860px;*/
}
.details .details_left{
	width: 97.2%;
    padding-left: 5px;
	/*height: 810px;*/
	/*border: 1px solid #CCCCCC;*/
	float: left;
	overflow: hidden;
}
.details .details_left p.head{
	display:block;
	width:100%;
	text-indent:20px;
	height:30px;
	    margin-top: -6px;
	line-height: 30px;
	border-bottom: 1px solid #CCCCCC;
} 
 .details_left p:nth-child(2){
	display:block;
	width:90%;
	margin:0 auto;
	text-indent:2em; 
}

.details .details_right{
	display:none;
	width: 316px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-left: 30px;
}



.details_right .dixian{
	border-bottom: none;
}

}
@media screen and (min-width:750px){
/* 导航开始 */
div#div1{
height:100%;
width:100%;
z-index:-1;
}
div#div1 > img {
height:100%;
width:100%;
border:0;
}
.header-nav{
	height: 50px;
	width: 100%;
	line-height: 50px;
}
.header-nav .nav-bar{
	position:relative;
	width: 1050px;
	height: 50px;
	margin: -50px auto;
	z-index: 10;
}

.nav-bar ul li{
	list-style:none;
	padding:0px 40px 0px 40px;
	height:50px;
	font-size: 20px;
	margin-top:-16px;
	float: left;
	
}
.nav-bar ul li.on{
	height:48px;
	line-height:48px;
	background: white;
	border:1px solid #0473ba;
}
.nav-bar ul li a{
	display:block;
	width:100%;
	color: white;
}
.nav-bar ul li:hover ul{
	position:absolute;
	margin-left:-40px;
	display: block;
}
.nav-bar ul li ul li a{
	display:block;
	width:100%;
	color:#363636;
	text-align:center;
	font-size:18px;
}
.nav-bar ul li ul li{
	padding:0;
	margin:0;
	height:40px;
	line-height:40px;
	display: block;
	width:100%;
	float: left;
	clear: both;
	text-align:center;
}
.nav-bar ul li ul li:hover{
	background: #efefef;
}
.nav-bar ul li ul{
	width: 159px;
	height:160px;
	background: white;
	padding:0;
	margin:0;
	border:1px solid #0473ba;
	display:none;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.054);
	/*z-index: 10;*/
}

.header-nav .nav-bar a.on{
	color:#0473ba;
}
/*内容content*/
.content{
	width:1050px;
	margin:0 auto;
}
.content .content_tie{
	width:430px;
	height:45px;
	line-height:45px;
	color: #909090;
	font-size: 15px;
	margin-left: 10px;
}
.content .video{
	width: 100%;
	height: 445px;
}
.video .video_left{
	width: 700px;
	height: 475px;
	float: left;
}
.video_left img{
	width: 100%;
	height: 400px;
}
.video .video_right{
	width:305px;
	height: 370px;
	float: left;
	margin-left: 40px;
}
.video_right .top{
	display:block;
	width:300px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-size: 25px;
}
.video_right .center{
	font-size: 18px;
	color: #444444;
	line-height: 15px;
}
.video_right .drop{
	font-size: 18px;
	margin-top: 30px;
	color: #444444;
}
.video_right .drop_a{
	width:300px;
	height:150px;
	line-height:22px;
	overflow:hidden;
	font-size: 15px;
	text-indent: 20px;
	
}
/*	详情*/
.content .details{
	width: 100%;
	height: 860px;
}
.details .details_left{
	width: 700px;
	/*height: 810px;*/
	/*border: 1px solid #CCCCCC;*/
	float: left;
	overflow: hidden;
}
 .details_left p:nth-child(2){
	display:block;
	width:90%;
	margin:auto;
	text-indent:2em;
 }
.details .details_right{
/*	height: 440px;*/
	width: 316px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-left: 30px;
}
.details_left .head{
	width: 680px;
	height: 45px;
	border-bottom:1px solid #CCCCCC;
	font-size: 20px;
	padding-left: 20px;	
}
.details_left .heada{
	margin-top:30px;
	font-size:18px;
	padding:20px;
	
	text-indent: 70px;
	line-height: 40px;
}
.details_right .relevant{
	position:relative;
	width: 297px;
	height: 45px;
	border-bottom:1px solid #CCCCCC;
	font-size: 20px;
	padding-left: 20px;	
}
.vio{
	width:95px;
	height:95px;
	float:left;
	margin-left:20px;
}
.s_a{
	position: absolute;
    width: 25px;
    height: 25px;
    left: 30px;
    top: 70px;
}
.rl-shipin{
	width:100%;
	height:105px;
	margin-top:15px;
	/*border-bottom: 1px dashed #CCCCCC;*/
}
.rl-right{
	float: left;
	margin-left: 10px;
}
.rl-right a{
	display:block;
	height:20px;
	line-height:20px;
	width:130px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:14px;
	color: #0090DC;
}
.rl-right p{
	margin:0;
	font-size:14px;
	line-height: 20px;
}
.rl-right p.on{
	margin-top:20px;
}

.details_right .dixian{
	    position: relative;
	border-bottom: none;
}

}