* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}
body {
    font-family: 'Segoe UI', sans-serif;
    background: #f4f7fa;
    padding-top: 60px; /* 根据导航条高度调整 */
}
/* Header / Navbar */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 3px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  z-index: 999;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.logo {
  display: flex;
  align-items: center;
}
.logo img {
  height: 50px;
  margin-right: 10px;
}
.company-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #004080;
}
nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
}
nav a:hover {
  color: #0073e6;
}
/* Front Page */

/* Hero Section */
.hero {
  text-align: center;
  padding: 100px 20px;
  background: #e6f2ff url(https://static.mobileye.com/website/us/corporate/images/f451465cac4b08769db2c21cefb6d700_1676211731836.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #004080;
}
.hero p {
  color: #004080;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.learn-more {
  padding: 10px 25px;
  background-color: #004080;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}
.learn-more:hover {
    background-color: #0059b3;
}

/* Services Section */
.services{
    text-align: center;
    padding: 50px 125px 35px;

}
.services h2 {
  font-size: 35px;
  color: #004080;
}
.service-grid {
    display: flex;
    justify-content: space-between;
    padding: 40px 50px 40px;
    flex-wrap: wrap;
}
.service-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 280px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.service-box h3 {
  color: #003366;
  margin-bottom: 10px;
}


/* Our Mission */
.second {
    font-family: 'Montserrat', sans-serif;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    line-height: 1.8;
    margin: 50px 0;
    padding: 0 210px;
}
.second h2 {
    font-family: sans-serif;
    color: #004080;
    font-size: 35px;
    margin-bottom: 10px;
}
.second p {
    color:rgb(61, 61, 61);
    text-align: center;
}

.p1top{
    font-size: 25px;
    color: #004080;
    margin: 100px 0 50px;
    text-align: center;
}
.p1,.p2,.p3 {
    background-color: #e9e9e9;
    border-radius: 50px;
    margin: 0 100px 100px;
    padding: 30px;
}
/* p1 */
.p1 {
    display: flex;
}
.p1 img {
    border-radius: 35px;
    width: 50%;
}
.p1 div {
    width: 50%;
    display: flex;
    padding: 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.p1 h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.p1 p {
    text-align: center;
}

/* p2 */
.p2 {
    display: flex;
}
.p2 img {
    border-radius: 35px;
    width: 50%;
}
.p2 div {
    width: 50%;
    display: flex;
    padding: 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.p2 h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.p2 p {
    text-align: center;
}

/* p3 */
.p3 {
    display: flex;
}
.p3 img {
    border-radius: 35px;
    width: 50%;
}
.p3 div {
    width: 50%;
    display: flex;
    padding: 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.p3 h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.p3 p {
    text-align: center;
}

.Article{
    font-size: 18px;
    display: flex;
    background-color:rgb(255, 255, 255);
    justify-content: space-between; 
    align-items: center;
    padding: 60px 150px 0;
}

.Article1 {
    display: flex;
    background-color:rgb(255, 255, 255);
    justify-content: space-between; 
    align-items: center;
    padding: 40px 150px 80px;
}
.Article1 div {
    width: 350px;
}
.Article1 img {
    width: 100%;
    height: 225px;
    border-radius: 10px;
}
.Article1 h3 {
    font-size: 17px;
    margin: 20px 0;
}
.Article1 p {
    color: #919191;
    font-size: 13px;
    line-height: 1.6em;
}



/* Footer */
.footer {
    background-color: #f8f8f8;
    padding: 30px 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #ddd;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-logo h2 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #222;
}

.footer-contact p, .footer-bottom p {
    margin: 5px 0;
}

.footer-contact a {
    color: #0073e6;
    text-decoration: none;
}

.footer-links {
    margin-top: 10px;
}

.footer-links a {
    margin: 0 10px;
    color: #555;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #888;
}
