* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #fff;
}

li {
  list-style: none;
}

p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 2em;
}

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #2585e2;
}

.menu {
  display: flex;
  width: 1200px;
}

.menu ul {
  display: flex;
  justify-content: center;
  width: 1200px;
}

.menu ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
}

.menu ul li .active {
  color: #00cc99;
}

.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  position: relative;
  height: 100vh;
}

/* 安全评价与咨询 */
.aqpjContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff url(../Images/product/002.jpeg) no-repeat;
  background-size: cover;
}

.aqpjtitle,
.jxhgtitle,
.hgqytitle,
.aqzstitle {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-top: 100px;
}

.aqpjContent {
  display: flex;
}

.aqpjContentLeft {
  display: flex;
  flex-direction: column;
  margin: 125px 0 0 250px;
}

.aqpjContentLeft li {
  display: flex;
  width: 280px;
  padding: 10px;
  border: 1px solid #fff;
  border-bottom: none;
  background-color: #0abdd1;
}

.aqpjContentRight li {
  display: block;
  width: 800px;
  height: 490px;
  margin: 120px 0 0 40px;
  padding: 10px;
  border: 1px solid #0abdd1;
  border-radius: 5px;
}

.aqpjContentRight li:nth-child(n + 2) {
  display: none;
}

/* 精细化工反应风险评估 */
.jxhgContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff url(../Images/product/003.jpeg) no-repeat;
  background-size: cover;
}

.jxhgContent {
  display: flex;
}

.jxhgContentLeft {
  display: flex;
  flex-direction: column;
  margin: 160px 0 0 350px;
}

.jxhgContentLeft li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 50px;
  border: 1px solid #fff;
  border-bottom: none;
  background-color: #0abdd1;
}

.jxhgContentLeft li:nth-child(8) {
  border-bottom: 1px solid #fff;
}

.jxhgContentRight li {
  display: block;
  width: 800px;
  height: 490px;
  margin: 135px 0 0 40px;
  padding: 10px;
  border: 1px solid #0abdd1;
  border-radius: 5px;
}

.jxhgContentRight li:nth-child(n + 2) {
  display: none;
}

/* 化工企业工艺安全分析 */
.hgqyContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff url(../Images/product/004.jpeg) no-repeat;
  background-size: cover;
}

.hgqyContent {
  display: flex;
}

.hgqyContentLeft {
  display: flex;
  flex-direction: column;
  margin: 160px 0 0 350px;
}

.hgqyContentLeft li {
  display: flex;
  justify-content: center;
  /* justify-content: space-between; */
  align-items: center;
  width: 220px;
  height: 100px;
  border: 1px solid #fff;
  /* border: 1px solid #2585e2; */
  background-color: #0abdd1;
}

.hgqyContentLeft li:nth-child(1),
.hgqyContentLeft li:nth-child(2) {
  border-bottom: none;
}

.hgqyContentRight li {
  width: 800px;
  height: 620px;
  margin: 40px 0 0 40px;
  padding: 10px;
  border: 1px solid #0abdd1;
  border-radius: 5px;
}

/* 安全知识产品及设备 */
.aqzsContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff url(../Images/product/005.jpeg) no-repeat;
  background-size: cover;
}

.aqzsContent {
  display: flex;
  justify-content: center;
  margin: 100px 0 0 0;
}

.aqzsContentRight {
  width: 800px;
  height: 500px;
  padding: 10px;
  border: 1px solid #0abdd1;
  border-radius: 5px;
}
