p {
	margin: 10px 0;
}

body {
	margin: 0;
	
}
body { -webkit-text-size-adjust: 100%!important; }
a {
	text-decoration: none;
	color: white;
}

ul,
li {
	padding-left: 0;
	margin: 0;
	list-style: none;
}

/* 样式代码*/


.bg {
	width: 100%;
}

.nav {
	padding-top: 20px;
	height: 80px;
	width: 1200px;
	margin: 0 auto;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.logo {
	width: 20%;
}

.logo img {
	width: 100%;
}

.nav_text {
	width: 60%;
}

.nav_ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav_ul>li {
	position: relative;
	/* 为下拉菜单定位做准备 */
	flex: 1;
	/* 平均分配宽度 */
}

.nav_ul a {
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 80px;
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: white;
	transition: 0.5s all;
	/* 设置链接颜色 */
}

.nav_ul a:hover {
	/* background-color: #f5f5f5; */
	/* 悬停背景色 */
}

/* 导航栏下拉菜单样式 */
.dis {
    border-top:1px solid #4497b1;
	display: none;
	/* 默认隐藏 */
	position: absolute;
	/* 绝对定位 */
	top: 100%;
	/* 位于导航项下方 */
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	/* 添加阴影效果 */
	padding: 0;
	margin: 0;
	z-index: 100;
	/* 确保下拉菜单在其他内容上方 */
}

.dis p {
	margin: 0;
	padding: 0;
}

.dis a {
	line-height: 40px;
	/* 下拉菜单项行高 */
	text-align: center;
}

.dis a:hover {
	color: #bef2fd;
}

/* 当鼠标悬停在导航项上时显示对应的下拉菜单 */
.nav_ul>li:hover .dis {
	display: block;
}

.b_text {
	text-align: center;
}

/* 第二部分 */
.bg2 {
	background-image: url("../picture/bg2.jpg");
	background-size: 100% 100%;
	padding: 70px 0;
}

.bcenter {
	width: 1200px;
	background-color: rgba(255, 255, 255, 0.8);
	;
	margin: 0 auto;
	padding: 40px 60px;
	box-sizing: border-box;
}

.btop1 {
	width: 70%;
}

.bblue {
	font-size: 0.9rem;

}

.bluetext {
	color: #687387;
}

.btop2 {
	margin-top: 40px;
	width: 26%;
}

/* 第三部分轮播图 */
.bg3 {
	width: 100%;
	padding: 300px 0 100px 0;
	background-image: url("../picture/bg3.jpg");
	background-size: 100% 100%;
}

.bg3center {
	width: 1200px;
	margin: 0 auto;
	padding: 70px 0;
	box-sizing: border-box;
}

.bg3title {
	text-align: right;
	padding-right: 100px;
	color: #687387;
	font-size: 1.2rem;
	margin: 0 0 30px 0;
}

.banner-container {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	/* 用于JS控制位置 */
	left: 0;
	/* 初始位置 */
}

.banner li {
	width: 300px;
	flex-shrink: 0;
	padding: 0 10px;
	box-sizing: border-box;
}

.banner li img {
	width: 100%;
	display: block;
}

.banner li p {
	text-align: center;
	margin: 10px 0 0 0;
}


/* 第四份 超链接 */
.bg4 {
	width: 100%;

	background-image: url("../picture/bg4.jpg");
	background-size: 100% 100%;
}

.b4center {
	width: 1200px;
	margin: 0 auto;
}

.b4 {
	padding: 300px 0 400px 0;
	margin-left: 80px;
}

.b4_t1 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #687387;
}

.b4_t2 {
	margin-bottom: 60px;
}

.a {
	display: flex;
}

.a1 {
	font-size: 1.4rem;
	text-align: center;
	display: block;
	width: 180px;
	background-color: #04cdf9;
	height: 60px;
	line-height: 60px;
	border-radius: 40px;
}

.a2 {
	margin-left: 40px;
	font-size: 1.4rem;
	text-align: center;
	display: block;
	width: 180px;
	border: 1px solid #04cdf9;
	color: #04cdf9;
	height: 60px;
	line-height: 60px;
	border-radius: 40px;
}

/* 第五部分 */
.bg5 {
	width: 100%;
	/* background-image: url("../picture/bg5.jpg");
	background-size: 100% 100%; */
}

.bg5center {
	/* padding: 60px 0; */
	width: 1200px;
	margin: 0 auto;
	display: flex;
}

.bb5 {
	margin-top: 200px;
	margin-bottom: 300px;
	margin-left: auto;
	width: 40%;
	color: white;
}

.bb5big {
	font-size: 1.4rem;
	color: #04cdf9;
	font-weight: bold;
	margin-bottom: 50px;
}

/* 第六部分 */
.bg6 {
	width: 100%;
	background-color: #333;
}

.bg6center {
	/* padding: 60px 0; */
	width: 1200px;
	margin: 0 auto;
	display: flex;
}

.bb6 {
	margin-top: 200px;
	margin-bottom: 300px;
	margin-right: auto;
	width: 40%;
	color: white;
}

.bb6big {
	font-size: 1.4rem;
	color: #04cdf9;
	font-weight: bold;
	margin-bottom: 50px;
}

/* 新闻呢 */
.news {
	width: 100%;
	padding: 200px 0 100px 0;
	background-image: url("../picture/bg7.jpg");
	background-size: 100% 100%;
}

.newscenter {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.newtitle {
	color: white;
}

.newul {
	width: 70%;
}

.newul li {
	width: 100%;
}

.newul li {
	display: flex;
	justify-content: space-between;
	height: 60px;
	line-height: 60px;
}

.erweima {
	position: absolute;
	right: 0;
	text-align: center;
	color: white;
}

/* 底部 */
.footer {
	background-image: url("../picture/footer.jpg");
	background-size: 100% 100%;
	padding: 200px 0 100px 0;

}

.fcenter {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.foo1 {
	margin-right: 50px;
	color: black;
	font-size: 0.8rem;
}

.foonav {
	position: absolute;
	right: 0;
	top: -140px;
}

.foonav ul {
	display: flex;
	justify-content: space-between;
}

.foonav a {
	color: black;
	display: block;
	padding: 10px 30px;
	box-sizing: border-box;
}

.foonav>ul>li>a {
	font-weight: bold;
}
/*header.html*/
.head{
    background-color:#000000;
}

/*详情页css*/

.con{
    width: 100%;
    padding: 60px 0;
}
.condiv{
    width: 1200px;
    margin: 0 auto;
}












