<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;
    overflow-x: hidden;
    padding-bottom: 80px;
  }
    .clearfix{
        clear:both;
 }
 .pullL{
    float: left;
 }
 .pullR{
    float:right;
 }
 @keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}
@-webkit-keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}
@keyframes ballon6{
  0%{transform: translateX(-3px);}
  50%{transform: translateX(0);}
  100%{transform: translateX(-3px);}
}
@keyframes ballon7{
  0%{transform: translateY(-3px);}
  50%{transform: translateY(0);}
  100%{transform: translateY(-3px);}
}
@keyframes jittery {
    5%, 50% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.9);
    }
    15% {
        transform: scale(1.15);
    }
    20% {
        transform: scale(1.15) rotate(-5deg);
    }
    25% {
        transform: scale(1.15) rotate(5deg);
    }
    30% {
        transform: scale(1.15) rotate(-3deg);
    }
    35% {
        transform: scale(1.15) rotate(2deg);
    }
    40% {
        transform: scale(1.15) rotate(0);
    }
}
 /* 氓鈥βモ€β泵β犫€∶┞⑺� */
 .pubTit{
    width: 100%;
    padding:0 0.75rem;
    box-sizing: border-box;
}
.pubTit h3{
    color: #000000;
    font-size:0.7rem;
    font-weight: bold;
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pubTit .tit_h3:before{
    content:'';
    display:inline-block;
    width:1.38rem;
    height: 0.57rem;
    margin-right: 0.2rem;
    background: url(../images/tit_icon01.png) 0 0 no-repeat;
    background-size: 100% 0.57rem;
}
.pubTit .tit_h3:after{
    content:'';
    display:inline-block;
    width: 1.38rem;
    height: 0.57rem;
    margin-left: 0.2rem;
    background: url(../images/tit_icon01.png) 0 0 no-repeat;
    background-size: 100% 0.57rem;
}
.pubTit .tit_h3 span{
    color: #00b7c4;
    display: inline-block;
    margin:0 0.2rem;
}
.pubTit .tit_h4 {
    color: #303030;
    font-size:0.55rem;
    text-align: center;
    font-weight: normal;
    margin: 0.25rem auto 0.5rem auto;
}

/* banner */
.ban1_bg {
    height:13rem;
    background: url(../images/banner.jpg) top center no-repeat;
    background-size:100% 13rem;
    box-sizing: border-box;
    padding-top:6rem;
}
.ban1_bg ul{
    height: 1rem;
    margin:0 auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.ban1_bg ul.ul01{
    width: 13.3rem;
}
.ban1_bg ul.ul02{
    width: 16rem;
    padding:1rem 0 1.2rem;
}
.ban1_bg ul li{
    width:3.75rem;
    height: 1.2rem;
    margin:1rem 0;
    text-align: center;
    line-height:1.2rem;
    background: url(../images/ban1-tagbg.png) top center no-repeat;
    background-size: 100% 1.2rem;
    font-size: 0.55rem;
    color: #efefef;
}
.ban1_bg ul li:nth-child(1){
    width:3.92rem;
}
.ban1_bg ul li:nth-child(2){
    width:3.92rem;
}
.ban1_bg ul li:nth-child(3){
    width:3.92rem;
}
.ban1_bg a {
    display: block;
    width: 7.2rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    font-size: 0.72rem;
    color: #8d2e0d;
    font-weight: bold;
    background: linear-gradient(to right, #ffe170,#fed75f, #fcbd36);
    background: -webkit-linear-gradient(to right, #ffe170,#fed75f, #fcbd36);
    background: -o-linear-gradient(to right, #ffe170,#fed75f, #fcbd36);
    background: -ms-linear-gradient(to right, #ffe170,#fed75f, #fcbd36);
    background: -moz-linear-gradient(to right, #ffe170,#fed75f, #fcbd36);
    border-radius: 0.75rem;
    margin: 0 auto;
    box-shadow: 0 0 0.5rem rgba(0,0,0,.5);
    animation: jittery 3s infinite;
    -webkit-animation: jittery 3s infinite;
}
/* 澶囪€冮渶鍔犻€� */
.content2_bg{
    box-sizing: border-box;
    background:#eaffff;
    padding: 1.5rem .75rem;
}
.content2_bg .ban2mainList ul{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
}
.content2_bg .ban2mainList ul li{
    width: 8.38rem;
    height:12rem;
    box-sizing: border-box;
    padding-top: 0.93rem;
    margin-bottom: 0.5rem;
    text-align: center;
    position: relative;
    background: url(../images/ban2_listbg.png) top center no-repeat;
    background-size: 100% 12rem;
}
.content2_bg .ban2mainList ul li:nth-child(3){
    margin-bottom: 0;
}
.content2_bg .ban2mainList ul li:nth-child(4){
    margin-bottom: 0;
}
.content2_bg .ban2mainList ul li .tag{
    position: absolute;
    right:0.5rem;
    top: 1rem;
    color:#dddddd;
    font-size:1.2rem;
    font-weight: bold;
    text-align: center;
}
.content2_bg .ban2mainList ul li h5{
    width: 5.42rem;
    height: 1.35rem;
    line-height: 1.35rem;
    background: url(../images/ban2_textbg01.png) top center no-repeat;
    color:#fff;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: left;
    box-sizing: border-box;
    position:relative;
    z-index:1;
}
.content2_bg .ban2mainList ul li h5.textbg01{
    width: 5.42rem;
    padding-left:0.36rem;
    background: url(../images/ban2_textbg01.png) top center no-repeat;
    background-size:100% 1.35rem;
}
.content2_bg .ban2mainList ul li h5.textbg02{
    width: 6rem;
    padding-left: 0.36rem;
    background: url(../images/ban2_textbg02.png) top center no-repeat;
    background-size:100% 1.35rem;
}
.content2_bg .ban2mainList ul li h5.textbg03{
    width: 5.42rem;
    padding-left:0.36rem;
    background: url(../images/ban2_textbg01.png) top center no-repeat;
    background-size:100% 1.35rem;
}
.content2_bg .ban2mainList ul li h5.textbg04{
    width: 6.42rem;
    padding-left:0.13rem;
    background: url(../images/ban2_textbg03.png) top center no-repeat;
    background-size:100% 1.35rem;
}
.content2_bg .ban2mainList ul li p{
    text-align: left;
    color:#535353;
    width: 6.4rem;
    text-align: justify;
    font-size: 0.6rem;
    padding-left: 1rem;
    margin-top:0.3rem;
    position: relative;
    line-height: 0.92rem;
}
.content2_bg .ban2mainList ul li p:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0.42rem;
    height:0.42rem;
    left:0.33rem;
    top:0.25rem;
    background: url(../images/ban2_icon.png) 0 0 no-repeat;
    background-size:100% 0.42rem;
}
.content2_bg .ban2mainList ul li a{
    display: block;
    width:4.38rem;
    height: 1.15rem;
    line-height: 1.15rem;
    text-align: center;
    font-size: 0.6rem;
    color: #ff793d;
    border:1px solid #ff793d;
    font-weight: bold;
    border-radius: 0.75rem;
    position: absolute;
    bottom:0.65rem;
    left: 50%;
    margin-left: -2.19rem;
    animation: scale2 2s linear infinite;
}
/* 氓鈥βモ€β泵ε掆€懊┾€櫬� */
.pubTit .underStand{
    width:12rem;
    height: 1.6rem;
    margin:0 auto;
    margin-top: 1rem;
    background:linear-gradient(to right, #ff793d, #ffbb5d);
    background:-webkit-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-o-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-ms-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-moz-linear-gradient(to right, #ff793d, #ffbb5d);
    border-radius:0.8rem;
    box-shadow: 0 0 0.5rem rgba(0,0,0,.3);
    animation: ballon7 1s linear infinite;
}
.pubTit .underStand a{
    display:inline-block;
    width: 6.4rem;
    height:1.6rem;
    text-align: center;
    line-height:1.6rem;
    font-size:0.66rem;
    color:#fff;
    font-weight: bold;
}
.pubTit .underStand .text_tel{
    display:inline-block;
    width:5.34rem;
    height: 1.34rem;
    text-align: center;
    line-height: 1.34rem;
    font-size: 0.6rem;
    border-radius:1rem;
    box-sizing:border-box;
    background: #ffffff;
    color:#ff793d;
    margin-top: 0.13rem;
    margin-right: 0.13rem;
    font-size: 0.6rem;
    font-weight: bold;
}
/* 氓陇鈥∶λ喫溍ε♀€樏ε撆该┾€衡€犆� */
 .content3_bg {
    height: 15rem;
    padding-top: 1rem;
    background: url(../images/ban3_bg.jpg) bottom center no-repeat;
    box-sizing: border-box;
    background-size: 100% 15rem;
}
.content3_bg ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-top:10px;
}
.content3_bg ul li{
    width: 6.25rem;
    height:6.88rem;
    box-sizing: border-box;
    padding-top: 4.2rem;
    text-align: center;
    position: relative;
    background: url(../images/shihe_pic01.png) top center no-repeat;
    background-size: 100% 6.88rem;
    border-radius:0.2rem;
}
.content3_bg ul li p{
    font-size:0.5rem;
    color:#303030;
    line-height:1rem;
}
.content3_bg ul li:nth-child(2){
    background: url(../images/shihe_pic02.png) top center no-repeat;
    background-size: 100% 6.88rem;
}
.content3_bg ul li:nth-child(3){
    background: url(../images/shihe_pic03.png) top center no-repeat;
    background-size: 100% 6.88rem;
}
/* 氓陇拧氓鈥ζ捗ヅ掆€撁徛ヅ锯€姑⑩偓艙莽禄鈥灻ヂ愃喢ヂ嶁€∶郝⑩偓聺 */
.content4_bg {
    box-sizing: border-box;
    background: #eaffff;
    padding: 1.5rem 0;
}
.content4_bg .con3_table{
    margin: 1.8rem 0 1.5rem;
}
.content4_bg .con3_table .con3_taR{
    width: 92%;
    margin: 0 auto;
    /* float: right; */
    /* margin-bottom: 30px;*/
}
.content4_bg .con3_table .con3_taR table{
    width: 100%;
    margin-top: -1.2rem;
    box-shadow: 0 .25rem .25rem rgba(0,0,0,.1);
}
.content4_bg .con3_table .con3_taR tr{
    background: linear-gradient(to right, #01e7c5, #4faae2);
    background: -webkit-linear-gradient(to right, #01e7c5, #4faae2);
    background: -o-linear-gradient(to right, #01e7c5, #4faae2);
    background: -ms-linear-gradient(to right, #01e7c5, #4faae2);
    background: -moz-linear-gradient(to right, #01e7c5, #4faae2);
}
.content4_bg .con3_table .con3_taR tr th{
    font-size:.65rem;
    color:#fff;
    font-weight: normal;
    height: 2rem;
    text-align: center;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
}
.content4_bg .con3_table .con3_taR tr th:nth-child(1){
    width: 36%;
    border-radius:10px 0 0;
 
}
.content4_bg .con3_table .con3_taR tr th:nth-child(2){
    width: 18%;
}
.content4_bg .con3_table .con3_taR tr th:nth-child(3){
    width: 18%;
}
.content4_bg .con3_table .con3_taR tr th:last-child{
    border-radius:0 .25rem 0 0;
}
.content4_bg .con3_table .con3_taR tr.firstTr{
    height: 1.5rem;
    background:#fff;
}
.content4_bg .con3_table .con3_taR tr.firstTr td{
  text-align: center;
  vertical-align: middle;
  font-size:.6rem;
  color:#303030;
  border-bottom:0 dashed #999999;
  line-height: 2.5rem;
  box-sizing: border-box;
  background:#fff;
  border:1px solid #01e6c5;
}
.content4_bg .con3_table .con3_taR tr.firstTr td.banGreen{
    background:#e6fdfa;
}
.content4_bg .con3_table .con3_taR tr.firstTr td.banGreen2{
    background:#e6fdfa;
}
.content4_bg .con3_table .con3_taR tr.firstTr td.banBlue{
    background:#eff8fd;
}

.content4_bg .con3_table .con3_taR tr.secondTr td.borno{
    border:none;
}
.content4_bg .con3_table .con3_taR tr.firstTr td.ptl20{
    padding: 0 2rem;
    box-sizing: border-box;
    font-size:.72rem;
    color:#01e6c5;
    border-left:2px solid #01e6c5;
    border-bottom:2px solid #01e6c5;
    font-weight: bold;
}

.content4_bg .con3_table .con3_taR tr.firstTr:nth-child(2){
    border-top:2px solid #01e6c5;
}
.content4_bg .con3_table .con3_taR tr.firstTr:nth-child(5){
    border-bottom:2px solid #01e6c5;
}
.content4_bg .con3_table .con3_taR tr td a{
    display: block;
    width: 2.8rem;
    height: 1rem;
    margin: 0 auto;
    line-height: 1rem;
    text-align: center;
    border-radius: 1rem;
    border: 1px solid #ff793d;
    color: #ff793d;
    background: #fff;
    font-size: .6rem;
    animation: ballon6 1s linear infinite;
}
.content4_bg .con3_table .con3_taR tr td a:hover{
    border:1px solid transparent;
    background: linear-gradient(to right, #ff793d, #ffbb5d);
    background: -webkit-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -o-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -ms-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -moz-linear-gradient(to right, #ff793d, #ffbb5d);
    color:#fff;
}
/* 棰勭害 */
.content3d_bg{
    width:17.82rem;
    height: 13.5rem;
    margin:0 auto;
    background: url(../images/ban43d_bg.png) bottom center no-repeat;
    background-size: 100% 13.5rem;
    box-sizing: border-box;
    padding-top: 1rem;
}
.new-form {
  margin-top: 1rem;
}

.new-form h6 {
  font-size: .8rem;
  color: #fff;
  text-align: center;
  line-height: .85rem;
  position: relative;
}

.new-form h6::before {
  position: absolute;
  content: '';
  width: .55rem;
  height: .75rem;
  background: url(../images/yy_title.png) no-repeat;
  background-size: 100% 100%;
  left: 5rem;
}

.new-form h6::after {
  position: absolute;
  content: '';
  width: .55rem;
  height: .75rem;
  background: url(../images/yy_title.png) no-repeat;
  background-size: 100% 100%;
  right: 5rem;
}

.new-form input {
  width: 13.9rem;
  height: 1.8rem;
  display: flex;
  margin: .8rem auto 0;
  border: 1px solid #fff;
  border-radius: .15rem;
  background: none;
  font-size: .66rem;
  text-indent: 1.1rem;
  color: #fff;
}

.new-form .form_name {
  background: url(../images/yy_icon1.png) 0.4rem center no-repeat;
  background-size: .45rem .55rem;
}

.new-form .form_phoneNo {
  background: url(../images/yy_icon2.png) 0.4rem center no-repeat;
  background-size: .45rem .55rem;
}

.new-form .submit {
  width: 13.9rem;
  height: 1.88rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .8rem auto 0;
  border: 1px solid #fff;
  border-radius: .15rem;
  background-color: #fff;
  color: #f3604f;
  font-size: .72rem;
}

::-webkit-input-placeholder {
  color: #fff;
}
/* 忙鈥撀懊ㄋ喡┞佲€溍♀€灻ぢ妓溍绰ヂ杆喢碘€� */
.content5_bg{
    padding:1rem .75rem 1.5rem .75rem;
    background: url(../images/ban5_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    background-size: 100% 26.85rem;
    background-position: 0 19rem;
}
.content5_bg ul{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.25rem;
}
.content5_bg ul li {
    width: 8rem;
    box-sizing: border-box;
    text-align: center;
    margin-top: 0.8rem;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border-radius:0.5rem;
}
.content5_bg ul li .divimg{
    width:8rem;
    height:7.58rem;
    overflow: hidden;
}
.content5_bg ul li:hover dl dt{
    color: #ff793d;
    border-right: 1px solid #ff793d;
}
.content5_bg ul li img{
    width: 8rem;
    height:7.58rem;
    transition: all .3s;
}
.content5_bg ul li .divimg:hover img{
    transform: scale(1.1);
}
.content5_bg ul li dl dt{
    position: absolute;
    top: 0.5rem;
    left: 0.38rem;
    width: 0.8rem;
    height: 1.77rem;
    line-height: 0.6rem;
    color: #00b7c4;
    font-size: 0.55rem;
    font-weight: bold;
    border-right: 1px solid #00b7c4;
}
.content5_bg ul li dl dd{
    position: absolute;
    top: 0.42rem;
    left: 1.15rem;
    width: 0.93rem;
    height: 1.77rem;
    line-height: 0.6rem;
    color: #303030;
    font-size: 0.5rem;
}
.content5_bg ul li a.btn_sz{
    display: block;
    width: 7.96rem;
    height:1.57rem;
    margin: 0 auto;
    line-height: 1.57rem;
    text-align: center;
    border-radius:0 0 0.5rem 0.5rem;
    color: #fff;
    background: linear-gradient(to right, #04e4c7, #49aee0);
    background: -webkit-linear-gradient(to right, #04e4c7, #49aee0);
    background: -o-linear-gradient(to right, #04e4c7, #49aee0);
    background: -ms-linear-gradient(to right, #04e4c7, #49aee0);
    background: -moz-linear-gradient(to right, #04e4c7, #49aee0);
    font-size: 0.75rem;

}
/* 氓鈥βモ€β泵ε掆€懊┾€櫬� */
.pubTit .underStand2{
    width:13rem;
    height: 1.5rem;
    margin:0 auto;
    margin-top: 1rem;
}
.pubTit .underStand2 a.text{
    display:inline-block;
    width: 6rem;
    height:1.5rem;
    text-align: center;
    line-height:1.5rem;
    font-size:0.65rem;
    color:#fff;
    font-weight: bold;
    background:linear-gradient(to right, #ff793d, #ffbb5d);
    background:-webkit-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-o-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-ms-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-moz-linear-gradient(to right, #ff793d, #ffbb5d);
    border-radius:2rem;
    box-shadow: 0 0 0.5rem rgba(0,0,0,.3);
    animation: ballon7 1s linear infinite;
}
.pubTit .underStand2 .text_tel2{
    display:inline-block;
    width: 6rem;
    height:1.5rem;
    line-height: 1.5rem;
    text-align: center;
    font-size:0.65rem;
    font-weight: bold;
    border-radius:2rem;
    box-sizing:border-box;
    border:1px solid #ff793d;
    box-shadow: 0 0 0.5rem rgba(0,0,0,.3);
    animation: ballon7 1s linear infinite;
    color:#ff793d;
    background: #fff;
}
/* 茅鈥β嵜ヂモ€斆ヂ捗モ€撯€灻♀€灻ε撀嵜ヅ犅∶ぢ解€溍陈� */
.content6_bg{
    height: 19.13rem;
    background: url(../images/ban6_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    background-size: 100% 19.13rem;
    padding-top:0.5rem;
}
.content6_bg img{
   display:block;
   width: 6.1rem;
   height: 7.67rem;
   margin:0.75rem auto;
}
.content6_bg ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.36rem;
}
.content6_bg ul li{
    width:30%;
    height: 1.5rem;
    font-size: 0.5rem;
    color:#303030;
}
.content6_bg ul li span{
    display: inline-block;
    width:0.57rem;
    height:0.57rem;
    line-height: 0.57rem;
    text-align:left;
    background: url(../images/numb_bg.png) 0 0 no-repeat;
    background-size: 100% 0.57rem;
    color:#fff;
    font-size: 0.5rem;
    font-weight: bold;
    margin-right: 0.13rem;
    padding-left: 0.2rem;
}
.content6_bg ul li span.pl5{
    padding-left: 0px;
}
.content6_bg ul li span.hidden{
   visibility: hidden;
   margin-right:0.3rem;
}
.content6_bg ul li span.hidden2{
    visibility: hidden;
    margin-right:0rem;
 }
 /* 24H */
.content7_bg{
    box-sizing: border-box;
    padding: 1.5rem .75rem;
}

.content7_bg img{
    display: block;
    width: 10.88rem;
    height:8.85rem;
    margin:1.6rem auto 1.5rem auto;
}
.content7_bg .wrapper{
    position: relative;
}
.content7_bg .timeMan{
    width: 4.95rem;
    height: 2.25rem;
    position: absolute;
}
.content7_bg .timeMan dl dt{
    font-size: 0.5rem;
    color:#303030
}
.content7_bg .timeMan dl dd{
    font-size: 0.5rem;
    color:#303030;
    font-weight: bold;
}
/* 宸� */
.content7_bg .timeMan01{
    top: 2rem;
    left: 1.7rem;
}
.content7_bg .timeMan02{
    top: 4rem;
    left: 0;
}
.content7_bg .timeMan03{
    top: 6rem;
    left: 0rem;
}
.content7_bg .timeMan04{
    top: 8rem;
    left: 0.5rem;
}
.content7_bg .timeMan05{
    top: 10.5rem;
    left: 2.5rem;
} 
/* 鍙� */
.content7_bg .timeMan06{
    top: 2rem;
    right: -0.7rem;
}
.content7_bg .timeMan07{
    top: 4rem;
    right: -1.2rem;
}
.content7_bg .timeMan08{
    top:6rem;
    right: -1.8rem;
}
.content7_bg .timeMan09{
    top: 8rem;
    right: -2.2rem;
}
.content7_bg .timeMan10{
    top: 10rem;
    right: -0.7rem;
}
.content7_bg a.ljxq_btn{
    position: absolute;
    left: 50%;
    margin-left: -2rem;
    top: 7.7rem;
    display: inline-block;
    width:4rem;
    height: 1.15rem;
    text-align: center;
    line-height: 1.15rem;
    font-size: 0.55rem;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(to right, #ff793d, #ffbb5d);
    background: -webkit-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -o-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -ms-linear-gradient(to right, #ff793d, #ffbb5d);
    background: -moz-linear-gradient(to right, #ff793d, #ffbb5d);
    border-radius: 2rem;
    box-shadow: 0 0 0.5rem rgba(0,0,0,.3);
    animation: jittery 3s infinite;
    -webkit-animation: jittery 3s infinite;
} 
/* 45澶┞� */
.content8_bg{
    box-sizing: border-box;
    background: #e1ffff;
    padding: 1.5rem .75rem 3.5rem .75rem;
}
.content8_bg .ruyingQian{
    width: 17.27rem;
    height: 10.63rem;
    background: url(../images/ryq_bg.png) top center no-repeat;
    background-size: 100% 10.63rem;
    padding-top: 0.35rem;
    text-align: center;
    box-sizing: border-box;
    color:#fff;
}
.content8_bg .ruyingHou{
    width:17.27rem;
    height:10.63rem;
    background: url(../images/ryh_bg.png) top center no-repeat;
    background-size: 100% 10.63rem;
    padding-top: 0.45rem;
    text-align: center;
    box-sizing: border-box;
    color:#fff;
}
.content8_bg .ul_ruying ul{
    margin-top: 0.5rem;
}
.content8_bg .ul_ruying h5{
    width: 3rem;
    font-size: 1rem;
    color: #fff;
    margin-left: 6.5rem;
}
.content8_bg .ruyingHou h5{
    margin-left: 6.2rem;
}
.content8_bg .ul_ruying li{
    margin-bottom: 0.3rem;
}
.content8_bg .ul_ruying dl{
    font-weight: bold;
}
.content8_bg .ul_ruying dl dt{
    font-size: 0.55rem;
    color: #fff;
    position: relative;
}
.content8_bg .ruyingHou dl dt:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0.85rem;
    height: 0.85rem;
    left: 5.2rem;
    top:0;
    background: url(../images/ban8_icon.png) 0 0 no-repeat;
    background-size: 100% 0.85rem;
}
.content8_bg .ul_ruying dl dd{
    font-size: 0.5rem;
    color: #fff;
}
 /* 氓鈥βモ€β泵ε掆€懊┾€櫬� */
 .pubTit .underStand3{
    width:14rem;
    height: 1.5rem;
    margin:0 auto;
    margin-top: 2.8rem;
}
.pubTit .underStand3 a.text{
    display:inline-block;
    width: 6.5rem;
    height:1.5rem;
    text-align: center;
    line-height:1.5rem;
    font-size:0.65rem;
    color:#fff;
    font-weight: bold;
    background:linear-gradient(to right, #ff793d, #ffbb5d);
    background:-webkit-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-o-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-ms-linear-gradient(to right, #ff793d, #ffbb5d);
    background:-moz-linear-gradient(to right, #ff793d, #ffbb5d);
    border-radius:2rem;
    box-shadow: 0 0 0.5rem rgba(0,0,0,.3);
    animation: ballon7 1s linear infinite;
}
.pubTit .underStand3 a.text:hover{
    background:linear-gradient(to right, #ffbb5d, #ff793d);
    background:-webkit-linear-gradient(to right, #ffbb5d, #ff793d);
    background:-o-linear-gradient(to right, #ffbb5d, #ff793d);
    background:-ms-linear-gradient(to right, #ffbb5d, #ff793d);
    background:-moz-linear-gradient(to right, #ffbb5d, #ff793d);
}
.pubTit .underStand3 a.text_tel{
    display:inline-block;
    width: 6.5rem;
    height:1.5rem;
    line-height: 1.5rem;
    text-align: center;
    font-size:0.65rem;
    color:#fff;
    font-weight: bold;
    border-radius:2rem;
    box-sizing:border-box;
    background:linear-gradient(to right, #02e6c6, #4faae2);
    background:-webkit-linear-gradient(to right, #02e6c6, #4faae2);
    background:-o-linear-gradient(to right, #02e6c6, #4faae2);
    background:-ms-linear-gradient(to right, #02e6c6, #4faae2);
    background:-moz-linear-gradient(to right, #02e6c6,#4faae2);
    box-shadow: 0 0 0.5rem rgba(0,0,0,.3);
    animation: ballon7 1s linear infinite;
}
.pubTit .underStand3 a.text_tel:hover{
    background:linear-gradient(to right, #4faae2, #02e6c6);
    background:-webkit-linear-gradient(to right, #4faae2, #02e6c6);
    background:-o-linear-gradient(to right, #4faae2, #02e6c6);
    background:-ms-linear-gradient(to right, #4faae2, #02e6c6);
    background:-moz-linear-gradient(to right, #4faae2,#02e6c6);
}
/* 猫鈧捗犫€澝┾€衡€犆惵ッヅ嘎好ヅ撀� */
.content9_bg{
    height:33rem;
    background: url(../images/ban9_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    background-size: 100% 33rem;
    padding-top: 0.7rem;
}
.content9_bg .tit_h3{
    color:#fff;
}
.content9_bg .tit_h3:before{
    background: url(../images/tit_icon02.png) 0 0 no-repeat;
    background-size: 100% 0.57rem;
}
.content9_bg .tit_h3:after{
    background: url(../images/tit_icon02.png) 0 0 no-repeat;
    background-size: 100% 0.57rem;
}
.content9_bg ul{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.content9_bg ul li{
    width: 8.1rem;
    height: 6.5rem;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 0.75rem;
}
.content9_bg ul li img{
    width: 8.1rem;
    height: 5.58rem;
}
.content9_bg ul li p{
    width: 100%;
    height: 1.13rem;
    line-height: 1.13rem;
    font-size:0.65rem;
    color:#fff;
    font-weight: bold;
    text-shadow: 0 5px 10px rgba(0,0,0,.5) ;
}



</pre></body></html>