html,
    body {
      height: 100%;
      margin: 0;
    }

    body {
      width: 680px;
      margin: auto;
      background-color: #f0f0f0;
    }
	a{color:#303030;}
.image-slider-section {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.image-slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}

.image-slider img.active {
  opacity: 1;
}

.service-item {
	width:49.5%; margin-top:20px;padding:25px 0;
    display:inline-block;
    vertical-align: top;
	background-color:#ffffff;
     /* 根据需要调整间距 */
}
.service-item a{text-align:center;}
.service-item img {
	margin-left:30px;
    width: 80px;
    height: 80px;
	float:left;
}
.tx{width:200px;float:left;padding-left:20px;background-color:#ffffff;}
.service-item h2 {
    font-size: 26px;
    margin:0px;padding:0px;
}

.service-item p {
    font-size: 16px;
    margin-top: 10px;
}

.emergency-section img {
  width: 100px;
  height: 100px;
  display:inline-block;
}
.Service{margin:20px 0 0px 0px;height:190px; }
.cl3{width:33.3%; float:left; text-align:center;background-color:#ffffff;padding-top:20px;}
.policy-section img {
  width: 80px;
  height: 80px;
}
.home-nav{margin-top:20px;}
.home-nav table{border-collapse: collapse;width: 100%;background-color:#ffffff; }
.home-nav table tr td{width:50%; border:0;height:text-align: center; position: relative;}
.home-nav table tr td img{ max-width: 100%;  height: auto;}
	 .home-nav  p {
      position: absolute;
      top: 5px;
      left: 5px;
      color: white;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 5px;
    }
    
.container {
    max-width: 680px;
    margin: 20px auto 0;
    padding: 20px;
    font-family: Arial, sans-serif;
    background-color: white;
}

.container  h1 {
    color: #333;
    font-size: 28px;
    margin-bottom: 20px;
}

.container h2 a {
    color: #007bff;
    text-decoration: none;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

ul.wp-block-navigation__submenu-container {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.wp-block-navigation__submenu-container li {
    margin-bottom: 5px;
    line-height: 1.5em;
}

ul.wp-block-navigation__submenu-container li a {
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

ul.wp-block-navigation__submenu-container li a:hover {
    color: #007bff;
}
.site-footer {
    border-top: 1px solid #ccc;display: block;
}
.site-footer .wrap {
    padding-bottom: 1.5em;
    padding-top: 2em;
        background-color: #fff;
    padding-left: 2em;
    padding-right: 2em;
}
.site-info {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 1em;
}
.lylz_heading {
	    margin-top: 25px;
	    height: 30px;
	    line-height: 30px;
		border-bottom:1px solid #ccc ;
		padding-bottom: 15px;
	}
	.lylz_heading img {
	    float: left; padding-right: 2em; padding-left: 2em;
	}
/* 响应式设计 */
@media (max-width: 768px) {
 body{width:100%;}
 .image-slider-section {
    height: 200px;
  }
.service-item {	width:49.5%; margin-top:20px;padding:25px 0;display:inline-block;}
 .service-nav .service-item img,
 .home-nav .home-item img,
 .emergency-section img,
 .policy-section img {
    width: 80px;
    height: 80px;
  }

 .service-nav .service-item h2,
 .home-nav .home-item h2,
 .emergency-section h2,
 .policy-section h2 {
    font-size: 26px;
  }

 .service-nav .service-item p,
 .home-nav .home-item p,
 .emergency-section p,
 .policy-section p {
    font-size: 20px;
  }
}

@media (max-width: 540px) {
    .tx{width:120px;float:left;padding-left:10px; overflow:hidden;}
    .emergency-section h2{    font-size: 14px;  }
    .Service {    height: 145px;}
}
@media (max-width: 480px) {
	body{width:100%;}
 .image-slider-section {
    height: 150px;
  }
.service-item {	width:49.2%; margin-top:20px;padding:15px 0;display:inline-block; overflow:hidden;}
.service-item img{ margin-left:15px;}
.tx{width:120px;float:left;padding-left:0px;}

 .service-nav .service-item img,
 .home-nav .home-item img,
 .emergency-section img,
 .policy-section img {
    width: 50px;
    height: 50px;
  }
.Service{margin:20px 0 0px 0px;height:105px; }
.cl3{width:33%; margin-left:1px;}
 .service-nav .service-item h2,
 .home-nav .home-item h2,
 .emergency-section h2,
 .policy-section h2 {
    font-size: 18px;
  }
.emergency-section h2{
    font-size: 14px;
  }
 .service-nav .service-item p,
 .home-nav .home-item p,
 .emergency-section p,
 .policy-section p {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
	.service-nav .service-item img,
 .home-nav .home-item img,
 .emergency-section img,
 .policy-section img {
    width: 40px;
    height: 40px;
  }
  .tx{width:120px;
}

@media (max-width: 280px) {
    .image-slider-section {
  height: 120px;}
  .service-item {
	width:49%; margin-top:20px;padding:25px 0;}
    .tx{width:80px; }
     .service-nav .service-item p,
 .home-nav .home-item p,
 .emergency-section p,
 .policy-section p {
    font-size: 12px;
  }
}
    .cl3{width:32.5%;}
    table tr td p{font-size:12px;}
}