<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 通用头部 */
.ht_top {
  width: 100%;
  background: #fafafa url(../images/nav_bg.gif) repeat-x 0 0;
  line-height: 41px;
  overflow: hidden;
}

.Width {
  width: 1200px;
  background: red;
  margin: 0 auto;
}

.ht_top .zt_top {
  width: 1070px;
  height: 41px;
  margin: 0 auto;
}

.ht_top h1 {
  float: left;
}

.ht_top h1 a {
  float: left;
  width: 131px;
  height: 40px;
  overflow: hidden;
  text-indent: -100em;
  background: url(../images/logo.gif) no-repeat;
  font-size: 12px;

}

.ht_top .topnav {
  float: right;
  color: #0d0d0d;
  font-size: 12px;
}

.ht_top .topnav a {
  padding: 0 8px;
}

.ht_top .topnav a:hover {
  color: #e4393c;
  text-decoration: underline;
}

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

/* 通用底部 */



.footer p span {
  padding: 0 5px;
}

.footer p a {
  color: #fff;
}

* {
  box-sizing: border-box;
}

/* 内容start */
body {
  position: relative;
}

.header {
  width: 100%;
  height: 702px;
  background: url(../images/banner.png) no-repeat top center;
  padding-top: 4%;
}

.main_body {
  width: 100%;
  background: url(../images/body.png) no-repeat top center;
}

.header_tit {
  width: 761px;
  line-height: 93px;
  background: url(../images/header_tit.png) no-repeat top center;
  background-size: contain;
  padding-left: 4%;
  margin: 0 auto;
  margin-bottom: 2%;
}

.header_tit p {
  font-size: 36px;
  color: #fff;
}

.header ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header ul li {
  width: 216px;
  line-height: 72px;
  background: url(../images/header_tab1.png) no-repeat top center;
  background-size: contain;
  cursor: pointer;
  text-align: center;
  margin-left: 2%;
}

.header ul li:first-child {
  margin-left: 0;
}

.header ul li a {
  font-size: 22px;
  color: #fff;
}

.header ul li:hover {
  background: url(../images/header_tab1.png) no-repeat top center;
  background-size: contain;
}

.con_tit {
  position: relative;
  margin-bottom: 6%;
}

.con_tit img {
  margin: 0 auto;
}

.con_tit p {
  font-size: 60px;
  color: #01006b;
  font-weight: bold;
  position: absolute;
  left: 34%;
  top: 10%;
}

.con1 {
  padding-bottom: 4%;
}

.con1_box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.con1_box ul li {
  width: 23%;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, .1);
  padding: 0 2%;
  text-align: center;
  padding-bottom: 2%;
}

.con1_box ul li img {
  display: block;
  margin: 0 auto;
}

.con1_box ul li h3 {
  font-size: 24px;
  color: #01006b;
  margin: 10% 0 6% 0;
}

.con1_box ul li p {
  font-size: 18px;
  text-align: left;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.con1_box ul li a {
  display: block;
  background-image: linear-gradient(to left, #3952b9, #5071cc);
  box-shadow: 0 0 30px rgb(78 111 203 / 50%);
  color: #fff;
  font-size: 18px;
  padding: 6% 0;
  border-radius: 30px;
  margin-top: 10%;
}

.con1_box ul li a:hover {
  background-image: linear-gradient(to left, #e04d3f, #f06a4b);
  box-shadow: 0 0 30px rgb(170 0 0 / 50%);
}

/* con2 */
.con2 {
  background: #fff;
}

.con2_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.con2_left,
.con2_right {
  width: 49%;
}

.con2_tit {
  padding: 4% 0;
  background-image: linear-gradient(to right, #5b76d2, #3149b1);
}

.con2_tit p {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.con2_table table {
  width: 100%;
}

.con2_table table tr th,
.con2_table table tr td {
  padding: 3% 0;
  font-size: 20px;
  border-bottom: 1px dashed #e8eefa;
  text-align: center;
  color: #666666;
}

.con2_table {
  height: 648px;
  overflow: auto;
}

.con2_table table tr th {
  color: #01006b;
}

.con2_table table .table_btn1 {
  font-size: 18px;
  text-align: center;
  color: #ed3726;
  background-color: #fcedec;
  padding: 4% 8%;
  border-radius: 30px;
}

.con2_table table .table_btn2 {
  font-size: 18px;
  text-align: center;
  color: #3951b7;
  background-color: #e8eefa;
  padding: 4% 8%;
  border-radius: 30px;
}

.con2_table table .table_btn3 {
  font-size: 18px;
  text-align: center;
  color: #ed3726;
  background-color: #f8f5ef;
  padding: 4% 8%;
  border-radius: 30px;
}

.con2_right .con2_tit {
  background-image: linear-gradient(to right, #5b76d2, #3149b1);
}

.con2_right .con2_table table tr td a {
  padding: 4% 4%;
}

.con2_right .con2_table table tr td {
  text-align: left;
  padding: 3% 0;
}

.con2_right .con2_table table tr td a:hover {
  color: #01006b;
}

.con2_right_btn {
  background-color: #eef0fa;
}

.con2_right .con2_table table .con2_right_btn td {
  text-align: center;
  height: 128px;
}

.con2_right_btn td a {
  display: inline-block;
  width: 40%;
  margin: 0 auto;
  border-radius: 50px;
  color: #fff;
}

.con2_right_btn td .ckxq_btn {
  margin-left: 4%;
  background-image: linear-gradient(to right, #5b76d2, #3149b1);
}

.con2_right_btn td .ckgd_btn {
  background-image: linear-gradient(to left, #e04d3f, #f06a4b);
}

/* con3 */
.con3 {
  width: 100%;
  padding-top: 14%;
  background: url(../images/box3_bg.png) no-repeat top center;
  padding-bottom: 4%;
}

.con3 .con_tit p {
  color: #fff;
}

.con3_box ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.con3_box ul li {
  width: 221px;
  height: 225px;
  text-align: center;
  padding-top: 4%;
}

.con3_box ul li p {
  color: #666666;
  line-height: 1.6;
}

.con3_listTm1 {
  background: url(../images/con3_fc1.png) no-repeat top center;
  background-size: contain;
}

.con3_listTm2 {
  background: url(../images/con3_fc2.png) no-repeat top center;
  background-size: contain;
}

.con3_listTm1 h3 {
  font-size: 24px;
  color: #3149b1;
  margin-bottom: 2%;
}

.con3_listTm2 h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 2%;
}

.con3_box ul li a {
  display: block;
  padding: 2% 4%;
  width: 50%;
  margin: 0 auto;
  border-radius: 40px;
  color: #fff;
  margin-top: 4%;
}

.con3_listTm1 a {
  background-image: linear-gradient(to left, #e04d3f, #f06a4b);
}

.con3_listTm2 a {
  background-image: linear-gradient(to right, #5b76d2, #3149b1);
}

.con3_box .con3_listTm2 p {
  color: #fff;
}

.con3_list2,
.con3_list3 {
  margin-top: -3%;
}

/* con4 */
.con4 {
  padding-top: 4%;
  padding-bottom: 6%;
  background: url(../images/box4_bg.png) no-repeat top center;
  background-size: 100% 100%;
}

.con4 .con_tit p {
  color: #fff;
}

.con4_list1 ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.con4_list1 ul li a {
  display: block;
  width: 100%;
  padding: 4% 0;
  background-image: linear-gradient(to left, #e04d3f, #f06a4b);
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.line {
  width: 100%;
  height: 1px;
  border: 1px dashed #729ffe;
  margin: 4% 0;
}

.con4_list2_tit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
  line-height: 70px;
  background-image: linear-gradient(to right, #5b76d2, #3149b1);
  padding-right: 4%;
  border-radius: 0 30px 30px 0;
  text-align: center;
}

.con4_list2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.con4_list2_item {
  background: #fff;
  padding-top: 4%;
  width: 32%;
}

.con4_list2_item p {
  display: block;
  width: 20%;
  font-size: 26px;
  color: #fff;
  background-image: linear-gradient(to right, #edc994, #ba975e);
}

.con4_list2_item h1 {
  width: 80%;
  font-size: 26px;
  color: #fff;
  text-align: center;
}

.con4_list2_item ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
  border-bottom: 1px dashed #e8eefa;
  padding-left: 4%;
}

.con4_list2_item ul li .pdf_icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/pdf1.png) no-repeat top center;
  background-size: contain;
  margin-right: 4%;
}

.con4_list2_item ul li a {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
}

.con4_list2_item ul li:hover&gt;.pdf_icon {
  background: url(../images/pdf2.png) no-repeat top center;
}

.con4_list2_item ul li:hover&gt;a {
  color: #01006b;
}

.con4_list2_bot {
  background: #edf0fa;
  padding: 8% 0;
}

.con4_list2_bot a {
  display: block;
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  background-image: linear-gradient(to left, #e04d3f, #f06a4b);
  border-radius: 40px;
  padding: 4% 0;
  text-align: center;
}

/* con5 */
.con5 {
  padding-top: 4%;
}

.con5_list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.con5_list ul li {
  width: 32%;
  font-size: 30px;
  color: #fff;
  text-align: center;
  padding: 1.5% 0;
  cursor: pointer;
  background-image: linear-gradient(to right, #5b76d2, #3149b1);
}

.con5_list ul li.con5_active {
  background-image: linear-gradient(to left, #e04d3f, #f06a4b);
}

.con5_tab {
  box-shadow: 0 0 50px rgba(0, 0, 0, .18);
  margin-bottom: 4%;
}

.con5_tab_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2%;
  background-color: #fff;
}

.con5_tab_change {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.con5_tab_top img {
  width: 479px;
  height: auto;
}

.con5_tab_top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 2%;
}

.con5_tab_top ul li {
  width: 48.5%;
  text-align: center;
  padding: 4% 0;
  margin-bottom: 3.5%;
}

.con5_tab_top .change_css2 ul li:nth-child(3) {
  margin-bottom: 1%;
}

.con5_tab_top .change_css2 ul li:nth-child(4) {
  margin-bottom: 1%;
}

.con5_tab_top .change_css2 ul li {
  padding: 1% 0;
  color: #f06a4b;
}

.con5_tab_top ul li h1 {
  color: #3149b1;
  font-size: 26px;
  margin-bottom: 2%;
}

.con5_tab_top .change_css2 ul li h1 {
  font-size: 18px;
  margin-bottom: 1%;
}

.con5_tab_top .change_css2 ul li {
  margin-bottom: 1%;
}

.con5_tab_top ul li p {
  font-size: 22px;
  color: #000066;
}

.con5_tab_top .change_css2 ul li p {
  font-size: 14px;
}

.con5_tab_top .con5Left_bg2 h1 {
  color: #f06a4b;
}

.con5_tab_top .con5Left_bg1 {
  background-color: #f3f6fd;
  border: 1px dashed #ccdcfd;
}

.con5_tab_top .con5Left_bg2 {
  background-color: #fef7f6;
  border: 1px dashed #f9ccc2;
}

.con5_tab_top ul li:nth-child(3) {
  margin-bottom: 0;
}

.con5_tab_top ul li:nth-child(4) {
  margin-bottom: 0;
}

.bgcolor_ql {
  background: #e5eaf7;
  color: #3a53ba;
}

.bgcolor_ql a {
  color: #3a53ba;
}

.bgcolor_qh a {
  color: #ef694a;
}

.bgcolor_qh {
  background: #fce6e3;
}

.bgcolor_sl {
  background: #4d6dca;
  color: #fff;
}

.bgcolor_sh {
  background: #ef684a;
  color: #fff;
}

.bgcolor_sh a {
  color: #fff;
}

.bgcolor_sl a {
  color: #fff;
}

.con5_tab_bot {
  padding: 2% 0;
  background: #f5f6fb;
}

.con5_tab_bot ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.con5_tab_bot ul li {
  padding: 1% 3%;
  border-radius: 40px;
  font-size: 24px;
  margin-left: 2%;
}

.change_css1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 8%;
  margin-bottom: 2%;
  width: 40%;
}

.change_css1 ul {
  margin-left: 0;
}

.change_css1 ul li {
  padding: 0;
  margin: 0;
}

.change_css1 p {
  width: 80%;
  padding-left: 2%;
  font-size: 15px;
}

.change_css1 span {
  display: block;
  background-image: linear-gradient(to right, #5b76d2, #3149b1);
  color: #fff;
  height: 100%;
  padding: 3% 1%;
  border-radius: 20px;
  margin-left: -6%;
  width: 30%;
  font-size: 16px;
  text-align: center;
}

.change_css1 span i {
  display: block;
  font-size: 12px;
  font-style: normal;
}

.con5Left_bg2 span {
  background-image: linear-gradient(to left, #e04d3f, #f06a4b);
}

.con5_item_ms .con5_tab_change {
  display: block;
}

.con5_item_ms .change_css1 {
  width: 90%;
}

.con5_item_ms .change_css1 span {
  width: 15%;
}

/* con6 */
.con6 {
  background: #fff;
  box-shadow: rgb(0 0 0 / 18%) 0px 0px 50px;
  padding: 4% 0;
}

.con6_list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.con6_list ul li img {
  text-align: center;
  padding: 15px;
  background-color: #eef0fa;
}

.con6_list ul li p {
  font-size: 24px;
  color: #ef694a;
  text-align: center;
  margin-top: 4%;
}

.yuyue_tc {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.con5_item {
  display: none;
}

.card_show {
  display: block;
}

/* 内容end */
/* 预约start */
.login_wrap {
  box-sizing: border-box;
  width: 12rem;
  padding: 2%;
  margin: 0 auto;
  margin-top: 2rem;
  background-image: linear-gradient(to right, #5b76d2, #3149b1);
  border-radius: .4rem;
  position: relative;
}

.mask_close {
  position: absolute;
  right: -0.8rem;
  top: -0.8rem;
  cursor: pointer;
}

.yuyue_tc {
  display: none;
}

.scroll_wrap .input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 1.5rem;
  border: 1px solid #e5e5e5;
  padding-left: 1.1rem;
  margin-bottom: 0.4rem;
  background-color: #f9f9f9;
  border-radius: 0.4rem;
  font-size: .6rem;
}

#__nc {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 1.5rem;
  border: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  font-size: .6rem;
  margin-top: .4rem;
  padding: 0;
}

._nc .stage,
._nc .stage1 .track div,
._nc .stage1 .label {
  padding: 0 !important;
  height: 1.6rem !important;
  line-height: 1.6rem !important;
  font-size: .6rem;
}

._nc .stage1 .slider {
  height: 1.6rem !important;
  left: .7rem;
  right: .7rem;
}

._nc .stage1 .button {
  width: 2.2rem !important;
  height: 1.6rem !important;
}

.nc-container #nc_1_wrapper,
.nc-container.tb-login #nc_1_wrapper,
.nc-container #nc_2_wrapper,
.nc-container.tb-login #nc_2_wrapper {
  width: 100% !important;
  height: 1.5rem;
}

.nc-container .nc_scale .scale_text {
  font-size: .6rem !important;
  text-align: left;
}

.nc_scale {
  height: 1.6rem !important;
  border-radius: 10px;
}

.nc-container .nc_scale .btn_slide {
  width: 2rem !important;
  border-radius: 10px;
}

.nc-container .nc_scale .nc_bg {
  border-radius: 14px 0 0 14px;
}

.nc-container .nc_scale span {
  height: 1.6rem !important;
  line-height: 1.6rem !important;
}

.nc-container .nc_scale span.nc-lang-cnt {
  line-height: 2.2rem;
}

.nc-container .nc_scale .btn_ok {
  line-height: 2.2rem;
}

.expand {
  display: block;
  width: 100%;
  /*height: 1rem;*/
  height: auto;
  padding-left: 1.1rem;
  margin-top: .35rem;
  font-size: .6rem;
}

.expand label {
  margin-right: 0.5rem;
}

select.input {
  outline: none;
  resize: none;
  -webkit-appearance: none;
  background: #fff url(../images/select.png) no-repeat 93% center;
}

.must {
  position: absolute;
  top: .65rem;
  left: -.8rem;
  color: #ff2323;
}

.must.active {
  display: none;
}

.send {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.5rem;
  height: 1.5rem;
  background-color: #d9d9e9;
  color: #1d1c74;
  font-size: .6rem;
  border-radius: .2rem;
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #666;
}

input:-moz-placeholder {
  color: #666;
}

input::-moz-placeholder {
  color: #666;
}

input:-ms-input-placeholder {
  color: #666;
}

.submit {
  width: 100%;
  height: 1.5rem;
  margin-top: 0.4rem;
  line-height: 1.5rem;
  text-align: center;
  background-image: linear-gradient(to left, #e04d3f, #f06a4b);
  border-radius: 1rem;
  color: #fff;
  box-shadow: 0 0.1rem 0.25rem #2593fc;
  font-size: .6rem;
  cursor: pointer;
}

.checkbox {
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 2%;
}

.box_checkbox {
  display: flex;
  align-items: center;
}

.last-check {
  margin-top: .5rem;
}

.last-check label {
  font-size: .35rem;
  color: #d9d9e9;
}

.last-check a {
  color: #fff;
}

.layui-form-checkbox {
  display: none;
}

.layui-form input[type=checkbox],
.layui-form input[type=radio],
.layui-form select {
  display: block !important;
}

/* 预约 end */

@media only all and (max-width: 1080px) {
  .container {
    width: 100%;
  }

  img {
    max-width: 100%;
  }

  .header {
    width: 100%;
    height: 12rem;
    background: url(../images/banner.png) no-repeat top center;
    padding-top: 4%;
    background-size: cover;
  }

  .change_css1 {
    width: 90%;
  }

  .header_tit {
    width: 16rem;
    height: 2rem;
    line-height: 2rem;
    /* line-height: 93px; */
    background: url(../images/header_tit.png) no-repeat top center;
    background-size: contain;
    padding-left: 4%;
    margin: 0 auto;
    margin-bottom: 2%;
  }

  .header_tit p {
    font-size: 14px;
    color: #fff;
  }

  .header ul {
    flex-wrap: wrap;
  }

  .header ul li {
    width: 48%;
    line-height: 44px;
    margin-left: 0;
    margin-bottom: 1%;
  }

  .header ul li p {
    font-size: 16px;
    color: #fff;
  }

  .con_tit p {
    font-size: 24px;
    color: #01006b;
    font-weight: bold;
    position: absolute;
    left: 30%;
    top: 10%;
  }

  .con2_box {
    display: block;
  }

  .con1_box ul {
    flex-wrap: wrap;
  }

  .con1_box ul li {
    width: 48%;
    margin: 0 auto;
    margin-bottom: 4%;
  }

  .con2_left,
  .con2_right {
    width: 100%;
    margin-bottom: 4%;
  }

  .con2_tit p {
    font-size: 20px;
    color: #fff;
    text-align: center;
  }

  .con2_table {
    height: 24rem;
  }

  .con2_table table tr th,
  .con2_table table tr td {
    font-size: 18px;
  }

  .con2_right .con2_table table tr td a {
    font-size: 12px;
    white-space: nowrap;
  }

  .con3_box ul li {
    width: 50%;
    height: 225px;
    text-align: center;
    padding-top: 14%;
  }

  .con3_box ul,
  .con4_list1 ul,
  .con4_list2 {
    flex-wrap: wrap;
  }

  .con3 {
    width: 100%;
    padding-top: 39%;
    background: url(../images/box3_bg.png) no-repeat top center;
    padding-bottom: 4%;
    background-size: cover;
  }

  .con4_list1 ul li {
    width: 48%;
    margin-bottom: 4%;
  }

  .con4_list2_item {
    width: 100%;
  }

  .con5_list ul li {
    font-size: 18px;
  }

  .con5_tab_top {
    display: block;
  }

  .con5_tab_bot ul,
  .con6_list ul {
    flex-wrap: wrap;
  }

  .con5_tab_bot ul li {
    width: 45%;
    padding: 1% 3%;
    border-radius: 40px;
    font-size: 16px;
    margin-left: 2%;
    text-align: center;
    margin-bottom: 2%;
  }

  .con6_list ul li {
    width: 44%;
    margin-bottom: 2%;
  }

  .con6_list ul li p {
    font-size: 16px;
  }

  .con5_tab_top ul li h1 {
    color: #3149b1;
    font-size: 17px;
    margin-bottom: 2%;
  }

  .con5_tab_top ul li p {
    font-size: 12px;
    color: #000066;
  }

  .login_wrap {
    width: 90%;
    margin-top: 7rem;
  }

  .change_css1 span {
    border-radius: 10px;
  }

  .con5_tab_change {
    width: 100%;
  }

  .change_css1 span i {
    font-size: 12px;
  }

  .con1_box ul li img {
    width: 60%;
  }

  .con1_box ul li h3 {
    font-size: 20px;
  }

  .con1_box ul li a {
    font-size: 16px;
  }

  .con1_box ul li p {
    font-size: 14px;
  }

  .con4_list2_tit {
    width: 60%;
    line-height: 50px;
  }

  .con4_list2_item p,
  .con4_list2_item h1 {
    font-size: 18px;
  }

  .con4_list2_item ul li a {
    font-size: 14px;
  }

  .con2_table table a {
    font-size: 14px !important;
  }
}</pre></body></html>