@charset "utf-8";

/* =========================================================
 * common.css — 江苏裕融融资租赁有限公司 企业官网
 * 合并：t0.css(reset) + tac-1.css + tac_style.css + main.css + index.css
 * 重构日期：2026-06-16
 * ========================================================= */

/* ===== Reset & Base ===== */
html, body, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6,
form, input, select, button, textarea, iframe, table, th, td {
  margin: 0;
  padding: 0;
}
img { border: 0 none; vertical-align: top; }
ul, li, dl, dd, dt { list-style-type: none; }
i, em, cite { font-style: normal; }
body {
  -webkit-text-size-adjust: none;
  font: 12px/180% Arial, Helvetica, sans-serif, "新宋体";
}
a { text-decoration: none; transition: all ease 0.3s; cursor: pointer; color: #0090ff; }
a:hover { text-decoration: underline; }
a:focus { outline: none; }
.clear, .cle { clear: both; }

/* ===== Header 头部 ===== */
.ap-header {
  height: 140px;
}
.ap-header .header {
  height: 94px;
  width: 990px;
  margin: 0 auto;
  display: flex;
}
.ap-header .header .logo {
  background-image: url(/libs/images/logo.jpg);
  height: 94px;
  width: 338px;
}
.ap-header .header .txt {
  background-image: url(/libs/images/header_txt.jpg);
  height: 94px;
  width: 385px;
}
.ap-header .header .mark {
  margin-left: 173px;
  width: 94px;
  height: 94px;
  background-image: url(/libs/images/header_mark.jpg);
}
.ap-header .header .header-phone {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  padding-right: 5px;
  white-space: nowrap;
}
.ap-header .header .header-phone .phone-icon {
  width: 18px;
  height: 18px;
  fill: #b4a56c;
  flex-shrink: 0;
}
.ap-header .header .header-phone .phone-number {
  font-family: 'Arial', '微软雅黑';
  font-size: 22px;
  font-weight: bold;
  color: #8a6413;
  letter-spacing: 1px;
}
.ap-header .menus {
  background-image: url(/libs/images/header_line.jpg);
  height: 46px;
  width: 100%;
  text-align: center;
}
.ap-header .menu {
  width: 991px;
  height: 45px;
  margin: 0 auto;
  display: flex;
}
.ap-header .menu .line {
  width: 1px;
  height: 45px;
  background-image: url(/libs/images/icon_side.jpg);
}
.ap-header .menu .link {
  height: 45px;
  width: 197px;
  font-family: "微软雅黑";
  font-size: 18px;
  line-height: 45px;
  color: #09f;
  letter-spacing: 1px;
}
.ap-header .menu a {
  color: #000;
}

/* ===== Banner 轮播 ===== */
/* 首页大 Banner（555px）通过 index.css 覆盖 */
.banner {
  height: 220px;
  overflow: hidden;
}
.banner .d1 {
  width: 100%;
  height: 220px;
  margin-top: 140px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.banner .d1.active {
  opacity: 1;
  z-index: 2;
}
.banner .d2 {
  width: 100%;
  height: 15px;
  clear: both;
  position: absolute;
  z-index: 100;
  left: 0px;
  top: 340px;
}
.banner .d2 ul {
  float: left;
  position: absolute;
  left: 50%;
  top: 0;
  margin: 0 0 0 -45px;
  display: inline;
}
.banner .d2 li {
  width: 17px;
  height: 15px;
  overflow: hidden;
  cursor: pointer;
  background: url(/libs/images/dot.png) no-repeat center;
  float: left;
  margin: 0 3px;
  display: inline;
}
.banner .d2 li.nuw {
  background: url(/libs/images/dot_darkblue.gif) no-repeat center;
}

/* ===== 主体布局 ===== */
.main {
  padding-top: 20px;
  position: relative;
  margin: 0 auto;
  width: 990px;
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

/* ===== 侧边栏 Sidebar ===== */
.ap-sidebar {
  font-family: "微软雅黑";
  font-size: 20px;
  color: #06c;
  letter-spacing: 2px;
  border-radius: 10px;
  width: 220px;
  border: 1px solid #ededed;
}
.ap-sidebar .title {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  padding-left: 20px;
}
.ap-sidebar .dot {
  width: 190px;
  border-bottom: 1px dotted #b3b3b3;
  margin: auto;
}
.ap-sidebar .dot1 {
  width: 160px;
  border-bottom: 1px dotted #b3b3b3;
  margin: auto;
}
.ap-sidebar .dot2 {
  border-bottom: 2px dotted #b3b3b3;
}
.ap-sidebar .li {
  width: 180px;
  height: 40px;
  padding-left: 40px;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #09f;
  line-height: 36px;
  font-weight: bold;
}
.ap-sidebar .li-1 {
  width: 140px;
  height: 30px;
  padding-left: 70px;
  color: #666;
  font-weight: bold;
  font-size: 13px;
  font-family: "微软雅黑";
  line-height: 30px;
}

/* ===== 内容区 ===== */
.ap-content {
  width: 720px;
  border: 1px solid #ededed;
  padding: 0px 10px 10px 10px;
  border-radius: 20px;
}

/* ===== 面包屑路径 ===== */
.ap-page-header {
  padding: 10px 0;
  width: 720px;
  height: 25px;
  border-bottom: 2px dotted #b3b3b3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ap-page-header .path {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}

/* ===== 段落排版 ===== */
.p {
  font-family: "微软雅黑";
  font-size: 13px;
  margin: 0px 0px 15px;
  letter-spacing: 1px;
  line-height: 25px;
}

/* ===== 表格样式 (tac_style) ===== */
.tablelist {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: "Microsoft JhengHei", "Microsoft Yahei", "微软雅黑", STHeiti, "宋体", "宋体" !important;
  border-color: #ccc #ccc -moz-use-text-color;
  border-style: solid solid none;
  border-width: 1px 1px medium;
}
.tablelist tr.gray td {
  background: none repeat scroll 0% 0% #f4f4f4;
}
.tablelist .title td {
  height: 45px;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  color: #0090ff;
}
.tablelist td {
  height: 38px;
  padding-left: 15px;
  font-size: 13px;
  line-height: 38px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

/* ===== 招聘页专用 ===== */
.detail_link {
  padding-left: 20px;
  margin-bottom: 10px;
  font-family: "微软雅黑";
  font-size: 18px;
  font-weight: bold;
  color: #0090ff;
  list-style: outside none disc;
}
.detail1 {
  font-family: "微软雅黑";
  font-size: 14px;
}
.simg {
  float: right;
  margin-top: -20px;
  margin-right: 30px;
}
.sline {
  float: left;
  width: 425px;
  height: 30px;
  padding-left: 27px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  border-bottom: 1px dotted #bed4d4;
}
.slt {
  width: 70px;
}
.sinfo {
  position: relative;
  top: -45px;
  left: 70px;
  z-index: 2;
  display: none;
  float: left;
  width: 240px;
  height: 116px;
}
.si {
  float: right;
  background: none repeat scroll 0% 0% #fdf8e6;
  border: 1px solid #b3a36b;
  border-radius: 12px;
}
.sarticle .slastline {
  border: medium none;
}
.sarticle1 {
  width: 670px;
  padding: 15px 20px;
  margin-top: 10px;
  margin-left: 25px;
  background: none repeat scroll 0% 0% #fbfefe;
  border: 1px solid #bed4d4;
  border-radius: 5px;
}
.applyjob {
  font-weight: bold;
  color: #4a85bc;
}

/* ===== 关于裕融 沿革专用 (about2) ===== */
.about {
  border: 0px;
}
.about td {
  line-height: 20px;
}
.about .a01 {
  height: 42px;
  color: #000;
  font-weight: bold;
  border-bottom: 0px;
  border-right: 0px;
  padding-left: 10px;
}
.about .b01 {
  height: 42px;
  color: #000;
  font-weight: bold;
  border-bottom: 0px;
  padding: 0 5px 0 10px;
}
.about .a02 {
  height: 42px;
  color: #000;
  font-weight: bold;
  border-bottom: 0px;
  border-right: 0px;
  padding-left: 10px;
}
.about .b02 {
  height: 42px;
  color: #000;
  font-weight: bold;
  border-bottom: 0px;
  padding: 0 5px 0 10px;
}

/* ===== 内容区辅助 ===== */
.box_bodyall {
  width: 740px;
  border: 1px solid #ededed;
  background: none repeat scroll 0% 0% #fff;
  padding: 0px 0px 20px;
  border-radius: 7px;
  float: right;
}
.bodycontent {
  width: 100%;
  margin: 0px auto;
}
.both {
  clear: both;
  overflow: hidden;
  height: auto;
}

/* ===== Footer 页脚 ===== */
#apFooter {
  min-width: 1300px;
  font-family: "微软雅黑";
  font-size: 14px;
}
.footer-contact {
  position: relative;
  padding: 20px 0;
}
.footer-contact .title {
  font-size: 16px;
}
.footer-contact .list {
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-contact .is-img {
  padding: 0;
}
.footer-contact .list .link {
  margin: 0 10px;
}
.footer-contact .qr-code {
  position: absolute;
  top: 50px;
  right: 40px;
  width: 94px;
  height: 94px;
}
.footer-link {
  background: #bcb29b;
}
.footer-link .content {
  padding-top: 10px;
  padding-bottom: 50px;
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}
.footer-link .content .title {
  margin-bottom: 20px;
  font-size: 16px;
}
.footer-link .content .box {
  display: flex;
}
.footer-link .content .list {
  margin-right: 100px;
}
.footer-link .content .tit {
  margin-bottom: 20px;
  font-size: 16px;
}
.footer-link .content .item {
  padding: 5px 0;
}
.footer-link .content a {
  color: #fff;
}
.footer-link .content a:hover {
  color: #333;
}
