/*reset*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  
  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;
    display: block;
  }
  
  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;
  }
  
  .ban {
    width: 100%;
    height: 18.25rem;
    background: url(./img/ban.jpg) no-repeat;
    background-size: 100% 100%;
  }
  
  .title_ossd h6 {
    font-size: .95rem;
    color: #333;
    text-align: center;
    line-height: 1rem;
    font-weight: normal;
    position: relative;
  }
  
  .title_ossd h6::before {
    position: absolute;
    content: '';
    width: 1rem;
    height: .5rem;
    background: url(./img/title_left.png) no-repeat;
    background-size: 100% 100%;
    top: .25rem;
    left: 5.8rem;
  }
  
  .title_ossd h6::after {
    position: absolute;
    content: '';
    width: 1rem;
    height: .5rem;
    background: url(./img/title_right.png) no-repeat;
    background-size: 100% 100%;
    top: .25rem;
    right: 5.8rem;
  }
  
  .jianjie {
    margin-top: 1.2rem;
    padding-bottom: 1.5rem;
  }
  
  .jianjie img {
    width: 7rem;
    height: 7rem;
    margin: 1.25rem auto;
  }
  
  .jianjie p {
    font-size: .7rem;
    color: #333;
    line-height: 1.2rem;
    padding: 0 .7rem;
    text-indent: 1.35rem;
    margin-top: .25rem;
  }
  
  .jianjie table {
    width: 94%;
    margin: 1.5rem auto 0;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  
  .jianjie table tr td {
    width: 20%;
    line-height: 1.7rem;
    font-size: .6rem;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
  }
  
  .jianjie table tr td:first-child {
    color: #ee3314;
  }
  
  .jianjie table tr td:last-child {
    border-right: 0;
  }
  
  .jianjie table tr:first-child {
    background: linear-gradient(to right, #f6472a, #f87128);
  }
  
  .jianjie table tr:first-child td {
    color: #fff;
    border-bottom: 0;
    border-right-color: #fff;
  }
  
  .jianjie table tr:first-child td:first-child {
    border-radius: .5rem 0 0 0;
  }
  
  .jianjie table tr:first-child td:last-child {
    border-radius: 0 .5rem 0 0;
  }
  
  .jianjie table tr:last-child td {
    border-bottom: 0;
  }
  
  .youshi {
    padding: 1.2rem 0 2rem 0;
    height: auto;
    background: url(./img/ys_bg.jpg) bottom right no-repeat rgba(246, 71, 42, 0.1);
    background-size: 100% 14.85rem;
  }
  
  .youshi dl {
    width: 94%;
    margin: 1rem auto 0;
    display: flex;
    justify-content: space-between;
  }
  
  .youshi dl dt {
    width: 1.55rem;
    height: 1.5rem;
  }
  
  .youshi dl dt img {
    width: 1.55rem;
    height: 1.5rem;
  }
  
  .youshi dl dd {
    width: 13.75rem;
    height: 5.25rem;
    position: relative;
    border-radius: 10px;
    border: 1px solid #ee3314;
    background: url(./img/ys_bg1.jpg) right bottom no-repeat #fff;
    background-size: 7.1rem 1.75rem;
    box-shadow: 3px 3px 3px 2px rgba(233, 72, 53, 0.15);
  }
  
  .youshi dl dd span {
    font-size: .7rem;
    color: #ee3314;
    padding: 0 .5rem;
    display: block;
    margin-top: .5rem;
  }
  
  .youshi dl dd p {
    padding: 0 .5rem;
    font-size: .6rem;
    color: #555;
    line-height: 1rem;
    margin-top: .15rem;
  }
  
  .youshi dl dd::before {
    position: absolute;
    content: '';
    width: .9rem;
    height: .9rem;
    background: url(./img/ys_bg2.png) no-repeat;
    background-size: 100% 100%;
    top: .4rem;
    left: -1.65rem;
    z-index: 2;
  }
  
  .youshi dl dd::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 150%;
    border-left: 1px dashed #ee3314;
    top: 1.1rem;
    left: -1.25rem;
  }
  
  .youshi dl:nth-child(3) dd {
    height: 4.25rem;
  }
  
  .youshi dl:nth-child(4) dd {
    height: 4.25rem;
  }
  
  .youshi dl:nth-child(6) dd {
    height: 6.1rem;
  }
  
  .youshi dl:last-child dd {
    height: 4.3rem;
  }
  
  .youshi dl:last-child dd::after {
    border-left: 0;
  }
  
  .youshi_dx {
    margin-top: 1.2rem;
    padding-bottom: 1.15rem;
  }
  
  .youshi_dx .title_ossd h6::before {
    left: 2.95rem;
  }
  
  .youshi_dx .title_ossd h6::after {
    right: 2.95rem;
  }
  
  .youshi_dx .dxys_list {
    width: 94%;
    height: 5.25rem;
    margin: 1.4rem auto 0;
    border-radius: .25rem;
    position: relative;
    background-color: #fff;
    border: 1px solid #ee3314;
    box-shadow: 3px 3px 2px 2px rgba(233, 72, 53, 0.15);
  }
  
  .youshi_dx .dxys_list img {
    width: 3.7rem;
    height: 4.5rem;
    position: absolute;
    top: -0.45rem;
    left: -1px;
  }
  
  .youshi_dx .dxys_list span {
    font-size: .7rem;
    color: #ee3314;
    line-height: .75rem;
    padding-left: 4.3rem;
    margin-top: .75rem;
    display: block;
  }
  
  .youshi_dx .dxys_list p {
    font-size: .6rem;
    color: #555;
    line-height: 1rem;
    padding: .2rem .6rem 0 4.3rem;
  }
  
  .youshi_dx .dxys_list:nth-child(4) {
    height: 4.75rem;
  }
  
  .youshi_dx .dxys_list:nth-child(5) {
    height: 4.75rem;
  }
  
  .luqu {
    width: 100%;
    height: 23.95rem;
    padding-top: 1.2rem;
    background: url(./img/db_bg.jpg) no-repeat;
    background-size: 100% 25.85rem;
  }
  
  .luqu .title_ossd h6::before {
    left: 1.6rem;
  }
  
  .luqu .title_ossd h6::after {
    right: 1.6rem;
  }
  
  .luqu .luqu_db {
    width: 94%;
    height: 2.25rem;
    margin: 1rem auto 0;
    border-radius: .25rem;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to right, #f6472a, #f87128);
    box-shadow: 3px 3px 2px 0 rgba(250, 115, 63, 0.39);
  }
  
  .luqu .luqu_db li {
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: .7rem;
  }
  
  .luqu .luqu_db li:first-child {
    width: 18%;
  }
  
  .luqu .luqu_db li:nth-child(2) {
    width: 18%;
  }
  
  .luqu table {
    width: 94%;
    height: 16.85rem;
    overflow-y: auto;
    margin: .9rem auto 0;
    background-color: #ffe2d3;
    border-radius: .25rem;
    border: 1px solid #ec4a30;
    display: block;
  }
  
  .luqu table tr td {
    text-align: center;
    line-height: 1.45rem;
    align-items: center;
    vertical-align: middle;
  }
  
  .luqu table tr td:nth-child(1) {
    width: 10%;
  }
  
  .luqu table tr td:nth-child(2) {
    width: 32%;
  }
  
  .luqu table tr td:nth-child(3) {
    width: 32%;
  }
  
  .luqu table tr td:nth-child(4) {
    width: 18%;
  }
  
  .luqu table tr:nth-child(even) {
    background-color: #fff2ec;
  }
  
  .btn_ossd {
    width: 14rem;
    height: 2rem;
    display: block;
    margin: 1rem auto 0;
    border-radius: 2rem;
    font-size: .85rem;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #ee4923, #fb7642);
    box-shadow: 0 3px 0 2px rgba(250, 115, 63, 0.15);
  }
  
  .youshi_kc {
    margin-top: 1.2rem;
    padding-bottom: 1.95rem;
  }
  
  .youshi_kc .title_ossd h6::before {
    left: 4.6rem;
  }
  
  .youshi_kc .title_ossd h6::after {
    right: 4.6rem;
  }
  
  .youshi_kc .table_kc {
    width: 94%;
    margin: 1rem auto 0;
    border-radius: .5rem;
    border: 1px solid #999;
    border-radius: .5rem;
  }
  
  .youshi_kc table tr td {
    width: 20.5%;
    font-size: .5rem;
    color: #333;
    padding: 1%;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    line-height: .85rem;
  }
  
  .youshi_kc table tr td:first-child {
    width: 17%;
    vertical-align: middle;
    color: #ee3314;
    font-size: .6rem;
    text-align: center;
    padding: 0;
  }
  
  .youshi_kc table tr td:last-child {
    border-right: 0;
  }
  
  .youshi_kc table tr:first-child td {
    font-size: .7rem;
    text-align: center;
    color: #1975d5;
    line-height: 1.75rem;
  }
  
  .youshi_kc table tr:first-child td:nth-child(4) {
    color: #ee3314;
  }
  
  .youshi_kc table tr:last-child td {
    border-bottom: 0;
  }
  
  .youshi_jx {
    height: auto;
    padding: 1.4rem 0 64px 0;
    background: url(./img/jxys_bg.jpg) bottom right no-repeat rgba(246, 71, 42, 0.1);
    background-size: 100% 15.4rem;
  }
  
  .youshi_jx .title_ossd h6::before {
    left: 3.4rem;
  }
  
  .youshi_jx .title_ossd h6::after {
    right: 3.4rem;
  }
  
  .youshi_jx .zhidao_jxys {
    width: 12rem;
    height: 2.05rem;
    padding-left: .9rem;
    margin: 1.25rem auto 0;
    background: url(./img/jxys_bg1.png) no-repeat;
    background-size: 12.9rem 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: .65rem;
    color: #396dd5;
  }
  
  .youshi_jx .you_jxys {
    width: 5.05rem;
    height: 1.5rem;
    margin-top: 1.5rem;
    background: url(./img/jxys_bg2.png) no-repeat;
    background-size: 5.95rem 100%;
  }
  
  .youshi_jx ul {
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
  }
  
  .youshi_jx ul li {
    width: 7.1rem;
    height: 9.9rem;
    padding: 0 .6rem;
    margin-top: 1.05rem;
    background: url(./img/jxys_bg3.png) no-repeat;
    background-size: 100% 100%;
  }
  
  .youshi_jx ul li h6 {
    font-size: .65rem;
    color: #f75a29;
    font-weight: normal;
    font-size: .6rem;
    text-align: center;
    padding-top: .65rem;
    line-height: 1.1rem;
    border-bottom: 1px solid #ff8543;
  }
  
  .youshi_jx ul li img {
    width: 6.5rem;
    height: 3.85rem;
    margin: .35rem auto 0;
  }
  
  .youshi_jx ul li p {
    text-align: center;
    font-size: .55rem;
    color: #555;
    margin-top: .2rem;
  }
  
  .youshi_jx ul.yi li p {
    margin-top: .8rem;
  }
  
  .youshi_jx ul.er {
    justify-content: center;
  }
  
  .youshi_jx .jxys_img {
    height: 7.75rem;
    margin-top: 1.25rem;
  }
  
  .shizi {
    margin-top: 1.2rem;
  }
  
  .shizi .title_ossd h6::before {
    left: 1.05rem;
  }
  
  .shizi .title_ossd h6::after {
    right: 1.05rem;
  }
  
  .shizi .yx_img {
    width: 100%;
    height: 4.6rem;
    margin: 1.2rem auto 0;
  }
  
  .shizi .shizi_js {
    font-size: .6rem;
    color: #333;
    line-height: 1.05rem;
    text-indent: 1.25rem;
    padding: 0 .75rem;
    margin-top: .5rem;
  }
  
  .shizi .shizi_js b {
    font-weight: normal;
    color: #ee3314;
  }
  
  .shizi .gallery-top {
    width: 94%;
    margin: 0 auto;
    margin-top: 1rem;
  }
  
  .shizi .gallery-top .text_sz {
    width: 96%;
    height: 10.4rem;
    float: right;
    background-color: #f8f8f8;
    position: relative;
  }
  
  .shizi .gallery-top .text_sz .hzjs_bg {
    position: absolute;
    left: -0.4rem;
    width: .4rem;
    height: 1.45rem;
    top: .45rem;
  }
  
  .shizi .gallery-top .text_sz span {
    height: 1.25rem;
    padding: 0 1.7rem 0 .7rem;
    display: inline-block;
    font-size: .7rem;
    color: #fff;
    line-height: 1.25rem;
    position: absolute;
    left: -0.4rem;
    top: .65rem;
    background: linear-gradient(to right, #ee3314, #fefefe);
  }
  
  .shizi .gallery-top .text_sz dl {
    margin-top: 2.65rem;
    display: flex;
    justify-content: space-between;
  }
  
  .shizi .gallery-top .text_sz dl dt {
    width: 7rem;
    height: 4.6rem;
  }
  
  .shizi .gallery-top .text_sz dl dt img {
    width: 3.9rem;
    height: 4.6rem;
    margin: 0 auto;
  }
  
  .shizi .gallery-top .text_sz dl dt p {
    text-align: center;
    font-size: .5rem;
    color: #333;
    margin-top: .2rem;
  }
  
  .shizi .gallery-top .text_sz dl dt p b {
    font-size: .55rem;
    color: #ee3314;
    font-weight: normal;
  }
  
  .shizi .gallery-top .text_sz dl dd {
    width: 10.9rem;
  }
  
  .shizi .gallery-top .text_sz dl dd p {
    font-size: .5rem;
    color: #333;
    position: relative;
    padding-left: .5rem;
    margin-top: .3rem;
    line-height: .55rem;
  }
  
  .shizi .gallery-top .text_sz dl dd p::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #396dd5;
    left: 0;
    top: .1rem;
  }
  
  .shizi .gallery-thumbs {
    width: 94%;
    margin: 1rem auto 0;
  }
  
  .shizi .gallery-thumbs .swiper-slide {
    width: 2.75rem;
    height: 2.75rem;
    margin-left: 1rem;
    border-radius: 50%;
  }
  
  .shizi .gallery-thumbs .swiper-slide img {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
  }
  
  .shizi .gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid rgba(240, 80, 53, 0.48);
  }
  
  .kecheng_sz {
    margin-top: 1.6rem;
    padding: 1.2rem 0 1.7rem 0;
    background-color: rgba(246, 71, 42, 0.1);
  }
  
  .kecheng_sz .title_ossd {
    line-height: 1.2rem;
  }
  
  .kecheng_sz .title_ossd h6::before {
    left: 3rem;
  }
  
  .kecheng_sz .title_ossd h6::after {
    right: 3rem;
  }
  
  .kecheng_sz .shezhi_kc {
    width: 94%;
    margin: 1.25rem auto 0;
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  
  .kecheng_sz .shezhi_kc tr td {
    width: 23%;
    font-size: .45rem;
    color: #000;
    line-height: .85rem;
    padding: 2% 0 3% 2%;
    border-right: 1px solid #c1c1c1;
  }
  
  .kecheng_sz .shezhi_kc tr td:last-child {
    border-right: 0;
  }
  
  .kecheng_sz .shezhi_kc tr:first-child {
    height: 2.05rem;
    border-radius: .25rem .25rem 0 0;
    background: linear-gradient(to right, #ee4923, #fb7642);
    box-shadow: 0 -6px 0 0 rgba(250, 115, 63, 0.39);
  }
  
  .kecheng_sz .shezhi_kc tr:first-child td {
    padding: 0 2% 0 2%;
    width: 21%;
    color: #fff;
    text-align: center;
    font-size: .7rem;
    line-height: 2.05rem;
    border-right-color: #fff;
  }
  
  .kecheng_sz .shezhi_kc tr:first-child td:first-child {
    border-radius: .25rem 0 0 0;
  }
  
  .kecheng_sz .shezhi_kc tr:first-child td:last-child {
    border-radius: 0 .25rem 0 0;
  }
  
  .kecheng_sz .nengli {
    padding: .5rem .75rem 0 .75rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .kecheng_sz .nengli span {
    display: flex;
    align-items: center;
    height: 1.15rem;
    background-color: #396dd5;
    font-size: .6rem;
    color: #fff;
    border-radius: .6rem;
    padding: 0 .35rem;
    margin-bottom: .75rem;
  }
  
  .kecheng_sz .nengli span:last-child {
    background-color: #ee3314;
  }
  
  .kecheng_sz .nengli p {
    padding: 0 .3rem;
    font-size: .75rem;
    color: #000;
  }
  
  .kecheng_sz .suqiu {
    width: 17.5rem;
    height: 10rem;
    background: url(./img/sq_bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
  }
  
  .kecheng_sz .suqiu p {
    padding-left: 2.55rem;
    font-size: .6rem;
    color: #333;
    line-height: .65rem;
    margin-top: .45rem;
  }
  
  .kecheng_sz .suqiu p:first-child {
    padding-top: 1rem;
  }
  
  .shijian {
    padding-bottom: 1.35rem;
  }
  
  .shijian .kaike {
    width: 94%;
    height: auto;
    padding-bottom: .85rem;
    margin: 2rem auto 0;
    border: 1px solid #ee3314;
    border-radius: .25rem;
    background-color: #fdfcec;
    position: relative;
  }
  
  .shijian .kaike span {
    width: 5.95rem;
    height: 2.05rem;
    position: absolute;
    background: url(./img/sj_bg.png) no-repeat;
    background-size: 100% 100%;
    top: -0.75rem;
    left: 50%;
    margin-left: -2.9rem;
  }
  
  .shijian .kaike span b {
    width: 100%;
    height: 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: .85rem;
    color: #fff;
    font-weight: normal;
  }
  
  .shijian .kaike p {
    display: flex;
    font-size: .6rem;
    color: #333;
    line-height: 1rem;
    padding-left: .6rem;
    margin-top: .3rem;
  }
  
  .shijian .kaike p b {
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 50%;
    font-size: .5rem;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    margin-right: .4rem;
    background: linear-gradient(to top, #f6472a, #f87128);
  }
  
  .shijian .kaike p:nth-child(2) {
    margin-top: 1.2rem;
  }
  
  .shijian .title_ossd {
    margin-top: 1.8rem;
  }
  
  .shijian .title_ossd h6::before {
    left: 4.9rem;
  }
  
  .shijian .title_ossd h6::after {
    right: 4.9rem;
  }
  
  .shijian table {
    width: 94%;
    margin: 0.8rem auto 0;
    border-radius: .5rem;
    background-color: #fff;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.15);
  }
  
  .shijian table tr td {
    width: 33%;
    font-size: .5rem;
    line-height: .85rem;
    text-align: center;
    vertical-align: middle;
    padding: 2% 0;
    border-right: 1px solid #dfdfdf;
  }
  
  .shijian table tr td b {
    font-size: .6rem;
    font-weight: normal;
  }
  
  .shijian table tr td:last-child {
    border-right: 0;
  }
  
  .shijian table tr:nth-child(even) {
    background-color: #feece9;
  }
  
  .shijian table tr:last-child td {
    padding: 5% 0;
  }
  
  .shijian table tr:first-child {
    height: 2.25rem;
    background: linear-gradient(to right, #ee4923, #fb7642);
  }
  
  .shijian table tr:first-child td {
    padding: 0;
    height: 2.25rem;
    font-size: .65rem;
    color: #fff;
  }
  
  .shijian table tr:first-child td:first-child {
    border-radius: .5rem 0 0 0;
  }
  
  .shijian table tr:first-child td:last-child {
    border-radius: 0 .5rem 0 0;
  }
  
  .shijian .fudao_ks {
    text-align: center;
    font-size: .65rem;
    color: #000;
    line-height: 2.1rem;
    margin-top: 0.8rem;
    position: relative;
  }
  
  .shijian .fudao_ks::before {
    position: absolute;
    content: '';
    width: .65rem;
    height: .5rem;
    background: url(./img/left_ks.png) no-repeat;
    background-size: 100% 100%;
    left: .75rem;
    top: .6rem;
  }
  
  .shijian .fudao_ks::after {
    position: absolute;
    content: '';
    width: .65rem;
    height: .5rem;
    background: url(./img/right_ks.png) no-repeat;
    background-size: 100% 100%;
    right: .75rem;
    top: .6rem;
  }
  
  .shijian .hang_ks {
    width: 94%;
    height: .25rem;
    display: block;
    margin: 0 auto;
    background-color: rgba(57, 109, 213, 0.2);
  }
  
  .shijian .lianhe {
    padding: 0 .75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .shijian .lianhe li {
    width: 33.3%;
    margin-top: 0.8rem;
  }
  
  .shijian .lianhe li img {
    width: 1.8rem;
    height: 1.7rem;
    margin: 0 auto;
  }
  
  .shijian .lianhe li p {
    font-size: .55rem;
    color: #333;
    text-align: center;
    line-height: .9rem;
    margin-top: .4rem;
  }
  
  .yaoqiu {
    width: 100%;
    height: auto;
    padding-top: 1.5rem;
    background: url(./img/yq_bg.jpg) top center no-repeat;
    background-size: 100% 23.95rem;
  }
  
  .yaoqiu .title_ossd h6::before {
    left: 5.95rem;
  }
  
  .yaoqiu .title_ossd h6::after {
    right: 5.95rem;
  }
  
  .yaoqiu .list_yq {
    width: 17.25rem;
    height: 4rem;
    margin: 1rem auto 0;
    display: flex;
    justify-content: space-between;
    background: url(./img/yq_bg1.png) no-repeat;
    background-size: 100% 100%;
  }
  
  .yaoqiu .list_yq span {
    width: 3.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: .7rem;
    color: #fff;
  }
  
  .yaoqiu .list_yq p {
    width: 10.5rem;
    font-size: .55rem;
    color: #333;
    line-height: .9rem;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 1.25rem;
  }
  
  .yaoqiu .liucheng_yq {
    width: 17.25rem;
    height: 16.6rem;
    margin: 1.5rem auto 0;
    border-radius: .65rem;
    background: url(./img/yq_bg2.jpg) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 4px 2px rgba(247, 76, 42, 0.21);
  }
  
  .yaoqiu .liucheng_yq ul {
    display: flex;
  }
  
  .yaoqiu .liucheng_yq ul li {
    margin-top: 2.45rem;
  }
  
  .yaoqiu .liucheng_yq ul li span {
    text-align: center;
    font-size: .6rem;
    color: #ee3314;
    line-height: .65rem;
    display: block;
  }
  
  .yaoqiu .liucheng_yq ul li p {
    text-align: center;
    font-size: .5rem;
    color: #555;
    line-height: .55rem;
    margin-top: .25rem;
  }
  
  .yaoqiu .liucheng_yq ul li:first-child {
    width: 38%;
  }
  
  .yaoqiu .liucheng_yq ul li:nth-child(2) {
    width: 25%;
  }
  
  .yaoqiu .liucheng_yq ul li:nth-child(3) {
    width: 34%;
  }
  
  .xinlai {
    margin-top: 1.6rem;
  }
  
  .xinlai .title_ossd h6::before {
    left: 2.6rem;
  }
  
  .xinlai .title_ossd h6::after {
    right: 2.6rem;
  }
  
  .xinlai .xl_img {
    width: 11.35rem;
    height: 9.6rem;
    display: block;
    margin: 1rem auto 0;
  }
  
  .xinlai p {
    padding: 0 .75rem 0 2rem;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    font-size: .6rem;
    color: #333;
    line-height: 1rem;
    margin-top: .3rem;
    position: relative;
  }
  
  .xinlai p::before {
    position: absolute;
    content: '';
    width: .6rem;
    height: .6rem;
    background: url(./img/xl_bg.png) no-repeat;
    background-size: 100% 100%;
    left: .75rem;
    top: .2rem;
    z-index: 1;
  }
  
  .xinlai p::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    border-left: 1px dashed #f1573d;
    left: 1rem;
    top: .5rem;
  }
  
  .xinlai p:last-child::after {
    border-left: 0;
  }
  
  .dayi {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }
  
  .dayi .title_ossd h6::before {
    left: 3.5rem;
  }
  
  .dayi .title_ossd h6::after {
    right: 3.5rem;
  }
  
  .dayi .dayi_kc {
    height: 6.75rem;
    position: relative;
    margin-top: 1.5rem;
  }
  
  .dayi .dayi_kc p {
    height: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .5rem;
    position: absolute;
    border-radius: .2rem;
    color: #fff;
    background: linear-gradient(to right, #ee3314, #fddbc9);
  }
  
  .dayi .dayi_kc .yi {
    width: 8.5rem;
    top: 0;
    left: 1.2rem;
  }
  
  .dayi .dayi_kc .er {
    width: 7.5rem;
    top: 0;
    right: .75rem;
  }
  
  .dayi .dayi_kc .san {
    width: 6.75rem;
    top: 2.45rem;
    left: .75rem;
  }
  
  .dayi .dayi_kc .si {
    width: 8.5rem;
    height: 1.8rem;
    top: 2.2rem;
    right: 1.75rem;
  }
  
  .dayi .dayi_kc .wu {
    width: 9.5rem;
    height: 1.75rem;
    bottom: 0;
    left: 1.5rem;
  }
  
  .dayi .dayi_kc .liu {
    width: 5rem;
    bottom: 0;
    right: 1.5rem;
  }
  
  .dayi .btn_ossd {
    width: 14rem;
    background: linear-gradient(to right, #1362c4, #4689e4);
    box-shadow: 0 3px 0 2px rgba(70, 137, 228, 0.18);
  }
  
  .dibu {
    width: 100%;
    height: 12.3rem;
    margin-top: 2rem;
    padding-top: 1.7rem;
    background: url(./img/dibu_bg.jpg) no-repeat;
    background-size: 100% 14rem;
  }
  
  .dibu .title_ossd h6::before {
    left: 2.6rem;
  }
  
  .dibu .title_ossd h6::after {
    right: 2.6rem;
  }
  
  .dibu #lxForm input {
    width: 9.5rem;
    height: 1.5rem;
    margin: .5rem auto 0;
    display: block;
    border: 1px solid #ee3314;
    text-indent: 1.35rem;
    padding-left: 0;
  }
  
  .dibu #lxForm .yi {
    background: url(./img/icon1_yy.png) 0.4rem center no-repeat #fff;
    background-size: .75rem .75rem;
  }
  
  .dibu #lxForm .er {
    background: url(./img/icon2_yy.png) 0.4rem center no-repeat #fff;
    background-size: .75rem .75rem;
  }
  
  .dibu #lxForm .san {
    background: url(./img/icon3_yy.png) 0.4rem center no-repeat #fff;
    background-size: .75rem .75rem;
  }
  
  .dibu #lxForm .si {
    background: url(./img/icon4_yy.png) 0.4rem center no-repeat #fff;
    background-size: .75rem .75rem;
  }
  
  .dibu #lxForm .lxSubmit {
    width: 9.5rem;
    height: 1.5rem;
    margin: .5rem auto 0;
    display: block;
  }
  
  
  .xhdjj_ossd .title_ossd h6::before {
    left: 4rem;
  }
  
  .xhdjj_ossd .title_ossd h6::after {
    right: 4rem;
  }
  
  .xhdjj_ossd{
      padding-bottom: 1.6rem;
  }
  
  .ossd_jj{
      width: 100%;
      margin-top: 1.2rem;
      height: 25rem;
      position: relative;
      background: url(./img/xhd_jjimg.jpg) left no-repeat;
      background-size: 5.75rem 25rem;
  }
  
  .xhdjj_list{
      width: 13.9rem;
      height: 1.25rem;
      margin-top: 0.4rem;
      border: 1px solid #f04e33;
      border-radius: 0.3rem 0 0.3rem 0;
      background-color: #fff;
  }
  
  .ossd_jianjie{
      position: absolute;
      right: 0.75rem;
  }
  
  .xhdjj_list span{
      width: 3.05rem;
      height: 100%;
      float: left;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #fff;
      font-size: 0.6rem;
      border-radius: 0.3rem 0 0.3rem 0;
      background: linear-gradient(to right, #f6472a, #f87128);
  }
  
  .xhdjj_list p{
      height: 100%;
      padding-left: 0.45rem;
      font-size: 0.5rem;
      color: #5e5e5e;
      display: flex;
      justify-content: left;
      align-items: center;
      text-align: left;
  }
  
  .xhdjj_list:nth-child(9){
      height: 4.4rem;
  }
  
  .xhdjj_list:nth-child(10){
      height: 3.15rem;
  }
  
  .ossd_img1{
      widows: 100%;
      height: 16.35rem;
      margin: 1rem auto 0;
  }
  
  .ossd_imgjj{
      border: 1px solid #ee3314;
      width: 94%;
      margin: 0.5rem auto 0;
      font-size: 0.5rem;
      color: #ee3314;
      line-height: 1.15rem;
      padding: 1% 2%;
  }
  
  .jiaoshi_nr{
margin-top: 1.6rem;

  }


  .jiaoshi_nr .title_ossd h6::before {
    left: 3.5rem;
  }
  
  .jiaoshi_nr .title_ossd h6::after {
    right: 3.5rem;
  }
  
  .jiaoshi_nr ul{
      padding: 0 1rem 0 0.75rem;
      margin-top: 0.9rem;
      display: flex;
      justify-content: space-between;
  }
  
  .jiaoshi_nr ul li{
      width: 4.1rem;
      height: 6.9rem;
      margin-right: 0.2rem;
      border-radius: 0 0.4rem 0 0.4rem;
      background: linear-gradient(to bottom, #ff803b, #f6472a);
      box-shadow: 4px 2px 0 2px rgba(250, 115, 63, 0.15);	
  }
  
  .jiaoshi_nr ul li img{
      width: 2.1rem;
      height: 2.1rem;
      margin: 0.35rem auto 0;
  }
  
  .jiaoshi_nr ul li p{
      color: #fff;
      font-size: 0.5rem;
      line-height: 0.65rem;
      margin-top: 0.5rem;
      padding: 0 0.25rem;
  }
  
  .jiaoshi_nr ul:nth-child(2){
      padding: 0 3.15rem 0 2.9rem;
      margin-top: 1.15rem;
  }