/*手机css */
@media screen and (max-width: 750px) {
	
	.header .bg {
		width: 100%;
		height: 150px;
	}

	.swiper-container {
		width: 100%;
		height: 100%;
	}

	.swiper-wrapper {
		width: 100%;
		height: 100%;
	}

	.swiper-slide {
		text-align: center;
		font-size: 18px;
		background: #fff;

		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.swiper-slide img {
		height: 150px;
		/*height: 160px;*/
	}
	.content {
		width:100%;
		margin: 20px auto;
	}


.new-detail{
	width:100%;
	text-align:center;
}
.news-name{
	width: 100%;
	height:60px;
	line-height:30px;
	/*padding-bottom:20px;*/
	border-bottom: 1px solid #909090;
}
.news-name a{
	display:block;
	color: #138BD7;
	font-size:16px;
}
.news-name span{
	display:block;
	font-size:14px;
	color: #666;
	padding-right:5px;
	float: right;
}
.news-content{
	width: 100%;
	text-align:left;
	margin-top:30px;
}
.news-content p{
	width:94%;
	margin-left:3%;
	color: #666;
	text-indent:2em;
	font-size:15px;
	line-height: 28px;
}

}
/*电脑*/
@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;
}

.header .bg{
	width: 100%;
	height: 350px;
}
.swiper-container {
        width: 100%;
        height: 350px;
    }
    .swiper-wrapper{
    	 width: 100%;
        height: 350px;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.swiper-slide img{
	width: 100%;
	/height: 350px;
}

/*---------------content-----------*/
.content{
	width: 1050px;
	/*height:1050px;*/
	clear:both;
	/*border:1px solid;*/
	margin: 20px auto;

}

.new-detail{
	width:100%;
	text-align:center;
}
.news-name{
	width: 100%;
	height:50px;
	line-height:50px;
	/*padding-bottom:20px;*/
	border-bottom: 1px solid #909090;
}
.news-name a{
	color: #138BD7;
	font-size:16px;
}
.news-name span{
	font-size:14px;
	color: #666;
	padding-right:5px;
	float: right;
}
.news-content{
	width: 100%;
	text-align:left;
	margin-top:50px;
}
.news-content p{
	color: #666;
	text-indent:2em;
	font-size:15px;
	line-height: 28px;
}

}