	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, embed, hr, section {
	  margin: 0;
	  padding: 0;
	  border: 0;
	}
	h1, h2, h3, h4, h5, h6 {
	  font-weight: normal;
	}
	table, tr, th, td {
	  margin: 0;
	  padding: 0;
	}
	ul, li {
	  list-style-type: none;
	}
	a {
	  text-decoration: none;
	  color: #333;
	}
	a:hover {
	  /* text-decoration: underline; */
	}
	body {
	  /* font-family: "宋体"; */ background: #e6f0ff;
	  font-size: 14px;
	  min-width: 1440px;
	}
	.p-top {
	  padding-top: 60px !important;
	}
	.banner {
	  position: relative;
	  width: 100%;
	  overflow: hidden;
	  text-align: center;
	  background: url('../images/head.png') no-repeat 0 0/100% auto;
	  margin: 0; /* 确保没有额外的 margin */
	  padding: 0; /* 确保没有额外的 padding */
	}
	.banner img {
	  margin-top: 0px;
	  width: 100%;
	  display: block;
	}
	.main-box {
	  margin: 0; /* 确保没有额外的 margin */
	  padding: 0; /* 确保没有额外的 padding */
	}
	section {
	  margin: 0;
	  padding: 0;
	  display: block;
	  font-size: 0px
	}
	.head {
	  height: 849px;
	  background: url('../images/head.jpg') no-repeat top center;
	}
	.p1 {
	  height: 982px;
	  background: url('../images/p1-bg.jpg') no-repeat top center;
	}
	.p2 {
	  height: 982px;
	  background: url('../images/p2-bg.jpg') no-repeat top center;
	}
	.p3 {
	  height: 802px;
	  background: url('../images/p3-bg.jpg') no-repeat top center;
	}
	.p4 {
	  height: 925px;
	  background: url('../images/p4-bg.jpg') no-repeat top center;
	}
	.p5 {
	  height: 639px;
	  background: url('../images/p5-bg.jpg') no-repeat top center;
	}
	.footer {
	  height: 370px;
	  background: url('../images/footer.jpg') no-repeat top center;
	}
	.backTop {
	  display: none;
	  width: 79px;
	  height: 153px;
	  color: #fff;
	  background: #333;
	  border-radius: 5px;
	  cursor: pointer;
	  position: fixed;
	  right: 10px;
	  top: 0;
	  bottom: 0;
	  margin: auto;
	  ;
	  z-index: 99990;
	}
	.backTop img {
	  width: 100%;
	  height: 100%;
	}
	/* container 容器样式 */
	.container {
	  width: 1400px;
	  margin: 0 auto;
	}
	.container .nav {
	  width: 100%;
	  margin: 0 auto;
	}
	.container .snav {
	  width: 950px;
	  margin: 0px auto;
	}
	.container .nav {
	  display: block;
	  width: 100%;
	  padding-top: 100px;
	}
	.container .snav img {
	  display: block;
	  width: 100%;
	  padding-top: 40px;
	}
	.container .more {
	  width: 1200px;
	  margin: 0px auto;
	}
/* p1 区域图片样式 */
.p1 .container > a:first-child {
    display: block;
    padding-top: 100px;
}
.p1 .container > a:first-child img {
    width: 100%;
    height: auto;
}
.p1 .container > a:nth-child(2), .p1 .container > a:nth-child(3) {
    display: inline-block;
    margin-top: 30px;
}
.p1 .container > a:nth-child(2) {
    margin-right: 24px;
}
.p1 .container > a:nth-child(2) img, .p1 .container > a:nth-child(3) img {
    width: auto;
    height: auto;
    vertical-align: top;
}

/* p2 区域列表样式 - 2行4列布局 */
.p2-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 24px 16px;
    list-style: none;
    padding: 0;
    margin: 50px 0;
}

.p2-list li {
    margin: 0;
    padding: 0;
}

.p2-list li img {
    width: 100%;

    display: block;
}

/* p3 区域列表样式 - 2行3列布局 */
.p3-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
    list-style: none;
    padding: 0;
	margin: 50px 0;
}

.p3-list li {
    margin: 0;
    padding: 0;
}

.p3-list li img {
    width: 100%;
    
    display: block;
}

/* p5 区域样式 */
.content-wrapper {
    margin-top: 54px;
    display: flex;
    align-items: flex-start;
}

.left-section {
    width: 607px;
    height: 320px;
    flex-shrink: 0;
}

.left-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right-section {
    flex: 1;
}

.p5-list {
    padding-left: 40px;
    list-style: none;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.p5-list li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.p5-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 36%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #257fe9;
    border-radius: 50%;
}

.p5-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.p5-list li a {
    font-size: 20px;
    text-align: left;
    color: #464646;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}