<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x:hidden;
  }
  body {
    margin: 0;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section,
  summary {
    display: block;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  dl,
  dd,
  p,
  select,
  textarea {
    margin: 0;
  }
  ol,
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  a {
    color: #333;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
  }
  a:active,
  a:hover {
    outline: 0;
  }
  audio,
  canvas,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  img {
    border: 0;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  button::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  input,
  button {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  input[type="checkbox"],
  input[type="radio"] {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  textarea {
    resize: none;
    border: 1px solid #ccc;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td,
  th {
    padding: 0;
  }
  del {
    text-decoration: line-through;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  .clearfix:after {
    display: block;
    content: '';
    height: 0;
    clear: both;
    visibility: hidden;
  }
  html {
    font-size: 12px;
    -webkit-tap-highlight-color: transparent;
  }
  body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .w70p{
      width: 47%;
      margin:0 auto;
  }
  /* 鍏嶉绉戠洿鐢充笘鐣岀儹闂ㄩ櫌鏍℃湰绉� */
  .banner1{
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.75rem;
    height:19.85rem;
    background: url(../images/ban1_bg.jpg) no-repeat;
    background-size: 100% 19.85rem;
    position: relative;
  }
  .banner1 .p1{
    position: absolute;
    width: 16rem;
    color: #fff;
    font-size: 0.95rem;
    text-align: center;
    top: 2.95rem;
    left: 50%;
    margin-left: -8rem;
}
.banner1 .list_tag{
	position: absolute;
	width: 13.75rem;
    height:1.75rem;
    top: 10.75rem;
    left: 50%;
    margin-left: -6.875rem;
    border: 2px solid #fdba1c;
    border-radius:0.25rem;
    color:#fff;
    font-size:0.8rem;
    text-align: center;
    line-height: 1.75rem;
    letter-spacing: 0.04rem;
}
.banner1 .list_tag2{
	position: absolute;
	width: 95%;
    top: 14.6rem;
}
.banner1 .list_tag2 ul{
	display:flex;
    justify-content: space-around;
	flex-wrap: nowrap;
}
.banner1 .list_tag2 ul li {
    width: 30%;
    height: 1.125rem;
    line-height: 1.125rem;
    color:#fff;
    font-size:0.75rem;
    text-align: left;
    position: relative;
    padding-left: 1rem;
}
.banner1 .list_tag2 ul li:after {
	 content: '';
    position: absolute;
    display: inline-block;
    width:0.8rem;
    height:0.825rem;
    left: 0;
    top: 0.2rem;
    background: url(../images/ban1_icon.png) 0 0 no-repeat;
    background-size: 100% 0.825rem;
}
.banner1 .fuwu{
	   position: absolute;
	   bottom:3.07rem;
	   width: 5rem;
	   left: 50%;
      margin-left: -2.5rem;
}
.banner1 .fuwu p:nth-child(1){
	position: absolute;
    top: -1.5rem;
    color: #333;
    font-size: 0.75rem;
    width: 3.5rem;
    left: 50%;
    margin-left: -1.55rem;
    font-weight: bold;
}
.banner1 .fuwu p:nth-child(2) span{
    color: #fff;
    font-size: 0.4rem;
    display: inline-block;
    width: 0.57rem;
    height: 0.57rem;
    line-height: 0.57rem;
    border-radius: 50%;
    background: #ff470f;
    border: 2px solid #ffc7b7;
    box-sizing: content-box;
    text-align: center;
    margin-right: 0.2rem;
}
.banner1 .fuwu p:nth-child(2){
  position: absolute;
  /* top: 0.1rem; */
  color: #333;
  font-size: 0.55rem;
  width: 15rem;
  left: -5.5rem;
}
.banner1 .fuwu p:nth-child(3){
    position: absolute;
    top: 1.3rem;
    color: #333;
    font-size: 0.55rem;
    width:17rem;
    left: -5.5rem;
}
.banner1 .fuwu p:nth-child(3) span{
  color: #fff;
  font-size: 0.4rem;
  display: inline-block;
  width: 0.57rem;
  height: 0.57rem;
  line-height: 0.57rem;
  border-radius: 50%;
  background: #ff470f;
  border: 2px solid #ffc7b7;
  box-sizing: content-box;
  text-align: center;
  margin-right: 0.2rem;
}
/* 浣犲鍥介檯瀛︽牎璇剧▼浜嗚В涔堬紵 */
.section{
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.75rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.section h3{
	color:#333;
	font-size:1rem;
	position:relative;
	margin-top: 1.17rem;
    height: 1rem;
}
.section h3 span{
  color: #249ffd;
}
.section h3::before {
    content: '';
    position: absolute;
    display: inline-block;
    width:1.32rem;
    height:0.7rem;
    left: -1.65rem;
    top:0.3rem;
    background: url(../images/arr_l.png) 0 0 no-repeat;
    background-size: 100% 0.7rem;
}
.section h3::after {
    content: '';
    position: absolute;
    display: inline-block;
    width:1.32rem;
    height:0.7rem;
    right: -1.6rem;
    top: 0.3rem;
    background: url(../images/arr_r.png) 0 0 no-repeat;
    background-size: 100% 0.7rem;
}
.section h4{
    width: 10rem;
	height: 1rem;
	line-height: 1rem;
	color:#0090fe;
	font-size:0.6rem;
	background: #d5f0ff;
	border-radius: 0.5rem;
	font-weight: normal;
	text-align: center;
	margin: 0 auto;
	margin-top:0.7rem;
}
.banner2 h3{
  text-align: center;
  height: 2.5rem;
}
.banner4 h3{
  text-align: center;
  height: 1rem;
}
.banner6 h3{
  text-align: center;
  height: 1rem;
}
.banner2 .zexiao_list{
	width: 18rem;
    margin: 0 auto;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
  margin-top:1.27rem;
  align-items: flex-start;
}
.banner2 .zexiao_list div{
	width:100%;
	height:4.03rem;
	position: relative;
	border-radius: 0.75rem;
  margin-bottom:1.27rem;
}
.banner2 .zexiao_list div h5{
    position: absolute;
    width: 9.25rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: left;
    top: -0.8rem;
    color: #fff;
    font-size: 0.6rem;
    padding-left: 1.8rem;
    left: 50%;
    margin-left: -4.62rem;
}
.banner2 .zexiao_list div.first_sec{
	border:1px solid #329fff;
  box-sizing: border-box;
}
.banner2 .zexiao_list div.first_sec h5{
	background: url(../images/ban1_text1.png) 0 0 no-repeat;
  background-size: 100% 1.5rem;
}
.banner2 .zexiao_list div.second_sec{
	border:1px solid #fb631b;
}
.banner2 .zexiao_list div.second_sec h5{
	background: url(../images/ban1_text2.png) 0 0 no-repeat;
  background-size: 100% 1.5rem;
}
.banner2 .zexiao_list div.third_sec{
	border:1px solid #ff5071;
}
.banner2 .zexiao_list div.third_sec h5{
	background: url(../images/ban1_text3.png) 0 0 no-repeat;
  background-size: 100% 1.5rem;
}
.banner2 .zexiao_list div ul{
	width: 80%;
	margin:0 10%;
  margin-top: 0.97rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.banner2 .zexiao_list div.first_sec ul{
    box-sizing: border-box;
    padding-left: 0.7rem;
}
.banner2 .zexiao_list div.second_sec ul{
  box-sizing: border-box;
  padding-left: 0.63rem;
}
.banner2 .zexiao_list div.third_sec ul{
  box-sizing: border-box;
  padding-left: 0.75rem;
}
.banner2 .zexiao_list div ul li{
   	width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    position:relative;
    padding-left: 0.5rem;	
    box-sizing: border-box;
    font-size:0.6rem; 
}
.banner2 .zexiao_list div ul li a{
    display: inline-block;
    width: 100%;
    height: 0.88rem;
    font-size:0.6rem; 
}
.banner2 .zexiao_list div.first_sec ul li a:hover{
  color:#0F70FF;
}
.banner2 .zexiao_list div.second_sec ul li a:hover{
  color:#FE4E06;
}
.banner2 .zexiao_list div.third_sec ul li a:hover{
  color:#FF194C;
}
.banner2 .zexiao_list div.first_sec ul li::after {
    content: '';
    position: absolute;
    display: inline-block;
    width:0.3rem;
    height: 0.3rem;
    left: 0;
    top: 0.3rem;
    background: url(../images/squ1.png) 0 0 no-repeat;
    background-size: 100% 0.3rem;
}
.banner2 .zexiao_list div.second_sec ul li::after {
    content: '';
    position: absolute;
    display: inline-block;
    width:0.3rem;
    height: 0.3rem;
    left: 0;
    top: 0.3rem;
    background: url(../images/squ2.png) 0 0 no-repeat;
    background-size: 100% 0.3rem;
}
.banner2 .zexiao_list div.third_sec ul li::after {
    content: '';
    position: absolute;
    display: inline-block;
    width:0.3rem;
    height: 0.3rem;
    left: 0;
    top: 0.3rem;
    background: url(../images/squ3.png) 0 0 no-repeat;
    background-size: 100% 0.3rem;
}
.under_bth a {
    display: inline-block;
    width: 6.05rem;
    height:1.62rem;
    text-align: center;
    line-height: 1.62rem;
    font-size: 0.6rem;
    color: #fff;
    background: linear-gradient(to right, #24afff, #0e6bff);
    background: -webkit-linear-gradient(to right, #24afff, #0e6bff);
    background: -o-linear-gradient(to right, #24afff, #0e6bff);
    background: -ms-linear-gradient(to right, #24afff, #0e6bff);
    background: -moz-linear-gradient(to right, #24afff, #0e6bff);
    border-radius: 2rem;
    box-shadow: 0 5px 5px #1b6ae9;
}
/* 鏂拌埅閬撳浗闄呭鏍℃嫨鏍℃湇鍔� */
.banner3{
    /* background:#e4f7ff; */
    margin-top: 1.2rem;
}
.banner3 .zxfw_main{
    width: 88%;
    margin: 0 6%;
    margin-top: 0.5rem;
}
.banner3 .zxfw_main ul li{
   width: 100%;
   height: 2.8rem;
   vertical-align: middle;
 }
 .banner3 .zxfw_main ul li:nth-child(3) .text_r{
  height: 4.2rem;
 }
 .banner3 .zxfw_main ul li .img_l{
     float: left;
     width: 18%;
     height: 2rem;
 }
 .banner3 .zxfw_main ul li .img_l img{
    display:inline-block;
    margin-top: 0.5rem;
    width: 2rem;
    height: 2rem;
}
.banner3 .zxfw_main ul li .text_r{
    float: left;
    width: 80%;
    height: 5rem;
    margin-top: 0.5rem;
    border-bottom:1px dashed #000;
}
.banner3 .zxfw_main ul li .text_r p:nth-child(1){
    color:#000;
   font-size:0.75rem;
   font-weight:bold;
}
.banner3 .zxfw_main ul li .text_r p:nth-child(2){
    color:#555;
    font-size: 0.55rem;
   /* margin-top: 0.2rem; */
   margin-bottom: 0.3rem;
}
.banner3 .zxfw_main ul li:last-child .text_r{
    border-bottom:0 dashed #000;
}
.banner6 .yuyue_main{
    width: 95%;
    height: 10.47rem;
    background: url(../images/zxfw_bd.png) 0 0 no-repeat;
    background-size: 100% 10.47rem;
    position:relative;
    margin-top: 1.52rem;
    margin-bottom: 2rem;
}
.banner6 .yuyue_main .form-item:nth-child(1){
    position:absolute;
    left: 7rem;
    top: 3rem;
}
.banner6 .yuyue_main .form-item:nth-child(2){
    position:absolute;
    left: 7rem;
    top: 5.1rem;
}
.banner6 .yuyue_main .form-item input {
    width: 8.77rem;
    height: 1.6rem;
    border: 1px solid #FC5D16;
    border-radius: 5px;
    text-indent: 1.3rem;
    font-size: 0.6rem;
    color: #555;
    margin-bottom: 0.8rem;
}
.banner6 .yuyue_main .form-item img {
    position: absolute;
    display: inline-block;
    left: 0.25rem;
    top: 0.4rem;
}
.banner6 .yuyue_main .formCode{
  width:9.4rem;
  margin-bottom: 0;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 7rem;
  top: 7.3rem;
  height: 1.77rem;
  border: 1px solid #FC5D16;
  border-radius: 5px;
}
.banner6 .yuyue_main .formCode .codeInput
{
  width: 5rem;
 text-align: center;
 text-indent: 0;
 height: 1.77rem;
 background-color: #fff;
 border-radius: 0.2rem;
 font-size: 0.7rem;
 line-height: 1.77rem;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 outline: 0;
 border: 0;
 color: #000;
 margin-left: 0;
 border-radius: 5px;
}
.banner6 .yuyue_main .formCode .codetxt{
 width: 7.5rem;
 background: #e3e3e3;
 outline: none;
 height: 1.77rem;
 cursor: pointer;
 font-size: 0.6rem;
 border: 0;
 color: #000;
 border-radius: 0.2rem;
}
.banner6 .yuyue_main  .submit {
    display: inline-block;
    width:4.05rem;
    height: 1.72rem;
    margin: 0 auto;
    position: absolute;
    right: 3.7rem;
    bottom: -0.7rem;
    text-align: center;
    line-height: 1.72rem;
    font-size: 0.6rem;
    color: #fff;
    background: linear-gradient(to right, #ff4800, #f87128);
    background: -webkit-linear-gradient(to right, #ff4800, #f87128);
    background: -o-linear-gradient(to right, #ff4800, #f87128);
    background: -ms-linear-gradient(to right, #ff4800, #f87128);
    background: -moz-linear-gradient(to right, #ff4800, #f87128);
    border-radius: 2rem;
    box-shadow: 0 5px 0.25rem #e4440c;
    cursor: pointer;
}
/* 鍥介檯瀛︽牎鎷╂牎 鎺ㄨ崘鍏ヨ瀛︽牎 */
.banner4{
}
.banner4 .banci_tit{
	margin-top:1.52rem;
}
.banner4 .banci_tit ul{
	display: flex;
	justify-content: space-around;
	flex-wrap:nowrap;
}
.banner4 .banci_tit ul li{
    height: 1.6rem;
	line-height: 1.6rem;
    text-align: center;
    background:#ffeddf;
    color:#f6492a;
    font-size: 0.6rem;
    border-radius: 0.2rem;
    border:1px solid #f64a2a;
    cursor: pointer;
}
.banner4 .banci_tit ul li:nth-child(2n+1){
	width:4.05rem;
}
.banner4 .banci_tit ul li:nth-child(2n){
	width:3.57rem;
    margin:0 0.5rem;
}
.banner4 .banci_tit ul li.cur{
    width:4.05rem;
	height: 1.6rem;
	line-height: 1.6rem;
    text-align: center;
    background: linear-gradient(to right, #ff4800, #f87128);
    background: -webkit-linear-gradient(to right, #ff4800, #f87128);
    background: -o-linear-gradient(to right, #ff4800, #f87128);
    background: -ms-linear-gradient(to right, #ff4800, #f87128);
    background: -moz-linear-gradient(to right, #ff4800, #f87128);
    color:#fff;
    font-size: 0.6rem;
    border-radius: 0.2rem;
    position: relative;
}
.banner4 .banci_tit ul li:nth-child(2n+1).cur{
    width:4.05rem;
}
.banner4 .banci_tit ul li:nth-child(2n).cur{
	width:3.57rem;
}
.banner4 .banci_tit ul li.cur:after{
	position: absolute;
	top: 1.6rem;
	content:'';
	border-top:10px solid #f75d29;
	border-right:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid transparent;
}
.banner4 .banci_tit ul li:nth-child(2n+1).cur:after{
    left: 1.5rem;
}
.banner4 .banci_tit ul li:nth-child(2n).cur:after{
	left:1.4rem;
}
.banner4 .banci_zhuyao div ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 0.8rem;
}
.banner4 .banci_zhuyao div ul{
	width: 100%;
    display: flex;
	justify-content: space-around;
	flex-wrap:wrap;
}
.banner4 .banci_zhuyao div ul li{
	width: 5.4rem;
	height: 5.5rem;
	margin-bottom: 0.85rem;
   position: relative;
}
.banner4 .banci_zhuyao div ul li img{
	width: 5.4rem;
	height: 5.5rem;
}
.banner4 .banci_zhuyao div ul li p{
	position: absolute;
    bottom: 0.2rem;
    text-align: center;
    color: #333;
    font-size: 0.5rem;
    width: 100%;
}
.banner4 .banci_zhuyao div:nth-child(3) ul{
	width: 100%;
    display: flex;
	justify-content: flex-start;
	flex-wrap:wrap;
}
.banner4 .banci_zhuyao div:nth-child(3) ul li{
  margin-right: 0.3rem;
}


/* 鏂拌埅閬撳浗闄呭鑰冩暀甯堝洟闃� */
.banner6{
  background: #e4f7ff;
}
.banner6 h4 {
    width: 17rem;
}
.banner6  .teacher_maindiv{
  width: 100%;
}
.banner6  .teacher_maindiv .swiper-slide{
  width: 100%;
  margin-top: 0.5rem;
  padding-bottom: 1.5rem;
}
.banner6  .teacher_maindiv .swiper-slide .laoshi{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.banner6  .teacher_maindiv .swiper-slide .laoshi img{
  width: 6.72rem;
  height: 7.9rem;
}
.banner6  .teacher_maindiv .swiper-slide .laoshi .laoshi_text{
  font-size:0.6rem;
  margin-top: 0.85rem;
}
.banner6  .teacher_maindiv .swiper-slide .laoshi .laoshi_text p{
  font-size:0.75rem;
  color:#000;
  font-weight: bold;
  height: 0.92rem;
  line-height: 0.92rem;
  margin-bottom: 0.5rem;
}
.banner6  .teacher_maindiv .swiper-slide .laoshi .laoshi_text ul li{
  font-size:0.6rem;
  color:#333;
  margin-bottom: 0.5rem;
  position:relative;
  min-height: 1rem;
}
.banner6  .teacher_maindiv .swiper-slide .laoshi .laoshi_text ul li span:nth-child(1){
  width: 3.5rem;
  text-align: center;
  font-size:0.65rem;
  color:#e73e25;
  border:1px dashed #e73e25;
  border-radius:10px 0 10px 0;
  margin-right: 0.5rem;
  position:absolute;
  top: 0;
  background:#fff;
}
.banner6  .teacher_maindiv .swiper-slide .laoshi .laoshi_text ul li span:nth-child(2){
  width: 77%;
  float: right;
}
 #teacher_swiper .swiper-container-horizontal {
  bottom: 0;
}
#teacher_swiper .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.3rem;
  display: inline-block;
  border-radius: 0.5rem;
  background: #cecece;
  opacity: 1;
}
#teacher_swiper .swiper-pagination-bullet-active {
  width: 0.725rem;
  height: 0.3rem;
  opacity: 1;
  background: #f86e29;
}
/* 鍚勫ぇ鍥介檯瀛︽牎瀹氭湡绾夸笂鐩存挱 */
.banner7{
       background: #e4f7ff;
}
.banner7 .school_main{
  margin-top:1.42rem;
  height: 24.42rem;
  box-sizing: border-box;
}
.banner7  .school_main ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.banner7 .school_main ul li {
  width: 8rem;
  height:7rem;
  margin-bottom: 0.67rem;
  position: relative;
}
.banner7 .school_main ul li img {
  width: 8rem;
  height:7rem;
}
.banner7 .school_main ul li p{
	font-size: 0.6rem;
	color:#333;
	position: absolute;
  bottom: 0.65rem;
}
.banner7 .school_main ul li p.p01{
  right: 0.65rem;
}
.banner7 .school_main ul li p.p02{
	  right: 2.35rem;
}
.banner7 .school_main ul li p.p03{
	  right:2.3rem;
}
.banner7 .school_main ul li p.p04{
	  right:1rem
}
.banner7 .school_main ul li p.p05{
	  right: 2.25rem;
}
.banner7 .school_main ul li a {
  display: inline-block;
  width: 2.37rem;
  height: 1.25rem;
  border-radius: 0.25rem;
  text-align: center;
  line-height: 1.25rem;
  font-size: 0.6rem;
  color: #fff;
  position: absolute;
  bottom: 1.525rem;
    right: 2.8rem;
  background: linear-gradient(to right, #ff4800, #f87128);
  background: -webkit-linear-gradient(to right, #ff4800, #f87128);
  background: -o-linear-gradient(to right, #ff4800, #f87128);
  background: -ms-linear-gradient(to right, #ff4800, #f87128);
  background: -moz-linear-gradient(to right, #ff4800, #f87128);
  cursor: pointer;
}
/* 鍘嗗眾鏁欒偛灞曡鎯� */
.banner8{
  background:#0c5fe3;
}
.banner8 h3 {
  color: #fff;
  font-size: 1rem;
  position: relative;
  margin-top: 1.17rem;
  height: 1rem;
}
.banner8 h3::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 1.32rem;
  height: 0.7rem;
  left: -1.65rem;
  top: 0.3rem;
  background: url(../images/arr_l2.png) 0 0 no-repeat;
  background-size: 100% 0.7rem;
}
.banner8 h3::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 1.32rem;
  height: 0.7rem;
  right: -1.6rem;
  top: 0.3rem;
  background: url(../images/arr_r2.png) 0 0 no-repeat;
  background-size: 100% 0.7rem;
}
.banner8 .xianqing_mian{
  width: 100%;
  margin-top: 1.55rem;
  height: 20rem;
}
.banner8 #swiper_xiang{
  height: 19rem;
}
.banner8 #swiper_xiang .swiper-slide{
  width: 100%;
}
.banner8 #swiper_xiang .swiper-slide .jyz_main ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 18rem;
}
.banner8 #swiper_xiang .swiper-slide .jyz_main ul li{
  width: 8rem;
  height: 7.75rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.banner8 #swiper_xiang .swiper-slide .jyz_main ul li img{
      width: 8rem;
      height: 7.75rem;
}
.banner8 #swiper_xiang .swiper-slide .jyz_main ul li p.p1 {
  position: absolute;
  bottom: 1.42rem;
  left: 0.45rem;
  font-size: 0.6rem;
  color: #fff;
  font-weight: bold;
}
.banner8 #swiper_xiang .swiper-slide .jyz_main ul li p.p2 {
  position: absolute;
  bottom: 0.55rem;
  left:0.42rem;
  font-size: 0.5rem;
  color: #fff;
}
#swiper_xiang .swiper-pagination-bullet {
  width: 0.72rem;
  height: 0.37rem;
  display: inline-block;
  border-radius: 0.5rem;
  background: #fff;
  opacity: 1;
}
#swiper_xiang .swiper-pagination-bullet-active {
  width: 0.72rem;
  height: 0.37rem;
    opacity: 1;
    background: #f86e29;
}
/* 淇敼 */
.banner1 .yz_50{
  position: absolute;
  width:17rem;
  height: 4.725rem;
  top: 8.175rem;
  left: 1.2rem;
}
.banner1 .yz_50 ul{
  display: flex;
  justify-content:space-around;
  align-items: center;
}
.banner1 .yz_50 ul li{
  width: 32%;
  font-size:0.55rem;
  color:#fff;
  margin-bottom: 0.6rem;
}
.banner1 .yz_50 ul li span{
  /* color:#ffb400; */
  display: inline-block;
  margin-left: 0.8rem;
}
.banner1 .yz_50 ul li b{
  display: inline-block;
  width: 0.65rem;
  height: 0.675rem;
  background: url(../images/ban1_icon.png) no-repeat;
  background-size: 100% 0.675rem;
  /* margin-right: 0.2rem; */
}
/* 浜嗚В鍖椾含鍚勫尯鍥介檯瀛︽牎淇℃伅涓€瑙� */
.banner32{
  background: #e4f7ff;
}
.banner32 h4{
  width: 6.5rem;
}
.banner32 h3 span{
   color:#249ffd;
}
/* 鍚勫尯瀛︽牎琛ㄦ牸 */
.section23{
  width:100%;
  box-sizing: border-box;
  padding-top: 0.25rem;
  margin-bottom: 1.25rem;
}
.section23 .tableMain .kecheng_tit{
  width:100%;
  height:1.25rem;
  margin-top: 0.75rem;
  margin-bottom: 2.5rem;
}
.section23 .tableMain .kecheng_tit ul{
  display: flex;
  justify-content:space-around;
  align-items: center;  
  flex-wrap: wrap;
}
.section23 .tableMain .kecheng_tit ul li{
  width:3.77rem;
  height:1.27rem;
  float: left;
  line-height: 1.23rem;
  color:#349aff;
  font-size: 0.6rem;
  cursor: pointer;
  background:#d3e9ff;
  box-sizing: border-box;
  text-align:center;
  border:1px solid #0c5fe3;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}
.section23 .tableMain .kecheng_tit ul li:last-child{
 width: 10.68rem;
 margin-right: 0;
}
.section23 .tableMain .kecheng_tit ul li.cur{
 border:none;
 color:#fff;
 background: linear-gradient(to right, #3499ff, #24c1ff);
 background: -webkit-linear-gradient(to right, #3499ff, #24c1ff);
 background: -o-linear-gradient(to right, #3499ff, #24c1ff);
 background: -ms-linear-gradient(to right, #3499ff, #24c1ff);
 background: -moz-linear-gradient(to right, #3499ff, #24c1ff);
 position: relative;
}
/* .section23 .tableMain .kecheng_tit ul li.cur:after{
 position: absolute;
 content:'';
 width: 0;
 height: 0;
 border-left:10px solid transparent;
 border-right: 10px solid transparent;
 border-top: 10px solid #2cadff;
 left: 1.43rem;
 bottom: -0.25rem;
} */
.section23 .tableMain .kecheng_tit ul li:last-child.cur:after{
 left: 4.88rem;
 bottom: -0.25rem;
}
.section23 .tableMain .kecheng_zhuyao table{
 width: 100%;
 text-align: left;
}
.section23 .tableMain .kecheng_zhuyao table tr th{
 background: #249acb;
 height: 1rem;
 color:#fff;
 font-size: 0.55rem;
 border-right:1px solid #ffffff;
 border-bottom:1px solid #ffffff;
 box-sizing: border-box;
 font-weight:bold;
 text-align: center;
}
.section23 .tableMain .kecheng_zhuyao table .borR0{
 border-right:0 solid #ffffff;
}
.section23 .tableMain .kecheng_zhuyao table tr:last-child td{
  border-bottom:0 solid #ffffff;
 }
.section23 .tableMain .kecheng_zhuyao table tr td{
 background: #d3e9ff;
 height: 1rem;
 color:#272828;
 font-size:0.55rem;
 border-right:1px solid #ffffff;
 border-bottom:1px solid #ffffff;
 box-sizing: border-box;
 padding-left: 0.2rem;
}
.section23 .tableMain .kecheng_zhuyao table tr td:nth-child(1){
 width: 8.5rem;
}
.section23 .tableMain .kecheng_zhuyao table tr td:nth-child(2){
 width: 6rem;
}
.section23 .tableMain .kecheng_zhuyao table tr td:nth-child(3){
  text-align: center;
 }
 /* 鍥介檯瀛︽牎浜斿ぇ鍒嗙被 */
 .banner33 .gjxxwdl_main{
   width: 100%;
 }
 .banner33 .gjxxwdl_main ul li{
  width:17.25rem;
  height: 2.75rem;
  box-sizing: border-box;
  padding-left: 2.8rem;
  border-radius: 12em;
  margin-bottom: 0.8rem;
  padding-top: 0.1rem;
  padding-right: 0.2rem;
}
.banner33 .gjxxwdl_main ul li:nth-child(1){
  background: url(../images/fivel_bg01.png) no-repeat;
  background-size: 100% 2.75rem;
}
.banner33 .gjxxwdl_main ul li:nth-child(2){
  background: url(../images/fivel_bg02.png) no-repeat;
  background-size: 100% 2.75rem;
}
.banner33 .gjxxwdl_main ul li:nth-child(3){
  background: url(../images/fivel_bg03.png) no-repeat;
  background-size: 100% 2.75rem;
}
.banner33 .gjxxwdl_main ul li:nth-child(3){
  background: url(../images/fivel_bg03.png) no-repeat;
  background-size: 100% 2.75rem;
}
.banner33 .gjxxwdl_main ul li:nth-child(4){
  background: url(../images/fivel_bg04.png) no-repeat;
  background-size: 100% 2.75rem;
}
.banner33 .gjxxwdl_main ul li:nth-child(5){
  background: url(../images/fivel_bg05.png) no-repeat;
  background-size: 100% 2.75rem;
}
.banner33 .gjxxwdl_main ul li dl dt{
  font-size: 0.65rem;
  font-weight: bold;
}
.banner33 .gjxxwdl_main ul li dl dd{
  font-size: 0.55rem;
}
.banner33 .gjxxwdl_main ul li:nth-child(1) dl dt{
 color:#112f5d;
}
.banner33 .gjxxwdl_main ul li:nth-child(2) dl dt{
  color:#375060;
 }
 .banner33 .gjxxwdl_main ul li:nth-child(3) dl dt{
  color:#007298;
 }
 .banner33 .gjxxwdl_main ul li:nth-child(4) dl dt{
   color:#cb003d;
  }
  .banner33 .gjxxwdl_main ul li:nth-child(5) dl dt{
    color:#e07d00;
  }
  /*  鍥介檯瀛︽牎澶囪€冭绋�*/
.banner5{
  padding-bottom: 1.5rem;
  margin-top: 1.2rem;
  background: #e4f7ff;
}
.banner5 h4{
width: 16rem;
}
.banner5 .swiper-container{
   width: 100%;
}
.banner5  .kecheng_tit ul{
 display: flex;
 justify-content:space-between;
 flex-wrap:wrap;
 margin-top: 0.5rem;
}
.banner5  .kecheng_tit ul li.item{
width: 48%;
height: 1.5rem;
line-height: 1.5rem;
border:1px solid #ffa079;
background: #fff;
border-radius:0.5rem;
color:#ff4c04;
text-align: center;
margin-top: 0.5rem;
font-size: 0.6rem;
}
.banner5  .kecheng_tit ul li.cur{
  text-align: center;
  background: linear-gradient(to right, #ff4800, #f87128);
  background: -webkit-linear-gradient(to right, #ff4800, #f87128);
  background: -o-linear-gradient(to right, #ff4800, #f87128);
  background: -ms-linear-gradient(to right, #ff4800, #f87128);
  background: -moz-linear-gradient(to right, #ff4800, #f87128);
  color: #fff;
  border: 1px solid transparent;
}

.banner5  .kecheng_tit .taghot{
  position: relative;
}
.banner5  .kecheng_tit .item .hot {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -8px;
  width: 25px;
  height: 15px;
  background: url(../images/hot_icon.png) no-repeat;
  background-size: 100% 15px;
}
  .banner5 .kecheng_main{
    width: 100%;
    margin-top: 1rem;
     margin-bottom: 1rem;
 }
 .banner5 .kecheng_main div.swiper-slide {
  box-sizing: border-box;
    height: 13.35rem;
    margin-top: 0.37rem;
    border-radius: 0.75rem;
}
.banner5 .kecheng_main .navbar_jisL {
  width: 5.78rem;
  float: left;
  height: 13rem;
  background:#e5f2ff;
  border-radius:0.75rem 0 0 0.75rem;
}
.banner5 .kecheng_main .navbar_jisL ul{
     display: flex;
     justify-content: center;
     flex-wrap:wrap;
     align-items: center;
}
.banner5 .kecheng_main .navbar_jisL ul li{
  width: 100%;
   box-sizing: border-box;
   height:6.5rem;
   color:#0c5fe3;
   text-align: center;
   font-size: 0.65rem;
   padding-top: 2.1rem;
   font-weight: bold;
}
.banner5 .kecheng_main .navbar_jisL ul li.cur{
  background:#cce2ff;
}
.banner5 .kecheng_main .navbar_jisL ul li:nth-child(1){
  border:1px solid #0e6bff;
  border-radius:0.75rem 0 0 0;
}
.banner5 .kecheng_main .navbar_jisL ul li:last-child{
  border:1px solid #0e6bff;
  border-radius:0 0 0 0.75rem;
  border-top:0;
}
.banner5 .kecheng_main .navbar_jismain{
  box-sizing: border-box;
  float: left;
  width: 11.3rem;
  background:#fff;
  height: 13rem;
  border: 1px solid #0e6bff;
  border-left:0;
  border-radius: 0 0.75rem 0.75rem 0;
  padding:0.5rem;
}
.banner5 .kecheng_main .navbar_jismain span{
  display: inline-block;
   width: 3.7rem;
   height: 1.02rem;
   line-height: 1.02rem;
   box-sizing: border-box;
   padding-left:1rem;
   font-size: 0.6rem;
   color:#fff;
}
.banner5 .kecheng_main .navbar_jismain span.zsdx_bg1{
  background: url(../images/zsdx_bg01.png) no-repeat;
  background-size: 100% 1.02rem;
}
.banner5 .kecheng_main .navbar_jismain span.zsdx_bg2{
  background: url(../images/zsdx_bg02.png) no-repeat;
  background-size: 100% 1.02rem;
}
.banner5 .kecheng_main .navbar_jismain span.zsdx_bg3{
  background: url(../images/zsdx_bg03.png) no-repeat;
  background-size: 100% 1.02rem;
}
.banner5 .kecheng_main .navbar_jismain p{
  font-size: 0.6rem;
   color:#282828;
   margin-top: 0.3rem;
}
.banner5 .kecheng_main .navbar_jismain p.mb20{
  margin-bottom: 0.8rem;
}
.banner5 .kecheng_main .navbar_jisMAP ul li {
  width: 100%;
  box-sizing: border-box;
  height: 4.34rem;
  padding-top:1.5rem;
}
.banner5 .kecheng_main .navbar_jisMAP ul li:nth-child(2){
  border:1px solid #0e6bff;
  border-top:0;
}
.banner5 .kecheng_main .navbar_jisGJBB ul li {
  width: 100%;
  box-sizing: border-box;
  height: 3.25rem;
  padding-top:0.8rem;
}
.banner5 .kecheng_main .navbar_jisGJBB ul li:nth-child(2){
  border:1px solid #0e6bff;
  border-top:0;
  padding-top:1.2rem;
}
.banner5 .kecheng_main .navbar_jisGJBB ul li:nth-child(3){
  border:1px solid #0e6bff;
  border-top:0;
}
.banner5 .kecheng_main .navbar_GJXY ul li {
  padding-top: 2.5rem;
}</pre></body></html>