p{
	margin: 0;
	padding: 0;
}
a:hover{
	text-decoration: none;
}
body,html{
	min-width: 1200px;
}
.center{
	margin: 0 auto;
	width: 1200px;
}
.nav-bg{
	z-index: 999;
	padding: 10px 0;
	background: rgb(159, 197, 232);
}
.nav-bg img{
	width: 200px;
}
.nav-bg a{
	padding: 0 40px;
	color: #333;
	font-weight: bolder;
	font-size: 20px;
	font-family: '微软雅黑';
	height: 60px;
	line-height: 60px;
}
.banner{
	background: url(../img/top-bg.jpg) no-repeat top center;
	height: 910px;
}
.banner>div>img{
	padding-top: 150px;
	margin: 0 auto ;
	display: block;
	width: 600px;
}
.banner>div>div{
	top: 670px;
	left: 0;
	right: 0;
	margin: auto;
	width: 790px;
	height: 240px;
	background: url(../img/xiazaibg.png) top center no-repeat;
	background-size: 100% 100%;
}
.banner>div>div>a{
	background: url(../img/ljyy.png) no-repeat top center;
	background-size: 100% 100%;
	padding: 10px;
	margin:0 10px;
	width: max-content;
	height: max-content;
	
}
.banner>div>div>a>img{
	width: 170px;
	height: 170px;
}
.banner>div>div>p{
	height: 190px;
}
.news{
	background: url(../img/top-bg.jpg) left;
	background-size: auto 2000px;
}
.news .nav-item{
	font-size: 20px;
	color: white;
}
.news .nav-item>a{
	color: black;
}
.nav-tabs .nav-link.active{
	    color: black;
	    background: none; 
	    border-color: #ffffff00; 
	    font-weight: bolder;
}
.tab-pane li{
	display: flex;
	margin: 5px 0;
	justify-content: space-between;
	padding: 10px 20px;
	border-bottom: 1px dotted #fff;
}
.tab-pane li a,.tab-pane li span{
	color: black;
}
.carousel-indicators li{
	height: max-content;
	width: 10%;
	border: none;
	margin:0 10px;
	opacity: 0.3;
}

.carousel-indicators .active{
	border:  2px solid #fff;
	
	margin:0 8px;
}
.db-bg{
	background: #3d85c6;
	margin-top: 30px;
}
.db-bg>p{
	text-align: center;
	color: white;
	padding: 20px 0;
}
.erweima-box>p{
	padding-top: 20px;
	text-align: center;
	font-size: 50px;
	font-weight: bolder;
	color: white;
	padding: 20px 0;
}
.erweima-box>ul{
	padding-bottom: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.erweima-box>ul>p,.erweima-box>ul>p>a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.erweima-box>ul>p>img{
	width: 200px;
}
.erweima-box>ul>p>span,.erweima-box>ul>p>a>span{
	color:white;
	font-size: 20px;
	font-weight: bold;
}
.banquan{
    padding-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banquan>img{
	width: 200px;
}
.banquan>p{
	display: flex;
	width: 60%;
}
.banquan>p>a{
	width: 25%;
	color: white;
	border: 1px solid white;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-weight: bolder;
}



.list{
	background-position: bottom center; 
	height: 660px;
}
.list>div>img{
	display: none;
}

.list>div>div{
	top:260px;
}
.list-box{
	
}
.list-box>p{
	background: url(../img/neiyenavbg.jpg) top center no-repeat;
	background-size:100% auto ;
	margin: 20px auto;
	width: 1200px;
	font-size: 30px;
	line-height: 94px;
	height: 94px;
	padding-left: 30px;
	color: white;
}
.list-box>p>span{
	color: #ffcc00;
}

.list-box li{
	display: flex;
	margin: 5px 0;
	justify-content: space-between;
	padding: 10px 20px;
	border-bottom: 1px dotted #999;
}
.list-box li a{
	color: #333;
}
.list-box li span{
	color: #666;
}
.content-box>div img{
	max-width: 80%;
	height: auto;
}