
.serviceHomePage .servicePageActive {
	color: #005BAC;
	border-bottom: 2px solid #005BAC;
} 
.accordionul {
   /* margin-top: 10px; */
 }

 .accordionul>li {
   border: 1px solid #d9d9d9;
   border-bottom: none;
   border-top: none;
 }

 .accordionul-header {
   padding: 10px;
   cursor: pointer;
   border-bottom: 1px dashed #d9d9d9;
   padding: 0 34px;
   height: 37px;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

  .accordionul>li:nth-of-type(2n) .accordionul-header {
   background-color: #f7f7f7;
 }

 .accordionul-header i {
   display: inline-block;
   width: 16px;
   height: 16px;
   background-image: url(/images2/axnybx/xiala-default.png);
   transform: rotateX(180deg);
 }

 .accordionul-body {
   display: none;
   padding: 10px;
   padding: 12px 34px;
   border-bottom: 1px solid #d9d9d9;
 }

 .accordionul>li:last-child .accordionul-header {
   border-bottom: 1px solid #d9d9d9;
 }

 .accordionul>li:last-child .accordionul-body {
   border-bottom: 1px solid #d9d9d9;
 }

 .accordionul>li:first-child {
   border-top: 1px solid #d9d9d9;
 }

 .accordionul>li .active {
   background-color: #9ac1e3 !important;
   border-bottom: 1px dashed #d9d9d9 !important;
 }

 .accordionul>li .active i {
   background-image: url(/images2/axnybx/xiala-active.png);
   transform: rotateX(0);
 }

 /* .accordionul-body table tr td {
   border: 1px dashed #d9d9d9;
   line-height: 36px;
   padding: 0 35px;
 }

 .accordionul-body table tr td:first-child {
   border-left: 1px solid #d9d9d9;
 }

 .accordionul-body table tr td:last-child {
   border-right: 1px solid #d9d9d9;
 }

 .accordionul-body table tbody tr td {
   color: #666666;
   font-size: 14px;
 }

 .accordionul-body table .firstRow td {
   color: #333333;
   font-weight: bold;
   font-size: 14px;
 }

 .accordionul-body table td span {
   text-wrap-mode: wrap !important;
 }

 .accordionul-body table tr {
   display: flex;
 }

 .accordionul-body table tr td:first-child {
   flex: 1;
   white-space: wrap;
 }

 .accordionul-body table tr td:nth-of-type(2) {
   white-space: wrap;
   flex: 3;
 }

 .accordionul-body table tr td:nth-of-type(3) {
   flex: 2;
 } */


 .serviceCard h3 {
   width: 100%;
   margin-top: 17px;
   display: flex;
   align-items: center;
 }

 .serviceCard h3 i {
   display: inline-block;
   width: 24px;
   height: 21px;
   margin-right: 6px;
   background: url(/images2/axnybx/axnybxIcon.png) no-repeat -681px -55px;
 }

 .serviceCard .li_ul li em {
   font-size: 14px;
   color: #ff6600;
   font-weight: bold;
   line-height: 40px;
 }

 .serviceCard .li_ul {
   width: 100%;
   margin-bottom: 28px;
 }

 .serviceCard .li_ul li {
   width: 100%;
   height: 40px;
   display: flex;
   align-items: center;
   border-bottom: 1px dashed #d7d7d7;
 }

 .serviceCard .li_ul li a {
   text-decoration: none;
   color: #666;
 }

 .serviceCard .li_ul li:last-child {
   border-bottom: 0;
 }

 .noborder {
   border: none;
 }

 .axnyxTable table {
   width: 100%;
   border: 1px solid #d7d7d7;
   border-collapse: collapse;
   border-spacing: 0;
 }

 .axnyxTable tbody .firstRow td {
   border-left: 1px solid #d9d9d9;
   text-align: center;
   font-size: 16px;
   color: #333;
 }

 .axnyxTable tbody .firstRow td:first-child {
   width: 60px;
 }

 .axnyxTable tbody td {
   border-left: 1px solid #d9d9d9;
   font-size: 14px;
   color: #666;
   border-top: 1px dashed #d9d9d9;
   padding-left: 3%;
   line-height: 36px;
 }

 .axnyxTable tbody td:first-child,
 .axnyxTable tbody td:last-child {
   padding-left: 0;
   text-align: center;
 }

 .axnyxTable tbody tr:nth-of-type(2n) {
   background: #f7f7f7;
 }

 .axnyxTable .title {
   font-size: 16px;
   color: #666;
   line-height: 38px;
   font-weight: bold;
 }

.hidden-first-row {
  display: none;
}