*{
	padding: 0;margin: 0;
}
a{
	color: black;
}
@media (max-width: 1200px) {
	.copyright-top{
		width: 96vw!important;
	}
}
.banner{
	width: 100%;
	margin-top: 103px;
}
.modle{
	display: none;
}
.show{
	display: block;
}
img{
	width: 100%;
}
.container{
	width: 100%;
	height: 140px;
	display: flex;
	justify-content:center;
	margin-top: 70px;
	margin-bottom: 20px;
}
.container-div{
	width: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.title{
	padding: 5px 10px;
	height: 22px;
	line-height: 22px;
	margin: 0px 10px;
	background-color: #169BD5;
	color: white;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	border: 2px solid #169BD5;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.34901961);
}
.title:hover{
	color: black;
	background-color: white;
	border: 2px solid #169BD5;
}
.activediv{
	color: black;
	background-color: white;
	border: 2px solid #169BD5;
}
.copyright{
	width: 100%;
	display: flex;
	justify-content: center;
}
.copyright-top{
	width: 1200px;
	height: 100px;
	border-bottom: 1px solid #E4E4E4;
	display: flex;
	justify-content:space-between;
	line-height: 100px;
}
.copyright-top-left{
	font-size: 40px;
	color: #169BD5;
	margin-top: 10px;
}
.copyright-top-right{
	font-size: 15px;
	margin-top: 30px;
}
.rightNav{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.rightNav-content-top{
	width: 1200px;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 30px;
}
.rightNav-content-top-title{
	font-size: 25px;
	color: #333333;
	height: 50px;
}
.rightNav-content-top-time{
	font-size: 14px;
	color: #5E5E5E;
}
.rightNav-content-modile{
	width: 1200px;
	text-align: center;
}
dl{
	margin-bottom: 30px;
}
dt{
	line-height: 40px;
	margin-bottom: 30px;
}
dt span{
	display: inline-block;
	width: 60%;
	text-align: left;
	color: #6B6B6B;
	font-size: 18px;
}
dd img{
	width: 60%;
}