@charset "utf-8";*{margin:0;padding:0}A


/* ---------------- Title Links ---------------- */
.title:link {
  font-size: 12px;
  font-style: normal;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  text-decoration: underline;
  line-height: 23px;
  text-shadow: 1px 1px 1px #ccc;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a.title:visited {
  font-size: 12px;
  font-style: normal;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: underline;
  line-height: 23px;
  color: #000;
  text-shadow: 1px 1px 1px #ccc;
}

a.title:hover {
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
  color: #F90;
  text-shadow: 1px 1px 1px #ccc;
}

/* ---------------- Section Subtitle ---------------- */
.h2_title {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  text-transform: capitalize;
  border-left: 5px solid #990066;
  padding-left: 10px;
	
  background-color: #f9f0f5;
  border-bottom: 2px solid #990066;
  padding: 8px 12px;
  border-radius: 4px;	
}


/* ---------------- Link List Style ---------------- */
.list {
  cursor: pointer;
  color: #903;
  font-size: 11px;
  text-decoration: underline;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
}

a.list:hover {
  cursor: pointer;
  font-size: 11px;
  color: white;
  font-family: Tahoma, Geneva, sans-serif;
  background-color: #1b1e89;
  text-decoration: none;
}

/* ---------------- Main Text Border Block ---------------- */
.text_main_boder {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  line-height: 21px;
  border: 1px solid red;
  border-radius: 8px;
  padding: 5px;
  background-color: white;
  width: 98%;
  text-align: left;
  margin-top: 2px;
}

/* ---------------- Flag Icons ---------------- */
.USA_flag {
  background-position: -265px 0px;
  width: 104px;
  height: 55px;
}

.Washington {
  background-position: -493px 0px;
  width: 70px;
  height: 70px;
}

/* ---------------- PCB Customer Heading ---------------- */
.pcb_customer {
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  font-weight: bold;
}

/* ---------------- Header Link ---------------- */
.head_link {
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
  color: black;
}

/* ---------------- Header Link Hover ---------------- */
.head_link2:hover {
  text-decoration: underline;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
  color: #090;
}

/* ---------------- Ordered Price List ---------------- */
.ol_price_list {
  padding-left: 20px;
  list-style: disc;
  line-height: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  text-align: left;
}

/* ---------------- Float Section ---------------- */
.float2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  text-align: left;
  padding-left: 20px;
  color: black;
}

/* ---------------- Main Text ---------------- */
.text_main {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  line-height: 22px;
  text-align: left;
}

/* ---------------- General Image Container ---------------- */
.img {
  margin: 2px;
  border: 1px dotted #333333;
  box-shadow: 1px 1px 1px 1px #CCCCCC;
  float: left;
  width: 138px;
  height: 268px;
  border-radius: 5px;
  padding: 3px;
  background: white;
}

div.img img {
  width: 100%;
  height: auto;
}

/* ---------------- Image Description ---------------- */
div.desc {
  padding: 3px;
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  margin-top: 0px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

/* ---------------- Quotation Image Container ---------------- */
div.quote_img {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 170px;
  height: 340px;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px #CCCCCC;
  -webkit-box-shadow: 1px 1px 1px 1px #CCCCCC;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

div.quote_img:hover {
  border: 1px solid #603;
  -webkit-box-shadow: 2px 2px 2px 2px #666666;
}

/* ---------------- Quotation Image Inner Image ---------------- */
div.quote_img img {
  width: 160px;
  height: 115px;
  border: none;
}

/* ---------------- Quote Image Container ---------------- */
.quote_img div {
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
}

div.quote_img div.desc {
  text-align: left;
  padding: 5px;
  margin-top: 2px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  border-radius: 5px;
  height: 150px;
  line-height: 17px;
}

div.quote_img div.desc a {
  color: black;
  text-decoration: none;
}

div.quote_img div.desc a:hover {
  color: white;
  background: #339966;
}

/* ---------------- Company List ---------------- */
.company-list {
  padding-left: 220px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  line-height: 22px;
  list-style: disc;
}

/* ---------------- Highlight Block (hj) ---------------- */
.hj {
  background-color: #009900;
  color: #006;
}

/* ---------------- Main Company Text,  height 330, 360, 460 ---------------- */
.text_main_company {
  margin-top: 10px;
  line-height: 20px;
  border: 1px dotted #999;
  border-radius: 8px;
  padding: 5px;
  background-color: white;
  text-align: left;
  font-weight: normal;
  height: 360px;
  width: 96%;
  box-shadow: 1px 1px 1px 1px #CCCCCC;
}

/* ---------------- Company Introduction ---------------- */
.Company_introduction {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  line-height: 22px;
}

/* ---------------- Customer Reviews ---------------- */
.customer_reviews_tb {
  font-size: 11px;
  font-family: Verdana, Geneva, sans-serif;
  width: 100%;
}

p.customer_reviews {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  word-wrap: break-word;
  width: 700px;
  padding: 10px;
  line-height: 19px;
  text-align: left;
}

/* ---------------- Side Navigation ---------------- */
ul.sidenav {
  padding-top: 10px;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  float: left;
  width: 200px;
  margin: 0;
  list-style: none;
  background: #396;
}

ul.sidenav li div {
  font-weight: bold;
  padding-left: 5px;
  height: 20px;
  color: white;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

ul.sidenav li a {
  text-align: left;
  display: block;
  color: #fff;
  text-decoration: none;
  width: 200px;
  padding: 10px 3px 3px 35px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

ul.sidenav li a:hover {
  text-align: left;
  color: #F90;
}

ul.sidenav li span {
  display: none;
}

ul.sidenav li a:hover span {
  display: block;
  font-size: 0.8em;
  padding: 10px 0;
}

/* ---------------- Head Title ---------------- */
.head_title {
  font-family: Verdana, Geneva, sans-serif;
  color: black;
  font-size: 16px;
  text-shadow: 2px 2px 2px #ccc;
  font-weight: normal;
}

.head_title_2025 {
  font-family: Verdana, Geneva, sans-serif;
  color: black;
  font-size: 17px;
  text-shadow: 2px 2px 2px #ccc;
  font-weight: normal;
}

/* ---------------- Email Header ---------------- */
.email_header {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  padding-left: 5px;
  font-style: italic;
}

.email_header a {
  color: black;
  text-decoration: none;
}

/* ---------------- Public Block ---------------- */
.public {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  line-height: 22px;
  border-radius: 8px;
  padding: 5px;
  text-align: left;
  width: 96%;
  margin-top: 5px;
}

/* ---------------- Samples Section ---------------- */
.samples {
  height: 400px;
}

/* ---------------- Footer ---------------- */
.footer {
  background: #339966;
  width: 1000px;
  height: 75px;
  margin: auto;
  line-height: 22px;
}

.footer div.USA_flag {
  float: left;
  margin-left: 20px;
}

.footer div.Washington {
  float: right;
  margin-right: 20px;
}

.footer div.company_addr {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: white;
  text-align: center;
  height: 70px;
  vertical-align: middle;
  margin: auto;
  padding-top: 8px;
  line-height: 23px;
}

.footer div.hj {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.footer div a {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: white;
  text-decoration: none;
}

/* ---------------- Header ---------------- */
.header {
  width: 1000px;
  height: 98px;
  margin: auto;
  background: white;
}

.header div.top_menu {
  float: left;
  background: white;
  width: 760px;
}

/* Header 相关样式 */
.header div.top_menu_right {
  float: right;
  background: white;
  height: 101px;
  width: 240px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}

.header div.top_logo {
  float: left;
  width: 760px;
  background: white;
}

.header div.top_menu_right div {
  text-align: left;
}

/* 页面结构容器 */
.header_out {
  width: 1000px;
  margin: auto;
  border-right: 3px inset #E3E3E3;
}

.main_out {
  display: flex;
  width: 1000px;
  margin: auto;
  border-right: 3px inset #E3E3E3;
  border-bottom: 3px inset #E3E3E3;
}

.float_left_out {
  width: 200px;
  background: #339966;
  text-align: left;
}

.float_right_out {
  flex: 1;
  background: #D2E9FF;
}


.float_bot_out {
  width: 1000px;           /* ✅ 和 .main_out 宽度保持一致 */
  margin: 0 auto;          /* ✅ 居中 */
  background: #339966;     /* ✅ 背景色 */
  border-right: 3px inset #E3E3E3;
  border-bottom: 3px inset #E3E3E3;
  float: none;             /* ✅ 避免 float 导致布局异常 */
}


.footer_inner {
  width: 1000px;
  margin: 0 auto;
}


/* 标题与图片区域 */
.title_out {
  text-align: center;
  margin-left: 20px;
}

.img_out {
  margin: auto;
  text-align: center;
  overflow: hidden;
  width: 162px;
  height: 135px;
}

.biaoji {
  list-style: none;
  margin-left: 35px;
  margin-top: 130px;
  line-height: 60px;
}

.biaoji li a img {
  width: 60%;
}

.css_pic {
  background-image: url("/PCB-fabrication/PCB-fabrication-images/css-pic.png");
  display: block;
}

/* 菜单区域 */
.menu,
.menu ul,
.menu li,
.menu a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.menu {
  height: 38px;
  width: 800px;
}

.menu li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  height: 38px;
}

.menu li a {
  display: block;
  padding: 0 17px;
  margin: 6px 0;
  line-height: 28px;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #093;
  border-radius: 15px 50px;
  border: 2px solid #093;
  transition: color .2s ease-in-out;
}

#PCB_Home:after {
  content: " ↓";
}

#support:after {
  content: " ↓";
}

.menu li a:hover {
  font-size: 13px;
  color: #F90;
  border-bottom: 2px solid #c03;
  text-shadow: 1px 1px 1px #ccc;
}

/* 子菜单 */
.menu li ul li a {
  display: block;
  padding: 0 24px;
  margin: 6px 0;
  line-height: 28px;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: white;
  transition: color .2s ease-in-out;
}

.menu li ul li a:hover {
  font-size: 12px;
  color: #FC0;
  text-shadow: none;
}

.menu ul {
  position: absolute;
  top: 40px;
  left: 0;
  opacity: 0;
  z-index: 10000;
  background: linear-gradient(to left top, #999966, #339966);
  border-radius: 10px 30px;
  border: 1px solid white;
  transition: opacity .25s ease .1s;
  box-shadow: 1px 1px 1px 1px #999999;
  list-style: disc;
}

.menu li:hover > ul {
  opacity: 1;
  text-align: left;
}

.menu ul li {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: height .25s ease .1s;
}

.menu li:hover > ul li {
  height: 30px;
  overflow: visible;
  padding: 0;
  text-align: left;
}

.menu li:hover > ul li {
  height: 30px;
  overflow: visible;
  padding: 0;
  text-align: left;
}

.menu ul li a {
  width: 280px;
  padding: 4px 0 4px 10px;
  margin: 0;
  border: 0;
  font-style: italic;
  font-size: 11px;
}

#PCB_Home_sub {
  width: 200px;
}

.menu ul {
  box-shadow: 1px 1px 1px 1px #999999;
  list-style: disc;
}

.menu ul li a:hover {
  border-bottom: none;
}

.menu ul li:last-child a {
  border: 0;
}

.Engines {
  margin-top: 7px;
}

.header_hr {
  width: 98%;
  margin: 0 auto;
  border: 0;
  height: 2px;
  background: #333;
  background-image: linear-gradient(to right, red, #333, rgb(9, 206, 91));
}

/* clearfix utility */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}
