﻿
body {
    background-color: #f8f9fa;
}


.logo {
    height: 40px;
}

.navbar-nav .nav-link {
  
  font-weight: 600;
  font-size: 1.1rem;
}




.btn-orange {
  background-color: #f46600;
  border: none;
  color: white;
}

.btn-orange:hover {
  background-color: #cc5200;
  color: white;
}

.btn-outline-orange {
  border: 1px solid #f46600 !important;
  color: #f46600;
  /*background-color: transparent;*/
  background-color: #fff;
  
}

.btn-outline-orange:hover {
  background-color: #f46600;
  color: white;
}






.hero-abstract {
  position: relative;
  background: linear-gradient(135deg, #f46600, #ff914d);
  overflow: hidden;
}

.hero-abstract::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 200%;
  height: 300px;
  background: radial-gradient(circle at 20% 40%, rgba(255,255,255,0.1) 0%, transparent 70%),
              radial-gradient(circle at 80% 20%, rgba(255,255,255,0.05) 0%, transparent 70%);
  transform: rotate(-5deg);
  z-index: 0;
}

.hero-abstract .container {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 100px;
}

.hero-abstract h1,
.hero-abstract p {
  color: #fff;
}

.btn-light {
  color: #f46600;
  background-color: #fff;
  border: none;
}

.btn-light:hover {
  background-color: #ffe8d4;
}




/*通用标题栏*/
.sectionMainTitle {
    background: linear-gradient(90deg, #f26522 0%, #f88c4b 100%);
    color:#fff;
}











/*.footer-section {
  background-color: #222;
  color: #eee;
  font-size: 0.9rem;
}

.footer-section .footer-link {
  color: #fca15a;
  text-decoration: none;
  margin: 0 5px;
}

.footer-section .footer-link:hover {
  text-decoration: underline;
}

.footer-section .text-muted {
  color: #ccc !important;
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  .footer-section .text-end {
    text-align: center !important;
  }
}*/
