<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.moreHome .headerBg {
  opacity: 1;
  transform: none;
}
.mainBox {
  margin-top: 110px;
}
.centerBox {
  width: 100%;
  height: 80px;
  background: url(../images/centerBg.jpg) no-repeat center center !important;
}
.centerText {
  width: 100%;
  height: 100%;
  position: relative;
}
.centerText&gt;h4 {
  display: block;
  width: 1400px;
  margin: 0 auto;
  font-size: 32px;
  color: #ffffff;
  line-height: 80px;
}
.centerText&gt;h4&gt;a {
  display: block;
  float: right;
  width: 120px;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  margin-top: 60px;
  text-align: center;
  line-height: 40px;
}

.centerText&gt;h4&gt;a:hover {
  background-color: #ffffff;
  color: #ae0a29;
}
.grey_color {
  border: 1px solid grey !important;
  background-color: grey;
}
.grey_color:hover {
  background-color: grey !important;
  color: #ffffff !important;
}
.serivesBox {
  margin-top: 40px;
}
.serivesList {
  width: 300px;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  margin-bottom: 30px;
}
.serivesList&gt;a {
  text-align: center;
  font-size: 18px;
  color: #333333;
  line-height: 60px;
}
.serivesList:hover {
  border: 1px solid #ae0a29;
  background-color: #ae0a29;
}
.serivesList&gt;a:hover {
  color: #ffffff;
}
.serivesListAct {
    border: 1px solid #ae0a29 !important;
    background-color: #ae0a29 !important;
}
.serivesListAct&gt;a {
  color: #ffffff !important;
}
.serivesList + .serivesList {
  margin-left: 65px;
}
.serivesList:nth-child(4n+1) {
  margin-left: 0px;
}
.serivesDetail {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 48px 0px 80px;
  background-color: #fefbf7;
}
.serivesTitle {
  display: block;
  height: 60px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  color: #ae0a29;
  background-color: #fceddc;
  border: 1px solid #f7f4f1;
  text-indent: 49px;
  line-height: 60px;
}
.serivesDetailList {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-top: 15px;
}
.serivesDetailList&gt;a {
  display: inline-block;
  width: 85%;
  padding-left: 49px;
  font-size: 16px;
  color: #333333;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  background: url(../images/icon_title_bg.png) no-repeat 15px;
}
.serivesDetailList&gt;span {
  display: none;
  float: right;
  margin-right: 30px;
  width: 70px;
  height: 26px;
  border: 1px solid #ae0a29;
  font-size: 14px;
  color: #ae0a29;
  line-height: 26px;
  border-radius: 5px;
  text-align: center;
  margin-top: 15px;
}
.serivesDetailList&gt;span&gt;a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ae0a29;
  line-height: 26px;
}
.serivesDetailList + .serivesDetailList {
  margin-top: 0px;
}
.serivesDetailList:hover &gt;a {
  color: #ae0a29;
  background: url(../images/icon_title_bg_h.png) no-repeat 15px;
}
.serivesDetailList:hover &gt;span {
  display: block;
}
.serivesDetailList:after {
  display: block;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #ae0a29;
  position: absolute;
  top: 59px;
  left: 0px;
  z-index: 5;
  transition: width .3s ease-out .1s;
  -webkit-transition: width .3s ease-out .1s;
  -moz-transition: width .3s ease-out .1s;
  -ms-transition: width .3s ease-out .1s;
  -o-transition: width .3s ease-out .1s;
}
.serivesDetailList:hover:after {
  width: 100%;
}

/* info */

.infoBox {
  margin-top: 40px;
  padding-bottom: 80px;
}
.infoListCont {
  width: 940px;
}
.infoListDetail {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0px;
  border-top: 1px solid #e6e6e6;
}
.infoTime {
  width: 100px;
  text-align: right;
  border-top: 2px solid #ae0a29;
}
.infoTime&gt;h3 {
  display: block;
  font-size: 26px;
  color: #ae0a29;
  line-height: 28px;
  font-family: Times New Roman;
  margin-top: 10px;
}
.infoTime&gt;h4 {
  display: block;
  font-size: 18px;
  color: #666666;
  line-height: 28px;
}
.infoText {
  width: 85%;
}
.infoText&gt;h3 {
  display: block;
  height: 28px;
  overflow: hidden;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
}
.infoText&gt;p {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 10px;
}
.infoListDetail:hover .infoText&gt;h3 {
  color: #ae0a29;
}
.infoListDetail:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.infoRight {
  width: 400px;
}
.infoSeverices {
  width: 100%;
}
.infoSevericesTitle {
  width: 100%;
  height: 51px;
  background-color: #ae0a29;
}
.infoSevericesTitle&gt;h3 {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  line-height: 51px;
  text-indent: 28px;
}
.infoSevericesTitle&gt;a {
  display: block;
  float: right;
  font-size: 14px;
  color: #ffffff;
  line-height: 51px;
  margin-right: 18px;
}
.infoSevericesCont {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  padding: 0px 25px;
}
.infoSevericesCont&gt;a {
  display: block;
  width: 100%;
  padding: 13px 0px;
  line-height: 28px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
}
.infoSevericesCont&gt;a + a {
  border-top: 1px solid #e6e6e6;
}
.infoSevericesCont&gt;a:hover {
  color: #ae0a29;
}
.infoSeverices + .infoSeverices {
  margin-top: 20px;
}
.infoListCont form {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.infoListCont form span,
.infoListCont form a,
.infoListCont form select {
  display: inline-block;
  width: 70px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: 16px;
  color: #999999;
  line-height: 28px;
}
.infoListCont form a,
.infoListCont form select {
  margin-left: 10px;
}

/* Introduction */
.centerNav {
  width: 1400px;
  margin:0 auto;
  height: 50px;
  border-bottom: 1px solid #ae223d;
}
.centerNav&gt;h3 {
  display: block;
  width: 1400px;
  color: #ffffff;
  margin: 0 auto;
  font-size: 16px;
}
.centerNav&gt;h3&gt;a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  padding-right: 10px;
}
.centerNav&gt;h3&gt;a+a {
  padding-left: 10px;
}
.Introduction {
  margin-top: 20px;
  padding-bottom: 80px;
}
.IntroductionPic {
  width: 100%;
  height: 400px;
  background: url(../images/IntroductionBg.jpg) no-repeat center center;
}
.IntroductionBox {
  width: 1400px;
  margin: 40px auto 0px;
}
@media (max-width:600px){
  .IntroductionBox{
    width: 100%;
  }
}
.IntroductionNav {
  width: 240px;
}
.leftNav {
  width: 100%;
  height: 100%;
}
.leftNav&gt;li+li {
  border-top: 1px solid #dddddd;
}
.leftNav&gt;li&gt;a {
  display: block;
  width: 100%;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  background-color: #efefef;
  font-weight: bold;
}
.leftNav&gt;li&gt;a:hover {
  color: #ae0a29;
}
.leftNavAct&gt;a {
  background-color: #ae0a29 !important;
  color: #ffffff !important;
}
.IntroductionCont {
    width: 1160px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 49px 83px;
}
/* 列表2 */
.list_lb {
  width: 1160px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0px 70px;
}
.IntroductionCont h3 {
  display: block;
  font-size: 28px;
  color: #ae0a29;
  line-height: 30px;
  margin-bottom: 30px;
}
.IntroductionCont p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin: 10px auto;
  text-indent: 2em;
}
@media (max-width:600px){
  .IntroductionNav{
    width: 100%;
  }
  .leftNav{
    margin-bottom: 15px;
  }
  .leftNav&gt;li&gt;a{
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
}
/* displaynews */

.displaynews {
  margin-top: 30px;
  padding-bottom: 80px;
}
.displaynewsLf {
  width: 940px;
}
.displaynewsTitle {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.displaynewsTitle&gt;h3 {
  display: block;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 10px;
}
.displaynewsTitle&gt;span {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  line-height: 28px;
}
.displaynewsTitle&gt;span + span {
  margin-left: 15px;
}
.displayCont {
  width: 100%;
  margin-top: 20px;
}
.displayCont p {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  text-indent: 2em;
  margin-bottom: 10px;
}
.displayCont img {
  display: block;
  max-width: 80% !important;
  width: 80% !important;
  height: auto !important;
  margin: 10px auto;

}

/* seal */

.sealLf {
  width: 200px;
  position: relative;
}
.sealNav&gt;li {
  position: relative;
}
._hov {
  display: block;
  width: 6px !important;
  height: 6px;
  background-color: #cd0600;
  position: absolute;
  border-radius: 50%;
  top: 27px;
  right: -2px;
  z-index: 55555;
}
.sealNav&gt;li&gt;i {
  display: block;
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  border-radius: 50%;
  top: 27px;
  right: -2px;
  transition: background-color .3s ease-out .1s;
  -webkit-transition: background-color .3s ease-out .1s;
  -moz-transition: background-color .3s ease-out .1s;
  -ms-transition: background-color .3s ease-out .1s;
  -o-transition: background-color .3s ease-out .1s;
  z-index: 10;
}
.sealNav&gt;li&gt;a {
  display: block;
  width: 90%;
  text-align: right;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  padding: 15px 0px;
}
.sealNav&gt;li&gt;a:hover {
  color: #ae0a29;
}
.grey {
  display: block;
  content: '';
  width: 1px;
  position: absolute;
  right: 0px;
  height: 83%;
  top: 9%;
  background-color: #e6e6e6;
  transition: height .3s ease-out .1s;
  -webkit-transition: height .3s ease-out .1s;
  -moz-transition: height .3s ease-out .1s;
  -ms-transition: height .3s ease-out .1s;
  -o-transition: height .3s ease-out .1s;
  z-index: 5;
}
.red {
  display: block;
  content: '';
  width: 1px;
  position: absolute;
  right: 0px;
  top: 9%;
  height: 0%;
  background-color: #ae0a29;
  transition: height .3s ease-out .1s;
  -webkit-transition: height .3s ease-out .1s;
  -moz-transition: height .3s ease-out .1s;
  -ms-transition: height .3s ease-out .1s;
  -o-transition: height .3s ease-out .1s;
  z-index: 20;
}
.searlRl {
  width: 1140px;
}
.searlfloor&gt;h3 {
  display: block;
  width: 100%;
  font-size: 22px;
  color: #ae0a29;
  line-height: 60px;
}
.searlfloor&gt;h5 {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.searlTable, .searlTableSec,
.searlfloor table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #4c4c4c;
  box-sizing: border-box;
  overflow: hidden;
}
.searlfloor table tr:first-child td, 
.firstLine {
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.noneBg {
  background-color: #ffffff !important;
  font-weight: normal !important;
}
.searlfloor table td {
  height: 50px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 23px;
  padding: 10px 5px;
  box-sizing: border-box;
  border: 1px solid #4c4c4c;
}
.searlTable td:first-child {
  width: 181px;
}
.searlTable td + td {
  width: 440px;
}
.searlTable td a {
  display: block;
  padding: 5px 10px;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ae0a29;
  font-size: 14px;
  color: #ae0a29;
}
.linkA {
  display: inline-block !important;
  padding: 5px 5px !important;
  margin-left: 5px;
}
.linkA:hover {
  background-color: #ae0a29;
  color: #ffffff !important;
}
.searlTable td span {
  font-size: 16px;
  color: #666666;
}
.searlTable td span+span {
  margin-left: 10px;
}
.searlTable td em {
  display: block;
  font-style: normal;
  font-size: 16px;
  color: #666666;
}
.searlfloor + .searlfloor {
  margin-top: 50px;
}
.serviceQA {
  width: 100%;
}
.serviceItem {
  width: 100%;
  margin-top: 10px;
}
.serviceItem&gt;span {
  display: block;
  font-size: 16px;
  color: #ae0a29;
  line-height: 35px;
}
.serviceItem&gt;span+span {
  color: #666666 !important;
}
.processFlowListImg {
  width: 100%;
  height: 100%;
}
.processFlowListImg&gt;img {
  display: block;
  max-width: 80%;
}
.page {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.page a {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  color: #333333;
  border-radius: 5px;
}
.pageAct {
  background-color: #ae0a29;
  color: #ffffff !important;
}
.page a:hover {
  background-color: #ae0a29;
  color: #ffffff;
}

/* 2023-4-3新增左侧列表 */
.commonLeft {
  width: 19%;
  margin-top: 35px;
}
.commonRight {
  width: 80%;
}
.commonLeft&gt;h4 {
  width: 100%;
  height: 60px;
  background: #ae0a29;
  color: #fff;
  font-size: 22px;
  text-indent: 30px;
  line-height: 60px;
}
.regulations {
  height: 612px;
  overflow: auto;
}
.regulations li {
    display: block;
    justify-content: center;
    align-items: center;
}
.regulations li {
    list-style-type: none;
    text-align: left;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 0px;
    border-top: 0px;
}
.regulations&gt;li&gt;a {
    display: inline-block;
    padding: 0px;
    width: 100%;
    height: 100%;
    text-indent: 30px;
    height: 50px;
    text-align: left;
    font-size: 16px;
    line-height: 50px;
}
.active-a {
  color: #ae0a29 !important;
}
.commonLeft_T {
  display: none;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  text-indent: 26px;
  box-sizing: border-box;
  padding: 0px 20px;
}
.commonLeft_T_Nav {
  border-top: 1px solid #e5e5e5;
}
.commonLeft_T_Nav&gt;a {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 35px;
}
.common_icon_arrow {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_arrow.png) no-repeat;
  position: absolute;
  top: 15px;
  right: 10px;
}
.common_icon_arrow_h {
  background: url(../images/icon_arrow_h.png) no-repeat !important;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ae0a29;
}

.crumbsNav {
  width: 100%;
  height: 35px;
  box-sizing: border-box;
  padding: 0;
  font-size: 14px;
  text-align: right;
  color: #333333;
  line-height: 35px;
}

.crumbsNav&gt;a {
  display: inline-block;
  color: #333333;
  padding: 0px 10px;
}

.crumbsNav&gt;a:hover {
  color: #2251bf;
}

.crumbsNav&gt;span {
  color: #333333;
  font-family: '宋体';
  font-weight: bold;
}

.servicesPage {
  width: 100%;
  margin-top: 30px;
}

.page_nav {
  height: 40px;
  margin: 40px 0 0;
  width: 100%;
}
.page_nav li {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  margin: 0px 3px;
}
.page_nav li a {
  display: block;
  color: #333333;
}
.page_nav li.active {
  background-color: #990000;
  border-radius: 5px;
  color: #fff;
}
.pagination {
  margin: 0 !important;
}
.page_nav li:last-child {
  width: auto;
}
.total {
  width: auto !important;
}
.total span {
  width: auto !important;
  font-size: 14px;
  padding: 0px 5px;
}
.pagination span,
.pagination a {
  box-sizing: border-box;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #990000;
}</pre></body></html>