*{
  margin: 0;
  padding: 0;
}
body{
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  overflow-x: hidden;
}
ul{
  list-style: none;
}
#banner img{
  width: 100%;
  height: 278px;
}
#wrap{
  width: 1300px;
  height: 1190px;
  margin:0 auto;
}
#left{
  width: 164px;
  height: 400px;
  /*margin-top: 30px;*/
  margin-left: 20px;
  float: left;
}
#rectangle{
  width: 8px;
  height: 30px;
  background-color: #3ea1f5;
  display: inline-block;
  float:left;
}
#wrap .p1{
  margin-left: 14px;
  float:left;
  display: inline-block;
  font-size: 18px;
  font-family: "Microsoft YaHei", Helvetica Neue, Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
}
.p2{
  width: 1px;
  height: 1230px;
  color: #cecece;
  background-color: #cecece;
  float: left;
  margin-left: 40px;
  position: relative;
  bottom: 40px;

}
#wrap ul{

}
#wrap ul li{
  font-family: "Microsoft YaHei", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  width: 171px;
  height: 32px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: bolder;

}
#wrap ul li img{
  position: relative;
  top: 4px;
  margin-right: 12px;
  margin-left: 4px;
}
#wrap ul li:first-child{
  margin-top:54px;
}
#right{

}
.head{
  height: 32px;
  width: 903px;
  line-height: 32px;
  font-size: 14px;
  color: #868686;
  margin-top: 40px;
  margin-left: 252px;
}
.head p span{
  color: black;
}
.img1{
  float: left;
  margin-top: 6px;
}
.pBody{
  width: 946px;
  height: 65px;
  line-height: 67px;
  background-color: #f5f5f5;
  margin-left: 256px;
  font-size: 23px;
  margin-top: 20px;
}
.pLeft{
  width: 8px;
  height: 65px ;
  background-color: #d5d9df;
  float: left;
}
.pBody .pText{
  font-size: 20px;
  font-weight: bolder;font-family: "Microsoft YaHei", Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-left: 40px;
  height: 26px;
}
.pBody .pText a {
  text-decoration: none;
  color: inherit !important;  /* 确保文字颜色继承 */
  transition: color 0.3s ease !important; /* 确保过渡效果生效 */
}

.pBody .pText a:hover {
  color: #49a1ea !important; /* 鼠标悬停时文字变蓝 */
}

.pTime{
  font-size: 14px;
  color: #899298;
  margin-left: 800px;
  margin-top: -25px;
}
#number{
  position: relative;
  left: 670px;
  top:60px
}
.footer {
  background-color: #1b1c23;
  padding: 35px 0 0;
  color: #fff;
}

.footer .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
}

.footer .row {
  display: flex;
  justify-content: space-between;
}

.footer h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
}

.foot p {
  color: #888888;
  font-size: 12px;
  line-height: 30px;
  margin-bottom: 10px;
}

.contact {
  color: #7a7c80;
}

.contact div.row1 {
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 14px;
}
.contact_number {
  display: flex;
  align-items: center;
  color: #3ea2f7;
}
.contact_number img {
  width: 15px;
  height: 15px;
  margin-right: 14px;
}
.mail img {
  width: 20px;
  height: 14px;
  margin-right: 6px;
}
.location {
  display: flex;
  margin-bottom: 10px;
}
.location img{
  width: 17px;
  height: 24px;
  margin-right: 13px;
}
.location .row2 div {
  margin-bottom: 10px;
}

/* 右侧导航区域 */
.footer .col-md-8 {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}

.footer .col-md-8 .row {
  display: flex;
  gap: 30px;
}

.footer-list {
  width: auto;
}

.footer-list .title {
  font-size: 16px;
  line-height: 36px;
}

.footer-list .title a {
  color: #7e888f;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  margin-left: -8px;
}

.footer-list ul {
  padding: 0;
  margin: 0;
}

.footer-list ul li {
  width: 90px;
  text-align: left;
  position: relative;
  font-size: 12px;
  line-height: 24px;
  box-sizing: border-box;
}
.footer-list ul li::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background: #596671;
}
.footer-list ul li.doc::before {
  top: 14px;
}

.footer-list ul li a {
  color: #7a7c80;
  text-decoration: none;
}

.footer-list ul li a:hover {
  color: #fff;
}

/* 版权信息 */
.fdr {
  color: #5e6366;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 0;
  border-top: 1px solid #5e6366;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fdr p a {
  color: #5e6366;
  text-decoration: none;
}

.fdr img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .footer .row {
    flex-direction: column;
  }
  
  .footer .col-md-4 {
    margin-bottom: 30px;
  }
  
  .footer .col-md-8 .row {
    flex-direction: column;
    gap: 20px;
  }
  
  .footer-list {
    text-align: center;
  }
}
