/* 样式开始 */
	/* 导航图片 */
.carousel-item a.banbg{
	background-image: url(/static/img/banner-new/zyzx.png);
	background-repeat: no-repeat;
	background-position: 45% center;
}
.privacy-clause-wp{
	color: #181818;
	padding-bottom: 40px;
	text-align: justify; /*实现两端对齐*/
	text-justify: newspaper; /*通过增加或减少字或字母之间的空格对齐文本*/
	word-break: break-all; /*允许在单词内换行*/
}
.privacy-clause-wp h4{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	padding: 70px 0px 40px;
}
.privacy-clause-wp h5{
	text-align: right;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 20px;
}
.privacy-clause-wp .tit{
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 20px;
}
.privacy-clause-wp .content,.privacy-clause-wp  .n-content{
	font-size: 16px;
	line-height: 28px;
	text-indent: 2em;
	padding-bottom: 10px;
}
.privacy-clause-wp .n-content{
	text-indent: 0em;
}
.privacy-clause-wp .txt-font{
	font-weight: 600;
}
.privacy-clause-wp .font-color{
	color:#1890FF;
}
.privacy-clause-wp .paragraph{
	margin-bottom: 20px;
}


@media screen and (min-width:1600px){
	
}
@media screen and (min-width:1560px) and (max-width: 1650px){
	.carousel-item a.banbg{
		background-position: 50% center;
	}
}
@media screen and (min-width:1500px) and (max-width: 1559px){
	.carousel-item a.banbg{
		background-position: 42% center;
	}
}
/*大型屏幕pc 1600>=pc>=1400 超大屏*/
@media screen and (min-width:1400px) and (max-width: 1600px){
	.navbar-expand-lg .navbar-nav .nav-link{
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}
}
@media screen and (min-width:1381px) and (max-width: 1450px){
	.navbar-expand-lg .navbar-nav .nav-link{
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}
}
/*大型屏幕pc 1400>=pc>=1200 超大屏*/
@media screen and (min-width:1200px) and (max-width: 1399px){		
	.navbar-expand-lg .navbar-nav .nav-link{
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}
	.carousel-item a.banbg {
		background-position: 44.5% center;
	}
}
/*1200>=pc>=992 大屏*/
@media screen and (min-width:992px) and (max-width: 1199px){
	.carousel-item a.banbg {
		background-position: 34% center;
	}					
	.navbar-nav li{
		margin: 0px;
		padding: 0px 6px;
	}
	.suspension{
		padding: 10px 10px 10px 14px;
	}
	.form-inline {
		justify-content: flex-end;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
	.form-layui-new{
		width: 80%;
	}
}
/*768<=pad<992 中屏*/
/*phone<768  小屏*/
@media screen and (max-width: 992px) and (min-width: 480px){
	.carousel-item a.banbg {
		background-position: 26% center;
	}
	
}
/* 超小屏*/
@media screen and (max-width: 480px){
	.carousel-item a.banbg {
		background-position: 70% center;
	}
	.privacy-clause-wp{
		padding: 0px 14px 40px;
	}
}
		