
body {
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	
	line-height: 24px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #bc2931;
	/*text-decoration: underline;*/
}
ul, ol, li, form, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 0;
}
*{padding:0;margin:0;}

h1 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
}

h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  color: red;
}

h3 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
}

h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
}

h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 12px;
}
img {
	border: 0px;
	vertical-align: top;
	border: 0px
}
div, p {
	text-align: left;
	word-wrap: break-word;
}
table td {
	vertical-align: top;
}
th {
	font-weight: normal;
}
address, caption, cite, code, dfn, em, th, var {
	font-weight: normal;
	font-style: normal;
}
/*通用样式结束*/
.qc {
	clear: both;
}











 .box { width:650px; margin:0 auto;
    padding: 130px 20px;
    min-height: auto;
}
 .box {
    background: #fff;
    padding: 40px;
    color: #5c6877;
  
}
.mod-search {
    padding: 45px 0 50px;
}

.box .searchTitle {
    padding-bottom: 45px;
}
.mod-search .searchTitle {
    color: #5090fc;
    line-height: 50px;
    text-align: center;
    padding: 0 0 40px;
}

.fn-arial {
    font-family: arial;
}
.fn54 {
    font-size: 54px;
}

.fn46 {
    font-size: 46px;
}

.mod-search .searchBox {
    width: 648px;
    margin: 0 auto;
    position: relative;
        padding: 0 0 40px;
}
.mod-search .ui-input {
    width: 498px;
    height: 26px;
    padding: 10px 15px;
    border-right: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.ui-input {
    height: 14px;
    line-height: 14px;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #e9e9e9;
    color: #666;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    transition: all All .3s ease-in-out ease-in-out;
}
.ui-input, .ui-textarea {
    -webkit-transition: all All .3s ease-in-out ease-in-out;
    -moz-transition: all All .3s ease-in-out ease-in-out;
    -o-transition: all All .3s ease-in-out ease-in-out;
    float: left;
}
.fn16 {
    font-size: 16px;
}
.mod-search .ui-btn-big {
    font-size: 22px;
    height: 48px;
    line-height: 48px;
    width: 118px;
    border-radius: 0 2px 2px 0;
}
.ui-btn-big {
    padding: 0;
    height: 44px;
    line-height: 44px;
    width: 147px;
    font-size: 18px;
}
.ui-btn {
    background: #5090fc;
    border: 1px solid #5090fc;
    color: #fff;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: visible;
    padding: 0 15px;
    transition: all .3s ease-in-out;
}

.list-whoischeck {
    width: 644px;
    position: absolute;
    font-size: 14px;
    background-color: #fff;
    z-index: 99;
    max-height: 160px;
    overflow-y: auto;
    border: 1px solid #e9e9e9;
    display: none;
}
.ui-input:focus, .ui-input:hover {
    border-color: #0e77cc;
    -webkit-box-shadow: 0 0 3px #0e77cc;
    -moz-box-shadow: 0 0 3px #0e77cc;
    box-shadow: 0 0 3px #0e77cc;
}

	.lb li {
  border-bottom: solid 1px #efefef;
    line-height: 36px;
    font-size: 16px;
    padding: 2px 0;
}

.lb li span {
    color: #5090fc;
    float: right;
}	


	
	.list {
    width: 1200px;
    margin: 0 auto;
}


.list {
    width: 1200px;
    margin: 0 auto;
}


.list ul li {
    float: left;
    margin: 10px;
    width: 120px;
    border: 1px solid #f4f4f4;
    padding: 10px 0;
    text-align: center;
     font-size: 14px;
}

.breadcrumbs {
  font-size: 16px;
  padding: 8px 15px;
  background: #f2f2f2;
  color: #333;
  border-radius: 5px;
}

.breadcrumbs a {
  color: #0275d8;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.zs b {
   
    color: #F44336;
}
.list ul li b {
	
	
	font-weight: 500;
}
/* ==========【页脚】========== */
.page-footer {
  background-color: #333;
  color: #ccc;
  padding: 1rem 0;
  text-align: center;
}
.footer-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0.9rem;
  text-align: center; /* 新增这行，强制内容居中 */
}
.footer-nav {
  margin-bottom: 0.5rem;
}
.footer-nav a {
  color: #ccc;
  text-decoration: none;
  margin: 0 0.25rem;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-info {
  line-height: 1.4;
  text-align: center; /* 新增这行，强制内容居中 */
}
/* FAQ Section 外层容器样式 */
.faq-section {
  margin: 16px;              /* 距离顶部、底部、左右侧，类似 iPhone UI 常见边距 */
  padding: 16px;             /* 内边距 */
  border-radius: 12px;       /* 卡片圆角 */
  background-color: #fff;    /* 卡片背景色 */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 轻微阴影，突出卡片 */
}

/* FAQ 列表样式 */
.faq-list {
  list-style: none;          /* 去除默认的列表样式 */
  margin: 0;
  padding: 0;
}

/* 每个问题项的外间距 */
.faq-list li {
  margin-bottom: 16px;       /* 相邻项的间距，根据需要调节 */
}

/* 问题的样式 */
.faq-question {
  margin: 0 0 8px;           /* 与答案保持一定间距 */
  font-weight: bold;         /* 加粗问题 */
  color: #333;               /* 字体颜色 */
  font-size: 16px;           /* 字体大小，根据需求调整 */
  line-height: 1.4;
}

/* 答案的样式 */
.faq-answer {
  margin: 0;
  color: #666;
  font-size: 14px;           /* 字体大小，根据需求调整 */
  line-height: 1.5;
}

/* 链接样式（如“在线客服咨询”链接） */
.faq-answer a {
  color: #007aff;            /* 与 iOS 近似的蓝色，仅作示例 */
  text-decoration: none;
}

/* 移动端响应式（可根据项目需求调整断点） */
@media screen and (max-width: 480px) {
  .faq-section {
    margin: 8px;             /* 在超小屏设备上收紧左右边距 */
    padding: 12px;           /* 内边距稍微缩小 */
    border-radius: 8px;      /* 减小圆角以适配更小屏幕 */
  }
  
  .faq-question {
    font-size: 15px;
  }

  .faq-answer {
    font-size: 13px;
  }
}